/**
 * @name	jQuery SelectList
 * @description	plugin is designed for styling lists in forms
 * @author	Erwin Bujak 'ErniX'
 * @version	0.1
 * @date	August 22, 2011
 * @wwww	erwinbujak.eu | erwinbujak.com
 * @copyright	(c) 2011 Erwin Bujak
 */
.jSLSearchBoxDisabled {
	display: none;
}

.jSLSearchBoxFormSelect {
	background: url('../image/Select_01.png') no-repeat;
	margin-bottom: 7px;
	position: relative;
	width: 193px;
	height: 42px;
	top: 0px;
	left: -1px;
	display: block;
	cursor: pointer;
	float: left;
}

.jSLSearchBoxFormSelectName {
	position: relative;
	width: 193px;
	height: 42px;
	line-height: 42px;
	text-indent: 10px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	overflow: hidden;
}

.jSLSearchBoxFormSelectContent {
	background: #FFFFFF;
	border: solid 1px #CBCBCB;
	border-top: none;
	position: absolute;
	width: 191px;
	top: 42px;
	left: 0px;
	z-index: 5;
	overflow: hidden;
}

.jSLSearchBoxFormOption {
	background: #FFFFFF;
	position: relative;
	width: 357px;
	font-family: Arial;
	font-size: 12px;
	color: #323232;
	display: block;
	float: left;
	cursor: pointer;
	z-index: 5;
}

.jSLSearchBoxFormOption span {
	margin: 5px;
	display: block;
}

.jSLSearchBoxFormOption:hover, .jSLSearchBoxFormOptionSelected {
	background: #E9E9E9;
}