/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	
	color: #000000;
	background-color: #ffffff;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
        text-align: justify;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

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

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

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color:#7B6953;
	}

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

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

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

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

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

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

P, ADDRESS {
        
	}

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;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.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;
border:1px solid #C0C0C0;
float:inherit;
margin:0 auto;

width:1000px;
	}

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

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


#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;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
	font-weight: bold;
	color: #7C6954;
	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: #7C6954;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {

	}

#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 {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	padding:0.25em 0 0.25em 0;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
background-image:url("../images/custom/menu-bg.jpg");
background-repeat:repeat-x;
float:inherit;
height:45px;

	}

#navEZPagesTop a{
    background:url("../images/custom/divider.jpg") center right no-repeat;
    color:#8DB739;
    display:block;
    float:left;    
	color:#728747;
    text-decoration:none;
    font-family:"Trebuchet MS";
    text-transform:uppercase;
	padding:11px 30px;
	font-weight:bold;
}
#navEZPagesTop a:hover, #navEZPagesTop a.activeMenu
{
color:#8DB75F;
}
#navBreadCrumb {
	margin: 0em;
	padding: 10px;
	}

#navColumnOne {
	/*background-color: #FFCC99;*/
	background-color: #fff;
	}

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

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

/*.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: 0.8em;
	}

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

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

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

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

#cartSubTotal {
	/*border-top: 1px solid #cccccc;*/
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	float:right;
	}

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

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

.cartUnitDisplay, .cartTotalDisplay, cartProductDisplay {
	text-align: left;
	padding-left: 7px;
}
td.cartProductDisplay
{
padding-left: 7px;
}
.cartAttribsList ul
{
	margin:0;
	padding:0;
}
.cartAttribsList ul li
{
	margin:0;
	padding:0;
}

div.cartTotalsDisplay
{
	text-align:left;
}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.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;
	}

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

.categoryIcon {}

#cartImage {
	margin: 0px 1em;
	}

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

.attributesComments {}

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

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

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

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

.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, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#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, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #fff;
	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: #fff;
	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: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

/* Rabbi */
h1
{
	color:#7b6953;
	font-size:18px;
	text-transform:uppercase;
	margin:0px;
}

h3
{
	color:#8db739;
	font-size:20px;
	padding:0;
	margin:0px;
	text-transform:uppercase;
}

p
{
	font-size:13px;
	line-height:20px;
	color:#727272;
	text-align:justify;
}
.body-third-text p
{
		font-size:12px;
	color:#727272;
	text-align:left;
}

body
{	padding:0px;
 	margin:0px;
}

#wrapper
{	width:958px;
	margin:0px auto;
	float:inherit;
	background-color:#ffffff;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-top:none;
	padding:20px;
}

#header
{	width:958px;
	height:175px;
	float:inherit;
}

#logo
{	width:317px;
	height:142px;
	float:left;
	background:url(images/custom/logo.gif) center top no-repeat;
}

#header-text
{	width:610px;
	float:right;
}

#header-text h2
{	padding-top:5px;
    width:530px;
	float:right;
	color:#7c6954;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#head_left{
    float: right;
    text-align: right;
    margin-right: 20px;
}
#head_left #phone
{	float: right;
        width: 160px;
        height: auto;
        text-align: right;
	padding:10px 5px 0px 0px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#747474;
        background-image: url(../images/custom/phone-icon.jpg);
        background-repeat: no-repeat;
        background-position: 5px 12px;
        
}

#head_left #head_message{
    color:#7C6954;
    float:right;
    font-family:Arial,Helvetica,sans-serif;
    font-size:34px;
    font-weight:bold;
    padding-top:5px;
    width:530px;
}

#header-text img
{	width:auto;
	float:right;
	padding:3px 5px 0px 0px;
}

#body-container
{	width:958px;
        margin: 0 0 0 10px;
}

.image-container
{	width:958px;
    height:225px;
}

.image-container div
{	width:128px;
    height:165px;
	float:left;
	padding-left:53px;
	padding-top:30px;
}

.body-third-content
{	width:958px;
    height:287px;
	padding-top:10px;
	background-image: url(../images/custom/third-bg.gif);
        background-position: top center ;
        background-repeat: no-repeat;
}

.body-third-icon
{
	float:left;
	padding:37px 0px 0px 26px;
}

