    
    /* Layout: Two Column
	Theme: Sapphire v.2

The following styles control the general layout of your store
===============================================================*/

* {
	margin: 0;
	padding: 0;
	}

img, img a {
    border: 0 none;
	}

#wrapper {
	/* Wraps around everything and sets the total width of the storefront */
	position: relative;
	width: 960px;
	margin: 10px auto 0  auto;
	padding: 10px 10px 0 10px;
    margin-top: 203px;
	}

#wrapperCheckout {
	/* Wrapper with 25px top margin to compensate for missing topNav on checkout pages */
	position: relative;
	width: 960px;
	margin: 30px auto 0 auto;
	padding: 10px 10px 0 10px;
	}



/* TOP NAVIGATION AND HEADER
===============================================================*/

#topNav {
    /* Contains 'View Cart' link and search field */
	width: 960px;
	height: 25px;
	margin: 10px auto 5px auto;
	font-size: 12px;
	}

#topNav ul {
	list-style: none;
	margin: 0;
	float: right;
	}

#topNav li {
	padding-left: 30px;
	list-style-image: none;
	display: inline;
	}

#header {
	/* Contains your banner/logo */
	width: 960px;
	margin-bottom: 20px;
	}



/* LEFT SIDEBAR AND MAIN NAVIGATION
===============================================================*/

#leftBar {
	/* Contains main navigation */
	float: left;
	width: 200px;
	}

#nav {
	margin: 0 0 20px 0;
	overflow: hidden;
	}

#nav ul, #subCat ul {
	list-style: none;
	margin-bottom: -1px;
	}

#nav li {
	list-style-image: none;
	display: block;
	font-weight: bold;
	}

#subCat li {
	list-style-image: none;
	display: block;
	font-weight: normal;
	}

#nav a {
	display: block;
	width: 178px;
	height: 25px;
	padding: 15px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	}

#nav a:hover {
	text-decoration: none;
	}

#subCat a {
	display: block;
	width: 178px;
	height: 25px;
	padding: 15px 10px 5px 10px;
	text-decoration: none;
	}

.navHeader {
	margin: 30px 0 0 10px;
	}

.listHeader {
	height: 20px;
	padding: 12px 10px 10px 10px;
	}



/* CONTENT / CHECKOUT
===============================================================*/

#content {
	/* Content wrapper used on browsing pages */
	position: relative;
	width: 740px;
	float: right;
	margin: 0 0 40px 0;
	}

#contentWide {
	/* Content wrapper used on checkout pages */
	position: relative;
	width: 920px;
	margin: 35px auto 0 auto;
	}

#contentProductDetail {
    /* Content wrapper used on product details page */
    position: relative;
	width: 740px;
	float: right;
	margin: 0 0 40px 0;
    }

#promoBanner {
    /* Large banner on home page */
	margin-bottom: 20px;
	}

#breadcrumbs {
	margin: 0 0 15px 0;
	}

#breadcrumbs ul {
	list-style: none;
	margin: 0 -100px 3px 0;
	}

#breadcrumbs li {
	padding-right: 10px;
	list-style-image: none;
	display: inline;
	}

#breadcrumbs li:after {
	/* Symbol to be displayed between breadcrumbs */
   content: ">";
   margin-left: 10px;
	}

#breadcrumbs li:last-child:after {
	/* Removes the > after last breadcrumb */
	content: "";
	}

#productGrid ul {
	list-style: none;
	margin: 10px 0 10px 0;
	width: 740px;
	}

#productGrid li {
	width: 170px;
	height: 260px;
	padding-right: 19px;
	list-style-image: none;
	display: inline;
	text-align: center;
	float: left;
	}

#productGrid .last {
	padding: 0;
	}

#productGrid a {
	text-decoration: none;
	}

#productGrid a:hover {
	text-decoration: underline;
	}

.productImage {
	/* The image that appear in the product grid */
	width: 170px;
	margin-bottom: 5px;
	}

.productName {
    margin: 5px 0 0 0;
    }

.productLarge {
	/* The larger image on the product details page */
	float: left;
	}

.price {
	/* Price shown on product details page */
	margin: 0 0 15px 0;
	}

