/* CSS Document */

body,td,th {
	color: #333;
	font: 11px/15px Arial, Helvetica, sans-serif;
}
body {
	overflow-y: scroll;
	margin: 0px 0px 25px;
	background: #323232;
}
a:link {
	color: #EA913F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EA913F;
}
a:hover {
	text-decoration: none;
	color: #96541F;
}
a:active {
	text-decoration: none;
	color: #EA913F;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	color: #96541F;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	color: #EA913F;
	font-weight: normal;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	color: #000;
	font-weight: normal;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.introPara {
	color: #FFBC7E;
	font-size: 14px;
	line-height: 18px;
}
ul {
	margin-top: -5px;
	margin-bottom: 10px;
}
ul li {
	margin-left: -24px;
}
ol {
	margin-top: -5px;
	margin-bottom: 10px;
}
ol li {
	margin-left: -24px;
}
.globalOrange {
	color: #EA913F;
}
.globalOrangeD {
	color: #96541F;
}

#topWrapper {
	border-bottom: 5px solid #000;
	background-color: #EA913F;
}
#topWrapper #topWrapperContent {
	height: 120px;
	background: #EA913F url(../images/header-logo.gif) no-repeat 65px 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#topWrapper #topWrapperContentBuffer {
	margin-right: 100px;
	margin-left: 100px;
}
#midWrapper {
	background: #FFF url(../images/midWrapper-bg.gif) repeat-x 0px 0px;
}
#midWrapper #midWrapperContent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 500px;
	background: #FFF url(../images/midWrapper-bg.gif) repeat-x 0px 0px;
}
#midWrapper #midWrapperContent #midWrapperContentBuffer {
	margin: 0px 100px;
	padding: 25px 0px;
	background: #FFF url(../images/midWrapper-bg.gif) repeat-x 0px 0px;
}
#baseWrapper {
	border-top: 5px solid #EA913F;
	background: url(../images/baseWrapper-bg.gif) repeat-x 0px 0px;
	height: 25px;
}
#baseWrapper #baseWrapperContent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#baseWrapper #baseWrapperContent #baseWrapperContentBuffer {
	margin-right: 100px;
	margin-left: 100px;
}
.clearBoth {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}

#navBar {
	position: absolute;
	height: 24px;
	right: 100px;
	bottom: -5px;
}
#navBar ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#navBar ul li {
	display: block;
	float: left;
	height: 24px;
	list-style: url(none) none;
	margin: 0px;
	padding: 0px;
	background: url(../images/gen-bg-black.gif) repeat-x 0px 0px;
}
#navBar ul li a {
	display: block;
	height: 24px;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 24px;
	color: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #808080;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#navBar ul li a:hover {
	background-color: #000;
}
#navBar ul #currentPage a {
	background: #FFF;
	color: #96541F;
	height: 36px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#navBar ul #currentPage a:hover {
}
#navBar ul #searchFormWrapper {
	border-right: 1px solid #000;
	border-left: 1px solid #808080;
}
#navBar ul #searchFormWrapper #searchForm {
	margin: 0px;
	padding: 0px;
}
#navBar ul #searchFormWrapper #searchForm a {
	float: left;
	border: none;
	line-height: 24px;
}
#navBar ul #searchFormWrapper #searchForm a:hover {
	background-color: none;
}
#navBar ul #searchFormWrapper #searchForm #searchTxt {
	font-size: 10px;
	line-height: 14px;
	color: #E69243;
	letter-spacing: 1px;
	height: 14px;
	width: 80px;
	float: left;
	margin: 5px 0px 0px 10px;
	padding: 0px 5px;
	border: 0px none;
}
#navBar ul #searchFormWrapper #searchForm a img {
	margin-top: 5px;
}

