/*
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;}
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; width:290px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}

ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:258px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.hiLite {background:#650101!important; color:#fff!important;}
.hiLite a {background:#650101!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}



.size-dropdown-multiple .newListSelected {
      background:#FFF; 
	  color:#000; 
	  padding:0; 
	  border:1px solid #999999;
      height:26px;
      padding:3px;
      text-align:center;
      width:26px;
}
.size-dropdown-multiple .newListSelected div {
   display:block; 
   height:26px;
   line-height:26px;
   text-align:center;
   width:26px;
   font-size:13px;
  
}
.size-dropdown-multiple ul.newList {
    list-style:none;
 	color:#000; 
	background:#fff; 
	top:28px; 
	left:0; 
	overflow:hidden; 
	position:absolute; 
	z-index:9999;
	width: 28px;
	border-bottom:1px solid #999999;
    border-left:1px solid #999999;
    border-right:1px solid #999999;
    cursor:pointer;
    font-size:13px;
    line-height:26px;
    text-align:center;
    width:32px;
	margin: 6px 0 0 -1px;
	position: absolute;
}


.size-dropdown-multiple ul.newList li {
	 border-bottom: 1px solid #cccccc;
}

.size-dropdown-multiple .hiLite {
         background:#ccc!important; 
        color:#000!important;
}
.size-dropdown-multiple .newListHover {
     background:#ededed!important;
	 color:#000!important;
	 cursor:default;
	}
	
.size-dropdown-multiple .newListSelHover {
  cursor:default;
 }
 
.size-dropdown-multiple .newListSelHover, .size-dropdown-multiple .newListSelFocus {background-position:auto;}



