
@import url("../css/formcss.css");



/*##################################
wishlist CSS
##################################*/
.grandtotal,
.yoursaving,
.deliverycharge{
	display:none;
	}
.registerwithus{
	background-image:url(../images/boxbg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#FFFFFF;
	margin:0 0 15px 0;
	padding:10px;
	border:1px solid #D2D2D2;
	}
.registerwithus a{
	font-weight:bold;
	}
/*##################################
CART CSS
##################################*/
.cart {
	margin-bottom:15px;
	}
.cart td {
	padding:8px 10px;
	border-bottom:1px solid #dfdfdf;
	}
.cart .link {
	font-weight:bold;
	}
.cart caption {
	background-color:#0C2461;
	padding:8px 10px;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:110%;
	color:#FFFFFF;
	text-align:left;
	}
/* CART HEADER CSS
----------------------------------*/
.cart thead th{
	background-color:#3D589E;
	border-bottom:1px solid #516DB6;
	border-right:1px solid #516DB6;
	padding:8px 10px;
	color:#FFFFFF;
	text-transform:uppercase;
	}
/*==================================
CART PRODUCTS CSS 
==================================*/
.cart .product .image {
	width:50px;
	height:50px;
	float:left;
	}
.cart .product .image .imgborder {
	display:block;
	height:44px;
	}
/* CART PRODUCT ATTRIBUTES CSS 
----------------------------------*/
.cart .attributes {
	margin:0 0 0 60px;
	}
.cart .attributes dt {
	margin:0 0 5px 0;
	}
.cart .attributes dd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	}
.cart .attributes dt a {
	color:#B4252D;
	font-weight:bold;
	}
.cart .attributes dt a:hover {
	color:#000000;
	}
/*==================================
CART QUANTITY CSS 
==================================*/
.cart .qty {
	text-align:center;	
	}
.cart .qty input{
	width:60%;
	}
.cart .qty .active {
	border:1px solid #000000;
	}
/*==================================
CART SUB-TOTAL CSS 
==================================*/
.cart .subtotal {
	text-align:right;
	}
/*==================================
CART DELETE OPTIONS CSS 
==================================*/
.cart .del {
	background-color:#f2f2f2;
	}
/*==================================
DELIVERY CHARGE CSS 
==================================*/
.cart .deliverycharge {
	font-weight:bold;
	}
.cart .deliverycharge .title {
	background-color:#FFFFFF;
	}
.cart .deliverycharge .amount,
.cart .deliverycharge td {
	background-color:#f2f2f2;
	}
.cart .deliverycharge td div {
	position:relative;
	}
.cart .deliverycharge td div .deliveryoptions {
	position:absolute;
	left:0px;
	top:-4px;
	padding-right:25px;
	}
.cart .deliverycharge td div .deliveryoptions img {
	position:absolute;
	right:0px;
	top:3px;
	}
/* ERROR BOX CSS
-----------------------------------*/
.cart .deliverycharge .errorbox {
	font-size:90%;
	left:0px;
	top:26px;
	width:60%;
	}
.cart .deliverycharge .arrowtop img{
	left:25%;
	}

/*==================================
GRAND TOTAL CSS 
==================================*/
.cart .grandtotal {
	font-weight:bold;
	}
.cart .grandtotal .title {
	background-color:#FFFFFF;
	border-bottom-color:#dfdfdf;
	}
.cart .grandtotal .amount,
.cart .grandtotal td {
	background-color:#CAE8EB;
	border-bottom:1px solid #ffffff;
	}
/*==================================
YOUR SAVING CSS 
==================================*/
.cart .yoursaving {
	font-weight:bold;
	}
.cart .yoursaving .title {
	background-color:#FFFFFF;
	}
.cart .yoursaving .amount,
.cart .yoursaving td {
	background-color:#8FE4EC;
	}
