﻿
/* SIDE BASKET */

#basketheader
{
	width:180px;
	height:31px;
	background-image:url(../../images/BasketHeader.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
	margin-bottom:-21px;
}

#basketfooter
{
	width:180px;
	height:31px;
	background-image:url(../../images/BasketFooter.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
	margin-left:1px;
}

#baskettotal
{
	width:180px;
	height:20px;
	background-image:url(../../images/BasketSeperator.jpg);	
	margin-left:1px;
	font-weight:bold;
	font-size:small;
	color:#830000;
}

#baskettotalinner
{
	margin-left:5px;
	margin-right:5px;
	width:170px;
	height:20px;
}

#basketpostage
{
	width:180px;
	height:20px;
	background-image:url(../../images/BasketSeperator.jpg);	
	margin-left:1px;
	font-size:small;
}

#basketpostageinner
{
	margin-left:5px;
	margin-right:5px;
	width:170px;
	height:20px;
}

.basketrow
{
	margin-top:-1px;
	margin-bottom:-1px;
	width:180px;
	background-image:url(../../images/BasketSeperator.jpg);	
}

.basketrowinner
{
	margin-top:3px; 
	margin-bottom:3px;
	margin-left:5px;
	margin-right:5px;
	width:170px;
	border-bottom:solid 1px #D7D7D7;
	font-size:small;
}

/* BASKET */

#baskettable
{
	width:602px;
	border:solid 1px #C0E4C0;
	font-size:small;
	background-color:#FFFFFF;
}

#fullbaskettotal
{
	width:600px; 
	height:25px; 
	border:solid 1px #C0E4C0; 
	font-weight:bold; 
	font-size:small; 
	background-color:#FFFFFF; 
	margin-top:3px;
}

#fullbastertotaltext
{
	float:left; 
	width:130px; 
	margin-left:393px; 
	margin-top:4px;
}

#fullbastertotalcost
{
	float:left; 
	width:70px; 
	text-align:center; 
	margin-top:4px;
}