/* @override http://www.audiobooks.net/sandcastle/cart/cart.css */



/* crap dave added i dont think we need this face anymore.... john. */
/*
.dragBook {
	position: absolute;
	border-style: dashed;
	border-width: thin;
	height: 80px;
	background: #00cc00;
	width: 80px;
}

*/

.test {
	border: 1px solid red;
}
/*

.cart {
	position: relative;
	left: 7px;
	top: -40px;
	font-size: x-small;
}
*/

.collapsedCart {
	display:none;
	float:right;
	position:relative;
/* 	left:515px; */
	left:320px;
	top:15px;
}
.carttop {
	background: url(../images/carttitle.gif) top left no-repeat;
	width:211px;
	height:21px;
}
.carttitle {
	font-family: "Trebuchet MS"; 
	font-size:12px;
	font-weight:bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin-left:26px;
	position: relative;
	top:2px;
}
.cartbody {
	width:211px;
    height:auto;
    min-height: 850px;
	height:auto !important;
  	height:1200px;
	background: #E8E8E9;
}
.cartcontents {

}
.carthidetab {
	background: url(../images/hidetab.gif) top left no-repeat;
	height:78px;
	width:14px;
	position: relative;
	top:10px;
	left:-14px;
	float:left;
}
.cartshowtab {
	background: url(images/showtab.gif) top left no-repeat;
	height:78px;
	width:14px;
	position: relative;
	top:26px;
	left:-310px;
	float:left;
}
.cartitems {

	font-variant: small-caps;
	font: italic 0.9em Georgia;
}
.cartitems table{
	border-bottom: 1px solid white;
}
.cartquantity {
	width:10px;
}
.cartquantity ul{
	list-style-type: none;
	line-height: 2px;
	margin-left:-5px;
}
.cartquantity a {
	border:0; 
	text-decoration: none;
}
.cartprice {
	font-size: 10px;
	color:blue;
}
.carttotal {
	float:right;
	margin-right:10px;
}
#expandedCart {
  width: 211px;
  float: right;
  position: relative;
  left:6px;
  top:-40px;
}
.checkoutbutton {
	margin:0 auto;
	float: right;
	position: relative;
	top:25px;
	left:16px;
}
.dragicon {
	position:relative;
	left:32px;
	top:12px;
}
.paypalsecured {
	position: relative;
	left:50px;
	top:22px;
}
.processorder {
	visibility: hidden;
	position: relative;
	top:0px;
	left:40px;
}
.qtyarrow {
	position:relative;
	left:-5px;
}
.red {
	color:red;
}