/**
* Stylish Select 0.4.9 - $ plugin to replace a select drop down box with a stylable unordered list
* http://github.com/scottdarby/Stylish-Select/
* 
* 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: 99999;
	width: 82px;
	background: #FFFFFF;
	border: 1px solid #c7c7c7;
    max-height: 200px;
    overflow: auto;
/*    overflow-x: hidden;*/
}

.areacalculationMethodSelectmain .SSContainerDivWrapper, .volumecalculationMethodSelectmain .SSContainerDivWrapper{
    overflow-y: hidden !important;
}

.ie9.stylish-select .SSContainerDivWrapper {
	position: relative !important;
	top: -2px !important;
}
.ie9 .result-section .SSContainerDivWrapper{
    top: 14px  !important;
}
.ie9 .result-sub-section .SSContainerDivWrapper, #weight-main-container .SSContainerDivWrapper{
    top: 11px  !important;
}
.stylish-select ul.newList { /* margin:0; */
	padding: 0;
	list-style: none;
	color: #000;
    margin-bottom: 0;
	/* background:#fff;
	border:1px solid #ccc;
	overflow:auto; */
/*	width: 78px;*/
}

/* .stylish-select ul.newList * {
	margin:0;
	padding:0;
}
 */
.stylish-select ul.newList a {
        color: #666666;
        text-decoration: none;
        display: block;
        padding: 8px 5px;
        outline: none;
        font-size: 13px;
        text-align: left;
/*        height: 34px;*/
        font-weight: normal !important;
}

.stylish-select ul.newList a:hover {
	color: #000000 !important;
}

.stylish-select .newListSelected {
	width: 80px;
	/* color:#000; */
	height: 34px;
	/* padding:3px 0 0 6px; */
	float: right;
	background: url(../images/dropdown.png) no-repeat;
	outline: none;
/*	margin-right: -7px;*/
}

.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
}

.stylish-select .selectedTxt { /* 	width:258px;
overflow:hidden; */
    height: 25px;
    padding: 9px 20px 9px 7px;
    font-size: 13px;
    text-align: left;
    line-height:16px;
    font-weight: normal;        
}

.stylish-select .hiLite { /* background:#650101!important;
	color:#fff!important; */
	
}

.stylish-select .newListHover { /* background:#ccc!important;
	color:#000!important; */
	cursor: default;
}

.stylish-select .newListDisabled {
	opacity: 0.6;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity = 60);*/
}

.stylish-select .newListItemDisabled {
	opacity: 0.6;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity = 60);*/
}

.stylish-select .newListOptionDisabled {
	opacity: 0.6;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity = 60);*/
}

.stylish-select .newListSelHover,.stylish-select .newListSelFocus, .stylish-select .newListSelected:focus  {
	/* background-position:0 -22px;
	cursor:default; */
	/*outline: 1px dotted #333;*/
	
}

/* .stylish-select .newListOptionTitle {
	font-weight:bold;
}

.stylish-select .newListOptionTitle ul {
	margin:3px 0 0;
}

.stylish-select .newListOptionTitle li {
	font-weight:normal;
} */
#input .newList {
	margin: 0px !important;
}

.newList li {
/*	width: 78px !important;*/
	/*border-bottom: 1px dotted #000000 !important;*/
}

.newList li:hover {
	background: #ededed;
}

#output .newList {
	margin-left: 0px !important;
}

#output .newList li {
	margin-left: 0px !important;
}

#output .newListSelected {
	margin-right: -28px;
}

#output .newList {
height: auto !important;
position: absolute;
z-index: 999999;
border: 1px solid #666;
/*border-bottom: none;*/
}

#input .newList {
height: auto !important;
position: absolute;
z-index: 999999;
border: 1px solid #666;
/*border-bottom:none;*/

}

#input .newList li {
	margin-top: 0px;
	background: #FFFFFF;
	/*border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;*/
	border:none;
	height: 24px;
	text-align: left;
	border-bottom: 1px dotted #666;
	
}

#input .newList li:first-child {
	/*border-top: 1px solid #C0C0C0;*/
}

#input .newList li:hover {
	background: #2ca7b9;
}

#output .newList li {
	margin-top: 0px;
	background: #FFFFFF;
	border:none;
	/*border-top: 1px solid #C0C0C0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;*/
	height: 24px;
	text-align: left;
	border-bottom: 1px dotted #666;
}

#output .newList li:hover {
	background: #2ca7b9;
}
.newList li{
    border-bottom: 1px solid #dbdbdb;
}
.newList li:last-child{
    border-bottom: none;
}
/*
.iesqrt .newList.alignSelect li a{
	padding-left: 10px !important;
}
*/
.iesqrt .main .SSContainerDivWrapper .newList li a{
	padding-left: 10px !important;
}
.iesqrt .main .SSContainerDivWrapper{
	top: 7px !important;
}
.ie11 .main .SSContainerDivWrapper{
    top: 32px !important;
}
.ie11 .result-section .main .SSContainerDivWrapper{
    top: 38px !important;
}
.ie11 .result-sub-section .main .SSContainerDivWrapper,.ie11  #weight-main-container .SSContainerDivWrapper{
    top: 36px !important;
}