.subCatProduct {
  float:left;
  width: 200px;
  padding-left:10px;
  padding-top:10px;
}

.prodLink {
	text-decoration: none;
	color: white;
}

.prodLink:hover{
	text-decoration: underline;
}

.subCatProductPrice {
	text-align: right;
	width: 50%;
}

.subCatProductSize {
	text-align: left;
	width: 50%;
}

.productImage{
	padding-right: 20px;
	width: 210px;
	float: left;
}
  
.productDetail {
	padding-right: 25px;
	width: 300px;
	float: left;
}

.productNameAndDescription {
	width: 300px;
}

.productDetailDetails {
	border-style: solid; 
	border-width: 1px; 
	border-color: #6d6f71;
	background-color: #414142;
	padding: 8px;
}

.freeReturnsText{
	padding: 20px 0 20px 0;
	font-family: Georgia,"Times New Roman",serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.95em;
	line-height: 1.6em;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	letter-spacing: 1px;
	color: white;
}

.productLinks {
	width: 200px;
	float: left;
}

.productHeading {
	font-family: Georgia,"Times New Roman",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.5em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	letter-spacing: 1px;
	padding-bottom: 8px;
} 