html
{
	height: 100%;
}

body
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 70%;
	background: #b1d665;
	padding: 0;
	margin: 0;
	height: 100%;
	color:#636363;
}

img
{
	border: none;
}

a
{
	color:#05618a;
}

h1
{
	text-transform: uppercase;
	color: #6e1c29;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

form
{
	margin: 0;
	padding: 0;
}


.clear
{
	clear: both;
}

#container
{
	background: #ffffff;
	width: 965px;
	margin: 0 auto;
}

#header-outer
{
	background: url(../images/header-bg-outer.jpg) repeat-x;
	height: 154px;
	width:100%;
}

#header
{
	background: url(../images/header-bg-home.jpg) no-repeat;
	height: 154px;
}

#header-inner
{
	background: url(../images/header-bg-right.jpg) no-repeat right;
	height: 154px;
}

.vitamins #header
{
	background: url(../images/header-bg-vitamins.jpg) no-repeat;
}

.deli #header
{
	background: url(../images/header-bg-deli.jpg) no-repeat;
}

.grocery #header
{
	background: url(../images/header-bg-grocery.jpg) no-repeat;
}

.bodycare #header
{
	background: url(../images/header-bg-bodycare.jpg) no-repeat;
}

#logo
{
	display: block;
	float: left;
	position: absolute;
	margin-top: 15px;
	margin-left: 55px;
	width: 164px;
	height: 118px;
}

#registration-form
{
	float: right;
	margin:0 30px 0 0;
	height: 104px;
	width: 290px;
	background: url(../images/reg-bg.gif) no-repeat 0px 20px;
}

#registration-form table
{
	padding:0;
	margin:0;
}

#registration-form table tr td
{
	vertical-align:middle;
	padding:0 3px;
	margin:0;
}

#registration-form table .newsletter-textbox
{
	width: 180px;
	margin: 2px;
	font-size: 12px;
	height: 15px;
	border: 1px solid #b2b2b2;
	border-left: 1px solid #6a8a14;
}

#registration-form #error-message
{
	height:20px;
	line-height:20px;
}

#registration-form form
{
	margin-left: 10px;
}

#sections a
{
	color:#ffe400;
	font-weight:bold;
	font-size:14px;
}

#reg-note
{
	display: block;
	margin: 16px 0 14px 35px;
}

#menu
{
	float: left;
	position: absolute;
	margin-left: 202px;
	margin-top: 126px;
	padding: 0;
}

#menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	display: block;
	float: left;
	text-decoration: none;
	color: #646464;
	font-size: 10px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 7px 12px 8px 12px;
	background: url(../images/menu-devider.gif) no-repeat top right;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#left-column
{
	width: 253px;
	background: url(../images/left-column-bg.gif) repeat-y right;
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 10px;
}

ul.webstore
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.webstore li span.department
{
	text-transform: uppercase;
	color: White;
	font-size:13px;
	font-weight:bold;
	line-height:29px;
	background:#96c833 url(../images/menu-bg.jpg) no-repeat;
	display: block;
	padding: 0 0 0 60px;
	margin:0 0 10px 0;
}

ul.webstore li .search-form
{
	padding-left:60px;
	padding-right:8px;
	padding-bottom:12px;
	text-align:right;
	background:url(../images/divider.gif) no-repeat 70px bottom;
}

#search-textbox
{
	width: 180px;
	margin: 2px;
	font-size: 12px;
	height: 15px;
	border: 1px solid #b2b2b2;
	border-left: 1px solid #6a8a14;
}

#login-submit
{
	margin-left: 2px;
}

ul.webstore li .filter-form
{
	padding:12px 8px 12px 60px;
}

ul.webstore li .filter-form select
{
	margin-top:5px;
	width:180px;
}

ul.webstore ul
{
	list-style:none;
	padding:0 0 20px 0;
	margin:0;
}

ul.webstore li span.pagename a
{
	color: #003b26;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: block;
	margin: 2px 0px 0px 60px;
	padding-bottom: 5px;
	padding-left: 11px;
	background: url(../images/category-bg.gif) no-repeat left bottom;
}

#slideshow
{
	background: #ffffff;
	color: #7f6944;
}

#slideshow ul.slides
{
	padding:0;
	margin:0;
}

#slideshow .controls
{
	text-align:right;
	height:21px;
	line-height:21px;
	padding: 0 10px;
}

#slideshow .controls a
{
	text-transform:uppercase;
	text-decoration:none;
	padding: 0 10px;
	color:#003928;
}

#slideshow .controls .resume
{
	display:none;
}

#slideshow .controls .active
{
	font-weight:bold;
}

#promos
{
	background:url(../images/promos-header.gif) repeat-x top;
}

.promo-header-left, .promo-header-right
{
	text-transform: uppercase;
	color: #6e1c29;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	line-height: 29px;
	padding-left: 10px;
}

.promo-header-left
{
	background:url(../images/promo-bg-left.gif) no-repeat left;
}

.promo-header-right
{
	background:url(../images/promo-bg-right.gif) no-repeat left;
}

.promotext, #other-content
{
	padding: 10px;
}

#content
{
	padding:20px;
}

#footer
{
	height:53px;
	background:url(../images/footer-bg.jpg) repeat-x;
	margin-top:20px;
	padding-top:30px;
	font-size:11px;
	color:White;
	clear:both;
}

#footer a
{
	color:#ffe400;
}

#bottom-menu
{
	margin:0 0 0 267px;
}

#bottom-menu ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#bottom-menu ul li
{
	display:inline;
}

#bottom-menu ul li a
{
	display:block;
	float:left;
	padding:0 10px;
	font-weight:bold;
	color:White;
	line-height:20px;
	background:url(../images/footer-menu-devider.gif) no-repeat top right;
	text-decoration:none;
}

#copyright-info
{
	float:left;
	width:170px;
	margin:0 0 0 25px;
}

.calendar
{
	width: 200px;
	margin: 0 auto 20px auto;
}

.calendar .header
{
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

.calendar .previous
{
	float: left;
}

.calendar .next
{
	float: right;
}

.calendar table.body
{
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
}

.calendar table.body tr.week
{
}

.calendar table.body tr.week-first
{
}

.calendar table.body tr.week-last
{
}

.calendar table.body td
{
	vertical-align: middle !important;
}

.calendar table.body td.day
{
	text-align: center;
	border: 1px solid #EFEFEF;
	height: 24px;
	color: Gray;
	padding: 0;
	margin: 0;
}

.calendar table.body td.day-first
{
}

.calendar table.body td.day-last
{
	border-right: 1px solid #EFEFEF;
}

.calendar table.body td.day a
{
	display: block;
	background: #e9f4ff;
	padding: 5px 0;
}

ul#thumbnails
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#thumbnails li
{
    display: inline;
    height: 120px;
    width: 120px;
    float: left;
}

.paginator
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
    font-weight: bold;
}

.paginator ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.paginator ul li
{
    display: inline;
    padding-right: 10px;
}

.paginator ul li
{
}

.paginator ul li span
{
}

.paginator ul li span a
{
    text-decoration: underline;
    padding: 0 10px;
    color: #026A9D;
}

.paginator ul li.active
{
}

.paginator ul li.active span
{
    padding: 0 10px;
}

#search-results ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#search-results ul li
{
    padding-bottom: 10px;
    font-weight: bold;
}

#search-results ul li a
{
    text-decoration: underline;
}

.poll
{
	margin-top: 10px;
    padding-left: 10px;
}

.poll .question
{
	font-size: larger;
	font-weight: bold;
	padding-bottom:  5px;
	text-align: center;
}

.poll ul
{
	margin: 0 !important;
	padding: 0;
	margin-bottom: 5px;
	list-style: none;
	display: block;
	float: none;
}

.poll ul li
{
	padding-bottom: 5px;
	text-align: left;
	float: none !important;
}

.poll ul.results
{
	margin: 0;
	padding: 0;
}

.poll ul.results li
{
	padding-bottom: 5px;
}

.poll ul.results li .bar
{
	/* background: url(../images/poll-bar-01.gif) no-repeat right center;*/
}

.poll ul.results li.answer-1 .bar
{
	background-color: #969672
}

.poll ul.results .bar div
{
	background: url(../images/poll-bar-left.gif) no-repeat left center;
}

.poll .submit
{
	margin-top: 10px;
	text-align: center;
}

/* =Tree 
------------------------------------------------------------------------*/
.tree
{
	margin-left:30px;
	margin-top:20px;
}

.tree ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tree ul ul
{
	padding-left: 20px;
}

.tree ul li
{
	
}

.tree ul li span
{
	padding: 2px 0 2px 0px;
	display: block;
}

.tree ul li span.active a.name
{
    color: #000000;
}

.tree ul li span.active a.name:hover,
.tree ul li span.active a.name:visited:hover
{
    color: #000000;
}

.tree ul li span a.name
{
	font-weight: normal;
	padding: 0 1px;
	color: #484860;
}

.tree ul li span em
{
	color: Gray;
	font-size: 85%;
	padding-left: 3px;
}

.tree ul li img.icon
{
	cursor: pointer;
}

.tree ul ul ul li span a.name
{
	font-weight: normal;
}

.tree ul ul ul  li span a.name
{
	font-size: 90%;
}

.regularPrice
{
    
}

.oldPrice
{
    text-decoration: line-through;
    color: Gray;
}

.salePrice
{
    color: Red;
}

.qdiscount
{
    color: Red;
    font-size: 85%;
}

#webstore-registerform,
#webstore-billingaddress,
#webstore-shippingservice,
#webstore-shippingaddress,
#webstore-paymentoptions,
#webstore-remindpassword
{
    margin-left: 20px;
}

/* =Confirmation Info
-------------------------------------------------------------------*/


#webstore-infopanel
{
    float: left;
}

#webstore-infopanel h2
{
    margin: 0 0 5px 0;
    font-size: 100%;
    padding: 0;
}

#webstore-infopanel .panel
{
    padding: 5px 0 20px 0;
}

#webstore-infopanel .panel-content
{
    font-size: 90%;
}


#webstore-infopanel .panel-action
{
    font-size: 95%;
    padding-top: 5px;
}

#webstore-infopanel .panel-action a
{
    text-decoration: underline;    
}

#webstore-checkout-buttons
{
    padding: 20px 0 20px 7px;
}

#webstore-checkout-buttons #button-back
{
    padding-top: 3px;    
}

#webstore-checkout-buttons #button-forward
{
    float: right;
}

#products-list
{
}

#products-list .product
{
    border-top: 1px solid #DDD; 
    padding: 10px 0; 
    clear: right; 
}

#products-list .product-image
{
    font-size: 85%;
    width: 150px;
}

#products-list .product-title,
#products-view .product-title
{
     font-weight: bold; 
     display: block; 
     font-size: 125%; 
     font-family: Verdana, Arial, Sans Serif;
}

#products-list .product-title a
{
    color: #000;
}

#products-list .product-price,
#products-view .product-price
{
    /*color: #b50000;*/
}

#products-list .product-description
{
    margin-top: 5px;
    padding-bottom: 20px;
}

#products-list .buyform
{
    text-align: right;
    font-size: 85%;
}

#products-list .buyform form,
#products-view .buyform form
{
    display: inline;
    padding: 0;
}

#products-list .buyform input,
#products-list .buyform select,
#products-view .buyform input,
#products-view .buyform select
{
    vertical-align: middle; 
    font-family: Arial; 
    font-size: 11px;
}

#products-list .message-thankyou,
#products-view .message-thankyou
{
    text-align: center; 
    padding: 10px; 
    font-weight: bold; 
    color: green;
}

/*-----------------------------------------------------------------------*/

.nws-products-vertical
{
}

.nws-product
{
    padding: 10px;
}

.nws-product-name
{
    font-weight: bold;
}

.nws-product-image
{
    float: left;
    margin-right: 5px;
}

/* ---------------------------------------------------------------------- */
#nws-variants
{
    
}

#nws-variants table
{
    background: #EFEFEF;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

#nws-variants table td
{
    padding: 0;
}

#nws-variants table td.description
{
    padding: 5px;
    font-weight: bold;
}

#nws-buycontrols
{
    padding: 5px;
    background: #e8e8e8;
    border: 1px solid gray;
}

.rp-table td
{
	vertical-align:middle;
	text-align:left;
}

.rp-table table
{
	width:100%;
}

.rp-table table .td-image
{
	width:50px;
}