/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #2E3F2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
a {
	color: #3E8839;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#greenslice{
	background-image: url(images/greenslice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2E3F2D;
}

#woodslice{
	background-image: url(images/woodslice.jpg);
	background-repeat: repeat-x;
  	background-position: top;
}

#treeslice{
	background-image: url(images/treeslice.gif);
	background-repeat: repeat-x;
  	background-position: bottom;
}

#woodheaderslice{
	background-image: url(images/woodheaderslice2.png);
	background-repeat:no-repeat;
  	background-position: top left;
	width: 778px;
	height: 107px;
	overflow: hidden;
}

#whitecenterslice{
	background-image: url(images/whitecenterslice.png);
	background-repeat: repeat-y;
	background-position: left;
    width: 771px;
	padding: 0px;
	margin-bottom: -2px;
	
}

#woodslice2{
	background-image: url(images/woodslice.jpg);
	background-repeat: repeat-x;
  	background-position: top;
	height: 70px;
	overflow: hidden;
}

#gradientcornerwrapper {
       position: relative; 
	   top: 0px; 
	   left: 0px; 
	   width: 0px; 
	   height: 0px;
	   }

#gradientcorner { width: 13px; 
    height:6px;
    background-image: url(images/shadow_corner.jpg);
    position: absolute; 
	top: 0px; 
    left: 660px;
    background-repeat: no-repeat;
	}

#table{
	margin-left: 13px;
	margin-bottom: 0px;
}

#tablegreen{
	background-color: #7C967B;
	width: 173px;
	border-right: 1px solid #000000;
}

#jefferson{
	padding-left: 15px;
	height: 100px;
	width: 100%;
}
#menuholder a{
	height: 29px;
	width: 80px;
	display: block;
	float: left;
}

#menuholder{
	width: 560px;
	height: 29px;
	overflow: hidden;
	position: relative;
	top: -22px;
	left: 207px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#home{
	background-image: url(images/home.gif);
	background-repeat:no-repeat;
	background-position:top;
	
}
#home:hover{
	background-image: url(images/home2.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#homepreload{
	background-image: url(images/home2.gif);
	width: 0px;
	height: 0px;
	
}

#store{
	background-image: url(images/store.gif);
	background-repeat:no-repeat;
	background-position:top;
	
}

#store:hover{
	background-image: url(images/store2.gif);
	background-repeat:no-repeat;
	background-position:top;
	
}

#storepreload{
	background-image: url(images/store2.gif);
	width: 0px;
	height: 0px;
	
}

#about{
	background-image: url(images/about.gif);
	background-repeat:no-repeat;
	background-position:top;
	
}

#about:hover{
	background-image: url(images/about2.gif);
	background-repeat:no-repeat;
	background-position:top;
	
}

#aboutpreload{
	background-image: url(images/about2.gif);
	width: 0px;
	height: 0px;
	
}

#contact{
	background-image: url(images/contact.gif);
	background-repeat:no-repeat;
	background-position:top;
	
}

#contact:hover{
	background-image: url(images/contact2.gif);
	background-repeat:no-repeat;
	background-position:top;
	
}

#contactpreload{
	background-image: url(images/contact2.gif);
	width: 0px;
	height: 0px;
	
}

#services{
	background-image: url(images/services.gif);
	background-repeat:no-repeat;
	background-position:top;
	
}
#services:hover{
	background-image: url(images/services2.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#servicespreload{
	background-image: url(images/services2.gif);
	width: 0px;
	height: 0px;
	
}

#planner{
	background-image: url(images/planner.gif);
	background-repeat:no-repeat;
	background-position:top;
	
}
#planner:hover{
	background-image: url(images/planner2.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#plannerpreload{
	background-image: url(images/planner2.gif);
	width: 0px;
	height: 0px;
}

#gallery{
	background-image: url(images/gallery.gif);
	background-repeat:no-repeat;
	background-position:top;
	
}
#gallery:hover{
	background-image: url(images/gallery2.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#gallerypreload{
	background-image: url(images/gallery2.gif);
	width: 0px;
	height: 0px;
	
}

#searchcontainer{
    text-align: left;
	width: 145px;
	height: 44px;
	margin-top: 10px;
	margin-bottom: 0px;

}

.searchinset{
    background-image: url(images/searchbox.gif);
	width: 110px;
	height: 18px;
	border: 1px #000000 solid;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	color: #FFFFFF;
}

