/*
 * $ID: css/main.css
 * 
 * The main stylesheet for all common elements.
 */

/**
 * RESET
 */

 * {
 	margin: 0;
	padding: 0;
 }

/**
 * COMMON
 */

 A {
 	outline: none;
 }
 
 A IMG {
 	border: none;
 }
 
 BODY {
 	background: #E6E8F1 url('../image/template/body-bg.gif') repeat-x top left;
	color: #555555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
 }
 
 IMG.center {
 	display: block;
	margin: 0 auto;
 }
 
 DIV.shrinkWrapCenterOuter {
 	display: table;
	margin: 0 auto;
	text-align: center;
 }
 
 DIV.shrinkWrapCenterInner {
 	display: inline;
	text-align: left;
	zoom: 1;
 }
 
 UL {
 	list-style: none;
 }
 
 .clear {
 	clear: both;
	line-height: 0;
 }
 
 LI.clear {
 	*display: inline;
 }
 
 .columnLeft {
 	float: left;
 }
 
 .columnRight {
 	float: right;
 }
 
 .columnClear {
 	clear: both;
	overflow: hidden;
	zoom: 1;
 }
 
 .debug {
 	border: 1px solid #000000;
 }
 
 .textNumeric {
 	text-align: right;
 }
 
 .textCenter {
 	text-align: center;
 }
 
 .smallText {
 	font-size: 11px;
 }
 
 UL.tabs {
 	overflow: hidden;
 }
 
 LI.tabs {
 	float: left;
 }
 
/**
 * FORMS
 */

 BUTTON {
 	background: none;
	border: none;
	cursor: hand;
 }
 
 BUTTON::-moz-focus-inner {
 	border: 0;
 	padding: 0;
 }
 
 DIV.button, A.button {
 	background-color: #FF6C3B;
	color: #FFFFFF;
	cursor: hand;
 }
 
 DIV.button {
	*margin-bottom: -2px;
 }
 
 DIV.button, A.button, INPUT.text, INPUT.textSmall, INPUT.ccInfo, DIV.label, TEXTAREA {
 	border: 2px solid #FF6C3B;
 	padding: 2px;
 }
 
 A.button {
 	display: block;
	text-decoration: none;
 }
 
 INPUT.text, INPUT.textSmall, TEXTAREA {
 	border-color: #F7B300;
 }
 
 INPUT.text {
	width: 130px;
 }
 
 INPUT.textSmall {
 	width: 50px;
 }
 
 INPUT.ccInfo {
 	border-color: #CCCCCC;
 }
 
 SELECT.defined {
 	width: 160px;
 }
 
 DIV.selectWrap, DIV.inputWrap {
 	padding: 2px;
 }
 
 DIV.label {
 	border-color: #FFFFFF;
 }
 
/**
 * TEMPLATE LAYOUT
 */

 #WRAPPER {
 	background-color: #FFFFFF;
 }
 
 #WRAPPER, #COPYRIGHT {
	margin: 0 auto;
	width: 950px;
 }
 
 #TABS, #BODY {
 	width: 750px;
 }
 
 #NAVIGATION {
 	background-color: #E5E5E5;
	width: 200px;
 }
 
 #BREADCRUMB {
 	padding: 3px 5px 0 5px;
 }
 
 #BODY_CONTENT {
 	padding: 10px;
 }
 
 #FOOTER {
 	background-color: #D3D3D3;
	padding: 15px;
 }
 
/**
 * HEADER
 */
 #HEADER {
 	padding-top: 10px;
 }
 
 #LOGO {
 	padding-left: 10px;
 }
 
 DIV.topShipping {
 	text-align: right;
 }
 
 DIV.phoneNumber {
 	padding: 25px 10px 0 0;
 }
 
 DIV.freeShippingInfo {
 	background: #F3F3F3 url('../image/template/hdr/free-shipping-end.jpg') no-repeat top right;
	height: 45px;
	padding: 0 10px;
 }
 
 DIV.freeShippingInfo DIV {
 	padding: 7px;
 }
 
 DIV.topQuickLinks {
 	text-align: right;
	padding-right: 10px;
 }
 
 DIV.socialLinks {
 	padding: 5px 0;
 }
 
 A.categoryTab, A.topTab {
 	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
 }
 
 DIV.categoryTab, A.categoryTab {
 	background-color: #87B065;
 }
 
 A.categoryTab {
 	padding: 0 8px;
	color: #FFFFFF;
 }
 
 A.categoryTab:hover {
 	background-color: #9ECC78;
 }
 
 A.topTab {
 	background-color: #DBCEAC;
	padding: 0 15px;
	color: #91785B;
 }
 
 A.topTab:hover {
 	background-color: #EBE3CB;
 }

