html {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/common/tileBG_brown2.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #666666;
}

a {
	color: #003300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #003300;
}

th, td {
	font-size: 14px;
}

.alternating {
	background-color: #FFFFFF;
}

.maroon {
	color: maroon;
}

.purple {
	color: #441E60;
}

.green {
	color: #003300;
}

.tan {
	color: #DBB76C;
}


form {
	margin: 0px;
}

#searchForm {
	width: 721px; 
	height: 54px; 
	background-image: url(../images/common/searchBG.gif); 
	float: left
}

#searchBox {
	float: left; 
	padding: 0; 
	width: 540px; 
	margin: 16px 0px 0px 27px; 
	font-size: 18px; 
	color: #999999; 
	border: 0; 
	background: none;
}

#searchButton {
	float: right; 
	margin: 12px 30px 0px 0px;
}

.resultsTable {
	background-color: #EFEFEF;
	border: solid 1px #999;
	float: left;
	width: 721px;
}

.resultsTable  th{
	padding: 5px;
	font-size: 10px;
	background-color: #003300;
	color: #DBB76C;
	text-align: left;
	vertical-align: top;
}

.resultsTable .categoryHeader {
	background-color: #DBB76C;
	color: #003300;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}

th.table-sortable {
	cursor:pointer;
}

.resultsTable td {
	padding: 5px;
	font-size: 10px;
}

.resultsTable .icon {
	cursor: pointer;
}

.moduleTextBox {
	width: 200px;
	margin-bottom: 10px;
}

h1 {
	color: #441E60;
}

h2 {
	color: #003300;
	font-size: 13px;
	padding-bottom: 5px;
	border-bottom: solid 1px #999;
}

h3 {
	color: #DBB76C;
	font-size: 16px;
	margin: 0px;
}

h4 {
	font-size: 10px;
	background-color: #DBB76C;
	color: #003300;
	padding: 5px 0px 5px 5px;
}

#page {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
}

#fullbleedHeader {
	width: 100%;
	height: 280px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/headerBG.gif);
	float: left;
	background-color: #5F2F90;
}

#nav {
	width: 980px;
	height: 57px;
	margin: 0px auto;
	margin-top: 23px;
	padding-right: 25px;
	text-align: right;
	background-color: #003300;
}

#nav img {
	border: 0px;
}

#banner {
	width: 980px;
	height: 180px;
	margin: 0px auto;
	margin-top: 20px;	
}

#content {
	width: 980px; 
	margin: 0px auto;
	text-align: left;
}

#innerContent {
	background-image: url(../images/common/contentBG.gif);
	float: left; 
	text-align: left;
}

#fullBleed {
	/*width: 100%; */
	padding: 10px;
}

#leftSide {
	float: left; 
	margin-left: 10px; 
	width: 733px;
	text-align: left;
}

#welcome {
	float: left;
	/*width: 490px;	*/
}

#survey {
	width: 225px;
	height: 307px;	
	float: right;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	font-size: 10px;
	font-weight: bold;
	background-color: #E4E5AE;
	background-image: url(../images/survey.jpg);
}

#surveyLink {
	margin-top: 260px; 
	margin-left: 125px;	
}

#rightSide {
	float: right;
	width: 217px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	color: #FFFFFF;
}

#signUpModule {
	background-color: #441E60; 
	padding: 20px 5px 0px 5px;
}

#cartModule {
	background-color: #003300; 
	padding: 5px 5px 20px 5px;
	font-size: 10px;
}

#cartModule .header {
	font-size: 10px;
	font-weight: bold;
	background-color: #DBB76C;
	color: #003300;
	padding: 5px;
	line-height: 25px;
}

#cartModule .header img {
	float: left;
	margin-right: 5px;
}

#cartModule a {
	color: #DBB76C;
}

#cartModule .button {
	text-align: right;
	margin-top: 10px;
}

#cartModule .smallIcon {
	margin-right: 10px;
	vertical-align: bottom;
	border: 0;
	cursor: pointer;
}

#cartModule .shoppingListItem, #cartModule .emptyItem, #cartModule .favoriteItem {
	margin: 10px 0px 10px 0px;
}

#affiliateModule {
	background-color: #FFF;
	padding: 5px 5px 20px 5px;
}

#affiliateModule p {
	text-align: center;
}

.favoritesTable td {
	background-color: #FFF;
}

.favoritesTable .detailsTable {
	margin-left: 50px; 
	float: left;
}

.favoritesTable .functionBox {
	float: right; 
	border: solid 1px #ccc; 
	background-color: #EFEFEF; 
	margin: 10px; 
	text-align: center
}

.favoritesTable .functionBox  .header{
	background-color: #CCC;
	color: #666;
	padding: 5px;
}

.favoritesTable .functionBox img{
	margin: 10px;
}

.shoppingListTable {
	background-color: #FFFFFF;
	border: solid 1px #999;
	float: left;
	width: 721px;
	margin-bottom: 20px;
}

.shoppingListTable  th{
	padding: 5px;
	font-size: 10px;
	background-color: #003300;
	color: #DBB76C;
	text-align: left;
	vertical-align: top;
}

.shoppingListTable th a, .shoppingListTable th a:visited {
color: #DBB76C;
}


.shoppingListTable td {
	padding: 5px;
	font-size: 10px;
}

.shoppingListTable .subTotal {
	background-color: #FFFFCC;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-weight: bold;
}

.print {
	width: 721px;
	margin-bottom: 10px;
	text-align: right;
}

.print img {
	border: 0px;
}

.shoppingListTable .shippingRules {
	padding: 10px; 
	background-color: #EFEFEF;
	border: solid 1px #999;
}

.registrationForm {
	width: 450px;	
	float: none;
	margin: 0 auto;
}

.registrationForm  th{
	width: 150px;
}

.input {
	width: 300px;
}

#footer {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #EFEFEF;
}

#footer a {
	color: #DBB76C;
}