/* explicit styles for cart/kundvagn */

.cart-icon-delete {
   width: 10px; height: 17px;
   float: right;
   background: url(/images/buttons/delete.gif) no-repeat;
   cursor: pointer;  
   margin:4px 10px 3px 0px;
   padding:0;
}

.cart-row td       { background-color: #ffffff; }
.cart-row:hover td { background-color: #e8e8e8; }
.cart-odd-row td   { background-color: #f5f5f5; }


.deli_box         { margin: 10px 10px 10px 10px; width: 295px; float: left; }
.deli_box .top    { width: 295px; background: url(/images/bg/deli_box_top.gif) no-repeat; line-height: 6px; height:6px; }
.deli_box .middle { width: 275px; padding: 0px 10px 0px 10px;  background: url(/images/bg/deli_box_bg.gif) repeat-y; }
.deli_box .bottom { width: 295px; background: url(/images/bg/deli_box_bottom.gif) no-repeat; line-height: 7px; }
.deli_info        { background: url(/images/ico/info.gif) no-repeat; cursor: pointer; height:26px; width:28px; }

.block {
   width: 620px;
   display: none;
   margin: 20px 0px 20px 28px;
}

.block-header {
   cursor: pointer;	
}

.block-header-1 {
	background: url(/images/1_red.gif) no-repeat;
}

.block-header-2 {
   background: url(/images/2_red.gif) no-repeat;
}

.block-header-3 {
   background: url(/images/3_red.gif) no-repeat;
}

.block-header-4 {
   background: url(/images/4_red.gif) no-repeat;
}

.block-header {
   width: 608px;
   height: 25px;
   background-color: #CC1613;
   background-repeat: no-repeat;
   margin-top: 12px;
   padding-left: 37px;
   line-height: 25px;
   font-size: 14px;
   color: #ffffff;
}


