body{
	
	font-family: sans-serif;
	
}
div.htmlContent {
	margin-top: 40px;
}

div.wrapper {
	
	width: 960px;
	margin: 0 auto;
}

div.section {
	
	border: 1px dashed gray;
	
	width: 190px;
	
	padding: 5px;
		
	margin-bottom: 20px;
	
}

div.section ul {
	
	list-style: disc;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
	
}

div.section ul a {

	font-weight: bold;
	color: blue;		
	font-family: sans-serif;
	margin-bottom: 2px;
	
	font-size: 13px;
	
}

div.section h3 {
	
	color: black;
	
	font-size: 15px;
	
	text-decoration: none;
	
	font-family: sans-serif;
	margin-top: 2px;
}


div.header {
	
}

div.logo {
	margin: 0 auto;
	width: 266px;
	height: 152px;
	background-image: url('/images/sball.jpg');

	margin-bottom: 5px;
	position: relative;
	left: 100px;
}

div.tagline {
	font-weight: bold;
	font-size: 14px;
	font-family: sans-serif;
	position: relative;
	left: 350px;
}

div.logo h1 {
	display: none;
}

div.shoppingcart {
	display: none;
}

div.search {
	display: none;
}

div.topLinks {
	display: none;
}

div.navigation div.other {

	position: relative;
	top: -40px;
	left: 25px;
	width: 180px;
	text-align: center;
	
}

div.other p {
	
	font-size: 16px;
	font-weight: bold;
	color: black;
	font-family: sans-serif;
	margin-bottom: -6px;
	
}
div.navigation {
	
	position: relative;
	top: -100px;
	
}
div.navigation h2 {
	
	display: none;
}

div.left {
	float: left;	
}

div.middle {
	float: left;		
	width: 735px;	
	margin-left: 20px;			
}

div.break {
	
	clear: both;
}

div.description ul {
	
	list-style: disc;
	padding-left: 35px;
	text-align: left;
		
}

div.middleTop {
	
	padding-bottom: 20px;
	
}

div.options fieldset {
	
	border: 0;
	padding-left: 10px;
	
}

div.options fieldset legend {

	display: none;
	
}

div.item {		
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}

div.item div.name {	
	margin-bottom: 10px;
}

div.item h2 {
	
	font-size: 24px;
	
	color: green;
	font-family: sans-serif;
	
}

div.itemDisplay hr {
	border: 2px solid green;
	width: 496px;
	margin: 0 auto;
}

div.description {
	text-align: left;
	width: 390px;
	margin: 0 auto;	
	margin-bottom: 20px;
}

div.htmlContent p {
	margin: 10px;	
}

div.htmlContent ul {
	list-style: disc !important;
	margin-left: 50px;	
	margin-bottom: 20px;
}

div.options {
	width: 390px;
	margin: 0 auto;
}

div.price {
	
	font-weight: bold;
	margin-bottom: 10px;
	
}

div.price span.verbose {
	
	display: none;
	
}

div.footer {
	margin-top: 10px;
	text-align: center;			
}

address {
	
	font-family: monospace;
	white-space: pre-line;
	text-decoration: none;
	
}

div.footer p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

p.cart {
	
	margin-top: 20px;
	
}

div.ads {
	width: 100%;
	text-align: center;
}

div.ads div {
	width: 100px;
	float: right;
	
	border: 1px dashed green;
	padding: 5px;
	margin: 5px;
	margin-left: 0px;
	margin-right: 10px;
	
}

div.featured table {
	display: table;
}

div.featured tr { 
	display: table-row;
}

div.featured td {
	display: table-cell;
}

p.disclaimer p {
	font-weight: normal;
	text-align: justify;
}

table.item tr td h1 {
	font-size: 30px;
	color: green;		
} 
