@charset "utf-8";
/* CSS Document */

span.submit, span.subnav, span.subnav_active {
	position:relative; cursor:pointer; display:block;
	background-image:url(/images/btn_search_left.gif); background-repeat:no-repeat; background-position:left top; background-color:transparent;
	height:23px; border:0px solid transparent; padding-left:4px;
	cursor:pointer;
	}
input.submit, input.subnav, input.subnav_active {
	font-size:12px; font-weight:bold;
	background-image:url(/images/btn_search_long.gif); background-repeat:no-repeat; background-position:right top; background-color:transparent; height:23px; border:0px solid transparent;
	padding-right:11px;
	cursor:pointer;
	}
	
/* IE7 */
*:first-child + HTML input.subnav {
	padding-right:8px;
	}
	
	
span.subnav_active {
	background-image:url(/images/btn_search_black_left.gif); background-repeat:no-repeat; background-position:left top; background-color:transparent;
	}
input.subnav_active {
	background-image:url(/images/btn_search_black_long.gif); background-repeat:no-repeat; background-position:right top; background-color:transparent;
	color:#fff;
	}

a.ie input.submit {
	padding-right:3px;}
a.ie:hover span.submit, 
span.submit:hover {
	background-position:left bottom;
	}
a.ie:hover input.submit,
span.submit:hover input.submit {
	background-position:right bottom;
	}
	


.pos_over_img {
	left: 37px; top:-35px;
	}
	
span.w140 {width:140px;}
span.submit input.w140 {width:136px;}


/* SUB-Navigation--------------------------------------------------------------------------------*/

div#sub_navi {float:right; height:26px; padding:0px 0px; width:530px;}

div#sub_navi table {
	float:right;
	}

span.infotext {display:block; line-height:23px; margin:2px;}
span.infotext b {font-size:12px; font-weight:bold;}

a.subnav, a.subnav_active {margin:0px 0px;}
span.subnav, span.subnav_active {position:static;}
input.subnav, input.subnav_active {font-size:10px;}

a.subnav input.subnav, a.subnav_active input.subnav_active {
	width:110px;}

a.subnav:hover span.subnav {
	background-position:left bottom;}
	
a.subnav:hover input.subnav {
	background-position:right bottom;}