.minicontainer{
	width: 144px;
	margin-top: 8px;
	margin-bottom: 8px;
	
}

.miniwoodtop{
	background-image: url(images/miniwoodtop.jpg);
	background-repeat:no-repeat;
  	background-position: top;
	width: 144px;
	height: 30px;
	overflow: hidden;
}

.miniwoodtop h3{
	color: #000000;
	padding-top:  8px;
	padding-bottom:  8px;
	padding-left:  12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	}
	
.miniwoodtop a{
	color: #000000;
	}
.miniwoodtop a:hover{
	color: #FFFFFF;
	}

.minigreencenter{
	background-image: url(images/minigreencenter.jpg);
	background-repeat:no-repeat;
  	background-position: top;
	width: 144px;
	overflow: hidden;
	
}

.miniwhitetext{

	color: #FFFFFF;
	padding-top:  8px;
	padding-bottom:  8px;
	padding-left:  5px;
	padding-right: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.miniwhitetext a{
    color: #FFFFFF;
	text-decoration: none;
	
}
.miniwhitetext a:hover{
    color: #E1A463;
	
}
.miniwhitetext ol{
    list-style-type: none;
    color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	
}
.miniwhitetext ul{
	list-style-type: none;
    color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.minigreenslice{
	background-image: url(images/minigreenslice.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.minigreenbottom{
	background-image: url(images/minigreenbottom.jpg);
	background-repeat:no-repeat;
  	background-position: top;
	width: 144px;
	height: 10px;
	overflow: hidden;
}

#flash{
	width: 571px;
	height: 429px;
	padding: 0px;
	margin: 0px;
}

#woodcenterbar h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #48200C;
	line-height: 16px;
	padding-top: 6px;
	padding-left: 45px;
	padding-bottom: 2px;
	margin: 0px;
	}
	
#woodcenterbar{
    width: 571px;
	height: 33px;
	background-image: url(images/woodcenterbar.gif);
	background-repeat: no-repeat;
  	background-position: top;
	padding: 0px;
	margin: 0px;
}


#centertree{
    width: 570px;

}
#centerjeffersontext{

	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	color: #202822;
	padding: 8px 30px 10px 40px;
	
}

.centerBoxWrapper {
	border: 0px;
	margin: 0px;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	font-size: 11px;
	}
.categoryListBoxContents{
	text-align: center;
	font-size: 13px;
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

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

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

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
}
.forward {
    
	padding-right: 13px;
	}
	
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
	.clearBoth {
	clear: both;
	}

h2.centerBoxHeading {
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	border: #000000 1px solid;
	width: 559px;
	line-height: 26px;
	background-image: url(images/woodheaderslice2.png);
	background-repeat:no-repeat;
  	background-position: top;
}
.centercontentpadding {
    padding: 0px 5px 0px 5px;
	}
	
img {
    border: none;
	}


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

#productListHeading {
     padding: 0px 10px 0px 10px;
	 }
#categoryImgListing {
     padding: 0px 10px 10px 10px;
	 }
#indexProductListCatDescription {
     padding: 5px 5px 0px 10px;
	 }
#indexCategoriesHeading {
     padding: 0px 10px 0px 10px;
	 }
#categoryDescription {
     padding: 0px 10px 5px 10px;
	 }
.categoryListBoxContents {
     padding-bottom: 5px;
	 }
#productsListingTopNumber {
     padding: 4px 10px 8px 10px;
	 }
productsListingListingTopLinks {
     padding: 0px 10px 0px 10px;
	 }
.productListing-heading {
     padding: 0px 10px 0px 10px;
	 }
.productListing-data {
     padding: 0px 10px 10px 10px;
	 }
#productsListingBottomNumber {
     padding: 7px 10px 20px 10px;
	 }
#productsListingListingBottomLinks {
     padding: 0px 10px 0px 10px;	 
	 }
#productAdditionalImages {
     padding-top: 10px;
}
#productTellFriendLink {
     padding: 10px 0px 10px 0px;
	 }

.optionName {
     margin: 0px 5px -4px 0px;
	 }
#productMainImage {
     padding: 10px 5px 10px 10px;
	 }
#specialsListingHeading {
     padding: 0px 10px 0px 10px;
	 }
