body {
	background: none;
	color:#000;
}
hr, p, h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	padding: 3px 0px;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#main {
	width: 100%;
}
#main #container #leftColumn {
	display: none;
}
#main #container #rightColumn {
	display: none;
}
#main #container #centerColumn {
	width: 100%;
}
#main #header {
	display: none;
}
#main #container {
	margin-left: 9px;
	margin-right: 5px;
}
#main #container #centerColumn #content {
	padding-left: 22px;
	padding-right: 18px;
	padding-bottom: 20px;
	background: none;
	display: block;
	width: 100%;
}
.productThumb {
	float: left;
	width: 176px;
	border: 1px solid #684D1D;
	background-color: #FFE9B9;
	margin-right: 4px;
	margin-bottom: 4px;
}
.productHead {
	background: none;
	padding: 5px;
	font-weight: bold;
	min-height: 35px;
	text-align: center;
}
.productDesc {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	min-height: 80px;
}
.productWDesc {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	min-height: 55px;
	text-align: right;
}
#main #container #leftColumn #leftMenu .leftmenu a {
	font-weight: normal;
	text-decoration: none;
}
#main #container #leftColumn #leftMenu .leftmenu a:hover {
	text-decoration: none;
}
#main #container #rightColumn #searchBox a {
	font-weight: normal;
	color: #5F3A0A;
}
#main #container #rightColumn #productCart {
	background-image: url(images/cart_back.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}
#main #container #rightColumn #opening {
	background-image: url(images/cart_back.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}
.details td {
	border-bottom: solid 1px #000;
	color: #000;
}
#footer {
 display: none;
}
#p_content_top {
	display: none;
}
#p_thumb_top {
	display: none;
}
#p_thumb_bottom {
	display: none;
}
#p_content_bottom {
	display: none;
}
#p_addtocart {
	display: none;
}
#main #container #content #cArea {
	background: none;
}
#p_content_bg {
	background: none;
}
