div.productRecommendations
{
	margin-top:50px;
	clear:both;
}
div.cart-mainContainer div.productRecommendations
{
	background-color:#F1EFED;
	border-top:solid 1px #DDD;
	padding:5px 0px 10px 10px;
}
div.recommendedProduct
{
	float:left;
	width:110px;
	margin-right:14px;
	overflow:hidden;
}
div.recommendedProduct a
{
	font-size:11px;
	color:#3C1B05;
}
div.recommendedProduct a span
{
	display:block;
}
div.productRecommendations span.productRecommendationsTitle
{
	color:#3C1B05;
	font-size:13px;
	font-weight:bold;
}
div.productRecommendations div.recommendedProductWrapper
{
	margin-top:10px;
}

div.productAlternatives
{
	float:right;
	width:750px;
	text-align:center;
}
div.productAlternative
{
	float:left;
	margin-right:14px;
	text-align:center;
	width:135px;
	height:180px;
	overflow:hidden;
}
div.productAlternative a
{
	font-size:11px;
	color:#3C1B05;
}
div.productAlternative a span
{
	display:block;
}
div.productAlternative img
{
	width:135px;
	height:135px;
}
div.productAlternatives span.productAlternativesTitle
{
	color:red;
	font-size:20px;
	font-weight:bold;
}

div.outofStockProductWrapper
{
	padding-top:15px;
	padding:15px 0px 25px 10px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:170px;
	text-align:center;
	clear:both;
	float:left;
}
div.outofStockProduct
{
	margin-right:14px;
	text-align:center;
}
div.outofStockProduct div, div.outofStockProduct div.outofStockProductProductImages
{
	height:135px;
	overflow:hidden;
}
div.outofStockProduct img.outofStockProductImage
{
	display:block;
	width:135px;
	height:135px;
}
div.outofStockProduct span
{
	display:block;
	font-size:11px;
	color:#3C1B05;
}
div.outofStockProductWrapper span.outofStockProductTitle
{
	color:#3C1B05;
	font-size:13px;
	font-weight:bold;
}
#outOfStock .leftCol
{
	float:none;
	padding:0px;
	width:auto;
}
#outofStockOverlay
{
	position:relative;
	top:-135px;
}


.productPrice {
font-weight:bold;
}