/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3688 2006-06-02 00:12:18Z drbyte $
 
 COLOR GLOSSARY:
 * light green content bg - #f6fbf0
 * sidebar links - #6b84A2
 **/


/* ******************************   begin normalizing  */

/* Normalize margin, padding  */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalize font size for headers  */
h1,h2,h3,h4,h5,h6
{ font-size: 100%; }

/* Remove list-style from lists  */
ol, ul
{ list-style : none; }

/* Normalize font-style and font-weight to normal
 address, caption, cite, code, dfn, em, strong, th, var
 { font-style : normal; font-weight : normal; }
*/
 
/* Removes table stuff  */
table 
{ border-collapse : collapse; border-spacing: 0; }

/* Removes border from fieldset and img  */
fieldset, img
{ border : 0; }

/* Left-aligns text in caption and th  */
caption,th
{ text-align : left; }

/* Removes quotation marks from q */
q:before, q:after 
{ content:''; }


/* *****************    end normalizing */
 
body {
text-align:center;
font-size:80%;
line-height:140%;
color:#000;
font-family:Lucida Grande, Arial, sans-serif;
background:#c1c8bf url(../images/esserebg.jpg) repeat-x;
margin:0;
}

body#popupShippingEstimator, body#popupImage {
background:#fff;
padding:30px;
}

/* **** clear the floats **** */
.clearfix:after {
  content:".";
  display:block;
  height:0;
   clear:both;
   visibility:hidden;
  }
  .clearfix {display:inline-block;}
   /* Hide from IE Mac \*/
 .clearfix {display:block;}
 /* End hide from IE Mac */


#mainWrapper {
background-color:#fff;
text-align:left;
width:755px;
vertical-align:top;
margin:0 auto;
}

#navMainWrapper {
height:35px;
background:url(../images/topnavbg.jpg) #428F09;
}

.centerColumn {
background:#D4E3C9;
}

#logoWrapper {
width:765px;
height:240px;
margin:0;
padding:0;
}

#logo {
display:block;
position:relative;
float: left;
left:-5px;
width:765px;
margin:0;
padding:0;
}



#logo h1 {
float: left;
background:url(../images/branding.jpg) #428F09 no-repeat;
text-indent:-9999px;
height:162px;
width:572px;
margin:0;
padding:0;
}
#logohome a {
	display: block;
	height:162px;
	width:572px;
}

ul#brandnav {
	float: left;
	list-style-type: none;
	background: yellow;
	width: 193px;
}
ul#brandnav #top {
	background: #428F09 url(../images/brandnavtop.jpg) no-repeat;
	width: 193px;
	height: 79px;
	text-indent: -9999px;
}

ul#brandnav #brandnavfeatured {
	background: #428F09 url(../images/brandnavfeaturedlink.jpg) no-repeat;
	color: white;
	width: 193px;
	height: 26px;
	text-indent: -9999px;
}
li#brandnavfeatured a:link, li#brandnavfeatured a:visited {
	display: block;
	width: 193px;
	height: 26px;
}
li#brandnavfeatured a:hover {
	background: #428F09 url(../images/brandnavfeaturedlink.jpg) no-repeat -193px;
	display: block;
	width: 193px;
	height: 26px;
}

ul#brandnav #brandnavregistry {
	background: #428F09 url(../images/brandnavregistrylink.jpg) no-repeat;
	color: white;
	width: 193px;
	height: 26px;
	text-indent: -9999px;
}
li#brandnavregistry a:link, li#brandnavregistry a:visited {
	display: block;
	width: 193px;
	height: 26px;
}
li#brandnavregistry a:hover {
	background: #428F09 url(../images/brandnavregistrylink.jpg) no-repeat -193px;
	display: block;
	width: 193px;
	height: 26px;
}
ul#brandnav #bottom {
	background: #428F09 url(../images/brandnavbottom.jpg) no-repeat;
	width: 193px;
	height: 31px;
	text-indent: -9999px;
}	

