@charset "utf-8";
/* WOLFRACE SHOPPING CART CSS Document */

#cartcontainer {
padding: 1px;
width: 200px;
height: 150px;
background:url(../images/cart_basket_bg.jpg);
background-repeat: no-repeat;
}

#yourshoppingcart {
margin: 0px;
text-align: center;
line-height:25px;
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
text-transform:uppercase;
}

#cartcontents {
width: 200px;
margin-top: 15px;
font-size:12px;
text-align:center;
color: #FFFFFF;
}

#cartcontents a {
text-align: center;
color: #FFFFFF;
text-decoration: underline;
}

/*************************** MAIN BASKET PAGE **************************/

#basketcontainer {
margin-top: 1px;
width: 600px;
height:auto;
background-color: #FFFFFF;
color: #333333;
float: left;
padding-bottom: 50px;
}

.basketh1 {
margin: 10px auto 0px;
width: 590px;
height: 30px;
background:url(../images/details_h3.jpg);
background-repeat: no-repeat;
color:#FFFFFF;
text-align:left;
font-size:16px;
text-indent: 10px;
font-weight: bold;
border-bottom: 5px solid #FF0000;
line-height: 30px;
text-transform: uppercase;
}

#basketcontent {
margin: 0px auto 0px;
width: 590px;
height: 200px;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
}

.chekoutstep1 {
margin-top: 10px;
width: 590px;
height: 40px;
background: url(../images/checkout_step_1.jpg);
background-repeat: no-repeat;
}

.chekoutstep2 {
margin-top: 10px;
width: 590px;
height: 40px;
background: url(../images/checkout_step_2.jpg);
background-repeat: no-repeat;
}

.chekoutstep3 {
margin-top: 10px;
width: 590px;
height: 40px;
background: url(../images/checkout_step_3.jpg);
background-repeat: no-repeat;
}

#basketcontents {
margin: 10px auto 0px;
width: 580px;
min-height: 100px;
background-color:#cccccc;
border: 1px solid #999999;
}

#basketcontentsheader {
width: 580px;
height: 25px;
background-color:#666666;
}

.productsh2 {
margin: 0px;
width: 90px;
line-height: 25px;
color:#FFFFFF;
font-size: 14px;
text-indent: 10px;
float:left;
}

.quantityh3 {
margin-top: 0px;
margin-left: 275px;
width: 50px;
line-height: 25px;
color:#FFFFFF;
font-size:14px;
float:left;
}

.prodpriceh4 {
margin-top: 0px;
margin-left: 40px;
width: 40px;
line-height: 25px;
color: #FFFFFF;
font-size:14px;
float: left;
}

.proddeleteh5 {
margin-top: 0px;
margin-right: 30px;
width: 30px;
line-height: 25px;
font-size:14px;
color: #FFFFFF;
float:right;
}

.products {
margin-top: 0px;
width: 270px;
color:#666666;
height: auto;
float: left;
text-align:left;
text-indent: 10px;
border-bottom: 1px solid #FFFFFF;
font-weight:bold; 
}

.quantity {
margin-left: 110px;
width: 25px;
color:#666666;
height: auto;
float: left;
font-weight:bold;
text-align:center;
border-bottom: 1px solid #FFFFFF; 
}

.prodprice {
margin-left: 45px;
width: 40px;
color:#666666;
height: auto;
float: left;
text-align:center;
font-weight:bold;
border-bottom: 1px solid #FFFFFF; 
}

.proddelete {
margin-top: 0px;
margin-right: 25px;
width: 25px;
height: 17px;
float: right; 
}

#buttoncontainer {
margin: 0px auto 0px;
width: 590px;
height: 30px;
/*border: 1px solid #333333;*/
}

.products_bot {
margin-top: 0px;
width: 270px;
color:#666666;
height: auto;
float: left;
text-align:left;
text-indent: 10px;
order-bottom: 1px solid #FFFFFF;
font-weight:bold; 
}

.quantity_bot {
margin-left: 110px;
width: 25px;
color:#666666;
height: auto;
float: left;
font-weight:bold;
text-align:center;
order-bottom: 1px solid #FFFFFF; 
}

.prodprice_bot {
margin-left: 45px;
width: 40px;
color:#666666;
height: auto;
float: left;
text-align:center;
font-weight:bold;
order-bottom: 1px solid #FFFFFF; 
}

.proddelete {
margin-top: 0px;
margin-right: 25px;
width: 25px;
height: 17px;
float: right; 
}

#checkout {
width: 127px;
height: 30px;
background:url(../images/checkout.jpg);
background-repeat: no-repeat;
float: right;
}

#keepshopping {
width: 160px;
height: 30px;
float: left;
background: url(../images/keep_shopping.jpg);
background-repeat: no-repeat;
}

.lastchanceupsell {
	width:98%;
	height:25px;
	line-height:25px;
	background:#FF0000;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	font-size:14px;
}
