/* SIZES */
.size_allsize {
	width:100%;
}

.size_normal {
	width:175px;
}

.size_1 {
	width:164px;
	margin-top:4px
}

.fleft {
	float:left;
	margin-right:12px;
}

/* STYLING 3*/

.skin_3 {
	height:22px;
	width:216px;
	border:2px solid #DBDBDB;
}

.skin_3 .com_input { 
	background:#FFF;
	font: 12px/22px Arial,Helvetica,sans-serif;
	color:#666;
	width:100%;
}	

.skin_3 .com_button {
	height:22px; width:20px;
	background:url(../images/combobox/arrow.png) no-repeat right -1px;
}

.skin_3 .com_button:hover {
	background-position: right -25px;
}



/* STYLING 2*/

.skin_2 {
	height:24px;
}

.skin_2 .com_input { 
	background:#FFF;
	font: 11px/24px Arial,Helvetica,sans-serif;
	color:#666;
	width:100%;
}	

.skin_2 .com_button {
	height:24px; width:17px;
	background:url(../images/combobox/arrow.png) no-repeat right top;
}

.skin_2 .com_button:hover {
	background-position: right -24px;
}
	
/* DO NOT TOUCH */	
#combobox {
	position:relative;
}

#combobox .com_input { 
	margin: 0; padding:0; 
	border:0px #333 solid;
	height:100%; 
	width:100%;
	z-index:0;
	position:absolute;
	text-indent:8px;
	display:block;
}	

#combobox .com_button {
	display:block;
	cursor:pointer;
	position:absolute;
	right:0; top:0;
	z-index:1;
}	

.com_list {
	list-style:none;
	position: absolute; 
	cursor: default;
	max-height:154px;
    overflow-x: hidden; 
	overflow-y: auto;
	padding:0;
	margin:0;
}

.com_list a {
	text-decoration:none;
	display:block;
	padding:0;
	margin:0;
	cursor:pointer;
	background:#DBDBDB;
	padding:4px 8px;
	font-size:11px;
}

.com_list .com_hover {
	background:#1F1F1F;
	color:#DBDBDB;
}

#combobox .radio_text {
	display:none;
}