#logInAndCart {
	position: absolute;
	top: 0px;
	right: 100px;
	height: 24px;
}
#logInAndCart ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#logInAndCart ul li {
	display: block;
	float: left;
	height: 24px;
	list-style: url(none) none;
	margin: 0px;
	padding: 0px;
	background: url(../images/gen-bg-black.gif) repeat-x 0px 0px;
	position: relative;
}
#logInAndCart ul li a {
	display: block;
	height: 24px;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 24px;
	color: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #808080;
	float: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#logInAndCart ul li a:hover {
	background-color: #000;
}
#logInAndCart ul #currentPage a {
	background-color: #96541F;
	color: #FFFFFF;
}
#logInAndCart ul #currentPage a:hover {
}
#logInAndCart ul #rssWrapper {
}
#logInAndCart ul #rssWrapper a {
	background: url(../images/rss-bg.gif) no-repeat 0px 0px;
	display: block;
	height: 24px;
	width: 98px;
	border-right: 1px solid #000;
	border-left: 1px solid #808080;
	margin: 0px;
	padding: 0px;
}
#logInAndCart ul #rssWrapper a:hover {
	background-position: 0px -24px;
}
#logInAndCart ul li #cartCount {
	background: url(../images/cartCount.png) no-repeat center center;
	position: absolute;
	left: 24px;
	top: 15px;
	height: 26px;
	width: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #FF0;
	text-align: center;
}
#logInAndCart ul li.memberWelcome a {
	text-transform: none;
}
#memberWelcome a {
	color: #96541F;
}
#memberWelcome a:hover {
	color: #FFFFFF;
}


#dateWrapper {
	color: #FFF;
	position: absolute;
	top: 65px;
	right: 100px;
	letter-spacing: 1px;
}
#footer {
	letter-spacing: 1px;
	font-size: 9px;
}
#footer #btt {
	position: absolute;
	z-index: 50;
	top: -5px;
	text-align: right;
	background: url(../images/gen-bg-orange.gif) repeat-x 0px 0px;
	color: #000;
	height: 24px;
	line-height: 24px;
	right: 725px;
}
#footer #btt a {
	color: #000;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #EA913F;
	border-left: 1px solid #F4C89F;
}
#footer #btt a:hover {
	background: #EA913F;
}


#footer #footerRight {
	position: absolute;
	z-index: 50;
	top: -5px;
	right: 100px;
	background: url(../images/gen-bg-orange.gif) repeat-x 0px 0px;
	color: #000;
	height: 24px;
}
#footer #footerRight ul {
	display: block;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
#footer #footerRight ul li {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	list-style: url(none) none;
	border-right: 1px solid #EA913F;
	border-left: 1px solid #F4C89F;
	margin: 0px;
}
#footer #footerRight ul .noLink {
	padding-right: 10px;
	padding-left: 10px;
}
#footer #footerRight ul li a {
	color: #000;
	display: block;
	float: left;
	height: 24px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer #footerRight ul li a:hover {
	background: #EA913F;
}
#footer #footerRight ul #currentPage a {
	background: #96541F;
}
#footer #footerRight ul #currentPage a:hover {
}

#mainLHC {
	float: left;
	width: 175px;
	margin-bottom: 170px;
}
#mainRHC {
	float: right;
	width: 600px;
}

#agentPanel {
	position: absolute;
	right: 725px;
	bottom: 0px;
	text-align: right;
	background: url(../images/agent-master-135px.jpg) no-repeat left bottom;
	width: 205px;
	margin: 0px;
	padding: 0px;
	height: 170px;
}
#agentPanel .tel {
	font-size: 27px;
	line-height: 27px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#agentPanel .title {
	font-size: 30px;
	color: #EA913F;
	line-height: 26px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#agentPanel .subText {
	color: #96541F;
	font-size: 12px;
	line-height: 16px;
}
#indexProds {
}
#indexProds .indexProdsItem {
	float: left;
	height: 182px;
	width: 182px;
	border: 1px solid #000;
	margin: 0px 24px 24px 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: url(../images/thumb-bg.png) no-repeat center center;
}
#indexProds .endRow {
	margin: 0px 0px 24px;
}
#indexProds .indexProdsItem .heading {
	font-size: 16px;
	color: #E69243;
	text-align: center;
	padding: 5px 5px 0px;
	line-height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 174px;
}
#indexProds .indexProdsItem .prodIMG {
	margin-top: 40px;
}
#indexProds .indexProdsItem .basePanelR {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: center;
	width: 65px;
}
#indexProds .indexProdsItem .basePanelR .flashPromo {
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px;
	background: url(../images/trans-bg-or.png) repeat 0px 0px;
	line-height: 20px;
}

