﻿
.basket 
{
	position: relative;
	display: block;
	margin-top: 15px;
	left: 38px;
	width: 186px;
}

.basket .top
{
	background: url(image/column_right/basket_top.gif); 
	background-repeat: no-repeat;
	width: 100%;
	height: 25px;
	
}

.basket .body
{
	background: url(image/column_right/basket_background.gif); 
	background-repeat: repeat-y;
	padding: 10px;
}

.basket .bottom
{
	background: url(image/column_right/basket_bottom.gif); 
	background-repeat: no-repeat;
	width: 100%;
	height: 6px;
}

.basket .cart 
{
	margin-bottom: 5px;
	background-color: #EEF8FC; 
	min-height: 35px; 
	color: #4E5B6D; 
	width: 165px; 

}

.basket .cart .altRow
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EEF8FC; 
}

.basket .cart .row 
{
	background-image: url(image/altrow_bg.gif);
	background-repeat: repeat-x;
	background-color: #DFEDF7; 
	padding-left: 5px;
	padding-right: 5px;
}

.basket .cart .caFooter 
{
	background-color: white; 
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	border-top: solid 1px #AAAAAA;
}

.basket .cart .itemPrice
{
	text-align: right;
	white-space: nowrap;
}

.basket .loginBox 
{
}

.basket .loginBox span  
{
	font-weight: bold;
	color: #0095D9;          
}   

.basket .loginBox input  
{
	background-color: #F6FBFE;
    border: 1px solid #7BC7EB;
	font-size: 11px;        
	color: #4E5B6D;  
	margin-top: 1px;      
}       

.addToCart 
{
	display: block;
	background: url(image/picto/addtocart.gif); 
	width: 145px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 35px;
	color: #557005;
}