﻿#sidebar {
	float: right;
	width: 175px;
	margin-top: -8px;
	margin-right: 16px;
	}
	
.headerError {
	color: red;
	font-style: italic;
	padding: 15px;
	}
	
.main p {
	padding-top: 20px;
	}
	
#storecontent {
	width: 625px;
	}

#sub-page {
	background: url("images/cbg.gif") repeat-y;
	}
	
.main {
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
.pageHeading {
	font-size: 165%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	.pageHeading span {
		font-size: 60%;
		position: absolute;
		margin-left: -25px;
		margin-top: -25px;
		}
		
	.pageHeading img {
		display: none;
		}
		
	#price {
		display: block;
		float: left;
		font-size: 150%;
		margin: 0 0 0 -68px;
		}
		
.smallText {
	padding: 25px;
	}
	
h1 {
	font-size: 165%;
	margin-top: 0px;
	margin-bottom: 0px;
	}


.productListing {
	background: white;
	border-spacing: 0px;
	}
	
	.productListing-data {
		border-bottom: 1px solid #000;
		}
		
	.productListing-heading {
		background: #000;
		color: #E86028;
		font-weight: bold;
		font-size: 12px;
		}
		
#sidebar .boxText {
	color: white;
	padding-left: 30px;
	}
	
	#sidebar .boxText span {
		font-size: 75%;
		}

.headerNavigation  {
	font-weight: bold;
	}
	
.smallText img {
	border: 1px ridge #aaa;
	background-color: white;
	padding: 25px;
	}

	
/* ------------------ Hiding Crap ------------------ */

.infoBoxHeading {
	font-size: 125%;
	font-weight: bold;
	}
	
#sidebar .infoBoxHeading {
	color: white;
	}
	
	.infoBoxHeading img {
		display: none;
		}

#sidebar .infoBoxContents img {
	display: none;
	}