#indexProds .indexProdsItem .basePanelR .link {
	height: 24px;
	color: #FFF;
}
#indexProds .indexProdsItem .basePanelR .link a {
	background: url(../images/gen-bg-black.gif) repeat-x 0px 0px;
	display: block;
	height: 24px;
	color: #FFF;
	line-height: 22px;
	font-size: 9px;
}
#indexProds .indexProdsItem .basePanelR .link a:hover {
	background: #000;
}
#indexProds .indexProdsItem .basePanelR .link a .arrow {
	font-size: 13px;
}


#indexProds .indexProdsItem .basePanelL {
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	width: 65px;
	
}
#indexProds .indexProdsItem .basePanelL .price {
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	background: url(../images/trans-bg-or.png) repeat 0px 0px;
	
}
#indexProds .indexProdsItem .basePanelL .addToCart {
	height: 24px;
}
#indexProds .indexProdsItem .basePanelL .addToCart .quant {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	height: 23px;
	background: #FFF;
	border-top: 1px solid #000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 25px;
	float: left;
	font: 11px/24px Arial, Helvetica, sans-serif;
}
#indexProds .indexProdsItem .basePanelL .addToCart a {
	background: url(../images/gen-bg-black.gif) repeat-x 0px 0px;
	display: block;
	float: left;
	line-height: 24px;
	height: 24px;
	text-align: center;
	width: 35px;
	color: #FFF;
}
#indexProds .indexProdsItem .basePanelL .addToCart a:hover {
	background: #000;
}


#indexProds .indexNewsItem {
	float: left;
	height: 182px;
	width: 182px;
	margin: 0px 0px 24px;
	overflow: hidden;
	border: solid 1px #000;
}
#indexProds .indexNewsItem .heading {
	font-size: 10px;
	text-align: center;
	color: #FFF;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(../images/gen-bg-orange.gif) repeat-x 0px 0px;

}
#indexProds .indexNewsItem .indexNewsItemBuffer {
	padding: 10px;
}
#indexProds .indexNewsItem .itemHeading {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #999;
}

#contactForm {
	margin: 10px 0px 0px;
	padding: 0px;
}
#contactForm p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#contactForm .title {
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
}
#contactForm .req {
	font-weight: bold;
	color: #990000;
}
#contactForm .error {
	background: url(/images/error.gif) no-repeat 75px center;
}
#contactForm .text {
	border: 1px solid #96541F;
	margin: 0px;
	padding: 4px;
	color: #EA913F;
	font-size: 11px;
}

#contactMessageSuccess {
	color: #FFFFFF;
	background: #339933;
	padding: 1px 10px;
	float: right;
	font-size: 12px;
}
#contactMessageError {
	color: #FFFFFF;
	background: #990000;
	padding: 1px 10px;
	float: right;
	font-size: 12px;
}
#contactForm .reqTxt {
	color: #990000;
}

#contactForm .single {
	width: 490px;
	height: auto;
	line-height: 10px;
}
#contactForm .multi {
	height: 145px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 590px;
}
#contactForm .button {
	font-size: 10px;
	margin-right: 15px;
}
.jumpMenuWrapper {
	background: url(../images/selectBG.gif) no-repeat 0px 0px;
	height: 22px;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 175px;
	position: relative;
}
.jumpMenuWrapper select {
	width: 175px;
	margin: 0px;
	padding: 0px;
	height: 22px;
	opacity:0.0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 0px;
	top: 0px;
}
.jumpMenuWrapper .jumpTitle {
	height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 22px;
	letter-spacing: 2px;
	overflow: hidden;
}

#newsItemsIndex {
}
#newsItemsIndex .newsItem {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #96541F;
}
#newsItemsIndex .last {
	margin-bottom: 0px;
}
#newsItemsIndex .newsItem p {
}
#newsItemsIndex .newsItem .date {
	font-size: 8px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 2px;
}
#newsItemsIndex .newsItem h2 {
}
#newsItemsIndex .newsItem .link {
}
#newsItemsIndex .newsItem .addthis_bpo {
	float: right;
	position: relative;
}
#newsItemsIndex .newsItem .newsGenImg {
	margin: 0px 0px 15px 15px;
	float: right;
	height: auto;
	width: 100px;
}
.agentInfoDL {
	margin: 0px 0px 15px 15px;
	padding: 10px;
	float: right;
	clear: right;
}
.agentInfoDL .content {
	width: 150px;
	border: 1px solid #000;
}
.agentInfoDL .content .download {
	padding: 10px 10px 10px 0px;
}
.agentInfoDL .content .download a {
	font-size: 10px;
	line-height: 14px;
}
.agentInfoDL .content .download a:hover  {
}
.agentInfoDL .content .download .imgApp  {
	float: left;
	margin: 0px 10px 0px 0px;
}
.agentInfoDL .content .enrol {
}
.agentInfoDL .content .enrol a {
	background: url(../images/gen-bg-orange.gif) repeat-x 0px 0px;
	display: block;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
}
.agentInfoDL .content .enrol a:hover {
	color: #FFF;
	background: #EA913F;
}
.agentInfoDL .content .enrol img {
	margin-left: 3px;
}