#specialsListingTopNumber {
     padding: 0px 10px 0px 10px;
	 }
.specialsListBoxContents {
     padding: 10px 0px 10px 5px;
	 }
#specialsListingBottomNumber {
     padding: 5px 10px 3px 10px;
	 }
#specialsListingBottomLinks {
     padding: 2px 10px 2px 10px;
	 }
.buttonRow{
     padding: 2px 10px 5px 10px;
	 }
#newProductsDefaultHeading {
     padding: 0px 10px 0px 10px;
	 }
#sorter {
     padding-left: 10px;
	 }
#featuredDefaultHeading {
     padding: 0px 10px 0px 10px;
	 }
#allProductsDefaultHeading {
     padding: 0px 10px 0px 10px;
	 }
#productReviewLink	{
     padding-left: 0px;
	 } 
#categoryIcon
     {
	 padding: 10px 10px 0px 10px;
	 }
#indexProductList form
    { padding: 10px;
	}
#loginDefaultHeading 
    { 
	padding: 10px 10px 1px 10px;
	}
#loginDefault form{
       padding: 5px 10px 10px 10px;
	   }
.advisory { 
	padding: 5px 10px 5px 10px;
	}   
#passwordForgotten
    {
	padding: 10px 10px 5px 10px;
	}
#shoppingcartContent
   {
   padding: -5px;
    }
#advSearchDefault {
    padding: 10px
	}
#ezPageDefault
     {
    padding: 10px
	}		
fieldset {
    border: none;
	margin-bottom: 10px;
	} 
legend {
    font-weight: bold;
	font-size: 15px;
	}
hr {
   padding: 0px 12px 1px 5px;
   border: none;
   }
.minicontainer hr {
   padding: 0px 12px 1px 5px;
   background-color: #FFFFFF;
   border: none;
  }
.productListing-heading {
   padding: 1px 1px 3px 1px;
    }	
#newProductsDefaultListingTopNumber{
   padding: 1px 5px 1px 10px;
    }	
#newProductsDefaultListingBottomNumber{
   padding: 1px 5px 1px 10px;
    }
#contactUsDefault  
    {padding: 10px 13px 10px 10px
	}
#allProductsListingTopNumber{
   padding: 1px 5px 1px 10px;
    }	
#allProductsListingBottomNumber{
   padding: 1px 5px 1px 10px;
    }		
#siteMap
    {padding: 10px 13px 10px 10px
	}
#shippingInfo
    {padding: 10px 13px 10px 10px
	}	
#privacy
    {padding: 10px 13px 10px 10px
	}
#conditions {
   padding: 10px 13px 10px 10px
	}
#gvFaqDefault {
   padding: 10px 13px 10px 10px
	}	
#discountcouponInfo	{
   padding: 10px 13px 10px 10px
	}	
#createAcctSuccess {
   padding: 10px 13px 10px 10px
    }
#addressBookProcessDefault {
   padding: 10px 13px 10px 10px
    }	
#addressBookDefault	 {
   padding: 10px 13px 10px 10px
    }
#cartDefaultHeading {
   padding: 10px 13px 10px 10px;
		}
#cartContentsDisplay {
   padding: 10px 13px 0px 10px;
		}
#timeoutDefault	{
   padding: 10px 13px 0px 10px;
		}
#accountDefault {
   padding: 10px 13px 0px 10px;
		}
#accountEditDefault {
   padding: 10px 13px 0px 10px;
		}
#accountPassword {
   padding: 10px 13px 0px 10px;
		}
#acctNewslettersDefault {
   padding: 10px 13px 0px 10px;
		}
#accountNotifications {
   padding: 10px 13px 0px 10px;
		}
#productGeneral	{
   padding-right: 13px;}
   
#productimagewrapper {
   height: 180px;
   }
		 

#footer{
    padding-top: 0px;
	padding-right: 0px;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#footerjefferson{
    padding-top: 12px;
    padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202822;
}
#footermenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: right;
	position: relative;
	top: -15px;
	left: -20px;
	color: #202822;
	padding: 0px 5px 5px 0px;
	height: 70px;
	line-height: 25px;
	}
#footermenu a{
    color: #202822;
    text-decoration: none;
	}
#footermenu a:hover{
    color: #3E8A39;
    text-decoration: none;
	}
#footermenu p{
    line-height: 7px;
	}

