/* Start of CMSMS style sheet 'Online Shop' */
.cartitem {
   padding-bottom: 10px;
}
product_summary_field_shop p {
   float: left;
   margin: 0 0 10px 20px;
}

#cart_total {
   font-weight: bold;
   padding: 10px 0;
}
.cart_totals {
   width: 200px;
   float: left;
   font-weight: bold;
   padding: 0px;
}
.cart_totals a {
   text-decoration: none;
   display: block;
   color: #fff;
   font-size: 1.2em;
   background-image: url(uploads/images/layout/checkout.gif);
   background-repeat: no-repeat;
   height: 27px;
   width: 160px;
  padding: 12px 10px 0 15px;
   margin: 10px 0 0 0;
}
#all_cart_items {
   font-size: 1.2em;
   width: 400px;
   float: left;
}
.itemprice {
   margin: 10px 0 20px 0;
}
.itemdesc {
   font-weight: bold;
}
div#confirm_wrapper {
   line-height: 1.2em;
}
div#confirm_left {
   float: left;
   width: 330px;
}
div#confirm_right {
   float: right;
   width: 330px;
}
div#confirm_items {
   float: left;
   margin: 10px 0;
   clear: both;
}
div#confirm_editlink {
   float: left;
   margin: 10px;
   clear: both;
}
div#confirm_totals {
   float: left;
   margin: 10px 0;
   clear: both;
}
div#confirm_links {
   float: left;
   margin: 10px 0;
   clear: both;
}
/* End of 'Online Shop' */