/* #branding2 {
position:relative;
left:-5px;
top:162px;
width:765px;
background:url(../images/picsrow.jpg) #428F09 no-repeat;
margin:0;
padding:0;
}  */
#logo2 {
display:block;
position:relative;
left:-5px;
width:765px;
height:94px;
background:url(../images/picsrow.jpg) #428F09 no-repeat;

margin:0;
padding:0;
float: left;
}
#logo2 h2 {
text-indent:-9999px;
margin:0;
padding:0;
}

/* ----- =satisfaction badge ----- */
#satisfaction_badge { 
background: url(../images/satisfaction2.jpg) no-repeat; 
position: relative; 
top: -20px; 
left: 642px;
text-indent: -9999px;
 width: 97px;
height: 78px;
}
#satisfaction_badge a {
	display: block;
	height: 78px;
	width: 97px;
}
#indexCategories a:link img,#indexCategories a:visited img {
border:3px solid #efefef;
margin:3px;
padding:1px;
}

#indexCategories a:hover img {
border:3px solid #ccc;
}

a {
font-family:Georgia, Times New Roman, serif;
font-size:1em;
text-decoration:none;
/* font-style:italic;  */ 
font-weight:700;
}

a:link,#navEZPagesTOC ul li a {
color:#3B7217;
}

a:visited {
color:#57944C;
text-decoration:none;
}

/* hello, world */
a:hover,#navEZPagesTOC ul li a:hover,#navMain ul li a:hover,#navSupp ul li a:hover,#navCatTabs ul li a:hover {
color:#3674D1;
}

a:active {
color:#00F;
}

.sideBoxContent a img,.categoryIcon a img,.centeredContent a img {
border:none;
}

h1 {
font-size:2em;
font-family:Georgia, serif;
color:#3674D1;
line-height:110%;
}

h2 {
font-size:1.4em;
color:#3674D1;
}

h3 {
font-size:1.3em;
color: #3674D1;
}

h4,h5,h6,LABEL,h4.optionName,LEGEND,ADDRESS,.larger {
font-size:1em;
}

.biggerText {
font-size:1.2em;
}

h1,h2,h3,h4,h5,h6 {
margin:10px 5px;
}

CODE {
font-family:arial, verdana, helvetica, sans-serif;
font-size:1em;
}

FORM,SELECT,INPUT {
display:inline;
font-size:1em;
color:#666;
margin:0.6em 0;
}

TEXTAREA {
float:left;
display:block;
width:95%;
margin:auto;
}

input:focus,select:focus,textarea:focus {
background:#F0F8FF;
}

/* FIELDSET {
border:1px solid #ccc;
margin:0.5em 0;
padding:0.5em;
}  */

fieldset {
border: none;
margin:1em;
padding:2em;
width:90%;
clear: both;
}

#checkoutOrderTotals {
	font-size: 92%;
}

#ottotal { font-weight: bold; color: #000 }
LEGEND {
font-weight:700;
padding:0.3em;
}

LABEL,h4.optionName {
line-height:1em;
padding:0.2em;
}

LABEL.checkboxLabel,LABEL.radioButtonLabel {
margin:0.5em 0.3em;
}

LABEL.inputLabel {
width:11em;
float:left;
}

LABEL.inputLabelPayment {
width:15em;
float:left;
}

LABEL.selectLabel,LABEL.switchedLabel,LABEL.uploadsLabel {
width:12em;
float:left;
}

P,ADDRESS {
color:#369;
padding:0.5em;

}

.content ul, .centerColumn ul {
color:#369;	
list-style-type:square;
padding-left:20px;
}
.content li, .centerColumn li {
padding:0.5em;
}
ADDRESS {
font-style:normal;
}

.clearBoth {
clear:both;
}

HR {
height:1px;
margin-top:0.5em;
border:none;
border-bottom:1px solid #9a9a9a;
}

/*warnings, errors, messages*/
.messageStackWarning,.messageStackError,.messageStackSuccess,.messageStackCaution {
line-height:1.8em;
border:1px solid #000;
padding:0.2em;
}

.messageStackWarning,.messageStackError {
background-color:red;
color:#fff;
}

