.elSelect {
	width:177px;
	height:22px;
	background:url(/images/select/select_bg.gif) no-repeat 0% 0%;
	font: 11px Verdana, sans-serif;
}
#art_select_size_item .elSelect{
	width:62px;
	background:url(/images/select/select_bg_white.gif) no-repeat 0% 0%;
}
.elSelect .selected {
	background-color:#5b5a56 !important;
	color:#232426 !important;
}
#art_select_size_item .selected {
	background-color:#5b5a56 !important;
	color:#dcdbd9 !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:4px 0 0 16px;
	width: 130px;
	color:#5b5a56;
	overflow:hidden;
	cursor:default;
}
#art_select_size_item .elSelect .selectedOption {
	width: 20px;
	padding:3px 0 0 16px;
}
.elSelect .dropDown {
	width: 23px;
	height: 22px;
	float: right;
	background:url(/images/select/select_arrow.gif) no-repeat 0% 0%;
}
#art_select_size_item .elSelect .dropDown {
	background:url(/images/select/select_arrow_white.gif) no-repeat 0% 0%;
}

.elSelect .optionsContainerTop {
	position:absolute;
	margin-top:-5px;
	background:url(/images/select/top_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
#art_select_size_item .optionsContainerTop {
	background:url(/images/select/top_center_white.gif) repeat-x 0% 0%;
}
.elSelect .optionsContainerTop div {
	background:url(/images/select/top_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
#art_select_size_item .optionsContainerTop div {
	background:url(/images/select/top_left_white.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop div div {
	background:url(/images/select/top_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
#art_select_size_item .optionsContainerTop div div {
	background:url(/images/select/top_right_white.gif) no-repeat 100% 0%;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:0px 0 0 0;
	background:url(/images/select/bottom_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
#art_select_size_item .optionsContainerBottom {
	background:url(/images/select/bottom_center_white.gif) repeat-x 0% 0%;
}
.elSelect .optionsContainerBottom div {
	background:url(/images/select/bottom_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
#art_select_size_item .optionsContainerBottom div {
	background:url(/images/select/bottom_left_white.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerBottom div div {
	background:url(/images/select/bottom_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
#art_select_size_item .optionsContainerBottom div div {
	background:url(/images/select/bottom_right_white.gif) no-repeat 100% 0%;
}
.elSelect .optionsContainer {
	position:absolute;
	margin-top:5px;
	display:none;
}
#art_select_size_item .optionsContainer {
	
}
.elSelect .option {
	padding:4px 0 5px 15px;
	background-color:#232426;
	border-left:solid 1px #1b1c1e;
	border-right:solid 1px #1b1c1e;
	text-align:left;
	color:#5b5a56;
	cursor:default;
}
#art_select_size_item .option {
	background-color:#dcdbd9;
	border-left:solid 1px #dcdbd9;
	border-right:solid 1px #dcdbd9;
}
/*.elSelect .disabled {
	background-color:#1d1e20;
	border-left:solid 1px #1b1c1e;
	border-right:solid 1px #1b1c1e;
	color:#5b5a56;
}*/
.icon_1 {
	background:url(/images/select/icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(/images/select/icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}