body {
	margin: 0;
	padding: 0;
	background: #104d7c;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
table {
	border: 0;
}

.col_left_menu a:link, a:active { 
	color: white;
}
.col_left_menu a:visited, a:hover { 
	color: #104d7c;
}

a:link, a:active { 
	/*color: white; */
	text-decoration: none; 
	font-weight: bold;
}
a:visited, a:hover { 
	/*color: #104d7c;*/
	text-decoration: none; 
	font-weight: bold;
}

.wrapper {
	width:970px; 
	background: url('../images/tile.png') top left repeat-y;
	margin: 0 auto;
	text-align: left;
}

#banner {
	width:970px; 
	height: 200px; 
	padding: 0 10px;
	background: url('../images/banner.png') top left no-repeat;
}
#banner .bluebar {
	padding-right: 25px;
	padding-top: 4px;
	color: white;
	font-size: 12pt; 
	font-weight: bold;
}
#banner .bluebar a {
	color: white;
	padding: 0 15px;
}
#core {
	width: 175px;
	float:left;
	margin-left:9px;
}
#content {
	width:740px;
	float: right;
	padding-right: 10px;
}
#content a { 
	color: blue; 
}
.content_box
{
	border: 1px solid #77aadd;
}
a.content_link
{
	color: black;
}
#footer {
	width: 950px; 
	height: 101px; 
	background: url('../images/foot.png') top left no-repeat;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	margin: 0 10px;
	clear: both;
}
#footer p {
	margin-left: 570px;
	padding-top: 30px;
}
div.col_left_header
{
	margin: 0;
	padding-left:2px;
	font-weight: bold;
	font-size: 13pt;
}
ul.col_left_menu
{
	margin: 0;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	list-style: none;
}
li.bg_list_top a
{
	padding-left: 11px;
	font-size: 10pt;
}
li.bg_list_sub a
{
	margin-left: 10px;
	padding-left: 8px;
	font-size: 9pt;
}
.main
{
	margin-left: 50px;
}
.main
{
	float: left;
	margin: 0;
	width: 770px;
	padding-left: 10px;
}








/* product listing */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  width: 98%;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

.short_description
{
	width: 350px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


