/**
* 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:290px;
	position:absolute;
	top:22px;
	left:0;
	z-index:999;
}
.stylish-select ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#666;
	background:#fff;
	border:1px solid #ccc;
	overflow:auto;
}
.stylish-select ul.newList * {
	margin:0;
	padding:0;
}
.stylish-select ul.newList a {
	color: #666;
	text-decoration:none;
	display:block;
	padding:3px 8px;
	outline:none;
}
.stylish-select .newListSelected {
	width:auto;
	color:#E3600D;
	height:auto;
	padding:0 0 0 0px;
	float:left;
	outline:none;
	font-weight:bold;
}
.stylish-select ul.newList li a:focus {
	outline:none;
	-moz-outline-style: none;
}
.stylish-select .selectedTxt {
	width:60px;
	overflow:hidden;
	height:30px;
	padding:0 30px 0 3px;
	line-height:30px;
	outline:none;
}
.stylish-select .hiLite {
	background:#f15a29;
	color:#fff !important;
}
.stylish-select .newListHover {
	background:#ccc;
	color:#666;
	cursor:default;
}
.stylish-select .newListSelHover, .stylish-select .newListSelFocus {
/*background-position:0 -22px;
	cursor:default;*/
}
.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;
}
/*==========start package combo===========*/
.package-combo{
	width:138px;
	height:17px;
	display:block;
	background:url(../images/package-combo-arrow.png) no-repeat 130px 4px;
	color:#424245;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.package-combo .selectedTxt {
	width:117px;
	overflow:hidden;
	height:17px;
	padding:0px 16px 0 5px;
	line-height:17px;
	outline:none;
}
.package-combo .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:140px !important;
	position:absolute;
	top:19px;
	left:-1px !important;
}
/*==========end package combo===========*/

/*==========start register combo===========*/
.corpo-package-combo{
	width:494px;
	height:54px;
	display:block;
	background:url(../images/regester-combo-arrow.png) no-repeat 465px 20px;
	color:#999;
	font-size:22px;
	font-family: 'ArialNarrow', sans-serif;
	font-weight:400;
}
.corpo-package-combo .selectedTxt {
	width:460px;
	height:54px;
	overflow:hidden;
	padding:0px 24px 0 10px;
	line-height:54px;
	outline:none;
}
.corpo-package-combo .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:498px !important;
	position:absolute;
	top:60px;
	left:-1px !important;
}
/*==========end register combo===========*/
.corpo-package-combo-space .stylish-select .newListSelected {
	color: #f15a29 !important;
}