.messageStackSuccess {
background-color:#9F9;
color:#000;
}

.messageStackCaution {
background-color:#FF6;
color:#000;
}

/*wrappers - page or section containers*/
#headerWrapper,#contentMainWrapper,#logoWrapper,#cartBoxListWrapper,#ezPageBoxList,#cartBoxListWrapper ul,#ezPageBoxList ul,#mainWrapper,#popupAdditionalImage,#popupImage {
margin:0;
padding:0;
}
#contentMainWrapper {
	clear: both;
}
#navColumnOneWrapper,#navColumnTwoWrapper,#mainWrapper {
margin:auto;
}

#tagline {
color:#000;
font-size:2em;
text-align:center;
vertical-align:middle;
}

#sendSpendWrapper {
border:1px solid #cacaca;
float:right;
margin:0 0 1em 1em;
}

.floatingBox,#accountLinksWrapper,#sendSpendWrapper,#checkoutShipto,#checkoutBillto,#navEZPagesTOCWrapper {
width:47%;
margin:0;
}

.wrapperAttribsOptions {
margin:0.3em 0;
}

/*navigation*/
.navNextPrevCounter {
font-size:0.9em;
margin:0;
}

.navNextPrevList {
display:inline;
white-space:nowrap;
list-style-type:none;
margin:0;
padding:0.5em 0;
}

#navMain {
padding-left:20px;
}

#navMain a {
font-family:Verdana, Arial, san-serif;
font-style:normal;
font-size:90%;
font-weight:700;
}

#navMainWrapper,#navSuppWrapper,#navCatTabsWrapper {
background-color:#9a9a9a;
font-weight:700;
color:#fff;
/*  height:1%;  */
width:100%;
margin:0;
}

#navSupp {
position:relative;
left:-5px;
width:765px;
overflow:visible;
background:url(../images/navsuppbg.jpg) no-repeat;
margin:0;
padding:0;
}

#navMain ul,#navCatTabs ul {
list-style-type:none;
text-align:center;
line-height:1.5em;
margin:0;
padding:0.5em 0;
}

#navSupp ul {
position:relative;
top:-20px;
list-style-type:none;
text-align:center;
line-height:1.5em;
margin:0;
padding:58px 0 0;
}

#navSupp ul li a {
text-decoration:none;
color:#f6fbf0;
margin:0;
padding:0 0 20px;
}

#navMain ul li,#navSupp ul li,#navCatTabs ul li {
display:inline;
white-space:nowrap;
}

#navMain ul li a,#navCatTabs ul li a {
text-decoration:none;
color:#85BF46;
margin:0;
padding:0 0.5em;
}

#navEZPagesTOCWrapper {
font-weight:700;
float:right;
height:1%;
border:1px solid #000;
}

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

#navEZPagesTOC ul li {
white-space:nowrap;
}

#navEZPagesTOC ul li a {
margin:0;
padding:0 0.5em;
}

#navMainSearch,#navCategoryIcon,#indexProductListCatDescription {
margin:0.5em;
}

.buttonRow { 
padding-top: 30px; 
height: 50px;
}

#navBreadCrumb {
background-color:#fff;
color:#3674D1;
font-family:Georgia, serif;
font-style:italic;
}

#navEZPagesTop {
background-color:#ff3;
}

#navBreadCrumb,#navEZPagesTop {
font-size:0.95em;
font-weight:700;
margin:0;
padding:10px 20px 0 20px;
}

/*The main content classes*/
#contentColumnMain,#navColumnOne,#navColumnTwo,.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.additionalImages,.centerBoxContentsSpecials,.centerBoxContentsAlsoPurch,.centerBoxContentsFeatured,.centerBoxContentsNew,.alert {
vertical-align:top;
}

/*.content,*/
#productDescription,.shippingEstimatorWrapper {
padding:0.5em;
}

#productDescription {
line-height:120%;
font-size:1em;
font-family:Verdana, san-serif;
color: #369;
}

.alert {
color:red;
margin-left:0.5em;
}

