/**
* @file elSelect.js
* @downloaded from http://www.cult-f.net/2007/12/14/elselect/
* @author Sergey Korzhov aka elPas0
* @site  http://www.cult-f.net
* @date December 14, 2007
*
*/


.elSelect {
	/*width:206px;*/
	height:20px;
	/*background:url(select_bg.gif) no-repeat 0% 0%;*/

}
.elSelect .selected {
	background-color:#fff !important;
	color:#693fbb !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	/*width:177px;*/
	font-weight:300;
	font-size:100%;
	color:#787878;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 23px;
	height: 20px;
	float: right;
	background:url(select_arrow.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:absolute;
	/*background:url(top_center.gif) repeat-x 0% 0%;*/
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	/*background:url(top_left_select.gif) no-repeat 0% 0%;*/
	width:100%;
	height:7px;
}
.elSelect .optionsContainerTop div div {
	/*background:url(top_right_select.gif) no-repeat 100% 0%;*/
	width:100%;
	height:7px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	/*background:url(bottom_center.gif) repeat-x 0% 0%;*/
	width:100%;
	height:7px;
}
.elSelect .optionsContainerBottom div {
	/*background:url(bottom_left.gif) no-repeat 0% 0%;*/
	width:100%;
	height:7px;
}
.elSelect .optionsContainerBottom div div {
	/*background:url(bottom_right.gif) no-repeat 100% 0%;*/
	width:100%;
	height:7px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
	background:#f7f7f7 url(select_container_bg.gif) repeat-x bottom;
	margin-top: 2px;
	border-top:solid 1px #afafaf;
	border-bottom:solid 1px #afafaf;
}
.elSelect .option {
	padding:4px 5px 5px 5px;
	border-left:solid 1px #afafaf;
	border-right:solid 1px #afafaf;
	text-align:left;
	font-weight:300;
	font-size:100;
	color:#787878;
	border-bottom: 1px dotted white;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #afafaf;
	border-right:solid 1px #afafaf;
	color:#90A4AA;
}
.icon_1 {
	background:url(icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}

.elSelect300wide {
	width:300px;
	background:url(select_bg_300.gif) no-repeat 0% 0%;
}
.elSelect300wide .selectedOption {
	width:271px;
}

.elSelect100wide {
	width:100px;
	background:url(select_bg_100.gif) no-repeat 0% 0%;
}
.elSelect100wide .selectedOption {
	width:71px;
	overflow:hidden;
	white-space: nowrap;
}

.elSelect80wide {
	width:80px;
	background:url(select_bg_80.gif) no-repeat 0% 0%;
}
.elSelect80wide .selectedOption {
	width:51px;
	overflow:hidden;
	white-space: nowrap;
}

.elSelect120wide {
	width:120px;
	background:url(select_bg_120.gif) no-repeat 0% 0%;
}
.elSelect120wide .selectedOption {
	width:91px;
	overflow:hidden;
	white-space: nowrap;
}

.elSelect123wide {
	width:123px;
	background:url(select_bg_123.gif) no-repeat 0% 0%;
}
.elSelect123wide .selectedOption {
	width:94px;
	overflow:hidden;
	white-space: nowrap;
}

.elSelect150wide {
	width:150px;
	background:url(select_bg_150.gif) no-repeat 0% 0%;
}
.elSelect150wide .selectedOption {
	width:121px;
	overflow:hidden;
	white-space: nowrap;
}


.elSelect-state {
	width:151px;
	background:url(select_bg_state.gif) no-repeat 0% 0%;
}
.elSelect-state .selectedOption {
	width:121px;
	overflow:hidden;
	white-space: nowrap;
}


.elSelect56wide {
	width:56px;
	background:url(select_bg_56.gif) no-repeat 0% 0%;
}
.elSelect56wide .selectedOption {
	width:27px;
	overflow:hidden;
	white-space: nowrap;
}

.elSelect240wide {
	width:240px;
	background:url(select_bg_240.gif) no-repeat 0% 0%;
}
.elSelect240wide .selectedOption {
	width:211px;
	overflow:hidden;
	white-space: nowrap;
}

div.elSelecterror div div.selectedOption{
	color: red;
}

input.redtext{
	color: red;
}
input.greytext{
	color:#979797;
}

.elselect-other-option {
	display:none;
	position: absolute;
}

.elselect-other-option-show {
	display:black;
	position: absolute;
	background:url(/templates/kwdoggett_home/images/sample-ordering-other-bg.png) no-repeat 0px 0px;
	margin: -20px 0px 0px -250px;
	padding:0px;
	width:189px;
	height:68px
}

.elselect-other-option-show p {
	color:white;
	padding:11px 4px 9px 15px
}

.elselect-other-option-show-textbox {
	background:transparent url(/templates/kwdoggett_home/images/sample-ordering-other-textbox-bg.png) no-repeat scroll 0 0;
	border:medium none;
	font-size:100%;
	padding:3px 5px;
	width:61px;
	margin-left: 15px;
	float:left;
}

a.sample-ordering-other-close-button {
	text-decoration:none;
	display:block;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/templates/kwdoggett_home/images/sample-ordering-other-close-button.png);
	height:8px;
	width:7px;
	position:absolute;
	margin-left: 178px;
	margin-top: 5px;
}
a.sample-ordering-other-close-button:hover{
	background-image:url(/templates/kwdoggett_home/images/sample-ordering-other-close-button-over.png);
}



a.sample-ordering-other-ok-button {
	text-decoration:none;
	display:block;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/templates/kwdoggett_home/images/sample-ordering-other-ok-button.png);
	height:20px;
	width:26px;
	float:left;
	margin-left: 5px;
}
a.sample-ordering-other-ok-button:hover{
	background-image:url(/templates/kwdoggett_home/images/sample-ordering-other-ok-button-over.png);
}
