/*
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 a {color: #000; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#000;  background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; overflow-x:hidden; z-index:9999; width:220px; height:300px}
.newListSelected {height:22px; width:210px; margin:0 0 8px 0; padding:5px 0 0 10px; font-size:11px; font-weight:bold; color:#000; background:url(../images/body/formConvertInput.png) no-repeat; cursor:pointer}
.newListSelected span {width:220px; display:block;}
ul.newList li a {padding:3px 4px; display: inline; width:212px;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:220px; overflow:hidden; height:16px; padding:0 23px 0 0; font-size:11px; font-weight:bold; float:inherit}
.hiLite {background:#fff!important; color:#000!important;}
.hiLite a {background:#fff!important; color:#000!important;}
.newListHover {background:#577885!important; color:#fff!important; cursor:default;}
.newListSelHover, .newListSelFocus {cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

#converter .newListSelected {height:22px; width:210px; margin:0 0 8px 0; padding:5px 0 0 10px; font-size:11px; font-weight:bold; color:#000; background:url(../images/content/formConvertInput.png) no-repeat; cursor:pointer}

#footerForm ul.newList a {color: #424547;}
#footerForm ul.newList {margin:0; padding:0; list-style:none; color:#000;  background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; overflow-x:hidden; z-index:9999; width:240px; height:70px}
#footerForm .newListSelected {height:22px; width:240px; margin:0 0 8px 0; padding:3px 0 0 3px; font-size:9px; font-weight:bold; color:#424547; background:url(../images/body/regionSelectBg.png) no-repeat; cursor:pointer}
#footerForm ul.newList li a {padding:3px 4px; display: inline; width:240px;}
#footerForm .selectedTxt {width:220px; overflow:hidden; height:16px; padding:0 10px 0 0; font-size:9px; font-weight:bold; float:inherit}

/*.light #footerForm ul.newList a {color: #424547;}
.light #footerForm ul.newList {margin:0; padding:0; list-style:none; color:#000;  background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; overflow-x:hidden; z-index:9999; width:240px; height:70px}
.light #footerForm .newListSelected {height:22px; width:240px; margin:0 0 8px 0; padding:3px 0 0 3px; font-size:9px; font-weight:bold; color:#424547; background:url(../images/body/regionSelectBg.png) no-repeat; cursor:pointer}
.light #footerForm ul.newList li a {padding:3px 4px; display: inline; width:240px;}
.light #footerForm .selectedTxt {width:220px; overflow:hidden; height:16px; padding:0 10px 0 0; font-size:9px; font-weight:bold; float:inherit}*/