#privacyPopupWrapper {
	position: relative;
}
#privacyPopup {
	position: absolute;
	width: 630px;
	left: -10px;
	top: -20px;
	z-index: 200;
}
#privacyPopup #popupClose {
	position: absolute;
	top: 0px;
	right: 0px;
}
#privacyPopup #handle {
	background: url(../images/popup-bg_01.png) no-repeat 0px 10px;
	margin: 0px;
	padding: 0px;
	cursor: move;
	height: 60px;
}
#privacyPopup #midBG {
	background: url(../images/popup-bg_02.png) repeat-y 0px 0px;
}
#privacyPopup #botBG {
	background: url(../images/popup-bg_03.png) no-repeat 0px 0px;
	height: 15px;
}
#privacyPopup #popupContentBuffer {
	padding: 0px 45px 25px 35px;
}
#privacyPopup #popupContent {
	height: 360px;
	overflow: auto;
	padding-right: 15px;
}

#ProductLayer {
}
#ProductLayer #productForm {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #E69243;
}
#ProductLayer #productLHC {
	float: left;
	width: 150px;
	background: url(../images/thumb-bg-150px.png) no-repeat 0px 0px;
	height: 200px;
}
#ProductLayer #productLHC a {
	text-align: center;
	display: block;
	margin-top: 15px;
}
#ProductLayer #productLHC a .prodpic {
}
#ProductLayer #productLHC a .mag {
	margin-top: 10px;
}
#ProductLayer #productRHC {
	float: right;
	width: 425px;
}
#ProductLayer #productRHC .floatElements {
	float: left;
	padding: 10px 10px 0px;
	border-right: 1px solid #E69243;
	margin: 0px;
	height: 24px;
}
#ProductLayer #productRHC .first {
	border-left: 1px solid #E69243;
}
#ProductLayer #productRHC #productPrice {
	font-size: 18px;
	color: #E69243;
	line-height: 24px;
}
#ProductLayer #productRHC #productPrice .prodCost {
	color: #000;
}
#ProductLayer #productRHC .addthis_bpoProd {
	position: relative;
	float: right;
	margin-top: 15px;
}
#ProductLayer #productRHC .addToCart {
	height: 24px;
}
#ProductLayer #productRHC .addToCart .quant {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	height: 22px;
	background: #FFF;
	border: 1px solid #000;
	width: 25px;
	float: left;
	font: 11px/24px Arial, Helvetica, sans-serif;
}
#ProductLayer #productRHC .addToCart a {
	background: url(../images/gen-bg-black.gif) repeat-x 0px 0px;
	display: block;
	float: left;
	line-height: 24px;
	height: 24px;
	text-align: center;
	width: 35px;
	color: #FFF;
	border-right: 1px solid #000;
}
#ProductLayer #productRHC .addToCart a:hover {
	background: #000;
}
#ProductLayer #productRHC .addToCart #colourSelector {
	width: 60px;
	font-size: 8px;
	line-height: 8px;
	letter-spacing: 1px;
	padding-top: 3px;
	height: 21px;
	border-left: 1px solid #404040;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper {
	position: relative;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourPopup {
	position: absolute;
	left: -5px;
	top: 25px;
	padding: 0px;
	color: #000;
	width: 280px;
	z-index: 101;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourPopup #colourPopupTopBG {
	background: url(../images/swatch-popup-bg_01.png) no-repeat 0px 0px;
	height: 10px;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourPopup #colourPopupMidBG {
	background: url(../images/swatch-popup-bg_02.png) 0px 0px;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourPopup #colourPopupBotBG {
	background: url(../images/swatch-popup-bg_03.png) no-repeat 0px 0px;
	height: 10px;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourPopup #colourPopupClose {
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: -10px;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourPopup #colourPopupContent {
	margin: 0px 5px;
	padding: 0px;
	background-color: #FFF;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourPopup .swatch {
	float: left;
	width: 50px;
	margin: 15px 20px 0px;
	padding: 0px;
	height: 90px;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourPopup .swatchCaption {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourPopup .swatch img {
	width: 50px;
	height: auto;
	font-size: 10px;
	line-height: 10px;
	cursor: pointer;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourIndicator {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 200px;
}
#ProductLayer #productRHC .addToCart #colourPopupWrapper #colourIndicator #colourIndicatorUpdate {
	color: #666;
}
#ProductLayer #productRHC .swatch {
	margin: 0px 15px 25px;
	padding: 0px 0px 10px;
	float: left;
	width: 100px;
	border-bottom: 1px solid #E69243;
	height: 125px;
}
#ProductLayer #productRHC .swatch img {
	height: auto;
	width: 100px;
}
#ProductLayer #productRHC .swatch .swatchCaption {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

