﻿/*start Shopping Cart Page*/
.ShoppingCartPage .TitleImage
{
	background-image:url('../../Images/NewSearch/ShoppingCartTitle.gif');
	width:558px;
	height:60px;
}

.ShoppingCartPage .Content
{
	border:solid 1px #E1E1E1;	
	width:556px;
	border-top:none;
}
.ShoppingCartPage .Container
{
	margin-right:12px;
	margin-top:10px;
}
.ShoppingCartPage .TopBuyNowBtn
{
	background-image:url('../../Images/NewSearch/ShoppingCartBuyNowSmall.gif');
	width:95px;
	height:20px;
	float:right;
	cursor:pointer;
}
.ShoppingCartPage .Title
{
	color:#4C4C4C;
}
.ShoppingCartPage .ShoppingList
{
	width:520px;
}
.ShoppingCartPage .ShoppingList
{
}
.ShoppingCartPage .ShoppingList .UserImage .ContentUserImage {
	border:solid 1px #E1E1E1;
	width:50px;
	height:50px;
	margin:2px;
}
.ShoppingCartPage .ShoppingList .ContentDescription
{
	width:330px;
	margin-bottom:15px;
	border-left:solid 1px #E1E1E1;
	float:right;	
	clear:none;
}
.ShoppingCartPage .ShoppingList .ContentTitle {
	font-weight:bold;
	color:#233E6B;
	font-size:14px;
	text-decoration:none;
}
.ShoppingCartPage .ShoppingList .ContentTitle:hover
{
	text-decoration:underline;
}

.ShoppingCartItem .ShoppingCartItemText
{
}

.ShoppingCartPage .ShoppingList .UserImage {
	float:right;	
	clear:none;
	width:56px;
	height:56px;
	margin-left:8px;
	border:solid 1px #E3DDDD;
}
.TotalPrice
{
	text-align:left;
	margin:auto auto auto 10px;
	padding-top:10px;
	font-weight:bold;
	color:#444444
}
.ShoppingCartLink
{
	color:#2F3C45;font-size:12px;
}
.ShoppingCartUserNameLink
{
	font-size:9px;
	text-decoration:none;
}
.ShoppingCartUserNameLink:hover
{
	text-decoration:underline;
}

#BuyNowBigBtn
{
	background-image:url('../../Images/NewSearch/ShoppingCartBuyNowBig.gif');
	width:114px;
	height:37px;
	float:right;
	cursor:pointer;
}
#LinkContentSearch
{
	float:right;
	width:400px;
	margin-top:15px;
}
.RemoveFromShoppingCartBtn
{
	text-decoration:underline;
	cursor:pointer;
}
/*end Shopping Cart Page*/