.centerColumn,#bannerOne,#bannerTwo,#bannerThree,#bannerFour,#bannerFive,#bannerSix {
background:#fff;
padding:10px 16px;
}

.smallText,#siteinfoLegal,#siteinfoCredits,#siteinfoStatus,#siteinfoIP {
font-size:0.9em;
}

/*Shopping Cart Display*/
#cartAdd {
float:right;
text-align:left;
border:0px solid #000;
margin:0;
padding:0;
}

.tableHeading TH {
border-bottom:1px solid #ccc;
}

.tableHeading,#cartSubTotal {
background-color:#e9e9e9;
}

#cartSubTotal {
border-top:1px solid #ccc;
font-weight:700;
text-align:right;
line-height:2.2em;
padding-right:2.5em;
}

.tableRow,.tableHeading,#cartSubTotal {
height:2.2em;
}

.cartProductDisplay,.cartUnitDisplay,.cartTotalDisplay,.cartRemoveItemDisplay,.cartQuantityUpdate,.cartQuantity,#cartInstructionsDisplay,.cartTotalsDisplay {
padding:0.5em 0;
}

.cartUnitDisplay,.cartTotalDisplay {
text-align:right;
padding-right:0.2em;
}

#scUpdateQuantity {
width:2em;
}

.cartQuantity {
width:4.7em;
}

.cartNewItem {
color:#3C3;
position:relative;
}

.cartOldItem {
color:#609;
position:relative;
}

.cartBoxTotal {
text-align:right;
font-weight:700;
}

.cartRemoveItemDisplay {
width:3.5em;
}

#cartAttribsList {
margin-left:1em;
}

#mediaManager {
width:50%;
margin:0.2em;
padding:0.5em;
}

.normalprice,.productSpecialPriceSale {
text-decoration:line-through;
}

.productSpecialPrice,.productSalePrice,.productSpecialPriceSale,.productPriceDiscount {
color:red;
}

#cartBoxListWrapper ul,#ezPageBoxList ul {
list-style-type:none;
}

#cartBoxListWrapper li,#ezPageBoxList li,.cartBoxTotal {
margin:0;
padding:0.2em 0;
}

.totalBox {
width:5.5em;
text-align:right;
padding:0.2em;
}

.lineTitle,.amount {
text-align:right;
padding:0.2em;
}

.amount {
width:5.5em;
}

/*Image Display*/
#productMainImage,#reviewsInfoDefaultProductImage,#productReviewsDefaultProductImage,#reviewWriteMainImage {
margin:0 1em 1em 0;
}

#cartImage {
margin:0.5em 1em;
}

/*Attributes*/
.attribImg {
width:20%;
margin:0.3em 0;
}

/*list box contents*/
.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.additionalImages,.centerBoxContentsSpecials,.centerBoxContentsAlsoPurch,.centerBoxContentsFeatured,.centerBoxContentsNew {
margin:1em 0;
}

/*sideboxes*/
.columnLeft {
padding-left:4px;
}

.columnRight {
padding-right:4px;
}

h3#categoriesHeading {
background:url(../images/header_categories.jpg);
height:30px;
text-indent:-9999px;
text-align:left;
margin:0;
padding:0;
}

h3#informationHeading {
background:url(../images/header-information-blue.jpg);
height:30px;
text-indent:-9999px;
text-align:left;
margin:0;
padding:0;
}
h3#ezpagesHeading {
background:url(../images/heading-interesting.jpg);
height:30px;
text-indent:-9999px;
text-align:left;
margin:30px 0 0 0;
padding:0;
}
div#ezpagesContent {
	padding-top: 20px;
}
h3#unwishlistHeading {
background:url(../images/heading-registry.jpg);
height:30px;
text-indent:-9999px;
text-align:left;
margin:0;
padding:0;
}
h3#manufacturerslistHeading {
background:url(../images/heading-manu.jpg);
height:30px;
text-indent:-9999px;
text-align:left;
margin:0;
padding:0;
}

h3#currenciesHeading {
background:url(../images/header-currency-blue.jpg);
height:30px;
text-indent:-9999px;
text-align:left;
margin:30px 0 0 0;
padding:0 0 0 0;
}