#tabsWrapper {
	margin: 0px;
	padding: 25px 0px 0px;
	clear: both;
}
#tabsWrapper .tabGlobal {
	padding: 15px;
	margin: 0px;
	border: 1px solid #000;
	font-weight: normal;
}
#tabsNav {
	background: url(../images/gen-bg-orange.gif) repeat-x 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#tabsNav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#tabsNav ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: url(none) none;
	height: 24px;
}
#tabsNav ul li a {
	font-size: 9px;
	line-height: 24px;
	color: #FFF;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px 10px;
	border-right: 1px solid #EA913F;
	border-left: 1px solid #EFAC6F;
	display: block;
	float: left;
	height: 24px;
	text-transform: uppercase;
}
#tabsNav ul li a:hover {
	background: #EFAC6F;
}
#tabsNav ul li .currentTab {
	background: url(../images/gen-bg-black.gif) repeat-x 0px 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #404040;
}
#tabsNav ul li .currentTab:hover {
	background: url(../images/gen-bg-black.gif) repeat-x 0px 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #404040;
}

#rangeListWrapper {
}

#rangeListWrapper .rangeListItem {
	text-align: center;
	float: left;
	margin: 0px 25px 25px 0px;
}
#rangeListWrapper .rangeListItem a {
		display: block;
		height: 182px;
		width: 182px;
		border: 1px solid #000;
}
#rangeListWrapper .rangeListItem a:hover {
	border-color: #E69243;
}

.epionceAlert {
	background: #EFAC6F;
	border: 1px solid #000;
	padding: 15px;
	margin: 15px 0px 0px;
}
.epionceAlert h1 {
	margin: 0px 0px 5px;
	padding: 0px;
}
.epionceAlert .cta {
	padding: 0px;
	font-size: 18px;
	margin: 5px 0px 0px;
	color: #FFF;
	line-height: 18px;
}
.epionceAlert #EpionceCode {
	background: #FFF;
	border: 1px solid #96541F;
	font-size: 11px;
	margin: 0px;
	padding: 4px;
}
.genInput {
	background: #FFF;
	border: 1px solid #96541F;
	font-size: 11px;
	margin: 0px;
	padding: 4px;
}

#cartTable {
	width: 600px;
}
#cartTable th {
	border-bottom: 1px solid #96541F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 5px;
	font-weight: bold;
}
#cartTable tr {
}
#cartTable td {
	padding: 5px;
	border-top: 1px none #96541F;
	border-right: 1px none #96541F;
	border-bottom: 1px dotted #96541F;
	border-left: 1px none #96541F;
}
#cartTable input {
	background: #FFF;
	border: 1px solid #96541F;
}
#cartTable .penultRow {
}
#cartTable .penultRow td {
	border-bottom-style: none;
}
#cartTable .totalRow {
}
#cartTable .totalRow td {
	border-bottom: none;
	border-top: 1px solid #96541F;
}
#cartTable .totalRow .totalTD {
	border-bottom: 3px double #96541F;
	border-top: 3px double #96541F;
}
#cartTable .grandTotal {
	border: 2px solid #96541F;
	background: #F7D3B2;
}
.genTable {
	margin-top: 0px;
	margin-bottom: 10px;
}
.genTable tr {
}
.genTable th {
	border-bottom: 1px solid #96541F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 5px;
	font-weight: bold;
}
.genTable td {
	padding: 5px;
}
.genTable input {
	background: #FFF;
	border: 1px solid #96541F;
	font-size: 11px;
	margin: 0px;
	padding: 4px;
}
.genTable .totalRow {
}
.genTable .totalRow td {
	border-bottom: none;
	border-top: 1px solid #E69243;
}
.genTable .totalRow .totalTD {
	border-bottom: 3px double #96541F;
	border-top: 3px double #96541F;
}



