/*
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;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList li {margin:0; padding:0 !important; overflow: auto !important;}
ul.newList a {color: #434343 !important; text-decoration:none; display:block;}
ul.newList {margin: 1px 0px; padding: 0px; list-style:none; color:#434343; width:258px; background:#e7e7e7; border: 1px solid #dcdcdc; position:absolute; top:22px; left:0; overflow:auto; z-index:9999; font-size: 16px; line-height: normal;}
.newListSelected {width:260px; color:#434343; line-height: 40px; height:40px; font-size: 16px; background: url(../../images/v2/title.png) no-repeat -700px -40px; position: relative; z-index:9999;}
ul.newList li a {padding:3px 8px; display: block;}
.selectedTxt {width:196px; overflow:hidden; height:40px; padding: 0px 54px 0px 10px;}
ul.newList .hiLite {background:#650101!important; color:#fff!important;}
ul.newList .hiLite a {background:#650101!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}
ul.newList li a:focus {-moz-outline-style: none;}

.selectBlock2 .newListSelected {width:280px; color:#656565; background: url(../../images/v2/title.png) no-repeat -330px -232px;}
.selectBlock2 .selectedTxt {width:216px; padding: 0px 54px 0px 10px;}
.selectBlock2 ul.newList {width:278px;}

.selectBlock3 .newListSelected {width:79px; color:#656565; background: url(../../images/v2/title.png) no-repeat -840px -120px;}
.selectBlock3 .selectedTxt {width:15px; padding: 0px 54px 0px 10px;}
.selectBlock3 ul.newList {width:77px;}

.selectBlock4 .newListSelected {width:99px; color:#656565; background: url(../../images/v2/title.png) no-repeat -840px -80px;}
.selectBlock4 .selectedTxt {width:35px; padding: 0px 54px 0px 10px;}
.selectBlock4 ul.newList {width:97px;}