﻿
.userCartArea
{
    float: left;
	width: 180px;		
	background-color: #F6F8F9;
	padding-bottom: 20px;
}

#userCartData
{
	width: 158px;	
	border-style: solid;
	border-width: 1px;
	border-color: #E7E7E7;
	background-color: #FFFFFF;
	float: left;	
	position: relative;
	top: 10px;
	left: 10px;
}
