/**
* Stylish Select 0.4.5 - $ 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 .SSContainerDivWrapper {
	left: -9999px;
}

/*
* Red example
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {
	margin: 0;
	padding: 0;
	width: 87px;
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 2;
}

.stylish-select ul.newList {
	background: url('../media/images/bg/bg_select_87_list.png') 0 100% no-repeat;
	width: 87px;
	margin: 0;
	padding: 0;
	list-style:none;
	color: #000;
	overflow: auto;
}

.stylish-select ul.newList * {
	margin:0;
	padding:0;
}
.stylish-select ul.newList a {
	font-size: 14px;
	font-style: italic;
	color: #9f9e9e;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 0 0 7px 15px;
	cursor: pointer;
}
.stylish-select .newListSelected {
	width: 87px;
	color: #000;
	height: 39px;
	float: left;
	background: url('../media/images/bg/bg_select_87.gif') 0 0 no-repeat;
}
.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
}
.stylish-select .selectedTxt {
	font-size: 14px;
	font-style: italic;
	color: #9f9e9e;
	width: 29px;
	height: 39px;
	line-height: 39px;
	font-weight: bold;
	padding: 0 43px 0 15px;
	cursor: pointer;
	overflow: hidden;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.stylish-select .hiLite {
	color: #000000 !important;
}

.stylish-select .newListHover {
	color: #000 !important;
	cursor: default;
}

.stylish-select .newListSelHover {
	background: url('../media/images/bg/bg_select_87_ov.gif') 0 0 no-repeat;
}
.stylish-select .newListSelFocus {
	
}

.stylish-select .newListSelected.active {
	background: url('../media/images/bg/bg_select_87_act.gif') 0 0 no-repeat;
}
.stylish-select .newListOptionTitle {
	font-weight:bold;
}

.stylish-select .newListOptionTitle ul {
	margin:3px 0 0;
}

.stylish-select .newListOptionTitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
}

/* insurance stylish-select */
.insurance_item_age .SSContainerDivWrapper {
	width: 50px;
}
.insurance_item_age ul.newList {
	background: #ffffff;
	width: 48px;
	color: #929191;
	border-top: 1px solid #83817c;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #83817c;
	max-height: 228px;
}
.insurance_item_age ul.newList a {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #2f2f2f;
	padding: 1px 0 1px 10px;
}
.insurance_item_age .newListSelected {
	width: 50px;
	color: #929191;
	height: 20px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	background: url('../media/images/dec/insurance_select.gif') 0 0 no-repeat;
}
.insurance_item_age .selectedTxt {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #929191;
	width: 22px;
	height: 20px;
	line-height: 20px;
	padding: 0 17px 0 11px;
	cursor: default;
}
.insurance_item_age .newListHover {
	color: #2f2f2f !important;
	background: #e8e7e7;
}
.insurance_item_age .newListSelHover {
	background: url('../media/images/dec/insurance_select.gif') 0 0 no-repeat;
}
.insurance_item_age .newListSelected.active {
	background: url('../media/images/dec/insurance_select.gif') 0 0 no-repeat;
}
.insurance_item_age .newListOptionTitle {
	font-weight:normal;
}
/* insurance stylish-select */