.body-third-text
{
	width:200px;
	float:left;
	padding:35px 0px 0px 10px;
}

.body-third-text p
{
	padding:7px 0px 0px 0px;
	margin:0px;
}

.footer
{	width:958px;
        margin: auto;
		font-size:11px;
		color:#666;
		padding-top:15px;
	background:url(../images/footer-bg.gif) center top no-repeat;
        padding-bottom: 20px;
}
.fotter-content
{float:right;
padding-top:0px;
display:block;
margin-top:-30px;
}

.footer p
{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#727272;
	text-align:left;
}

/*hmenu css*/

.hmenu-container
{	width:100%;
	float:inherit;
	height:60px;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x;
}

ul.hmenu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:950px;
	position:absolute;
	display:block;
	margin-left:10px;
	height:60px;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
	}

ul.hmenu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x;

	}

ul.hmenu li a{
	display:block;
	float:left;
	color:#728747;
	text-decoration:none;
	padding:12px 40px 0 40px;
	height:33px;
	}

ul.hmenu li a:hover{
	background:url(../images/menu-bg-on.gif) center bottom no-repeat;
	color:#8db739;
	height:44px;
	}

ul.hmenu span{
	float:left;
	}

ul.hmenu li a.current,ul.hmenu li a.current:hover{
	background:url(../images/menu-bg-on.gif) center bottom no-repeat;
	height:44px;
	color:#8db739;
	}

* html div.hmenu
 {background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/menu-bg-on.png');
 }

/*hmenu css*/

a:link { color: #8DB75F; text-decoration: none; }
a:visited { text-decoration: none; color: #8DB75F; }

a:active { text-decoration: none; color: #8DB75F; }

#head_left{
    text-align: right;
}

#headerWrapper{
    margin-left: 20px;
    margin-right: 20px;

}

#ezPageDefault{
    padding: 0.8em 20px;
}

#navEZPagesTop{
    margin-top: 30px;
}

#navCatTabs ul li a img{
    width: 128px;
    height: 165px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#contentMainWrapper{

    color:#727272;
    font-family:"Trebuchet MS";
    font-size:12px;
	/*margin:0 20px 0 20px;*/
	clear:both;
	margin-top:10px;

}

.category-subs-selected img{
    border-width: 1px;
    border-style: solid;
    border-color: #727272;
}

.addons_product{
    cursor: pointer;
}

.addons_sub_cat{
    border-width: 1px;
    border-style: solid;
    border-color: #727272;
    margin-top: 10px;
}

.addons_sub_cat_head{
    color: red;
    font-size: 14px;
}


#tagline {
	color:#7C6954;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	padding-top:55px;
	/*width:430px;*/
	width:100%;
	text-align:right;
	}


#phone{
    color:#8DB75F;
    float:right;
    font-size:16px;
    padding:3px 5px 3px 30px;
    background-image: url("../images/custom/phone-icon.jpg");
    background-repeat: no-repeat;
    background-position:left center;
	display:block;
}
#online_shop{
    color:#747474;
    float:right;
    font-size:15px;
    padding:3px 5px 3px 30px;
    background-image: url("../images/custom/shopping.png");
    background-repeat: no-repeat;
    background-position:left center;
	display:block;
	margin-right:20px;
	text-transform:uppercase;

}

#online_shop a:hover {
    color:#7C6954;
}


#taglineWrapper
{
	float:right;
	width:500px;}

/****************  manash  ******************************/
#navMainWrapper{
	font-size:12px;	
}
.addons_area{
	width:100%;
	margin:0;
}
h6.addon_tittle{
	margin: 20px 0 5px 0;	
}
.addon_cat{
	width:30%;
	float:left;
	clear:right;
	padding-left:20px;	
}
.tbladdon_cat th{
	text-align:left;	
}
.tbladdon_cat th, .tbladdon_cat td{
	padding:5px;	
}
.cat_name{
	padding-left:6px;	
	color:#8DB75F;
	font-size:13px;
	font-weight:bold;
}

/****************  left panel  ******/
#leftmenu
{
	width:200px;
	height:auto;
	padding-left:20px;
}
ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:165%;
	width:auto;
	}

ul.vert-one li{
	margin:12px 0;
	padding:0;
	}

ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#728747;

	width:auto;
	margin-top:5px;
	padding:8px 0 8px 35px;
	background:#f9f9f9 url("../images/left-menu-bullet.png") 8px center no-repeat;
	font-size:16px;
	}