h3#searchHeading {
background:url(../images/header-search-blue.jpg);
height:30px;
text-indent:-9999px;
text-align:left;
margin:30px 0 0 0;
padding:0;
}

h3#whatsnewHeading a:link,h3#whatsnewHeading a:visited {
display:block;
background:transparent url(../images/heading_new.jpg) no-repeat 0 0;
height:30px;
width:183px;
color:red;
text-indent:-9999px;
}

h3#whatsnewHeading a:hover,h3#whatsnewHeading a:active {
background:transparent url(../images/heading_new.jpg) no-repeat -184px 0;
}

h3#shoppingcartHeading a:link,h3#shoppingcartHeading a:visited {
display:block;
background:transparent url(../images/heading-shopping.jpg) no-repeat 0 0;
height:30px;
width:183px;
color:red;
text-indent:-9999px;
}

h3#shoppingcartHeading a:hover,h3#shoppingcartHeading a:active {
background:transparent url(../images/heading-shopping.jpg) no-repeat -184px 0;
}

.centerBoxHeading {
background:#fff;
border-bottom: solid 1px #efefef;
color:#6B84A2;
line-height:120%;
margin:0 0 0 8px;
padding:0.6em 0.2em 0.2em 0;
text-align: left;
width: 482px; 
}

.sideBoxContent {
background:#fff url(../images/columnbg.jpg) repeat-y right;
font-family:Georgia, Times New Roman, serif;
font-size:1em;
text-decoration:none;
color:#369;
line-height:140%;
padding:0em 1em 0 0;
text-align: right;
}
.sideBoxContent a:link, .sideBoxContent a:visited {
	color: #6b84A2;
}
.sideBoxContent a:hover, .sideBoxContent a:active {
	color: #369;
}
#categoriesContent {
	margin: 10px 0 20px 0;
}
#informationContent {
	margin: 40px 0 0 0;
}
.rightBoxContainer .sideBoxContent {
background:#bbcce0 url(../images/columnbg_blue.jpg) no-repeat;
}

h3.leftBoxHeading a:hover {
color:#FF3;
text-decoration:none;
}

h3.rightBoxHeading a:hover {
color:red;
text-decoration:none;
}

.rightBoxContent {
background-color:#fff;
margin-bottom:1em;
}

.centeredContent,TH,#cartEmptyText,#cartBoxGVButton,#navCatTabsWrapper,#navEZPageNextPrev,#bannerOne,#bannerTwo,#bannerThree,#bannerFour,#bannerFive,#bannerSix,#siteinfoLegal,#siteinfoCredits,#siteinfoStatus,#siteinfoIP,.center,.cartRemoveItemDisplay,.cartQuantityUpdate,.cartQuantity,.cartTotalsDisplay,#cartBoxGVBalance,.leftBoxHeading,.rightBoxHeading,.productListing-data,.accountQuantityDisplay,.ratingRow,LABEL#textAreaReviews,#productMainImage,#reviewsInfoDefaultProductImage,#productReviewsDefaultProductImage,#reviewWriteMainImage,.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.additionalImages,.centerBoxContentsSpecials,.centerBoxContentsAlsoPurch,.centerBoxContentsFeatured,.centerBoxContentsNew,.gvBal,.attribImg {
text-align:center;
}

#bestsellers .wrapper {
margin:0 0 0 1.5em;
}

#bestsellers ol {
margin-left:1.1em;
padding:0;
}

#bestsellers li {
margin:0.3em 0;
padding:0;
}

#bannerboxHeading {
background-color:#00C;
}

.rowOdd {
background-color:#E8E8E8;
height:1.5em;
vertical-align:top;
}

.rowEven {
background-color:#F0F0F0;
height:1.5em;
vertical-align:top;
}

#myAccountGen li,#myAccountNotify li {
margin:0;
}

.accountTotalDisplay,.accountTaxDisplay {
width:20%;
text-align:right;
}

.accountQuantityDisplay {
width:10%;
vertical-align:top;
}

