.field-error {
	margin-bottom:0;
}


#product-list img {
	display:block;
	margin:0 auto;
	border:1px solid #6DB488;
	padding:1px;
}


.mini-cart {
	margin-bottom:0.5em;
	width:100%;
}

.mini-cart td {
	font-size:85%;
	padding:0.25em 0.5em;
	border-bottom:1px solid #ddd;
}

.mini-cart .quantity {
	width:5px;
}

.mini-cart .price {
	text-align:right;
	color:#666;
}


/* Cart
============================================================ 
--------------------------------------------------------- */

table.items {
	width:100%;
}

table.items th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#444;
	padding:5px; padding-top:12px; padding-bottom:3px;
	background-color:#f8f8f8;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	text-align:center;
}

table.items th.items-to-buy {
	text-align:left;
}

table.items td {
	padding:1.0em 0.5em;
	text-align:center;
	border-bottom:1px solid #ccc;
}

table.items td.picture {
	width:100px;
}

table.items td.picture img {
	padding:1px;
	border:1px solid #6DB488;
}

table.items td.details {
	text-align:left;
}

table.items p.title {
	font-weight:bold;
	margin-bottom:0.5em;
}

table.items td.total {
	font-weight:bold;
	color:#770100;
}

table.items a.remove {
	font-size:85%;
	color:#770100;
}

table.items input {
	text-align:center;
	width:2.0em;
	font-weight:bold;
}

.items p.code {
	font-size:85%;
}

.items p.code strong {
	color:#777;
	font-weight:normal;
}

.items span.code {
	color:#777;
}

.items ul.options {
	font-size:90%;
	list-style:none;
	margin-left:0;
	padding-left:0;
}

#cart .update {
	text-align:right;
	margin-bottom:1.5em;
}

#cart .delivery {
	text-align:right;
	margin-bottom:1.5em;
}

#cart .delivery label {
	text-transform:none;
	font-weight:bold;
	color:#666;
	display:inline;
}


/* Order Summary */

#order-summary {
	text-align:right;
}

#costs {
	display:inline;
	margin-bottom:0;
}

#costs th {
	font-weight:bold;
	text-align:right;
	padding:0;
	padding-bottom:0.4em;
	padding-right:10px;
	color:#666;
}

#costs td {
	text-align:right;
	color:#444;
	font-weight:bold;
	padding-bottom:0.4em;
}

#costs .order-total th {
	font-size:130%;
	color:#666;
	border-top:1px solid #ccc;
	padding-top:0.2em;
}

#costs .order-total td {
	font-weight:bold;
	font-size:130%;
	color:#770100;
	border-top:1px solid #ccc;
	padding-top:0.15em;
}

#costs .discount td {
	color:#080;
}

#cart p.shipping-hint {
	font-weight:normal;
	font-size:75%;
	color:#666;
	text-align:right;
	margin-bottom:1.5em;
}

#cart div.proceed {
	text-align:right;
	margin-top:1.25em;
}

#cart div.proceed p.payment-options {
	font-size:85%;
}


/* Pager
============================================================ 
--------------------------------------------------------- */

p.pager {
	text-align:center;
	font-size:75%;
	color:#999;
	text-transform:uppercase;
}

p.pager strong {
	color:#444;
}