/********************************************************************* selectBox ******************/
.selectBox {
	width:166px;
	}	
/*.selectBoxFoldout {
	width:166px;
	}	
.selectBoxTop {
	position:relative;
	background-image:url(../img/layout/selectBoxTop.png);
	background-position:top;
	background-repeat:no-repeat;	
	height:5px;
	}
.selectBoxFoldout .selectBoxFlow {
	position:relative;
	top:0px;
	background-image:url(../img/layout/selectBoxFlow.png);
	background-position:top;
	background-repeat:repeat-y;		
	color:#b4142b;
	font-size:1.2em;
	font-weight:bold;
	padding: 0 6px 0 2px;
	overflow: hidden; /*rs*/
	}
/*	
.selectBoxFoldout .selectBoxFlow select{
	font-size:1em;
	border: none;
	width: 156px;
}
.selectBox .selectBoxFlow {
	position:relative;
	top:0px;
	background-image:url(../img/layout/selectBoxFlow.png);
	background-position:top;
	background-repeat:repeat-y;		
	color:#b5152b;
	font-size:1.2em;
	font-weight:bold;
	padding: 0 6px 0 2px;
	height:16px;
	overflow:hidden;
	}
.selectBox .selectBoxFlow select{
	font-size:1em;
	border: none;
	width: 156px;
}
.selectBoxFlow ul {
	margin-top:0px;
	margin-bottom:0;
	padding:0px;
	}
.selectBoxFlow li {
	list-style-type:none;	
	margin:0px;
	padding:0px;
	}
.selectBoxFlow li a {
	display:block;
	margin:0;
	padding: 3px 6px 3px 10px;	
	color:#b5152b;
	font-size:1.0em;
	text-decoration:none;
	font-weight:bold;
	}
.selectBoxFlow li a:hover {
	font-size:1.0em;
	text-decoration:none;
	font-weight:bold;
	}
.selectBoxFoldout .selectBoxFlow li a:hover {
	background-color:#b5152b;
	color:#ffffff;
	font-size:1.0em;
	text-decoration:none;
	font-weight:bold;
	}
.selectBoxFoldout .selectBoxFlow li a.first:hover {
	background-color:transparent;
	color:#b5152b;
	font-size:1.0em;
	text-decoration:none;
	font-weight:bold;
	}
.selectBoxBottom {
	position:relative;
	background-image:url(../img/layout/selectBoxBottom.png);
	background-position:top;
	background-repeat:no-repeat;	
	height:11px;	
	}
	
.selectBox a.selectBoxDropdown {
	background-color:transparent;
	/*padding:0 0 0 0px;
	margin:2px 0 0 0px;
	float:right;
	z-index:10;*/ /*
	position:absolute;
	z-index:15;
	margin-left:138px;
	margin-top:6px;
	font-size:0px;
	/*background-image:url(../img/layout/searchArrow.png);*/ /*rs*/ /*
	background-repeat: no-repeat;
	width:19px;
	height:19px;
	}
.selectBox a.selectBoxDropdown:hover {
	background-color:transparent;
	}	
.selectBoxFoldout a.selectBoxDropdown {
	position:absolute;
	z-index:15;
	margin-left:138px;
	margin-top:6px;
	font-size:0px;
	z-index:20;
	/*background-image:url(../img/layout/searchArrowUp.gif);*/ /*
	background-repeat: no-repeat;
	width:19px;
	height:19px;
	}

*/
#search input[type="text"] {

	/*border:1px solid #b5152b;*/ 
	border:1px solid #cccccc;


}

#search input#search_phrase {
	padding:5px 0 0 5px;
	width:215px;
	height:16px;
	border:1px solid #cccccc;	
	background-image:url(../img/layout/searchInputBack.png);
	background-repeat: no-repeat;
	margin: 4px 0 5px 3px;	
	font-size:1.25em;
	}


#search input[type="submit"] {
	background-color:transparent;
	position:absolute;
	background-image:url(../img/layout/icons/iconMiniSearchSmall.png);
	background-repeat: no-repeat;
	width:32px;
	height:32px;
	border:0;
	padding:0;
	margin: 0 0px 0px 0px;
	}

#search input#search_phrase {

	}
	
#search input[type="submit"]:hover {
	background-image:url(../img/layout/icons/iconMiniSearchBig.png);
	cursor:pointer;
	}
#search1 {
	float:left;
	}
#searchLabel {
	font-size:1.2em;
	font-weight:bold;
	margin: 11px 5px 0 3px;
	float:left;
	}
	

.selectBox select {
	border:1px solid #cccccc;	
	font-size:1.25em;
	width: 156px;
	margin: 4px 0 5px 4px;
	padding:4px 0 1px 0px;
}	
