/*
   cart.css
   stanlee
   
   Copyright 2009 Webfirm. All rights reserved.
*/

div#cartinfo {
  width: 170px;
  height: 80px;
  background: #0e6392 url(../images/core/productsBot.png) bottom no-repeat;
  margin: 0 0 5px;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

div#cartinfo h3 {
  background-position: 0 -88px;
  text-indent: -999em;
}

div#cartinfo a {color: #fff; text-decoration: underline; display: block;}
div#cartinfo a:hover {text-decoration: none;}

div#cartinfo p {margin: 0;}

div#cart th {
	text-align: left;
	background: #ddd;
	color: #000;
	padding: 2px;
}

div#cart table table td {
	padding: 2px;
	background: #fff;
	border-bottom: 1px dashed #DCD2DB;
}

div#cart .right { text-align: right; float: none; }

div#cart table table table td { border-bottom: 0; }

div#cart td.totalprice {
	text-align: right;
	font-weight: bold;
	padding: 8px 0;
}

div#cart td.buttons {
	padding-top: 10px;
	text-align: right;
}

div#cart td img {
  vertical-align: middle;
}

input.checkbox {border:0 !important; width:auto !important; margin:0 2px !important; padding:0 !important;}