/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	
	Project: Izzo Musical
	Author: Rafael Matias
	URL:  http://www.rafaelmatias.com.br
	
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/






/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	selectbox
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



#co-search .jquery-selectbox {
	position: relative;
	height: 30px!important;
	width: 168px!important;
	z-index: 0;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	color: #7a7a7a;
	padding: 0;
	font-size:11px;
	background:url("../images/structure/bg-select-area.gif");
	font-family:Verdana;
	float:left;
	cursor:pointer;
	
}
#co-search .jquery-selectbox.selecthover {
	border-color: #a4d6e7;
	background-position:bottom;
	z-index: 700;
}	
#co-search .jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	height:20px; 
	line-height:20px;
	margin:0 0 0 23px;
}

#co-search .jquery-selectbox .jquery-selectbox-currentItem:hover{
	/*color:#000;*/
}

#co-search .jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	background: #0b0807;
	height: 120px;
	overflow: auto;
	z-index: 1000;
	border: 1px solid #3d3637;
	min-height:20px;
	min-width: 165px!important;
	
}
#co-search .jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	background: url("../images/pages/bg-select.gif");
	width: 26px;
	height: 23px;
	cursor: pointer;
	display:none;
}
#co-search .jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/pages/bg-select-hover.gif");
	
}

#co-search .jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #2e2727;
	padding:10px 3px
}
#co-search .jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:10px 3px;
}


#co-search form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}



/*.jquery-selectbox {
	position: relative;
	height: 23px;
	width: 151px;
	z-index: 0;
	display: inline-block;
	margin: 0px 0px 0px 0;
	color: #7a7a7a;
	padding: 0;
	font-size:11px;
	border:1px solid #d6d1d1;
	background-color:#ffffff;
	font-family:Verdana;
	
}
.jquery-selectbox.selecthover {
	border-color: #a4d6e7;
	background-color: #e9faff;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	height:17px; 
	line-height:17px;
}

.jquery-selectbox .jquery-selectbox-currentItem:hover{
	color:#000;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 24px;
	left: 0px;
	background: #fff;
	height: 120px;
	overflow: auto;
	z-index: 1000;
	border: 1px solid #ccc;
	min-height:20px;
	
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	background: url("../images/pages/bg-select.gif");
	width: 26px;
	height: 23px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/pages/bg-select-hover.gif");
	
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #e9faff;
	padding:3px
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:3px;
	border-bottom:1px solid #f7f7f7;
}


form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}
*/