
/*  Style Sheet For Cart Module */


div.mod_cart_main{
	display: block;
}
div.mod_cart_main div.mod_cart_top div.mod_cart_image{
	background: url(../images/shopping_cart_icon.png) top right no-repeat;
	width:20px;
	height:20px;
 	float:left;	
}
div.mod_cart_main div.mod_cart_top div.mod_cart_title{
	
 	height:20px; 
 	line-height: 20px;		
	text-align: center;	
	font-weight: bold;
	font-size: 12px;	
	text-transform: uppercase;
	letter-spacing: 1px;
 		
}
div.mod_cart_main div.mod_cart_total div.mod_cart_total_txt{
	width:20px;
	height:20px;
 	float:left;	
}
div.mod_cart_main div.mod_cart_total div.mod_cart_total_value{
 	height:20px;	
}
div.mod_cart_main div.mod_cart_total div.mod_cart_empty{
 	height:20px;	
}
div.mod_cart_main div.mod_cart_checkout{
	background: url(../images/laegikurven.jpg) top right no-repeat;
 	height:20px; 		
}
div.mod_cart_main div.mod_cart_checkout a{
	
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;	
	font-weight: bold;
	font-size: 12px;	
	text-transform: uppercase;
	letter-spacing: 1px;
}
