

/*cart*/
.right_content #cart{
  background:#bdcc91;
  border-width: medium;
  border-style:double;
  color:#f7f7f5;
}

.right_content #cart #cart_header{
  margin-bottom:5px;
  padding:3px 3px 0px 25px;
  background:#00370f url(../images/header_bg.gif);
  font-weight:bold;
}

.right_content #cart .order_button{
  margin:5px;
  text-align:center;
}


.right_content #cart ul{
  padding:5px 0px 5px 23px;
  list-style-image:url(../images/icon5_s_w.gif);
  font-size:0.75em;
}

.right_content #cart li{
  padding-left:2px;
}

.right_content #cart .empty_cart{
  text-align:center;
  font-size:0.75em;
}

/*list - thumbnails*/

.list_item{
  width:155px;
  height:190px;
  padding:12px 4px 0px 4px;
  overflow:hidden;
  text-align:center;
  border:1px dashed #cccccc;
  margin:5px 2px;
  float:left;
}

.list_item:hover{
  width:155px;
  height:190px;
  padding:12px 4px 0px 4px;
  text-align:center;
  background:#ccbdb0 url(../images/list_item_bg_ho.gif) no-repeat;
  border:1px solid #a4978b;
  margin:5px 2px;
  float:left;
}


.list_item p{
  width:160px;
  text-align:left;
  padding:0px;
  font-weight:bold;
  font-size:0.85em;
}

 .out_of_sale{
  color:#7d0000;
  font-weight:normal;
  padding-left:10px;
  font-size:0.95em;
}

/*zoom*/
.left_content .select_stock{
  margin:20px 0px;
  text-align:right;
}

.price{
  margin:10px;
  font-weight:bold;
  text-align:right;
  font-size:1.2em;
  
}

/*zoom - thumbnails*/

.list_item_zoom{
  width:160px;
  height:165px;
  padding:10px 5px 0px 5px;
  background:url(../images/zoom_item_bg.gif) no-repeat;
  text-align:center;
  border:1px dashed #cccccc;
  margin:5px;
  float:left;
}

.list_item_zoom:hover{
  width:160px;
  height:165px;
  padding:10px 5px 0px 5px;
  text-align:center;
  background:#ccbdb0 url(../images/zoom_item_bg_ho.gif) no-repeat;
  border:1px solid #a4978b;
  margin:5px;
  float:left;
}


/* form */

#cart_form{
  width:90%;
  margin: 0 auto;

}

#cart_form th{
  width:65%;
  background:#f7f7f5;
  padding:3px;
  padding-left:15px;
  color:#381d02;
}

#cart_form td{
  padding:3px;
}

#container #content #cart_form .cart_form_header td{
  background:#a8a4a1 url(../images/th_bg.gif);
  text-align:center;
  font-weight:bold;
}

