label,
.tic-custom-select,
.tic-custom-select a.current-value,
.tic-custom-select ul,
.tic-custom-select li,
.tic-custom-select li a,
a.tic-custom-radio-input {
   color: #000;
   display: block;
   font: normal normal normal 11px/1em Arial, Helvetica, sans-serif;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   text-decoration: none;
   width: 185px;
}


#columns .tic-custom-select a {
	color: #000;
   background: #d0d0d0;/*#e7e7e7;*/
}

label {
   font-weight: bold;
   padding: 4px 2px;
}

.tic-custom-select a.current-value,
.tic-custom-select ul li a {
   background: #d0d0d0;/*#e7e7e7;*/
   padding: 4px 4px 3px;
}

#col1data .tic-custom-select ul li a, #ctl00_contentPlaceHolderMain_col1data .tic-custom-select ul li a {
	width: auto;
	left: 0;
	padding: 2px;
}
#col1data .tic-custom-select ul, #ctl00_contentPlaceHolderMain_col1data .tic-custom-select ul {
	left: 0;
}

#col1data .tic-custom-select ul li a:hover, #ctl00_contentPlaceHolderMain_col1data .tic-custom-select ul li a:hover,
.tic-custom-select a:hover,
.tic-custom-select.active a {
   background: #d0d0d0;/*#e7e7e7;*/
	color: #000;
	text-decoration: underline;
}

#col1data .tic-custom-select ul, #ctl00_contentPlaceHolderMain_col1data .tic-custom-select ul {
   top: 0px;
   display: none;
   position: absolute;
   z-index: 1001;
}

#col1data .tic-custom-select.active ul, #ctl00_contentPlaceHolderMain_col1data .tic-custom-select.active ul {
   display: block;
}

.tic-custom-select {
   z-index: 1001;
}
.tic-custom-select ul {
   top: 4px;
   display: none;
   position: absolute;
   z-index: 1001;
}

.tic-custom-select.active
{
   z-index: 2001!important;
}
.tic-custom-select.active ul {
   display: block;
   z-index: 2001!important;
   background: #d0d0d0;/*#e7e7e7;*/
}

.tic-custom-select span {
   background: url('../images/tic-select-drop-arrow-black.jpg') no-repeat scroll top left;
   position: absolute;
   height: 18px;
   right: -27px;
   top: 0;
   width: 23px;
}

a.tic-custom-radio-input {
   background: url('../images/tic-radio-inactive.gif') no-repeat scroll 0 2px;
   display: inline-block;
   padding: 2px 0px 2px 14px;
   width: auto;
	height: 10px;
	/*margin-right: 5px;*/
}

a.tic-custom-radio-input:hover {
   background: url('../images/tic-radio-hover.gif') no-repeat scroll 0 2px;
}

a.tic-custom-radio-input.active {
   background: url('../images/tic-radio-active.gif') no-repeat scroll 0 2px;
}

/*  ---------------------------------------------------------------------------------  */

.tic-custom-select-pressroom,
.tic-custom-select-pressroom a.current-value,
.tic-custom-select-pressroom ul,
.tic-custom-select-pressroom li,
.tic-custom-select-pressroom li a {
   color: #fff;
   display: block;
   font: normal normal normal 11px/1em Arial, Helvetica, sans-serif;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   text-decoration: none;
   width: 275px;
	z-index: 1010;
	opacity: 1 !important;
	/*margin: 0;*/
	padding: 0 2px !important;
}


#columns .tic-custom-select-pressroom a {
	color: #000;
	/*border: 1px solid #000;*/
	margin-left: -2px;
	font-weight: bold;
}
#columns .tic-custom-select-pressroom ul li a {
	border: none;
}

.tic-custom-select-pressroom a.current-value,
.tic-custom-select-pressroom ul li a {
   background: #d0d0d0;/*#e7e7e7;*/
   padding: 4px !important;
}

#col2data .tic-custom-select-pressroom ul li a {
	width: auto;
	left: 0;
	padding: 2px;
}
#col2data .tic-custom-select-pressroom ul {
	left: 0;
}

#col2data .tic-custom-select-pressroom ul li a:hover,
.tic-custom-select-pressroom a:hover,
.tic-custom-select-pressroom.active a {
   background: #d0d0d0;/*#e7e7e7;*/
	color: #000;
	text-decoration: underline;
}

.tic-custom-select-pressroom{
   z-index: 1001;
}
.tic-custom-select-pressroom ul {
   top: 2px;
	left: -1px;
   display: none;
   position: absolute;
   z-index: 1001;
	background-color: #d0d0d0;/*#e7e7e7;*/
}

.tic-custom-select-pressroom.active
{
   z-index: 2001!important;
}
.tic-custom-select-pressroom.active ul {
   display: block;
   z-index: 2001!important;
   background: #d0d0d0;/*#e7e7e7;*/
}
.tic-custom-select-pressroom span {
   background: url('../images/tic-select-drop-arrow-black.jpg') no-repeat scroll top left;
   position: absolute;
   height: 18px;
   right: -27px;
   top: 0;
   width: 23px;
	/*border: 1px solid #000;*/
}