.productDescriptionShort {
    /* Paragraph for short product description on product details page */
	margin: 0;
	width: 360px;
	}

.productQty {
    /* Product quantity field on product details page */
	padding: 4px 4px 4px 6px;
	height: 14px;
	width: 20px;
	display: block;
	text-align: right;
	margin-bottom: 5px;
	}

#productDetails {
    /* Container on product details that wraps around everything from product name to add to cart button */
	overflow: hidden;
	padding: 0 20px 0 20px;
	}

#productDescription {
    /* Contains the long product description on product details page */
	width: 720px;
	clear: both;
	padding: 20px 0 0 0;
	}

#productDetails ul {
	margin: 15px 0 25px 0;
	}

#productDetails li {
	list-style-type: none;
	}

.productDrop {
	/* Dropdown list for product options */
	margin: 0;
	}

.optionName {
	/* Label for product option dropdown */
	width: 60px;
	height: 20px;
	float: left;
	}

table.productTable {
	margin: 20px 0 0 10px;
	padding: 4px;
	}

.productTable td {
	padding: 4px;
	}

td.bottom {
	vertical-align: bottom;
	}



/* CART AND CHECKOUT
===============================================================*/

input {
	margin: 0 0 7px 0;
	}


/* Cart contents
---------------------------------------------*/

.qtyField {
    /* Quantity field in cart */
	padding: 4px 4px 4px 6px;
	height: 14px;
	width: 20px;
	display: block;
	text-align: right;
	margin: 0 auto;
	margin-bottom: 5px;
	}

.cartThumb {
    /* Product thumbnail image in cart */
	float: left;
    margin: 4px 0 8px 0;
	}

.updateCart {
    /* Update cart text */
	font-size: 10px;
	}

.updateCart a:link {
    /* Update cart link */
	text-decoration: none;
	}

.paymentLabel {
     /* Payment form label */
	display: block;
	}

.choosePlan {
    /* Class for radio buttons */
	margin-right: 5px;
	}

.promoCode {
    /* Table that contains promo code field */
	width: 450px;
	border-collapse: collapse;
	margin-bottom: 40px;
	}

.promoCode td {
	height: 30px;
	}

.shippingOptions {
	/* Radio buttons for shipping options */
	margin: 0 10px 3px 0;
	}

.address, .editInfo, .shippingOptions, .cardInfo, .shipInfo {
	margin: 0 0 4px 0;
	display: block;
	}

.billName, .billStreet, .billCity, .shipName, .shipStreet, .shipCity {
	margin: 0;
	display: block;
	}


/* Form fields and labels
---------------------------------------------*/

.checkout {
	/* Form fields used in checkout forms */
	padding: 4px 4px 4px 6px;
	margin: 0;
	width: 200px;
	}

.checkoutBottom {
	/* Provides bottom padding for last form field in a form */
	padding: 4px 4px 4px 6px;
	margin: 0 0 20px 0;
	width: 200px;
	height: 18px;
	}

.checkoutTop {
	/* Provides top padding for first form field in a form */
	padding: 4px 4px 4px 6px;
	margin: 10px 0 0 0;
	width: 200px;
	height: 18px;
	}

.checkoutTopShort {
	/* Provides top padding for first form field in a form */
	padding: 4px 4px 4px 6px;
	margin: 10px 0 0 0;
	width: 125px;
	height: 18px;
	}

.checkoutLabel {
    /* Checkout form label */
	padding: 0 0 -3px 0;
	margin: 0 0 -3px 0;
	}

.checkoutShort, .search, .promoField {
    /* Smaller form field */
	padding: 4px;
	margin: 0;
	width: 125px;
	}

.checkoutShortest {
    /* Even smaller form field */
    padding: 5px;
    margin: 0;
    width: 70px;
    }

.signinField {
    /* Shorter form field for sign in table */
	padding: 4px 4px 4px 6px;
	margin: 0 0 0 0;
	width: 160px;
	height: 18px;
	}

.signinTop {
	/* Provides top padding for first form field in a form */
	padding: 4px 4px 4px 6px;
	margin: 10px 0 0 0;
	width: 160px;
	height: 18px;
	}

