h1.cart {
	font-size: 32px;
}

p.empty {
	margin-top: 2em;
}

.panel {
	margin-bottom: 1.25em;
}

/* Search container */
div#search-container {
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	margin-top: 15px;
}

div#search-container fieldset {
	float: none;
	border: none;
}

table, table tbody {
	border: none;
}

table.products {
	width: 1000px;	
	margin-top: 10px;
}

table.products thead {
	border: 1px solid #ddd;
	background: #e7e7de;
}

table.products th {
	padding: 10px 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 13px;
	text-align: left;
	color: #3D3D3D;
}

table.products tfoot tr {
	border: none;
}

table.products tfoot td {
	border: none;
	padding: 0;
}

table.products tfoot td table.summary td {
	padding: 10px;
	border-left: 1px solid #ddd; 
	border-right: 1px solid #ddd; 
}

table.products tfoot td table.summary tr {
	border-bottom: 1px solid #ddd; 
}

table.products tbody {
	border: none;
}
table.products tr {
	border-bottom: 1px solid #ddd;
}

table.products .product {
	width: 470px;
}

table.products .status {
	width: 114px;
}

table.products .item-price {
	width: 90px;
	text-align: right;
}

table.products .quantity {
	padding: 10px 0;
	text-align: center;
	width: 130px;
}

table.products .item-total-price  {
	width: 105px;
	text-align: right;
}

table.products td {
	vertical-align: top;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 10px;
}

table.products td.product {
	height: 95px;
	padding: 10px 5px 0 10px;
}

table.products td.product .product-snippet {
	position: relative;
}

table.products td.product dt {
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 15px 140px;
}

table.products td.product dt span {
	font-size: 90%;
	padding-left: 3px;
}

table.products td.product a {
	color: #666;
	text-decoration: none;
}

table.products td.product dt a:hover {
	text-decoration: underline;
}

table.products td.product dd {
	font-size: 100%;
	margin: 0 0 15px 140px;
}

table.products td.product dd.image {
	width: 124px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 0 3px 0;
}

table.products td.product dd.image img {
	width: 115px;
	height: 69px;
}

table.products td.product dd.image a {
	background: #FFF;
	border: 1px solid #ddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
	line-height: 0;
	padding: 3px;
}

table.products td.product dd.image a:hover {
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

table.products td.item-price {
	font-size: 15px;
}

td.quantity .qty-wrapper a.plus,
td.quantity .qty-wrapper a.minus,
td.quantity .qty-wrapper span.disabled {
	position: relative;
	height: 17px;
	width: 17px;
	margin-top: -5px;
	background: #657daf;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	text-indent: -3000em;
	vertical-align: middle;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px
}	

td.quantity .qty-wrapper a.plus {
	background: #657daf url(/images/layout/bg-plus.gif) 50% 50% no-repeat;
	background: url(/images/layout/bg-plus.gif) 50% 50% no-repeat, url(/images/layout/bg-btn.png) 0 100% repeat-x, 657daf;
	margin-left: 5px;
}

td.quantity .qty-wrapper a.minus {
	background: #657daf url(/images/layout/bg-minus.gif) 50% 50% no-repeat;
	background: url(/images/layout/bg-minus.gif) 50% 50% no-repeat, url(/images/layout/bg-btn.png) 0 100% repeat-x, 657daf;
	margin-right: 5px;
}

td.quantity .qty-wrapper span.disabled {
	background: #E7E7DE url(/images/layout/bg-minus.gif) 50% 50% no-repeat;
	background: url(/images/layout/bg-minus.gif) 50% 50% no-repeat, url(/images/layout/bg-btn.png) 0 100% repeat-x, #E7E7DE;
	cursor: default;
}	

table.products td.quantity .qty-wrapper span.total {
	display: inline-block;
	width: 30px;
	border: 1px solid #666;
	padding: 1px;
	font-size: 125%;
}

table.products td.quantity a.delete {
	display: inline-block;
	font-size: 95%;
	line-height: 1;
	padding: 3px 22px 4px 6px;
	margin: 20px auto 0;
	background: #A8A69F url(/images/layout/bg-x+6.png) 100% 50% no-repeat;
	background: url(/images/layout/bg-x+6.png) 100% 50% no-repeat, url(/images/layout/bg-btn.png) 0 100% repeat-x, #A8A69F;
	-moz-appearance: none;
}

table.products td.quantity a.delete:hover {
	background-color: #BE030D;
}

table.products td.item-total-price {
	font-size: 102%;
}


/* The summary table in tfoot */
table.summary {
	width: 100%;
	font-size: 123%;
}

table.products tfoot td.offers {
	padding: 15px 15px 0 0;
}

table.products tfoot td.offers h3 {
	color: #657daf;
	font-size: 150%;
}

table.products tfoot td.offers a {
	text-decoration: none;
}

table.products tfoot td.offers a:hover {
	text-decoration: underline;
}

table.products tfoot td.offers ul {
	list-style: none;
	margin-bottom: 0.8em;
}	

table.products tfoot td.offers li {
	margin-bottom: 0.4em;
	padding-left: 20px;
	background: url(/images/layout/special-offer-star.png) 0 2px no-repeat;
	line-height: 1.45;
}

table.products tfoot td.offers div.continue h3 {
	margin-bottom: 0;
}

table.products tfoot td.offers div.continue a.catalog {
	display: inline-block;
	height: 51px; 
	padding: 25px 0 0 60px;
	background: url(/images/layout/catalogue.png) 0 0 no-repeat;
}

table.products tfoot td.offers li span.discounted {
	font-size: 90%;
	padding-left: 2px;
}

table.products tfoot td table.summary td.description {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

table.products tfoot td table.summary td.description p {
	margin: 9px 0 2px;
	font-size: 91.6%;
	font-weight: bold;	
}

table.products tfoot td table.summary td.description em {
	display: block;
	font-style: normal;
	font-size: 91.6%;
	font-weight: normal;	
}

table.products tfoot td table.summary td.currency {
	width: 105px;
	font-size: 105%;
	text-align: right;
}

table.products tfoot td table.summary td.fwd {
	text-align: right;
	padding: 30px 0 30px;
	border: none;
}

table.products tfoot td table.summary td.fwd a {
	margin: 0;
	padding: 7px 23px 8px 10px;
}

table.products tfoot td table.summary td.fwd a span {
	font-size: 115%;
}








