/*
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.

*/

.stylish-select ul.newList {left:-9999px;}

ul.newList * {
	margin: 0; 
	padding: 0;
}
ul.newList a {
	color: #fff; 
	text-decoration: none; 
	display: block;
}
ul.newList a:hover {
	text-decoration: none;
}
ul.newList {
	margin: 0; 
	padding: 0; 
	list-style: none;  
	width: 180px; 
	background: #97aac8; 
	position: absolute; 
	border: 0; 
	top: 24px; 
	left: 0; 
	overflow: none; 
	z-index: 9999;
}

.newListSelected {
	width: 204px;  
	height: 24px; 
	padding: 0;  
	background:url(../images/pytania_select.png) no-repeat 0 0;
	color: #fff;
	margin-left: 15px;
	margin-top: 2px;
	font-size: 13px;
}
.newListSelected span {
	width: 204px; 
	display: block;
}

ul.newList li a {
	padding: 4px; 
	display: block;
}
ul.newList li a:focus {
	-moz-outline-style: none;
}

.selectedTxt {
	width: 200px; 
	overflow: hidden; 
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 4px;
}

.hiLite {
	background: #bdcce6 !important; 
	color: #fff! important;
}
.hiLite a {
	background: #bdcce6 !important; 
	color: #fff !important;
}

.newListHover {
	background: #bdcce6 !important; 
	color: #fff !important; 
	cursor: pointer;
}
.newListSelHover, .newListSelFocus { 
	cursor: pointer;
	outline: none;
}

/*
.newListOptionTitle {
	font-weight: bold;
}
.newListOptionTitle ul {
	margin: 3px 0 0;
}
.newListOptionTitle li {
	font-weight:normal; 
	border-left:1px solid #ccc;
}
*/
