@charset "utf-8";
/* CSS Document */

.addtoCart {
	float:right;
	margin:10px 0;
}

.addtoCart a  {
	background-image: url(../../images/bawImages/catalog/add2CartBtn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width:153px;
	display: block;
	line-height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align:center;
}
.addtoCart a:hover {
	color: #6C6C6C;
	background-image: url(../../images/bawImages/catalog/catLink_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#costBox {
	border-top: medium solid #DC291E;
	border-bottom: medium solid #DC291E;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 5px;
}

#costBox p {
	text-align:right;
	padding-right:35px;
}

#costBox strong {
	color: #3C3D40;
	font-size: 40px;
	font-weight: 400;
	line-height: 28px;
	font-family: Oswald;
	font-style: normal;
}

.imgCol {
	width:300px;
	margin:10px 10px 0 5px;
	float:left;
}

.ltGrey {
	color: #3C3D40;
	font-size: 12px;
}

.mainImg {
	margin-bottom: 10px;
	padding:0;
	height: 300px;
	width: 300px;
}

.shirtInfo {
	width:340px;
	margin:10px 5px 10px 0;
	float:right;
}

.shirtInfo h2 {
	color: #3C3D40;
	font-size: 28px;
	font-weight: 900;
	line-height: 29px;
}

.shirtInfoP {
	font-size:12px;
	line-height:150% !important;
}

#shirtOptions p{
	text-align: right;
	font-size: 14px;
	padding-right: 35px;
	float: right;
	clear: both;
}

.smallImg {
	margin-bottom:20px;
}

.smallImg a{
	margin:0 5px 0 0;
	padding:0;
	border:1px #666;
	width:67px;
	height:67px;
}

.relatedShirts{
	/* [disabled]clear:both; */
	float: left;
	margin: 15px 0 0 5px;
	width: 655px;
	height: 180px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	background-color: #D7F2F4;
}

.relatedShirtsTitle {
	font-size: 18px;
	color: #3C3D40;
	display: block;
	margin: 3px 0px 10px 20px;
}

.relatedShirts p {
	font:12px bold;
	color: #6c6c6c;
	text-align:center !important;
	padding:5px 0;
}



li.relatedShirtsBox {
	display: inline;
	margin: 0px 0 0 25px;
	text-align: center !important;
	width: 125px
	clear: none;
	position: relative;
	width: 130px;
	float: left;
}

.relatedShirtsBox img{
	width: 100px;
	border: thin solid #DC291E;
}

.infobox-inst ul {
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	height: 135px;
	
}

.relatedShirtsBox p {
	line-height: 14px !important;
}
