#sample1_iconselect,
#sample2_iconselect,
#sample3_iconselect,
#sample4_iconselect,
#sample5_iconselect,
#sample6_iconselect,
#sample7_iconselect {
	height: 40px;
	padding: 12px 0 0 20px; 
	font-size: 11px; 
	color: #FFF;
	cursor: pointer;
}

#sample1_iconselect,
#sample2_iconselect,
#sample7_iconselect {
	width: 245px;
	background: url(../img/combo_grande.png) no-repeat;
}

#sample3_iconselect {
	width: 136px;
	background: url(../img/combo_medio.png) no-repeat;
}

#sample4_iconselect,
#sample5_iconselect,
#sample6_iconselect {
	float: left;
	width: 111px;
	background: url(../img/combo_pequeno.png) no-repeat;
}

.selectwrapper { 
	margin-top: -1px;  
	margin-left: 0px; 
	background: transparent;
	padding-right: 2px; 
	display:none; 
	position:absolute;
	width: 199px;
	font-size: 11px;
	color: #000000;
	z-index: 100000;
}

.selectwrapper .selectitems {  
	padding:3px; 
	z-index: 10000; 
	margin-left: 2px; 
	border-bottom: solid 1px #333; 
}
.selectwrapper .last { 
	border: none; 
}
.selectwrapper .selectitems span { 
	padding-left: 5px; 
} 
.selectwrapper .hoverclass { 
	background-color:#333; 
	cursor:pointer; 
} 
.selectwrapper .selectedclass { 
	background-color:#EDEDED; 
}

.selectfooter { 
	height: 8px; 
	margin-bottom: -5px;
}

#sample1_options, 
#sample2_options { 
	overflow-y: scroll; 
	width: 190px;
	background:#FFF;
	border: solid 1px #F1F1F1;
	height: 75px;
	margin-left: 5px;
	margin-top: -10px;
}

#sample7_options {
	width: 190px;
	background: url(../img/bg_pub.png);
	height: 75px;
	margin-left: 5px;
	margin-top: -10px;
	color: #FFF;
}

#sample3_options { 
	overflow-y: scroll; 
	width: 80px;
	background:#FFF;
	border: solid 1px #F1F1F1;
	height: 75px;
	margin-left: 5px;
	margin-top: -10px;
}

#sample4_options,
#sample5_options,
#sample6_options { 
	overflow-y: scroll; 
	width: 80px;
	background:#FFF;
	border: solid 1px #F1F1F1;
	height: 100px;
	margin-left: 5px;
	margin-top: 40px;
	*margin-left: -130px;
}