/**
 * NAVIGATION
 */

 DIV.navBox {
 	margin: 5px;
 }
 
 DIV.navBoxHeading {
 	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
 }
 
 DIV.navBoxHeadingOrange {
 	background: url('../image/template/nav/heading-orange.gif') repeat-x top left;
 }
 
 DIV.navBoxHeadingGreen {
 	background: url('../image/template/nav/heading-green.gif') repeat-x top left;
	color: #FFFFFF;
 }
 
 DIV.navBoxContent {
 	padding: 6px;
	background-color: #F3EEE0;
 }
 
 #NAVIGATION_CATEGORY {
 	list-style: none;
 }
 
 #NAVIGATION_CATEGORY LI {
 	padding: 2px 0;
 }
 
 #NAVIGATION_CATEGORY A {
 	color: #635245;
	text-decoration: none;
 }

/**
 * FOOTER
 */

 DIV.ftrWrap {
 	float: left;
	width: 25%;
 }
 
 DIV.ftrBox {
 	border: 0 solid #60BC19;
	border-left-width: 1px;
 }
 
 DIV.ftrBoxFirst {
 	border: 0;
 }
 
 DIV.ftrBox LI {
 	padding: 1px;
 }
 
 DIV.ftrBox A {
 	color: #555555;
	text-decoration: none;
 }
 
 LI.ftrBoxHeading {
 	font-weight: bold;
	margin-bottom: 10px;
 }
 
 SPAN.footerIcons {
 	padding: 0 5px;
 }
 
/*
 * COPYRIGHT
 */

 #COPYRIGHT {
 	font-size: 11px;
	text-align: center;
 }

 #COPYRIGHT P {
 	padding: 10px;
 }

 P.disclaimer {
 	border: 1px solid #000000;
 }
 
 DIV.policyBox {
 	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
 }
 
 DIV.policyBoxHd {
 	padding: 3px;
	background-color: #EEEEEE;
	font-weight: bold;
 }
 
 DIV.policyBoxContent {
 	padding: 10px;
 }
 
/**
 * MESSAGE STACK
 */
 UL.msgStack LI {
 	padding: 4px;
	margin: 4px;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
 }
 
 UL.msgStack LI.error {
 	border-color: #E34338;
	background-color: #EE9F98;
 }
 
 UL.msgStack LI.warning {
 	border-color: #FFDC00;
	background-color: #FFF698;
 }
 
 UL.msgStack LI.success {
 	border-color: #008535;
	background-color: #7FC29A;
 }
 
/**
 * SUPPLEMENT FACTS
 */

 TABLE.sFacts {
	font-family: Helvetica;
	border-collapse: collapse;
	width: 400px;
 }
 
 TABLE.sFacts TD {
 	padding: 3px;
 }
	
 TD.sFactsTitle {
	font-size: 18px;
	font-weight: bold;
 }
	
 TD.sFactsHeading {
	border: 0px solid #000000;
	border-top-width: 2px;
	border-bottom-width: 1px;
	font-weight: bold;
 }
	
 TD.sFactsIng {
	border: 0px solid #CCCCCC;
	border-bottom-width: 1px;
	vertical-align: top;
 }
 
