.update-cart {
/*display: block;*/
color: #494949;
float: left;
width: 100%;
}
.update-cart .header {
border: 0px solid red;
height: 27px;
background-color: #4C89BC;
background-image: url(http://images.megastore.se/images/skin/v3/c-box/background-bg.gif);
background-position: left top;
background-repeat: repeat-x;
}
.update-cart .header div {
height: 27px;
background-image: url(http://images.megastore.se/images/skin/v3/c-box/background-bg-right.gif);
background-position: right top;
background-repeat: no-repeat;
}
.update-cart .header h1 {
font-weight: normal;
font-size: 16px;
font-weight: bold;
color: #FEFEFE;
padding: 4px 0 0 10px;
display: block;
float: left;
background-image: url(http://images.megastore.se/images/skin/v3/c-box/background-bg-left.gif);
background-position: left top;
background-repeat: no-repeat;

}
.update-cart .body {
/*display: block;*/
float: left;
border-left: 1px solid #BBBBBB;
border-bottom: 1px solid #BBBBBB;
border-right: 1px solid #BBBBBB;
width: 792px;
background-color: #FFFFFF;
background-image: none; /* @TODO: fix this, please */
margin: 0;
padding: 8px 8px 8px 8px;
/*overflow: hidden;*/
}

.update-cart .body form {
}
.update-cart .body form input {
background-image: url(http://images.megastore.se/images/skin/v3/input-bg.gif);
background-repeat: repeat-x;
background-position: top;
border: 1px solid #BBBBBB;
height: 18px;
width: 20px;
padding-top: 4px;
font-size: 11px;
text-align: center;
}

.update-cart label {
padding-left: 0px;
background: url(http://images.megastore.se/images/skin/v3/icons/checkbox-unchecked.gif) no-repeat;
cursor: pointer;
color: #777;
width: 18px;
height: 17px;
text-align: center;
display: block;
float: right;
margin-right: 10px;
}
.update-cart label.checked {
background: url(http://images.megastore.se/images/skin/v3/icons/checkbox-checked.gif) no-repeat;
color: #008800;
}
.update-cart label.over {
color: #0000FF;
}
.update-cart .body table {
width: 100%;
margin: 0;
padding: 0;
clear: both;
}
.update-cart .body table td, .update-cart .body table th {

padding: 4px;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}

.update-cart .body table thead tr {
background-color: #EFF4FA;
}


.update-cart .body table tbody tr {
/*
height: auto;
width: auto;
*/

/*background-color: #F7F6F2; #EDEDED*/
border: 1px solid #E0E0E0;
}
.update-cart .body table tbody tr.odd {
background-color: #F7F6F2;
}
.update-cart .body table td p {
font-size: 11px;
color: #757575;
margin-top: 2px;
text-align: left;
}
.update-cart .body table td p strong {

color: #828282;
}
.update-cart .body table td h3 {
text-align: left;
padding-top:0;	
}
.update-cart .body table td h3 a {
color: #0062BE;
border-bottom: 1px solid #78756B;
text-decoration: none;
}
.update-cart .body table td h3 span {
color: #828282;
font-size: 11px;
font-weight: normal;
}
.update-cart .body table td span.price {
display: block;
float: left;
font-size: 12px;
font-weight: bold;
color: #D00002;
text-align: center;
margin-top: 1px;
margin-left: auto;
margin-right: auto;
width: 100%;
vertical-align: middle;
padding: 0;
}

.update-cart .body table td span.old-price {
text-decoration: line-through;
font-size: 11px;
color: #000000;
}

.update-cart .body .update-cart-button {
width: 100%;
display: block;
clear: both;
background-color: #EFF4FA;

float: left;
}
.update-cart .body .update-cart-button h2 {
padding: 12px;
font-size: 14px;
float: left;
}
.update-cart .body .update-cart-button .buy-button {
margin: 8px;
float: right;
}
.update-cart .body .cart-buttons {
float: left;
width: 100%;
display: block;
clear: both;
margin-top: 15px;
margin-bottom: 10px;
}
.update-cart .body .cart-buttons .buy-button-arrow {
float: right;
}
.update-cart .body .body-header {
background-color: #EFF4FA;
width: 100%;
clear: both;
}
.update-cart .body .body-header p {
padding: 8px;
font-weight: bold;
display: block;
}
.update-cart .body .discounts {
padding: 8px;
}
.update-cart .body .odd {
background-color: #F7F6F2;
}
.update-cart .body .discounts h2 {
margin-bottom: 2px;
}
.update-cart .body .discounts h3 {
margin-left: 8px;
}
.update-cart .body .discounts h4 {
margin-top: 4px;
margin-bottom: 8px;
}



