﻿#worryfreeshopping ul
{
	margin-left: 20px;
	list-style-type: disc;	
}

#worryfreeshopping 
{
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}


.shoppingcart
{
}

.shoppingcartheader td
{
	background: #3399CC;
	color: #fff;	
	padding: 2px;
	font-weight: bold;
}

.shoppingcartitem td
{
	padding: 5px 2px 5px 2px;
}

.shoppingcartaltitem td
{
	padding: 10px 2px 10px 2px;
}

.shoppingcartitem div.img, .shoppingcartaltitem div.img
{
	border: 1px solid #ddd;
	margin: 0 4px 0 0;
}

.shoppingcartitem img, .shoppingcartaltitem img
{
	border: 0;
}

div.shoppingcartseperator hr
{
	height: 1px;
	color: #3399CC;
}

.shoppingcartquestion
{
	font-weight: bold;
}

.shoppingcartsubtotal
{
	font-weight: bold;
	text-decoration: underline;
}

.shoppingcartfreeshipping
{
	font-weight: bold;
	color: #00b050;
}

.shoppingcartbundleheader
{	
	font-weight: bold;
}


.shoppingcarterror
{	
	font-weight: bold;
	color: #ff0000;
}