/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}a:link {
	color: #3333CC;
	text-decoration:none;
}
a:visited {
	color: #3333CC;
	text-decoration:none;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF3300;
	text-decoration:none;
}
body {
	background:#e9b05d url(../image/mainbg.png) repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainbox {
	width:975px;
	float:left;
	overflow:hidden;
}
.header{
	width:100%;
	height:80px;
	background:#f6f6f6 url(../image/logo.png) no-repeat;
	border-bottom:3px inset #cccccc;
	margin-bottom:4px;	
}
.commersialbar {
	width:100px;
	left:980px;
	top:100px;
	position:absolute;

}
.commersialitem{
	margin-bottom:5px;
	cursor:pointer;
	border:0px;
}
.content {
	width:760px;
	position:absolute;
	left:200px;
	top:110px;
}
.leftmenu{
	width:190px;
	padding:5px;
	border-right:1px dotted #CCCCCC;
	min-height:400px;
	position:relative;
	float:left;
	margin-right:20px;
}
.infobarmenu{
	width:650px;
	position:absolute;
	top:57px;
	left:320px;
	height:20px;
}
.infobarItem{
	background:#FFFFFF;
	position:relative;
	cursor:pointer;
	color:#990000;
	float:right;
	padding:5px 10px 5px 10px;
	border-left:solid #CCCCCC 1px;
	font-family:verdana;
	font-weight:bold;
}
.hbox{
	background: url(../image/cartbar.png) no-repeat;
	width:341px;
	height:29px;
	float:right;
	position:relative;
	margin-right:5px;
	padding:5px 5px 5px 50px;
	color:#FFFFFF;
}

.pageheadline1 {
	font:verdana;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin:20px;	
}