.signinLabel {
    /* Text label used in sign in table */
	text-align: right;
	width: 150px;
	}

.paymentIcon {
    margin: 0 7px -5px 4px;
    }	

.addressTableInfo {
    /* Verbiage in Shipping and Billing table ('Shipping is the same as billing', etc.) */
    padding-bottom: 15px;
    }


/* Tables
---------------------------------------------*/

.viewCart {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	float: left;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .forgotPasswordTable th {
	padding: 10px 10px 10px 15px;
	text-align: left;
	}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .billingTable, .shippingInfo td, .billingInfo td, .paymentInfo td, .paymentMethodTable td, .forgotPasswordTable td {
	padding: 10px 10px 10px 15px;
	vertical-align: top;
	}

.payPlan {
	/* Table on view cart page that contains available pay plans */
	width: 270px;
	border-collapse: collapse;
	margin: 54px 0 20px 20px;
	text-align: left;
	float: right;
	}

.tableContainer {
    /* Wraps around cart table to make it stretch to 100% width when no payment plans are displayed */
	overflow: hidden;
	}

.tableContainer > table {
    /* Sets cart table to 100% width when no payment plans are displayed */
	width: 100%;
	}

.billingTable {
    /* Table for entering billing address */
	width: 450px;
	border-collapse: collapse;
	margin: 40px 20px 20px 0;
	text-align: left;
	float: left;
	}

.shippingTable {
    /* Table for entering shipping address */
	width: 450px;
	border-collapse: collapse;
	margin: 40px 0 20px 0;
	text-align: left;
	float: left;
	}

.paymentMethodTable {
    /* Table for entering payment method */
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	text-align: left;
	float: left;
	}

td.pay1 {
    /* First column in .paymentMethodTable */
    width: 220px;
    padding-bottom: 20px;
    }

td.pay2 {
    /* First column in .paymentMethodTable */
    width: 231px;
    padding-bottom: 20px;
    }

td.pay3 {
    /* First column in .paymentMethodTable */
    width: 162px;
    padding-bottom: 20px;
    }

td.pay4 {
    /* First column in .paymentMethodTable */
    padding-bottom: 20px;
    }

.signinTable {
    /* Table for signing in or registering new customer */
	width: 360px;
	border-collapse: collapse;
	margin: 0 10px 0 10px;
	text-align: left;
	float: left;
	}

.signinTable td {
	padding: 3px 15px 3px 0;
	}

.shippingTable td, .billingTable td {
	border: none;
	padding: 5px 0 0 15px;
	}

td.rightAlign, th.rightAlign {
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	}

td.rightAlignTop, th.rightAlignTop {
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
	width: 150px;
	}

td.rightAlignBottom {
	text-align: right;
	vertical-align: top;
	padding: 15px 16px 15px 0;
	width: 100px;
	}

p.forgotPassword {
	margin: 10px 0 0 0;
	padding: 0;
	}

td.leftAlign, th.leftAlign {
	text-align: left;
	}

td.centerAlign, th.centerAlign {
	text-align: center;
	}

td .rightCell {
	text-align: right;
	}

.summaryCart {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	float: left;
	}

.shippingInfo {
	/* Table for shipping info on summary page */
	width: 293px;
	border-spacing: 0;
	text-align: left;
	margin: 0 20px 20px 0;
	float: left;
	clear: none;
	}

.billingInfo {
	/* Table for billing info on summary page */
	width: 293px;
	border-spacing: 0;
	margin: 0 20px 20px 0;
	text-align: left;
	float: left;
	clear: none;
	}

.paymentInfo {
	/* Table for pay plan info and scheduled payments on summary page */
	width: 293px;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	text-align: left;
	float: left;
	clear: none;
	}

.cellMedium {
	height: 60px;
	}

.cellTall {
	height: 100px;
	}

.cellLow {
	height: 20px;
	}


/* Containers
---------------------------------------------*/

#signinContainer {
	width: 760px;
	margin: 40px auto 0 auto;
	padding-top: 40px;
	}

#summaryContainer {
	/* Container for billing, shipping & payment boxes */
	width: 960px;
	clear: both;
	}

