#pre_cartbox{
  position:absolute;
  width:236px;
  height:131px;
  background-image:url('../imgfront/precartbg.png');
  font-weight:bold;
  text-align:left;
  z-index:1000;
}
#pre_cartbox{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
#pre_cartbox img, #cartbox img{
  border:none;
}
#cartbox{
  text-align:left;
  width:185px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color:#295181;
  margin-bottom:14px;
}
.cart_head{
  width:185px;
  height:30px;
  background-image:url('../imgfront/cart_head_bg.png');
  font-weight:bold;
  font-size: 12px;
  color:#FFFFFF;
}
.cart_head span{
  margin-left:42px;
  margin-top:8px;
  float:left;
}
#cartcontent{
  background-color:#cbced9;
  border:1px solid #a5a8b6;
}
.cartitem{
  margin:0px 2px 2px 8px;
}
.cartitem a{
  text-decoration:none;
  font-weight:bold;
  color:#295181;
}
.cartitem a:hover{
  text-decoration:underline;
}
.cartspacer{
  font-size:0px;
}
a.cartbutton{
  height:28px;
  display:block;
  text-align:left;
  font-weight:bold;
  font-size: 12px;
  text-decoration:none;
  color:#FFFFFF;
  margin-left:auto;
  margin-right:auto;
  background-repeat:no-repeat;
}
a.cartbutton span.cartbutton_text{
  /*width:149px;*/
  width:90%;
  margin-top:6px;
  margin-left:10px;
  height:17px;
  float:left;
  background-repeat:no-repeat;
  background-position:center right;
  cursor:pointer;

}
a.cartbutton span.cartbutton_bg{
  width:100%;
  height:100%;
  display:block;
  background-position:right;
  background-repeat:no-repeat;
}
a.cartbutton.add_to_cart {
  background-image:url('../imgfront/add_to_cart_bg_l.png');
}
a.cartbutton.add_to_cart span.cartbutton_bg{
  background-image:url('../imgfront/add_to_cart_bg_r.png');
}
a.cartbutton.add_to_cart span.cartbutton_text{
  background-image:url('../imgfront/cart_icon_white.png');
}
a.cartbutton.add_to_cart:hover span.cartbutton_text{
  color:#404040;
  background-image:url('../imgfront/cart_icon_grey.png');
}
a.cartbutton.book_cart {
  background-image:url('../imgfront/book_cart_bg_l.png');
}
a.cartbutton.book_cart span.cartbutton_bg{
  background-image:url('../imgfront/book_cart_bg_r.png');
}
a.cartbutton.book_cart span.cartbutton_text{
  background-image:url('../imgfront/book_icon_white.png');
}
a.cartbutton.book_cart:hover span.cartbutton_text{
  color:#404040;
  background-image:url('../imgfront/book_icon_grey.png');
}
