

@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 16px;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0 1px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0;
	background: url("../images/anerosme-userform-field.png") left top;
}

.jquery-selectbox.selecthover {
	border-color: #9F7627;
	background: url("../images/anerosme-userform-field.png") left top; 
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0;
    line-height: 16px;
    text-align: center;
	white-space: nowrap;
	display: block;
	overflow: hidden;
    cursor: pointer;
    position: relative;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 0;
	left: 0px;
	background: #8f8f8f;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #323232;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/lay-selectMoreButton.gif");
	width: 10px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButton.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #87683d;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
    height: 16px;
    line-height: 16px;
    text-align: center;
    padding: 1px 0;
    position: relative;
    z-index: 1000;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}

/* large Select Box */

.jquery-selectbox1 {
    position: relative;
    height: 32px;
    width: 450px;
    z-index: 0;
    float: left;
    display: inline;
    margin: 0 1px;
    font-size: 14px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #444;
    padding: 0;
    background: url("/html/lightbox/images/ame-pr-product.png") left top;
}

.jquery-selectbox1.selecthover {
    border-color: #9F7627;
    background: url("/html/lightbox/images/ame-pr-product.png") left top; 
    z-index: 700;
}    

.jquery-selectbox1 .jquery-selectbox1-currentItem {
    padding: 0;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.jquery-selectbox1 .jquery-selectbox1-list {
    display: none;
    position: absolute;
    top: 32px;
    padding: 0;
    left: 0px;
    background: #8f8f8f;
    width: 448px;
    height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid #323232;
}
.jquery-selectbox1 .jquery-selectbox1-moreButton {
    float: right;
    background: none;
    width: 10px;
    height: 32px;
    cursor: pointer;
}
.jquery-selectbox1 .jquery-selectbox1-moreButton.morebuttonhover {
    background: no-repeat;
}

.jquery-selectbox1 .jquery-selectbox1-item.listelementhover {
    background: #87683d;
    color: #eee;
}
.jquery-selectbox1 .jquery-selectbox1-item {
    display: block;
    cursor: default;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 1px 0;
}

/* Medium Select Box */

.jquery-selectbox2 {
    position: relative;
    height: 20px;
    width: 450px;
    z-index: 0;
    float: left;
    display: inline;
    margin: 0 1px;
    font-size: 14px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #444;
    padding: 0;
    background: url("../images/anerosme-userform-field2.png") left top;
}

.jquery-selectbox2.selecthover {
    border-color: #9F7627;
    background: url("../images/anerosme-userform-field2.png") left top; 
    z-index: 700;
}    

.jquery-selectbox2 .jquery-selectbox2-currentItem {
    padding: 0;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.jquery-selectbox2 .jquery-selectbox2-list {
    display: none;
    position: absolute;
    top: 20px;
    padding: 0;
    left: 0px;
    background: #8f8f8f;
    width: 448px;
    height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid #323232;
}
.jquery-selectbox2 .jquery-selectbox2-moreButton {
    float: right;
    background: none;
    width: 10px;
    height: 20px;
    cursor: pointer;
    background: url("../images/lay-selectMoreButton2.gif"); 
}
.jquery-selectbox2 .jquery-selectbox2-moreButton.morebuttonhover {
    background: url("../images/lay-selectMoreButton2.gif"); 
}

.jquery-selectbox2 .jquery-selectbox2-item.listelementhover {
    background: #87683d;
    color: #eee;
}
.jquery-selectbox2 .jquery-selectbox2-item {
    display: block;
    cursor: default;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 0;
}

#ame-be-dateandtime .jquery-selectbox2{
    margin-right: 3px;
}
#ame-be-dateandtime #jselectbox_month_wrapper{margin-left: 10px;}
#ame-be-dateandtime #jselectbox_minute_wrapper{margin-left: 3px;}

/* Feedback Select Box */

.jquery-selectbox3 {
    position: relative;
    height: 28px;
    width: 190px;
    z-index: 0;
    float: left;
    display: inline;
    margin: 0 1px;
    font-size: 14px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 0;
    background: url("/html/feedback/images/feedback-select.png") left top;
}

.jquery-selectbox3.selecthover {
    border-color: #9F7627;
    background: url("/html/feedback/images/feedback-select.png") left top; 
    z-index: 700;
}    

.jquery-selectbox3 .jquery-selectbox3-currentItem {
    padding: 0 0 0 10px;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal !important;
}

.jquery-selectbox3 .jquery-selectbox3-list {
    display: none;
    position: absolute;
    top: 28px;
    padding: 0;
    left: 0px;
    background: #8f8f8f;
    width: 188px;
    height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid #323232;
}
.jquery-selectbox3 .jquery-selectbox3-moreButton {
    float: right;
    background: none;
    width: 10px;
    height: 30px;
    cursor: pointer;
    background: none; 
}
.jquery-selectbox3 .jquery-selectbox3-moreButton.morebuttonhover {
    background: none; 
}

.jquery-selectbox3 .jquery-selectbox3-item.listelementhover {
    background: #c50000;
    color: #eee;
}
.jquery-selectbox3 .jquery-selectbox3-item {
    display: block;
    cursor: default;
    height: 25px;
    line-height: 25px;
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: normal !important;
}