.checkoutLinksTop {
    /* Container for 'Checkout' and 'Continue Shopping' buttons */
	width: 300px;
	height: 30px;
	margin-top: 10px;
	text-align: right;
	position: absolute;
	right: 0;
	}

.checkoutLinks {
	width: 300px;
	height: 30px;
	margin: 17px 20px 40px 0;
	text-align: right;
	float: right;
	clear: both;
	}

#checkoutLinksSummary {
	position: absolute;
	top: 570px;
	right: 0;
	width: 300px;
	height: 30px;
	margin: 17px 0 30px 0;
	text-align: right;
	float: right;
	}


/* Forgot password
---------------------------------------------*/

#forgotPasswordWindow {
    /* Container for forgot password information */
    width: 400px;
    margin: 40px auto 0 auto;
	padding: 20px;
    }

p.forgotPassword {
    /* Explanation in forgot password window */
	margin: 15px 0 0 0;
	padding: 0;
	}

.forgotPasswordTable th {
    text-align: left;
    padding-left: 15px;
    }

.forgotPasswordTable td {
    padding: 5px 10px 3px 15px;
    }

.forgotPasswordTable input {
    /* Form fields in forgot password window */
    padding: 4px 4px 4px 6px;
	margin: 0 0 0 0;
	width: 160px;
	height: 28px;
	}



/* UPSELLS
===============================================================*/

#upsellContainer {
	width: 940px;
	clear: both;
	padding-bottom: 20px;
	}

#upsellContainer li {
	display: inline;
	margin-right: 20px;
	}

.upsell {
	width: 251px;
	padding: 10px 20px 20px 20px;
	float: left;
	margin: 0 20px 10px 0;
	}

.upsellImage {
	float: left;
	margin: 3px 15px 0 0;
	}

.upsellItem {
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	}

.subscriptionPrice {
	margin: 0;
	}

.upsellAdd {
	float: right;
	margin: 10px 15px 0 0;
	}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product and page headers */
    margin-bottom: 15px;
    }

h2 {
	margin: 0 0 5px 0;
	}

h3 {
	margin: 0 0 15px 0;
	padding-bottom: 3px;
    width: 98%;
	}

h4 {
	margin: 20px 0 5px 0;
	}

#upsellContainer h4 {
	margin: 0 0 5px 0;
	}

h5 {
	margin: 2px 0 5px 5px;
	}

.tableHeader {
	margin: 20px 0 5px 0;
	display: block;
	}

p.homeLink {
	float: right;
	margin-bottom: 40px;
	}



/* LINKS AND BUTTONS
===============================================================*/

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

.codeButton {
	padding: 9px 15px 9px 15px;
	margin: 0 0 0 15px;
    cursor: pointer;
	}

.continueButton, .formButton {
	padding: 9px 15px 9px 15px;
	margin: 10px 0 0 10px;
    cursor: pointer;
	}

.cartButton, .continueButton, .formButton {
	padding: 9px 15px 9px 15px;
	margin-top: 10px;
    cursor: pointer;
	}

.newsButton {
	margin-left: 85px;
	padding: 9px 15px 9px 15px;
    cursor: pointer;
	}

.searchButton {
	margin: 1px 0 0 5px;
	padding: 4px 9px 4px 9px;
    cursor: pointer;
	}

.upsellButton {
	margin: 1px 0 0 5px;
	padding: 4px 9px 4px 9px;
    cursor: pointer;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	text-decoration: none;
	}



/* FOOTER
===============================================================*/

#footer {
	position: relative;
	margin-top: 40px;
	padding-top: 30px;
	width: 100%;
	height: 50px;
	text-align: center;
	clear: both;
	}



/* HTML AREAS
===============================================================*/

#customCheckoutBottom {
	clear: both;
	}

#customHomeProductGridTop {
	width: 740px;
	margin-bottom: 20px;
	}



/* MISC
===============================================================*/

.payPalImage {
	margin: 0 0 -5px 0;
	}

p.successMessage {
	margin: 20px 0 20px 0;
	}

