@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("fonts.css");
@import url("base.css");
@import url("pager.css");
@import url("common.css");

body { 
	text-align: center;
	background: #f2f2f2;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height:14pt;
}
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.jpg) 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.png);
	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;
}

#mainNav, #shirtNav, #checkoutNav {
	margin:0 auto;
	width: 790px;
	height: auto;
	text-align: center;
	background: #ffffff;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	padding:4px;
}

#shirtNav {
	height:auto;
}

#checkoutNav {
	height: auto;
}

#description {
	width:550px;
	height:auto;
	text-align: left;
	font-family:Tahoma, Arial, sans-serif;
	float:left;
}

#shirtadayLink {
	width: 220px;
	height:200px;
	text-align:center;
	float:left;
}
.mainNavShirtImg {
	height:230px;
	border:1px #ccc solid;
	overflow:hidden;
}
.mainNavShirt, .mainNavShirt:hover {
	width:245px;
	height: 260px;
	margin: 20px 5px;
	float: left;
	text-align: center;
	backg-z-zround: url(../img/footer.png);
}

.mainNavShirt:hover {
	backgr-z-ound: url(../img/footer_dark.png);
}

.mainNavShirtName {
	background: #FFF;
	font-size: 14px;
	font-weight:bold;
}
.mainNavShirtPrice {
	background: #FFF;
	font-size: 14px;
	font-weight:bold;
	color: #993300
}

.shirtImage {
	margin:10px;
}

#shirtPic1, #shirtPic2 {
	float:left;
	width:400px;
	padding: 5px;
}

#shirtInfo {
	float: right;
	width: 340px;
	height: auto;
	padding: 5px;
	margin-left:15px;
	margin-bottom:15px;
	text-align: left;
}

#shirtDescr {
	float:left;
	width:450px;
	padding:5px;
	text-align: left;
	font-size: 12px;
}

#shirtInfoText {
	margin:10px;
}

#shirtImage1, #shirtImage2 {
	float:right;
	width:150px;
	padding:5px;
	margin-right:20px;
	text-align: left;
	font-size: 12px;
}

#bottomNav {
	margin:0 auto;
	width: 790px;
	height: 20px;
	text-align: center;
	background: url(../img/footer.png);
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	color:#666666;
}

#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;
}
.vis-clear, .spacer5 { 
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	width:100%;
}


