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


/* IE HACKS */
*:first-child+html #apparelContainer { height:auto; }


/* BODY STYLES */

body,td,th {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	line-height: 1.5;
	margin:0;
}
.contentTable { 
	background-color:#222;
	padding-bottom:40px;
}
a:link {
	color: #eeeeee;
	text-decoration: none;
	font-weight:bold;	
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #eeeeee;
}
a:hover {
	text-decoration: underline;
	color: #eeeeee;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #eeeeee;
	font-weight:bold;
}
#apparelContainer {
	width:950px;
	margin:0;
	background-image:url(../img/apparel/heroImg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:230px;
	background-color:#222;
	padding-bottom:20px;
}
#apparelContainer .heroHead { 
	width:950px;
	height:250px; 
	margin:0;
}
#apparelContainer .schwagProd {
	margin:30px 55px 10px 55px;
	background-color:#111111;
	width:845px;
	height:402px;
	overflow:visible;
}
#apparelContainer .schwagProd .apparelDesc {
	overflow:visible;
	float:right;
	width:220px;
	padding:55px 10px 20px 0;
	height:170px;
}
#apparelContainer .schwagProd .cartArea {
	padding:12px 45px 0 535px;
}
.priceTxt {
	font-size:20px;
	color:#3F0;
	font-weight:normal;
}
.ATCbtn {
	padding:15px 0 15px 0;
}
select {
	overflow:hidden;
	background: #222;
	color: #ccc;
	border: #666 solid 1px;
	width:140px;
	font-size:12px;
	padding:1px;
}
option {
	background: #222;
	color: #ccc;
	border: #222 solid 1px;
	font-size:12px;
}
.viewBtn {
	float:left;
	margin:150px 0 0 450px;
	display:block;
	width:110px;
	height:20px;
}
