﻿.CartSmallThumbnail
{
}

.CartId
{
	font-weight: bold;
	font-size: 11px;
	
}

.CartBrandAndName
{

}

.CartShortDesc
{
	
	width:330px;
}

.CartPrice
{
	font-weight: bold;	
	font-size: 12px;
	margin-top:15px;
	
	
}

.CartQuantity
{
	margin-top:8px;
}

.CartAddToCartImg
{
	margin-left: -10px;
}

.PhotoContainer
{
	/*background-color:#8CB2CC;*/
	background-color: #D6DFE6;
	/*background-color:ButtonFace;*/
    border: solid 5px #147AC4;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.PhotoContainer a
{
	color: #147AC4;
	font-weight: bold;
	text-decoration:none;
}

.PhotoImage
{
	margin: 10px 0 10px 0;

}

