/*
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;}
div#main ul.newList a {color: #000; text-decoration:none; display:block; font-size:11px;}
div#main ul.newList {
	margin:0px; 
	padding:0px; 
	list-style:none; 
	color:#000; 
	width:204px; 
	background:transparent; 
	position:absolute; 
	top:22px; 
	left:0; 
	overflow:auto; 
	z-index:9999;
}
div#main ul.newList li{
    list-style-type:none; 
    margin:0px;
    padding:0px;
    background:none;     
}
div#main .newListSelected {
	width:177px; 
	color:#000; 
	height:17px; 
	line-height:17px;
	vertical-align:middle; 
	padding:0px 5px 0px 6px; 
	float:left; 
	background:url(../image/combobox.png) no-repeat;
}
div#main .newListSelected span {
	width:180px;
	display:block;
}
div#main ul.newList li a {
	line-height:17px;
	height:17px;
	vertical-align:middle; 
	width:180px;
	background-image: url(../image/combobox-pole.png);
	background-repeat: no-repeat!important; 
	padding-left:6px;
	display: block;
	text-align:left;
}
/*ul.newList li a:focus {-moz-outline-style: none;}*/
div#main .selectedTxt {
	width:161px; 
	overflow:hidden; 
	height:17px; 
	font-size:11px;
	padding:0 19px 0 0;
}
div#main ul.newList li a.hiLite, ul.newList li a.newListHover {
    background-color:white!important;
	background-image: url(../image/combobox-pole_aktivni.png)!important;
	background-repeat: no-repeat!important; 
	color:white!important;
}
div#main .newListHover {cursor:default;}
div#main .newListSelHover, .newListSelFocus {background-position:0px -17px; cursor:default;}
