body {
	padding: 0px;
	margin: 0px;
	background-color: black;
	border-spacing: 0px;
	border-collapse: collapse;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body.shop {
	background-color: #660000;
	color: white;
}

a {
	color: #CC0000;
	background-color: #660000;
}

a:hover {
	color: #CC0000;
	background-color: #000000;
}

table {
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.cart tr.top {
	background-color: #990000;
	color: white;	
}

table.cart td.product {
	width: 269px;
}

table.cart td.price {
	width: 104px;
}

table.cart td.quantity {
	width: 55px;;
}

table.header {
	width: 800px;
	border: 0px;
	padding: 0px;
}

table.index {
	width: 800px;
	background: #660000 url('../images/backroundweb.gif') no-repeat scroll top left;
	color: white;
}

table.main {
	width: 800px;
	background-color: #660000;
	color: white;	
}

table.content {
	border-collapse: separate;
	border-spacing: 5px;
	padding: 5px;
}

table.grrls {
	border-collapse: separate;
	border-spacing: 20px 20px;
}

td {
	padding: 0px;
	vertical-align: top;
}

td.content {
	width: 300px;
	text-align: left;
}

td.poster {
	width: 100px;
}

td.pad {
	padding: 5px;
}	

td.cart {
	text-align: right;
	background-color: #660000;
	color: white;
}

td.sale {
	text-align: center;
}

td.side {
	width: 233px;
	text-align: center;
}

img {
	border: 0px;
}

img.full {
	padding-right: 2px;
}

img.shop {
	padding: 10px;
	border: 0px;
}

img.thumb {
	padding-right: 1px;
	padding-bottom: 1px;
	border: 0px;	
}

img.right {
	float: right;
}

img.grrls {
	width: 90px;
	height: 60px;
}

span.dkred {
	color: #A80000;
	background-color: #660000;
}

p.footer {
	color: #CC0000;
	text-align: center;
	background-color: #660000;
}

p.grrls {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
}

iframe {
	width: 790px;
	z-index: 1;
	overflow: none;
	border: none;
}