.genTableFront {
	margin-top: 0px;
	margin-bottom: 10px;
}
.genTableFront tr {
}
.genTableFront th {
	border-bottom: 1px solid #96541F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 5px;
	font-weight: bold;
}
.genTableFront td {
	padding: 5px;
	border-top: 1px none #96541F;
	border-right: 1px none #96541F;
	border-bottom: 1px dotted #96541F;
	border-left: 1px none #96541F;
}



#usersNav {
	margin: 0px;
	padding: 0px;
}
#usersNav ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#usersNav ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#usersNav ul li a {
	font-size: 9px;
	line-height: 24px;
	background: url(../images/gen-bg-orange.gif) repeat-x 0px 0px;
	letter-spacing: 2px;
	display: block;
	height: 24px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 10px;
}
#usersNav ul li a:hover {
	background: #EFAC6F;
}
#usersNav ul #currentUserNav a {
	background: url(../images/gen-bg-black.gif) repeat-x 0px 0px;
}
#usersNav ul #currentUserNav a:hover {
}

.SECContainer {
	margin: 10px 0px 0px;
	padding: 0px;
}
.SECContainer a {
	font-size: 9px;
	line-height: 24px;
	background: url(../images/gen-bg-orange.gif) repeat-x 0px 0px;
	letter-spacing: 2px;
	display: block;
	height: 24px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.SECContainer a:hover {
	background: #EFAC6F;
}
.SECContainer .SECChildren {
	margin: 0px;
	padding: 0px;
}
.SECContainer .SECChildren a {
	background: #EEA766 url(none);
	display: block;
	color: #323232;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	height: auto;
	line-height: 8px;
	padding: 5px;
	border-top: 1px solid #F7D5B6;
	border-bottom: 1px solid #E69243;
	font-size: 8px;
}
.SECContainer .SECChildren a:hover {
	background: #F7D5B6;
}
.SECContainer .SECChildren #SECChildrenCurrent {
	background: #F7D5B6;
}

.SECcurrent a {
	background: url(../images/gen-bg-black.gif) repeat-x 0px 0px;
}
.SECcurrent a:hover {
	background: url(../images/gen-bg-black.gif) repeat-x 0px 0px;
}
.addthis_bpoGen {
	float: right;
	position: relative;
}

.genFloatImg {
	float: right;
	margin: 0px 0px 15px 15px;
}

#searchResults {
}
#searchResults .searchItem {
	border-top: 1px dotted #96541F;
	margin: 0px;
	padding: 10px 0px;
}
#searchResults .searchItem .searchRHC {
	float: right;
	width: 530px;
}
#searchResults .searchItem .searchRHC h2 {
	margin: 0px 0px 5px;
}
#searchResults .searchItem .searchRHC h2 .titleTitle {
	color:#333;
}
#searchResults .searchItem .searchRHC p {
	margin: 0px;
}

#searchResults .searchItem .searchRHC .score {
	padding: 3px 5px 3px 0px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	color: #333;
}
#searchResults .searchItem .searchRHC .score .bar {
	background: url(../images/scorebar-bg.png) no-repeat 0px 0px;
	margin: 3px 5px 0px 0px;
	padding: 0px;
	float: left;
	height: 6px;
	width: 100px;
}
#searchResults .searchItem .searchLHC {
	float:left;
	width: 60px;
	text-align: center;
	position: relative;
}
#searchResults .searchItem .searchProdLHC {
	background: url(../images/thumb-bg-60px.png) no-repeat center center;
}
#searchResults .searchItem .searchLHC img {
}
#searchResults .searchItem .searchLHC .mag {
	position:absolute;
	background: url(../images/icon-enlarge.png);
	height: 12px;
	width: 12px;
	left: 0px;
	top: 0px;
}