#righttable{
	background-image: url(images/centertree.gif);
	background-repeat: no-repeat;
  	background-position: bottom left;
	padding: 0px;
	margin: 0px;
}

.bold {
	font-weight: bold;
	}

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

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

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

CAPTION {
	/*display: none;*/
	}

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

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

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

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

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

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

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #F3E8DE;
	padding: 10px;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

address {
   font-style: normal;
   margin-bottom: 10px;
   }
   
.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
.messageStackWarning, 
.messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	margin: 2px 6px 2px 2px;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;

	} 

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

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
	
/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	height: 20px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

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

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

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

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

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #326A2D;
	width: 558px;
	border-bottom: #000000 1px solid;
	border-right:1px solid #000;
	}
#navBreadCrumb a{
	color: #000;
}
#navBreadCrumb a:hover{
	color: #fff;
}
#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
	 
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0px;
	}
 
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

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

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

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	}
 #cartSubTotal {
	margin: 0px 13px 5px 10px;
	}
	
	
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

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

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}



.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}
	
.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

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

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

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

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

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

.amount {
	width: 5.5em;
	}
	
#checkoutConfirmDefault {
   padding: 0px 10px 0px 10px;
}

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

#cartImage {
	margin: 0.5em 1em;
	}
	
	

/*Attributes*/

.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	float: left;

}

.attributesComments {}


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

	}
#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}

#productDetailsList li{
	margin-left: 40px;
}
#categoryImgListing{
	display: none;
}
#categoryIcon img{
	display: none;
}
#homemenu{
width: 150px;visibility: hidden;position: relative; top: 0px; left: 260px;
}
#aboutmenu{
width: 150px;visibility: hidden;position: relative; top: 0px; left: 180px;
}
#storemenu{
width: 150px;visibility: hidden;position: relative; top: 0px; left: 100px;
}
#servicemenu{
width: 150px;visibility: hidden;position: relative; top: 0px; left: 260px;
}
#gallerymenu{
width: 150px;visibility: hidden;position: relative; top: 0px; left: 420px;
}
#innerPop a {
/* Controls the general apperance for menu MMMenuContainer0530081458_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	background-color:#783312;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#innerPop a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0530081458_0 */
	color:#000;
	background-color:#A06446;
}

.menuitem {
/* This class determines the general characteristics of the menu items in menu MMMenu0530081458_0 */
	border-top:1px solid #2E3F2D;
	border-left:1px solid #2E3F2D;
	border-bottom:1px solid #2E3F2D;
	border-right:1px solid #2E3F2D;
	width:150px;
	height:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:149px;
	height:18px;
}


#homemenu0{
	left:0px;
	top:0px;
}
#homemenu1{
	left:0px;
	top:26px;
}
#homemenu2{
	left:0px;
	top:52px;
}
#aboutmenu0{
	left:0px;
	top:0px;
}
#aboutmenu1{
	left:0px;
	top:26px;
}
#aboutmenu2{
	left:0px;
	top:52px;
}
#aboutmenu3{
	left:0px;
	top:78px;
}
#aboutmenu4{
	left:0px;
	top:104px;
}
#aboutmenu5{
	left:0px;
	top:130px;
}
#storemenu0{
	left:0px;
	top:0px;
}
#storemenu1{
	left:0px;
	top:26px;
}
#storemenu2{
	left:0px;
	top:52px;
}
#storemenu3{
	left:0px;
	top:78px;
}
#storemenu4{
	left:0px;
	top:104px;
}
#storemenu5{
	left:0px;
	top:130px;
}
#storemenu6{
	left:0px;
	top:156px;
}
#storemenu7{
	left:0px;
	top:182px;
}
#storemenu8{
	left:0px;
	top:208px;
}
#storemenu9{
	left:0px;
	top:234px;
}
#storemenu10{
	left:0px;
	top:260px;
}
#servicemenu0{
	left:0px;
	top:0px;
}
#servicemenu1{
	left:0px;
	top:26px;
}
#servicemenu2{
	left:0px;
	top:52px;
}
#servicemenu3{
	left:0px;
	top:78px;
}
#gallerymenu0{
	left:0px;
	top:0px;
}
#gallerymenu1{
	left:0px;
	top:26px;
}
#gallerymenu2{
	left:0px;
	top:52px;
}
#gallerymenu3{
	left:0px;
	top:78px;
}