/*--Davet--*/
#main-superfish-wrapper 
{
text-align: center;border-color: #5f5f5f;
}
ul#menu-main-menu-1 {height: 43px;}
div#header {position:absolute;top:-44px;height:43px;}
#customHeader ul {text-align:center;}
#customHeader ul li {list-style-type:none;display:inline-block;}
#customHeader ul li a {display:block;line-height:24px;font-size:16px;padding: 12px 20px 8px 13px;color:#3d3d3d;font-family: 'Merriweather';}
#wrapper #content {margin-top:43px;}

.searchButton, .cartButton, .codeButton, .continueButton, .upsellButton {background-color:#1865AA;color:#fff;}
.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {background-color:#104C8B;color:#fff;}

#topNav a{color:#fff;}
/*#NAVIGATION {display:none;}*/
.productGridOneCol {width:220px;text-align:center;min-height:210px;}

.productGridOneCol a img {padding:6px;background:#fff;moz-box-shadow: 0px 0px 6px #bbbbbb; -webkit-box-shadow: 0px 0px 6px #bbbbbb; box-shadow: 0px 0px 6px #bbbbbb;moz-box-shadow: 0px 0px 6px #bbbbbb; -webkit-box-shadow: 0px 0px 6px #bbbbbb; box-shadow: 0px 0px 6px #bbbbbb;float:none;}
.productGridOneCol .productLarge {max-height:112px}
.productGridOneCol .productName {font-size:13px;line-height:1.4em;padding:10px;color:#000;font-weight:bold;text-align:left;}
.priceBold {text-align:left;padding:0 10px; color:#878787}

#nav li.listHeader {padding: 14px 15px 12px; margin-bottom: 18px;position: relative;border-left-width: 4px;border-left-style: solid;background-image: url(http://wpdev.bajadirections.com/wp-content/themes/delicieux_v1-05/images/pattern/pattern-1.png);background-color:#3C4C8A;color:#fff;border-color:#403e3c}
#leftBar {margin-top: 43px;}
img.page-banner {border:1px solid #dcdcdc}
#nav a {color:#3a3a3a;background-color:none;padding:5px 10px}
#nav li {}
#nav li a {background:none;background-color:transparent}
#nav li a:hover {background:none;color:#A2A1C2;text-decoration:none;transition: color 300ms, background-color 300ms, border-color 300ms;
-moz-transition: color 300ms, background-color 300ms, border-color 300ms;
-o-transition: color 300ms, background-color 300ms, border-color 300ms;
-webkit-transition: color 300ms, background-color 300ms, border-color 300ms;}
#productGrid li {min-height:210px;text-align:center;padding-right:18px;}
#productGrid a {color: #333; text-decoration: none;}
#productGrid li .productName {font-size: 13px;line-height: 1.4em;padding: 10px;color: #000;font-weight: bold;text-align: left;
}
#productGrid #productImage img { max-height: 112px;}
#productImage a img {padding: 3px;background: #fff; moz-box-shadow: 0px 0px 6px #bbbbbb;-webkit-box-shadow: 0px 0px 6px  #bbbbbb; box-shadow: 0px 0px 6px #bbbbbb;moz-box-shadow: 0px 0px 6px #bbbbbb; -webkit-box-shadow: 0px 0px 6px #bbbbbb;box-shadow: 0px 0px 6px #bbbbbb;float: none;}
#productImage a:hover img {padding: 3px; background: #fafafa; moz-box-shadow: 0px 0px 6px #444444; -webkit-box-shadow: 0px 0px 6px #444444; box-shadow: 0px 0px 6px #444444;}
#productGrid a .productName:hover {color:#A2A1C2;text-decoration:none;transition: color 300ms, background-color 300ms, border-color 300ms; -moz-transition: color 300ms, background-color 300ms, border-color 300ms; -o-transition: color 300ms, background-color 300ms, border-color 300ms; -webkit-transition: color 300ms, background-color 300ms, border-color 300ms;}
#productGrid ul li .productDetails a {text-decoration:none;}/* PAYPAL CHECKOUT===============================================================*/.checkoutPaypalSmartPaymentButtons { margin: 0 20px 40px 0; float: right; clear: both; background: #fff; padding: 10px;}.checkoutButtonList { float: right; clear: both; width: 960px;}.payPalOption td { width: 220px;}.payPalOption td div { float: left; clear: both;}
