﻿#cartArea
{
	position: relative;
	/*clear: both;*/
	float:right;
	width: 203px;
	height: auto;
	min-height: 200px;
	/*display: inline-block; */
	margin-top: 20px;
}

#cartHeaderEmpty, #cartHeaderFull
{
	position: relative;
	clear: both;
	width: 203px;
	height: 78px;
	margin-left: 0px;
	background-image: url(images/Cart/Cart_Header_Empty.gif);
	background-repeat: no-repeat;
}

#cartHeaderFull
{
	background-image: url(images/Cart/Cart_Header_Full.gif);
}

#cartContent
{
	position: relative;
	clear: both;
	width: 168px;
	height: auto;
	background-image: url(images/Cart/Cart_Filler.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 15px;
	font-size: small;
	color: #FFFFFF;
}

#cartImageArea
{
	width: 32px;
	float: left;
}

#cartDetailsArea
{
	float: right;
	width: 125px;
	margin-left: 5px;
	padding-bottom: 10px;
	font-size: .9em;
}

hr.cartItem
{
	color:Maroon;
	border-width:1px;
	border-style:solid;
}

#cartButtons
{
	clear: both;
	float: right;
	padding-top:10px;
	padding-right:10px;
	display:inline-block;
}

#cartTotalArea
{
	border-style: groove none none none;
	border-width: 1px;
	text-align: right;
	margin-right: 5px;
	padding: 5px;
}

#cartCheckOutArea
{
	text-align:center;
}


#cartFooter
{
	position: relative;
	clear: both;
	width: 203px;
	height: 29px;
	background-image: url(images/Cart/Cart_Footer.gif);
	background-repeat: no-repeat;
}
