body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	color:#D92028;
	text-align:center;
	line-height: 120%;
}
h3 {
	color:#F00;
}
a {
	color:#D92028;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* product page */

#prod_desc_inner { margin: 0 40px 70px 0; }

#innerbestsellers { overflow: auto; }

#botbanner { margin: 20px 0; }

.prod_thumb_inner {
	float: left;
	margin: 0 10px 10px 0;
}

table.cart {
	width: 80%;
	border: none;
}

table.cart th {
	color: #595959;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px solid #FF5D18;
	padding: 4px;
	text-align: left;
}

table.cart td {
	padding: 4px;
	border-bottom: 1px dotted #BEBEBE;
	vertical-align: middle;
}

.item .package {
	font-size: 120%;
	color: #000;
	font-weight: bold;
}

.item .comment {
	font-size: 100%;
	color: #000;
	font-weight: bold;
}

.item small { font-size: 80%; }

.itemPrice {
	font-size: 170%;
	color: #8F0000;
}

.ppi, .savings {
	font-size: 150%;
	color: #000;
	font-weight: bold;
} 
}

/* text */

body { font: 12px Arial, Helvetica, sans-serif; }

h1.heading {
	color: #8b0100;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 40px 0;
}

h2.productname {
	color: #808080;
	font: normal 24px Arial, Helvetica, sans-serif;
	margin: 0 40px 40px 0;
}

#maincontent h3 {
	color: #8b0100;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
}

#maincontent h4 {
	color: #8b0100;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
}

.red { color: #8e0000; }

.orange { color: #ff6600; }
 
