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

@import url("reset.css");
@import url("fonts.css");
@import url("base.css");
@import url("common.css");

body { 
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #000;
	background: url(../img/bg-html.png) rgb(35,35,35);
	text-align: center;	
	height: 100%;	
}
a { color: #993300; text-decoration: none; }
a:hover { color:#666666; text-decoration: none; }


#topshadow, #botshadow {
	margin: 0 auto;
	width: 893px;
	height: 32px;
	background: url(../img/bg/top_back.html) bottom left;
}

#botshadow { 
	background: url(../img/bg/bottom_shadow.gif) bottom left;
}

#mainshadow {
	height: auto; 
	width: 893px;
	background: url(../img/bg/middle_shadow.gif) repeat-y; 
	text-align: center;
	margin: 0 auto;
}


#topNav {
	margin:0 auto;
	width: 790px;
	height: 116px;
	text-align: right;
	background: url(../img/header.html);
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

#topNavLinks { 
	padding-top: 90px;
	padding-right: 20px;
	color: #FFFFFF;
}

#topNavLinks a {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 14px;
	padding:5px;
}

#topNavLinks a:hover {
	color: #CCCCCC;
	font-weight:bold;
	text-decoration: none;
	padding:5px;
}


#description {
	width:550px;
	height:auto;
	text-align: left;
	font-family:Tahoma, Arial, sans-serif;
	float:left;
}

#cartHeader {
	margin: 0 auto;
	background: url(../img/footer.png);
	text-align: right;
	width:790px;
	padding:5px 0px 5px 0px;
	border-bottom: 2px solid #666666;
}

#cartHeader a {
	font-weight:bold;
	margin-right: 20px;
}

#checkoutTbl {
	width: 790px;
	font-size: 11px;
	margin-top:20px;
}

#checkoutTbl thead {
	background: #333 ;
	font-size:14px;
	color: #FFF;
	font-weight: bold;	
}

#checkoutTbl td {
	font-size:12px;
}
#checkoutTbl thead td {
	padding: 5px 0px 5px 0px;
	border-bottom: 2px solid #bc2e2d;
}



