/*
Stylish Select 0.4.1 - $ 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
====================================*/
.stylish-select ul.newList {left:-9999px;}
.selCont1 { font-family:Verdana, Geneva, sans-serif; font-size:12px;}

/*==================================
red curvy example
====================================*/
.selCont1 ul.newList * {margin:0; padding:0; }
.selCont1 ul.newList a {color: #2f5d6b; text-decoration:none; display:block;}
.selCont1 ul.newList {margin:0; padding:0; list-style:none; color:#000; width:290px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999; color:}
.selCont1 .newListSelected {width:133px; color:#000; height:58px;  float:left; background:url(../img/select/little_select.png);}
.selCont1 .newListSelected span {width:284px; display:block; }
.selCont1 ul.newList li a {margin:3px 8px; display: block; }
.selCont1 ul.newList li a:focus {-moz-outline-style: none; }
.selCont1 .selectedTxt {width:258px; overflow:hidden; height:16px; padding:20px 0 0 20px; color:#2f5d6b;}
.selCont1 .hiLite {background:#650101!important; color:#fff!important;}
.selCont1 .hiLite a {background:#650101!important; color:#fff!important;}
.selCont1 .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.selCont1 .newListSelHover, .newListSelFocus {background-position:0 -58px; cursor:default;}
.selCont1 .newListOptionTitle {font-weight:bold;}
.selCont1 .newListOptionTitle ul {margin:3px 0 0;}
.selCont1 .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}


/*-------------------------
	Cidade
--------------------*/
/*
.stylish-select ul.newList {left:-9999px;}
.selCont {clear:both; float:left; font-family:Verdana, Geneva, sans-serif; font-size:12px;}

.selCont2 ul.newList * {margin:0; padding:0; }
.selCont2 ul.newList a {color: #2f5d6b; text-decoration:none; display:block;}
.selCont2 ul.newList {margin:0; padding:0; list-style:none; color:#000; width:290px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999; color:}
.selCont2 .newListSelected {width:670px; color:#000; height:58px;  float:left; background:url(../img/select/input_city.png);}
.selCont2 .newListSelected span {width:284px; display:block; }
.selCont2 ul.newList li a {margin:3px 8px; display: block; }
.selCont2 ul.newList li a:focus {-moz-outline-style: none; }
.selCont2 .selectedTxt {width:258px; overflow:hidden; height:16px; padding:20px 0 0 20px; color:#2f5d6b;}
.selCont2 .hiLite {background:#650101!important; color:#fff!important;}
.selCont2 .hiLite a {background:#650101!important; color:#fff!important;}
.selCont2 .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.selCont2 .newListSelHover, .newListSelFocus {background-position:0 -58px; cursor:default;}
.selCont2 .newListOptionTitle {font-weight:bold;}
.selCont2 .newListOptionTitle ul {margin:3px 0 0;}
.selCont2 .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;} */

/*-----------------
	Cursos
----------------*/
/*==================================
Hide lists on page load
====================================*/
.stylish-select ul.newList {left:-9999px;}
.selCont3 {clear:both; float:left; font-family:Verdana, Geneva, sans-serif; font-size:12px;}

/*==================================
red curvy example
====================================*/
.selCont3 ul.newList * {margin:0; padding:0; }
.selCont3 ul.newList a {color: #2f5d6b; text-decoration:none; display:block;}
.selCont3 ul.newList {margin:0; padding:0; list-style:none; color:#000; width:290px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999; color:}
.selCont3 .newListSelected {width:670px; color:#000; height:58px;  float:left; background:url(../img/select/big_select.png);}
.selCont3 .newListSelected span {width:284px; display:block; }
.selCont3 ul.newList li a {margin:3px 8px; display: block; }
.selCont3 ul.newList li a:focus {-moz-outline-style: none; }
.selCont3 .selectedTxt {width:258px; overflow:hidden; height:16px; padding:20px 0 0 20px; color:#2f5d6b;}
.selCont3 .hiLite {background:#650101!important; color:#fff!important;}
.selCont3 .hiLite a {background:#650101!important; color:#fff!important;}
.selCont3 .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.selCont3 .newListSelHover, .newListSelFocus {background-position:0 -58px; cursor:default;}
.selCont3 .newListOptionTitle {font-weight:bold;}
.selCont3 .newListOptionTitle ul {margin:3px 0 0;}
.selCont3 .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