TR.tableHeading {
background-color:#cacaca;
height:2em;
}

#siteMapList {
width:90%;
float:right;
}

.ratingRow {
margin:1em 0 1.5em;
}

LABEL#textAreaReviews {
font-weight:400;
margin:1em 0;
}

#popupShippingEstimator,#popupSearchHelp,#popupAdditionalImage,#popupImage,#popupCVVHelp,#popupCouponHelp,#popupAtrribsQuantityPricesHelp,#infoShoppingCart {
background-color:#fff;
}

.centerBoxContentsProducts {
text-align:left;
padding:20px 0;

}

.centerBoxContentsProducts a {
font-family:Verdana, Arial, san-serif;
font-style:normal;
line-height:120%;
color:#4B912E;
}

.listingProductImage {
position:relative;
top:10px;
float:left;
border:none;
padding:0 10px;
}

.price {
font-family:Georgia, Times New Roman, serif;
font-weight:700;
float:left;
font-size:160%;
color:#444;
background-color:#fff;
width:230px;
margin:4px 0 0 160px;
padding:4px 4px 6px 8px;
line-height:1.3em;
}

.price em {
color:#999;
font-weight:300;
}

.itemTitle {
font-size:160%;
width:230px;
float:left;
}

.details {
font-weight:700;
float:left;
text-decoration:underline;
padding:10px 0 0 100px;
}

.listingDescription {
margin:0px 116px 10px 0px;
float:right;
border-bottom:solid 2px #369;
padding-bottom:4px;
width:242px;
}

.listDescript {
float:left;
color:purple;
}

.modelList {
color:green;
float:left;
}

.manufacturer {
color:#06c;
font-family:Georgia, Times New Roman, serif;
font-style:italic;
float:left;
}

/* req'd for manufacturer's sidebox thingy */
a.manufacturerName {
display:block;
clear:both;
}

/* #indexDefaultHeading {
	text-indent: -9999px;
	background: url(../images/headline.jpg) #fff no-repeat;
	height:74px;
	margin:0 0 0 10px;
	padding:0;
}*/
#indexCategoriesHeading {
text-indent:-9999px;
background:url("../images/maincontentbg.jpg") #fff no-repeat;
height:100px;
margin:0 0 0 10px;
padding:0;
}

/* =footer  */
div#navSupp li {
padding:0 5px;
}

body#popupShippingEstimator address,#upProductsHeading {
text-align:left;
}

#logo,.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.centerBoxContentsAlsoPurch,.attribImg,.back,.details2 {
float:left;
}

#navColumnOne,#navColumnTwo {
background-color:#fff;
}

.important,.bold {
font-weight:700;
}

.gvBal,.forward {
float:right;
}

h3.leftBoxHeading,h3.leftBoxHeading a,h3.rightBoxHeading,h3.rightBoxHeading a {
font-family:Georgia, serif;
font-style:normal;
color:#2559b3;
text-decoration:none;
background-color:#a2c098;
text-align:left;
}

h3#whatsnewHeading,h3#shoppingcartHeading {
height:30px;
text-align:left;
margin:0;
padding:0;
}

.leftBoxHeading,.rightBoxHeading {
font-size:120%;
color:#2559b3;
margin:0;
padding:0.3em 0.2em 0.3em .8em;
}

.rightBoxContainer,#upDateHeading {
text-align:right;
}

.centerBoxContentsProducts a:hover,.main a:hover,#featuredList a:hover {
color:#3875d7;
}

.main a,#featuredList a {
color:green;
}

.centerBoxContentsFeatured img,.centerBoxWrapper canvas {
padding-left:18px;
}

.main h3,#productListing h3 {
position:relative;
left:-5px;
}

#catBoxDivider {
	border-color:#fff;
}
.searchContent {
	text-align: right;
}
#unwishlist {
	background:#fff url(../images/columnbg.jpg) repeat-y right;
font-family:Georgia, Times New Roman, serif;
font-size:1em;
text-decoration:none;
color:#369;
line-height:140%;

