/**
* 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:100%;
	position:absolute;
	top:22px;
	left:0;
	z-index:2;
        height: auto !important;
		border:1px solid #ddd;
	border-top:none;
	margin-left: -1px;
}

.stylish-select ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#5f6a72;
	background:#fff;
	overflow:hidden;
	width:100%;
	height:auto;
	max-height:220px;
	overflow-y: auto;
        
	
}

.stylish-select ul.newList * {
	margin:0;
	padding:0;
	width:97%;
}


.stylish-select ul.newList a {
	color:#666;
	text-decoration:none;
	display:block;
	padding:2px 0px;
	padding-left:8px;
        font-family: 'open_sans_lightregular';
        border-top: 1px dotted #515151;
        outline: none;
        cursor:pointer;
        
	
}

.stylish-select .newListSelected {
	/*width:327px;*/
	width:100%;
	color:#5f6a72;
	height:23px;
	/*padding:3px 0 0 6px;*/
	float:left;
	/*background:url(../images/select_bg.png) no-repeat;*/
        background: #F8F8F8;
    border: 1px solid #CCCCCC;
}

.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
        outline: none;
	display:block;
	/*width:53px;*/
}

.stylish-select .selectedTxt {
	
	background:url(../images/select_arrow.png) no-repeat center right;
	/*width:53px;*/
	overflow:hidden;
	height:23px;
	line-height:23px;
	padding-left:10px;
	text-align:left;
	color:#5f6a72;
	font-weight:normal;
	color:#313131;
        font-family: 'open_sans_lightregular';
	/*height:200px;*/
	/*padding:0 23px 0 0;*/
}


.stylish-select .hiLite {
	background:#fff!important;
	color:#b20000!important;
}

.stylish-select .newListHover {
	color:#b20000!important;
	cursor:default;
}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
	/*background-position:0 -22px;*/
	cursor:default;
        outline: none;
}

.stylish-select .newListOptionTitle {
	font-weight:bold;
}

.stylish-select .newListOptionTitle ul {
	margin:0;
	width:53px;
}

.stylish-select .newListOptionTitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
	display:block;
	width:53px;
}
#content-inner ul.newList li
{
	list-style:none;
}


select:focus,
textarea:focus,
button:focus,
a:focus.
div:focus {
    outline: none;
}

.upload_page .upload_panel .selectbox .newListSelected{
	background: #FFFFFF;
    border: 1px solid #AAAAAA;
	color: #666666;
    font-size: 12px;
	height:34px;
}
.upload_page .upload_panel .selectbox .selectedTxt{
	padding:6px 35px 5px 14px;
	background: url(../images/select_arrow_gry.png) no-repeat right center;
}

.upload_page .upload_panel .price_drop_field .newListSelected{
	background: #FFFFFF;
    border: 1px solid #AAAAAA;
	border-left:none !important;
	color: #666666;
    font-size: 12px;
	height:34px;
	max-width:97px !important;
}
.upload_page .upload_panel .price_drop_field .selectedTxt{
	padding:6px 0 5px 14px;
	background: url(../images/select_arrow_gry.png) no-repeat right center;
}
.upload_page .upload_panel ul.newList{
	background:#fff;
	border: 1px solid #AAAAAA;
	border-top:none;
	width:100%;
}
.upload_page .upload_panel ul.newList li{
	width:100%;
}
.upload_page .upload_panel ul.newList a{
	padding:2px 0 2px 14px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#666666;
}
.upload_page .upload_panel ul.newList .newListHover{
	background:#f2f2f2;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	color:#B20000  !important;
}
.upload_page .upload_panel ul.newList .hiLite{
	color:#B20000  !important;
}

.stylish-select .newListSelected .newList {
    height: auto !important;
}


.diamondCountry{margin: 0px !important; padding:0px  !important; border:none !important; background: none !important;}


.profilestep_popup .select_box .newListSelected,.accepted-right-menu .select_box .newListSelected{
	background: #FFFFFF;
    border: 1px solid #AAAAAA;
	color: #666666;
    font-size: 12px;
	height:34px;
}
.profilestep_popup .select_box .selectedTxt,.accepted-right-menu .select_box .selectedTxt{
	padding:6px 35px 5px 14px;
	background: url(../images/select_arrow_gry.png) no-repeat right center;
}
.profilestep_popup .select_box .SSContainerDivWrapper,.accepted-right-menu .select_box .SSContainerDivWrapper{
	border: 1px solid #AAAAAA;
}
.profilestep_popup .select_box ul.newList,.accepted-right-menu .select_box ul.newList{
	max-height:205px;
}
.profilestep_popup .select_box ul.newList li,.accepted-right-menu .select_box ul.newList li{
	width:100%;
}
.profilestep_popup .select_box ul.newList a,.accepted-right-menu .select_box ul.newList a{
	padding:2px 0 2px 14px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#666666;
}
.profilestep_popup .select_box ul.newList .newListHover{
	background:#f2f2f2;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	color:#B20000  !important;
}
.profilestep_popup .select_box ul.newList .hiLite{
	color:#B20000  !important;
}