body {
	font-family: verdana;
	font-size: 12px;
	padding:0;
	margin:0;
}
a:link {text-decoration: none; color: #774A00}
a:visited {text-decoration: none; color: #001D5A}
a:hover {text-decoration: underline; color: red}
a:active {text-decoration: none}

a:link.cart {text-decoration: none; color: #ffcc33}
a:visited.cart {text-decoration: none; color: #ffcc33}
a:hover.cart {text-decoration: underline; color: #ffffff}
a:active.cart {text-decoration: none}

a:link.hist {text-decoration: none; color: #003649}
a:visited.hist {text-decoration: none; color: #003649}
a:hover.hist {text-decoration: underline; color: #ffffff}
a:active.hist {text-decoration: none}

a:link.look {color: red; font-size: 14px}
a:visited.look {color: red; font-size: 14px}

.title {
	border-width: 0px;
	border-style: solid;
	width: 800px;
	height: 80px;
	background:url(title/bg_toplogo.jpg);
}

.text {
	position:relative;
	left: 250px;
	width: 218px;
	height: 378px;
	border-style: solid;
	border-color: white white white #999999; 
	border-width: 1px;
	padding: 10px 10px 10px 20px;
	overflow: auto; 
	text-align: left;
	font-size: 12px;
}

.pic {
	float:left;
	border-color: red;
	border-style: solid;
	border-width: 0px;
	padding: 0 10px 10px 10px;
}

.footer {
	clear:both;
	height: 20px;
	width: 820px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	background-color: #333B3F;
	font-size: 11px;
	color:F7AE32;
}

a:link.footer {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
a:visited.footer {
	text-decoration: none;
	color: #003649;
}
a:hover.footer {
	text-decoration: underline;
	color: #ffffff;
}
a:active.footer {
	text-decoration: none}

.footer2 {
	clear:both;
	height: 77px;
	width: 788px;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	background:url(title/bg_footer.jpg);
}


.cartbox {
	float:left;
	width: 190px;
	height: 388px;
	padding: 10px;
	padding-top: 0px;
	border-style: solid;
	border-color: #001D5A;
	background-color: #333B3F;
	border-width: 1px;
	text-align: center;
	color: white;
	z-index: 10;
	font-size:10px;
}

#menubox {
	height: 397px;
	width: 128px;
	border-style: solid;
	border-color: #060707;
	border-width: 1px;
	padding: 5px;
	background-color: #333B3F;
}

div#menubox a {
	display: block;
	text-align: left; 
	font: bold 1em sans-serif; 
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 0px; 
	border-style: solid;
	border-width: 0px; 
	text-decoration: none; 
	color: #F7AE32;
	height: 20px;
}

div#menubox a:hover {
	color: #cccccc;
	background-color: #333B3F;
}

.histbox {
	vertical-align:top;
	height: 25px;
	width: 820px;
	border-style: solid;
	border-color: #E8A029;
	border-width: 1px;  
	background-color: #E8A029;
	padding-left: 10px;
	color:#003649;
}

.navbox {
	height: 20px;
	width: 788px;
	border-style: solid;
	border-color: #999999;
	color:#FFFFFF;
	border-width: 1px; 
	text-align: right;
	padding-right: 10px;
	background-color: #0176A5;
}

.content{
	float:left;
	width: 620px;
	height: 400px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px;
	padding: 0px;
}
