.item_qty input {
	background: #FFF;
	color: #000;
	padding: 2px;
	margin: 0;
	font-size: 12px;
	width: 20px;
	text-align: center;
	border: 1px solid #000;
}

.item_qty {
	float: left;
	display: inline;
	width: 51px;
	padding-top: 62px;
	text-align: right;
}

.itemcell {
	padding-top: 60px;
}

.tblname .option {
	font-size: 11px;
}

a {
	text-decoration: none;
}

.tblqty {
	width: 100px;
	float: left;
	text-align: center;
}

.tblimg {
	width: 175px;
	float: left;
	text-align: center;
	border: none;
}

.tblname {
	width: 410px;
	float: left;
	color: #000;
	font-size: 13px;
	text-align: left;
	margin-left: 32px;
}

.tblnameh {
	width: 440px;
	float: left;
	color: #000;
	text-align: left;
}

.tblprice {
	width: 150px;
	float: left;
	text-align: left;
}

#cart_price {
	padding: 0;
	margin: 0;
}

.cart_total h5 {
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: normal;
	font-size: 10px;
	padding: 0;
	margin: 0;
	display: inline;
}

.tbledit {
	width: 75px;
	float: left;
	color: #000;
	text-align: left;
}

p.alert-noproducts,
p.alert-noitems {
	margin: 20px;
	}

div#error {
	display: block;
	margin-bottom: 5px;
	border-top: 1px solid #6c1010;
	border-bottom: 1px solid #6c1010; 
	background: #cf3636;
	}

div#error h2,
div#error p {
	display: none;
	}

div#error ul {
	margin: 0;
	padding: 5px 20px;
	font-size: 13px;
	color: #fff;
	line-height: 25px;
	}

.form-error {
	border: 1px solid #cf3636;
	}


.item_info h2 {
	line-height: 10px;
}

.item_info p {
	line-height: 10px;
}

body#cart #main {
	min-height: 42px;
	}

#cart_empty h2 {
	margin-bottom: .5em;
	}

#cart_empty p {
	margin-bottom: 0;
	}

ul#cart_contents {
	clear: both;
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	}

ul#cart_contents li {
	float: left;
	clear: both;
	width: 1000;
	}

#cart_contents .item_wrap {
	float: left;
	width: 1000;
	margin-top: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	color: #000;
	background: #fff;
	line-height: 10px;
	border-bottom: 1px dotted #aaa;
	}

#cart_contents .thumbnail {
	display: inline;
	margin: 0 3px;
	}	

.item_info {
	float: left;
	width: 225px;
	margin: 0 23px 0 22px;
	padding: 25px 0 15px 0;
	}

.item_info h2 {
	font-size: 14px;
	margin-bottom: 3px;
	}

.item_info h2.optionless {
	padding-top: 6px;
	}

.item_info p {
	margin-bottom: 0;
	font-size: 10px;
	}

.item_total {
	float: left;
	width: 100px;
	padding-top: 64px;
	font-size: 13px;
	color: #000;
	font-family: "Courier New", Courier;
	}

.item_remove {
	float: left;
	padding-top: 62px;
	width: 16px;
	height: 17px;
	overflow: hidden;
	}

#main a.btn_item_remove {
	border: none;
	}

#cart_shipping h2 {
	padding: 20px 0 10px 0;
}

#cart_discount .optional {
	color: #999;
	}

#shipping_entry,
#discount_entry {
	float: left;
	width: 155px;
	height: 19px;
	padding-top: 3px;
	font-size: 13px;
	color: #999;
	text-align: right;
	}

select#country {
	width: 154px;
	margin: 0;
	background: #000;
	color:#FFF;
	border: 1px solid #000;
	}

btn_update {
}

#cart_discount_code {
	width: 146px;
	margin: 0;
	padding: 2px;
	margin-top: -2px;
	font-size: 10px;
	}

#shipping_total,
#tax_total,
#discount_total {
	float: right;
	display: inline;
	width: 102px;
	height: 19px;
	margin-right: 25px;
	padding-top: 3px;
	font-size: 13px;
	color: #999;
	text-align: left;
	}

#discount_entry,
#discount_total {
	font-style: italic;
	}

.cart_total {
	clear: both;
	float: right;
	display: inline;
	text-align: right;
	width: 200px;
	margin: 0 0 25px 0;
	}

.cart_total h3 {
	margin-bottom: 7px;
	font-size: 19px;
	color: #000;
	}

.cart_total p {
	margin: 0;
	font-size: 9px;
	font-style: italic;
	line-height: 1.3em;
	}

#btn_checkout, #btn_update {
	background: #000;
	color: #FFF;
	border: 1px solid #000;
	padding: 6px 8px;
	font-weight: bold;
	font-family: Helvetica, "Courier New";
	font-size: 11px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	}

#btn_checkout {
	margin: 10px 0 0 -3px;
}

#cart_update {
	display: none;
	float: right;
	width: 105px;
	padding: 5px 0 10px 0;
	}