#cartfloat {
	float:right;
	background-color: #DEF;
	border:1px solid #BBB;
	border-width:1px 0 0 1px;
	padding:3px 5px;
	width:200px;
	height:48px;
	margin: -56px 0 0;
	white-space: nowrap;
	font: 7.5pt Verdana, Arial, sans-serif;
	z-index:500;
	display:inline;
}
#cartfloat .loggedIn {
	height:10pt;
}
#cartfloat .loggedIn span#logout {
	float:right;
	padding:0 0 0 5px;
}
#cart {
	width:auto;
	margin:0 auto;
}
#cart .subheading {
	padding-left:0;
	font-size: 75%;
}
#cart table {
	margin:0 auto;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#cart td {
	
}
#cart thead th, #cart thead td {
	background-color: #DEF;
	border-bottom: 1px solid #000;
}
#cart .image {
	padding:1px;
	width: 100px;
	text-align:center;
}
#cart .id {
	width: 3em;
	text-align:center;
}
#cart .title {
	width: 180px;
}
#cart th.title {
	padding-left:1em;
}
#cart .quantity {
	width: 3em;
	text-align:center;
	padding-right:5px;
}
#cart .colour {
	width: 3.5em;
}
#cart .pack {
	width:3em;
	text-align: center;
}
#cart .quantity input {
	size: 0.7em;
}
#cart .price {
	width: 3em;
	text-align: right;
	padding-right:10px;
}

/* the subtotal row */
#cart .subtotal td, #cart .subtotal th {
	border-top: 1px solid #000;
}
#cart .subtotal {
	text-align: right;
	padding-right: 1em;
}
#cart .tax {
	text-align: right;
	padding-right: 1em;
}

/* the shipping cost row */
#cart .shipping td, #cart .shipping th {
	border-top: none;
}
#cart .shipping {
	text-align: right;
	padding-right: 1em;
}
#cart .message {
	color:#D00;
}
#cart .qtywarning {
	color:#C00;
}
#cart div.qtywarning {
	color:#EEE;
	background-color: #C00;
	height:32%;
	padding-top:40%;
}

#cart a.qtywarning span {
	display:none;
}
#cart a:hover span {
	border:1px solid #000;
	display:block;
	background-color:#FFF;
	color:#000;
	width:30em;
	height:8em;
	position:absolute;
	right:50px;
	top:150px;
	font: 0.9em Verdana, sans-serif;
	text-align: center;
	line-height: 150%;
}

/* the total price row */
#cart .total td, #cart .total th {
	border-top: 1px solid #000;
}
#cart .total {
	text-align: right;
	padding-right: 1em;
}

#cart .small {
	font-size:74%;
}
#cart ul {
	list-style: square;
}
#cart ul li {
	padding-bottom:4px;
}

#cart .controls {
}
#cart {
}

#qLogin input {
	margin: 0pt; padding: 0pt; height: 14px;
}