/**
 * ITEM DISPLAY SPECIFIC
 */
 
 DIV.itemDetails P {
 	padding-bottom: 5px;
 }
 
 P.itemTitle {
 	color: #234F33;
	font-weight: bold;
	font-size: 16px;
 }
 
 P.itemCaption {
 	color: #FF3B02;
 }
 
 TD.itemVariationsHd {
 	background-color: #EEEEEE;
 	font-weight: bold;
 }
 
 TABLE.itemVariations TD {
 	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 4px;
 }
 
 DIV.itemTabs {
 	padding: 15px 0;
 }
 
 A.tabActive, A.tabInactive {
 	display: block;
	*display: inline-block;
	padding: 0 15px;
	height: 26px;
	line-height: 26px;
	margin-right: 3px;
	text-decoration: none;
	font-weight: bold;
 }
 
 A.tabActive {
 	color: #555555;
	background: url('../image/item/tab-active.gif') repeat-x top left;
 }
 
 A.tabInactive {
 	color: #888888;
	background-color: #CBE4D5;
 }
 
 DIV.itemTabsContent {
 	background: url('../image/item/tab-bg.gif') repeat-x top left;
	border: 1px solid #8DC4A2;
	border-top-width: 0;
	padding: 10px;
 }
 
 DIV.itemPriceInfo {
 	background-color: #EEEEEE;
	margin: 10px 0;
	text-align: center;
	padding: 5px;
 }
 
 DIV.itemPriceInfo P {
 	margin: 0;
 }

/**
 * ITEM DISPLAY
 */

 DIV.itemWrapper, DIV.itemContainer {
 	border: 0 solid #CCCCCC;
 }
 
 DIV.itemWrapper {
 	border-top-width: 1px;
 	padding: 7px 0;
 }
 
 DIV.itemContainer {
 	border-right-width: 1px;
 	float: left;
	padding: 0 7px;
 }
 
 DIV.itemWrapperFirst, DIV.itemContainerLast {
 	border: 0;
 }
 
 DIV.itemContent {
 	position: relative;
 	text-align: center;
	width: 162px;
	word-wrap: break-word;
 }
 
 DIV.itemBubble {
 	position: absolute;
	top: 0;
 	width: 299px;
	z-index: 9;
 }
 
 DIV.itemBubbleLeft {
 	left: -299px;
 }
 
 DIV.itemBubbleRight {
 	left: 162px;
 }
 
 DIV.itemBubbleLeft DIV.itemBubbleTop {
 	background-image: url('../image/search-results/bubble-top-left.png');
 }
 
 DIV.itemBubbleRight DIV.itemBubbleTop {
 	background-image: url('../image/search-results/bubble-top-right.png');
 }
 
 DIV.itemBubbleTop {
 	height: 34px;
 }
 
 DIV.itemBubbleBottom {
 	background-image: url('../image/search-results/bubble-bottom.png');
	height: 18px;
 }
 
 DIV.itemBubbleCenter {
 	background: url('../image/search-results/bubble-center.png') repeat-y top left;
	padding: 0 38px;
	text-align: left;
 }
 
 DIV.itemPricing {
 	padding: 10px 0;
 }
 
 P.itemPriceSale {
 	color: #D21034;
	font-weight: bold;
 }
 
 DIV.relatedItems {
 	border: 0 solid #DDDDDD;
	border-left-width: 1px;
 }
 
 DIV.relatedItemsHd {
 	border: 0 solid #DDDDDD;
	border-bottom-width: 1px;
	text-align: center;
	padding: 5px;
	color: #008535;
	font-weight: bold;
	background-color: #EEEEEE;
 }
 
/**
 * SMARTSEARCH FILTERS
 */

 LI.smartSearch {
 	border: 0 solid #F7B300;
	border-bottom-width: 1px;
	*display: inline-block;
 }
 
 LI.smartSearchLast {
 	border: 0;
 }
 
 LI.smartSearch A {
	color: #555555;
	display: block;
	padding: 3px 0;
	padding-left: 12px;
 	text-decoration: none;
	zoom: 1;
 }
 
 LI.smartSearch A.unselected {
 	background: url('../image/template/nav/arrow-right.png') no-repeat center left;
 }
 
 LI.smartSearch A.selected {
 	background: url('../image/template/nav/arrow-down.png') no-repeat center left;
 }
 
 UL.smartSearchFilters {
 	background-color: #FFFFFF;
	margin: 3px 0;
 }
 
 UL.smartSearchFilters LI {
 	padding: 4px;
 }
 
