@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 16px;
	border: 1px solid #d2ad63;
	width: 40px;
	z-index: 0;
	float: left;
	display: inline;
	font-size: 1em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 3500;
	background-image: url("/resimler/bg-TextField.gif");
}
.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("/resimler/bg-TextFieldFocused.gif");
	z-index: 3700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
#selectlng-select .jquery-selectbox-currentItem {
	background:url(/resimler/flag_tr.gif) 1px 1px no-repeat;
	padding-left:24px;
}
#selectlng_eng-select .jquery-selectbox-currentItem {
	background:url(/resimler/flag_en.gif) 1px 1px no-repeat;
	padding-left:24px;
}
#selectlng_de-select .jquery-selectbox-currentItem {
	background:url(/resimler/flag_de.gif) 1px 1px no-repeat;
	padding-left:24px;
}
#selectlng_fr-select .jquery-selectbox-currentItem {
	background:url(/resimler/flag_fr.gif) 1px 1px no-repeat;
	padding-left:24px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 4px;
	left: 0px;
	background: #fffcdf;
	width: 40px;
	height: 140px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3500;
	border: 1px solid #d2ad63;
}
#selectlng-select .jquery-selectbox-list,
#selectlng_eng-select .jquery-selectbox-list,
#selectlng_de-select .jquery-selectbox-list,
#selectlng_fr-select .jquery-selectbox-list
{
	background:#fffcdf url(/resimler/flags.gif) 4px 4px no-repeat;
	text-align:right;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("/resimler/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index:4400;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("/resimler/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #87683d;
	color: #eee;
}
#selectlng-select .jquery-selectbox-item.listelementhover,
#selectlng_eng-select .jquery-selectbox-item.listelementhover,
#selectlng_de-select .jquery-selectbox-item.listelementhover,
#selectlng_fr-select .jquery-selectbox-item.listelementhover
{
	background:none;
	color: #444;
	font-weight:bold;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding:2px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("/resimler/bg-TextFieldError.gif");
}