text-align: right;
	
}
div#unwishlist div {
	
	padding: 0 10px 0 10px;
	color:#369;
  line-height:140%;
}
div#unwishlist ul {
	
	padding: 0 10px 0 10px;
	color:#369;
  line-height:140%;
}
#productAttributes {
	margin: 0px 0 50px 0;
	}
/* =sitemap styling  */
#siteMapList li {
padding-left: 20px;
}
#siteMapList li li a {
color: #356;
}
#siteMapList li li li a {
color: #789;
}
#categoriesContent a:link.category-subs, #categoriesContent a:visited.category-subs { color: #3674d1; }
#categoriesContent a:hover.category-subs { color: #57944C; }

#categoriesContent a:link.category-subs-parent, #categoriesContent a:visited.category-subs-parent { color: #3674d1; margin-right: 15px;}
#categoriesContent a:hover.category-subs-parent { color: #57944C; margin-right: 15px;}

#categoriesContent a:link.category-top, #categoriesContent a:visited.category-top { color: #3674d1; margin-right: 10px; }
#categoriesContent a:hover.category-top { color: #57944C; margin-right: 10px; }

#categoriesContent a:link.category-products, #categoriesContent a:visited.category-products { color: #1639BB; }
#categoriesContent a:hover.category-products, #categoriesContent a:active.category-products { color: #57944C; }

table .productlist { width: 92%; }
.productlist th {color: #fff; } 
#un { padding: 10px 16px; }
.centerColumn a { font-family:Lucida Grande,Arial,sans-serif; }

div#unwishlist div { padding-top: 20px; }

div#searchContent {margin-top: 20px; margin-bottom: 20px;}

#siteinfoLegal { color: #6A8366; } #siteinfoLegal a {font-family: lucida grande, arial, san-serif; text-decoration: underline; font-weight: normal; color: #6A8366 }

/* ***** =pullquotes ****** */

blockquote.left { width: 200px; margin: 10px 15px 5px 0; font-size: 1.2em; text-align: center; /* border: none !important; */ border: 3px double #ccc; border-width: 3px 0;padding: 0 !important; float: left; background-color: #ececec; font-family: Georgia, Times New Roman, Times, serif; }

blockquote.right { width: 200px; margin: 10px 20px 5px 15px; font-size: 1.2em; text-align: center; /* border: none !important; */ border: 3px double #ccc; border-width: 3px 0; padding: 0 !important; float: right; background-color: #ececec; font-family: Georgia, Times New Roman, Times, serif; }

/* ***** Shelf ***** */
#instructionsHide, #instructionsShow {
	text-align: right;
	width: 90%;
}
#instructionsHide a, #instructionsShow a{
	font-size: 80%;
	}


/* br.clearBoth { */
/* position: absolute; */
/* } */

#shelf {
	padding: 0px;
	background: #ececec;
	
}
#shelfControl {
	padding: 16px 30px 2px 30px;
	text-align: center;
	/* background: red url(../images/essere-holiday-bg.jpg) no-repeat bottom; */
	min-height: 80px;

}

#shelfControl a, #shelfControl h2 {
	font-family: georgia, verdana, arial, san-serif;
	font-weight: bold;
	color: white;
	font-size: 2em;
	font-style: italic;
	margin-top: 40px;
		}
#shelfControl a { 
text-decoration: underline; 
}


h3#blanksideboxHeading {
	display: none;
}

/* bef AJAX added by jesse */
#notification {
	
	bottom: 0;
	padding: 0;
	padding-bottom: 10px;
	height: 4em;
	margin: 0;
	width: 100%;
	color: #efefef;
	background-color: #1759BA;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}


.hiddenField {
display: none;
}
.visibleField {
display: inline;
}

#unwishlist input {
	/* border:2px solid green; */
    color:green;
    font-weight: bold;
    display:inline;
    font-size:1em;
    margin:1em 0pt;
    padding:0px 5px;
    font-family: Georgia, 'times new roman', times, serif;
}

.attribImg {
}
.fan_box .connect_top {
	
	height: 40px;
	overflow: hidden;
}