#product-details {
	border:3px double #F5E8B1;
	padding:10px;
	padding-bottom:0px;
	background-color:#FCF8EB;
	_width:645px;
}

#product-details a {
	text-decoration:none;
	color:#C6952F;
}

#product-details th.product-details {
	text-align:right;
	border:1px solid #F5E8B1;
	padding:5px;
	background-color:#FFF;
	color:#B1962A;
}

#product-details td.product-details {
	text-align:left;
	border:1px solid #F5E8B1;
	padding:5px;
	padding-left:5px;
	background-color:#FFF;
}

#product-details td.special {
	text-align:left;
	border:1px solid #F5E8B1;
	padding:5px;
	padding-left:5px;
	background-color:#FFF;
	color:#339900;
}

strong.price {
	color:#fff;
}


div.product-options {
	padding:5px 10px;
	background:#0A4F11;
	border:1px solid #2D6C28;
}

div.product-options select {
	width:330px;
}


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

table.items {
	width:100%;
}

table.items th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#fff;
	padding:5px; padding-top:12px; padding-bottom:3px;
	background-color:#B19727;
	border-bottom:1px solid #B19727;
	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 #799842;
}

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

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

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:#fff;
}

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

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:#fff;
	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;
}

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

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

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

#costs .discount td {

}

#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%;
}


table.orders ul,
table.invoice ul {
	font-size:85%;
	margin-left:0;
	padding-left:0;
	list-style:none;
}

table.invoice ul {
	font-size:100%;
}



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

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

p.pager strong {

}