html {
    background-color: #e1a6a6;
    background-image: url(/images/bg-shop.png);
    background-repeat: repeat-x;
}

h1 {
	color: #bf2633;
}

div.quickcart {
	border: 1px #dddddd solid;
	background-color: #fff7f7;
	margin-top: 40px;
	padding: 5px;
	text-align: center;
	position: static;
}

div.addcart {
	float: right;
	margin: 0 20px 0 0;
}

div.shop1 {
	background-color: #eeeeee;
	margin: 10px 0 10px 0;
	border: 1px solid #dddddd;
}

div.shop2 {
	background-color: #f6f6f6;
	margin: 10px 0 10px 0;
	border: 1px solid #dddddd;
}

div.shop a {
	color: #bf2633;
}

div.shop .image {
	float: left;
	width: 140px;
	text-align: center;
	padding: 0px;
}

div.shop .image a {
	font-size: 8pt;
	color: #bf2633;
	text-decoration: none;
}

div.shop .image a:hover {
	text-decoration: underline;
}

div.shop img {
	border: 1px solid #dddddd;
	margin: 10px 0 0 0;
}

div.shop .text {
	float: right;
	width: 400px;
}

div.shop h2 {
	font-size: 12pt;
	color: #bf2633;
	text-decoration: none;
}

div.shop h2 a {
	font-size: 12pt;
	color: #bf2633;
	text-decoration: none;
}

div.shop h2 a:hover {
	text-decoration: underline;
}

table.cart {
	width: 600px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	margin: auto;
}

td.quantity {
	text-align: center;
}#bf2633;

td.price {
	text-align: right;
	padding-right: 10px;
	width: 70px;
}

td.total {
	text-align: right;
	font-weight: bold;
	padding: 20px 20px 0 0;
	font-size: 120%;
}

.double {
	width: 100%;
	text-align: center;	
	font-size: 18pt;
	z-index: 100;
}

ul.quicklist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.quicklist li {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 9pt;
	line-height: 120%;
}