﻿.cart-item
{	
	float:left;
	clear:left;
	width:523px;
	padding: 8px 0px 0px 0px;
	font:8.5pt Georgia;
}

.product-thumbnail-container
{
	float:left;
	background-color:White;
	border: solid 1px black;
	margin-right: 8px;
}

.product-thumbnail
{
	width:130px;
	height:90px;	
}

.product-details
{
	float:left;
	line-height:1.2em;
	padding-top: 5px;
	width: 210px;
}

.product-name
{
	font:bold 10pt Georgia;
	color:#fd56ab;
	width:200px;
}

.product-price
{
	float:left;
	font-weight:bold;
	font-size:10.5pt;	
	padding: 5px 0px 0px 0px;
}

.product-quantity
{
	float:left;
	font-weight:bold;
	font-size:10.5pt;
	width:90px;	
	padding: 5px 0px 0px 0px;
}

.quantity-input
{
	width:50px;
}

.remove-container
{
	padding: 40px 0px 0px 0px;
}

#root .content .recommended-product-image
{
	width: 181px;
	height: 126px;
	float: left;
	margin: 10px 0px 0px 30px;
	border-style: none;	
}

#root .content .recommended-product-name
{
	float: left;
	clear: left;
	width: 100%;
	text-decoration: underline;
	font: 10pt Georgia;
	font-weight: bold;
	text-align: center;
	color: White;
	padding-top: 1px;
}

#root .content .recommended-product-price
{
	float: left;
	clear: left;
	color: White;
	font: 9pt Georgia;
	text-align: center;
	width: 100%;
	padding-top: 1px;
}

#root .content .recommended-product-view
{
	float: left;
	clear: left;
	margin: 1px 0px 0px 97px;
	border-style: none;
}

#root .content .recommended-product-divider
{
	float: left;
	background-color: #c799c6;
	margin-top: 7px;
	height: 1px;
	width: 218px;
}