﻿@charset "utf-8";
#header {
	float: left;
	height: 110px;
	width: 815px;
	background-repeat: repeat-y;
	background-image: url(/images/frame/shadow_right.gif);
	text-align: left;
}
#header .top {
	height: 65px;
	width: 752px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
	padding-right: 50px;
	text-align: right;
	padding-top: 14px;
	float: left;
	background-image: url(/images/frame/header_bg.jpg);
	background-repeat: repeat-x;
}
#header .bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 30px;
	width: 752px;
	padding-right: 50px;
	text-align: right;
	float: left;
	color: #999999;
	padding-top: 0px;
}
#header .bottom .totalitem {
	font-weight: bold;
	color: #666666;
}
#header .bottom .total {
	font-weight: bold;
	color: #666666;
}

#header .bottom a {
	
	text-transform: capitalize;
	color: #492C15;
	text-decoration: none;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 5px;
}
#header .bottom a:Hover {
	color: #6CA8A5;
	text-decoration: none;
}
#full #header .top .selectlanguage {
	float: right;
	width: 85px;
	margin-right: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#header .top .selectlanguage a {
	color: #666666;
	text-decoration: none;
}
#header .top .selectlanguage a:Hover {
	color: #333333;
}

#header .top #form1 {
	width: 260px;
	margin-top: 0px;
	text-align: right;
	margin-right: 0px;
	float: right;
}
#header .top #form1 #searchfield {
	width: 128px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #BFB8B2;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#header  .top  #form1 a {
	color: #CCCCCC;
	text-decoration: none;
}

#header .top #form1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
	text-decoration: none;
}

#header .alignright {
	margin-right: 0px;
	width: 13px;
	float: right;
}