ul.vert-one li a:hover{
	background-color:#E1ECCA;
}

ul.vert-one li a.active-cat,ul.vert-one li a.active-cat:hover{
	background-color:#E1ECCA;
}
/***************   end left panel  *****/
#allProductsDefault{
	padding-right:20px;	
	width:auto;
}
.categories_list{
	float:left;
	/*clear:right;*/
	width:210px;;
	padding:0 50px;
	text-align:center;
	margin-bottom:20px;
}
div.product_cat_name{
	text-align:center;
	font-size:16px;
	padding-bottom:10px;
	font-weight:bold;
}
#order-phone{
	font-size:14px;	
	font-weight:bold;
}
.productListing-rowheading{
	display:none;	
}

.products_listing_product{
	float:left;
	/*clear:right;*/
	width:200px;
	text-align:center;
	padding:0 15px 15px 15px;
}
.products_listing_options{
	clear:both;	
}
h2.itemTitle{
	text-transform:none;
	font-size:12px;
	padding:5px 0;
}
.product_price{
	/*clear:both;	*/
}
.listingDescription{
	text-align:justify;	
}
.moreLink{
	width:100%;
	text-align:left;	
}
#delivery_message{
	margin:0;
	width:auto;
}
/******************************************************/

/****************new************/
#allProductsDefaultHeading {
	font-size:18px;
	font-weight:normal;
	margin:0 0 15px 50px;
}
#cartContentsDisplay {
	border:1px solid #ededed;
}
/**************end new*********/

/*************** date picker ****/



table.jCalendar {
	background: #fff;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #bacd92;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #F2F7E8;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #F2F7E8;
	color: #aaa;
}
table.jCalendar td.today {
	background: #BACD92;
	color: #fff;
}
table.jCalendar td.selected {
	background: #7B6953;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #F2F7E8 ;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #e1ecca;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}


a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px;
	float: left;
}
/*******************************/

/***************** jcoursel ***********/

.jcarousel-skin-tango .jcarousel-container {
    /*-moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 900px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  auto;
    height: 220px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: auto;
    height: auto;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 100px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 100px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

li.jcarousel-item a img{
	border:1px solid #CCCCCC;	
}

/************************************/

/******** JQUERY LIGHTBOX  ********/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/********************Rabbi******************************/


div#indexProductList, div#allProductsDefault, div#contactUsDefault, div#productGeneral, div#shoppingCartDefault, div#loginDefault, div#checkoutShipAddressDefault,
div#checkoutShipping, div#accountDefault
{
	margin-left:15px;
	margin-right:10px;
}

#productsListingTopNumber
{
	background-color:#f9f9f9;
	padding:5px 0;
	width:70%;
}

#productsListingListingTopLinks
{
	background-color:#f9f9f9;
	width:30%;
		padding:5px 0;
		text-align:right;

}

#productsListingBottomNumber
{
	border-top:2px solid #f9f9f9;
	padding:5px 0;
	width:70%;
}

#productsListingListingBottomLinks
{
	border-top:2px solid #f9f9f9;
	width:30%;
	padding:5px 0;
	text-align:right;

}

#categoryImgListing
{
	display:none;
}

#attribsOptionsText
{
	font-size:13px;
}
#productDescription
{
	margin:0;
	padding:0;
}
#productPrices
{
	margin:10px 0;
}

.navNextPrevWrapper
{
	text-align:right;
}

#categoryIcon img
{
	display:none;

}
#categoryIcon a
{
	color:#7B6953;
	font-size:18px;
	margin:0;
	text-transform:uppercase;
}
.navNextPrevCounter
{
	float:left;
}

#productName
{
	text-transform:none;
	font-size:15px;
	color:#8DB739;
}
#productPrices
{
		font-size:13px;
		color:#7B6953;
		font-weight:bold;

}
#productGeneral form
{
	margin:0;
	padding:0;
}

.categories_list a img, .products_listing_options a img, #productMainImage a img
{
	border:1PX solid #e1ecca;
	padding:7px;
	background-color:#fff;
}
#cartImage  img
{
	border:1PX solid #e1ecca;
	padding:3px;
	background-color:#fff;
}
.product_details
{
	background-color:#f2f7e8;
	border-top:2px dashed #e1ecca;
	border-bottom:2px dashed #e1ecca;
}

#productMainImage
{
	margin-bottom:0;
}
.webalive
{
	font-size:11px;
	color:#666;
}
#cartContentsDisplay th
{
	background-color:#e1ecca;
	text-align:left;
	padding-left:7px;
}
#shoppingCartDefault div.buttonRow{
	margin-left:0;
}
div.buttonRow
{
	float:left;
}
.buttonRow input
{
	margin:0;
}

