BODY {
	font-family: Tahoma, Microsoft Sans-Serif, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #454545;
	text-align: center;
	display: block;
	margin: 8px;
	background: #89C1E8;
}
p {
	display: block;
	margin: 1em 0;
}
h1 {
	color: #7FBD42;
}
h2 {
	color: #89C1E8;
	font-size: 14px;
	font-weight: normal;
}
A {
	color: #434343;
}
#container {
	margin: 0px auto;
	width: 800px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}
#top, #main {
	background: #FFF url(images/corner_UL_blue.gif) no-repeat left top;
	text-align: center;
}
#top {
	height: 130px;
}
#top IMG {
	margin: 10px 0 10px 0;
}
#nav {
	
}
#nav A {
	color: #797979;
	padding: 0 10px 0 10px;
}
#nav A:hover {
	color: #89C1E8;
}
#main {
	margin-top: 11px;
	height: 100%;
}
#mainLeft {
	float: left;
	width: 200px;
	text-align: left;
}
#mainLeft P, #mainLeft H2 {
	padding: 10px 10px 2px  16px;
}
#mainLeft P {
	line-height: 20px;
}
#mainCenter {
	float: left;
	width: 400px;
	background: #EFF3EF;
	padding: 30px 0 10px 0;
	margin: 3px 0 1px 0;
}
#mainCenter h2 {
	margin-top: 0;
}
#mainCenter P {
	font-size: 10pt;
	line-height: 25px;
}
#half {
	float: left;
	width: 49%;
}
#midLine {
	float: left;
	border: 1px solid white;
	width: 1px;
	height: 150px;
}
#mainRight {
	float: left;
	width: 200px;
}
#prodBox {
	/*width: 168px;
	height: 219px;*/
	width: 150px;
	height: 180px;
	border: 0px solid #589C53;
	background: #83E87C url(images/prodbox_gradient.gif) repeat-y top left;
	margin: 18px auto 2px auto;
	font-size: 10px;

}
#prodBox IMG {
	border-right: 2px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #bbb;
}
#prodBox .price {
	font-weight: bold;
	line-height: 20px;
}
#prodBoxTop {
    height: 11px;
	background: url(images/corner_UL_green.gif) no-repeat top left;
}

#footer {
	color: #fff;
	text-align: left;
	padding-top: 2px;
}
#footer A {
	color: #fff;
}
#oneThirdLeft {
	width: 35%;
	float: left;
	text-align: left;
}
#twoThirdsRight {
	width: 64%;
	float: right;
	text-align: left;
	padding: 0 20px 20px 0;
}

/* AMAZON CART items */
.item_title {
	color: #7FBD42;
	font-weight: bold;
	font-size: 13px;
}
.item_price {
	font-weight: bold;
}

/* NON-Amazon item styles */
.item_text {
	
}
