
body {
	font-size: 10px;
 	font-family :  Arial, Verdana, Helvetica, sans-serif;
}

td {
	font-size: 11px;
 	font-family :  Arial, Verdana, Helvetica, sans-serif;
}

img {
	border:0;
}

#ChildListSharperImage {
	display: ;
}

#LeftBar {
	width:110px;
	text-align:left;
	background-color:#EEEEEE;
  	border: 1px solid #C9C7C2;
  	padding:6px;
}

#LeftBar a {
	text-decoration: none;
	color: #800000;
}


#LeftBar a:hover {
	text-decoration: underline;
}

#RightBar {
	width:170px;
	text-align:left;
	background-color:#EEEEEE;
  	border: 1px solid #C9C7C2;
  	padding:6px;
}

#Header {
	width:760px;
	text-align:left;
	background-color:#EEEEEE;
  	border: 1px solid #C9C7C2;
  	padding:0px;
}


#Footer {
	width:746px;
	text-align:left;
	background-color:#EEEEEE;
  	border: 1px solid #C9C7C2;
  	padding:6px;
}


ul {
	display:inline;
	list-style-type: none;
	padding-bottom:0px;
	margin-bottom: -2em;
}

li {
	padding-bottom:2px;
	padding-left:1em;
	width: 160px;
	padding-top: .5px;
	border-bottom: 1px solid #BFBDB8;
	margin-bottom: 1em;
	margin-top: -.5em;
	margin-left:-1em;

}

/* IE browsers will ignore the below code. This will correct the alignment differences from Mozilla vs IE */
html>body #LeftNavMenu .NavList li{
	margin-left:1.5em;
}

#ProductDisplay {

}

#ProductDisplay TD{
  	border-right: 1px solid #C9C7C2;
  	border-bottom: 1px solid #C9C7C2;
  	text-align: center;
  	padding-left: 14px;
}
#ProductDisplay .FreeShipping {
  	color: red;
  	font-weight: bold;
}




#ProductDisplay h1{
	color: #800000;
	font-size:16px;
	font-weight: bold;
	margin: 0px;
}
#Product .PriceTable {
	font-size:14px;
	background-color:#F4F8F4;
	border: #000000 solid;
	border-width: 1px 1px 1px 1px;
	text-align:center;
	width:170;
}

#Product h1 {
	color: #800000;
	font-size:16px;
	font-weight: bold;
	margin: 0px;
}

#Product .ListPrice {

	font-size:14px;
	color: #cococo;
	font-weight:none;
	text-decoration: none;
	line-height: 30px;
}
#Product .OurPrice {

	font-size:14px;
	color: #800000;
	font-weight:bold;
	text-decoration: none;
	line-height: 30px;
}