.cartTable td {
	padding: 2px;
}

.bodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}
.bodyTextBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.smallTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.smallTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.headerOne {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5E587C;
}
.summaryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.summaryText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titleText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6C645B;
	text-transform: uppercase;
}
.descriptionText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #6C645B;
}
.productManufText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6C645B;
	text-transform: uppercase;
}
.productTitleText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6C645B;
	font-weight: bold;
}
.productDescriptionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6C645B;
	padding: 0px 10px;
}

/* PRICE TEXT */
.priceTextGreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #677838;
	text-align: center;
	padding: 5px;
	border: 1px dotted #ACC596;
	margin: 2px 0px;
}
.gridPriceText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C645B;
	text-align: center;
	padding: 5px;
	border: 1px dotted #DDDDDD;
	margin: 2px 0px;

}

.priceText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C645B;
	text-align: center;
	padding: 5px;
	border: 1px dotted #DDDDDD;
	margin: 2px 0px;
}

.listPriceText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C645B;
	text-align: center;
	padding: 5px;
	border: 1px dotted #DDDDDD;
	margin: 2px 0px;
}


/* PURPLE TEXT */
.smallTextPurple {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #948DBC;
}
.headerTextPurple {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #948DBC;
	letter-spacing: 2px;
}
.headerPurple {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #948DBC;
	letter-spacing: 2px;
}

/* TAN TEXT */
.bodyTextBoldTan {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #6C645B;
	font-weight: bold;
}
.smallTextTan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B6647;
}

/* LINKS */
a:link {
	color: #948BBC;
	text-decoration: none;
}
a:visited {
	color: #948BBC;
	text-decoration: none;
}
a:hover {
	color: #360AB4;
	text-decoration: none;
}

/* NAV BUTTON STYLES */
.spacer {
	width: 2px;
	height: 13px;
	float: left;
}
.btn_border {
	border: 3px double #B2C283;
	float: right;
}
.btn_off {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #B2C283;
	padding: 3px;
	text-align: center;
	letter-spacing: 2px;
	float: left;
}
.btn_on {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #70843D;
	padding: 3px;
	text-align: center;
	letter-spacing: 2px;
	cursor: pointer;
	float: left;
}
.btn2_off {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #948DBC;
	padding: 3px;
	text-align: center;
	letter-spacing: 2px;
	float: left;
}
.btn2_on {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3D3474;
	padding: 3px;
	text-align: center;
	letter-spacing: 2px;
	cursor: pointer;
	float: left;
}

/* SEARCH */
.search {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #948DBC;
	text-align: right;
	letter-spacing: 2px;
}
.searchText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #948DBC;
	border: 1px solid #948DBC;
}
.searchButton {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #948DBC;
	letter-spacing: 2px;
	border: 0px solid #940DBC;
}

.cartInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #948DBC;
	border: 1px solid #948DBC;
}

/* BOXES */
.purpleHeaderBox  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #948BBC;
	padding: 3px;
	text-align: center;
	letter-spacing: 2px;
}
.greenHeaderBox  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #B3C584;
	padding: 3px;
	text-align: center;
	letter-spacing: 2px;
}

/* BUTTONS*/
.redButton_off {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #A66168;
	padding: 4px;
}
.redButton_on {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #662027;
	padding: 4px;
	cursor: pointer;
}
.catButton_off {
	text-align:left;
	background-image:url(../images/btn_arrowbkg_purple.gif);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 2px;
}
.catButton_on {
	text-align:left;
	background-image:url(../images/btn_arrowbkg_purple_on.gif);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 2px;
	cursor: pointer;
}
.greenButton_off {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #B3C584;
	padding: 4px;
}
.greenButton_on {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #516226;
	padding: 4px;
	cursor: pointer;
}

/* ENLARGE */
.zoomLOff {
	position: relative;
	width: 75px;
	height: 25px;
	background-image: none;
}

.zoomLOn {
	position: relative;
	width: 75px;
	height: 25px;
	background-image:url(../images/list-thumb-enlarge.png);
	background-repeat:no-repeat;
}

.zoomGOff {
	position: relative;
	width: 200px;
	height: 25px;
	background-image: none;
}

.zoomGOn {
	position: relative;
	width: 200px;
	height: 25px;
	background-image:url(../images/grid-thumb-enlarge.png);
	background-repeat:no-repeat;
}

/* CAT NAV */
.catNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	float: none;
	height: 16px;
	width: 200px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	position: relative;
	cursor: pointer;
	background-color: #EDF2E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF2E3;
}
.catNavOn {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	float: none;
	height: 16px;
	width: 200px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	position: relative;
	background-color: #D7E1BF;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF2E3;
}
.catNavOver {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	float: none;
	height: 16px;
	width: 185px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	position: relative;
	background-color: #D7E1BF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF2E3;
}
.catNavMain {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	float: none;
	height: 16px;
	width: 195px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	position: relative;
	background-color: #EDF2E3;
	cursor: pointer;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF2E3;
}
.catNavMainOn {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	float: none;
	height: 16px;
	width: 195px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	position: relative;
	background-color: #D7E1BF;
	cursor: pointer;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF2E3;
}
.catNavMainOver {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	float: none;
	height: 16px;
	width: 195px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	position: relative;
	background-color: #D7E1BF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF2E3;
}
.catNavCat {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	float: none;
	height: 16px;
	width: 198px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 2px;
	position: relative;
	background-color: #EDF2E3;
	cursor: pointer;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF2E3;
}
.catNavCatOn {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	float: none;
	height: 16px;
	width: 198px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 2px;
	position: relative;
	background-color: #D7E1BF;
	cursor: pointer;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF2E3;
}
.catNavCatOver {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	float: none;
	height: 16px;
	width: 198px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 2px;
	position: relative;
	background-color: #D7E1BF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF2E3;
}
