﻿#cart
{
	border:solid 1px black;
	width:280px;
	float:right;
	margin:5px 0 10px 3em;
}

#cart h2{
	text-align:center;
	margin:-3px 0 0 0;
	width:100%;
	color:#fff;
	background-color:#293C73;
}

#tally
{
	background-color:#E7C389;
}

#cart b
{
	color:#293C73;
}

#products
{
	margin:0 0 0 -30px;
}

#products li
{
	list-style-type: none;
	margin-bottom:-30px;
}

#product_selection_line .name
{
	position:relative;
	top:-50px;
	left:60px;
	width:175px;
	
}

.first 
{
	color:#293C73;
	font-weight:bolder;
	margin:0 0 -15px 10px;
}

.billIsMail
{
	background:url(Images/btnChkSelected.jpg) no-repeat; cursor:pointer; width: 33px; height: 33px; border: none; text-indent:-2000px; 
}


.billIsNotMail
{
	background:url(Images/btnChkUnselected.jpg) no-repeat; cursor:pointer; width: 33px; height: 33px; border: none; text-indent:-2000px; 
}

.product_select
{
	background:url(Images/btnChkUnselected.jpg) no-repeat; cursor:pointer; width: 33px; height: 33px; border: none; font-size:0; color:#fff;
}

.product_unselect
{
	background:url(Images/btnChkSelected.jpg) no-repeat; cursor:pointer; width: 33px; height: 33px; border: none; text-indent:-2000px; 
}

#btnApplyDiscount
{
	background:none; border:0; color:blue;
}

#total
{
	margin:0 0 0 5px;
	font-weight:bolder;
	font-size:16px;
}

#discount
{
	width:200px;
	margin: 0 0 0 70px;
	*margin-left:35px;
}

#discount h4
{
    margin-bottom:0;
    *margin-left:35px;
}

#DiscountCode
{
	width:125px;
}


