#customselector_iconselect, #selectormarca_iconselect {
	background: url(../img/canal_ays/bg_selector.gif) no-repeat;
	height: 17px;
	width: 140px;
	font: 10px Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 4px;
	font-size:10px;
	color:#696969;
	cursor: default;
}
#customselector_iconselect.disabled, #selectormarca_iconselect.disabled {
	background: url(../img/canal_ays/bg_selector_disabled.gif) no-repeat;
}

.customselector_selectitems:hover, .selectormarca_selectitems:hover{
	background: #EEEEEE;
}

.customselector_selectitems{
	width:130px;
	height:55px;
	border-bottom: solid 1px #ddd;
	padding-left:5px;
	padding-top:2px;
	z-index:999;
	background:white;

}
.selectormarca_selectitems{
	border:none;
	height:20px;
}
.customselector_selectitems span{
	color:#696969;
	font: 10px Arial, Helvetica, sans-serif;
	margin-left: 5px;
	line-height:50px;
	cursor: default;
	
}
.selectormarca_selectitems span {
	/* line-height: auto; */
	font-size:10px;
	cursor: default;
}
#customselector_iconselectholder, #selectormarca_iconselectholder {
	width: 140px;
	overflow: auto;
    max-height: 231px; /* sets max-height value for all standards-compliant browsers */
	display:none;
	position:absolute;
	background: white url(../img/canal_ays/bg_holder.jpg) repeat-x;
	border:1px #C4C4C4 solid;
	z-index:999;
}

.customselector_hoverclass, .selectormarca_hoverclass{
	background-color:#FFFFFF;
	cursor: pointer;
}
.customselector_selectedclass{
	background-color:#EEEEEE;
}

#customselector_selectoptions img {
	height:52px;
	width:50px;
	float:left;
}
#selectormarca_selectoptions img{
	height:1px;
	width:1px;
}
#customselector_iconselect, #selectormarca_iconselect {
	display:block;
	border:0;
}