address.back
{
	color:#333;
}
.instructions
{
	clear:both;
	margin-top:15px;
}

#navMainWrapper
{
	margin-bottom:25px;
	background-color:#F2F7E8;
}
#checkoutShipto div.buttonRow
{
	float:right;
}
/***************************************/

#search {
	float:right;
	height:27px;
	width:255px;
}
#search_container {
	float:left;
	height:27px;
	width:175px;
}
.search_input {
	background:url("../images/search_field.gif") no-repeat scroll left bottom transparent;
	border:medium none;
	#height:22px;
	#margin:-1px 0 0 0;
	#padding:5px 0 0 10px;
	height:25px;
	margin: 0;
	padding:2px 0 0 10px;
	width:175px;
}
.search_button {
	float:left;
	height:27px;
	margin:0;
	padding:0 0 0 0;;
	width:31px;
}
.search_button input{
	margin:0;
	padding:0;
}
#cartContentsDisplay td
{
	vertical-align:middle;
}

p.adons_msg
{
	font-size:12px;
	color:#888;
}

.test_bg
{
	background:url(../images/testimonials_bg.gif) right top no-repeat;
	width:400px;
	padding:20px;
	line-height:22px;
	
}
.test_bg2
{
	background:url(../images/testimonials_bg2.gif) right top no-repeat;
	width:400px;
	padding:20px;
	line-height:22px;
	
}
.testmn_title
{
	font-size:14px;
	font-weight:bold;
}
#contactUsNoticeContent{
	padding: 10px 0;
	font-size:13px;
}

/***** drop down menu****/

#navEZPagesTop a{
    background:url("../images/custom/divider.jpg") center right no-repeat;
    color:#8DB739;
    display:block;
    float:left;    
	color:#728747;
    text-decoration:none;
    font-family:"Trebuchet MS";
    text-transform:uppercase;
	padding:11px 30px;
	font-weight:bold;
}
#navEZPagesTop a:hover, #navEZPagesTop a.activeMenu
{
color:#8DB75F;
}


#menu {
	/*width:967px;*/
	height:45px;
	background-image:url(../images/custom/menu-bg.jpg);
	background-repeat:repeat-x;
	margin-top:30px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li { /* all list items */
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	width: auto;
}
#menu ul li a {
	background:url("../images/custom/divider.jpg") no-repeat scroll right center transparent;
	color:#728747;
	display:block;
	font-family:"Trebuchet MS";
	font-weight:bold;
	padding:11px 30px;
	text-decoration:none;
	text-transform:uppercase;
}
#menu ul li a:hover, #menu ul li a.activeMenu
{
	color:#8DB75F;
}
#menu ul li a.last-nav-item a {
	background-image:none;
}

.menu_list{
	position:relative;	
}
.submenu{
	display:none;
	position:absolute;
}
.submenu_list{
	clear:both;
}
#menu ul li ul li{
	background-color:#E1ECCA;
	border-bottom:1px solid #fff;
}
#menu ul li ul li a{
	color:#728747;	
	background-image:none;
	padding:6px 30px;
	margin:0;
	font-size:12px;
	width:130px;
	font-weight:bold;
	border-bottom:1px dashed #C5D49D;
}

/**********************************/

#checkoutBillto .buttonRow, #checkoutConfirmDefault  .buttonRow{
	float:right;	
}
#createAcctDefault label.inputLabel{
	width:auto;	
}

#notice{
	clear:both;
	width:958px;
	background-color:#E1ECCA;
	color:red;
	padding:5px 0;
	text-align:center;
	font-size:16px;
	margin-bottom:15px;
	margin-left:10px;
}
h2.homecat {
    color: #8DB739;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.catName{
    margin: 0px;
    font-size: 16px;
}
.testimonial{
    font-size: 1.1em;
}
#productListHeading{
    display: none;
}