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

*/

/* === viewOption === */
#content .viewOption .newListSelected {
	width: 205px;
	padding-left: 10px;
	height: 23px;
	line-height: 23px;
	float: left;
	color: #89796c;
	cursor: pointer; 
	position: relative;
	font-weight: 400;
	outline: none;
}
	#content .viewOption .newListSelected a {
		display: block;
		width: 205px;
		height: 23px;
		outline: none;
	}

#content .viewOption .newList {
	margin-left: 4px;
	width: 180px;
	background: #92825f;
	list-style-type: none;
	font-weight: 400;
	z-index: 20;
	position: absolute;
	outline: none;
	border: 1px solid #221305;
}
	#content .viewOption .newList a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding-left: 5px;
		width: 175px;
		height: 23px;
		outline: none;
	}
		#content .viewOption .newList a:hover {
			background: #221305;
		}

/* === dane === */
#content .dane .newListSelected {
	width: 189px;
	padding-left: 10px;
	height: 23px;
	line-height: 23px;
	cursor: pointer; 
	position: relative;
	outline: none;
	background: url(../images/input.png) no-repeat 0 0;
	_background: url(../images/input_ie6.png) no-repeat 0 0;
	color: #39200c;
	font-size: 12px;
	font-weight: 700;
	font-family: Tahoma, Geneva, Kalimati, FreeSans, sans-serif;
}
	#content .dane .newListSelected a {
		display: block;
		width: 189px;
		height: 23px;
		outline: none;
	}

#content .dane .newList {
	width: 197px;
	background: #8c6d46;
	list-style-type: none;
	z-index: 20;
	position: absolute;
	outline: none;
	border: 1px solid #221305;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
	#content .dane .newList a {
		display: block;
		text-decoration: none;
		padding-left: 5px;
		width: 194px;
		height: 23px;
		outline: none;
		color: #39200c;
		font-size: 12px;
		font-weight: 700;
		font-family: Tahoma, Geneva, Kalimati, FreeSans, sans-serif;
	}
		#content .dane .newList a:hover {
			background: #221305;
			color: #fff;
		}
