/* CSS ProdDescription */


/****** T-SHIRT SPLASH PAGE *******/
#splashContLeft {
	height: auto;
	width: 260px;
	float: left;
}
 
#splashContLeft img {
	margin-top: 15px;
}

#splashContRight {
	height: auto;
	width: 260px;
	float: left;
  }
#splashContRight img {
	margin-top: 15px;
}

/****** T-SHIRT MATRIX PAGE *******/

div.thumbShirts {
  float: left;
  margin: 10px;
  }
  
div.thumbShirts p {
	text-align: center;
	margin: 10px;
   }

div.prodDescSpacer {
  clear: both;
  }

/****** PRODUCT DESCRIPTION PAGE *******/

#thumbMainHeader {
	height: 100px;
	width: 525px;
	background-color: #FFFFFF;
	margin-bottom: 50px;
 }

#thumbMainHeader p {
	margin: 10px;
 }

#prodDescCont {
	height: 650px;
	width: 525px;
	margin-top: -20px;
 }

.prodDescContHdr {
	color: #990000;
	margin-bottom: -5px;
	margin-left: 15px;
	margin-top: 15px;
	font-style: normal;
	font-weight: normal;
	background-color: #ECE9D8;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

#prodContLeft {
	height: 400px;
	width: 260px;
	float: left;
}
 
#prodContLeft img {
	margin-top: 15px;
}

#prodContRight {
	height: 300px;
	width: 260px;
	float: left;
  }
#prodDescInfo {
	height: auto;
	width: 230px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#prodDescInfo p {
	font-size: 11px;
	color: #333333;
	text-align: justify;
}

#prodDescDetails {
	height: auto;
	width: 230px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#prodDescDetails li{
	font-size: 11px;
	color: #333333;
	text-align: left;
	margin-left: -15px;
}

#prodDescOptions{
	height: auto;
	width: 230px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#prodDescOptions li{
	font-size: 11px;
	color: #333333;
	text-align: left;
	margin-left: -15px;
}

#prodDescOptions p {
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
CartDescBox {
	padding-right: 25px;
	margin-right: 25px;
}
