/**
 * file: cart.css
 * date: 2009/08/27 
 * auth: Thomas Cocuzza <tcocuzza@max.md>
 * copy: (c) Copyright 2009 MaxMD Corp.
 * desc: Stylesheet for the cart 
 */

/*  (*** cart...   */

.product-content a:link, .product-content a:visited, .product-content a:active{
   color: #629be2;
}

.product-content a:hover{
   color: #34282C;   
}

#account  h2{
   vertical-align: middle;
   font-family: georgia;
   font-size: 20px;
   line-height: 35px;
   margin: 10px;
   font-weight: normal;
}

#account  h2 img{
   vertical-align: middle;
}

.cart_container {
   background-color: transparent;
   padding: 0px;
   margin: 0px;
}

.cart_container fieldset.cart{
   border: 2px solid #0AA0F1;
}

.cart_container fieldset.cart_blank{
   border: none;
}

.cart_container legend
{
color: white;
background: #0AA0F1;
border: 1px solid #0AA0F1;
padding: 2px 6px
}

ul.cart_message{
   color: black;
   font-weight: bold;
   font-size: 14px;
}

button.checkout{
   background-image: url('../images/checkout_button.gif');
   height: 26px;
   width: 119px;
   border: none;
   margin: 0;
   padding: 0;
   text-indent: -1000em;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
   display: block;
   text-align: center;
}

button.go{
   background-image: url('../images/but_go_30.png');
   height: 30px;
   width: 30px;
   border: none;
   margin: 0;
   padding: 0;
   text-indent: -1000em;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
   display: block;
   text-align: center;
}

button.buy{
   background-image: url('../images/cart/buy.gif');
   height: 18px;
   width: 79px;
   border: none;
   margin: 0;
   padding: 0;
   text-indent: -1000em;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
   display: block;
   text-align: center;
}

button.cont{
   background-image: url('../images/cart/but_contshop.gif');
   height: 18px;
   width: 108px;
   border: none;
   margin: 0;
   padding: 0;
   text-indent: -1000em;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
   display: block;
   text-align: center;
}

button.change{
   background-image: url('../images/cart/but_changeCart.png');
   height: 17px;
   width: 58px;
   border: none;
   margin: 0;
   padding: 0;
   text-indent: -1000em;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
   display: block;
   text-align: center;
}

button.update {
  width: 100px;
  height: 55px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('../images/update.gif') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
   display: block;
   text-align: center;
}

.cart_domain_wrapper{
   padding: 6px 0px;
}


.cart_form, .cart_container{
   font-size: 14px;
}

.cart_more_links{
   font-size: 14px;
}

div.cart_item_border
{
  border-bottom:        2px solid #174882;
}

table.cart{
   background-color: transparent;
   width: 100%;
   border-top:        2px solid #174882;
}

table.cart tr.header{
   background-color: #c7d0d6;
   text-align: center;
}

table.cart th{
   font-size: 13px;
   font-weight: bold;
   height: 35px;
}

table.cart tr.info{
   font-size: 12px;
   text-align: center;
}

table.cart tr.info td.product{
   font-size: 12px;
   text-align: left;
   padding-top: 10px;
}

table.cart td.record_message{
   font-size: 14px;
   padding-left: 30px;
   font-style: italic;
}

table.cart input.remove {     
   font-size: 11px;
}

table.cart  .cart_domain{
   font-weight: bold;
   font-size: 13px;
   color: #386398;
}

.promotion{
   text-align: right;
   float: right;
   margin-right: 20px;
   color: #0084CC;
}

.promotion { 
   text-align: right;
   float: right;
   margin-right: 20px;
   color: black;
}

.total{
   text-align: right;
   float: right;
   color:#386398;
   font-size: 20px;
   margin: 10px 20px 0 0;
}

.total .amount{
   font-weight: bold;
}

.products_domainsearch{
  padding: 5px;
}
/*   ... cart  ***)*/   