/**
* Stylish Select 0.4.5 - $ plugin to replace a select drop down box with a stylable unordered list
* http://scottdarby.com/
* 
* Copyright (c) 2009 Scott Darby
* 
* Requires: jQuery 1.3 or newer
* 
* Dual licensed under the MIT and GPL licenses.
*/

/**
* Hide lists on page load
---------------------------------------------------------*/




.select_topo_categorias_servicos{
	margin-right:20px;
	float:left;
	width:250px;
}

.select_topo_servicos{
	float:left;
	float:left;
	width:250px;
}



.selects_barra{
	padding-top:5px;
	clear:both;
}

.select_personalizado{
	outline:none!important;
	float:left;
	margin-right:20px;
}

.stylish-select .SSContainerDivWrapper {
	left:-9999px;
}

/*
* Red example
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:248px;
	position:absolute;
	top:29px;
	left:0;
	z-index:2;
}

.stylish-select ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	background:#fff;
	border:1px solid #ccc;
	overflow: auto!important;
	margin-top:8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 1px 3px;
	background: white;
	border-color: initial;
	border-bottom-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border: #CCC 1px solid;
	border-top-left-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	background: #F9F9F9 -webkit-gradient(linear, 0% 100%, 0% 0%, from(#E3E3E3), color-stop(0.23, #EAEAEA), color-stop(0.7, white), color-stop(0.92, white), to(#EAEAEA));
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#E3E3E3), color-stop(0.23, #EAEAEA), color-stop(0.7, white), color-stop(0.92, white), to(#EAEAEA));
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#E3E3E3), color-stop(0.23, #EAEAEA), color-stop(0.7, white), color-stop(0.92, white), to(#EAEAEA));
}

.stylish-select ul.newList * {
	margin:0;
	padding:0;
}


.stylish-select ul.newList a {
	color: #666;
	text-decoration:none;
	display:block;
	padding-left:8px;
	line-height:24px
}

.stylish-select .newListSelected {
	width:240px;
	color:#666;
	height:21px;
	padding-top:8px;
	padding-left:8px;
	float:left;
	background:url(bg_select.png) no-repeat;
	background-position:0 -29px;
	font-size:11px;
	outline:none;
	margin-bottom:8px;
	margin-right:10px;
}

.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
	outline:none;
}

.stylish-select .selectedTxt {
	width:240px;
	overflow:hidden;
	height:16px;
}

.stylish-select .hiLite {
	background: transparent!important;
	color:#003e3e!important;
	background-image:url(select_selecionado.png)!important;
	background-repeat:repeat-x;
}

.stylish-select .newListHover {
	cursor:default;
	color:#003e3e!important;
}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
	background-position:0px 0px;
	cursor:default;

}

.stylish-select .newListOptionTitle {
	font-weight:bold;
}

.stylish-select .newListOptionTitle ul {
	margin:3px 0 0;
}

.stylish-select .newListOptionTitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
}