/*
 * PAGINATION
 */

 DIV.pagination {
 	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	padding: 3px;
 }
 
 DIV.paginationStats, A.pagination {
 	border: 1px solid #9AA0C2;
	margin: 0 3px;
	padding: 2px 4px;
 }
 
 DIV.paginationStats {
 	border-color: #EEEEEE;
	padding-left: 0;
 }
 
 A.pagination {
 	background-color: #D1D4E5;
 	color: #1E1C1F;
	display: block;
	text-decoration: none;
 }
 
 A.pageSelected {
 	background-color: #FB9B44;
 	border-color: #FF5F00;
 	color: #FFFFFF;
 }
 
/**
 * INDEX CAT BOX
 */
 
 DIV.catBoxHolder {
 	margin: 15px 0;
 }
 
 DIV.catBoxLeft {
 	margin-right: 6px;
 }
 
 DIV.catBoxRight {
 	margin-left: 6px;
 }
 
 DIV.catBoxLeft DIV, DIV.catBoxRight DIV {
 	margin-bottom: 15px;
 }
 
/**
 * SHOPPING CART
 */

 #CART_CONTENTS {
 	margin-bottom: 15px;
 }
 
 TABLE.shoppingCart {
 	width: 100%;
 }
 
 TABLE.shoppingCart TD {
 	padding: 4px;
 }
 
 TD.shoppingCartHd {
 	background-color: #EEEEEE;
 	font-weight: bold;
 }
 
 TD.shoppingCartHd, TD.shoppingCartContent {
 	border: 1px solid #CCCCCC;
	border-collapse: collapse;
 }
 
 P.getFree {
 	color: #D21034;
	padding: 3px 0;
 }
 
/**
 * CONFIRM CART
 */

 TABLE.confirmCart {
 	width: 100%;
 }
 
/**
 * QUICK ORDER
 */
 DIV.quickOrder {
 	width: 50%;
	margin: 6px 0;
 }
 
 DIV.quickOrderItem, DIV.quickOrderInfo {
 	padding: 0 2px;
 }
 
 DIV.quickOrderItem LABEL {
 	width: 25px;
	display: inline-block;
 }
 
 DIV.quickOrderInfo {
 	border: 1px solid #EEEEEE;
 }
 
/**
 * CHECKOUT
 */

 DIV.checkoutTrail {
 	width: 25%;
	_width: 24%;
	height: 27px;
	line-height: 27px;
	text-align: center;
 }
 
 DIV.checkoutTrailPast, DIV.checkoutTrailCurrent {
 	background-color: #008535;
 }
 
 DIV.checkoutTrailPast, DIV.checkoutTrailFuture {
 	color: #8AC492;
 }
 
 DIV.checkoutTrailCurrent {
 	color: #FFFFFF;
	background: #008535 url('../image/checkout/trail-current.gif') no-repeat top right;
 }
 
 DIV.checkoutTrailFuture {
 	background-color: #F1FADF;
 }
 
 DIV.checkoutBox, DIV.checkoutConfirmNotice, TABLE.confirmCart {
 	margin: 15px 0;
 }
 
 DIV.sslSeal {
 	margin-top: 15px;
	padding: 5px;
	padding-left: 33px;
	background: #EEEEEE url('../image/checkout/secure-lock.png') no-repeat center left;
	border: 2px solid #E9C68F;
 }
 
 TABLE.confirmCart {
 	margin-bottom: 0;
 }
 
 DIV.checkoutBoxHeading, TD.confirmCartHd {
 	background-color: #CCCCCC;
	padding: 4px 10px;
 }
 
 DIV.checkoutBoxContent, TD.confirmCartContent {
 	border: 1px solid #CCCCCC;
 }
 
 DIV.checkoutBoxContent, TD.confirmCartContent, TD.orderTotal {
	padding: 15px;
 }
 
 TD.orderTotal {
 	padding-top: 3px;
	padding-bottom: 3px;
 }
 
 TD.finalTotal {
 	color: #145BFB;
 	font-weight: bold;
 }
 
 DIV.checkoutConfirmNotice {
 	background-color: #FFED31;
	margin-bottom: 0;
	padding: 8px 10px;
 }
 
 DIV.checkoutBoxInfo {
 	width: 49%;
 }
 
 LI.addressRadio {
 	padding: 4px 0;
 }
 
 DIV.label {
 	width: 100px;
	text-align: right;
 }
 
 DIV.checkoutButton {
 	background-color: #EEEEEE;
	padding: 5px;
 }

