/* CSS required for the content in each column */

.contentContainer {
	padding: 0 8px 0 12px;
}

.contentContainerTwo {
	padding: 0 8px 0px 8px;
}

.contentContainerCenter {
	padding: 0 8px 0 12px;
}


.firstLetter {
	font-size: 200%;
	margin-left: 24px;
}

.orangeText {
	color: #ddb158;
}

.greenText {
	color: #004400;
}

.whiteText {
	color: #ffffff;
}

.clearBoth {
	clear: both;
}

.separator {
	position: relative;
	left: 50%;
	padding-bottom: 12px;
}

.separatorWrapper {
	position: absolute;
	left: -180px;
	height: 30px;
	min-height:30px;
	width: 360px;
	background: url(/images/content/Separator.png) white 50% 0 no-repeat;
}

.rss {
	float: right;
	padding-top: 24px;
	padding-right: 12px;
	width: 92px;
}

.indexProductListHeader {
	width: 516px;
}

.indexProductListHeadingWrapper {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

.indexProductListDescriptionWrapper {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.indexProductListImgWrapper {
	float: right;
	padding-left: 8px;
	padding-right: 8px;
	text-align: right;
}

#productListing {
	position: relative;
	top: 16px;
}

.listingInformation {
	height: 16px;
	width: 500px;
	background-color: #5e825e;
	padding: 6px 16px 2px 16px;
}

.recordList {
	float: left;
	text-align: left;
	color: #ffffff;
}

.pagesList {
	float: right;
	text-align: right;
	color: #ffffff;
}

.pagesList a {
	color: #ddb158;
}

.filterList {
	position: relative;
	width: 490px;
	left: 21px;
	text-align: center;
}

.productListing-rowheading {
	height: 27px;
	background: url(/images/content/navMain.png) #ddb158 left top repeat-x;
}

.productListing-rowheading a {
	padding: 2px 4px 2px 4px;
	color: #000000;
}

.productListing-odd {
	background-color: #f2f2f2;
}

.productListing-even {
	background-color: #ffffff;
}

.productListingImg {
	margin-left:8px;
	margin-right:8px;
}

.productListing-data {
	vertical-align: middle;
}

.tabTable {
	margin: 0;
	border: 0;
	padding: 0;
}

.tabTable th {
}

*>.tabTable th {
}

.tabTable td {
	padding: 2px 4px 2px 4px;
}

.tableHeading TH {
	background: url(/images/content/navMain.png) #ddb158 left top repeat-x;
	border-bottom: #4e754a 10px solid;
	padding: 6px;
}

.tableRow TD {
	border-bottom: #4e754a 1px solid;
	padding: 4px;
	vertical-align: middle;
}

.tableHeading, #cartSubTotal {
 }

.tableHeading {
}

.listingBuyNowButton {
	float: right;
}

#navSuppWrapper {
	font-weight: bold;
	padding: 4px;
	text-align: left;
	float: left;
	width:420px;
}

#navSupp ul {
	list-style-type: none;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#navSupp ul li {
	display: inline;
	text-decoration: none;
	white-space: nowrap;
}

#siteinfoLegal {
	padding: 4px;
	text-align: right;
	float: right;
	width:420px;
}