/* Minification failed. Returning unminified contents.
(6394,37): run-time error CSS1038: Expected hex color, found '#FFFF'
 */
/* common stuff */

@font-face {
    font-family: 'Candara';
    src: url('fonts/candara.eot');
    src: url('fonts/candara.eot?#iefix') format('embedded-opentype'),
         url('fonts/candara.woff') format('woff'),
         url('fonts/candara.ttf') format('truetype'),
         url('fonts/candara.svg#candara') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Candara-Bold';
    src: url('fonts/candarab.eot');
    src: url('fonts/candarab.eot?#iefix') format('embedded-opentype'),
         url('fonts/candarab.woff') format('woff'),
         url('fonts/candarab.ttf') format('truetype'),
         url('fonts/candarab.svg#candarab') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'ExpletusSansSemiBold';
    src: url('fonts/expletussans-semibold-webfont.eot');
    src: url('fonts/expletussans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/expletussans-semibold-webfont.woff') format('woff'),
         url('fonts/expletussans-semibold-webfont.ttf') format('truetype'),
         url('fonts/expletussans-semibold-webfont.svg#ExpletusSansSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'ExpletusSansBold';
    src: url('fonts/expletussans-bold-webfont.eot');
    src: url('fonts/expletussans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/expletussans-bold-webfont.woff') format('woff'),
         url('fonts/expletussans-bold-webfont.ttf') format('truetype'),
         url('fonts/expletussans-bold-webfont.svg#ExpletusSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
	}

	
@font-face {
    font-family: 'MarcelleScript';
    src: url('fonts/marcelle_script.eot');
    src: url('fonts/marcelle_script.eot?#iefix') format('embedded-opentype'),
         url('fonts/marcelle_script.woff') format('woff'),
         url('fonts/marcelle_script.ttf') format('truetype'),
         url('fonts/marcelle_script.svg#marcelle_script') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

.screenreader-only {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.border-none {
    border: none;
}

body {
	font: 100%/1.4 'Candara',Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	color: #2a2a2a;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

    ul.list-type-none {
        list-style: none;
        padding: 0 !important;
    }
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    color:#2a2a2a;
/*	padding-right: 15px;
	padding-left: 15px;*/ /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #2a2a2a;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #2a2a2a;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 100%;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	 height: auto; min-height: 100%; 
     background-color:#FFF;
}

.header_outer{
	width:100%;
	height:250px;
	background:url(/App_Templates/Skin_7/css/images/header-outer-bg2.jpg) repeat-x left top;

}

.header_outer_checkout {
	width: 100%;
	height: 156px;
	background: url(/App_Templates/Skin_7/css/images/header-outer-bg2.jpg) repeat-x left top;
}

.header_wrapper{
	background:url(/App_Templates/Skin_7/css/images/header-wrapper-bg3.jpg) no-repeat center top;
    height:250px;
}

.header_wrapper_checkout {
	background: url(/App_Templates/Skin_7/css/images/header-wrapper-bg-checkout.jpg) no-repeat center top;
	height: 156px;
}

.content_outer{
	width:100%;
	background:url(/App_Templates/Skin_7/css/images/content-outer.jpg) repeat bottom left;
    border-top:3px solid #D2CDB6;
}
.content_wrapper{
	width:100%;
	background:url(/App_Templates/Skin_7/css/images/content-wrapper.jpg) repeat-x top center;
    min-height:418px;
}

.gillsans {
    font-family:'Candara';
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

/*sitemap setup*/

.SiteMapRootNode{
    font-size:22px;
    font-family:'ExpletusSansSemiBold';
    color:#2A2A2A;
    margin:0px;
    font-weight:normal;
    line-height:normal;
    text-transform:uppercase;
}

.SiteMapRootNode a{
    color:#2A2A2A;
    text-decoration:none;
}

.SiteMapRootNode a:hover {
    text-decoration:none;
    }

.SiteMapParentNode {
    font-size:18px;
    font-family:'ExpletusSansSemiBold';
    font-weight:normal;
    line-height:normal;
    color:#2a2a2a;
    margin:0px;
    text-transform:uppercase;
    font-weight:300;
}

.SiteMapParentNode a{
    color:#2A2A2A;
    text-decoration:none;
}

.SiteMapParentNode a:hover {
    color:#E03415;
    text-decoration:underline;
    }

.SiteMapLeafNode{
    font-size:18px;
    font-family:'ExpletusSansSemiBold';
    font-weight:normal;
    line-height:normal;
    color:#2a2a2a;
    margin:0px;
    text-transform:uppercase;
    font-weight:300;
}
.SiteMapLeafNode a{
    color:#2A2A2A;
    text-decoration:none;
}

.SiteMapLeafNode a:hover {
    color:#E03415;
    text-decoration:underline;
    }

.sitemap-subcat{
    font-size:16px;
    font-family:'Candara';
    font-weight:normal;
    line-height:normal;
    margin:0px;
    text-transform:capitalize;
    padding-left:15px;
}

.sitemap-sub-subcat{
    font-family:'Candara';
    font-size:16px;
    font-weight:normal;
    line-height:normal;
    color:#2a2a2a;
    margin:0px;
    padding-left:30px;
    text-transform:none;
}

.product-sitemap{
    font-family:'Candara';
    text-transform:none;
    font-weight:normal;
    font-size:14px;
    line-height:normal;
}


/* Pic Message */
.divPicBGCover {
    background:#000; 
    position:absolute; 
    left:0; 
    top:0; 
    display:none; 
    overflow:hidden;
    z-index: 10001;
}
.divPicOverlayBox {
        display: none;
        position: absolute;
        top: 5%;
        left: 5%;
        right: 5%;
        bottom: 5%;
        width: 95%;
        max-width: 922px;
        height: 95%;
        max-height:922px;
        border: 1px solid #A19D83;
        background-color: white;
        z-index:10002;
        overflow:auto;
}
.divPicImg 
{
    max-width:900px;
    max-height:900px;
    width:auto;
    height:auto;
    border: 10px solid #FFF;
}
/* End Email Signup Popover */

/* Product QA Pop Over*/
.container-faq-popup,
.container-customer-level-popup
{
    display: none;
}

.container-faq-popup a.close {
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: 4px -59px;
    background-color: #E03415;
    right: -3px;
    margin: 0px;
    top: -30px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
    background: url(/App_Templates/Skin_7/css/images/close-window.gif) no-repeat;
}


    .container-customer-level-popup .overlay-box-,
    .container-restricted-products-popup .overlay-box-
    {
    border:3px solid #E03415;
        width: 426px;
        min-height: 355px;
    margin: 3% auto;
    border-radius: 7px;
    background-color:#FFF;
    position:absolute;
    display:none;
    z-index: 10001;
    float:none;
    padding:0;
    }
    
    .container-customer-level-popup .overlay-box-
    {
         height: auto;
    }

    .container-restricted-products-popup .overlay-box-{
         width: 500px;
   }
    .container-restricted-products-popup .overlay-box-
    {
        height: auto;
    }

    .container-restricted-products-popup ul {
        color: black;
        font-size:16px;
        text-align: left;
        margin-left:15px;
        margin-bottom:15px;
    }



        .container-customer-level-popup .overlay-box- .signup_wrapper
        {
              height: 200px !important;
        }

    .container-faq-popup .background-,
    .container-customer-level-popup .background-,
    .container-restricted-products-popup .background-
    {
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        overflow: hidden;
        z-index: 10000;
    }

    .container-restricted-products-popup .signup_form {
        width: auto !important;       
    }

    .container-restricted-products-popup .signup_form
    {
        margin: 0px;
    }

    .container-restricted-products-popup .signup_inner {
        padding: 20px;
    }

    .container-faq-popup .cancel-
    {
        color: #5d5852;
        width: 25px;
        height: 25px;
        border: 1px solid #6d6969;
        background: #d0cec1;
        font-size: 20px;
        font-family: 'Candara';
        z-index: 10002;
        float:right; 
        text-align:center;
    }



.QA_form
{
	margin:20px 0 0 0;
	padding:0px;
	width:350px !important;
}

.QA_form .form-separator
{
	width:350px !important;
	height:15px;
}

.QA_form .form-inner
{
    margin:0 0 10px 0;
	width:350px !important;
}

.QA_form .form-inner p
{
	font-family:'Candara';
	font-size:15px;
	color:#666;
	line-height:normal;
    display:block;
}

.QA_form .form-inner .formleft-buttons
{
	float:left;
	text-align:right;
	margin:10px 18px 0 0;
	width:79px;
}

.QA_form .form-inner .formleft
{
	float:left;
	text-align:right;
	margin:5px 15px 0 0;
	width:74px;
    font-family:'Candara';
	font-size:15px;
	color:#2a2a2a;
}

.QA_form .form-inner .formright
{
	float:left;
	text-align:left;
	height:30px;
}

.QA_form .form-inner .formright-button
{
	float:left;
	text-align:left;
}

.QA_form .form-inner .formright input
{
    margin: 0px;
    width: 240px;
    height: 31px;
    line-height: 16px;
    outline: none;
    border: 1px solid #cecece;
    text-align: left;
    font-size: 13px;
    color: #818181;
    display: block;
    float: left;
    margin-right: 2px;
    padding-left: 3px;
}

.QA_form .form-inner .formright input:focus {
    border:1px solid #818181;
    color:#333333;
    }

.QA_form .form-inner .formright .textfield{
	width:240px;
	height:30px;
    color: #818181;
	background-color:#FFF;
    border: 1px solid #cecece;
    font-family:'MS Shell Dlg';
	font-size:13px;
    padding-left:3px;
    padding-top:5px;
}

.QA_form .form-inner .formright .textfield:focus
{
    color:#333333;
    border:1px solid #818181;
}


/*submit button*/
.btn-submit {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	width: 120px;
	height: 35px;
}

.btn-submit:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-submit:hover {
	background: #CC1F00;
}

.btn-submit:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-submit:active:before {
	color: #FFF;
}

.btn-submitc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-submitc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*cancel 2 button*/
.btn-cancel2 {
	color: #FFF;
	overflow: hidden;
	background-color: #cccccc;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
    margin-left:20px;
	font-family: 'Candara';
	font-size: 16px;
	width: 100px;
	height: 35px;
	border: 1px solid #e5e5e5;
}

.btn-cancel2:active {
	border-color: #E03415;
	color: #E03415;
}

.btn-cancel2:hover {
	background: #E03415;
}

.btn-cancel2:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-cancel2:active:before {
	color: #E03415;
}

.btn-cancel2c:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-cancel2c:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*submit small button*/
.btn-submitsm {
    color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 12px;
	width: 80px;
	height: 25px;
}

.btn-submitsm:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-submitsm:hover {
	background: #CC1F00;
}

.btn-submitsm:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-submitsm:active:before {
	color: #FFF;
}

.btn-submitsmc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-submitsmc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}



/*close button*/

.btn-close {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	padding-left: 5px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Candara';
	font-size: 16px;
	width: 120px;
	height: 35px;
	border: 1px solid #ccc;
}

.btn-close:active {
	border-color: #b50103;
	color: #b50103;
}

.btn-close:hover {
	background: #c92305;
}

.btn-close:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-close:active:before {
	color: #b50103;
}

.btn-closec:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-closec:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*notify me button*/
.btn-notify {
	color:#4b4b4b;
	background-color:#EAEFEF;
	font-family: 'Candara';
	font-size: 14px;
    line-height:1 !important;
    font-weight:normal;
	width: 143px;
	height: 42px;
	border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    display:flex;
    text-transform:none;
}

.btn-notify:active {
	border-color:#666;
	color: #2a2a2a;
}

.btn-notify:hover {
	background: #cccccc;
    color:#2a2a2a;
    border-color:#666;
}

.btn-notify:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 1;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-notify:active:before {
	color: #b50103;
}

.btn-notifyc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-notifyc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*button*/

.btn-4 {
    color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	font-size: 18px;
    padding-top:2px;
    padding-bottom:7px;
	width: 160px;
	height: 20px;
    text-align:center;
}

.btn-4:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-4:hover {
	background: #CC1F00;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #FFF;
}

.btn-4c:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-4c:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}


/*return to basket button*/

.btn-rtb {
    color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	font-size: 18px;
    padding-top:2px;
    padding-bottom:7px;
	width: 160px;
	height: 20px;
    text-align:center;
}

.btn-rtb:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-rtb:hover {
	background: #CC1F00;
}

.btn-rtb:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-rtb:active:before {
	color: #FFF;
}

.btn-rtbc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-rtbc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}


/* faq button */
.btn-faq {
    color: #FFF;
    overflow: hidden;
    background-color: #E03415;
    font-family: 'Candara-Bold';
    border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	width: 180px;
	height: 35px;
}

.btn-faq:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-faq:hover {
	background: #CC1F00;
}

.btn-faq:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-faq:active:before {
    color: #CC1F00;
}

.btn-faqc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-faqc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}


/*button*/

.btn-6 {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	font-size: 20px;
    width: 215px;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn-6:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-6:hover {
	background: #CC1F00;
}

.btn-6:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-6:active:before {
	color: #CC1F00;
}

.btn-6c:before {
	left: 70%;
	opacity: 0;
	top: -9px;
}

.btn-6c:hover:before {
	left: 85%;
	opacity: 1;
	top: -9px;
}

/*gift certs button*/

.btn-gchead {
	color: #FFF;
	overflow: hidden;
	font-family: 'Candara';
	font-size: 16px;
    text-transform:none;
	width: 130px;
    padding:10px 0 0 15px;
	height: 40px;
}

.btn-gchead:active {
	color: #E03415;
}

.btn-gchead:hover {
    color: #E03415;
}

.btn-gchead:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #E03415;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-gchead:active:before {
	color: #E03415;
}

.btn-gcheadc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-gcheadc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;

}
/*gourmet food gifts button*/

.btn-gfg {
	color: #FFF;
	overflow: hidden;
	font-family: 'Candara';
	font-size: 16px;
    text-transform:none;
	width: 48px;
    padding:10px 0 0 15px;
	height: 40px;
}

.btn-gfg:active {
	color: #E03415;
}

.btn-gfg:hover {
    color: #E03415;
}

.btn-gfg:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #E03415;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-gfg:active:before {
	color: #E03415;
}

.btn-gfgc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-gfgc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*shop by collections button*/

.btn-sbc {
	color: #FFF;
	overflow: hidden;
	font-family: 'Candara';
	font-size: 16px;
    text-transform:none;
	width: 93px;
    padding:10px 0 0 15px;
	height: 40px;
}

.btn-sbc:active {
	color: #E03415;
}

.btn-sbc:hover {
    color: #E03415;
}

.btn-sbc:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #E03415;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-sbc:active:before {
	color: #E03415;
}

.btn-sbcc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-sbcc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*blog header button*/

.btn-blog {
	color: #FFF;
	overflow: hidden;
	font-family: 'Candara';
	font-size: 16px;
    text-transform:none;
	width: 45px;
    padding:10px 0 0 15px;
	height: 40px;
}

.btn-blog:active {
	color: #E03415;
}

.btn-blog:hover {
    color: #E03415;
}

.btn-blog:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #E03415;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-blog:active:before {
	color: #E03415;
}

.btn-blogc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-blogc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*recipes header button*/

.btn-recipes {
	color: #FFF;
	overflow: hidden;
	font-family: 'Candara';
	font-size: 16px;
    text-transform:none;
	width: 68px;
    padding:10px 0 0 15px;
	height: 40px;
}

.btn-recipes:active {
	color: #E03415;
}

.btn-recipes:hover {
    color: #E03415;
}

.btn-recipes:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #E03415;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-recipes:active:before {
	color: #E03415;
}

.btn-recipesc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-recipesc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*sale header button*/

.btn-sale {
	color: #FFF;
	overflow: hidden;
	font-family: 'Candara';
	font-size: 16px;
    text-transform:none;
	width: 51px;
    padding:10px 0 0 15px;
	height: 40px;
}

.btn-sale:active {
	color: #E03415;
}

.btn-sale:hover {
    color: #E03415;
}

.btn-sale:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #E03415;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-sale:active:before {
	color: #E03415;
}

.btn-salec:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-salec:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*apply button*/
.btn-apply {
    color: #FFF;
    overflow: hidden;
    background-color: #767676;
    font-family: 'Candara-Bold';
    font-size: 13px;
    width: 70px;
    height: 25px;
    border: 1px solid #4c4c4c;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
}

    .btn-apply:active {
        border-color: #4c4c4c;
        color: #ccc;
    }

    .btn-apply:hover {
        background: #4c4c4c;
    }

.btn-apply:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-apply:active:before {
	color: #ccc;
}

.btn-applyc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-applyc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*update cart button*/
.btn-update {
    color: #FFF;
    overflow: hidden;
    background-color: #767676;
    font-family: 'Candara-Bold';
    font-size: 13px;
    width: 110px;
    height: 25px;
    border: 1px solid #4c4c4c;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
    float: left;
    margin-right: 10px;
}

    .btn-update:active {
        border-color: #4c4c4c;
        color: #ccc;
    }

    .btn-update:hover {
        background: #4c4c4c;
    }

.btn-update:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-update:active:before {
	color: #ccc;
}

.btn-updatec:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-updatec:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*continue shopping button*/
.btn-continue {
    color: #FFF;
    overflow: hidden;
    background-color: #767676;
    font-family: 'Candara-Bold';
    font-size: 13px;
    width: 150px;
    height: 25px;
    border: 1px solid #4c4c4c;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 14px;
}

    .btn-continue:active {
        border-color: #4c4c4c;
        color: #ccc;
    }

    .btn-continue:hover {
        background: #4c4c4c;
    }

.btn-continue:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-continue:active:before {
	color: #ccc;
}

.btn-continuec:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-continuec:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*Checkout Now button*/

.btn-checkout {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	width: 228px;
	height: 52px;
}

.btn-checkout:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-checkout:hover {
	background: #CC1F00;
}

.btn-checkout:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-checkout:active:before {
	color: #FFF;
}

.btn-checkoutc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-checkoutc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}


/*Create Account button*/

.btn-createacct {
    color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	width: 228px;
	height: 52px;
}

.btn-createacct:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-createacct:hover {
	background: #CC1F00;
}

.btn-createacct:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-createacct:active:before {
	color: #FFF;
}

.btn-createacctc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-createacctc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}


/*sign in and checkout button*/

.btn-signcheckout {
    color: #FFF;
    overflow: hidden;
    background-color: #E03415;
    font-family: 'Candara-Bold';
    border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	width: 190px;
	height: 33px;
}

.btn-signcheckout:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-signcheckout:hover {
	background: #CC1F00;
}

.btn-signcheckout:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-signcheckout:active:before {
	color: #FFF;
}

.btn-signcheckoutc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-signcheckoutc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*print recipe prod details button*/

.btn-prntrecipe {
    color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	width: 160px;
	height: 33px;
}

.btn-prntrecipe:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-prntrecipe:hover {
	background: #CC1F00;
}

.btn-prntrecipe:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-prntrecipe:active:before {
	color: #FFF;
}

.btn-prntrecipec:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-prntrecipec:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}


/*log in button*/

.btn-login {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	width: 100px;
	height: 33px;
}

.btn-login:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-login:hover {
	background: #CC1F00;
}

.btn-login:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-login:active:before {
	color: #CC1F00;
}

.btn-loginc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-loginc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*log in button*/

.btn-copybilling {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Candara;
	font-size: 14px;
    font-weight:bold;
	width: 160px;
	height: 33px;
	border: 1px solid #ccc;
}

.btn-copybilling:active {
	border-color: #b50103;
	color: #b50103;
}

.btn-copybilling:hover {
	background: #c92305;
}

.btn-copybilling:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-copybilling:active:before {
	color: #b50103;
}

.btn-copybillingc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-copybillingc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}


/*continue checkout button*/

.btn-continuecheck {
    color: #FFF;
    overflow: hidden;
    background-color: #E03415;
    font-family: 'Candara-Bold';
    border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	width: 280px;
	height: 52px;
    margin-bottom:30px;
}

.btn-continuecheck:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-continuecheck:hover {
	background: #CC1F00;
}

.btn-continuecheck:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-continuecheck:active:before {
	color: #FFF;
}

.btn-continuecheckc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-continuecheckc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*complete order button*/

.btn-complete {
    color: #FFF;
    overflow: hidden;
    background-color: #E03415;
    font-family: 'Candara-Bold';
    border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	width: 280px;
	height: 52px;
    margin-bottom:60px;
}

.btn-complete:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-complete:hover {
	background: #CC1F00;
}

.btn-complete:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-complete:active:before {
	color: #FFF;
}

.btn-completec:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-completec:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*Add button*/

.btn-add {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: Candara;
	font-size: 12px;
    font-weight:bold;
	width: 70px;
	height: 27px;
	border: 1px solid #ccc;
    margin:10px 0 5px 160px;
}

.btn-add:active {
	border-color: #b50103;
	color: #b50103;
}

.btn-add:hover {
	background: #c92305;
}

.btn-add:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-add:active:before {
	color: #b50103;
}

.btn-addc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-addc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*Save button*/

.btn-save, .btn-addaddress {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: Candara;
	font-size: 12px;
    font-weight:bold;
	width: 95px;
	height: 27px;
	border: 1px solid #ccc;
}

	.btn-save:active, .btn-addaddress:active {
		border-color: #b50103;
		color: #b50103;
	}

	.btn-save:hover, .btn-addaddress:hover {
		background: #c92305;
	}

	.btn-save:before, .btn-addaddress:before {
		position: absolute;
		height: 100%;
		font-size: 100%;
		line-height: 3.5;
		color: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.btn-save:active:before, .btn-addaddress:active:before {
		color: #b50103;
	}

.btn-savec:before, .btn-addaddressc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-savec:hover:before, .btn-addaddressc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*Red Apply button*/

.btn-applyred {
    color: #FFF;
    overflow: hidden;
    background-color: #E03415;
    font-family: 'Candara-Bold';
    border: 1px solid #A19D83;
    text-transform:uppercase;
	font-size: 14px;
	width: 95px;
	height: 35px;
}

.btn-applyred:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-applyred:hover {
	background: #CC1F00;
}

.btn-applyred:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-applyred:active:before {
	color: #FFF;
}

.btn-applyredc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-applyredc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*cancel button*/
.btn-cancel {
    color: #FFF;
    overflow: hidden;
    background-color: #767676;
    font-family: Candara;
    font-size: 12px;
    width: 70px;
    height: 25px;
    border: 1px solid #4c4c4c;
    text-align: center;
    margin: 10px 0 5px 15px;
}

.btn-cancel:active {
	border-color: #4c4c4c;
	color: #ccc;
}

    .btn-cancel:hover {
        background: #4c4c4c;
    }

.btn-cancel:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-cancel:active:before {
	color: #ccc;
}

.btn-cancelc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-cancelc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*delete button*/
.btn-delete, .btn-canceladdaddress {
	color: #E03415;
	overflow: hidden;
	background-color: #e5e5e5;
	font-family: Candara;
	font-size: 12px;
	width: 95px;
	height: 25px;
	border: 1px solid #E03415;
	text-align: center;
	margin: 10px 0 5px 15px;
}

	.btn-delete:active, .btn-canceladdaddress:active {
		border-color: #ccc;
		color: #ccc;
	}

	.btn-delete:hover, .btn-canceladdaddress:hover {
		background: #ccc;
	}

	.btn-cancel:before, .btn-canceladdaddress:before {
		position: absolute;
		height: 100%;
		font-size: 100%;
		line-height: 3.5;
		color: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.btn-delete:active:before, .btn-canceladdaddress:active:before {
		color: #ccc;
	}

	.btn-deletec:before, .btn-canceladdaddressc:before {
		left: 70%;
		opacity: 0;
		top: -8px;
	}

.btn-deletec:hover:before, .btn-canceladdaddressc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*request a new password button*/

.btn-newpass {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	width: 250px;
	height: 33px;
}

.btn-newpass:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-newpass:hover {
	background: #CC1F00;
}

.btn-newpass:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-newpass:active:before {
	color: #FFF;
}

.btn-newpassc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-newpassc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*new customer sign up button*/

.btn-newcust {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	width: 270px;
	height: 33px;
}

.btn-newcust:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-newcust:hover {
	background: #CC1F00;
}

.btn-newcust:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-newcust:active:before {
	color: #FFF;
}

.btn-newcustc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-newcustc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*update account button*/

.btn-updateaccount {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	width: 170px;
	height: 33px;
}

.btn-updateaccount:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-updateaccount:hover {
	background: #CC1F00;
}

.btn-updateaccount:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-updateaccount:active:before {
	color: #FFF;
}

.btn-updateaccountc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-updateaccountc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/* Overage Message */
.divOverageBGCover, .divConfirmInternationalOrderBGCover {
    background:#000; 
    position:absolute; 
    left:0; 
    top:0; 
    display:none; 
    overflow:hidden;
    z-index: 10000;
}
.divOverageOverlayBox, .divConfirmInternationalOrderOverlayBox {
	border:3px solid #E03415;
	position:absolute;
	display:none;
	width:400px;
	height:310px;
	background:#FFF;
	z-index: 10001;
}
.divOverageWrapper
{
	border:1px solid #E03415;
	margin:2px;
	width:394px !important;
	height:304px !important;
}
.divOverageInner
{
	padding:20px 20px 20px 20px;
	text-align:center !important;
	font-family:'Candara-Bold';
	font-size:32px;
	color:#E03415;
	line-height:20px;	
}
.divOverageForm
{
	margin:20px 0 0 0;
	padding:0px;
	width:354px !important;
    font-weight:normal;
}
.divOverageForm .divOverageFormInner
{
    margin:0 0 15px 0;
	width:354px !important;
	padding-bottom: 15px;
}
.divOverageForm .divOverageFormInner p
{
	font-family:'Candara';
	font-size:15px;
	color:#4b4b4b;
	line-height:normal;
    display:block;
}

.confirmInternationalOrder .divConfirmInternationalOrderOverlayBox, .confirmInternationalOrder .divOverageWrapper {
    height: auto !important;
}

.confirmInternationalOrder h3, .confirmInternationalOrder h4 {
    padding-bottom:10px;

}
.confirmInternationalOrder h4{
    padding-top:20px;
}

/*start shopping cart pop over*/ 

.shopping-cart-pop, .filters-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.84);
    height: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
    overflow-y: auto;
}

    .shopping-cart-pop .total-price,
    .shopping-cart-pop strong {
         font-family:'Candara';
    }

    .shopping-cart-pop .content, .filters-popup .content {
        width: 790px;
        margin: 3% auto;
        border: 3px solid #E03415;
        border-radius: 7px;
        background-color: white;
        color: #575757;
        font-size: 14px;
        position: relative;
        float:none;
        padding:0;
    }

        .shopping-cart-pop .content > div {
            min-height: 300px;
        }

    .shopping-cart-pop .product-info {
        float: left;
        width: 48%;
        padding: 20px 0 0 15px;
    }

        .shopping-cart-pop .product-info .mobile_image > img {
            float: left;
            margin-right: 15px;
            width: 165px;
        }

        .shopping-cart-pop .shopping-cart-info h3,
        .shopping-cart-pop .product-info h3,
        .shopping-cart-pop .complementary-items h3 {
            font-size: 18px;
            padding-bottom: 15px;
            color: #4b4b4b;
            font-family:'Candara';
            font-weight:normal;
        }

            .shopping-cart-pop .product-info h3:before,
            .shopping-cart-pop .shopping-cart-info h3:before,
            .shopping-cart-pop a.close, .filters-popup a.close {
                content: "";
                display: inline-block;
                background: url(/App_Templates/Skin_7/css/images/shopping-cart-pop-sprite.png) no-repeat;
                width: 32px;
                height: 30px;
                margin: -5px 12px 0 -3px;
                vertical-align: middle;
            }

        .shopping-cart-pop .product-info > div p {
            margin-top: 10px;
        }

        .shopping-cart-pop .product-info a,
        .shopping-cart-pop .shopping-cart-info .review {
            color: #ce2f12;
            font-size: 18px;
            text-decoration: none;
        }

    .shopping-cart-pop .shopping-cart-info .coupon {
        color: #ce2f12;
        font-size: 14px;
        text-decoration: none;
    }

    .shopping-cart-pop .shopping-cart-info {
        float: right;
        background-color: #eeeeee;
        padding: 20px 22px 5px 22px;
        font-size: 14px;
        border-top-right-radius: 3px;
    }

        .shopping-cart-pop .shopping-cart-info > div {
            padding: 10px 0;
            border-top: 1px dashed #afafaf;
        }

            .shopping-cart-pop .shopping-cart-info > div > span {
                float: right;
            }

            /*.shopping-cart-pop .shopping-cart-info > div button,
            .shopping-cart-pop .shopping-cart-info > div .checkout-now {
                padding: 0 15px;
                line-height: 28px;
                height: 28px;
                border: 1px solid #E03415;
                font-size: 13px;
                text-transform: uppercase;
                color: #E03415;
                background-color: transparent;
                vertical-align:middle;
            }

            .shopping-cart-pop .shopping-cart-info > div .checkout-now {
                padding: 0 18px;
                background-color: #E03415;
                color: white;
                margin-left: 5px;
                display: inline-block;
                text-decoration:none;
                font-family:'Candara';
                border: none;
            }*/

        .shopping-cart-pop .shopping-cart-info h3:before {
            background-position: 0 -30px;
            margin: -8px 12px 0 0;
        }

    .shopping-cart-pop .complementary-items {
        margin-top: 10px;
        font-family:Candara;
    }

        .shopping-cart-pop .complementary-items h3 {
            padding: 10px 15px;
            border-top: 1px dotted #ccc;
            border-bottom: 1px dotted #ccc;
            text-transform:uppercase;           
   	        font-family: 'Candara';
        }

    .shopping-cart-pop .upsell-products {
        padding: 10px;
    }

        .shopping-cart-pop .upsell-products .upsell-frame{
            width: 180px;
            height:300px;
            margin: 0px 3px 10px 4px;
            border: 1px solid #dfdfdf;
            display: inline-block;
            vertical-align: text-top;
        }

         .shopping-cart-pop .upsell-products .product-details {
            width: 160px;
            padding: 9px;
        }
            .shopping-cart-pop .upsell-products .product-details img {
                width: 160px;
                height: 160px;
                display: block;
                margin-bottom: 5px;
            }

            .shopping-cart-pop .upsell-products .product-details a {
                color: #E03415;
                font-size: 14px;
                text-decoration:none;
                line-height:1;               
            }
            .shopping-cart-pop .upsell-products .product-details a:hover {
                text-decoration:underline;          
            }

            .shopping-cart-pop .upsell-products .pricing-area{
                position:absolute;
                bottom:20px;
            }
        .shopping-cart-pop .upsell-products .pricing-area select {
   	        font-family: 'Candara';
            font-size:12px;
            color: #666;
            height:28px;
            padding:0px;
            width:180px !important;
	        border-top: 1px solid #ccc !important; 
	        border-bottom: 1px solid #ccc !important; 
	        border-left: none;
           	border-right: none;  
            -webkit-appearance: none; 
            -moz-appearance: none;
            background: url(/App_Templates/Skin_7/css/images/select_arrow_small.jpg) no-repeat; 
              background-color: #fff;
	          background-position: 149px 0px;  
        }

        .shopping-cart-pop .upsell-products .pricing-area .add_to { 
    width: 180px;
    padding-left:1px;
    padding-bottom:1px;
}

        .shopping-cart-pop .upsell-products .img-link {
            display: block;
        }

        .shopping-cart-pop .upsell-products .variant-ddl {
            padding: 0;
        }


    .shopping-cart-pop a.close, .filters-popup a.close {
        position: absolute;
        width: 22px;
        height: 22px;
        background-position: 4px -59px;
        background-color: #E03415;
        right: -3px;
        margin: 0;
        top: -30px;
    }

    .shopping-cart-pop .loading {
        background: url(/App_Templates/Skin_7/css/images/spinner.gif) no-repeat center;
    }

    .shopping-cart-pop .clearfix:before,
    .shopping-cart-pop .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }
    .shopping-cart-pop .clearfix:after {
        clear: both;
    }

    /* shopping cart pop over add to order btn */

    /*filters*/
    .more-filters{
        float: left;
    }
     .more-filters button {
         margin-top: 2px;
     }
   .filters-popup .footer {
       text-align:center;
   }

   .filters-popup .content > div {
       padding:20px 0;
   }

   .filters-popup .content ul{
       list-style:none;
   }

   .filters-popup .content ul > li {
       margin-bottom:15px;
   }

    .filters-popup .content ul > li strong {
        font-size: 20px;
        color: #91281d;
        font-weight: normal;
        font-family: 'ProximaNovaExCn-Regular';
        line-height: 20px;
        text-transform:uppercase;
    }

    .filters-popup .content ul > li > ul {
        padding: 0;
        columns: 4;
       -webkit-columns: 4;
       -moz-columns: 4;
    }

    .filters-popup .footer button:first-child {
        margin-right:10px;
    }

    .filters-popup .loading-panel
    {
        top: 5px;
        position: absolute;
        width: 100%;
        height: calc(100% - 50px);
        background-color: rgba(255,255,255,0.5);
        background-image:url(/App_Templates/Skin_5/css/images/spinner.gif);
        background-position:center center;
        background-repeat:no-repeat;
        display:none;
        z-index: 1;
    }

    .filters-popup ul.filter-availability {
          columns: initial !important;
       -webkit-columns: initial !important;
       -moz-columns: initial !important;
    }

    .filters-popup ul.filter-availability li{
        display:inline-block;
    }
   
    .filters-popup ul.filter-availability li:first-child{
        width:25%;
    }

.btn-addsc {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara';
	font-size: 13px;
	width: 83px;
	height: 30px;
	font-weight: bold;
}

.btn-addsc:active {
	border-color: #E03415;
	color: #E03415;
}

.btn-addsc:hover {
	background: #E03415;
}

.btn-addsc:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-addsc:active:before {
	color: #E03415;
}

.btn-addscc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-addscc:hover:before {
	left: 85%;
	opacity: 1;
	top: -8px;
}

/*complimentary items on cart page*/

.compli_details {
	float: left;
	position: relative;
	padding-right: 8px;
	padding-top: 15px;
}

.compli_details_inner {
	background:#fff;
	height:355px;
	width: 224px;
	border:1px solid #dfdfdf;
	padding:11px 11px 12px 11px;
}

.compli_details_inner .prodtitle { 
    font-family: Candara;
    font-size: 18px;
    font-weight:normal;
    color: #E03415;
    line-height:22px;
}

.compli_details_inner .prodtitle a { 
    color: #E03415;
    text-decoration:none;
}

.compli_details_inner .prodtitle a:hover { 
    text-decoration:underline;
}

.compli_details_inner .product_box_image img{
	margin:0px;
	border:0px;
    width:224px;
    height:224px;
}

.compli_price_box {
    position: absolute; 
    bottom: 1px; 
}

.compli_price_box .addto_cart { 
position: relative;
float:left; 
}	


.compli_price_box .add_order {
	height: 30px;
	min-height: 30px !important;
    float:left;
}

.compli_price_select {
    width: 248px;
    overflow: hidden !important;
    padding-bottom:0px;
}

.compli_price_select select {
	  border: 1px solid #ccc !important; 
      -webkit-appearance: none; 
      -moz-appearance: none; 
      background: url(/App_Templates/Skin_7/css/images/select_arrow_small.jpg) no-repeat; 
      background-color: #fff;
	  background-position: 215px 0px;  
      width: 248px;
	  font-size: 13px;
   	  font-family: 'Candara'; 
      text-indent: 0.01px; 
      text-overflow:inherit; 
      color: #666;
	  padding: 4px;
	  height: 28px;
}


/*end shopping cart pop over*/

/* Start Back In Stock Notification Pop Over*/


.oosOverlayBox, .container-faq-popup .overlay-box- {
    width: 726px;
    margin: 3% auto;
    border: 3px solid #E03415;
    border-radius: 7px;
    background-color: white;
    position: absolute;
    display: none;
    z-index: 10001;
    float: none;
    padding: 0;
}

.oosOverlayBox {
	width: 500px;
	margin: 3% auto;
	border: 3px solid #E03415;
	border-radius: 7px;
	background-color: white;
	position: absolute;
	display: none;
	z-index: 10001;
	float: none;
	padding: 0;
}

.container-faq-popup .overlay-box- {
    display: block;
    margin: 0;
    width: auto;
}

.oos_signup_inner, .QAsignup_inner {
    padding: 20px 40px 20px 40px;
    text-align: center !important;
    font-family: 'ExpletusSansSemiBold';
    font-size: 39px;
    color: #E03415;
    line-height: 20px;
}

.oos_signup_inner p
{
	text-align:center !important;
	font-family:'Candara';
	font-size:16px;
    padding:7px 0px;
	color:#2a2a2a;
	line-height:1.5;
}

.oos_signup_inner .signup_emailaddr{
    color:#E03415;
}

    .oos_signup_inner .oos_notify_header {
        padding-bottom: 15px;
        text-align: center;
        vertical-align: middle;
        font-family: 'Candara';
        font-size: 24px;
        color: #E03415;
        line-height: 1.5;
    }

.oos_signup_inner .oos_notify_header p
{
	text-align:center !important;
	font-family:'Candara';
	font-size:16px;
    padding:7px 0px;
	color:#2a2a2a;
	line-height:1.5;
}

.container-faq-popup h5 {
    padding-bottom: 15px;
    font-family: Candara-Bold;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}


.oos_signup_form
{
	margin:0px;
	padding:0px;
	width:100%;
}

.oos_signup_form .login_column
{
	width:100%;
	padding-bottom: 15px;
    float:left;

}

.oos_signup_form .login_column p
{
	font-family:'Candara';
	font-size:15px;
	color:#4b4b4b;
	line-height:normal;
    display:block;
    padding-bottom:5px;
}

.oos_signup_form .login_column .directrow
{
	float:left;
	text-align:left;
	height:34px;
    padding-bottom:11px;
}

.oos_signup_form .login_column .directrow .drleft
{
	float:left;
	width:125px;
    font-family: 'Candara';
    font-size: 15px;
    color: #4B4B4B;
    line-height: normal;
    padding-top:5px;
    text-align:right;
    padding-right:5px;
}

	.oos_signup_form .login_column .directrow .dright {
		float: left;
		width: calc(100% - 130px) !important;
	}


.oos_signup_form .login_column .directrowbtn
{
	float:left;
	text-align:left;
	height:30px;
    padding-bottom:15px;
    padding-left:130px;
}

	.oos_signup_form .login_column .directrowbtn a {
		text-decoration:none;
		color:#E03415;
	}

	.oos_signup_form .login_column .directrowbtn a:hover {
		text-decoration: underline;
	}

.oos_signup_form .login_column .directrow input
{
	margin:0px;
    padding-left:5px;
    width:250px;
	height:30px;
	line-height:16px;
	outline:none;
	border:1px solid #cecece;
	text-align:left;
	font-size:13px;
	color:#818181;
	display:block;
	float:left;
}

.oos_signup_form .login_column .directrow input:focus {
    border:1px solid #818181;
    color:#333333;
    }

.oos_signup_form .login_column .social_row
{
	padding:10px 0px 10px 78px;
    float:left;
}

.oos_signup_form .login_column .social_row p
{
	font-family:'Candara';
	font-size:15px;
	color:#4b4b4b;
	line-height:normal;
    display:block;
    padding-bottom:5px;
}

.oos_signup_form .login_column .social_row .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-left:5px;
    padding-right:5px;

}

.oos_signup_form .contact_column
{
	width:308px !important;
	padding-bottom: 15px;
    float:left;

}

.oos_signup_form .contact_column p
{
	font-family:'Candara';
	font-size:15px;
	color:#4b4b4b;
	line-height:normal;
    display:block;
    padding-bottom:5px;
}

.oos_signup_form .contact_column .directrow
{
	float:left;
	text-align:left;
	height:34px;
    padding-bottom:11px;
}

.oos_signup_form .contact_column .directrow .drleft
{
	float:left;
	width:73px;
    font-family: "Candara";
    font-size: 15px;
    color: #4B4B4B;
    line-height: normal;
    padding-top:5px;
    text-align:right;
    padding-right:5px;
}

.oos_signup_form .contact_column .directrow .dright
{
	float:left;
	width:230px;
}


.oos_signup_form .contact_column .directrowbtn
{
	float:left;
	text-align:left;
	height:30px;
    padding-bottom:15px;
    padding-left:78px;
}

.oos_signup_form .contact_column .directrow input
{
	margin:0px;
    padding-left:5px;
    width:202px;
	height:30px;
	line-height:16px;
	outline:none;
	border:1px solid #cecece;
	text-align:left;
	font-size:13px;
	color:#818181;
	display:block;
	float:left;
}

.oos_signup_form .contact_column .directrow input:focus {
    border:1px solid #818181;
    color:#333333;
    }

.oos_signup_wrapper a.close {
    content: "";
    display: inline-block;
    background: url(/App_Templates/Skin_7/css/images/shopping-cart-pop-sprite.png) no-repeat;
    width: 32px;
    height: 30px;
    margin: -5px 12px 0 -3px;
    vertical-align: middle;
    position: absolute;
    width: 22px;
    height: 22px;
    background-position: 4px -59px;
    background-color: #E03415;
    right: -3px;
    margin: 0;
    top: -30px;
}

.ooserror{
    color:#E03415;
    font-family:Candara-Bold;
    display:none;
}

 /* my account remove connected social button */

.btn-remove {
	color: #E03415;
	overflow: hidden;
	background-color: #e5e5e5;
	font-family: Candara;
	font-size: 12px;
	width: 90px;
	height: 25px;
	border: 1px solid #E03415;
    text-align:center;
}

.btn-remove:active {
	border-color: #ccc;
	color: #ccc;
}

.btn-remove:hover {
	background: #ccc;
}

.btn-remove:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-remove:active:before {
	color: #ccc;
}

.btn-removec:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-removec:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/* Email Signup Popover */

.divInterstitialBGCover {
    background:#000; 
    position:absolute; 
    left:0; 
    top:0; 
    display:none; 
    overflow:hidden;
    z-index: 10000;
}

.divInterstitialOverlayBox {
    border: 3px solid #A19D83;
    width: 648px;
    margin: 3% auto;
    border-radius: 7px;
    background-color: #1a1a1a;
    position: absolute;
    display: none;
    z-index: 10001;
    float: none;
    padding: 0;
}

.container-faq-popup,
.container-customer-level-popup
{
    display: none;
}

   .container-faq-popup .overlay-box-,
    .container-customer-level-popup .overlay-box-
    {
        border:3px solid #91281d;
        position: absolute;
        display: none;
        width: 426px;
        min-height: 355px;
        background:#FFF;
        z-index: 1000001;
    }
    
    .container-customer-level-popup .overlay-box-  {
         height: auto;
    }

    .container-faq-popup .background-,
    .container-customer-level-popup .background-
    {
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        overflow: hidden;
        z-index: 1000000;
    }

    .container-customer-level-popup .signup_form {
        width: auto !important;       
    }

    .container-customer-level-popup .signup_inner {
        padding: 20px;
    }

    .container-faq-popup .cancel- {
        color: #5d5852;
        width: 25px;
        height: 25px;
        border: 1px solid #6d6969;
        background: #d0cec1;
        font-size: 20px;
        font-family: 'Candara-Bold';
        z-index: 10002;
        float: right;
        text-align: center;
    }

.signup_form .butt-close {
    color: #FFF !important;
    overflow: hidden;
    background-color: #E03415;
    font-family: 'Candara-Bold';
    border: 1px solid #A19D83;
    text-transform: uppercase;
    font-size: 14px;
    width: 180px;
    height: 27px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none !important;
}

    .signup_form .butt-close:active {
        border-color: #8f1600;
        color: #FFF;
    }

    .signup_form .butt-close:hover {
        background: #CC1F00;
    }

    .signup_form .butt-close:before {
        position: absolute;
        height: 100%;
        font-size: 100%;
        line-height: 3.5;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .signup_form .butt-close:active:before {
        color: #CC1F00;
    }

.signup_form .butt-closec:before {
    left: 70%;
    opacity: 0;
    top: -9px;
}

.signup_form .butt-closec:hover:before {
    left: 85%;
    opacity: 1;
    top: -9px;
}

.signup_form .restricted-prod-button {
    color: #fffef0;
    overflow: hidden;
    background-color: #E03415;
    padding-left: 5px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Candara-Bold';
    font-size: 14px;
    font-weight: bold;
    width: 215px;
    height: 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
}

    .signup_form .restricted-prod-button:active {
        border-color: #b50103;
        color: #b50103;
    }

    .signup_form .restricted-prod-button:hover {
        background: #b50103;
    }

    .signup_form .restricted-prod-button:before {
        position: absolute;
        height: 100%;
        font-size: 100%;
        line-height: 3.5;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .signup_form .restricted-prod-button:active:before {
        color: #b50103;
    }

.signup_form .restricted-prod-buttonc:before {
    left: 70%;
    opacity: 0;
    top: -8px;
}

.signup_form .restricted-prod-buttonc:hover:before {
    left: 80%;
    opacity: 1;
    top: -8px;
}

.signup_inner
{
	padding:20px 40px 20px 40px;
	text-align:center !important;
	font-family:Candara;
	font-size:24px;
	color:#ef4023;
	line-height:1.5;
}

.signup_inner p
{
	font-family:Candara;
	font-size:16px;
	color:#D2CDB6;
	line-height:normal;
    display:block;
    padding-bottom:5px;
}

.signup_inner .signup_logo {
    padding-bottom:5px;
    }

.signup_inner .second_line
{
	text-align:center !important;
	font-family:'ExpletusSansSemiBold';
	font-size:18px;
	color:#D2CDB6;
}

.signup_inner .main_line
{
	text-align:center !important;
	font-family:'ExpletusSansSemiBold';
	font-size:30px;
	color:#EF4023;
    line-height:40px;
}

.signup_inner .main_line2
{
	text-align:center !important;
	font-family:'ExpletusSansSemiBold';
	font-size:24px;
	color:#EF4023;
    line-height:40px;
}


.signup_form
{
	margin:25px 0 0 0;
	padding:0px;
	width:588px !important;
}

.signup_form p
{
	font-family:'Candara';
	font-size:18px;
	color:#D2CDB6;
	line-height:normal;
    display:block;
    padding-bottom:25px;
    text-align:center;
}

.signup_form .signup_emailaddr
{
    color:#EF4023;
}




.signup_form .socialcolumn
{
	width:225px !important;
	padding-bottom:10px;
    float:left;
    padding-left:30px;
}

.signup_form .socialcolumn p
{
	font-family:'Candara';
	font-size:15px;
	color:#D2CDB6;
	line-height:normal;
    display:block;
    padding-bottom:5px;
}

.signup_form .socialcolumn .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-right:10px;

}

.social_badge button {
    border-style: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor:pointer;
}
.social_badge button img{
    cursor: pointer;
}

.signup_form .directcolumn
{
	width:308px !important;
	padding-bottom: 15px;
    float:left;
}

.signup_form .directcolumn p
{
	font-family:'Candara';
	font-size:15px;
	color:#D2CDB6;
	line-height:normal;
    display:block;
    padding-bottom:5px;
}

.signup_form .directcolumn .directrow
{
	float:left;
	text-align:left;
	height:34px;
    padding-bottom:7px;
}

.signup_form .directcolumn .directrow .drleft
{
	float:left;
	width:73px;
    font-family: "Candara";
    font-size: 15px;
    color: #D2CDB6;
    line-height: normal;
    padding-top:5px;
    text-align:right;
    padding-right:5px;
}

.signup_form .directcolumn .directrow .dright
{
	float:left;
	width:230px;
}


.signup_form .directcolumn .directrowbtn
{
	float:right;
	text-align:left;
	height:30px;
    padding-bottom:15px;
    padding-right:20px;
    font-size:16px;
}

.signup_form .directcolumn .directrow input
{
	margin:0px;
    padding-left:5px;
    width:202px;
	height:30px;
	line-height:16px;
	outline:none;
    background-color:#D2CDB6;
	border:1px solid #A19D83;
	text-align:left;
	font-size:13px;
	color:#474747;
	display:block;
	float:left;
}

.signup_form .directcolumn .directrow input:focus {
    border:1px solid #efe8bb;
    color:#0B0B0B;
    background-color:#f2eedd;
    }

.intererror{
    color:#EF4023;
    font-family:Candara;
    display:none;
}

/*submit button*/
.btn-signup {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	font-size: 17px;
	width: 210px;
	height: 34px;
	border: 1px solid #A19D83;
}

.btn-signup:active {
	border-color: #CC1F00;
	color: #CC1F00;
}

.btn-signup:hover {
	background: #CC1F00;
}

.btn-signup:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-signup:active:before {
	color: #CC1F00;
}

.btn-signupc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-signupc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

.signup_form .closebutton
{
	height:40px;
    line-height:normal;
    font-size:16px;
}

/*no thanks button*/
.btn-nothanks {
	color: #D2CDB6;
	overflow: hidden;
	background-color: #1E1E1E;
	padding-left: 5px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Candara';
	font-size: 14px;
	width: 225px;
	height: 30px;
    text-transform:none;
    border: 1px solid #1E1E1E;
    text-align:center;
}

.btn-nothanks:active {
	color: #FFF;
    border: 1px solid #D2CDB6;
    background:#030000;
}

.btn-nothanks:hover {
	background: #030000;
    color: #FFF;
    border: 1px solid #D2CDB6;
}

.btn-nothanks:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-nothanks:active:before {
	color: #333;
}

.btn-nothanksc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-nothanksc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*---fotter signup Start---*/

.sign_up_outer
{
	background:url(/App_Templates/Skin_7/css/images/sign_up_outer3.png) repeat-x left top;
}

.sign_up_wrap
{
	background:url(/App_Templates/Skin_7/css/images/sign_up_wrap5.png) no-repeat center bottom;
}

.sign_up
{
	width:966px;
	margin:0 auto;
	height:70px;
	padding:48px 0 0 0;
}

    .sign_up .header {
        text-align: center;
        width: 966px;
        padding: 0 0 5px 0;
        text-transform: uppercase;
        margin: 0px;
        font-size: 19px;
        color: #f74627;
        text-shadow: 1px 1px 2px #000;
        font-family: 'ExpletusSansBold';
        text-decoration: none;
    }
    .sign_up a{
        text-decoration:none;
    }

.sign_up span
{
	display:block;
	text-align:center;
	color:#d2cdb6;
	text-shadow:2px 2px 2px #000;
	font-size:13px;
	padding:0 0 40px 0;
	font-family: 'Candara-Bold';
}

.order_details{
	float: right;
	width:300px;
	height:95px;
	background-color:#020202;
    border-radius:8px;
    padding:5px;
}

.order_review{
	float:left;
	text-align:right;
	font-family:Candara;
    width:190px;
}

.order_review .mcafeebtn{
    display:block;
    float:right;
    width:65px;
    margin:12px 0px 0 10px;
    font-size:0px;
    line-height:1;
}

.order_review .leftblock{
    width:115px;
    float:left;
    text-align:right;
}

    .order_review .cartitle {
        font-size: 12px;
        color: #f74627;
        margin: 12px 0 0 0;
    }

        .order_review .cartitle a, .order_review .cartitle a:visited {
            color: #f74627;
        }

.order_review .cartitle a:hover{
	text-decoration:underline;
}

.order_review .cartdetails{
	font-size:14px;
	color:#dcd7be;
    line-height:1;
}

.checkout_btn { 
position: relative; 
top: 4px; 
padding-left: 6px;
}


.order_pic{
	width:109px;
	height:69px;
	float:right;
	border:0px;
    top:15px;
	position:relative;
}

/*---Product category start---*/

.product_category{
	width:100%;
	background:url(/App_Templates/Skin_7/css/images/prodbody-outer-bg2.jpg) repeat top left;
}

.product_category_home{
	width:100%;
	background:url(/App_Templates/Skin_7/css/images/prodbody-outer-bg.jpg) repeat top left;
}

.prodcat_outer{
	width:100%;
	height:12px;
	background:url(/App_Templates/Skin_7/css/images/prodcat-head-bg.png) repeat-x top left;
	padding:20px 0 17px 0;
}

.prod_body_outer{
	width:100%;
	
}
.prod_body_wrapper{
	width:100%;
	background:url(/App_Templates/Skin_7/css/images/bg.png) repeat left top;
}

.category_details{
	width:178px;
	padding:18px 0 0 0;
	margin:0 18px 0 0;
	position:relative;
}

.category_details_pic
{
	position:relative;
	padding:0 0 4px 0;
	background:url(/App_Templates/Skin_7/css/images/shadow-172.png) no-repeat center bottom;
	height:100px;
	margin:0 0 4px 0;
}

.category_details.norm{
	margin-right:0px;
}
.prod_box {

    background-color: #E03415;
    font-family: 'Candara-Bold';
    padding:5px 10px;
    margin-bottom:5px;
}

.prod_box a{
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}

.prod_box_large{
	width:125px;
	height:39px;
	position:absolute;
	left:1px;
	top:78px;
	background:url(/App_Templates/Skin_7/css/images/product-box-large.png) no-repeat top left;
	font-family: 'Candara-Bold';
}

.prod_box_large a{
	padding:6px 0 0 11px;
	text-decoration:none;
	line-height:14px;
	display:block;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}

.prod_shadow{
	width:228px;
	height:4px;
	background:url(/App_Templates/Skin_7/css/images/productbox-shadow.png) no-repeat bottom center;
	margin-bottom:6px;
}
.category_details p {
    font-size: 16px;
    color: #2a2a2a;
    font-family: 'Candara';
    line-height: normal;
}

.fltleft {float:left;}

.btn-checkoutnow {
	color: #FFF !important;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	font-size: 14px;
    width: 180px;
	height: 27px;
    padding-top:5px;
    text-align:center;
    text-decoration:none !important;
}

.btn-checkoutnow:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-checkoutnow:hover {
	background: #CC1F00;
}

.btn-checkoutnow:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-checkoutnow:active:before {
	color: #CC1F00;
}

.btn-checkoutnowc:before {
	left: 70%;
	opacity: 0;
	top: -9px;
}

.btn-checkoutnowc:hover:before {
	left: 85%;
	opacity: 1;
	top: -9px;
}

/*continue shopping button*/
.btn-continueshop {
    color: #FFF;
    overflow: hidden;
    background-color: #767676;
    font-family: 'Candara-Bold';
    font-size: 13px;
    width: 95px;
    height: 34px;
    border: 1px solid #5D5852;
    text-align: center;
    float: left;
    padding-top: 0px;
    margin-right: 15px;
    line-height: 1;
}

    .btn-continueshop:active {
        border-color: #5b5b5b;
        color: #ccc;
    }

    .btn-continueshop:hover {
        background: #5b5b5b;
    }

.btn-continueshop:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-continueshop:active:before {
	color: #ccc;
}

.btn-continueshopc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-continueshopc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*slider button*/

.btn-slider {
    color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara-Bold';
	border: 1px solid #A19D83;
    text-transform:uppercase;
	font-size: 18px;
    padding-top:2px;
    padding-bottom:7px;
	width: 190px;
	height: 20px;
    text-align:center;
    color: white !important;
    text-decoration: none !important;
}

.btn-slider:active {
	border-color: #8f1600;
	color: #FFF;
}

.btn-slider:hover {
	background: #CC1F00;
}

.btn-slider:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-slider:active:before {
	color: #FFF;
}

.btn-sliderc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-sliderc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

/*START JQUERY UI 1.10.1 CUSTOM CSS CODE */

/* jQuery UI - v1.10.1 - 2013-02-26
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23d9d5ba&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23a4a086&fcHeader=%233c3c3c&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%233c3c3c&iconColorContent=%23222222&bgColorDefault=%23c5ea9e&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=%23a4a086&fcDefault=%233c3c3c&iconColorDefault=%23888888&bgColorHover=%238aca44&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%233c3c3c&iconColorHover=%23454545&bgColorActive=%238aca44&bgTextureActive=spotlight&bgImgOpacityActive=100&borderColorActive=%23aaaaaa&fcActive=%233c3c3c&iconColorActive=%23454545&bgColorHighlight=%23dadada&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%239b9b9b&fcHighlight=%23888888&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
    font-size: 16px !important;
    font-family: 'Candara' !important;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}


.ui-autocomplete li a {
    padding: 2px;
}

.ui-autocomplete .category-type {
    padding: 5px 2px;
    color: #E03415;
    font-size: 16px !important;
    font-family: 'Candara' !important;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #3c3c3c;
}
.ui-widget-content a {
	color: #3c3c3c;
}
.ui-widget-header {
	border: 1px solid #a4a086;
	background: #d9d5ba url(images/ui-bg_highlight-soft_75_d9d5ba_1x100.png) 50% 50% repeat-x;
	color: #3c3c3c;
	font-weight: bold;
}
.ui-widget-header a {
	color: #3c3c3c;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #a4a086;
	background: #c5ea9e url(images/ui-bg_glass_100_c5ea9e_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #3c3c3c;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #3c3c3c;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
	background: #E03415;
	font-weight: normal;
	color: #FFF;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #3c3c3c;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #8aca44 url(images/ui-bg_spotlight_100_8aca44_16x16.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #3c3c3c;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #3c3c3c;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #9b9b9b;
	background: #dadada url(images/ui-bg_glass_55_dadada_1x400.png) 50% 50% repeat-x;
	color: #888888;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #888888;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*END JQUERY UI 1.10.1 CUSTOM CSS CODE */

/*CSS FOR REVIEW ORDER PAGE ELEMENTS*/
.review-item-container{
    width:920px;
    float:left;
    margin-bottom:20px;
}

.review-item-container .review-img-box{
    border: 1px solid #c4c4c4; 
    background-color: #FFFFFF; 
    padding: 5px;
    float:left;
    background-color:#FFF;
}

.review-item-container .review-img-box img{
    width:187px; 
    height:187px;
    display: block 
}

.review-item-container .review-item-info{
    font-size: 16px; 
    line-height: 1.4 !important; 
    color: #2a2a2a; 
    font-weight: normal; 
    text-align: left; 
    padding:0px 20px;
    width:320px;
    float:left;
}


.review-item-container .review-area{
    float:left;
    width:340px;
    line-height:1.8;
}

/* Reward Program*/

.reward_program_point_area{
    width:220px;
    padding-bottom:15px;
    margin-bottom:10px;
    float:left;
    padding:20px 50px 0 0;
}

.reward_program_details_area{
    width:600px;
    padding-bottom:15px;
    margin-bottom:10px;
    float:left;
    padding-top:20px;
}

.reward-point-box {
    width: 400px;
}

.reward-text {
    font-size: 14px;
    float: left;
    position: relative;
    clear: both;
    margin-top: 10px;
    color: #2a2a2a;
    font-family: Arial, Verdana, sans-serif;
}

.reward-text a {
    color: #E03415;
    text-decoration: none;
}

.reward-text-small {
    font-size: 12px;
    float: left;
    position: relative;
    clear: both;
    margin-top: 10px;
    color: #2a2a2a;
    font-family: Arial, Verdana, sans-serif;
}

.reward-point-header{
    font-weight:700;
    font-size:16px;
}

.reward-point-separator {
    margin: 8px 0px 8px 0px;
    height: 1px;
    background-color: #cccccc;
}

.reward-point-total{
    font-size:16px;
    text-align:left;
    line-height:24px;
    float: left;
    position: relative;
    color: #2a2a2a;
    font-family: Arial, Verdana, sans-serif;
}

.reward-point-total-no {
    font-size:16px;
    text-align:right;
    line-height:24px;
    float: right;
    position: relative;
    font-family: Arial, Verdana, sans-serif;
}

.reward-point-dollar{
    font-size:72px;
    align-content:center;
    line-height:100px;
}

.reward-point-label{
    font-size:28px;
    line-height:0px;
    font-family: Arial, Verdana, sans-serif;
}

.reward-prev-point {
    float: left;
    position: relative;
    text-align: left;
    color: #2a2a2a;
    font-family: Arial, Verdana, sans-serif;
}

.reward-prev-point-no {
    float: right;
    position: relative;
    text-align: right;
    color: #2a2a2a;
    font-family: Arial, Verdana, sans-serif;
}

.reward-point-earn-label{
    font-size: 16px;
    color: #E03415;
    line-height: 24px;
    font-family: Arial, Verdana, sans-serif;
}

.reward { 
    color: #2a2a2a;
    font-family: Arial, Verdana, sans-serif;
}

.reward-order {
    color: #2a2a2a;
    font-family: Arial, Verdana, sans-serif;
}

.reward a {
    color: #2a2a2a;
    text-decoration: underline !important;
}

.reward-confirm {
    background-image: url("/App_Templates/Skin_7/css/images/order-confirm-rewards-program.jpg"); 
    width: 415px;
    height: 37px;
    margin-bottom: 16px;
}

.reward-confirm-earn {
    background-image: url("/App_Templates/Skin_7/css/images/order-confirm-earn-more.jpg"); 
    width: 456px;
    height: 58px;
    margin-top: -14px;
    margin-bottom: 16px; 
}

.reward-certificate{
    line-height:1px;
    margin-top:-10px !important;
}

.reward-order-confirm-section {
	margin:0 auto;
    text-align:center;
    position:relative;	
    padding: 10px 0px 6px 0px;
}

.reward_program_confirm_area {
    width: 580px;
    display: inline-block;
    border: 1px solid #a09c83;
    margin: 0px 4px 0px 4px;
}

.reward-point-earn-box {
    background-color:#ffffff;
    color:#2a2a2a;
    padding:24px;
    text-align:left;
    position: relative;
    float: left;
    height: 230px;
    width: 532px;
}

.facebook-share-box {
    background-color:#ffffff;
    color:#2a2a2a;
    text-align:left;
    position: relative;
    float: left;
    padding: 24px 14px 24px 24px;
    height: 230px;
    width: 542px;
}

.reward-earn-img {
    position: relative;
    margin-top: -14px;
}

.ocboxes {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #a09c83; 
}

.sg-border {
    border-top: 1px solid #a09c83;
    border-bottom: 1px solid #FFFFFF; 
    margin-top: 26px;
}

.js-share-points {
    color:#FFF !important;
}

.social-spacer {
    padding-top:4px;
    vertical-align: middle;
    font-size: 16px;
    display: block;
    font-family: Arial, Verdana, sans-serif;
}

.social-spacer a {color:#FFF !important; text-decoration: underline!important;}
.social-spacer span {
    position: relative;
    top: -8px; 
    font-size: 16px; 
    color: #2a2a2a;
    font-family: Arial, Verdana, sans-serif;
}

.social-sep {
    height: 36px;
}

.js-tweeter {
    color:#FFF !important;
}

.padding_bottom40{
   padding-bottom:40px;
}

.table-frame{
    line-height:1.2;
    font-size:14px;
}

.table-frame th{
    color:#E03415;
    padding:10px 5px;
    border-bottom: 3px solid #E03415 !important;
}

.table-frame_section
{
	border-bottom:1px solid #E03415;
	font-size:14px;

}

.table-frame_row{
	padding:5px;
	border-bottom:1px dotted #666;
	float:left;
}

.table-frame {
    width:100%;
}
.table-frame,.table-frame td,.table-frame th {
    border-style:none;
}
    .table-frame td {
         margin-bottom:0 !important;
         line-height:normal !important;
    }

    .table-frame td, .table-frame th {
        padding: 10px;
        border-bottom: 1px dotted #666;
    }

        .table-frame td .table-frame_details {
            width:auto;
        }


.payment_cc_col2 .mydds {
    float: left;
    height: 31px;
    color: #767676;
    padding-top: 5px;
    padding-left: 2px;
    width: 180px;
}

.payment_cc_col_month .mydds {
    float: left;
    height: 31px;
    color: #767676;
    padding-top: 5px;
    padding-left: 2px;
    width: 90px;
    border: 1px solid #cecece;
}

.payment_cc_col_month .mydds:focus {
    border: 1px solid #818181;
    color: #2a2a2a;
}

.payment_cc_col_year .mydds {
    float: left;
    height: 31px;
    color: #767676;
    padding-top: 5px;
    padding-left: 2px;
    width: 70px;
    border: 1px solid #cecece;
}

.payment_cc_col_year .mydds:focus {
    border: 1px solid #818181;
    color: #2a2a2a;
}

.payment_section_box
{
	padding:8px 8px 14px 20px;
}

.payment_section_box h4
{
	font-size:16px;
	color:#333333;
	font-family:'Candara';
	padding:6px 0;
	text-transform:uppercase;
    font-weight:bold;
}

.payment_section_box p
{
	font-size:12px;
	color:#45433f;
	font-family: 'Candara';
    font-weight:normal;
	padding:6px 0;
}

.payment_section_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
	padding:6px 0;
}

/* SOCIAL SHARE RIGHT SIDE WIDGET */

#social-sidebar {
	right: 0;
	margin-top: -75px; /* (li * a:width) / -2 */
	position: fixed;
	z-index: 999997;
	top: 40%;

}
#social-sidebar ul {list-style: none; margin: 0; padding: 0; 	-webkit-box-shadow: -4px 0px 11px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 0px 11px -4px rgba(0,0,0,0.75);
	box-shadow: -4px 0px 11px -4px rgba(0,0,0,0.75);
	border-radius: 8px 0 0 8px;}
#social-sidebar li {
    height: 48px;
}
#social-sidebar li:first-child { border-radius: 8px 0 0 0; background-color: #E03415; display: block; position: relative; text-align: center; width: 51px; height:64px;}
#social-sidebar li:last-child a { border-radius: 0 0 0 8px; }    
#social-sidebar a { background-color: #E03415; display: block; height: 48px; position: relative; text-align: center; width: 51px; text-decoration:none;}
#social-sidebar a[class*="facebook"], #social-sidebar a[class*="twitter"], #social-sidebar a[class*="pinterest"] {  
                background-image: url(/images/sg/share-facebook.png);
                width: 51px;
                height: 48px;
                display: inline-block;
}    
#social-sidebar a[class*="twitter"] {
    background-image: url(/images/sg/share-twitter.png);    
}
#social-sidebar a[class*="pinterest"] {
    background-image: url(/images/sg/share-pinterest.png);    
}
#social-sidebar a[class*="facebook"]:hover, #social-sidebar a[class*="facebook"]:focus {
       background-color:#fff;
       background-image: url(/App_Templates/Skin_7/css/images/share-facebook-red.png);
    }
    #social-sidebar a[class*="twitter"]:hover, #social-sidebar a[class*="twitter"]:focus {
       background-color:#fff;
       background-image: url(/App_Templates/Skin_7/css/images/share-twitter-red.png);
    }
    #social-sidebar a[class*="pinterest"]:hover, #social-sidebar a[class*="pinterest"]:focus {
       background-color:#fff;
       background-image: url(/App_Templates/Skin_7/css/images/share-pinterest-red.png);
    }

    #social-sidebar a[class*="chat"]:hover, #social-sidebar a[class*="chat"]:focus {
        background: #B50103;
    }

.contact-margin {
    margin-top:20px !important; 
	border-radius: 8px 0 0 8px !important;
    height:81px;
}

.contact-margin li:first-child { height:81px !important; border-radius: 8px 0 0 8px !important;}
.contact-margin li a { height:81px !important; border-radius: 8px 0 0 8px !important;}


.padding0 {
    padding:0 !important;
}

.padding-top0 {
    padding-top:0 !important;
}

.padding-bottom0 {
    padding-bottom:0 !important;
}

.padding-topbottom0 {
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.social-row{
    float:left;
    clear:left;
    padding-bottom:5px;
    font-family: 'Candara-Bold';
    font-size: 13px;
    color: #666;
}

.padding-top10{
    padding-top:10px;
}

.fb-pos{
    margin-right:5px;
}

.pin-pos{
    margin-right:5px;
}

.twit-pos{

    padding-top:5px !important;
}

.pinterest-follow{
    font-family:Candara;
    font-size:13px;
    margin-top:10px;
}

.pinterest-follow span{
    font-family:Candara !important;
    font-size:13px !important;
    padding:0 4px 0 20px !important;
    line-height:20px !important;
    display:inline block;

}

.recipe_send_email_pnl input[type=text] {
    width: 250px;
    height: 31px;
    line-height: 16px;
    outline: none;
    border: 1px solid #cecece;
    text-align: left;
    font-size: 13px;
    color: #818181;
    margin-right: 10px;
    padding-left: 3px;
}
.field_validation_error {
    color: red;
}
.signup_form_footer .form-inner .formleft label{
    padding-left:0px !important;
}

.signin_box label {
    padding-left:0px !important;
}

.giftcertamt label {
    padding-left:0px !important;
    padding-right:10px;
}

.hide{
    clip: rect(1px, 1px, 1px, 1px); 
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.left10{
    left: 0;
}

.left5 {
    left: 7px;
}

.recipe-subhead {
    font-family: Candara-Bold;
    font-weight:normal;
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

.box-checkout-order-summary {
    width: 209px;
    font-size: 16px;
    padding-top: 7px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 7px !important;
    font-family: 'Candara';
}

.checkout-order-summary td {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-align: right;
    font-family: 'Candara';
}

.checkout-order-summary th {
    font-size: 16px;
    text-align: right;
    font-weight: normal;
    line-height: normal;
    font-family: 'Candara';
}

#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
}
#skiptocontent a:focus {
    position: static;
    left: 0px;
    top: 0px;
    background: #B3005C;
    outline: 0;
    display: block;
    transition: top .1s ease-in, background .5s linear;
}



.blog_overview th {
    text-align: left;
    border-bottom: 2px solid #e03415;
    padding: 0 10px;
}

.blog_overview td {
    padding: 0 10px;
    border-bottom: 1px dotted #666;
}

.blog_overview ol {
    padding-left: 30px;
    padding-bottom: 30px;
    width: 95%;
    float: left;
}

/* prev / next links */
.cycle-prev, .cycle-next, .cycle-pause, .cycle-play { position: absolute; top: 180px; width:30px; opacity: 0.4; filter: alpha(opacity=40); z-index: 1200; height: 30px; cursor: pointer; }
.cycle-prev { left: 15px;  background: url(/App_Templates/Skin_7/css/images/fancy_nav_left.png) no-repeat;}
.cycle-next { right: 15px; background: url(/App_Templates/Skin_7/css/images/fancy_nav_right.png) no-repeat;}
.cycle-prev:hover, .cycle-next:hover, .cycle-pause:hover, .cycle-play:hover { opacity: .9; filter: alpha(opacity=90) }

.cycle-pause, .cycle-play { top: 335px; left: 430px;}
.cycle-pause { background: url(/App_Templates/Skin_7/css/images/icons/fancy_pause.png) no-repeat;}
.cycle-play { background: url(/App_Templates/Skin_7/css/images/icons/fancy_play.png) no-repeat;}
.shoppingcart table th {
    text-align : left;
}
.shoppingcart table td {
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid #a19d83;
    padding-top: 0px;
}
    .shoppingcart table td a {
        line-height: 18px;
    }
    .shoppingcart table td p {
        line-height: 14px;
        padding-bottom: 10px;
        margin-top: -3px;      
    }
.shoppingcart table tr > td:last-child {      
    border-right: 1px solid #a19d83;
}
.shoppingcart table tr > td:first-child {      
    border-left: 1px solid #a19d83;
}
.shoppingcart table tr.shipment-panel td {
    background-color: #d6d5d4;
}

.noline {
    text-decoration: none !important;
    border: none !important;
}

.product_box_cat .prodtitle:hover {
    text-decoration: underline;
}

.expanded-menu-lnk:focus img {
    display: block;
}

.expanded-menu-lnk img {
    display: none;
}

.csc-code {
    float:right;
    max-width: 395px;
}

.sortby-dropdown select {
    width: 170px !important;
    background-position: 131px 0px !important;
}
.sortby-dropdown label{
    margin: 0 10px 0px 0px;
}
.search.page-not-found{
    width:auto;
    position: static;
    background: none;
    float: left;
    margin-left: 20px;
}

.page-not-found p{
    margin-bottom:10px;
 }

.search.page-not-found input[type="text"]{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    vertical-align: top;
    background: white;
    color: black;
    width: 35%;
}

.search.page-not-found input[type="button"]{
    float: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-position: center 3px;
    height: 40px;
    margin-top: -2px;
    vertical-align: top;
}

.mobile-button {
    display:none;
}


.faq li {
    margin-bottom: 0px !important;
    list-style-position: inside;
}

    .faq li.q {
        background: #FFF;
        font-size: 16px;
        cursor: pointer;
        padding: 5px 25px 15px 25px !important;
        margin-bottom: 5px !important;
        list-style-position: inside;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
    }

        .faq li.q:focus {
            border-bottom: none !important;
        }

.faq .a {
    background: #fff;
    display: none;
    color: #2a2a2a;
    border-bottom: 1px solid #ccc;
    padding: 15px 25px 25px 50px !important;
    list-style: none;
}

.faq .down-arrow {
    float: right;
    margin-right: 10px;
    vertical-align: baseline;
    top: 10px;
    position: relative;
}


.rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section_content {
    float: left;
    margin: 0 0 0 20px;
    position: relative;
    text-align: left;
    font-family: 'Candara';
    font-size: 14px;
    line-height: normal;
    color: #333333;
}

    .section_content h1 {
        font-family: ExpletusSansSemiBold;
        font-size: 36px;
        font-weight: normal;
        text-decoration: none;
        color: #4B4B4B;
        margin-bottom: 25px;
        border-bottom: none;
    }

    .section_content h2 {
        font-family: 'ExpletusSansSemiBold';
        font-size: 24px;
        font-weight: normal;
        color: #333333;
        margin-top: 15px;
        margin-bottom: 15px;
        border-bottom: none;
    }

        .section_content h2.news {
            font-family: 'Candara';
            font-size: 18px;
            font-weight: bold;
            text-transform: none;
            color: #333333;
            margin-top: 0px;
            margin-bottom: 0px;
            border-bottom: none;
        }

            .section_content h2.news a {
                color: #333333;
                text-decoration: none;
            }

                .section_content h2.news a:hover {
                    color: #333333;
                    text-decoration: underline;
                }

    .section_content h3 {
        font-family: 'Candara';
        font-size: 16px;
        color: #821718;
        padding-bottom: 2px;
    }

    .section_content a {
        text-decoration: none;
        color: #e03415;
    }

        .section_content a:hover {
            text-decoration: underline;
            color: #e03415;
        }

        .section_content a:hover, a:active {
            outline: none;
        }

    .section_content p {
        font-family: 'Candara';
        font-size: 14px;
        line-height: normal;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
        line-height: 18px;
    }

    .section_content .strong {
        font-weight: bold;
    }

    .section_content ul {
        list-style: disc !important;
        list-style-position: inside !important;
    }

    .section_content li {
        font-family: 'Candara';
        list-style-position: outside;
        font-size: 14px;
        line-height: normal;
        padding: 0px !important;
    }

.specials span a {
    padding-left: 15px;
    color: #e03415;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Candara';
}

    .specials span a:hover {
        text-decoration: underline;
    }

.commertial-customers-forms .required-label {
    color: #91281d;
}

.infoarea a:visited {
    text-decoration: none;
}


.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

.btn-collapse {
	width: 14px;
	height: 14px;
	border: 1px solid;
	margin-left: 5px;
	margin-top: -3px;
	position: relative;
	vertical-align: middle;
	color: #777;
}

	.btn-collapse:before, .btn-collapse:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #777;
		color: #777;
	}

	.btn-collapse:before {
		width: 7px;
		height: 2px;
	}

	.btn-collapse:not(.show):after {
		width: 2px;
		height: 7px;
		z-index: 1;
	}


/*---- CSS for single checkout  page----*/

.row {
	display: block;
	float: left;
	width: 100%;
}

.col-1 {
	width: 8.333333%;
	float: left;
}

.col-2 {
	width: 16.666666%;
	float: left;
}

.col-3 {
	width: 25%;
	float: left;
}

.col-4 {
	width: 33.333333%;
	float: left;
}

.col-5 {
	width: 41.666666%;
	float: left;
}

.col-6 {
	width: 50%;
	float: left;
}

.col-7 {
	width: 58.333333%;
	float: left;
}

.col-8 {
	width: 66.666666%;
	float: left;
}

.col-9 {
	width: 75%;
	float: left;
}

.col-10 {
	width: 83.333333%;
	float: left;
}

.col-11 {
	width: 91.666666%;
	float: left;
}

.col-12 {
	width: 100%;
	float: left;
}

.align-right {
	text-align: right !important;
}

.m-10 {
	margin: 10px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.p-10 {
	padding: 10px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-160 {
	padding-right: 160px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pl-27 {
	padding-left: 27px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.checkout-info-links {
	float: left;
	line-height: 12px;
	margin-top: 5px;
}

	.checkout-info-links a, .checkout-info-links a:visited {
		font-size: 11px;
		text-decoration: none;
	}

		.checkout-info-links a:hover {
			color: #91281d;
			text-decoration: underline;
		}

.dialog-background {
	display: none;
	background: none repeat scroll 0 0 rgba(0,0,0,.4);
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

.dialog-background-open {
	display: block;
	background: none repeat scroll 0 0 rgba(0,0,0,.4);
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

.dialog-wrapper {
	background: none repeat scroll 0 0 #FFFF;
	border: 0 none;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	padding: 20px;
	overflow: scroll;
	max-height: 75%;
}

.addaddressbox {
	width: 320px;
	height: 26px;
	line-height: 16px;
	outline: none;
	border: 1px solid #cac6aa;
	text-align: left;
	font-size: 13px;
	color: #818181;
	display: block;
	float: left;
	margin-right: 2px;
	padding-left: 3px;
}
.checkout-fullwidth-rightarea {
	width: 385px;
	float: left;
	margin-left:20px;
}

.checkout-fullwidth-rightarea .inner-rightarea {
	border: 1px solid #A4A086;
	font-size: 16px;
	color: #45433F;
	min-height: 233px;
	font-family: 'Candara';
	padding: 12px;
	float: left;
	background-color:#FFF;
}

.checkout-fullwidth-rightarea .maintitle {
	font-size: 26px;
	color: #45433F;
	font-family: Candara-Bold;
	font-weight: normal !important;
	line-height: 48px;
	margin-top:10px;
}
	.checkout-fullwidth-rightarea .inner-rightarea .boxinfo {
		margin: 0 0 0 0;
	}

		.checkout-fullwidth-rightarea .inner-rightarea .boxinfo p {
			font-size: 14px;
			padding-top: 10px;
			padding-left: 10px;
		}

		.checkout-fullwidth-rightarea .inner-rightarea .boxinfo h4 a, .checkout-fullwidth-rightarea .inner-rightarea .boxinfo h4 a:visited {
			color: #b41e04;
			text-decoration: none;
		}

			.checkout-fullwidth-rightarea .inner-rightarea .boxinfo h4 a:hover {
				color: #2a2a2a;
				text-decoration: underline;
			}

.standard-text {
	font-family: 'Candara',Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: normal;
}

.standard-text-bold {
	font-family: 'Candara',Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 600;
}

.small-text {
	font-size: 12px !important;
}

.standard-link a {
	color: #E03415;
	text-decoration: none;
}

	.standard-link a:hover, .standard-link a:active {
		text-decoration: underline;
	}

.checkout-fullwidth-rightarea a {
	color: #E03415;
	text-decoration: none;
}

	.checkout-fullwidth-rightarea a:hover, .checkout-fullwidth-rightarea a:focus {
		text-decoration: underline;
	}

.checkout-leftcol {
	float: left;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #A4A086;
	font-size: 14px;
	color: #45433F;
	font-family: 'Candara';
	background-color: #FFF;
	padding:20px;
}

	.checkout-leftcol a {
		color: #E03415;
		text-decoration: none;
	}

		.checkout-leftcol a:hover, .checkout-leftcol a:hover {
			text-decoration: underline;
		}

.align-left{
	text-align:left;
}

fieldset.checkout_options, .checkout_options {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset.checkout_options legend, .checkout_options .subhead {
		font-family: 'Candara';
		font-weight: 500;
		float: left;
		width: 100%;
		font-size: 15px;
		color: #45433F;
	}

		fieldset.checkout_options legend span, fieldset.checkout_options legend label, .checkout_options .subhead span {
			font-size: 14px;
			color: #45433f;
			font-family: 'Candara';
			font-weight: normal;
		}

.checkout-mainheading {
	font-size: 18px;
	font-family: 'Candara-Bold';
}

.checkout_subheading {
	font-family: 'Candara';
	font-weight: 500;
	float: left;
	width: 100%;
	font-size: 15px;
	color: #333333;
}

	.checkout_subheading span {
		font-size: 14px;
		font-family: 'Candara';
		font-weight: normal;
	}

.optionTable td {
	margin-bottom: 5px !important;
	margin-right: 10px !important;
	line-height: 15px !important;
	font-size: 14px;
}

.optionTable label {
	padding-left: 3px !important;
}

.ship-method-details {
	font-size: 12px;
}

	.ship-method-details:before {
		content: " - "
	}

.tbox95 {
	width: 95% !important;
	height: 31px;
	line-height: 16px;
	outline: none;
	border: 1px solid #cecece;
	text-align: left;
	font-size: 13px;
	color: #767676;
	display: block;
	margin-right: 2px;
	padding-left: 3px;
}

	.tbox95:active, .tbox95:focus, .tbox:active, .tbox:focus {
		border: 1px solid #818181;
		color: #333333;
	}

.mydds {
	float: left;
	height: 31px;
	color: #767676;
	padding-top: 5px;
	padding-left: 2px;
	border: 1px solid #cecece;
	height:35px;
}

	.mydds:active {
		color: #333333;
		border: 1px solid #818181;
	}

.gift-message-box {
	outline: none;
	border: 1px solid #cecece;
	text-align: left;
	color: #45433f;
	font-size: 12px;
	display: block;
	float: left;
	margin: 0;
	width:95%;
}

.btn-completeorder {
	color: #fffef0;
	overflow: hidden;
	background-color: #E03415;
	padding-top: 6px;
	padding-bottom: 5px;
	font-family: Candara;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 48px;
	border: 1px solid #A19D83;
	text-align: center;
}

	.btn-completeorder:active {
		border-color: #8f1600;
		color: #FFF;
	}

	.btn-completeorder:hover {
		background: #CC1F00;
	}

	.btn-completeorder:before {
		position: absolute;
		height: 100%;
		font-size: 100%;
		line-height: 3.5;
		color: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.btn-completeorder:active:before {
		color: #b50103;
	}

.btn-completeorderc:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-completeorderc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}



.btn-addnewaddress {
	color: #E03415;
	overflow: hidden;
	background-color: #e5e5e5;
	font-family: Candara;
	font-size: 12px;
	width: 125px;
	height: 25px;
	border: 1px solid #E03415;
	text-align: center;
}

	.btn-addnewaddress:active {
		border-color: #ccc;
		color: #ccc;
	}

	.btn-addnewaddress:hover {
		background: #ccc;
	}

	.btn-addnewaddress:before {
		position: absolute;
		height: 100%;
		font-size: 100%;
		line-height: 3.5;
		color: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.btn-addnewaddress:active:before {
		color: #ccc;
	}

	.btn-addnewaddressc:before {
		left: 70%;
		opacity: 0;
		top: -8px;
	}

.btn-addnewaddressc:hover:before {
	left: 80%;
	opacity: 1;
	top: -8px;
}

.simpleLoginOverlayBox .lbRememberPassword {
	font-size: 14px;
	padding-left: 0 !important;
	color: #2a2a2a;
}

.simpleLoginOverlayBox .directrow .lbRememberPassword input {
	width: auto;
}

.simpleLoginOverlayBox .forgotPassword {
	display: inline-block;
	font-size: 15px;
}

.simpleLoginOverlayBox .oos_signup_form .login_column .social_row {
	padding: 40px 0px 10px 78px;
}

.RatingsCommentHeader {
	float: left;
	clear: none !important;
	width: 120px !important;
}

.RatingCommentText {
	float: left !important;
	clear: none !important;
	width: calc(100% - 120px) !important;
	margin-top: 7px;
}

	.RatingCommentText p {
		font-size: 16px;
	}

.RatingsCommentHeader .date {
	display: block;
}

.RatingsCount {
	color: #4b4b4b;
	font-size: 14px;
	padding-right: 10px;
}

.reviews_details .overall-rating {
	padding-left: 10px;
	padding-right: 10px;
}

.comments-load-more-container {
	text-align: center;
}

	.comments-load-more-container .btn {
		height: auto;
	}

.comments-container {
	padding: 0 !important;
}

.simpleLoginOverlayBox .back-link {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 16px;
}

.simpleLoginOverlayBox .error-message, .simpleLoginOverlayBox .success-message {
	display: none;
	font-size: 18px;
	padding-bottom: 20px;
}

.simpleLoginOverlayBox .error-message {
	color: red;
}

.CommentHelpfulText {
	font-family: 'Candara' !important;
	font-size: 14px !important;
	color: #2a2a2a !important;
	font-weight: normal;
	line-height: 1.5;
	width: 100%;
	border-top: none;
	padding: 0px 0px 20px 0px !important;
	border: none;
	text-align: right;
}

	.CommentHelpfulText legend {
	}

	.CommentHelpfulText span {
		vertical-align: top;
	}

.pd_review a {
	text-decoration: none;
	color: #E03415;
}

	.pd_review a:visited {
		text-decoration: none;
		color: #E03415;
	}

	.pd_review a:hover {
		text-decoration: underline;
		color: #E03415;
	}
/* small */
@media all and (max-width: 1279px) 
	{

    /* general site elements starts */

.wrapper {
	padding-top: 20px;
	width: 1212px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	width: 1212px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
	padding-top: 0px;
}

.nav_outter_wrapper{
	width: 100%;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	min-height: 96px;
	position: relative;
    top: -26px;
}

.nav_inner_wrapper{
    width: 1212px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
}

.nav_section_wrapper{
    width:981px;
    float:left;
}

.nav_search_wrapper{
    width:228px;
    float:left;
    min-height: 96px;
}

.sub_header {
	width: 100%;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	min-height: 40px;
	position: relative;
}

.sub_header_wrapper {
	width: 981px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
}

.gifts {
	width: 961px; 
	float: left;
	color: #666; 
	font-size: 15px;
	font-family: 'Candara';
    height:40px;
	}


.gifts .giftcerts {
    width:130px;
    float:left;
    height:40px;
    }

.gifts .gourmetfoodgifts {
    width:63px;
    float:left;
    height:40px;
    }

.gifts .collections {
    width:108px;
    float:left;
    height:40px;
    }

.gifts .blog {
    width:60px;
    float:left;
    height:40px;
    }

.gifts .recipes {
    width:83px;
    float:left;
    height:40px;
    }

.gifts .sale {
    width:66px;
    float:left;
    height:40px;
    }

    .gifts .headeralert {
        padding: 0 10px;
        width: 423px;
        float: left;
        height: 40px;
        text-align: center;
        padding-top: 10px;
        color: #f74627;
    }

        .gifts .headeralert a {
            color: #f74627 !important;
        }

.gifts .headeralert  a:hover, a:active {
    text-decoration:underline;
}
	
.sidebar {
	float: left;
	width: 228px;
	padding-bottom: 10px;
	position: relative;
}

.sidebarpadding{
    padding-bottom:20px;
	}

        .sidebar .heading {
            background: url(/App_Templates/Skin_7/css/images/aside_header_bg.jpg) no-repeat left top;
            height: 32px;
            color: #FFF;
            font-family: 'ExpletusSansSemiBold';
            text-transform: uppercase;
            font-size: 17px;
            padding: 15px 0 0 8px;
            font-weight: normal;
            width: 194px;
        }

            .sidebar .heading a {
                text-decoration: none;
                color: #FFF;
            }

.sidebar .heading a:hover {
	color: #E03415;
	}

.sidebar .heading a:visited {
    text-decoration:none;
	}

        .sidebar .heading2 {
            background: url(/App_Templates/Skin_7/css/images/aside_header_bg2.jpg) no-repeat left top;
            height: 47px;
            color: #FFF;
            font-family: 'ExpletusSansSemiBold';
            text-transform: uppercase;
            font-size: 17px;
            padding: 15px 0 0 8px;
            font-weight: normal;
            line-height: 1.2;
            width: 194px;
        }

            .sidebar .heading2 a {
                text-decoration: none;
                color: #FFF;
            }

.sidebar .heading2 a:hover {
	color: #E03415;
	}

.sidebar .heading2 a:visited {
    text-decoration:none;
	}

.sidebar .lefthand_nav {
	font-family: Candara-Bold;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
    text-transform:uppercase;
	}

.sidebar .lefthand_nav a {
    text-decoration:none;
	}

.sidebar .lefthand_nav a:hover {
	color: #821718;
	}

.sidebar .lefthand_nav a:visited {
    text-decoration:none;
	}

.sidebar .sidebar_outter_frame{
	background:url(/App_Templates/Skin_7/css/images/sidebox-shadow.png) no-repeat bottom center;
	padding-bottom:4px;
    width:200px;
    }

.sidebar .sidebar_frame
{
	background:#fff url(/App_Templates/Skin_7/css/images/aside_headingbg.jpg) repeat-x left top;
	padding:15px 5px 0 15px;
	border:1px solid #9c977e;
	z-index:1;
	position:relative;
    width:180px;	
}

.sidebar h2 a:visited {
    text-decoration:none;
	}

.sidebar span {
	font-family: Candara-Bold;
    display:block;
	padding-top:10px;
	font-weight:normal;
	font-size: 18px;
	line-height: 22px;
	}

	
.fullwidthcontent {
	width: 1200px;
	float: left;
	padding-bottom: 20px;
}

.fullwidthcontent h1 {
    font-size: 28px;
    font-family: Candara-Bold;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin: 10px 0px;
    line-height: 1;
}
	
.content {
	width: 984px;
	padding-left: 0px;
	float: right;
	padding-bottom: 20px;
}

.content .subsectiontitle {
	font-family: 'Candara-Bold';
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
    border-bottom:1px dotted #000000;
    color:#000000;
    padding-top:5px;
    margin-top:20px;
    text-transform:uppercase;
	}

.content h4 {
	font-family: Candara-Bold;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	padding-left: 10px;
	}
	
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	margin-bottom: 10px; /* this creates the space between the navigation on the content below */
	left: 0px;
	position: relative;
}
ul.nav li {
    font-size:13px;
	font-family: 'Candara-Bold';
    color:#858585;
    font-weight:400;
}
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 1px 0 1px 0;
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        text-decoration: none;
        color: #676767;
    }
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #E03415;
}


ul.aside_ul2 {
	list-style: none; /* this removes the list marker */
	margin-bottom: 10px; /* this creates the space between the navigation on the content below */
	border-top: 1px dotted #CCC;
	width: 224px;
	font-size: 16px;
	font-family: 'ProximaNovaCond-Light';
	left: 0px;
	position: relative;
    text-transform:none !important;
}
ul.aside_ul2 li {
    font-size:16px;
    color:#666;
	width: 224px;
}
ul.aside_ul2 a, ul.aside_ul2 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 1px 0 1px 10px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: #FFFFFF;
    color:#666;
}
ul.aside_ul2 a:hover, ul.aside_ul2 a:active, ul.aside_ul2 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #FFFFFF;
	color: #E03415;
}

li.navviewall {
	list-style: none; /* this removes the list marker */
	margin-bottom: 10px; /* this creates the space between the navigation on the content below */
	width: 200px;
	font-size: 14px;
	font-family: 'Candara';
	position: relative;
}

li.navviewall a, li.navviewall a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0px 7px 7px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
}
li.navviewall a:hover, li.navviewall a:active, li.navviewall a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #E03415;
}

/* ~~ The footer ~~ */
.footer {
	padding: 20px 0;
	background-color: #FFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
	margin: 0 auto;
	color: #515050;
	font-size: 17px;
	font-family: Candara-Bold;
}

.Navigation { height: 55px; width:100%; min-width:984px; margin: 0 auto;}

#nav_wrapper {
	width: 984px;
	margin: 0 auto;
	text-align: center;
	height: 54px;
}
	

#NavigationInside { padding-left: 0px; width: 984px; margin: 0 auto;
display: inline-block;
text-align: center;
vertical-align: middle;
 }

#NavigationInside ul {margin: 0 auto; text-align: center; }

.Navigation ul li { 
float: left; 
position: relative; 
list-style: none; 
padding-top: 11px; 
padding-bottom: 8px;
border-right:1px solid rgba(255,255,255,.35);  
width: auto;
text-align: center;
height: 34px;
line-height:16px;
vertical-align: middle;
display: inline-block;
 }

#item-1 { width: 70px;}
#item-2 { width: 92px;}
#item-3 { width: 80px;}
#item-4 { width: 55px;}
#item-5 { width: 78px;}
#item-6 { width: 45px;}
#item-7 { width: 58px;}
#item-8 { width: 81px;}
#item-9 { width: 66px;}
#item-10 { width: 91px;}
#item-11 { width: 116px;}
#item-12 { width: 141px; border: none;}

.Navigation ul li a { font-size: 15px; font-family: 'Candara-Bold'; color: #FFF; text-decoration: none;  line-height: 16px; }

.Navigation ul li a:hover {color: #E03415;}

.Navigation ul li:hover {height: 38px;}

.Navigation ul li ul li:hover {background: none; -webkit-box-shadow: none; -moz-box-shadow: none; height: auto; border: none; }

.arrow-up { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #E03415; position: absolute; left: 20px; top:-8px; 
opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */
}

.Navigation ul li .ultraNav { position: absolute; top: 51px; left: -80px; width: 530px; border: 2px solid #E03415; z-index: 500; -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.6); -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.6); box-shadow: 0 3px 8px black; display: none; padding: 15px;
/* background-color:rgba(207,187,154,0.6); */
 /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255,255,255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(255,255,255, 0.95);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99cfbb9a, endColorstr=#99cfbb9a);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99cfbb9a, endColorstr=#99cfbb9a)";
}

.ultraNavWide {width:550px !important;} 

.first_menu { left: 0px!important; }
.arrow_first { left: 35px!important; }
.second_menu { left: -40px!important; }
.arrow_second { left: 90px!important; }
.arrow_100 {left: 100px!important;}
.arrow_65 {left: 65px!important;}
.fourthlast_menu { left: -335px!important; }
.arrow_fourthlast { left: 375px!important; }
.thirdlast_menu { left: -395px!important; }
.arrow_thirdlast { left: 435px!important; }
.secondlast_menu { left: -435px!important; }
.arrow_secondlast { left: 480px!important; }
.last_menu { left: -455px!important; }
.arrow_last { left: 495px!important; }

.left_span { left: -360px!important; }
.arrow_left { left: 390px!important; }
.left_span_wide { left: -230px!important; }
.arrow_left_wide { left: 295px!important; }

.hmenu { 
width: 528px; 
float: left; 
position: relative;
float: left;
text-align: left;
padding-bottom: 10px;
}

.hmenuwide{
    width:520px !important;
}

.hmenu .top-header {
width: 528px;
height: auto;
font-size: 18px;
color: #E03415; 
font-weight: normal;
font-family: 'Candara-Bold';
line-height: 16px;
}

.mtitle { 
width:132px;
float:left;
padding-top:8px;
color: #4b4a4a !important; 
}

.mtitlewide {width:130px !important;}


.mtitlethree { 
width:166px !important;
}

.mtitle a {
text-decoration:none;
font-weight: normal !important; 
font-size: 14px !important; 
color: #2a2a2a !important; 
font-family: 'Candara' !important;
    }

.mtitle a:hover {
text-decoration:underline;
color: #E03415 !important;
    }


.Navigation ul li ul li .extended h2, .Navigation ul li .ultraNav h2 {  
font-size: 18px;
width: 145px;
color: #E03415; 
font-weight: bold;
padding-bottom: 5px;
font-family: 'Candara-Bold';
line-height: 20px;
float: left;
position: relative;
}

.Navigation ul li .ultra .top-header {
width: 145px;
height: auto;
}

.Navigation ul li .ultra .top-header a {
font-size: 18px;
color: #E03415; 
font-weight: bold;
font-family: 'Candara-Bold';
line-height: 20px;
}

.ultraNav h2 { text-align: left; }

.Navigation ul li .ultra { width: 145px; float: left; margin: 10px 0 10px 10px; }

.Navigation ul li .ultra .top-header {font-size: 18px; color: #E03415; font-weight: bold;}

.Navigation ul li .ultra:first-child { margin: 0; }

.Navigation ul li .ultraNav .arrow-up { left: 116px; }

.Navigation ul li .ultra a { 
font-weight: normal; 
font-size: 14px; 
color: #2a2a2a; 
font-family: 'Candara';
}

.Navigation ul li .ultra li { 
width: 145px; 
line-height: 20px; padding: 3px 5px;
/*background: url(images/linkback.png) no-repeat;*/ 
text-align: left;  
border: 0px!important; 
height: auto;
}

.Navigation ul li ul li:hover a { 
color: #E03415; 
padding: 0px!important;
height: 20px;
}

.Navigation ul li:hover .ultraNav { display: block; }

.logo {
	position: relative;
	width: 215px; 
	float: left;
    height:157px;
	}

.logo .logoarea{
    position:relative;
    width: 215px;
    float:left;
    padding-top:30px;
    padding-bottom:30px;
}

.logo .logoarea h1{
    padding:0px;
    margin:0px;
    height:75px;
}

.logo img {
	position: relative;
	width: 198px; 
	float: left;
	color: #E03415; 
	}

.logo .logotoprow {
	position: relative;
	width: 215px;  
	float: left;
	vertical-align: middle;
	font-size: 12px;
	font-family: 'Candara';
    height:20px;
    vertical-align:middle;
    padding-top:2px;
	}
		
.slogan {
	width: 288px;
    float:left; 
	}

.slogan .slogantoprow{
	width: 288px; 
	vertical-align: middle;
	font-size: 12px;
	font-family: 'Candara';
    height:20px;
    vertical-align:middle;
    padding-top:2px;
	}

    .slogan .slogantext {
        width: 288px;
        font-size: 16px;
        color: #f74627;
        float: left;
        padding-right: 30px;
        padding-top: 32px;
        font-family: 'ExpletusSansBold';
        line-height: 27px;
    }

.infoarea {
    float: left; 
	vertical-align: middle;
	font-size: 16px;
	font-family: 'Candara';
    padding-left: 50px;
	padding-right: 10px;
	padding-top: 34px;
    width: 270px;
    color: #FFF;
}

.infoarea a {
    color: #FFF !important;
}

.infoarea a:hover, a:active {
    text-decoration:none;
    color: #E03415 !important;
}

.cart {
	width: 358px; 
	font-size: 12px; 
	color: #9F9E9E; 
	float: right;
	text-align: right;
	font-family: 'ExpletusSansBold';
	}

.cart a {text-decoration: none; }

.cart_row a { padding-left: 0px; }

.cart_row span.button:hover {
	 background-color: #56100a; 
	}

.cart_row {
	float: right; 
	padding-top: 16px;
	vertical-align: middle;
	font-size: 15px;
	font-family: 'Candara';
	}

.cart_rowtop {
	float: right; 
	padding-right: 10px;
    padding-top:6px;
	vertical-align: middle;
	font-size: 12px;
	font-family: 'ExpletusSansBold';
    height:20px;
    vertical-align:middle;
    width:648px;
	}

.header_left {
	float: left; 
	padding-left: 10px;
    padding-top:6px;
	vertical-align: middle;
	font-size: 12px;
	font-family: 'ExpletusSansBold';
    height:20px;
    vertical-align:middle;
    width:480px;
    color: #FFF;
	}

.header_left a {
    color: #FFF !important;
}

.header_left a:hover, a:active {
    text-decoration:none;
    color: #E03415 !important;
}


.header_right {
	float: right; 
	padding-right: 10px;
    padding-top:6px;
	vertical-align: middle;
	font-size: 12px;
	font-family: 'ExpletusSansBold';
    height:20px;
    vertical-align:middle;
    width:680px;
    text-align: right;
    color: #9F9E9E;
	}

.header_bar a {text-decoration: none; color: #9F9E9E; }
.header_bar a:hover { color:#E03415; }

.header_bar {
    background-color: transparent;
}

#cart-tip {
	cursor: pointer;
}

#ctip {
	font-size: 12px;
	font-family: 'Candara';
	color: #E03415;
}

#ctip img { 
border: 1px solid #ccc; 
vertical-align: top;
}

#ctip span {
	font-size: 14px;
	color: #535353;
	top: 5px;
	position: relative;
}

.ct1 {
	width: 100px;
	float: left;
}

.ct2 {
	width:140px;
	float: right;
	position: relative;
	padding-left: 10px;
}

.navi { margin: 0 auto; position: relative;}

.slider_area
{
	height:348px;
	width:964px;
	position:relative;
}

.pager{
	width:70px;
	height:12px;
	position:absolute;
	left:330px;
	bottom:20px;
	z-index:9999;
}

.pager a{
	display:block;
	width:11px;
	height:10px;
	margin-right:5px;
	float:left;
	text-indent:-9999px;
	background:url(/App_Templates/Skin_7/css/images/normal-slide.png) no-repeat top center;
}

.pager a:hover,.pager a.activeSlide{
	background:url(/App_Templates/Skin_7/css/images/active-slide.png) no-repeat top center;
	margin-top:1px;
	}				

.slider2
{
	height:354px;
	width:984px;
	overflow:hidden;
}

.banner_slider{
	height:354px;
	width:984px;
	position:relative;
}

.banner_info{
	text-align:center;
}

.banner_info h2{
	font-family: 'MarcelleScript', 'Candara';
	padding-bottom:12px;
    line-height:1.2;
}

.banner_info p{
	font-family: 'Candara';
	font-size:18px;
	padding-top:10px;
	line-height:1.4;
    padding-bottom:10px;
}

.slider_cont p{
	line-height:19px;
	font-size:14px;
	font-family: 'Candara';
}

.banner_shadow{
	background:url(/App_Templates/Skin_7/css/images/banner-shadow.png) no-repeat center bottom;
	width:720px;
	height:6px;
}

.top_slide0 { 
	position: absolute;
	width: 495px; 
	height: 465px;
	float: left;
	color: #4b4b4b; 
	background-color: #FFF;
	padding-top: 12px;
	}

#slider1_container_small { 
	position: absolute;
	width: 460px; 
	height: 433px;
	float: left;
	color: #4b4b4b; 
	background-color: #FFF;
	padding-top: 12px;
	}
	
.slider2_container_small {
	position: absolute;
	width: 737px; 
	height: 433px;
	float: right;
	color: #4b4b4b; 
	background-color: #FFF;
	padding: 12px;
	left: 462px;
	}
	
.sub_header_slider {
	width: 1212px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
	height: 480px;
	min-height: 480px;
}	

.sub_header_slider_wrapper {
	width: 100%;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
}	

.slider_left_frame{
    position:absolute;
    width: 488px !important; 
    height: 433px !important;
    float:left;
}

.slider_left_frame a {
    color:#FFF;
    text-decoration:none;
}

.slider_left_frame a:hover {
    text-decoration:underline;
}


.slider_right_frame{
    position: absolute !important;
    width: 704px !important; 
    height: 433px !important;
    float: left !important;
}

.slider_right_frame a {
    color:#FFF;
    text-decoration:none;
}

.slider_right_frame a:hover {
    text-decoration:underline;
}


slider_left_caption_frame{
    position:absolute;
    top: 283px !important;
    width: 480px !important;
}


.sub_slide_text {
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
	color: #E03415; 
	font-size: 24px;
	text-align: center;
	top: -15px;
	font-family: Candara;
}	

.adv { 
float: left; 
padding-top: 20px;
}

.adv img {width: 200px; }

.product_box{
	background:#fff;
	height:350px;
	width: 209px;
    border: 1px solid #A4A086;
	padding:10px 10px 10px 10px;
}

.product_box .prodtitle { 
    font-family: 'Candara';
    font-size: 17px;
    font-weight:700;
    color: #E03415;
    line-height:22px;
}

.product_box .prodtitle a { 
    color: #E03415;
    text-decoration:none;
}

.product_box .prodtitle a:hover { 
    text-decoration:underline;
}

.product_box .main-image img {
	margin:0px 0px 3px;
	border:0px;
	width: 209px;
}

.product_box .desc {
    font-size:13px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
	position: relative;
    top:2px;
    }

.product_box .quant {
	position: relative;
	top: 9px;
    font-size:13px;
	color:#45433F;
	font-weight:normal;
	font-family: 'Candara';
}

.product_box .rating-stars {
    font-size:12px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:7px;
    margin:0px !important;
    position:relative;
    top:8px;
}

.on_sale{
 width:97px;
 height:95px;
 position:absolute;
 top:8px;
 right:0px;
 z-index:499;
 border:0px;
}

.product_box .rating-stars img{
    margin:0px !important;
	}
	
.product_box span{
	font-size:14px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
}

.prod_price {
	position: relative;
    top:12px;
	font-size:13px;
	color:#45433F;
	line-height: 16px;
	font-family: 'Candara';
	font-size: 14px;
	font-weight: bold;
}

.prod_container {
	float: left;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 15px;
}

.prod_container_last {
	float: left;
	position: relative;
	padding-left: 8px;
	padding-top: 15px;
}

.small_sellers_container {
	float: left;
	position: relative;
	padding-top: 15px;
	padding-right: 26px;
}

.small_sellers_container_last {
	float: left;
	position: relative;
	padding-top: 15px;
	padding-left: 2px;
}

.small_sellers{
	background:#fff;
	height:188px;
	width: 299px;
    overflow:hidden;
}

.small_sellers ul {
        padding: 0px 0px 0px 30px;
    }

.title_sidebar {
	top: 30px;
	position: relative;
}

.title_sidebar h4 {
	font-family: Candara-Bold;
	font-weight: normal;
	font-size: 22px;
	}
	
.newssection {
	top: 30px;
	position: relative;
    margin-bottom: 30px;
}

.specials {
	top: 30px;
	position: relative;
    margin-bottom: 30px;
}

.specials h4 {
	font-family: Candara-Bold;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	padding-left: 10px;
	}
	
.border {
	border-top: 1px solid #d6d6d6;
	height: 1px;
	width: 950px;
	float: left;
	top: 30px;
	position: relative;
	padding-top: 20px;
	left: 10px;
}

.footer_top {
	width: 100%;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	min-height: 270px;
	position: relative;
}

.footer_top_abs {
	width: 100%;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	min-height: 25px;
}

.footer_wrapper {
	width: 1212px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
}

.about_img {
	position: relative;
	width: 225px; 
	float: left;
	color: #4b4b4b; 
	background-color: #FFF;
	font-size: 16px;
	font-family: 'Candara';
	right: 0px;
	}
.about_img img { width: 225px; }
	
.about_text {
	width: 962px; 
	color: #545454; 
	font-size: 14px;
	font-family: 'Candara';
	float: left;
	padding-top: 8px;
	background-color: #FFF;
	padding-left: 10px;
	}

.about_text h2 {
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Candara-Bold;
	font-weight: normal;
	font-size: 32px;
	line-height: 36px;
}

.footer_mid {
	width: 100%;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
    background:#24231f;
}

.footer_mid_wrapper {
	width: 1212px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
}
.familylogos {
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    width:1212px;
    color:#DCD7BE;
    font-family:'Candara';
    font-size:14px;
    text-align:center;
        }

.familylogoheader {
    width:1212px;
    height:20px;
    padding:5px 0;
    text-align:center;
    text-align:center;
    color:#DCD7BE;
        }

.familylogos .logospot1{
    width:375px;
    font-size:12px;
    float:left;
    position:relative;
    padding:20px 0px 20px 40px;
}

.familylogos .tagtext{
    width:375px;
    font-size:12px;
    float:left;
    position:relative;
    padding:10px 0px 10px 0px;
    text-align:center;
    color:#DCD7BE;
}

.familylogos .logospot{
    width:375px;
    font-size:12px;
    float:left;
    position:relative;
    padding:20px 0px;
}

.logo_img {
	position: relative;
	width: 240px; 
	float: left;
	color: #4b4b4b; 
	top: 60px;
	}

.logo_img img { width: 180px; }
	
.footer_text {
	width: 175px; 
	color: #DCD7BE; 
	font-size: 12px;
	font-family: 'Candara';
	float: left;
	padding:0 45px;
	}
	
.footer_text_last {
    border-right: 1px solid #CCC;
    min-height: 200px;
	}

        .footer_text .catname {
            padding-top: 10px;
            padding-bottom: 8px;
            padding-left: 0px;
            padding-right: 0px;
            border-bottom: 1px solid #DCD7BE;
            font-size: 14px;
            color: #DCD7BE;
            font-weight: normal;
        }

ul.footer_nav1 {
	margin-top: 6px;
	list-style: none; /* this removes the list marker */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	width: 218px;
}
ul.footer_nav1 li {
	width: 204px;
}
ul.footer_nav1 a, ul.footer_nav1 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 3px 7px 2px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #fff;
}
ul.footer_nav1 a:hover, ul.footer_nav1 a:active, ul.footer_nav1 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
}

ul.footer_nav2 {
	margin-top: 6px;
	list-style: none; /* this removes the list marker */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	width: 160px;
}
ul.footer_nav2 li {
	width: 160px;
}
ul.footer_nav2 a, ul.footer_nav2 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 3px 7px 2px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #DCD7BE;
}
ul.footer_nav2 a:hover, ul.footer_nav2 a:active, ul.footer_nav2 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
}

/*footer gourmet club signup form*/
.signup_form_footer
{
	width:330px;
    position:relative;
    float:left;
    font-family:'Candara';
    color:#DCD7BE;
    padding-left:45px;
}

    .signup_form_footer .catname {
        padding-top: 10px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #DCD7BE;
        font-size: 14px;
        color: #fd4728;
        font-weight: normal;
    }

.signup_form_footer .intro_text {
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
    font-family:Candara;
}

.signup_form_footer .intro_text_success {
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	color: #E03415; 
}


.signup_form_footer .form-inner
{
    margin:0 0 15px 0;
	width:340px !important;
	padding-bottom: 15px;
}

.signup_form_footer .form-inner .formleft-buttons
{
	float:left;
	text-align:right;
	margin:10px 10px 0 0;
	width:64px;
}

.signup_form_footer .form-inner .formleft
{
	float:left;
	text-align:right;
	margin:3px 10px 0 0;
	width:64px;
    font-family:'Candara';
	font-size:12px;
	color:#DCD7BE;
}

.signup_form_footer .form-inner .formright
{
	float:left;
	text-align:left;
	height:20px;
}

.signup_form_footer .form-inner .formbutton
{
	float:left;
	text-align:left;
	height:30px;
    padding-bottom:20px;
}

.signup_form_footer .form-inner .formright input
{
	margin:0px;
    padding-left:5px;
    width:210px;
	height:20px;
	line-height:16px;
	outline:none;
	border:1px solid #DCD7BE;
	text-align:left;
	font-size:12px;
	color:#818181;
	display:block;
	float:left;
	margin-right:2px;
    padding-left:3px;
}

.signup_form_footer .form-inner .formright input:focus {
    border:1px solid #818181;
    color:#333333;
    }

.left-pad { padding-left: 45px ; }
.imgpad img { 
padding-left: 30px;
padding-right: 15px;
 }
 
.bfooter {
	color: #DCD7BE;
	font-size: 14px;
	font-family: Candara;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}

.search {
	width:228px;
	height:93px;
	position:absolute;
	background:url(/App_Templates/Skin_7/css/images/search-background.jpg) no-repeat top right;
	top:0px;
	right:0px;
	}

.search_heading{
	height:19px;
	background:url(/App_Templates/Skin_7/css/images/search-text.jpg) no-repeat top left;
	margin:9px 0 13px 9px;
}

	
.search input[type="text"]{
	width:151px;
	height:35px;
	background:url(/App_Templates/Skin_7/css/images/search-field.jpg) no-repeat left top;
	margin:31px 2px 0 2px;
	border:none;
	font-size:13px;
	color:#FFF;
    padding:0px 0px 0px 5px;
    text-align:left;
}

.search input:focus{
    color:#FFF;
}

.search input[type="button"]{
	margin:31px 10px 0 0;
    background: url(/App_Templates/Skin_7/css/images/search-button.png) no-repeat;
    width:45px;
    height:34px;
    border:none;
    cursor:pointer;
	float:right;
}


/* caption */

.caption_black {
    position: absolute; 
    top: -20px; 
    left: 0px; 
    width: 400px; 
    height: 160px;
    color: #fff; 
    font-size: 19px; 
    line-height: 27px; 
    text-align: left;
    font-family: 'Candara';
    padding: 30px;
	background-color:rgba(75, 94, 94, 0.6);
}

.caption_black h2 {
	font-size: 37px;
	font-family: ProximaNovaT-Thin;
    font-weight:normal;
    color:#FFF;
    line-height:44px;
    padding:0px;
    margin:0px;
}
.caption_black span {
	position: relative;
	top: 12px;
}

.caption_red {
    position: absolute; 
    top: -20px; 
    left: 0px; 
    width: 667px; 
    height: 150px;
    color: #fff; 
    font-size: 19px; 
    line-height: 27px; 
    text-align: left;
    font-family: 'Candara';
    padding: 35px;
	background-color:rgba(145, 40, 29, 0.7);
}

.caption_red h2 {
	font-size: 37px;
	font-family: ProximaNovaT-Thin;
    font-weight:normal;
    color:#FFF;
    line-height:44px;
    padding:0px;
    margin:0px;
}

.caption_red span {
	position: relative;
	top: 12px;
}

/*top sellers*/
.grid {
    width: 299px;
	height: 188px;
    list-style: none;
	position: relative;
	right: 30px;
}
 
.grid li {
    display: inline-block;
    width: 299px;
    text-align: left;
    position: relative;
}

.grid figure {
    margin: 0;
    position: relative;
}

.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    left: 0;
    color: #FFF;
    bottom:56px !important;
}

    .grid figcaption h2 {
        margin: 0;
        padding: 0;
        color: #c71e00;
        font-family: 'Candara-Bold';
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        width: 100%;
    }

    .grid figcaption p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
        width: 100%;
        margin: 20px auto;
    }

    .grid figcaption h3 {
        margin: 0;
        padding: 0;
        color: #c71e00;
        font-family: 'Candara-Bold';
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
    }
 
.grid figcaption a {
    text-decoration: none;
    position:inherit;
    color:inherit;
}

.grid figcaption a:hover {
    text-decoration: underline;
}

.cs-style-3 figure {
    overflow: hidden;
}

.cs-style-3 figure img {
    transition: transform 0.4s;
}
 
.cs-style-3 p { font-size: 16px; margin:0; padding:0; color:#2A2A2A; line-height:1;}
 
.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
    transform: translateY(-50px);
}

        .cs-style-3 figcaption {
            height: 40px;
            padding-left: 18px;
            padding-top: 3px;
            width: 100%;
            top: auto;
            bottom: 0;
            opacity: 1;
            background-color: #e6e4d1;
            /* transform: translateY(100%);
    transition: transform 0.4s, opacity 0.1s 0.3s; */
        }

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s, opacity 0.1s;
}

/*.cs-style-3 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}*/

.contact_us {
	position: absolute;
	right:0px;
	bottom: -112px;
	z-index: 9999;
}

/* contact */

.cl-effect a::before,
.cl-effect a::after {
	position: absolute;
	top: 50%;
	left: 36%;
	width: 30px;
	height: 30px;
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect a::after {
	width: 30px;
	height: 30px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect a:hover::before,
.cl-effect a:hover::after,
.cl-effect a:focus::before,
.cl-effect a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

#slider1_container_small {display: inline; }
#slider1_container_large {display: inline; }

#slider2_container_small {display: inline; }
#slider2_container_large {display: inline; }

.socials {
    clear:left;
}

.socials .item { padding-right: 5px; float:left; }

.gifts a {text-decoration: none;}
.gifts a:hover {text-decoration: none; color: #E03415!important}
.gifts a:visited {text-decoration: none; color: #4b4b4b;}

.cart a {text-decoration: none; color: #868686}
.cart a:hover {text-decoration: none; color: #E03415!important}
.cart a:visited {text-decoration: none; color: #868686;}

/* general site elements ends */


/* category */

.spacing { padding: 5px; }

.breadcrumbs {
	font-size: 14px;
	font-family: 'Candara';
	color: #4b4b4b;
	padding-top: 3px;
    text-decoration:none;
	text-transform:capitalize;
    font-weight:normal;
}

.breadcrumbs .crumb
{
	font-size:14px;
	color:#4b4b4b;
	font-family: 'Candara';
    font-weight:normal;
}

.breadcrumbs .crumb a
{
	font-size:14px;
	color:#4b4b4b;
	font-family: 'Candara';
	text-transform:capitalize;
    font-weight:normal;
    text-decoration:none;
	
}

.breadcrumbs .crumb a:hover{text-decoration:underline; color:#E03415;}


.content h1 {
	font-size: 28px;
	font-family: Candara-Bold;
	font-weight: normal;
	position: relative;
    text-transform:uppercase;
    border-bottom:1px solid #000;
    margin:10px 0;
    line-height:1;
}

#slider1_container_large_cat { 
	position: relative;
	width: 373px; 
	height: 352px;
	float: left;
	color: #4b4b4b; 
    display:inline;
	}

#slider1_container_large_cat img{ 
	width: 373px; 
	height: 352px;
    border:0px;
	}

#slider2_container_large_cat {
	position: absolute;
	width: 598px; 
	height: 352px;
	float: right;
	color: #4b4b4b; 
    display:inline;
	}

#slider2_container_large_cat img{
	width: 598px; 
	height: 352px;
    border:0px;
	}


.slider_left_container { 
	position: absolute;
	width: 373px; 
	height: 352px;
	float: left;
	color: #4b4b4b; 
	background-color: #fff;
	padding-top: 12px;
	}
	
.slider_right_container {
	position: absolute;
	width: 598px; 
	height: 352px;
	float: right;
	color: #4b4b4b; 
	background-color: #FFF;
	padding: 12px;
	left: 386px;
	}
		
.slideshow_cat {
	width: 984px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
	height: 376px;
	min-height: 376px;
}

.slideshow_text_cat {
	font-size: 16px;
	font-family: 'Candara';
	line-height: 26px;
	color: #333333;
	position: relative;
	padding-top: 15px; 
}

/* caption */

.caption_black_cat {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 373px; 
	height: 116px;
    color: #fff; 
	font-size: 17px; 
	line-height: 23px; 
	text-align: left;
	font-family: 'Candara';
	padding: 25px;
}

.caption_black_cat .title {
	font-size: 37px;
	font-family: Candara-Bold;
}

.caption_black_cat span {
	position: relative;
	top: 12px;
}

.caption_red_cat {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 598px; 
	height: 116px;
    color: #fff; 
	font-size: 17px; 
	line-height: 23px; 
	text-align: left;
	font-family: 'Candara';
	padding: 25px;
}

.caption_red_cat .title {
	font-size: 38px;
	font-family: Candara-Bold;
}

.caption_red_cat span {
	position: relative;
	top: 8px;
}

.caption_black_cat_st {
	position: absolute; 
	top: 214px; 
	left: 0px; 
	width: 338px; 
	height: 110px;
    color: #fff; 
	font-size: 18px; 
	line-height: 25px; 
	text-align: left;
	font-family: 'Candara';
	padding: 15px 20px 25px 20px;
	background-color:rgba(75, 94, 94, 0.7);
}

.caption_black_cat_st a {
    text-decoration:none;
    color:#FFF;
}

.caption_black_cat_st a:hover {
    text-decoration:underline;
}

.caption_black_cat_st .title_cat_st {
	font-size: 37px;
	font-family: ProximaNovaT-Thin;
	color: #fff; 
    line-height:34px; 
}

.caption_black_cat_st span {
	position: relative;
	top: 8px;
}

.caption_red_cat_st {
	position: absolute; 
	top: 214px; 
	left: 12px; 
	width: 558px; 
	height: 110px;
    color: #fff; 
	font-size: 18px; 
	line-height: 25px; 
	text-align: left;
	font-family: 'Candara';
	padding: 15px 20px 25px 20px;
	background-color:rgba(145, 40, 29, 0.7);	
}

.caption_red_cat_st a {
    text-decoration:none;
    color:#FFF;
}

.caption_red_cat_st a:hover {
    text-decoration:underline;
}

.caption_red_cat_st .title_cat_st {
	font-size: 37px;
	font-family: ProximaNovaT-Thin;
	color: #fff; 
    line-height:34px; 
}

.caption_red_cat_st span {
	position: relative;
	top: 12px;
}
/*Recipe Box Display*/
.recipe_box_cat {
    background: none repeat scroll 0% 0% #FFF;
    height: 330px;
    width: 224px;
    border: 1px solid #A4A086;
    padding: 10px;
}

.recipe_box_cat .prodtitle { 
    font-family: Candara-Bold;
    font-size: 16px;
    font-weight:normal;
    color: #E03415;
    line-height:1.2;
}

.recipe_box_cat .prodtitle a { 
    color: #E03415;
    text-decoration:none;
}

.recipe_box_cat .prodtitle a:hover { 
    text-decoration:underline;
}

.recipe_box_cat img{
	margin:0px;
	border:0px;
	width: 213px;
}

.recipe_box_cat .desc {
	position: relative;
	padding-top: 9px;
}

.recipe_box_cat .quant {
	position: relative;
	top: 9px;
}

.recipe_box_cat .desc img {
	vertical-align: middle; 
	padding-top: 31px;
	float: right;
	}

.recipe_box_cat span{
	font-size:14px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
}

.recipe_box_cat .rating_stars_cat {
    font-size:12px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:7px;
    margin:0px !important;
    }

.recipe_box_cat .rating_stars_cat img {
    margin:0px !important;
    width:14px;
    height:12px;
}
/* blog post category page display start */

.blog_post_container {
	float: left;
	position: relative;
	padding-top: 15px;
}

.blog_post_subcontainer {
	width: 944px;
    float:left;
    padding-right:20px;
}

    .blog_post_subcontainer .product_box_image {
        width:244px;
        height:244px;
        float:left;
        background-color:#FFF;
        border:1px solid #A4A086;
    }

    .blog_post_subcontainer .product_box_image img{
	border:0px;
    margin:10px;
}

    .blog_post_subcontainer .content_area {
        width:678px;
        float:left;
        padding-left:20px;
    }

    .blog_post_subcontainer .content_area .prodtitle { 
    font-family: Candara-Bold;
    font-size: 28px;
    font-weight:normal;
    color: #E03415;
    line-height:1.4;
}

.blog_post_subcontainer .content_area .prodtitle a { 
    color: #E03415;
    text-decoration:none;
}

.blog_post_subcontainer .content_area .prodtitle a:hover { 
    text-decoration:underline;
}

.blog_post_subcontainer .content_area .desc {
    font-size:13px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:5px;
}

.blog_post_subcontainer .content_area .intro {
    font-size:16px;
	color:#2a2a2a;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:5px;
    line-height:1.4;
}

.blog_post_subcontainer .content_area .intro a {
    color: #E03415;
    text-decoration:none;
}

.blog_post_subcontainer .content_area .intro a:hover {
    text-decoration:underline;
}

.blog_post_subcontainer .content_area .posting_info {
    font-size:14px;
	color:#5D5852;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:10px;
    line-height:1.4;
}

.blog_post_subcontainer .content_area .posting_info a {
    color: #E03415;
    text-decoration:none;
}

.blog_post_subcontainer .content_area .posting_info a:hover {
    text-decoration:underline;
}

.blog_post_subcontainer .content_area .rating_stars_blog {
	color:#5D5852;
	font-weight:normal;
	font-family: 'Candara';
    vertical-align:top;
    line-height:1.4;
}

.blog_post_subcontainer .content_area .rating_stars_blog img {
    margin:0px;
}

.ratings_line
{
	font-size:16px;
	display:block;
	font-family: 'Candara';
    color:#5D5852;
}
.ratings_line a
{
	color:#E03415;
	text-decoration:none;
}
.ratings_line a:hover
{
	text-decoration:underline;
}	

.blog_bc_container {
	font-size: 14px;
	font-family: 'Candara';
	width: 964px;
	border-bottom: 1px dotted #666;
	height: 40px;
}

.blog_breadcrumbs {
	width: 744px;
	float: left;
	padding-top: 7px;
    color:#666;
}

.blog_breadcrumbs a {
	text-decoration: none;
	color:#666;
}

.blog_breadcrumbs a:visited {
	text-decoration: none;
	color:#666;
}

.blog_breadcrumbs a:hover {
	text-decoration: underline;
	color: #821718;
}


.blog_intro_details {
	width: 600px;
    padding-bottom:15px;
}

.blog_intro_details h1 {
	font-family: ExpletusSansSemiBold;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.3;
	color: #E03415;
    border-bottom: none;
    text-transform:none;
    margin-bottom:0px;
}


.blog_overview {
	float: left;
	font-size: 16px;
	font-family: 'Candara';
	line-height:1.4;
	color: #2a2a2a;
    font-weight:normal;
    padding:25px 0px;
    width:600px;
}

.blog_overview img{
    max-width:600px !important;
}

.blog_overview h2 {
	font-family: Candara-Bold;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 12px;
	line-height:1.4;
}

.blog_overview h3 {
	font-family: Candara-Bold;
	font-size: 18px;
	color: #E03415;
	font-weight: normal;
	line-height:1.4;
}

.blog_overview p {
	font-size: 16px;
	font-family: 'Candara';
	line-height:1.4;
	color: #2a2a2a;
    font-weight:normal;
    padding-bottom:15px;
}

.blog_overview ul {
 padding-left:30px;
 padding-bottom:30px;
 width: 95%;
 float: left;
}

.blog_overview ul li {
  list-style-type: disc;
  float: left;
  clear: both;
}

.blog_overview ul a {
  font-weight:normal;
  font-size:16px;
  font-family:'Candara';
  color:#E03415;
  text-decoration:none !important;
  border:inherit;
  padding:0;
  display:inline;
  background:inherit;
  margin:inherit;
  line-height:inherit;
}

.blog_overview ul a:hover {
    text-decoration:underline !important;
    }

.blog_overview ol {
 padding-left:30px;
 padding-bottom:30px;
 width: 95%;
 float: left;
}

.blog_overview ol li {
  float: left;
  clear: both;
  padding-bottom:15px;
}

.blog_overview ol a {
  font-weight:normal;
  font-size:16px;
  font-family:'Candara';
  color:#E03415;
  text-decoration:none !important;
  border:inherit;
  padding:0;
  display:inline;
  background:inherit;
  margin:inherit;
  line-height:inherit;
}

.blog_overview ol a:hover {
    text-decoration:underline !important;
    }

.blog_overview a{
    color:#E03415;
    text-decoration:none;
}

.blog_overview a:hover{
    color:#E03415;
    text-decoration:underline;
}

.blog_reviews_details {
	float: left;
	font-size: 16px;
	font-family: 'Candara';
	line-height:1.4;
	color: #2a2a2a;
    background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
    padding:25px 0px;
    width:600px;
}
.blog_reviews_details .header {
	font-family: Candara-Bold;
	font-size: 22px;
	color: #2a2a2a;
	font-weight: normal;
    line-height:1.4;
    border-top:none;
    background:none;
}

.blog_reviews_details a{
  color:#E03415;
  text-decoration:none;
}

.blog_reviews_details a:hover{
  text-decoration:underline;
}

.blog_comment
{
    padding:25px 0px;
    float: left;
	font-size: 16px;
	font-family: 'Candara';
	line-height:1.4;
	color: #333333;
    width:600px;
    background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
}

.blog_comment_subcontainer {
	width: 600px;
    float:left;
    padding-bottom:15px;
}
    .blog_comment_subcontainer .by_info {
        width:220px;
        float:left;
    }

    .blog_comment_subcontainer .content_area {
        width:380px;
        float:right;
        font-size:16px;
	    color:#2a2a2a;
	    font-weight:normal;
	    font-family: 'Candara';
        line-height:1.4;
    }

.blog_comment .comment-title
{
    float:left;
    width:275px;
	font-family: Candara-Bold;
	font-size: 24px;
	color: #2a2a2a;
	font-weight: normal;
    line-height:1.4;
}

.blog_comment .comment-button-area
{
    float:left;
}

.blog_recipe_container {
	float: left;
	position: relative;
	padding-bottom: 25px;
    background: url("/App_Templates/Skin_7/css/images/complimentary-line.png") repeat-x scroll center top transparent;
    width:600px;
}

.blog_recipe_subcontainer {
	width: 600px;
    float:left;
    padding-top:25px;
}

    .blog_recipe_subcontainer .product_box_image {
        width:244px;
        height:244px;
        float:left;
        border: 1px solid #A4A086;
        background-color:#FFF;
    }

    .blog_recipe_subcontainer .product_box_image img{
	margin:10px;
	border:0px;
}

    .blog_recipe_subcontainer .content_area {
        width:339px;
        padding-left:15px;
        float:left;
        font-size:16px;
	    color:#2a2a2a;
	    font-weight:normal;
	    font-family: 'Candara';
        line-height:1.4;
    }

    .blog_recipe_subcontainer .content_area h2 { 
    font-family: Candara-Bold;
    font-size: 22px;
    font-weight:normal;
    color: #E03415;
    line-height:1.4;
}

    .blog_recipe_subcontainer .content_area h2 a { 
    color: #E03415;
    text-decoration:none;
}

    .blog_recipe_subcontainer .content_area h2 a:hover { 
    text-decoration:underline;
}

        .blog_recipe_subcontainer .view_button { 
    padding-top:15px;
}

        .comment_subcontainer {
	background:#fff;
	width: 984px;
    float:left;
    padding-bottom:15px;
}

    .comment_subcontainer .by_info {
        width:240px;
        float:left;
    }

    .comment_subcontainer .content_area {
        width:740px;
        float:left;
        font-size:16px;
	    color:#666;
	    font-weight:normal;
	    font-family: 'Candara';
        line-height:1.4;
    }


/*Product Box display*/
.product_box_cat {
	background:#fff;
	height:370px;
	width: 213px;
    border: 1px solid #A4A086;
	padding:10px 10px 10px 10px;
}

.product_box_cat .prodtitle { 
    font-family: Candara;
    font-size: 18px;
    font-weight:700;
    color: #E03415;
    line-height:1.1;
}

.product_box_cat .prodtitle a { 
    color: #E03415;
    text-decoration:none;
}

.product_box_cat .prodtitle a:hover { 
    text-decoration:underline;
}

.product_box_cat img {
	margin:0px 0px 3px;
	border:0px;
	width: 213px;
}

.product_box_cat .desc {
    font-size:14px;
	color:#777;
	font-weight:normal;
	font-family: 'Candara';
	position: relative;
    line-height:1.1;
    top:2px;
}

.product_box_cat .desc a{
    font-size:13px;
	color:#E03415;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:5px;
    text-decoration:none;
    float:left;
}

.product_box_cat .desc a:hover{
    text-decoration:underline;
}

.product_box_cat .quant {
	position: relative;
	top: 9px;
}

.product_box_cat .desc img {
	vertical-align: middle; 
	padding-top: 31px;
	float: right;
	}

.product_box_cat span{
	font-size:14px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
}

.product_box_cat .rating_stars_cat {
    font-size:12px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:7px;
    margin:0px !important;
    }

.product_box_cat .rating_stars_cat img {
    margin:0px !important;
    width:14px;
}

.prod_price_cat {
	position: relative;
	top: 8px;
	font-size:14px;
	color:#666;
	line-height:22px;
}

.prod_container_cat {
	float: left;
	position: relative;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 14px;
	background:url(/App_Templates/Skin_7/css/images/product-shadow.png) no-repeat bottom center;
	padding-bottom:4px;
}

.prod_container_last_cat {
	float: left;
	position: relative;
	padding-left: 7px;
	padding-top: 14px;
	background:url(/App_Templates/Skin_7/css/images/product-shadow.png) no-repeat bottom center;
	padding-bottom:4px;
}

.prod_container_first_cat {
	float: left;
	position: relative;
	padding-right: 7px;
	padding-top: 14px;
	background:url(/App_Templates/Skin_7/css/images/product-shadow.png) no-repeat bottom center;
	padding-bottom:4px;
}

.title_cat { 
font-family: Candara-Bold;
font-size: 18px;
color: #E03415;
padding-top: 4px;
}

.title_sidebar_cat h4 {
	font-family: Candara-Bold;
	font-weight: normal;
	font-size: 22px;
	}
	
#socials_cat {
	position: relative;
	top: 25px;
	left: 20px;
}	

.cat_title {
	padding-top: 25px;
	padding-bottom: 5px;
}

.cat_title h2, .cat_title .h2 {
    color: #FFF;
	font-family: Candara-Bold;
	font-weight: normal;
	font-size: 22px;
    text-transform:uppercase;
    background: none repeat scroll 0% 0% #E03415;
    height: 40px;
    border: 1px solid #A89F92;
    padding: 5px 0px 0px 19px;
}

.small_cat_first {
	float: left;
	position: relative;
	padding-right: 4px;
	padding-top: 20px;
}

.small_cat_last {
	float: left;
	position: relative;
	padding-top: 20px;
}

.small_cat {
	float: left;
	position: relative;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 20px;
}

.small_box_cat {
	background:#fff;
	width: 320px;
	/* padding:11px 11px 12px 11px;*/
}

.imgcat {
	width: 70px;
	position: relative;
	float: left;
	margin-top: 5px;
}

.imgcat img {
	width: 70px;
    height: 70px;
    border: 1px solid #A4A086;
}

.right_text {
	position: relative;
	float: right;
	width: 233px;
	padding-left: 10px;
	font-size: 13px;
	font-family: 'Candara';
	color: #333;
}

.right_text a {
    color: #E03415;
    text-decoration:none;
}

.right_text a:hover{
    text-decoration:underline;
}

    .right_text h3 {
        font-family: Candara-Bold;
        font-size: 18.5px;
        color: #E03415;
        font-weight: normal;
    }

.marble_text {
	position: relative;
	float: left;
	width: 292px;
	font-size: 12px;
	padding-right: 10px;
	font-family: 'Candara';
	color: #4b4b4b;
}

.marble_text span {
	font-family: Candara-Bold;
	font-size: 18px;
	color: #E03415;
	text-transform:uppercase;
}

.cat_title_nb {
	font-family: Candara-Bold;
	font-weight: normal;
	font-size: 24px;
	padding-top: 22px;
	padding-bottom: 20px;
	top: 8px;
	position: relative;
	color: #4b4b4b;
}

.brand_cat_first {
	float: left;
	position: relative;
	padding-right: 13px;
}

.brand_cat_last {
	float: left;
	position: relative;
}

.brand_cat {
	float: left;
	position: relative;
	padding-left: 0px;
	padding-right: 13px;
}

.brand_box_cat {
	background:#fff;
	width: 297px;
	min-height: 180px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #e2e2e2
}

.brand_img {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

.brand_text {
	position: relative;
	float: left;
	width: 284px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: 'Candara';
	color: #4b4b4b;
}

.brand_text span {
	font-family: Candara-Bold;
	font-size: 18px;
	color: #E03415;
	width: 272px;
	text-transform:uppercase;
}
	
.logo_img_cat {
	position: relative;
	width: 245px; 
	float: left;
	color: #4b4b4b; 
	top: 60px;
	}

.footer_top_cat {
	width: 100%;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
}	

.footer_top_cat_abs {	
	width: 100%;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	min-height: 180px;
	 clear: both;
	 position: absolute;
	 z-index: 10;
	 margin-top: 190em;
}	

.footer_wrapper_cat {
	width: 984px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
	left: 130px;
}

.about_text_cat {
	width: 984px; 
	color: #545454; 
	font-size: 14px;
	font-family: 'Candara';
	padding-top: 8px;
	background-color: #FFF;
	padding-bottom: 30px;
	}	
	
.about_text_cat h2 {
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Candara-Bold;
	font-weight: normal;
	font-size: 32px;
	line-height: 36px;
}

.contact_us_cat {
	position: absolute;
	right:0px;
	bottom: -232px;
	z-index: 9999;
}

/* sub category */

.desc_text {
	color: #2a2a2a; 
	font-size: 15px;
	font-family: 'Candara';
	padding-bottom: 22px;
}

.desc_text a{
    color:#E03415;
    text-decoration:none;
}

.desc_text a:hover{
    text-decoration:underline;
}

.dropdown {
	float: left;
	position: relative;
	width: 250px;
    overflow: hidden!important;
}
.dropdown select {
	  border: 1px solid #A4A086 !important; 
      -webkit-appearance: none; 
      -moz-appearance: none; 
      background: url(/App_Templates/Skin_7/css/images/select_arrow.gif) no-repeat; 
      background-color: #fff;
	  background-position: 211px 0px;  
      width: 276px;
	  font-size: 14px;
   	  font-family: 'Candara'; 
      text-indent: 0.01px; 
      text-overflow:ellipsis; 
      color: #333333;
	  padding: 6px;
	  height: 36px;
}

.page_details {
	border-bottom: 1px dotted #666;
	padding-bottom: 50px;
	font-size: 14px;
   	font-family: 'Candara'; 
	color: #333333;
}

.pages_count {
    margin-left:10px;
	text-align: center;
	float: left;
	padding-top: 6px;
	position: relative;
	float: left;
    color: #333333; 
}

.pages_count a { 
	color: #333333; 
	text-decoration: none;
}
.pages_count a:hover { 
	color: #E03415; 
	text-decoration: underline;
}
.pages_count a:visited { 
	color: #333333; 
	text-decoration: none;
}

.products_per_page {
	float: right;
	position: relative;
	width: 255px;
	vertical-align: middle; 
    text-align:right;
}

.pp_select {
	float: right;
	position: relative;
	width: 89px;
	overflow: hidden!important;
    padding-left:5px;
}

.pp_text {
	position: relative;
	top: 6px;
}

.products_per_page select {
	  border: 1px solid #A4A086 !important; 
      -webkit-appearance: none; 
      -moz-appearance: none; 
      background: url(/App_Templates/Skin_7/css/images/select_arrow.gif) no-repeat; 
      background-color: #fff;
	  background-position: 50px 0px;  
      width: 120px;
	  font-size: 14px;
   	  font-family: 'Candara'; 
      text-indent: 0.01px; 
      text-overflow: ellipsis; 
      color: #333333;
	  padding: 6px;
	  height: 36px;
	  vertical-align: middle; 
}

.rating_stars_sub {
	height: 14px;
    font-size:12px;
	color:#E03415;
	font-weight:normal;
	font-family: 'Candara';
 position:relative;
 border:0px;
margin-top:5px;
 left:-3px;
}

.price_box {
    position: absolute; 
    bottom: 0px; 
}

.price_box .desc {
    font-size:13px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
    font-style:normal;
    padding:10px;
}

.price_box .desc a { 
	color:#E03415;
    text-decoration:none;
}

.price_box .desc a:hover { 
    text-decoration:underline;
}

.price_select {
    width: 235px;
    overflow: hidden !important;
    padding-bottom:0px;
}
.price_select select {
	  border: 1px solid #A4A086 !important; 
      -webkit-appearance: none; 
      -moz-appearance: none; 
      background: url(/App_Templates/Skin_7/css/images/select_arrow_small.gif) no-repeat; 
      background-color: #fff;
	  background-position: 202px 0px;  
      width: 235px;
	  font-size: 12px;
   	  font-family: 'Candara'; 
      text-indent: 0.01px; 
      text-overflow:clip; 
      color: #333333;
	  padding: 4px;
	  height: 28px;
}
/*Recipe box subcategory*/
.recipe_box_subcat {
	background:#fff;
	height:330px;
	width: 213px;
	border:1px solid #dfdfdf;
	padding:11px 10px 10px 10px;
}

.recipe_box_subcat .prodtitle { 
    font-family: Candara;
    font-size: 16px;
    font-weight:normal;
    color: #E03415;
    line-height:20px;
}

.recipe_box_subcat .prodtitle a { 
    color: #E03415;
    text-decoration:none;
}

.recipe_box_subcat .prodtitle a:hover { 
    text-decoration:underline;
}

.recipe_box_subcat .product_box_image img{
	margin:0px 0px 5px;
	border:0px;
	width: 213px;

}

.recipe_box_subcat .desc {
    font-size:13px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:5px;
}

/*Info Article Subcategory*/
.info_article_box {
	background:#fff;
	height:265px;
	width: 213px;
	border:1px solid #dfdfdf;
	padding:11px 10px 10px 10px;
}

.info_article_box h2{
    font-family: Candara;
    font-size: 15px;
    font-weight:normal;
    color: #2a2a2a;
    line-height:1.1;
}

.info_article_box .prodtitle { 
    font-family: Candara;
    font-size: 24px;
    font-weight:normal;
    color: #E03415;
    line-height:1.4;
}

.info_article_box .prodtitle a { 
    color: #E03415;
    text-decoration:none;
}

.info_article_box .prodtitle a:hover { 
    text-decoration:underline;
}

.info_article_box .desc {
    font-size:15px;
	color:#2a2a2a;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:5px;
    line-height:1.4;
}

.info_article_box .desc a{
	color:#E03415;
    text-decoration:none;
}

.info_article_box .desc a:hover{
    text-decoration:underline;
}

/*Product box subcategory*/
.product_box_subcat{
	background:#fff;
	height:415px;
	width: 213px;
    border: 1px solid #A4A086;
	padding:10px 10px 10px 10px;
}

.product_box_subcat .prodtitle { 
    font-family: Candara;
    font-size: 18px;
    font-weight:700;
    color: #E03415;
    line-height:1.1;
}

.product_box_subcat .prodtitle a { 
    color: #E03415;
    text-decoration:none;
}

.product_box_subcat .prodtitle a:hover { 
    text-decoration:underline;
}

.product_box_subcat .desc {
    font-size:13px;
	color:#777;
	font-weight:normal;
	font-family: 'Candara';
    font-style:italic;
	position: relative;
    line-height:1.4;
    top:2px;
}

.product_box_subcat .product_box_image {
    height:220px;
}

.product_box_subcat .product_box_image img{
	margin:0px;
	border:0px;
	width: 213px;
}
    
.product_box_subcat .summary {
    font-size:13px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:5px;
    line-height:1.2;
}    

.product_box_subcat .desc a{
    font-size:13px;
	color:#E03415;
	font-weight:normal;
	font-family: 'Candara';
    padding-top:5px;
    text-decoration:none;
    float:left;
}

.product_box_subcat .desc a:hover{
    text-decoration:underline;
}
.add_to { 
    width: 235px;
    padding-left:1px;
    padding-bottom:5px;
}

.add_order {
	height: 30px;
	min-height: 30px!important;
}

.qtyadd {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 0px;
    height: 30px;
    width: 30px;
    border:none;
    border-right: 1px solid #ccc;
}

.qtyless {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 0px;
    height: 30px;
    width: 30px;
    border:none;
}

        .qtyno {
            border-left: 1px solid #A4A086;
            border-right: 1px solid #A4A086;
            border-top: none;
            border-bottom: none;
            color: #767676;
            display: block;
            float: left;
            font-size: 18px;
            height: 28px;
            line-height: 26px !important;
            outline: medium none;
            text-align: center;
            width: 30px;
        }
.qtyno a {
	font-size:20px;
	color:#666666;
	font-weight:normal;
	font-family: 'Candara';
	text-decoration: none;
	}


.qtyadd_prod {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 0px;
    height: 30px;
    width: 30px;
    border:none;
    border: 1px solid #A4A086;
}

.qtyless_prod {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 0px;
    height: 30px;
    width: 30px;
    border:none;
    border: 1px solid #A4A086;
}

        .qtyno_prod {
            border-top: 1px solid #A4A086;
            border-bottom: 1px solid #A4A086;
            border-left: none;
            border-right: none;
            color: #767676;
            display: block;
            float: left;
            font-size: 18px;
            height: 28px;
            line-height: 26px !important;
            outline: medium none;
            text-align: center;
            width: 30px;
        }
.qtyno_prod a {
	font-size:20px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
	text-decoration: none;
	}


.addto_cart { 
position: relative; 
}	

.pages_count_down {
	width: 968px;
	text-align: center;
	float: left;
	margin-top: 12px;
	padding: 8px;
	position: relative;
	float: left;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	font-size: 14px;
	font-family: 'Candara'
}

.footer_top_subcat_abs {	
	width: 100%;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	min-height: 175px;
	 clear: both;
	 position: absolute;
	 z-index: 10;
	 margin-top: 121em;
}	

#socials_subcat {
	position: relative;
	top: 5px;
	left: 20px;
}	


/* product details */

.bc_container {
	font-size: 14px;
	font-family: 'Candara';
	width: 1212px;
	border-bottom: 1px dotted #666;
	height: 44px;
}

.pd_breadcrumbs {
	width: 1000px;
	float: left;
	padding-top: 12px;
    color:#666;
}

    .pd_breadcrumbs a {
        text-decoration: none;
        color: #4d4b48;
    }

        .pd_breadcrumbs a:visited {
            text-decoration: none;
            color: #4d4b48;
        }

.pd_breadcrumbs a:hover {
	text-decoration: underline;
	color: #E03415;
}

.pd_socials {
	text-align: right;
	width: 200px;
	float: right;
	height: 23px;
}

.pd_socials img {
	padding-left: 4px;
}

.pd_main_wrapper {
	padding-top: 17px;
}


.blog_main_wrapper {
    width:980px;
}

.blog_main_content {
	width: 650px;
	float: left;
    border-right:1px dotted #666;
}

.blog_product_promo {
	width: 325px;
	float: right;
    min-height:500px;
}

.blog_main_image {
	width: 526px;
	float: left;
	font-size: 18px;
	font-family: 'Candara';
	color: #2a2a2a;
    background-color:#FFF;
    border: 1px solid #A4A086;
    padding:10px;
}


.pd_main_image {
	width: 484px;
	float: left;
	font-size: 18px;
	font-family: 'Candara';
	color: #4b4b4b;
    padding:10px;
    background-color:#FFF;
    border: 1px solid #A4A086;
}

.pd_main_image a {
	text-decoration: none;
}

.pd_main_image a:visited {
	text-decoration: none;
}

.pd_main_image img{
    width:484px;
    height:484px;
}

.pd_main_image a:hover {
	text-decoration: underline;
}

#main_image_container {
	border: 1px solid #ccc;
	width: 484px;
	float: left;
}

#main_image_container img {
	padding: 10px;
	width: 96%;
}

.pd_cart_details {
	width: 694px;
	float: right;
}

.pd_cart_details h1 {
	font-family: ExpletusSansSemiBold;
    font-weight: 400;
	font-size: 36px;
	line-height: 1.3;
	color: #E03415;
}

        .pd_subtitle {
            font-size: 18px;
            line-height: normal;
            font-family: 'Candara';
            font-style: italic;
            color: #4d4b48;
        }

.recipe_intro {
	padding-top: 14px;	
	font-size: 16px;
	line-height:1.4;
	font-family: 'Candara';
}

.pd_review {
	padding-top: 14px;	
	font-size: 14px;
	line-height: normal;
	font-family: 'Candara';
	color: #E03415;
}

.pd_review img {
	vertical-align: middle;
}



.pd_descbox{
    font-family:'Candara';
    font-size:16px;
    font-weight:normal;
    color:#2a2a2a;
    padding-top:15px;
}

.pd_kitheader{
    font-weight:bold;
}

.pd_descbox ul{
    list-style-position:inside;
    padding:0 0 15px 25px;
}

.cart_details {
	margin-top: 16px;
	font-size: 14px;
	line-height: normal;
	font-family: 'Candara';
	color: #333333;
	width: 700px;
    background-color:#FFF;
    border:1px solid #A19D83;
}

        .cart_details td, .cart_details th {
            padding-top: 7px;
            padding-bottom: 8px;
            border-bottom: 1px dotted #A19D83;
            vertical-align: middle;
        }

.cart_details .cart_header {
    background-color:#5D5852;
    color:#FFF;
    font-family:'Candara-Bold';
}

.cart_details_kit {
	font-size: 14px;
	line-height: normal;
	font-family: 'Candara';
	color: #333333;
	width: 700px;
}

    .cart_details_kit td, .cart_details_kit th {
        padding-top: 7px;
        padding-bottom: 8px;
        border-bottom: 1px dotted #666;
        vertical-align: middle;
    }
	
.pd_col1 { width: 150px; text-align: left; padding-left:10px;}
.pd_col2 { width: 85px; text-align: center;}
.pd_col3 { width: 110px; text-align: right; padding-right:10px;}
.pd_col4 { width: 115px; text-align: right; padding-right:10px;}
.pd_col4_kit { width: 145px; text-align: left; padding-left:10px;}
.pd_col5 { width: 145px; text-align: center; margin: 0 auto;}
.pd_col5_oos { width: 145px; margin: 0 auto; padding-top:3px !important; padding-bottom:3px !important; vertical-align:initial !important;}
.pd_col6 { width: 85px; text-align: center;}
.pd_col_qtydisc { width:400px; text-align:left;	color: #E03415;
	font-size: 14px;
	font-family: 'Candara';
	font-weight: bold;
    text-transform:uppercase;
}

.pd_add_order {
	height: 30px;
	min-height: 30px!important;
	width: 105px!important;
	text-align: center;
	margin: 0 auto;
    padding-left:10px;
}

.pd_qtyno {
    border: 1px solid #ccc;
	color: #A19D83;
    display: block;
    float: left;
    font-size: 18px;
    height: 28px;
    line-height: 26px;
    outline: medium none;
    text-align: center;
    width: 51px;
	padding-left: 1px;
	padding-right: 1px;
}
.pd_qtyno a {
	font-size:18px;
	color:#666;
	font-weight:normal;
	font-family: 'Candara';
	text-decoration: none;
	}
	
.pd_add_cart_container {
	padding-top: 12px;
	color: #2a2a2a;
	font-size: 16px;
	font-family: 'Candara';
	font-weight: bold;
    text-transform:uppercase;
}

.pd_add_left_text {
	float: left;
	width: 410px;
    padding-top: 12px;
    padding-left:11px;
}

.pd_add_right_button {
	float: right;
	width: 205px;
	padding-right: 60px;
	height: 50px;
}

.pd_add_left_button {
	float: left;
	padding-left: 65px;
}


.pd_print_recipe_button {
	float: left;
}

#pd_enlarge_container {
	padding-top: 15px;
}

.enlarge {
	width: 120px;
	float: left;
	height: 25px;
	margin-top: 10px;
    font-size: 18px;
    font-family: 'Candara-Bold';
    font-style:italic;
    color: #4B4B4B;
}

.enlarge img {
	vertical-align:middle;
    width:25px;
    height:25px;
}

.enlarge_text {
	position: relative;
	top: 2px;
    padding-left:5px;
}

.pic_thumbnails {
	width: 350px;
	float: right;
	text-align: right;
}

.pic_thumbnails img {
    margin-left: 3px;
    max-width:40px;
    max-height:40px;
    float:right;
    padding:0px;
    line-height:1;
}


/*tabs*/

.tabs {
  color:#727272;
  width:830px;
  border:1px solid #A4A086; 
  float: left;
  min-height: 672px;
}

.idTabs li { 
    list-style:none; 
    float:left; 
    border-right:1px solid #A4A086;
    border-bottom:1px solid #A4A086;
}

.tabfirst { 
    border-bottom:none !important;
}

        .tabs ul a {
            display: block;
            padding: 4px 30px;
            text-decoration: none !important;
            margin: 0px;
            margin-left: 0;
            font-family: Candara-Bold;
            font-weight: normal;
            font-size: 18.5px;
            line-height: 48px;
            color: #555555;
        }

.tabs ul a:hover {
  color:#E03415;
  }
  
.tabs ul a.selected {
  margin-bottom:0;
  color:#727272;
  background:#ffffff;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
  border-bottom: none!important;
  cursor:default;
  height: 49px;
  }
  
.tabs div {
  padding:30px 20px 30px 20px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  font-size: 16px;
  font-family: 'Candara';
  color: #333333;
  line-height:1.4;
}
.tabs div a { color:#2a2a2a; font-weight:bold; }

#tab_first {
	border-left: none!important; 
}

#tabs_container {
	padding-top: 30px;

}

.idTabs {
	height: 56px;
}
/* product details pricing tab */
.pricing_details {
	float: left;
	font-size: 16px !important;
	font-family: 'Candara' !important;
	line-height:1.4;
	color: #2a2a2a !important;
    width:770px;
    background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
    padding:20px 0px !important;
}
.pricing_details .header {
	font-family: Candara-Bold;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 12px;
    line-height:30px;
    width:770px;
    border-top:none;
    background:none;
}

.pricing_details_table {
	padding-top: 16px;
	font-size: 14px;
	line-height: normal;
	font-family: 'Candara';
	color: #333333;
	width: 670px;
}

.pricing_details_table td {
	padding-top: 7px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #4b4b4b; 
	vertical-align: middle;
	}
	
.pricing_col1 { width: 100px; text-align: left;}
.pricing_col2 { width: 200px; text-align: left;}
.pricing_col3 { width: 200px; text-align: left;}
.pricing_col4 { width: 150px; text-align: right; padding-right:20px;}

/* reviews tab */
.reviews_details {
	float: left;
	font-size: 16px !important;
	font-family: 'Candara' !important;
	line-height:1.4;
	color: #2a2a2a;
    width:770px;
    background: url("/App_Templates/Skin_7/css/images/complimentary-line.png") repeat-x scroll center top transparent;
    padding:20px 0px 20px 0px !important;
}
.reviews_details .header {
	font-family: Candara-Bold;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
    line-height:1.4;
    width:770px;
    border-top:none;
    padding:0px !important;
    clear:none !important;
    background:none;
}

.reviews_details .overall-rating {
    padding-left:10px;
}

.reviews_details .your-rating {
    padding-left:10px;
    font-weight:bold;
}

.reviews_details .admin-rating {
    padding-left:10px;
    color:#E03415;
    text-decoration:none;
    font-weight:normal !important;
}

.reviews_details .admin-rating:hover {
    text-decoration:underline;
}

.reviews_details .ratings-sorter{
    font-family: 'Candara' !important;
	font-size: 14px;
	color: #2a2a2a;
	font-weight: normal;
    line-height:1.4;
    width:840px;
    border-top:none;
    padding:10px 0px 10px 0px !important;
    clear:none !important;

}

.RatingsCommentHeader {
    font-family: 'Candara' !important;
	font-size: 14px !important;
	color: #2a2a2a !important;
	font-weight: normal;
    line-height:1.1;
    width:840px;
    border-top:none;
    padding:10px 0px 10px 0px !important;
}

.RatingCommentText{
    font-family: 'Candara' !important;
	font-size: 14px !important;
	color: #2a2a2a !important;
	font-weight: normal;
    line-height:1.1;
    width:840px;
    border-top:none;
    padding:0px 0px 10px 0px !important;
}
        

/* Recipe Details Tab */
.recipe_box {
    padding: 20px 0px 20px 0px !important;
    margin: 0px;
    font-weight: normal;
    background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
    width:770px;
}

.recipe-title-area
{
    float:left;
	font-family: Candara-Bold !important;
	font-size: 24px !important;
	color: #2a2a2a !important;
	font-weight: normal;
    line-height:30px;
    width:770px;
    padding:0px !important
}


.recipe_wrapper {
                padding: 15px 0px 0px 0px !important;
                margin: 0px;
                font-weight: normal;
}

.recipe_details {
                float: left;
                padding: 0px 0px 20px 0px !important;
                position: relative; 
}
.recipe_details a {
                color: #E03415;
                text-decoration: none
}
.recipe_details a:hover {
                text-decoration: underline
}
.recipe_details_inner {
                background: #fff;
                padding: 0px !important;
                float: left;
                width:770px;
}

.recipe_details_inner .recipe_image_area{
    float:left;
    width:244px;
    padding:0px;
    margin:0px;
    clear:none !important;
}

.recipe_details_inner .recipe_content_area{
    float:left;
    width:526px;
    padding:0px;
    margin:0px;
    clear:none !important;
}

.recipe_details_inner .recipe_content_area .recipe_name {
                font-family: 'Candara';
                font-size: 22px !important;
                color: #E03415 !important;
                line-height:1.4;
                float: left;
                padding: 0px!important;
                width:526px;
}
.recipe_details_inner .recipe_content_area .recipe_name a {
                text-decoration: none;
                float: left;
                font-family: 'Candara';
                font-size: 22px !important;
                color: #E03415 !important;
                font-weight:400 !important;
}
.recipe_details_inner .recipe_content_area .recipe_name a:hover {
                text-decoration: underline;
}

.recipe_details_inner .recipe_content_area .recipe_desc{
                font-family: 'Candara';
                font-size: 16px;
                color: #2a2a2a;
                line-height:1.4;
                font-weight: normal;
                float:left;
                clear:none !important;
                padding:0px;
                width:526px;
}

.recipe_details_inner .recipe_content_area .recipe_desc a {
                text-decoration: none;
                color: #E03415 !important;
                font-weight:400 !important;
}
.recipe_details_inner .recipe_content_area .recipe_desc a:hover {
                text-decoration: underline;
}

.recipe_details.norM {
                margin-right: 0px
}

.recipe_details h4 {
                font-weight: normal;
                font-family: 'Candara';
                font-size: 14px;
                color: #45433f;
                padding: 0 0 7px 0;
                line-height: 18px
}


/*  product faq tab */
.product-faq
{
    padding: 20px 0px 20px 0px !important;
    float: left;
	font-size: 16px !important;
	font-family: 'Candara' !important;
	line-height:1.4;
	color: #2a2a2a !important;
    width:770px;
    background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
}

.faq-title-container{
    padding: 15px 0px 15px 0px !important;
    height:40px;
}
.faq-title-container .faq-title-area
{
    float:left;
	font-family: Candara-Bold;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
    line-height:1.4;
    vertical-align:middle;
    padding: 0px !important;
    clear:none !important;
}

.faq-title-container .faq-button-area
{
    float:left;
    clear:none !important;
    padding:0px 0px 0px 15px !important;
}
.faq-response-area{
    padding:0px !important;
    font-size: 16px !important;
	font-family: 'Candara' !important;
    line-height:1.4;
    width:770px;
}

.faq-response-area .faq-question{
    font-weight:bold;
    padding-top:15px;
}
.faq-response-area .faq-answer{
    font-weight:normal;
}
/*Right Related Products*/

#related_right_container {
	width: 325px;
	float: right;
}

#related_right_subcontainer {
	height: 275px;
	padding: 15px;
}

.related_right_title {
	font-family: Candara-Bold;
    font-weight: normal;
    font-size: 22px;
    line-height:1.4;
    color:#4b4b4b;
    padding-right:90px;
}

.related_right_prodlist{
    padding-left:25px;
}

#also_watch_container {
	width: 360px;
	float: right;
	border: 1px solid #A4A086;
    background-color:#FFF;
}

#also_watch {
	height: 642px;
	padding: 15px;
}

.also_watch_title {
	font-family: ExpletusSansSemiBold;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color:#39382B;
    text-transform:uppercase;
}

.also_watch_img {
	width: 100px;
	position: relative;
	float: left;
	margin-top: 5px;
}

.also_watch_img img{
    width:100px;
    height:100px;
    border: 1px solid #A4A086;
}

.right_text_watch {
	position: relative;
	float: right;
	width: 220px;
	padding-left: 10px;
	padding-top: 8px;
	font-size: 13px;
	font-family: 'Candara';
	color: #666;
	line-height: 20px;
}

.right_text_watch a { 
    color: #E03415;
    text-decoration:none;
}

.right_text_watch a:hover { 
    text-decoration:underline;
}

.closingspottext {
    color:#666;
    font-size:14px;
    padding-top:50px;
    font-family:'Candara';
}

.watch_link {
	font-family: Candara-Bold;
	font-size: 18px;
}

.small_box_watch {
	background:#fff;
	width: 340px;
	padding-top: 12px;
	padding-bottom: 3px;
}

.watch_price {
	font-size: 16px;
	font-family: 'Candara';
	color: #666!important;
}

.also_like_container {
padding-top: 15px;		
}

.also_like_container h3 {
	font-family: Candara-Bold;
	font-size: 24px;
	color: #4b4b4b;
	font-weight: normal;
	text-transform:uppercase;	
}



.pd_overview_left {
	width: 790px;
	float: left;
	font-size: 16px !important;
	font-family: 'Candara' !important;
	line-height:1.4;
	color: #2a2a2a !important;
    padding:0px 0px 20px 0px !important;
}

.pd_overview_left h2 {
	font-family: Candara-Bold !important;
	font-size: 24px !important;
	color: #2a2a2a !important;
	font-weight: 400;
	padding-bottom: 12px;
    line-height:1.4;
}

.pd_overview_left .descriptionframe
{
    width:520px;
    float:left;
    border:0px;
    margin-right:20px;
    font-size:16px;
    text-align:justify;
    padding:0px;
}

.pd_overview_left .pointsframe
{
    width:220px;
    float:left;
    border:0px;
    background-color:#5d5852;
    padding:15px;
    color:White;
    clear:right;
}


.pd_overview_left .pointsframe ul
{
    width:195px;
}


.pd_overview_left .pointsframe h2
{
    font-size:18px !important;
    line-height:normal;
    color:#FFF !important;
    font-family: Candara-Bold !important;
}

.pd_overview_left .pointsframe .subtitle
{
    font-size:18px !important;
    line-height:normal;
    color:#FFF !important;
    font-family: Candara-Bold !important;
}


.pd_overview_left ol {
 padding-left:30px;
 padding-bottom:30px;
 width: 95%;
 float: left;
}

.pd_overview_left ol li {
  float: left;
  clear: both;
  padding-bottom:15px;
}

.pd_overview_left ol a {
  font-weight:normal;
  font-family:'Candara';
  color:#E03415;
  text-decoration:none !important;
  border:inherit;
  padding:0;
  display:inline;
  background:inherit;
  margin:inherit;
  line-height:inherit;
}

.pd_overview_left ol a:hover {
    text-decoration:underline !important;

    }

.pd_overview_left ul {
 padding-left:30px;
 padding-bottom:30px;
 width: 95%;
 float: left;
}

.pd_overview_left li {
  list-style-type: disc;
  float: left;
  clear: both;
}


.pd_overview_left ul a {
  font-weight:normal;
  font-size:14px;
  font-family:'Candara';
  color:#E03415;
  text-decoration:none !important;
  border:inherit;
  padding:0;
  display:inline;
  background:inherit;
  margin:inherit;
  line-height:inherit;
}

.pd_overview_left ul a:hover {
    text-decoration:underline !important;
    }


.pd_overview_recipe {
	float: left;
	font-size: 14px;
	font-family: 'Candara';
	line-height: 19px;
	color: #333333;
    padding:0px !important;
    width:770px;
}
.pd_overview_recipe h2 {
	font-family: Candara-Bold;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 12px;
    line-height:30px;
}

.pd_overview_recipe ul {
 padding-left:30px;
 padding-bottom:30px;
 width: 95%;
 float: left;
}

.pd_overview_recipe ul li {
  list-style-type: disc;
  float: left;
  clear: both;
}


.pd_overview_recipe ul a {
  font-weight:normal;
  font-size:16px;
  font-family:'Candara';
  color:#E03415;
  text-decoration:none !important;
  border:inherit;
  padding:0;
  display:inline;
  background:inherit;
  margin:inherit;
  line-height:inherit;
}

.pd_overview_recipe ul a:hover {
    text-decoration:underline !important;
    }


.pd_overview_recipe ol {
 padding-left:30px;
 padding-bottom:30px;
 width: 95%;
 float: left;
}

.pd_overview_recipe ol li {
  float: left;
  clear: both;
  padding-bottom:15px;
}

.pd_overview_recipe ol a {
  font-weight:normal;
  font-family:'Candara';
  color:#E03415;
  text-decoration:none !important;
  border:inherit;
  padding:0;
  display:inline;
  background:inherit;
  margin:inherit;
  line-height:inherit;
}

.pd_overview_recipe ol a:hover {
    text-decoration:underline !important;

    }
.pd_details_heading {
	font-family: Candara-Bold;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 12px;
    line-height:30px;
}

.pd_overview_full {
    width: 750px;
	float: left;
	font-size: 13px;
	font-family: 'Candara';
	line-height: 19px;
	color: #333333;
}

.pd_overview_full h3 {
	font-family: Candara-Bold;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 16px;
}

.pd_overview_right {
	width: 235px;
	float: right;
	background-color: #ebe3bc;	
	height: 540px;
	font-size: 13px;
	font-family: 'Candara';
	line-height: 18px;
	padding-left:30px;
	margin-top: 8px;
}

.pd_overview_right ul li { 
	list-style-type: square; 
	width: 205px;
	padding-top: 12px;
	margin-left: 1em;
}
	
.pd_overview_right ul {
	width: 205px;
	float: left;
	margin-left: 0;
    padding-left: 0;
}

.right_overview_text {
	padding-top: 25px;
	float: left;
	right: 5px;
	position: relative;
}

.right_overview_list {
	width: 220px;
	position: relative;
	float: left;
}

.prod_container_pd {
	float: left;
	position: relative;
	padding-left: 4px;
	padding-right: 5px;
	padding-top: 15px;
}

.prod_container_last_pd {
	float: left;
	position: relative;
	padding-left: 4px;
	padding-top: 15px;
}

.prod_container_first_pd {
	float: left;
	position: relative;
	padding-right: 5px;
	padding-top: 15px;
}

#slideboxes {
	position: relative;
}

.small_sellers_container_cat {
	float: left;
	position: relative;
	padding-top: 15px;
	padding-right: 30px;
}

.small_sellers_container_cat_last {
	float: left;
	position: relative;
	padding-top: 15px;
	padding-left: 1px;
}

.small_sellers_container_cat li { 
	width: 312px!important;
}

.small_sellers_container_cat_last li { 
	width: 312px!important;
}

/* info articles content area */
.section_info_content
{
    width:920px;
	float:left;
	margin:10px 0 0 20px;
	position:relative;
	text-align:left;
	font-family: 'Candara';
	font-size:14px;
	line-height:normal;
	color:#333333;
}

.section_info_content h1
{
    font-family: Candara-Bold;
	font-size:36px;
	font-weight:normal;
	text-decoration:none;
	color:#4B4B4B;
	margin-bottom:0px;
	border-bottom:none;
}

.section_info_content h2
{
	font-family: 'Candara';
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	margin-top:15px;
	margin-bottom:0px;
	border-bottom:none;
}

.section_info_content h3
{
	font-family: 'Candara';
	font-size:16px;
	color:#E03415;
	padding-bottom:2px;
}

.section_info_content a
{
	text-decoration:none;
	color:#E03415;
}

.section_info_content a:hover
{
	text-decoration:underline;
	color:#E03415;
}

.section_info_content a:hover, a:active
{
    outline: none;
}

.section_info_content p
{
	font-family: 'Candara';
	font-size:14px;
	line-height:normal;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:20px;
	line-height:18px;
}

.section_info_content ul
{
    list-style:disc !important;
    list-style-position: inside !important;
	float:left;
	margin:0 0 25px 20px !important;
	padding:0px !important;
}

.section_info_content li
{
    font-family: 'Candara';
    list-style-position: outside;
    font-size:14px;
    line-height:normal;
	margin:5px 0 0 0 !important;
	padding:0px !important;
}

/* -- INFO CONTENT PAGES -- */

.info-content-area{
    width:920px;
	float:left;
	margin:10px 0 0 20px;
	position:relative;
	text-align:left;
	font-family: 'Candara';
	font-size:16px;
	line-height:1.4;
	color:#333333;
}

.info-content-area h1
{
    font-family: Candara-Bold;
	font-size:36px;
	font-weight:normal;
	text-decoration:none;
	color:#4B4B4B;
	margin-bottom:0px;
	border-bottom:none;
}

.info-content-area h2
{
	font-family: 'Candara';
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	margin-top:15px;
	margin-bottom:0px;
	border-bottom:none;
}

.info-content-area h3
{
	font-family: 'Candara';
	font-size:18px;
	color:#E03415;
	padding-bottom:2px;
}

.info-content-area a
{
	text-decoration:none;
	color:#E03415;
}

.section_info_content a:hover
{
	text-decoration:underline;
	color:#E03415;
}

.info-content-area a:hover, a:active
{
    outline: none;
}

.info-content-area p
{
	font-family: 'Candara';
	font-size:16px;
	line-height:normal;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:20px;
	line-height:1.4;
}

.info-content-area ul
{
    list-style:disc !important;
    list-style-position: inside !important;
	float:left;
	margin:0 0 25px 20px !important;
	padding:0px !important;
}

.info-content-area li
{
    font-family: 'Candara';
    list-style-position: outside;
    font-size:16px;
    line-height:normal;
	margin:5px 0 0 0 !important;
	padding:0px !important;
}
/* general style - general content */

.section_gen_content
{
    width:920px;
	float:left;
	margin:0 0 0 20px;
	position:relative;
	text-align:left;
	font-family: 'Candara';
	font-size:14px;
	line-height:normal;
	color:#333333;
}

.section_gen_content h1
{
    font-size: 28px;
    font-family: Candara-Bold;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin: 10px 0px;
    line-height: 1;
}

.section_gen_content h2
{
	font-family: 'Candara';
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	margin-top:15px;
	margin-bottom:0px;
	border-bottom:none;
}

.section_gen_content h2.news
{
	font-family: 'Candara';
	font-size:18px;
	font-weight:bold;
	text-transform:none;
	color:#333333;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:none;
}

.section_gen_content h2.news a
{
	color:#333333;
	text-decoration:none;
}

.section_gen_content h2.news a:hover
{
	color:#333333;
	text-decoration:underline;
}

.section_gen_content h3
{
	font-family: 'Candara';
	font-size:16px;
	color:#E03415;
	padding-bottom:2px;
}

.section_gen_content a
{
	text-decoration:none;
	color:#E03415;
}

.section_gen_content a:hover
{
	text-decoration:underline;
	color:#E03415;
}

.section_gen_content a:hover, a:active
{
    outline: none;
}

.section_gen_content p
{
	font-family: 'Candara';
	font-size:14px;
	line-height:normal;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:20px;
	line-height:18px;
}

.section_gen_content .strong
{
    font-weight:bold;
}

.section_gen_content ul
{
    list-style:disc !important;
    list-style-position: inside !important;
	float:left;
	margin:0 0 25px 20px !important;
	padding:0px !important;
}

.section_gen_content li
{
    font-family: 'Candara';
    list-style-position: outside;
    font-size:14px;
    line-height:normal;
	margin:5px 0 0 0 !important;
	padding:0px !important;
}

.section_contact_form_row
{
	padding:4px 0 4px 0;
	
}

.section_contact_form_row_text
{
    float:left;
    padding:3px 10px 0 10px;
    width:100px;
    text-align:right;
}

.section_contact_form_row_input
{
	float:left;
	width:340px;
}

.section_contact_form_row_error
{
	float:left;
	width:250px;
    padding:3px 0 0 10px;
	color:Red;
}

.section_contact_form_row_captcha
{
	float:left;
	width:200px;
}

.section_contact_form_row_captchaerror
{
	float:left;
	width:350px;
    padding:3px 0 0 10px;
	color:Red;
	vertical-align:middle;
}


.form_text_box{
	width:340px;
	height:20px;
	line-height:20px;
	outline:none;
	border:1px solid #999999;
	text-align:left;
    padding-left:3px;
	font-size:14px;
	color:#666666;
	display:block;
	float:left;
	margin-right:2px;
}

.form_text_box:focus{
	width:340px;
	height:20px;
	line-height:20px;
	outline:none;
	border:1px solid #666666;
	text-align:left;
    padding-left:3px;
	font-size:14px;
	color:#333333;
	display:block;
	float:left;
	margin-right:2px;
}

.form_text_captcha_input{
	width:200px;
	height:20px;
	line-height:20px;
	outline:none;
	border:1px solid #999999;
	text-align:left;
    padding-left:3px;
	font-size:14px;
	color:#666666;
	display:block;
	float:left;
	margin-right:2px;
}

.form_text_captcha_input:focus{
	width:200px;
	height:20px;
	line-height:20px;
	outline:none;
	border:1px solid #666666;
	text-align:left;
    padding-left:3px;
	font-size:14px;
	color:#333333;
	display:block;
	float:left;
	margin-right:2px;
}

.form_text_multiline_box{
	width:340px;
	line-height:16px;
	outline:none;
	border:1px solid #999999;
	text-align:left;
	font-size:14px;
    padding:3px;
	color:#666666;
	display:block;
	float:left;
	margin-right:2px;
}

.form_text_multiline_box:focus{
	width:340px;
	line-height:16px;
	outline:none;
	border:1px solid #666666;
	text-align:left;
	font-size:14px;
    padding:3px;
	color:#333333;
	display:block;
	float:left;
	margin-right:2px;
}


/* news section */
.bloglink{
    font-family:'Candara';
    font-size:12px;
    font-weight:normal;
    padding:10px 0;
}

.bloglink a{
    text-decoration:none;
    color:#E03415;
}

.bloglink a:hover{
    text-decoration:underline;
}

.news_section{
    position:relative;
    top:30px;
    margin-bottom:30px;
    font-family: 'Candara';
	font-size:14px;
	font-weight:normal;
	color:#030000;
}

.news_section a{
	color:#E03415;
	text-decoration:none;
	}
	
.news_section a:hover{
	text-decoration:underline;
	}	

.newsdate{
    font-size:12px;
}

.newsintro{
    color:#666;
}
	
.news_section_body_row
{
    padding:5px 0;
}

.news_section_content_img{
	padding-bottom:10px;
	float:left;
	font-size:14px;
	color:#2a2a2a;
	width:100px;
}

.news_section_content_img img {
    width:75px;
    height:75px;
    border:2px solid #ccc;
    }

.news_section_content_title{
	padding:0 0 10px 0;
	float:left;
	font-size:14px;
	color:#2a2a2a;
	width:850px;
}

/* MY ACCOUNT PAGE */

.section_gen_subsection{
	margin:0 0 37px 0;
	padding-top: 20px;
    background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
	
}
.section_gen_head{
	font-family: ExpletusSansSemiBold;
	font-size:18px;
	color:#333333;
	padding:0 0 14px 0;
	margin:0px;
    text-transform:uppercase;
}
.section_gen_buttonrow
{
    margin-left:175px;
    }
    
.account_row{
	margin:10px 0 15px 0;
	float:left;
}
    
.account_address_segment{
	width:358px;
	padding-bottom:3px;
	float:left;
}    
    
.account_address{
	width:250px;
	margin:0 8px 0 0;
	padding-bottom:25px;
	float:left;
}

.account_modify
{
    width:40px;
	margin:0 0 0 -75px;
	padding-right:10px;
	float:left;
	position:relative;
}

.account_modify_shipping
{
    width:40px;
	margin:0 0 0 -60px;
	padding-right:10px;
	float:left;
	position:relative;
}

.giftcard_row{
	margin:0 0 15px 0;
	float:left;
}

.giftcard_number{
	width:300px;
	margin:0 8px 0 0;
	padding-bottom:3px;
	float:left;
}

.giftcard_balance{
	width:100px;
	margin:0 8px 0 0;
	padding-bottom:3px;
	float:left;
}

.order-history{
    line-height:1.2;
    font-size:14px;
}

.order-history th{
    color:#fff;
    background-color:#2a2a2a;
    padding:10px 5px;
}

.orderhistory_section
{
	border:1px solid #CCC;
	color:#45433f;
	font-size:14px;

}

.orderhistory_row{
	padding:5px;
	border-bottom:1px dotted #666;
	float:left;
}

.orderhistory_number{
	width:125px;
	margin:0px;
	padding:5px;
	float:left;
    line-height:1.2;
}

.orderhistory_date{
	width:75px;
	margin:0px;
	padding:5px;
	float:left;
    line-height:1.2;
}

.orderhistory_review{
	width:125px;
	margin:0px;
	padding:5px;
	float:left;
    line-height:1.2;
}

.orderhistory_details{
	width:430px;
	margin:0 8px 0 0;
	padding:5px;
	float:left;
    line-height:1.2;

}
.orderhistory_amount{
	width:88px;
	margin:0px;
	padding:5px;
	float:left;
    line-height:1.2;
}

.toplinks{
    font-family:Candara;
    font-weight:normal;
    font-size:14px;
    color:#E03415;
}


/* General Secondary Content Page Styles */

.inner_content_area{
    margin-left:20px;
    padding:0;
    color:#2a2a2a;
}

.forgotpassword_content_area{
    margin-left:230px;
}


        .inner_content_area h1 {
            font-size: 28px;
            font-family: Candara-Bold;
            font-weight: normal;
            position: relative;
            text-transform: uppercase;
            border-bottom: 1px solid #000;
            margin: 10px 0px;
            line-height: 1;
        }

.inner_content_area p {
    font-size:14px;
    font-family:'Candara';
    font-weight:normal;
    line-height:18px;
    color:#2a2a2a;
    }

.signin_box_bg
{
	width:350px;
	padding-bottom:7px;
	margin:0 50px 20px 0;
	float:left;
}

.margin_bottom
{
    margin-bottom:15px !important;
}

.margin_login{
    margin-bottom:3px; 
    margin-top:40px;
}

.margin_login2{
    margin-bottom:3px; 
    margin-top:20px;
}

/*request a catalog page form*/

.catalog_form_row 
{
    height:15px;
    vertical-align:middle;
    padding:5px;
}

.catalog_form_left 
{
    float:left;
    text-align:right;
    width:200px;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:15px;
}

.catalog_form_right
{
    float:left;
    text-align:left;
}

/*shipping page tables*/

.tableframe{
    border: 1px solid #CCC; 
}

.tableheader{
    background-color:#E03415;
    color:#FFF;
    padding:5px;
    font-weight:bold;
}

.tablecell{
    border-bottom: 1px solid #CCC; 
    border-right: 1px solid #CCC;
    padding:5px;
    font-weight:normal;
}

/*commercial customers page */

.continue_checkout_wrapper {
    padding-left: 225px;
    padding-bottom: 20px;
}

.principal-owners-container h4
{
    padding: 10px 40px 0 40px;
}
.principal-owners-container h5
{
    padding: 5px 70px 0 70px;
}
.principal-owners-container textarea,
.textarea-company-information
{
    height:60px;
    margin-bottom: 10px;
}
.continue_button:disabled
{
    background-color:#a19d83;
    cursor:default;
}

/* Grill Club */
.grill-top-area 
{
    padding: 5px 0 5px 0;
}

.grill-top-row 
{
    padding: 0px; margin-bottom: 10px;
}

.grill-top-row .top-row-Lft 
{
    float: left;
    width: 120px;
    padding-top:6px;
}

.grill-top-row .top-row-Rht 
{
    float: left;
}

.grill-top-row .top-row-Rht-radio
{
    float: left;
    padding-top:7px;
}

.grill-bottom-area 
{
    padding: 0;
}

.grill-bottom-row 
{
    padding: 0px; margin-bottom: 10px;
}

.grill-bottom-row .bottom-row-Lft 
{
    float: left;
    margin-right: 20px;
    font-family: 'Candara';
    font-size: 14px;
}


/*related products*/
.compli_items {
    margin: 0px 0px 37px;
    padding-top: 20px;
    background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
}

.compli_head{
    font-family: ExpletusSansSemiBold;
    font-size: 18px;
    color: #39382B;
    padding: 0px 0px 14px;
    background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center bottom transparent;
    margin: 0px 0px 9px;
    text-transform:uppercase;
}

.product_box_related {
	background:#fff;
	height:415px;
	width: 206px;
	border:1px solid #dfdfdf;
	padding:10px 10px 12px 10px;
}

.product_box_related .prodtitle { 
    font-family: Candara;
    font-size: 17px;
    font-weight:normal;
    color: #E03415;
}

.product_box_related .prodtitle a { 
    color: #E03415;
    text-decoration:none;
}

.product_box_related .prodtitle a:hover { 
    text-decoration:underline;
}

.product_box_related .product_box_image img{
	margin:0px 0 7px;
	border:0px;
    width:206px;
    height:206px;
}

.add_to_related { 
padding-top: 10px;
}

.add_order_related {
	height: 30px;
	min-height: 30px!important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.qtyadd_related {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 0px;
    height: 30px;
    width: 30px;
    border:none;
}

.qtyless_related {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 0px;
    height: 30px;
    width: 30px;
    border:none;
}

        .qtyno_related {
            border: 1px solid #ccc;
            color: #767676;
            display: block;
            float: left;
            font-size: 18px;
            height: 28px;
            line-height: 26px;
            outline: medium none;
            text-align: center;
            width: 30px;
            padding-left: 1px;
            padding-right: 1px;
        }

.buy-main-button
{
    float:right;
    padding:10px 60px 0 0;
}

.product_box_recent {
	background:#fff;
	height:300px;
	width: 206px;
	border:1px solid #A4A086;
	padding:10px 10px 12px 10px;
}

.product_box_recent .prodtitle { 
    font-family: Candara-Bold;
    font-size: 17px;
    font-weight:normal;
    color: #E03415;
}

.product_box_recent .prodtitle a { 
    color: #E03415;
    text-decoration:none;
}

.product_box_recent .prodtitle a:hover { 
    text-decoration:underline;
}

.product_box_recent .product_box_image img{
	margin:0px 0 7px;
	border:0px;
    width:206px;
    height:206px;
}

/* add to cart btn */

.btn-5 {
	color: #FFF;
	overflow: hidden;
	background-color: #E03415;
	font-family: 'Candara';
	font-size: 15px;
	width: 139px;
	height: 30px;
	font-weight: bold;
}

.btn-5:active {
	border-color: #E03415;
	color: #E03415;
}

.btn-5:hover {
	background: #E03415;
}

.btn-5:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-5:active:before {
	color: #E03415;
}

.btn-5c:before {
	left: 70%;
	opacity: 0;
	top: -8px;
}

.btn-5c:hover:before {
	left: 85%;
	opacity: 1;
	top: -8px;
}

/*footer categories*/
.prodcat_inner{
	width:1200px;
	margin:0 auto;
	font-family: 'Candara-Bold';
	font-size:22px;
	color:#000000;
    bottom:8px;
    position:relative;
    padding-left:12px;
}

.prod_body_inner{
	width:1200px;
	margin:0 auto;
    padding-left:12px;
}

/* START CHECKOUT AREA SPECIFIC CODE */

.section{
	width:720px;
	float:left;
	margin:21px 0 0 0;
	position:relative;
}

.clear {
	clear: both;
}

/*---- CSS for shopping cart page----*/
.buttonlistTable, td 
{
    margin-bottom:10px !important; 
    line-height:30px !important;
}

.buttonlistTable, input[type="radio"] 
{
    margin-bottom: 2px;    
}

.buttonlistTable, input[type="checkbox"]
{
    margin-top: 4px !important;
}

        .buttonlistTable, label, .payment_cc_col1 span{
            padding-left: 10px !important;
        }

        .drleft label {
            padding-left: 0px !important;
        }

.checkout-fullwidth
{
	width:1212px !important;
	margin:0 auto !important;
}

.checkout-fullwidth-header
{
	width: 1212px !important;
    line-height:1;
}
.checkout-nav-box
{
    border: 1px solid #A4A086;
    background-color: #5D5852;
    font-size: 14px;
    margin-bottom: 10px;
    line-height:1;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

    .checkout-nav-box .checkout-step {
        border-right: 1px solid #A4A086;
        padding: 8px 15px;
        float: left;
        background-color: #5D5852;
        color: #cfcfcf;
    }

    .checkout-nav-box .checkout-step-last {
        padding: 8px 15px;
        float: left;
        background-color: #5D5852;
        color: #cfcfcf;
    }

        .checkout-selected {
            color: #FFF !important;
            font-family: 'Candara-Bold';
            font-size: 14px;
            font-weight: normal;
        }

.checkout-fullwidth
{
    width:1212px;
}

.checkout-fullwidth-leftarea
{
	float:left;
	width:804px;
	padding-right:23px;
    padding-top:25px;
}


.checkout-fullwidth-rightarea h2
{
	font-size:26px;
	font-family: Candara-Bold;
    font-weight:normal !important;
    color: #E03415;
    text-transform: none;
}

.checkout-fullwidth-rightarea h2 a
{
	color:#E03415;
	text-decoration:none;
}

.checkout-fullwidth-rightarea h2 a:hover
{
	text-decoration:underline;
}

.checkout-fullwidth-rightarea h3
{
	font-size:16px;
	color:#1e1e1e;
	font-family: 'Candara';
	text-transform:uppercase;
	margin-bottom:20px;
}

.checkout-fullwidth-rightarea h3 a
{
	color:#1e1e1e;
	text-decoration:none;
}

.checkout-fullwidth-rightarea h3 a:hover
{
	text-decoration:underline;
}

.checkout-fullwidth-rightarea .inner-rightarea
{
	border:1px solid #A4A086;
	font-size:16px;
    color: #45433F;
	min-height:233px;
    font-family:'Candara';
}

.checkout-fullwidth-rightarea .margintop-rightarea
{
	margin-top:10px !important;
}

.checkout-fullwidth-rightarea .margintop20-rightarea
{
	margin-top:20px !important;
}

.interior_padding_8
{
	padding:12px;
}

.border-top-details{
border-top:1px solid #a4a086;
}

.checkout-fullwidth-rightarea .inner-rightarea .sectioninfo
{
	margin:0 0 20px 0;
}
.checkout_header
{
	margin:12px 0 6px 0 !important;
	padding:0 0 0 0 !important;
	width:1212px;
}

.checkout_header_margin
{
    margin:14px 0 26px 0 !important;
}

.checkout_header_btmmargin
{
    margin:20px 0 36px 0 !important;
}

.checkout_header .checkout-info-links
{
    float:left;
    width:180px;
    margin-right:20px;
    line-height:12px;
}

.checkout_header .checkout-info-links a, .checkout_header .checkout-info-links a:visited
{
    font-size:11px;
	color:#2a2a2a;
	font-family: 'Candara';
	text-decoration:none;
}

.checkout_header .checkout-info-links a:hover
{
    font-size:11px;
	color:#E03415;
	font-family: 'Candara';
	text-decoration:underline;
}

.checkout_header .mcafee_seal
{
    float:left;
    width:67px;
    margin-right:20px;
    margin-top:4px;
}

		.checkout_header .comodo_seal {
			float: left;
			width: 170px;
		}

.checkout_header .checkout_buttons
{
    float:right;
    width:415px;
}

.checkout_header .altcheckout_buttons
{
    float:left;
    width:180px;
}



.checkout_header h1.standard
{
	font-family: 'Candara-Bold';
	font-size:24px;
	color:#E03415;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	margin-bottom:0px;
}

.checkout_header h1.header
{
	font-family: 'Candara-Bold';
	font-size:24px;
	color:#E03415;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	margin-bottom:0px !important;
	width:200px;
	height:15px;
}

.returning_login_row
{
    margin:0px;
}

.returning_login_row_left
{
    float:left;
    text-align:left;
    width:200px;
    padding-right:10px;
    padding-top:2px;
	padding-bottom:3px;
}

.returning_login_row_right
{
    float:left;
    text-align:left;
	padding-bottom:5px;
}

.returning_login_row_left_buttons
{
    float:left;
    text-align:left;
    width:200px;
    padding-right:10px;
    padding-top:10px;
	padding-bottom:3px;
}

.returning_login_row_left_text
{
    float:left;
    text-align:left;
    width:200px;
    padding-right:10px;
    padding-top:15px;
	padding-bottom:3px;
}

.returning_login_row_left_text p a, .returning_login_row_left_text p a:visited
{
	color:#E03415;
	text-decoration:none;
    font-size:14px;
}

.returning_login_row_left_text p a:hover
{
	text-decoration:underline;
    color:#333333;
}

.order_details_row
{
    margin:0px;
	min-height:25px;
	padding-bottom:5px;
    font-family:Candara;
    font-weight:normal;
    color:#333333;
    font-size:14px;
}

.order_details_row p.infotext
{	
	font-weight:normal;
}

.order_details_row p.infotext a
{	
	font-weight:bold;
	color:#E03415;
	text-decoration:none;
}

.order_details_row p.infotext a:hover
{	
	font-weight:bold;
	color:#E03415;
	text-decoration:underline;
}

.order_details_row p {
	
	font-weight:normal;
}

.order_details_row p.strong {

	font-weight:bold;
	text-transform:uppercase;
}

.order_details_row_qty
{
	float:left;
	text-align:left;
	width:25px;
}

.order_details_row_item
{
	float:left;
	text-align:left;
	width:235px;
}

.order_details_row_left
{
	float:left;
	text-align:left;
	width:260px;
}

.order_details_row_right
{
	float:left;
	text-align:right;
	width:77px;
}

.border-light
{
	border-bottom:1px dotted #afafaf;
}

.border-dark
{
	border-bottom:1px solid #5d5852;
}

.margin-top-15
{
	margin-top:15px !important;
}

.margin-top-10
{
	margin-top:10px !important;
}

.margin-top-5
{
	margin-top:5px !important;
}
.shop_cart_frame
{
	width:100%;
}

.shop_cart_table
{
	width: 100%;
	float: right;
	margin-bottom: 28px;
}

.shop_cart_table h2
{
	font-family: 'Candara';
	font-size:18px;
	color:#818181;
	margin-bottom:10px;
	font-weight:normal;
}

.shop_cart_desc_box
{
       padding:0 0 6px;
}        

.shop_cart_header_box
{
       width:1212px;
}   
       
.shop_cart_header
{
    width:100%;
    color:#FFF;
    font-size:16px;
    font-family:Candara-Bold;
    background:#5D5852;
    height:42px;
    vertical-align:middle;
    padding-top:7px;
}      
.shop_cart_header li
{
       display:block;
        float:left;
}
       
.shop_cart_desc_box .row_bottom
{
       width:386px;
} 

.shop_cart_item_row
{
	width:100%;
	background:#fff;
	font-size:14px;
	height:91px;
	line-height:32px;
    border-left: 1px solid #A19D83;
    border-right: 1px solid #A19D83;
    border-bottom: 1px solid #A19D83;
}

.shop_cart_item_row ul
{
       list-style:none;
       clear:both;
       overflow:hidden;
}
       
.shop_cart_item_row li
{
       display:block;
       float:left;
}

.fullwidth-shopcart-shipments
{
    width:718px !important;
    height:30px !important;
}
       
.fullwidth-shopcart
{
    width:1212px !important;
    height:auto !important;
    min-height:54px !important;
}

.box-shipments
{
	width:691px;
	padding-top:7px;
	padding-left:9px;
	line-height:normal;
	margin-bottom:7px !important;
	font-weight:bold;
	text-transform:uppercase;
}

.box1-shopcart
{
	width:840px;
	padding-top:7px;
	padding-left:20px;
    padding-right:20px;
	line-height:18px;
	margin-bottom:7px !important;
	font-size:12px;
    font-family:Candara;
    color:#333333;
    font-weight:normal;
}

.box1-shopcart a, .box1-shopcart a:visited
{
	text-decoration:none !important;
	font-weight:normal;
	font-size:16px;
    font-family:Candara-Bold;
    color:#E03415;
}

    .box1-shopcart a:hover {
        color:#333333;
        text-decoration:underline !important;

    }
        .box1-shopcart-heading {
            width: 860px;
            padding-top: 7px;
            padding-left: 20px;
            line-height: normal;
            margin-bottom: 7px !important;
            font-weight: normal;
        }

        .box2-shopcart-heading {
            width: 200px;
            padding-top: 7px;
            line-height: normal;
            margin-bottom: 7px !important;
            font-weight: normal;
        }
	
.box2-shopcart
{
	width:200px;
	padding-top:7px;
	font-weight:normal;
	line-height:normal;
	margin-bottom:7px !important;
}

.box2-shopcart a
{
	color:#E03415;
	text-decoration:none;
}
    
.box2-shopcart .cell-wrap
{
    margin:0;
    height:auto;
}

.box2-shopcart .cell-wrap .cell-wrap-left
{
    float:left;
}

    .box2-shopcart .cell-wrap .cell-wrap-left .qtyno {
        width: 60px;
        height: 30px;
        line-height: 16px;
        outline: none;
        border: 1px solid #A19D83;
        text-align: center;
        font-size: 16px;
        color: #767676;
        display: block;
        float: left;
        margin-right: 2px;
    }

.box2-shopcart .cell-wrap .cell-wrap-right
{
    float:left;
    padding-left:15px;
    font-size:11px;
    vertical-align:middle;
}

.box2-shopcart .cell-wrap .cell-wrap-right a, .box2-shopcart .cell-wrap .cell-wrap-right a:visited
{
    float:left;
    vertical-align:middle;
    font-family:Candara;
    font-size:10px;
    font-weight:normal;
    text-decoration:none !important;
    color:#E03415;
    padding-top:10px;
}

    .box2-shopcart .cell-wrap .cell-wrap-right a:hover {
        text-decoration:underline !important;
        color:#333333;
    }

.cart-qty{
	width:60px;
	height:30px;
	line-height:16px;
	outline:none;
	border:1px solid #dfdfdf;
	text-align:center;
	font-size:16px;
	color:#333333;
	display:block;
	float:left;
	margin-right:2px;
}



        .box3-shopcart {
            width: 188px;
            padding-top: 7px;
            padding-right: 30px;
            line-height: normal;
            margin-bottom: 7px !important;
            text-align: right !important;
            font-family: Candara-Bold;
            font-size: 16px;
            font-weight: normal;
        }
	
.titlebar .box3-shopcart
{
	font-weight:normal;
	line-height:27px;
	padding-top:0px !important;
	margin-bottom:0px !important;
} 

/* Shopping Cart - Coupons & Notes */

.shop_coupon-notes-table
{
    width:540px;
	padding:0 0 6px 0;
	float:left;
    margin-top:20px;
    border:1px solid #A19D83;
}

.shop_coupon-notes-table ul{
    list-style:none;
}
.shop_coupon-notes-table .main-cell
{
    padding:4px 8px;
    font-family:'Candara';
    font-size:12px;
    color:#2a2a2a !important;
}

.shop_coupon-notes-table .main-cell .couponrow{
    margin-bottom: 10px;
    }

.shop_coupon-notes-table .main-cell .couponrow .appliedcoupons{
    padding-top:3px; 
    padding-left: 157px;
    }

.shop_coupon-notes-table .main-cell .instructionsrow{
    margin-bottom: 10px;
    }

.shop_coupon-notes-titlebar
{
	height:27px;
	line-height:27px;
}

.shop_coupon-notes-table_header
{
	width:540px;
	padding-left:9px;
	color:#FFF;
	font-size:16px;
	color:#2a2a2a !important;
    font-family:Candara;
    font-weight:normal;
}

.promocode-box{
	width:200px;
	height:20px;
	line-height:16px;
	outline:none;
	border:1px solid #afafaf;
	text-align:left;
	font-size:13px;
	color:#5d5852;
	margin-right:10px;
    font-family:Candara;
    padding-left:3px;
}
    .promocode-box:focus {
        border:1px solid #5d5852;
    }

.notes-box-shoppingcart{
	outline:none;
	border:1px solid #afafaf;
	text-align:left;
	font-size:13px;
	color:#5d5852;
	display:block;
	float:left;
	margin:5px 0 10px 0;
    font-family:Candara;
}

.notes-box-shoppingcart:focus{
        border:1px solid #5d5852;
    }

.checkout_now_button
{
	color:#fff;
	width:160px;
	height:30px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:18px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.continue_checkout_button
{
	color:#fff;
	width:200px;
	height:30px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:18px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin:0 4px 60px 0;
	padding-bottom:5px;
}


.notes-box{
	outline:none;
	border:1px solid #a19d83;
	text-align:left;
	color:#45433f;
	font-family: 'Candara';
	font-size:12px;
	display:block;
	float:left;
	margin:10px 0 10px 0;
}

.update_cart_button
{
	color:#fff;
	width:80px;
	height:22px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	margin-right:4px;
	padding-bottom:5px;
}
.update_cart_button_grey
{
	color:#fff;
	width:80px;
	height:22px;
	border:1px solid #5d5852;
	background:#a09b95;
	font-size:13px;
	font-family: 'Candara';
	margin-right:4px;
	padding-bottom:5px;
}


/* Checkout CSS */ 

.checkout_area
{
    margin:0px;
}
	
.checkout_area .checkout_box_bg
{
	margin-right:60px;
}	
	
.checkout_box_bg
{
	
	width:350px;
	padding-bottom:7px;
	margin:0 18px 20px 0;
	float:left;
}

.shadow_returningcustomers
{
    background: url(/App_Templates/Skin_7/css/images/checkoutbox-shadow.png) no-repeat scroll center bottom transparent;
    width: 385px;
    padding-bottom: 7px;
    margin: 0px 18px 20px 0px;
    float: left;
}

.shadow_orderdetails
{
    background: url(/App_Templates/Skin_7/css/images/checkoutbox-shadow.png) no-repeat scroll center bottom transparent;
    width: 385px;
    padding-bottom: 7px;
    margin: 0px 18px 20px 0px;
    float: left;
}

.checkout_box
{
	height:250px;
	border:1px solid #a4a086;
	padding:8px 8px 0 8px;
	background:#fff;
	color:#45433f;
	font-size:13px;
}

.margin_bottom
{
    margin-bottom:15px !important;
}

.checkout_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
}

.checkout_box h3 a{
	color:#E03415;
	text-decoration:none;
	}
	
.checkout_box h3 a:hover{
	text-decoration:underline;
	}
		
.checkout_box p
{
	line-height:16px;
	font-family: 'Candara';
}

.checkout_box p a
{
	color:#E03415;
	text-decoration:none;
}

.checkout_box p a:hover
{
	text-decoration:underline;
}

.list_box-text strong
{
	color:#818181;
	font-size:11px;
	font-weight:normal;
	font-family: 'Candara';
}

.icon_text
{
	padding:6px 0 0 30px;
	clear:both;
	overflow:auto;
}

.loginbox{
	width:320px;
	height:31px;
	line-height:16px;
	outline:none;
	border:1px solid #cac6aa;
	text-align:left;
	font-size:13px;
	color:#818181;
	display:block;
	float:left;
	margin-right:2px;
    padding-left:3px;
}

    .loginbox:focus {
    border:1px solid #A19D83;
    color:#333333;
    }

.login_button
{
	color:#fff;
	width:75px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.cancel_button
{
	color:#fff;
	width:70px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}
.newaccount_button
{
	color:#fff;
	width:150px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.login_button
{
	color:#fff;
	width:50px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

/*Byteant: Basket Display Changes*/
.shipment-panel
{
    background-color: #d6d5d4;
    padding-left:7px;
    border-left: 1px solid #a19d83;
    border-right: 1px solid #a19d83;
}
.shipment-panel > a
{
    font-size:11px;
    color:#E03415;
    margin-left:10px;
}
.shipment-panel > span
{
    font-size:14px;
}
.shipment-tooltip
{
    background-color:white;
    padding:10px;
    border:1px solid black;
}
.cart-summary-subtotals
{
    width:440px;
    float:right;
}
h3.shipment-header
{
    margin:8px 0 0 -8px;
    font-size:13px;
}
.cart-summary-subtotals .checkout-details
{
    width:440px;
    float:right;
}
.cart-summary-subtotals .checkout_now_button
{
    margin-right:0px;
    float:none;
}

.checkout-details li{
    display:block;
    float:left;
}

.box-checkout1{
	width:440px;
	padding-top:7px;
	padding-left:9px;
	line-height:normal;
	margin-bottom:7px !important;
	}

.box-checkoutbtn{
	width:201px;
	padding-top:7px;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	}

.update_cart_button
{
	color:#fff;
	width:80px;
	height:22px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	margin-right:4px;
	padding-bottom:5px;
}
		
.box-checkout2{
	width:109px;
	font-size:16px;
	text-align:right;
	padding-top:7px;
	font-weight:normal;
	line-height:normal;
	margin-bottom:7px !important;
    font-family:'Candara';
	}
	
.box-checkout3{
	width:100px;
	font-size:16px;
	font-weight:bold;
	padding-top:7px;
	padding-right:30px;
	line-height:normal;
	margin-bottom:7px !important;
	text-align:right;
    font-family:'Candara';
	}

/*Byteant: end Basket Display Changes*/


/*---- CSS for create account page----*/

.new_account_box
{
	border:1px solid #a4a086;
	padding:8px;
	background:#fff;
	color:#45433f;
	font-size:13px;
	margin:10px 0;
}

.new_account_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
}
		
.new_account_box p
{
	line-height:16px;
	font-family: 'Candara';
}

.new_account_box p a
{
	color:#E03415;
	text-decoration:none;
}

.new_account_box p a:hover
{
	text-decoration:underline;
}

/*---- CSS for checkout billing & shipping page and Create Account page ----*/

.new_information_box
{
	border:1px dotted #5d5852;
	padding:20px;
	background:#fff;
	color:#2a2a2a;
	font-size:13px;
	margin-bottom:25px;
}

.new_information_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
}

.new_information_box h4
{
	font-size:14px;
	color:#45433f;
	font-family: 'Candara';
	font-weight:bold;
}

.new_information_box p
{
	line-height:16px;
	font-family: 'Candara';
}

.new_information_box p a
{
	color:#E03415;
	text-decoration:none;
}

.new_information_box p a:hover
{
	text-decoration:underline;
}

.newinfo_cell 
{
    height:15px;
    vertical-align:middle;
}

.newinfo_cell_left 
{
    float:left;
    text-align:right;
    width:200px;
    padding-right:10px;
    padding-top:12px;
}

.newinfo_cell_right
{
    float:left;
    text-align:left;
    padding:5px 0;
}


.newinfo_cell_full_row
{
    float:left;
    padding-right:10px;
    padding-top:2px; 
    width:700px;
}

.checkbox, .radio
{
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/App_Templates/Skin_7/css/images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio
{
	background: url(/App_Templates/Skin_7/css/images/radio.png) no-repeat;
}

.select
{
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
}

.copy_shipping_button
{
	color:#fff;
	width:135px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.continue_button
{
	color:#fff;
	width:200px;
	height:30px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:18px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}




.signin_box
{
	height:380px;
	border:1px solid #9a9a9a;
	padding:10px;
	background:#fff;
	color:#333333;
	font-size:13px;
	line-height:normal;
}

.signin_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
}

.signin_box p
{
	line-height:16px;
	font-family: 'Candara';
}

.signin_box .sectiontitle
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara-Bold';
    font-weight:normal;
}

.login_emailaddress
{
    height:25px;
}

.login_password
{
    height:50px;
}

.login_rememberpassword
{
    height:15px;
}

.forgot_pass_box
{
	width:250px;
	margin-bottom:15px;
	float:left;
	padding:8px 8px 0 8px;
	color:#45433f;
	font-size:13px;
	line-height:normal;
}

.new_pass_button
{
	color:#fff;
	width:200px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.new_customer_button
{
	color:#fff;
	width:205px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.newacct_billing_row
{
    margin:0px;
    color: #45433F;
}

.newacct_billing_row_left
{
    float:left;
    text-align:left;
    width:150px;
    padding:2px 10px 15px 15px;
    font-family:'Candara';
    font-weight:normal;
    font-size:16px;
    color:#45433F;
}

.newacct_billing_row_right
{
    float:left;
    text-align:left;
	width:540px;
}

    .newacct_billing_row_right select {
        border: 1px solid #cecece;
        width: 320px !important;
        height: 31px;
        font-family: 'Candara';
        font-size: 13px;
        font-weight: normal;
        color: #767676;
        display: block;
        float: left;
        padding-left: 3px;
        background-color: #FFF;
        padding-top: 5px;
    }

    .newacct_billing_row_right select:focus {
    border:1px solid #818181;
    color:#333333;
    }


.newacct_billing_row_right span
{
    font-size:12px;
}

.newacct_billing_row_left_checkbox
{
	float:left;
	text-align:right !important;
    width:20px;
    padding-right:10px;
	padding-left:40px;
    padding-top:2px;
    padding-bottom:15px;
}

.newacct_billing_row_right_checkbox
{
    float:left;
    text-align:left;
	width:450px;
}

.bold
{
	font-weight:bold;
}

.newacct_shipping_address
{
	margin:0px;
}

.newacct_shipping_row
{
    margin:0px;
}

.newacct_shipping_row_left
{
    float:left;
    text-align:left;
    width:150px;
    padding-right:10px;
	padding-left:50px;
    padding-top:2px;
    padding-bottom:15px;
}

.newacct_shipping_row_right
{
    float:left;
    text-align:left;
	width:370px;
}

.newacct_shipping_row_left_radiobox
{
	float:left;
	text-align:right !important;
    width:20px;
    padding:5px 10px 5px 20px;
}

.newacct_shipping_row_right_radiobox
{
    float:left;
    text-align:left;
	width:470px;
	padding-top:4px;
}

.newaddressbook_row
{
    margin:0px;
}

.newaddressbook_row a
{
	color:#E03415;
	text-decoration:none;
}

.newaddressbook_row a:hover
{
	text-decoration:underline;
}


.newaddressbook_row_left
{
    float:left;
    text-align:left;
    width:150px;
    padding-right:10px;
	padding-left:50px;
    padding-top:2px;
    padding-bottom:15px;
}

.newaddressbook_row_right
{
    float:left;
    text-align:left;
	width:370px;
}

.newaddressbook_billing_row_left_radiobox
{
	float:left;
	width:40px;
	text-align:center !important;
	margin-right:20px;
    padding-top:5px;
    font-family:'Candara';
    
}

.newaddressbook_shipping_row_left_radiobox
{
	float:left;
	width:50px;
	text-align:center !important;
    padding-top:5px;
	margin-right:20px;
    font-family:'Candara';
}

.newaddressbook_row_right_radiobox
{
    float:left;
    text-align:left;
	padding-top:4px;
}

.newaddressbook_row_right_radiobox_profilename
{
    float:left;
    text-align:left;
	padding-top:4px;
	margin-right:20px;
	width:150px;
    font-family:'Candara';
    color: #333333;
}

.newaddressbook_row_right_radiobox_profileaddr
{
    float:left;
    text-align:left;
	padding:4px;
    font-family:'Candara';
    color: #333333;
	}

.newaddressbook_row_right_radiobox_profileaddr a, .newaddressbook_row_right_radiobox_profileaddr a:visited
{
    color: #E03415 !important;
    text-decoration:none !important;
}

.newaddressbook_row_right_radiobox_profileaddr a:hover
{
    color: #333333 !important;
    text-decoration:underline !important;
}


.newaddressbook_row_right_radiobox_profileaddr .cell-left
{
    float:left;
    text-align:left;
    width:150px;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:15px;
}

.newaddressbook_row_right_radiobox_profileaddr .cell-right
{
    float:left;
    text-align:left;
	width:320px;
}

.newaddressbook_row_right_radiobox_manage
{
    float:right;
    text-align:right;
	padding:4px;
	padding-right:40px;
    font-family:'Candara';
    color: #333333;
}

.newaddressbook_row_right_radiobox_manage a, .newaddressbook_row_right_radiobox_manage a:visited
{
    color: #E03415 !important;
    text-decoration:none !important;
}

.newaddressbook_row_right_radiobox_manage a:hover
{
    color: #333333 !important;
    text-decoration:underline !important;
}


.padding-bottom-10
{
	padding-bottom:10px;
}

.padding-10
{
	padding:10px 0;
}

.padding-top-5
{
	padding-top:5px;
}
.margin-left-15
{
    margin-left:30px;
    margin-right:30px;
}

.margin-top-15
{
    margin-top:15px;
}

.passreset_box_bg
{
	background:url(/App_Templates/Skin_7/css/images/checkoutbox-shadow.png) no-repeat bottom center;
	width:400px;
	padding-bottom:7px;
	margin:0 18px 20px 0;
	float:left;
}

.passreset_box
{
	height:300px;
	width:400px;
	border:1px solid #a4a086;
	padding:8px 8px 0 8px;
	background:#fff;
	color:#45433f;
	font-size:14px;
	line-height:normal;
}
.passreset_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
}

.passreset_box p
{
	line-height:16px;
	font-family: 'Candara';
}

.passreset_box .passreset_row1
{
    line-height:normal;
    width:384px;
    display:block;
    padding:5px 0px;
}
.passreset_row1 li
{
    display:block;
    float:left;
}
.passreset_box .passreset_row2
{
    line-height:normal;
    width:384px;
    display:block;
    padding:5px 0px;
}
.passreset_row2 li
{
    display:block;
    float:left;
}

.passreset_label 
{
    width:145px;
    text-align:right;
    padding-right:5px;
}

.passreset_field
{
    width:234px;
    text-align:left;
}

.chgpswd_button
{
	color:#fff;
	width:170px;
	height:26px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:16px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin:8px 4px 60px 0;
	padding-bottom:5px;
}

/* shipping page CSS */

.shipoptions_header
{
    padding-bottom:0px;
    margin-bottom:0px;
}

.shipoptions_header h1
{
	font-size:26px;
	color:#E03415;
	font-family: Candara-Bold;
    font-weight:normal;
    padding-left:10px;
    padding-top:10px;
}

.shipoptions_header h4
{
	font-size:16px;
	color:#45433F;
	font-family: 'Candara-Bold';
	text-transform:uppercase;
    padding-left:20px;
    font-weight:400;
}

.shipoptions_header p
{
	line-height:16px;
	font-family: 'Candara';
    padding-bottom:10px;
    padding-left:10px;
    padding-top:10px;
}

.shipping_option_row
{
    margin:0px;
    color:#2a2a2a;
}

.shipping_option_row_indent 
{
    padding-left:6px;
}

.shipping_option_row_indent_calendar 
{
    padding-left:41px;
}

.shipping_option_row_left_radiobox
{
	float:left;
	text-align:right !important;
    width:20px;
    padding-right:10px;
}

.shipping_option_row_right_radiobox
{
    float:left;
    text-align:left;
	width:570px;
}

.shipping_option_heavy {
    padding-left:57px; 
    padding-bottom:20px;
    line-height:18px;
}

.shipping_option_heavy ul {
    padding-left:15px;
}

.shipping_option_heavy li {
    padding-top:5px;
    
}

/* payment page CSS */
.payment_outer_box
{
	background:#fff;
	font-size:14px;
    font-weight:normal;
    border: 1px solid #A4A086;
    color: #45433F;
    margin-bottom: 25px;
}

.payment_header_top
{
    padding: 8px;
}

.payment_header_top h1
{
	font-size:26px;
	color:#E03415;
	font-family: Candara-Bold;
    font-weight:normal;
    padding-left:10px;
}

    .payment_header_top h2 {
        font-size: 26px;
        color: #45433F;
        font-family: Candara-Bold;
        padding: 6px 0px 10px 6px;
        padding-left: 10px;
        padding-bottom: 0px;
    }

    .payment_header_top h4 {
        font-size: 16px;
        color: #333333;
        font-family: 'Candara';
        padding: 6px 0px 0px 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

.payment_header_top p
{
	line-height:16px;
	font-family: 'Candara';
    padding-bottom:10px;
    padding-left:10px;
    padding-top:10px;
}

.error
{
    padding-left:10px;
    color:red;
    font-weight:bold;
}
.address_header
{
    padding-bottom:0px;
    margin-bottom:20px;
}

.address_header h3
{
	font-size:36px;
	color:#333333;
	font-family: Candara-Bold;
    font-weight:normal;
    line-height:48px;
    border-bottom:1px dotted #afafaf;
    padding-bottom:10px;
    padding-left:10px;
}

.address_header h2
{
	font-size:16px;
	color:#333333;
	font-family: 'Candara-Bold';
	text-transform:uppercase;
}

.address_header p
{
	line-height:16px;
	font-family: 'Candara';
}

.payment_header
{
    padding-bottom:0px;
    margin-bottom:20px;
}

.payment_header h3
{
	font-size:26px;
	color:#E03415;
	font-family: Candara-Bold;
    font-weight:normal;
    padding-top:10px;
    padding-left:10px;
}

.payment_header h4
{
	font-size:16px;
	color:#333333;
    font-weight:bold;
	font-family: 'Candara';
	padding:16px 0;
	text-transform:uppercase;
    padding-left:20px;
}

.payment_header p
{
	line-height:16px;
	font-family: 'Candara';
    padding-top:10px;
    padding-left:10px;
}

.giftcertmain_header
{
    padding-top:10px;
}

.giftcertmain_header h3
{
	font-size:26px;
	color:#E03415;
	font-family: Candara-Bold;
    font-weight:normal;
    padding-left:10px;
}

.giftcertmain_header h4
{
	font-size:16px;
	color:#333333;
    font-weight:bold;
	font-family: 'Candara';
	padding:16px 0;
	text-transform:uppercase;
    padding-left:20px;
}

.giftcertmain_header p
{
	line-height:16px;
	font-family: 'Candara';
    padding:10px 0 10px 10px;
    
}

.beige_background
{
    background-color:#efefed;
}


        .shipoptions_section_box {
            padding: 8px 8px 14px 20px;
            border: none;
            border-bottom: 1px dotted #afafaf;
        }

.shipoptions_section_box h4
{
	font-size:16px;
	color:#333333;
	font-family:'Candara-Bold';
	padding:6px 0;
	text-transform:uppercase;
    font-weight:400;
}

.shipoptions_section_box p
{
	font-size:14px;
	color:#45433f;
	font-family: 'Candara';
    font-weight:normal;
}

.shipoptions_section_box legend, .shipoptions_section_box h2
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara-Bold';
    font-weight:normal;
	padding-top:6px;
    margin-bottom:0px;
}

.shipping_section_box
{
	padding:8px 8px 14px 20px;
    border-bottom:1px dotted #afafaf;
}

.shipping_section_box legend
{
	font-size:16px;
	color:#333333;
	font-family:'Candara';
	padding:6px 0;
	text-transform:uppercase;
    font-weight:bold;
}

.shipping_section_box p
{
	font-size:12px;
	color:#45433f;
	font-family: 'Candara';
    font-weight:normal;
	padding:6px 0;
}

.shipping_section_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
	padding:6px 0;
}


.promo_gitcert_section_box
{
	padding:8px 8px 14px 8px;
}

.top_border{margin-top:0px;}

.payment_option_row
{
    margin:0px;
}

.payment_option_row_left_radiobox
{
	float:left;
	text-align:right !important;
    width:20px;
    padding-right:10px;
    padding-bottom:5px;
}

.payment_option_row_right_radiobox
{
    float:left;
    text-align:left;
	width:130px;
	padding-top:4px;
}

.payment_paypal
{
    float:left;
    text-align:left;
	width:60px;
	padding-top:4px;
}


.payment_cc_row
{
    margin:10px 0;
    padding-left:30px;
}

.payment_cc_col1
{
	float:left;
	text-align:left;
    width:130px;
    padding-top:3px;
}

.payment_cc_col2
{
    float:left;
    text-align:left;
	width:200px;
	padding-right:40px;
}

.payment_cc_select
{
    float:left;
    text-align:left;
	width:145px;
	padding-right:10px;
}

.payment_cc_col3
{
    float:left;
    text-align:left;
	width:100px;
	padding-top:3px;
}

.payment_cc_col4
{
    float:left;
    text-align:left;
	width:120px;
}

.payment_cc_col_month
{
    float:left;
    text-align:left;
	width:90px;
}

.payment_cc_col_year
{
    float:left;
    text-align:left;
	width:70px;
	padding-left:10px;
}

.payment_cc_what
{
    float:left;
    text-align:left;
	width:72px;
	padding-top:4px;
}

        .ccbox {
            width: 200px !important;
            height: 31px;
            line-height: 16px;
            outline: none;
            border: 1px solid #cecece;
            text-align: left;
            font-size: 13px;
            color: #767676;
            display: block;
            float: left;
            margin-right: 2px;
            padding-left: 3px;
        }

.ccbox:focus {
    border:1px solid #818181;
    color:#2a2a2a;
        }

        .cscbox {
            width: 83px !important;
            height: 31px;
            line-height: 16px;
            outline: none;
            border: 1px solid #cecece;
            text-align: left;
            font-size: 13px;
            color: #767676;
            display: block;
            float: left;
            margin-right: 2px;
            padding-left: 3px;
        }

.cscbox:focus {
    border:1px solid #818181;
    color:#2a2a2a;
        }

.promo_code_row, .reason_row
{
	padding:5px 8px 10px 8px;
}

.reason_row 
{
    padding-left:64px;
}

.reason_row select 
{
    margin-bottom:10px;
}

.promo_code_option_row
{
    margin-top:10px;
    padding-bottom:10px;
}

.promo_code_text
{
    float:left;
    width:150px;
    padding-top:3px;
}

.promo_code_input_area{
	float:left;
	width:320px;
}

.promo_code_input_area .promocode-box {
	width:320px;
	height:31px;
	line-height:16px;
	outline:none;
	border:1px solid #cecece;
	text-align:left;
	font-size:13px;
	color:#818181;
	display:block;
	float:left;
	margin-right:2px;
    padding-left:3px;
    }

.promo_code_input_area .promocode-box:focus {
    border:1px solid #818181;
    color:#333333;
    }

.promo_code_btn_area{
	float:left;
	width:60px;
	padding:0 20px;
	margin-top:-1px;
}

.promo_code_check_bal_area{
	float:left;
	width:120px;
	text-align:left;
	padding-top:3px;
}
.promo_code_check_bal_area a
{
    color:#E03415;
    text-decoration:none;
}

.promo_code_check_bal_area a:hover
{
    color:#E03415;
    text-decoration:underline;
}

/* gift card details page */

.giftcert_outer_box
{
	background:#fff;
	color:#45433f;
	font-size:14px;
	margin-bottom:25px;
    font-family: 'Candara';
    line-height:normal;
}

.giftcert_header
{
    padding:8px;
}

.giftcert_header h2
{
	font-size:20px;
	color:#E03415;
	padding:6px 0;
}

.giftcert_section_box
{
	padding:8px 8px 14px 8px;
	border-top:1px solid #a4a086;
}

.giftcert_section_box h3
{
	font-size:16px;
	color:#45433f;
	font-family: 'Candara';
	padding:6px 0;
	text-transform:capitalize;
}

.giftcert_row
{
    margin:0;
}

.giftcert_col1
{
	float:left;
	text-align:right;
    width:150px;
    padding-right:10px;
    padding-top:1px;
    margin-top:10px;
}

.giftcert_col2
{
    float:left;
    text-align:left;
	width:400px;
	padding-right:40px;
	margin-top:10px;
}

.giftcertbox{
	width:300px;
	height:16px;
	line-height:16px;
	outline:none;
	border:1px solid #a19d83;
	text-align:left;
	font-size:13px;
	color:#818181;
	display:block;
	float:left;
	margin:0 2px 0 0;
}

.giftcertmultilinebox{
	width:300px;
	line-height:16px;
	outline:none;
	border:1px solid #a19d83;
	text-align:left;
	font-size:13px;
	color:#818181;
	display:block;
	float:left;
	margin-right:2px;
}


/* marble score product detail addition */

.marble_score_product{
	width:54px;
	height:32px;
	position:absolute;
	top:285px;
	right:-8px;
	z-index:999;
}


/* orderconfirmation page */

.email_add
{
    font-size:16px;
    color:#E03415;
    font-weight:bold;
}

/* social login items */

.social_login_return_area{
    width:328px;
    border-top:dotted 1px #CCC;
    padding-top:10px;
    padding-bottom:10px;
}

.social_login_return_area p {
    width:328px;
    font-size:14px;
    font-family:Candara;
    color:#2a2a2a;
    padding-bottom:10px;
}

.social_login_return_area .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-right:10px;

}
.social_login_account_area{
    width:400px;
    padding-bottom:15px;
    margin-bottom:10px;
    float:left;
    padding-right:25px;
}

.social_login_account_area h3{
    font-family: ExpletusSansSemiBold !important;
    font-size: 16px !important;
    color: #2a2a2a !important;
    font-weight:300;
}

.social_login_account_area p {
    font-size:14px;
    font-family:Candara;
    color:#2a2a2a;
    margin-bottom:10px !important;
}

.social_login_account_area .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-right:10px;
}

.social_login_new_area{
    width:328px;
    padding-bottom:15px;
    margin-bottom:10px;
}

.social_login_new_area p {
    width:328px;
    font-size:14px;
    font-family:Candara;
    color:#2a2a2a;
    padding-bottom:10px;
}

.social_login_new_area .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-right:10px;

}

.social_badge button {
    border-style: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.social_badge button img{
    cursor: pointer;
}

.new-signup-text{
    padding-bottom:5px;
    font-size: 14px;
font-family: Candara;
font-weight: normal;
line-height: 1.5;
color: #333;
}

.social_login_return_checkout{
    width:346px;
    border-bottom:dotted 1px #CCC;
    padding-bottom:10px;
}

.social_login_return_checkout p {
    width:328px;
    font-size:14px;
    font-family:Candara;
    color:#2a2a2a;
    padding-bottom:10px;
}

.social_login_return_checkout .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-left:10px;
    padding-bottom:5px;

}

.social_login_new_customer{
    width:890px;
    padding:10px 0px 0px 20px;
}

.social_login_new_customer .intro_text {
    width:150px;
    font-size:14px;
    font-family:Candara;
    color:#2a2a2a;
    float:left;
    padding-top:5px;
}

.social_login_new_customer .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-left:10px;

}

.setup_intro{
    clear:left;
    padding:10px 0px 10px 20px;
    font-size: 14px;
    font-family: Candara;
    color: #333;
}


/* END CHECKOUT AREA SPECIFIC CODE */

		.section_content {
			width: 920px;
		}

		.checkout-leftcol {
			width: 765px;
		}
/* do not delete this closing tag below.  Must stay as last line in this file */
}
/* do not delete this closing tag above.  Must bet last line in this file */

@media all and (min-width: 1280px) {

    /* general site elements starts */
    .wrapper {
        padding-top: 20px;
        width: 1298px;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    }

    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        width: 1298px;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
        padding-top: 0px;
    }

    .nav_outter_wrapper {
        width: 100%;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        min-height: 96px;
        position: relative;
        top: -26px;
    }

    .nav_inner_wrapper {
        width: 1298px;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
    }

    .nav_section_wrapper {
        width: 1067px;
        float: left;
    }

    .nav_search_wrapper {
        width: 228px;
        float: left;
        min-height: 96px;
    }

    .sub_header {
        width: 100%;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        min-height: 40px;
        position: relative;
    }

    .sub_header_wrapper {
        width: 1067px;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
    }

    .gifts {
        width: 1047px;
        float: left;
        color: #666;
        font-size: 16px;
        font-family: 'Candara';
        height: 40px;
    }

        .gifts .giftcerts {
            width: 130px;
            float: left;
            height: 40px;
        }

        .gifts .gourmetfoodgifts {
            width: 63px;
            float: left;
            height: 40px;
        }

        .gifts .collections {
            width: 108px;
            float: left;
            height: 40px;
        }

        .gifts .blog {
            width: 60px;
            float: left;
            height: 40px;
        }

        .gifts .recipes {
            width: 83px;
            float: left;
            height: 40px;
        }

        .gifts .sale {
            width: 66px;
            float: left;
            height: 40px;
        }


        .gifts .headeralert {
            padding: 0 10px;
            width: 509px;
            float: left;
            height: 40px;
            text-align: center;
            padding-top: 10px;
            color: #f74627;
        }

            .gifts .headeralert a {
                color: #f74627 !important;
            }

                .gifts .headeralert a:hover, a:active {
                    text-decoration: underline;
                }

    .sidebar {
        float: left;
        width: 228px;
        padding-bottom: 10px;
        position: relative;
    }

    .sidebarpadding {
        padding-bottom: 20px;
    }

    .sidebar .heading {
        background: url(/App_Templates/Skin_7/css/images/aside_header_bg.jpg) no-repeat left top;
        height: 32px;
        color: #FFF;
        font-family: 'ExpletusSansSemiBold';
        text-transform: uppercase;
        font-size: 17px;
        padding: 15px 0 0 8px;
        font-weight: normal;
    }

        .sidebar .heading a {
            text-decoration: none;
            color: #FFF;
        }

            .sidebar .heading a:hover {
                color: #E03415;
            }

            .sidebar .heading a:visited {
                text-decoration: none;
            }

    .sidebar .heading2 {
        background: url(/App_Templates/Skin_7/css/images/aside_header_bg2.jpg) no-repeat left top;
        height: 47px;
        color: #FFF;
        font-family: 'ExpletusSansSemiBold';
        text-transform: uppercase;
        font-size: 17px;
        padding: 15px 0 0 8px;
        font-weight: normal;
        line-height: 1.2;
    }

        .sidebar .heading2 a {
            text-decoration: none;
            color: #FFF;
        }

            .sidebar .heading2 a:hover {
                color: #E03415;
            }

            .sidebar .heading2 a:visited {
                text-decoration: none;
            }

    .sidebar .lefthand_nav {
        font-family: Candara-Bold;
        font-weight: normal;
        font-size: 22px;
        line-height: 26px;
        text-transform: uppercase;
    }

        .sidebar .lefthand_nav a {
            text-decoration: none;
        }

            .sidebar .lefthand_nav a:hover {
                color: #821718;
            }

            .sidebar .lefthand_nav a:visited {
                text-decoration: none;
            }

    .sidebar .sidebar_outter_frame {
        background: url(/App_Templates/Skin_7/css/images/sidebox-shadow.png) no-repeat bottom center;
        padding-bottom: 4px;
    }

    .sidebar .sidebar_frame {
        background: #fff url(/App_Templates/Skin_7/css/images/aside_headingbg.jpg) repeat-x left top;
        padding: 20px 5px 0 18px;
        border: 1px solid #9c977e;
        z-index: 1;
        position: relative;
    }

    .shadow1 {
        position: relative;
        z-index: 9;
        top: -11px;
        border: 0px;
        height: 5px;
    }

    .sidebar span {
        font-family: Candara-Bold;
        display: block;
        padding-top: 10px;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
    }

    .fullwidthcontent {
        width: 1278px;
        float: left;
        padding-bottom: 20px;
    }

        .fullwidthcontent h1 {
            font-size: 28px;
            font-family: Candara-Bold;
            font-weight: normal;
            position: relative;
            text-transform: uppercase;
            border-bottom: 1px solid #000;
            margin: 10px 0px;
            line-height: 1;
        }


    .content {
        width: 1040px;
        padding-left: 30px;
        float: right;
        padding-bottom: 20px;
    }

        .content .subsectiontitle {
            font-family: 'Candara-Bold';
            font-weight: normal;
            font-size: 22px;
            line-height: 26px;
            border-bottom: 1px dotted #000000;
            color: #000000;
            padding-top: 5px;
            margin-top: 20px;
            text-transform: uppercase;
        }

        .content h4 {
            font-family: Candara-Bold;
            font-weight: normal;
            font-size: 22px;
            line-height: 26px;
            padding-left: 10px;
        }

        /* ~~ This grouped selector gives the lists in the .content area space ~~ */
        .content ul, .content ol {
            padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
        }

    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

    ul.nav {
        list-style: none; /* this removes the list marker */
        margin-bottom: 10px; /* this creates the space between the navigation on the content below */
        left: 0px;
        position: relative;
    }

        ul.nav li {
            font-size: 13px;
            font-family: 'Candara-Bold';
            color: #858585;
            font-weight: 400;
        }

        ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
            padding: 1px 0 1px 0;
            display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
            text-decoration: none;
            color: #676767;
        }

            ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
                color: #E03415;
            }

    ul.aside_ul2 {
        list-style: none; /* this removes the list marker */
        margin-bottom: 10px; /* this creates the space between the navigation on the content below */
        border-top: 1px dotted #CCC;
        width: 224px;
        font-size: 16px;
        font-family: 'ProximaNovaCond-Light';
        left: 0px;
        position: relative;
        text-transform: none !important;
    }

        ul.aside_ul2 li {
            font-size: 16px;
            color: #666;
            width: 224px;
        }

        ul.aside_ul2 a, ul.aside_ul2 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
            padding: 1px 0 1px 10px;
            display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
            text-decoration: none;
            background-color: #FFFFFF;
            color: #666;
        }

            ul.aside_ul2 a:hover, ul.aside_ul2 a:active, ul.aside_ul2 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
                background-color: #FFFFFF;
                color: #E03415;
            }

    li.navviewall {
        list-style: none; /* this removes the list marker */
        margin-bottom: 10px; /* this creates the space between the navigation on the content below */
        width: 224px;
        font-size: 14px;
        font-family: 'Candara';
        left: 0px;
        position: relative;
    }


        li.navviewall a, li.navviewall a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
            padding: 0px 7px 7px 0px;
            display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
            text-decoration: none;
        }

            li.navviewall a:hover, li.navviewall a:active, li.navviewall a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
                color: #E03415;
            }

    /* ~~ The footer ~~ */
    .footer {
        padding: 20px 0;
        background-color: #e4daab;
        position: relative; /* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        text-align: center;
        margin: 0 auto;
        color: #515050;
        font-size: 17px;
        font-family: Candara-Bold;
    }

    .Navigation {
        height: 55px;
        width: 100%;
        min-width: 1070px;
        margin: 0 auto;
        text-align: center;
    }

    #nav_wrapper {
        width: 1070px;
        margin: 0 auto;
        text-align: center;
        height: 54px;
    }

    #NavigationInside {
        width: 1070px;
        margin: 0 auto;
        height: 55px;
        position: relative;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }

        #NavigationInside ul {
            margin: 0 auto;
            text-align: center;
            position: relative;
        }

    .Navigation ul li {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        list-style: none;
        float: left;
        padding-top: 11px;
        padding-bottom: 8px;
        border-right: 1px solid rgba(255,255,255,.35);
        text-align: center;
        height: 34px;
        line-height: 16px;
        margin: 0 auto;
        float: left;
    }

    #item-1 {
        width: 77px;
    }

    #item-2 {
        width: 99px;
    }

    #item-3 {
        width: 87px;
    }

    #item-4 {
        width: 62px;
    }

    #item-5 {
        width: 86px;
    }

    #item-6 {
        width: 51px;
    }

    #item-7 {
        width: 65px;
    }

    #item-8 {
        width: 88px;
    }

    #item-9 {
        width: 73px;
    }

    #item-10 {
        width: 98px;
    }

    #item-11 {
        width: 124px;
    }

    #item-12 {
        width: 147px;
        border: none
    }


    .Navigation ul li.item-first {
        border: none !important;
    }

    .Navigation ul li a {
        font-size: 16px;
        font-family: 'Candara-Bold';
        color: #FFF;
        text-decoration: none;
        line-height: 16px;
        height: 38px;
    }

        .Navigation ul li a:hover {
            color: #E03415;
        }

    .Navigation ul li:hover {
        height: 38px;
    }

    .Navigation ul li ul li:hover {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        height: auto;
        border: none;
    }

    .arrow-up {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #E03415;
        position: absolute;
        left: 20px;
        top: -8px;
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

    .Navigation ul li .ultraNav {
        position: absolute;
        top: 51px;
        left: -80px;
        width: 550px;
        border: 2px solid #E03415;
        z-index: 500;
        -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.6);
        box-shadow: 0 3px 8px black;
        display: none;
        padding: 15px;
        /* Fallback for web browsers that doesn't support RGBa */
        background: rgb(255,255,255) transparent;
        /* RGBa with 0.6 opacity */
        background: rgba(255,255,255, 0.95);
        /* For IE 5.5 - 7*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99cfbb9a, endColorstr=#99cfbb9a);
        /* For IE 8*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99cfbb9a, endColorstr=#99cfbb9a)";
    }

    .ultraNavWide {
        width: 550px !important;
    }

    .first_menu {
        left: 0px !important;
    }

    .arrow_first {
        left: 30px !important;
    }

    .second_menu {
        left: -40px !important;
    }

    .arrow_second {
        left: 75px !important;
    }

    .arrow_100 {
        left: 100px !important;
    }

    .arrow_65 {
        left: 65px !important;
    }

    .fourthlast_menu {
        left: -335px !important;
    }

    .arrow_fourthlast {
        left: 375px !important;
    }

    .thirdlast_menu {
        left: -395px !important;
    }

    .arrow_thirdlast {
        left: 435px !important;
    }

    .secondlast_menu {
        left: -435px !important;
    }

    .arrow_secondlast {
        left: 480px !important;
    }

    .last_menu {
        left: -455px !important;
    }

    .arrow_last {
        left: 495px !important;
    }

    .left_span {
        left: -360px !important;
    }

    .arrow_left {
        left: 390px !important;
    }

    .left_span_wide {
        left: -230px !important;
    }

    .arrow_left_wide {
        left: 295px !important;
    }

    .hmenu {
        width: 528px;
        float: left;
        position: relative;
        float: left;
        text-align: left;
        padding-bottom: 15px;
    }

    .hmenuwide {
        width: 520px !important;
    }

    .hmenu .top-header {
        width: 528px;
        height: auto;
        font-size: 18px;
        color: #E03415;
        font-weight: normal;
        font-family: 'Candara-Bold';
        line-height: 16px;
    }

    .mtitle {
        width: 132px;
        float: left;
        padding-top: 8px;
        color: #4b4a4a;
    }

    .mtitlethree {
        width: 166px !important;
    }

    .mtitlewide {
        width: 130px !important;
    }

    .mtitle a {
        text-decoration: none;
        font-weight: normal !important;
        font-size: 14px !important;
        color: #2a2a2a !important;
        font-family: 'Candara' !important;
    }

        .mtitle a:hover {
            text-decoration: underline;
            color: #E03415 !important;
        }

    .Navigation ul li ul li .extended h2, .Navigation ul li .ultraNav h2 {
        font-size: 18px;
        width: 145px;
        color: #E03415;
        font-weight: bold;
        padding-bottom: 5px;
        font-family: 'Candara-Bold';
        line-height: 20px;
        float: left;
        position: relative;
    }

    .ultraNav h2 {
        text-align: left;
    }

    .Navigation ul li .ultra {
        width: 145px;
        float: left;
        margin: 10px 0 10px 10px;
        position: relative;
    }

        .Navigation ul li .ultra .top-header {
            width: 145px;
            height: auto;
        }

            .Navigation ul li .ultra .top-header a {
                font-size: 18px;
                color: #E03415;
                font-weight: bold;
                font-family: 'Candara-Bold';
                line-height: 20px;
            }

        .Navigation ul li .ultra:first-child {
            margin: 0;
            padding: 0px;
        }

    .Navigation ul li .ultraNav .arrow-up {
        left: 116px;
    }

    .Navigation ul li .ultra a {
        font-weight: normal;
        font-size: 14px;
        color: #2a2a2a;
        font-family: 'Candara';
    }

    .Navigation ul li .ultra li {
        width: 145px;
        line-height: 20px;
        padding: 3px 5px;
        /*background: url(images/linkback.png) no-repeat;*/
        text-align: left;
        border: 0px !important;
        height: auto;
    }

    .Navigation ul li ul li:hover a {
        color: #E03415;
        padding: 0px !important;
        height: 20px;
    }

    .Navigation ul li:hover .ultraNav {
        display: block;
    }

    .logo {
        position: relative;
        width: 215px;
        float: left;
        height: 157px;
    }

        .logo .logoarea {
            position: relative;
            width: 215px;
            float: left;
            padding-top: 30px;
            padding-bottom: 30px;
        }

            .logo .logoarea h1 {
                padding: 0px;
                margin: 0px;
                height: 75px;
            }

        .logo .logotoprow {
            position: relative;
            width: 215px;
            float: left;
            vertical-align: middle;
            height: 20px;
            padding-top: 2px;
        }

    .slogan {
        width: 288px;
        float: left;
    }

        .slogan .slogantoprow {
            width: 288px;
            vertical-align: middle;
            font-size: 12px;
            font-family: 'Candara';
            height: 20px;
            vertical-align: middle;
            padding-top: 2px;
        }

        .slogan .slogantext {
            width: 288px;
            font-size: 16px;
            color: #f74627;
            float: left;
            padding-right: 30px;
            padding-top: 32px;
            font-family: 'ExpletusSansBold';
            line-height: 27px;
        }

    .infoarea {
        float: left;
        vertical-align: middle;
        font-size: 16px;
        font-family: 'Candara';
        padding-left: 70px;
        padding-right: 10px;
        padding-top: 38px;
        width: 298px;
        color: #FFF;
    }

        .infoarea a {
            color: #FFF !important;
        }

            .infoarea a:hover, a:active {
                text-decoration: none;
                color: #E03415 !important;
            }

    .cart {
        width: 368px;
        font-size: 12px;
        color: #9F9E9E;
        float: right;
        text-align: right;
        font-family: 'ExpletusSansBold';
    }

        .cart a {
            text-decoration: none;
        }

    .cart_row a {
        padding-left: 0px
    }

    .cart_row span.button:hover {
        background-color: #56100a;
    }

    .cart_row {
        float: right;
        padding-top: 20px;
        vertical-align: middle;
        font-size: 15px;
        font-family: 'Candara';
    }

    .cart_rowtop {
        float: right;
        padding-right: 10px;
        padding-top: 6px;
        vertical-align: middle;
        font-size: 12px;
        font-family: 'ExpletusSansBold';
        height: 20px;
        vertical-align: middle;
        width: 648px;
    }

    .header_left {
        float: left;
        padding-left: 10px;
        padding-top: 6px;
        vertical-align: middle;
        font-size: 12px;
        font-family: 'ExpletusSansBold';
        height: 20px;
        vertical-align: middle;
        width: 500px;
        color: #FFF;
    }

        .header_left a {
            color: #FFF !important;
        }

            .header_left a:hover, a:active {
                text-decoration: none;
                color: #E03415 !important;
            }


    .header_right {
        float: right;
        padding-right: 10px;
        padding-top: 6px;
        vertical-align: middle;
        font-size: 12px;
        font-family: 'ExpletusSansBold';
        height: 20px;
        vertical-align: middle;
        width: 740px;
        text-align: right;
        color: #9F9E9E;
    }

    .header_bar a {
        text-decoration: none;
        color: #9F9E9E;
    }

        .header_bar a:hover {
            color: #E03415;
        }

    .header_bar {
        background-color: transparent;
    }

    .cart_row span.button {
        font-size: 12px;
        color: #FFF;
        padding-left: 17px;
        padding-top: 11px;
        padding-right: 7px;
        padding-bottom: 11px;
        background-color: #E03415;
        font-family: Candara-Bold;
    }

    #cart-tip {
        cursor: pointer;
    }

    #ctip {
        font-size: 12px;
        font-family: 'Candara';
        color: #E03415;
    }

        #ctip img {
            border: 1px solid #ccc;
            vertical-align: top;
        }

        #ctip span {
            font-size: 14px;
            color: #535353;
            top: 5px;
            position: relative;
        }

    .ct1 {
        width: 100px;
        float: left;
    }

    .ct2 {
        width: 140px;
        float: right;
        position: relative;
        padding-left: 10px;
    }

    .navi {
        margin: 0 auto;
        position: relative;
    }

    .slider_area {
        height: 375px;
        width: 1040px;
        position: relative;
    }

    .pager {
        width: 70px;
        height: 12px;
        position: absolute;
        left: 470px;
        bottom: 20px;
        z-index: 9999;
    }

        .pager a {
            display: block;
            width: 11px;
            height: 10px;
            margin-right: 5px;
            float: left;
            text-indent: -9999px;
            background: url(/App_Templates/Skin_7/css/images/normal-slide.png) no-repeat top center;
        }

            .pager a:hover, .pager a.activeSlide {
                background: url(/App_Templates/Skin_7/css/images/active-slide.png) no-repeat top center;
                margin-top: 1px;
            }

    .slider2 {
        height: 375px;
        width: 1040px;
        overflow: hidden;
    }

    .banner_slider {
        height: 375px;
        width: 1040px;
        position: relative;
    }

    .banner_info {
        text-align: center;
    }

        .banner_info h2 {
            font-family: 'MarcelleScript', 'Candara';
            padding-bottom: 12px;
            line-height: 1.2;
        }

        .banner_info p {
            font-family: 'Candara';
            font-size: 18px;
            padding-top: 10px;
            line-height: 1.4;
            padding-bottom: 10px;
        }

    .slider_cont p {
        line-height: 19px;
        font-size: 14px;
        font-family: 'Candara';
    }

    .banner_shadow {
        background: url(/App_Templates/Skin_7/css/images/banner-shadow.png) no-repeat center bottom;
        width: 1040px;
        height: 6px;
    }

    .top_slide0 {
        position: absolute;
        width: 495px;
        height: 465px;
        float: left;
        color: #4b4b4b;
        background-color: #FFF;
        padding-top: 12px;
    }

    #slider1_container_large {
        position: absolute;
        width: 493px;
        height: 464px;
        float: left;
        color: #4b4b4b;
        background-color: #FFF;
        padding-top: 12px;
    }

    .top_slide1 {
        position: absolute;
        width: 790px;
        height: 465px;
        float: right;
        color: #4b4b4b;
        background-color: #FFF;
        padding: 12px;
        left: 500px;
    }

    .slider2_container_large {
        position: absolute;
        width: 790px;
        height: 464px;
        float: right;
        color: #4b4b4b;
        background-color: #FFF;
        padding: 12px;
        left: 500px;
    }

    .sub_header_slider {
        width: 1298px;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
        height: 510px;
        min-height: 510px;
    }

    .sub_header_slider_wrapper {
        width: 100%;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
    }

    .slider_left_frame a {
        color: #FFF;
        text-decoration: none;
    }

        .slider_left_frame a:hover {
            text-decoration: underline;
        }

    .slider_right_frame a {
        color: #FFF;
        text-decoration: none;
    }

        .slider_right_frame a:hover {
            text-decoration: underline;
        }

    .sub_slide_text {
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
        color: #E03415;
        font-size: 24px;
        text-align: center;
        top: -15px;
        width: 1198px;
        font-family: 'Candara';
    }

    .adv {
        float: left;
        padding-top: 20px;
    }

    .product_box {
        background: #fff;
        height: 370px;
        width: 224px;
        border: 1px solid #A4A086;
        padding: 10px 10px 10px 10px;
    }

        .product_box .prodtitle {
            font-family: Candara;
            font-size: 18px;
            font-weight: 700;
            color: #E03415;
            line-height: 1.1;
        }

            .product_box .prodtitle a {
                color: #E03415;
                text-decoration: none;
            }

                .product_box .prodtitle a:hover {
                    text-decoration: underline;
                }

        .product_box .main-image img {
            margin: 0px 0px 3px;
            border: 0px;
        }

        .product_box .desc {
            font-size: 14px;
            color: #777;
            font-weight: normal;
            font-family: 'Candara';
            position: relative;
            line-height: 1.1;
            top: 2px;
        }

        .product_box .quant {
            font-size: 14px;
            color: #45433F;
            font-weight: normal;
            font-family: 'Candara';
            position: relative;
            top: 9px;
        }

        .product_box .rating-stars {
            font-size: 12px;
            color: #666;
            font-weight: normal;
            font-family: 'Candara';
            margin: 0px !important;
            position: relative;
            top: 17px;
        }

    .on_sale {
        width: 97px;
        height: 95px;
        position: absolute;
        top: 8px;
        right: 0px;
        z-index: 499;
        border: 0px;
    }

    .product_box .rating-stars img {
        margin: 0px !important;
    }

    .product_box span {
        font-size: 14px;
        color: #666;
        font-weight: normal;
        font-family: 'Candara';
    }

    .prod_price {
        position: relative;
        top: 12px;
        font-size: 14px;
        color: #45433F;
        line-height: 16px;
        font-family: 'Candara';
        font-size: 14px;
        font-weight: bold;
    }

    .prod_container {
        float: left;
        position: relative;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 15px;
    }

    .prod_container_last {
        float: left;
        position: relative;
        padding-left: 8px;
        padding-top: 15px;
    }

    .slideboxes {
        position: relative;
        float: left;
    }

    .small_sellers_container_cat {
        float: left;
        position: relative;
        padding-top: 15px;
        padding-right: 31px;
    }

    .small_sellers_container_cat_last {
        float: left;
        position: relative;
        padding-top: 15px;
        padding-left: 2px;
    }

    .small_sellers_cat {
        background: #fff;
        height: 205px;
        width: 325px;
    }

    .small_sellers_container {
        float: left;
        position: relative;
        padding-top: 15px;
        padding-right: 26px;
    }

    .small_sellers_container_last {
        float: left;
        position: relative;
        padding-top: 15px;
        padding-left: 2px;
    }

    .small_sellers {
        background: #fff;
        height: 204px;
        width: 325px;
        overflow: hidden;
    }

        .small_sellers ul {
            padding: 0px 0px 0px 30px;
        }

    .title_sidebar {
        top: 30px;
        position: relative;
    }

        .title_sidebar h4 {
            font-family: Candara-Bold;
            font-weight: normal;
            font-size: 22px;
        }

    .specials {
        top: 30px;
        position: relative;
        margin-bottom: 30px;
    }

        .specials h4 {
            font-family: Candara-Bold;
            font-weight: normal;
            font-size: 22px;
            line-height: 26px;
            padding-left: 10px;
        }

    .border {
        border-top: 1px solid #d6d6d6;
        height: 1px;
        width: 1039px;
        float: right;
        top: 20px;
        position: relative;
        padding-top: 10px;
    }

    .footer_top {
        width: 100%;
        background-color: #e4daab;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        min-height: 270px;
        position: relative;
    }

    .footer_wrapper {
        width: 1352px;
        background-color: #e4daab;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
    }

    .about_img {
        position: relative;
        width: 300px;
        float: left;
        color: #4b4b4b;
        background-color: #e4daab;
        font-size: 16px;
        font-family: 'Candara';
        right: 25px;
    }

    .about_text {
        width: 1040px;
        color: #545454;
        font-size: 14px;
        font-family: 'Candara';
        float: left;
        padding-top: 8px;
        background-color: #e4daab;
    }

        .about_text h2 {
            padding-top: 25px;
            padding-bottom: 10px;
            padding-left: 0px;
            padding-right: 0px;
            font-family: Candara-Bold;
            font-weight: normal;
            font-size: 32px;
            line-height: 36px;
        }

    .footer_mid {
        width: 100%;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
        background: #24231f;
    }

    .footer_mid_wrapper {
        width: 1298px;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    }

    .familylogos {
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        width: 1298px;
        color: #DCD7BE;
        font-family: 'Candara';
        font-size: 14px;
        text-align: center;
    }

    .bfooter {
        color: #DCD7BE;
        font-size: 14px;
        font-family: Candara;
        text-align: center;
        margin: 0 auto;
        padding: 10px 0;
    }

    .familylogoheader {
        width: 1298px;
        height: 20px;
        padding: 5px 0;
        text-align: center;
        text-align: center;
        color: #DCD7BE;
    }

    .familylogos .logospot1 {
        width: 400px;
        font-size: 12px;
        float: left;
        position: relative;
        padding: 20px 0px 20px 49px;
    }

    .familylogos .tagtext {
        width: 400px;
        font-size: 12px;
        float: left;
        position: relative;
        padding: 10px 0px 10px 0px;
        text-align: center;
        color: #DCD7BE;
    }

    .familylogos .logospot {
        width: 400px;
        font-size: 12px;
        float: left;
        position: relative;
        padding: 20px 0px;
    }

    .logo_img {
        position: relative;
        width: 270px;
        float: left;
        color: #4b4b4b;
        top: 25px;
    }

    .footer_text {
        width: 175px;
        color: #DCD7BE;
        font-size: 12px;
        font-family: 'Candara';
        float: left;
        padding: 0 55px;
    }

    .footer_text_last {
        border-right: 1px solid #CCC;
        min-height: 200px;
    }

    .footer_text .catname {
        padding-top: 10px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #DCD7BE;
        font-size: 14px;
        color: #DCD7BE;
        font-weight: normal;
    }

    ul.footer_nav1 {
        margin-top: 6px;
        list-style: none; /* this removes the list marker */
        margin-bottom: 15px; /* this creates the space between the navigation on the content below */
        width: 218px;
    }

        ul.footer_nav1 li {
            width: 218px;
        }

        ul.footer_nav1 a, ul.footer_nav1 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
            padding: 3px 7px 2px 0px;
            display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
            text-decoration: none;
            color: #666;
        }

            ul.footer_nav1 a:hover, ul.footer_nav1 a:active, ul.footer_nav1 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
                color: #E03415;
            }

    ul.footer_nav2 {
        margin-top: 6px;
        list-style: none; /* this removes the list marker */
        margin-bottom: 15px; /* this creates the space between the navigation on the content below */
        width: 180px;
    }

        ul.footer_nav2 li {
            width: 180px;
        }

        ul.footer_nav2 a, ul.footer_nav2 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
            padding: 3px 7px 2px 0px;
            display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
            text-decoration: none;
            color: #DCD7BE;
        }

            ul.footer_nav2 a:hover, ul.footer_nav2 a:active, ul.footer_nav2 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
                color: #E03415;
            }

    /*footer gourmet club signup form*/
    .signup_form_footer {
        width: 330px;
        position: relative;
        float: left;
        font-family: 'Candara';
        color: #DCD7BE;
        padding-left: 55px;
    }

        .signup_form_footer .catname {
            padding-top: 10px;
            padding-bottom: 8px;
            padding-left: 0px;
            padding-right: 0px;
            border-bottom: 1px solid #DCD7BE;
            font-size: 14px;
            color: #fd4728;
            font-weight: normal;
        }

        .signup_form_footer .intro_text {
            padding-top: 10px;
            padding-bottom: 8px;
            padding-left: 0px;
            padding-right: 0px;
            font-size: 14px;
            font-family: Candara;
        }

        .signup_form_footer .intro_text_success {
            padding-top: 10px;
            padding-bottom: 8px;
            padding-left: 0px;
            padding-right: 0px;
            font-size: 12px;
            color: #E03415;
        }


        .signup_form_footer .form-inner {
            margin: 0 0 15px 0;
            width: 340px !important;
            padding-bottom: 15px;
        }

            .signup_form_footer .form-inner .formleft-buttons {
                float: left;
                text-align: right;
                margin: 10px 10px 0 0;
                width: 64px;
            }

            .signup_form_footer .form-inner .formleft {
                float: left;
                text-align: right;
                margin: 3px 10px 0 0;
                width: 64px;
                font-family: 'Candara';
                font-size: 12px;
                color: #DCD7BE;
            }

            .signup_form_footer .form-inner .formright {
                float: left;
                text-align: left;
                height: 20px;
            }

            .signup_form_footer .form-inner .formbutton {
                float: left;
                text-align: left;
                height: 30px;
                padding-bottom: 20px;
            }

            .signup_form_footer .form-inner .formright input {
                margin: 0px;
                padding-left: 5px;
                width: 210px;
                height: 20px;
                line-height: 16px;
                outline: none;
                border: 1px solid #DCD7BE;
                text-align: left;
                font-size: 12px;
                color: #818181;
                display: block;
                float: left;
                margin-right: 2px;
                padding-left: 3px;
            }

                .signup_form_footer .form-inner .formright input:focus {
                    border: 1px solid #818181;
                    color: #333333;
                }

    .left-pad {
        padding-left: 45px;
    }

    .imgpad img {
        padding-left: 30px;
        padding-right: 15px;
    }



    .search {
        width: 228px;
        height: 93px;
        position: absolute;
        background: url(/App_Templates/Skin_7/css/images/search-background.jpg) no-repeat top right;
        top: 0px;
        right: 0px;
    }

    .search_heading {
        height: 19px;
        background: url(/App_Templates/Skin_7/css/images/search-text.jpg) no-repeat top left;
        margin: 9px 0 13px 9px;
    }


    .search input[type="text"] {
        width: 151px;
        height: 35px;
        background: url(/App_Templates/Skin_7/css/images/search-field.jpg) no-repeat left top;
        margin: 31px 2px 0 2px;
        border: none;
        font-size: 13px;
        color: #FFF;
        padding: 0px 0px 0px 5px;
        text-align: left;
    }

    .search input:focus {
        color: #FFF;
    }

    .search input[type="button"] {
        margin: 31px 10px 0 0;
        background: url(/App_Templates/Skin_7/css/images/search-button.png) no-repeat;
        width: 45px;
        height: 34px;
        border: none;
        cursor: pointer;
        float: right;
    }



    /* caption */

    .caption_black {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 423px;
        height: 150px;
        color: #fff;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
        font-family: 'Candara';
        padding: 35px;
        background-color: rgba(75, 94, 94, 0.6);
    }

        .caption_black h2 {
            font-size: 37px;
            font-family: ProximaNovaT-Thin;
            font-weight: normal;
            color: #FFF;
            line-height: 44px;
            padding: 0px;
            margin: 0px;
        }

        .caption_black span {
            position: relative;
            top: 12px;
        }

    .caption_red {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 720px;
        height: 150px;
        color: #fff;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
        font-family: 'Candara';
        padding: 35px;
        background-color: rgba(145, 40, 29, 0.7);
    }

        .caption_red h2 {
            font-size: 37px;
            font-family: ProximaNovaT-Thin;
            font-weight: normal;
            color: #FFF;
            line-height: 44px;
            padding: 0px;
            margin: 0px;
        }

        .caption_red span {
            position: relative;
            top: 12px;
        }

    /*top sellers*/
    .grid {
        width: 325px;
        height: 204px;
        list-style: none;
        position: relative;
        right: 30px;
        padding: 0px;
    }

        .grid li {
            display: inline-block;
            width: 325px;
            text-align: left;
            position: relative;
        }

        .grid figure {
            margin: 0;
            position: relative;
        }

            .grid figure img {
                max-width: 100%;
                display: block;
                position: relative;
            }

        .grid figcaption {
            position: absolute;
            left: 0;
            color: #FFF;
            bottom: 50px !important;
        }

            .grid figcaption h2 {
                margin: 0;
                padding: 0;
                color: #c71e00;
                font-family: 'Candara-Bold';
                font-size: 18px;
                font-weight: normal;
                line-height: 1;
                width:100%;
            }

            .grid figcaption p {
                font-size: 16px;
                font-weight: normal;
                line-height: 1;
                width: 100%;
                margin:20px auto;
            }

            .grid figcaption h3 {
                margin: 0;
                padding: 0;
                color: #c71e00;
                font-family: 'Candara-Bold';
                font-size: 18px;
                font-weight: normal;
                line-height: 1;
            }

            .grid figcaption a {
                text-decoration: none;
                position: inherit;
                color: inherit;
            }

                .grid figcaption a:hover {
                    text-decoration: underline;
                }

    .cs-style-3 figure {
        overflow: hidden;
    }

        .cs-style-3 figure img {
            transition: transform 0.4s;
        }

    .cs-style-3 p {
        font-size: 16px;
        margin: 0;
        padding: 0;
        color: #2A2A2A;
        line-height: 1;
    }

    .no-touch .cs-style-3 figure:hover img,
    .cs-style-3 figure.cs-hover img {
        transform: translateY(-50px);
    }

    .cs-style-3 figcaption {
        height: 40px;
        padding-left: 18px;
        padding-top: 3px;
        width: 100%;
        top: auto;
        opacity: 1;
        background-color: #e6e4d1;
        /* transform: translateY(100%);
    transition: transform 0.4s, opacity 0.1s 0.3s; */
    }

    .no-touch .cs-style-3 figure:hover figcaption,
    .cs-style-3 figure.cs-hover figcaption {
        opacity: 1;
        transform: translateY(0px);
        transition: transform 0.4s, opacity 0.1s;
    }

    /*.cs-style-3 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}*/

    .contact_us {
        position: absolute;
        right: 0px;
        bottom: -112px;
        z-index: 9999;
    }



    /* contact */

    .cl-effect a::before,
    .cl-effect a::after {
        position: absolute;
        top: 50%;
        left: 36%;
        width: 30px;
        height: 30px;
        border: 2px solid rgba(0,0,0,0.2);
        border-radius: 50%;
        content: '';
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
        transform: translateX(-50%) translateY(-50%) scale(0.2);
    }

    .cl-effect a::after {
        width: 30px;
        height: 30px;
        border-width: 6px;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
        transform: translateX(-50%) translateY(-50%) scale(0.8);
    }

    .cl-effect a:hover::before,
    .cl-effect a:hover::after,
    .cl-effect a:focus::before,
    .cl-effect a:focus::after {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    #slider1_container_large {
        display: inline;
    }

    #slider1_container_small {
        display: none;
    }

    #slider2_container_large {
        display: inline;
    }

    #slider2_container_small {
        display: none;
    }

    .socials {
        clear: left;
    }

        .socials .item {
            padding-right: 5px;
            float: left;
        }

    .gifts a {
        text-decoration: none;
    }

        .gifts a:hover {
            text-decoration: none;
            color: #E03415 !important
        }

        .gifts a:visited {
            text-decoration: none;
            color: #666;
        }

    .cart a {
        text-decoration: none;
        color: #868686
    }

        .cart a:hover {
            text-decoration: none;
            color: #E03415 !important
        }

        .cart a:visited {
            text-decoration: none;
            color: #868686;
        }

    /* general site elements end */

    /* category */

    .spacing {
        padding: 5px;
    }

    .breadcrumbs {
        font-size: 14px;
        font-family: 'Candara';
        color: #4b4b4b;
        padding-top: 3px;
        text-decoration: none;
        text-transform: capitalize;
        font-weight: normal;
    }

        .breadcrumbs .crumb {
            font-size: 14px;
            color: #4b4b4b;
            font-family: 'Candara';
            font-weight: normal;
        }

            .breadcrumbs .crumb a {
                font-size: 14px;
                color: #4b4b4b;
                font-family: 'Candara';
                text-transform: capitalize;
                font-weight: normal;
                text-decoration: none;
            }

                .breadcrumbs .crumb a:hover {
                    text-decoration: underline;
                    color: #E03415;
                }

    .content h1 {
        font-size: 28px;
        font-family: Candara-Bold;
        font-weight: normal;
        position: relative;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
        margin: 10px 0;
        line-height: 1;
    }


    #slider1_container_large_cat {
        position: relative;
        width: 395px;
        height: 373px;
        float: left;
        color: #4b4b4b;
        display: inline;
    }

    #slider2_container_large_cat {
        position: absolute;
        width: 634px;
        height: 373px;
        float: right;
        color: #4b4b4b;
        display: inline;
    }


    .slider_left_container {
        position: absolute;
        width: 395px;
        height: 373px;
        float: left;
        color: #4b4b4b;
        background-color: #fff;
    }

    .slider_right_container {
        position: absolute;
        width: 634px;
        height: 373px;
        float: right;
        color: #4b4b4b;
        background-color: #fff;
        padding: 12px;
        left: 405px;
    }

    .slideshow_cat {
        width: 1040px;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
        height: 383px;
        min-height: 383px;
        margin-bottom: 20px;
    }

    .slideshow_text_cat {
        font-size: 16px;
        font-family: 'Candara';
        line-height: 26px;
        color: #333333;
        position: relative;
        padding-top: 15px;
    }

    /* caption */

    .caption_black_cat {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 395px;
        height: 123px;
        color: #fff;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
        font-family: 'Candara';
        padding: 25px;
    }

        .caption_black_cat .title {
            font-size: 38px;
            font-family: Candara-Bold;
        }

        .caption_black_cat span {
            position: relative;
            top: 12px;
        }

    .caption_red_cat {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 634px;
        height: 123px;
        color: #fff;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
        font-family: 'Candara';
        padding: 25px;
    }

        .caption_red_cat .title {
            font-size: 38px;
            font-family: Candara-Bold;
        }

        .caption_red_cat span {
            position: relative;
            top: 8px;
        }

    .caption_black_cat_st {
        position: absolute;
        top: 235px;
        left: 0px;
        width: 368px;
        height: 110px;
        color: #fff;
        font-size: 18px;
        line-height: 25px;
        text-align: left;
        font-family: 'Candara';
        padding: 15px 20px 25px 20px;
        background-color: rgba(75, 94, 94, 0.7);
    }

        .caption_black_cat_st a {
            text-decoration: none;
            color: #FFF;
        }

            .caption_black_cat_st a:hover {
                text-decoration: underline;
            }

        .caption_black_cat_st .title_cat_st {
            font-size: 37px;
            font-family: ProximaNovaT-Thin;
            color: #fff;
            line-height: 34px;
        }

        .caption_black_cat_st span {
            position: relative;
            top: 8px;
        }

    .caption_red_cat_st {
        position: absolute;
        top: 235px;
        left: 12px;
        width: 594px;
        height: 110px;
        color: #fff;
        font-size: 18px;
        line-height: 25px;
        text-align: left;
        font-family: 'Candara';
        padding: 15px 20px 25px 20px;
        background-color: rgba(145, 40, 29, 0.7);
    }

        .caption_red_cat_st a {
            text-decoration: none;
            color: #FFF;
        }

            .caption_red_cat_st a:hover {
                text-decoration: underline;
            }

        .caption_red_cat_st .title_cat_st {
            font-size: 37px;
            font-family: ProximaNovaT-Thin;
            color: #fff;
            line-height: 34px;
        }

        .caption_red_cat_st span {
            position: relative;
            top: 12px;
        }
    /*Recipe box display*/
    .recipe_box_cat {
        background: none repeat scroll 0% 0% #FFF;
        height: 350px;
        width: 224px;
        border: 1px solid #A4A086;
        padding: 10px;
    }

        .recipe_box_cat .prodtitle {
            font-family: Candara-Bold;
            font-size: 18px;
            font-weight: normal;
            color: #E03415;
            line-height: 1.2;
        }

            .recipe_box_cat .prodtitle a {
                color: #E03415;
                text-decoration: none;
            }

                .recipe_box_cat .prodtitle a:hover {
                    text-decoration: underline;
                }

        .recipe_box_cat img {
            margin: 0px;
            border: 0px;
        }

        .recipe_box_cat .desc {
            position: relative;
            padding-top: 9px;
        }

        .recipe_box_cat .quant {
            position: relative;
            top: 9px;
        }

        .recipe_box_cat .desc img {
            vertical-align: middle;
            padding-top: 31px;
            float: right;
        }

        .recipe_box_cat span {
            font-size: 14px;
            color: #666;
            font-weight: normal;
            font-family: 'Candara';
        }

        .recipe_box_cat .rating_stars_cat {
            font-size: 12px;
            color: #666;
            font-weight: normal;
            font-family: 'Candara';
            padding-top: 8px;
            margin: 0px !important;
        }

            .recipe_box_cat .rating_stars_cat img {
                margin: 0px !important;
            }

    /* blog post category page display start */

    .blog_post_container {
        float: left;
        position: relative;
        padding-top: 15px;
    }

    .blog_post_subcontainer {
        width: 1020px;
        float: left;
        padding-right: 20px;
    }

        .blog_post_subcontainer .product_box_image {
            width: 244px;
            height: 244px;
            float: left;
            background-color: #FFF;
            border: 1px solid #A4A086;
        }

            .blog_post_subcontainer .product_box_image img {
                border: 0px;
                margin: 10px;
            }

        .blog_post_subcontainer .content_area {
            width: 754px;
            float: left;
            padding-left: 20px;
        }

            .blog_post_subcontainer .content_area .prodtitle {
                font-family: Candara-Bold;
                font-size: 28px;
                font-weight: normal;
                color: #E03415;
                line-height: 1.4;
            }

                .blog_post_subcontainer .content_area .prodtitle a {
                    color: #E03415;
                    text-decoration: none;
                }

                    .blog_post_subcontainer .content_area .prodtitle a:hover {
                        text-decoration: underline;
                    }

            .blog_post_subcontainer .content_area .desc {
                font-size: 13px;
                color: #666;
                font-weight: normal;
                font-family: 'Candara';
                padding-top: 5px;
            }

            .blog_post_subcontainer .content_area .intro {
                font-size: 16px;
                color: #2a2a2a;
                font-weight: normal;
                font-family: 'Candara';
                padding-top: 5px;
                line-height: 1.4;
            }

                .blog_post_subcontainer .content_area .intro a {
                    color: #E03415;
                    text-decoration: none;
                }

                    .blog_post_subcontainer .content_area .intro a:hover {
                        text-decoration: underline;
                    }

            .blog_post_subcontainer .content_area .posting_info {
                font-size: 14px;
                color: #5D5852;
                font-weight: normal;
                font-family: 'Candara';
                padding-top: 10px;
                line-height: 1.4;
            }

                .blog_post_subcontainer .content_area .posting_info a {
                    color: #E03415;
                    text-decoration: none;
                }

                    .blog_post_subcontainer .content_area .posting_info a:hover {
                        text-decoration: underline;
                    }

            .blog_post_subcontainer .content_area .rating_stars_blog {
                color: #5D5852;
                font-weight: normal;
                font-family: 'Candara';
                vertical-align: top;
                line-height: 1.4;
            }

                .blog_post_subcontainer .content_area .rating_stars_blog img {
                    margin: 0px;
                }

    .ratings_line {
        font-size: 16px;
        display: block;
        font-family: 'Candara';
        color: #5D5852;
    }

        .ratings_line a {
            color: #E03415;
            text-decoration: none;
        }

            .ratings_line a:hover {
                text-decoration: underline;
            }

    .blog_bc_container {
        font-size: 14px;
        font-family: 'Candara';
        width: 1040px;
        border-bottom: 1px dotted #666;
        height: 40px;
    }

    .blog_breadcrumbs {
        width: 839px;
        float: left;
        padding-top: 7px;
        color: #666;
    }

        .blog_breadcrumbs a {
            text-decoration: none;
            color: #666;
        }

            .blog_breadcrumbs a:visited {
                text-decoration: none;
                color: #666;
            }

            .blog_breadcrumbs a:hover {
                text-decoration: underline;
                color: #E03415;
            }

    .blog_intro_details {
        width: 625px;
        padding-bottom: 15px;
    }

        .blog_intro_details h1 {
            font-family: ExpletusSansSemiBold;
            font-weight: 400;
            font-size: 30px;
            line-height: 1.3;
            color: #E03415;
            border-bottom: none;
            text-transform: none;
            margin-bottom: 0px;
        }


    .blog_overview {
        float: left;
        font-size: 16px;
        font-family: 'Candara';
        line-height: 1.4;
        color: #2a2a2a;
        font-weight: normal;
        padding: 25px 0px;
        width: 625px;
    }

        .blog_overview img {
            max-width: 625px !important;
        }

        .blog_overview h2 {
            font-family: Candara-Bold;
            font-size: 24px;
            color: #333333;
            font-weight: normal;
            padding-top: 18px;
            line-height: 1.4;
        }

        .blog_overview h3 {
            font-family: Candara-Bold;
            font-size: 18px;
            color: #E03415;
            font-weight: normal;
            line-height: 1.4;
        }

        .blog_overview p {
            font-size: 16px;
            font-family: 'Candara';
            line-height: 1.4;
            color: #2a2a2a;
            font-weight: normal;
            padding-bottom: 15px;
        }

        .blog_overview ul {
            padding-left: 30px;
            padding-bottom: 30px;
            width: 95%;
            float: left;
        }

            .blog_overview ul li {
                list-style-type: disc;
                float: left;
                clear: both;
            }

            .blog_overview ul a {
                font-weight: normal;
                font-size: 16px;
                font-family: 'Candara';
                color: #E03415;
                text-decoration: none !important;
                border: inherit;
                padding: 0;
                display: inline;
                background: inherit;
                margin: inherit;
                line-height: inherit;
            }

                .blog_overview ul a:hover {
                    text-decoration: underline !important;
                }

        .blog_overview ol {
            padding-left: 30px;
            padding-bottom: 30px;
            width: 95%;
            float: left;
        }

            .blog_overview ol li {
                float: left;
                clear: both;
                padding-bottom: 15px;
            }

            .blog_overview ol a {
                font-weight: normal;
                font-size: 16px;
                font-family: 'Candara';
                color: #E03415;
                text-decoration: none !important;
                border: inherit;
                padding: 0;
                display: inline;
                background: inherit;
                margin: inherit;
                line-height: inherit;
            }

                .blog_overview ol a:hover {
                    text-decoration: underline !important;
                }

        .blog_overview a {
            color: #E03415;
            text-decoration: none;
        }

            .blog_overview a:hover {
                color: #E03415;
                text-decoration: underline;
            }

    .blog_reviews_details {
        float: left;
        font-size: 16px;
        font-family: 'Candara';
        line-height: 1.4;
        color: #2a2a2a;
        background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
        padding: 25px 0px;
        width: 625px;
    }

        .blog_reviews_details .header {
            font-family: Candara-Bold;
            font-size: 22px;
            color: #2a2a2a;
            font-weight: normal;
            line-height: 1.4;
            border-top: none;
            background: none;
        }

        .blog_reviews_details a {
            color: #E03415;
            text-decoration: none;
        }

            .blog_reviews_details a:hover {
                text-decoration: underline;
            }

    .blog_comment {
        padding: 25px 0px;
        float: left;
        font-size: 16px;
        font-family: 'Candara';
        line-height: 1.4;
        color: #333333;
        width: 625px;
        background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
    }

    .blog_comment_subcontainer {
        width: 625px;
        float: left;
        padding-bottom: 15px;
    }

        .blog_comment_subcontainer .by_info {
            width: 235px;
            float: left;
        }

        .blog_comment_subcontainer .content_area {
            width: 380px;
            float: right;
            font-size: 16px;
            color: #2a2a2a;
            font-weight: normal;
            font-family: 'Candara';
            line-height: 1.4;
        }

    .blog_comment .comment-title {
        float: left;
        width: 275px;
        font-family: Candara-Bold;
        font-size: 22px;
        color: #2a2a2a;
        font-weight: normal;
        line-height: 1.4;
    }

    .blog_comment .comment-button-area {
        float: left;
    }

    .blog_recipe_container {
        float: left;
        position: relative;
        padding-bottom: 25px;
        background: url("/App_Templates/Skin_7/css/images/complimentary-line.png") repeat-x scroll center top transparent;
        width: 625px;
    }

    .blog_recipe_subcontainer {
        width: 625px;
        float: left;
        padding-top: 25px;
    }

        .blog_recipe_subcontainer .product_box_image {
            width: 244px;
            height: 244px;
            float: left;
            border: 1px solid #A4A086;
            background-color: #FFF;
        }

            .blog_recipe_subcontainer .product_box_image img {
                margin: 10px;
                border: 0px;
            }

        .blog_recipe_subcontainer .content_area {
            width: 364px;
            padding-left: 15px;
            float: left;
            font-size: 16px;
            color: #2a2a2a;
            font-weight: normal;
            font-family: 'Candara';
            line-height: 1.4;
        }

            .blog_recipe_subcontainer .content_area h2 {
                font-family: Candara-Bold;
                font-size: 22px;
                font-weight: normal;
                color: #E03415;
                line-height: 1.4;
            }

                .blog_recipe_subcontainer .content_area h2 a {
                    color: #E03415;
                    text-decoration: none;
                }

                    .blog_recipe_subcontainer .content_area h2 a:hover {
                        text-decoration: underline;
                    }

        .blog_recipe_subcontainer .view_button {
            padding-top: 15px;
        }

    .comment_subcontainer {
        background: #fff;
        width: 1008px;
        float: left;
        padding-bottom: 15px;
    }

        .comment_subcontainer .by_info {
            width: 240px;
            float: left;
        }

        .comment_subcontainer .content_area {
            width: 750px;
            float: left;
            font-size: 16px;
            color: #666;
            font-weight: normal;
            font-family: 'Candara';
            line-height: 1.4;
        }

    /*Product box display*/
    .product_box_cat {
        background: #fff;
        height: 370px;
        width: 224px;
        border: 1px solid #A4A086;
        padding: 10px 10px 10px 10px;
    }

        .product_box_cat .prodtitle {
            font-family: Candara;
            font-size: 18px;
            font-weight: 700;
            color: #E03415;
            line-height: 1.1;
        }

            .product_box_cat .prodtitle a {
                color: #E03415;
                text-decoration: none;
            }

                .product_box_cat .prodtitle a:hover {
                    text-decoration: underline;
                }

        .product_box_cat img {
            margin: 0px 0px 3px;
            border: 0px;
        }

        .product_box_cat .desc {
            font-size: 14px;
            color: #777;
            font-weight: normal;
            font-family: 'Candara';
            position: relative;
            line-height: 1.1;
            top: 2px;
        }

            .product_box_cat .desc a {
                font-size: 13px;
                color: #E03415;
                font-weight: normal;
                font-family: 'Candara';
                padding-top: 5px;
                text-decoration: none;
                float: left;
            }

                .product_box_cat .desc a:hover {
                    text-decoration: underline;
                }

        .product_box_cat .quant {
            position: relative;
            top: 9px;
        }

        .product_box_cat .desc img {
            vertical-align: middle;
            padding-top: 31px;
            float: right;
        }

        .product_box_cat span {
            font-size: 14px;
            color: #666;
            font-weight: normal;
            font-family: 'Candara';
        }

        .product_box_cat .rating_stars_cat {
            font-size: 12px;
            color: #666;
            font-weight: normal;
            font-family: 'Candara';
            padding-top: 8px;
            margin: 0px !important;
        }

            .product_box_cat .rating_stars_cat img {
                margin: 0px !important;
            }

    .prod_price_cat {
        position: relative;
        top: 8px;
        font-size: 14px;
        color: #666;
        line-height: 22px;
    }

    .prod_container_cat {
        float: left;
        position: relative;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 15px;
        background: url(/App_Templates/Skin_7/css/images/productbox-shadow.png) no-repeat bottom center;
        padding-bottom: 4px;
    }

    .prod_container_last_cat {
        float: left;
        position: relative;
        padding-left: 8px;
        padding-top: 15px;
        background: url(/App_Templates/Skin_7/css/images/productbox-shadow.png) no-repeat bottom center;
        padding-bottom: 4px;
    }

    .prod_container_first_cat {
        float: left;
        position: relative;
        padding-right: 8px;
        padding-top: 15px;
        background: url(/App_Templates/Skin_7/css/images/productbox-shadow.png) no-repeat bottom center;
        padding-bottom: 4px;
    }

    .title_cat {
        font-family: Candara-Bold;
        font-size: 18px;
        color: #E03415;
        padding-top: 4px;
    }

    .title_sidebar_cat h4 {
        font-family: Candara-Bold;
        font-weight: normal;
        font-size: 22px;
    }

    #socials_cat {
        position: relative;
        top: 25px;
        left: 20px;
    }

    .cat_title {
        padding-top: 25px;
        padding-bottom: 5px;
    }

        .cat_title h2, .cat_title .h2 {
            color: #FFF;
            font-family: Candara-Bold;
            font-weight: normal;
            font-size: 22px;
            text-transform: uppercase;
            background: none repeat scroll 0% 0% #E03415;
            height: 40px;
            border: 1px solid #A89F92;
            padding: 5px 0px 0px 19px;
        }

    .small_cat_first {
        float: left;
        position: relative;
        padding-right: 4px;
        padding-top: 25px;
    }

    .small_cat_last {
        float: left;
        position: relative;
        padding-top: 25px;
    }

    .small_cat {
        float: left;
        position: relative;
        padding-left: 0px;
        padding-right: 15px;
        padding-top: 25px;
    }

    .small_box_cat {
        background: #fff;
        width: 340px;
        /* padding:11px 11px 12px 11px;*/
    }

    .imgcat {
        width: 75px;
        position: relative;
        float: left;
        margin-top: 5px;
    }

        .imgcat img {
            width: 75px;
            height: 75px;
            border: 1px solid #A4A086;
        }

    .right_text {
        position: relative;
        float: right;
        width: 247px;
        padding-left: 10px;
        font-size: 13px;
        font-family: 'Candara';
        color: #333;
    }

        .right_text a {
            color: #E03415;
            text-decoration: none;
        }

            .right_text a:hover {
                text-decoration: underline;
            }

        .right_text h3 {
            font-family: Candara-Bold;
            font-size: 18.5px;
            color: #E03415;
            font-weight: normal;
        }

    .closingspottext {
        color: #666;
        font-size: 14px;
        padding-top: 50px;
        font-family: 'Candara';
    }

    .marble_text {
        position: relative;
        float: left;
        width: 310px;
        font-size: 12px;
        padding-right: 10px;
        font-family: 'Candara';
        color: #4b4b4b;
    }

        .marble_text span {
            font-family: Candara-Bold;
            font-size: 18px;
            color: #E03415;
            text-transform: uppercase;
        }

    .cat_title_nb {
        font-family: Candara-Bold;
        font-weight: normal;
        font-size: 24px;
        padding-top: 22px;
        padding-bottom: 20px;
        top: 8px;
        position: relative;
        color: #4b4b4b;
    }

    .brand_cat_first {
        float: left;
        position: relative;
        padding-right: 13px;
    }

    .brand_cat_last {
        float: left;
        position: relative;
    }

    .brand_cat {
        float: left;
        position: relative;
        padding-left: 0px;
        padding-right: 13px;
        padding-bottom: 15px;
    }

    .brand_box_cat {
        background: #fff;
        width: 316px;
        min-height: 180px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #e2e2e2
    }

    .brand_img {
        position: relative;
        margin: 0 auto;
        text-align: center;
        padding-top: 10px;
    }

    .brand_text {
        position: relative;
        float: left;
        width: 290px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        font-family: 'Candara';
        color: #4b4b4b;
    }

        .brand_text span {
            font-family: Candara-Bold;
            font-size: 18px;
            color: #E03415;
            width: 290px;
            text-transform: uppercase;
        }

    .logo_img_cat {
        position: relative;
        width: 260px;
        float: left;
        color: #4b4b4b;
        top: 60px;
    }

    .footer_top_cat {
        width: 100%;
        background-color: #e4daab;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
    }

    .footer_wrapper_cat {
        width: 1040px;
        background-color: #e4daab;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: relative;
        left: 130px;
    }

    .about_text_cat {
        width: 1040px;
        color: #545454;
        font-size: 14px;
        font-family: 'Candara';
        padding-top: 8px;
        background-color: #e4daab;
        padding-bottom: 30px;
    }

        .about_text_cat h2 {
            padding-top: 25px;
            padding-bottom: 10px;
            padding-left: 0px;
            padding-right: 0px;
            font-family: Candara-Bold;
            font-weight: normal;
            font-size: 32px;
            line-height: 36px;
        }

    .footer_top_cat_abs {
        width: 100%;
        background-color: #e4daab;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        min-height: 180px;
        clear: both;
        position: absolute;
        z-index: 10;
        margin-top: 195em;
    }

    .contact_us_cat {
        position: absolute;
        right: 0px;
        bottom: -232px;
        z-index: 9999;
    }

    /* sub category */

    .desc_text {
        color: #2a2a2a;
        font-size: 16px;
        font-family: 'Candara';
        padding-bottom: 22px;
    }

        .desc_text a {
            color: #E03415;
            text-decoration: none;
        }

            .desc_text a:hover {
                text-decoration: underline;
            }

    .dropdown {
        float: left;
        position: relative;
        width: 250px;
        overflow: hidden !important;
    }

        .dropdown select {
            border: 1px solid #A4A086 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: url(/App_Templates/Skin_7/css/images/select_arrow.gif) no-repeat;
            background-color: #fff;
            background-position: 211px 0px;
            width: 276px;
            font-size: 14px;
            font-family: 'Candara';
            text-indent: 0.01px;
            text-overflow: ellipsis;
            color: #333333;
            padding: 6px;
            height: 36px;
        }

    .page_details {
        border-bottom: 1px dotted #666;
        padding-bottom: 50px;
        font-size: 14px;
        font-family: 'Candara';
        color: #333333;
    }

    .pages_count {
        margin-left:10px;
        text-align: center;
        float: left;
        padding-top: 6px;
        position: relative;
        float: left;
        color: #333333;
    }

        .pages_count a {
            color: #333333;
            text-decoration: none;
        }

            .pages_count a:hover {
                color: #E03415;
                text-decoration: underline;
            }

            .pages_count a:visited {
                color: #333333;
                text-decoration: none;
            }

    .products_per_page {
        float: right;
        position: relative;
        width: 255px;
        vertical-align: middle;
        text-align: right;
    }

    .pp_select {
        float: right;
        position: relative;
        width: 89px;
        overflow: hidden !important;
        padding-left: 5px;
    }

    .pp_text {
        position: relative;
        top: 6px;
    }

    .products_per_page select {
        border: 1px solid #A4A086 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(/App_Templates/Skin_7/css/images/select_arrow.gif) no-repeat;
        background-color: #fff;
        background-position: 50px 0px;
        width: 120px;
        font-size: 14px;
        font-family: 'Candara';
        text-indent: 0.01px;
        text-overflow: ellipsis;
        color: #333333;
        padding: 6px;
        height: 36px;
        vertical-align: middle;
    }

    .rating_stars_sub {
        height: 14px;
        font-size: 12px;
        color: #E03415;
        font-weight: normal;
        font-family: 'Candara';
        position: relative;
        border: 0px;
        margin-top: 5px;
        left: -3px;
    }

        .rating_stars_sub img {
            margin: 0px;
        }

    .price_box {
        position: absolute;
        bottom: 0px;
    }


        .price_box .desc {
            font-size: 13px;
            color: #666;
            font-weight: normal;
            font-family: 'Candara';
            font-style: normal;
            padding: 10px;
        }

            .price_box .desc a {
                color: #E03415;
                text-decoration: none;
            }

                .price_box .desc a:hover {
                    text-decoration: underline;
                }

    .price_select {
        width: 248px;
        overflow: hidden !important;
        padding-bottom: 0px;
    }

        .price_select select {
            border: 1px solid #A4A086 !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: url(/App_Templates/Skin_7/css/images/select_arrow_small.gif) no-repeat;
            background-color: #fff;
            background-position: 215px 0px;
            width: 246px;
            font-size: 13px;
            font-family: 'Candara';
            text-indent: 0.01px;
            text-overflow: inherit;
            color: #333333;
            padding: 4px;
            height: 28px;
        }
    /*Recipe Box Sucategory*/
    .recipe_box_subcat {
        background: #fff;
        height: 350px;
        width: 224px;
        border: 1px solid #dfdfdf;
        padding: 11px 11px 12px 11px;
    }

        .recipe_box_subcat .prodtitle {
            font-family: Candara;
            font-size: 18px;
            font-weight: normal;
            color: #E03415;
            line-height: 22px;
        }

            .recipe_box_subcat .prodtitle a {
                color: #E03415;
                text-decoration: none;
            }

                .recipe_box_subcat .prodtitle a:hover {
                    text-decoration: underline;
                }

        .recipe_box_subcat .product_box_image img {
            margin: 0px 0px 5px;
            border: 0px;
        }

        .recipe_box_subcat .desc {
            font-size: 13px;
            color: #666;
            font-weight: normal;
            font-family: 'Candara';
            padding-top: 5px;
        }
    /*Info Article Subcategory*/
    .info_article_box {
        background: #fff;
        height: 265px;
        width: 224px;
        border: 1px solid #dfdfdf;
        padding: 11px 11px 12px 11px;
    }

        .info_article_box .prodtitle {
            font-family: Candara;
            font-size: 24px;
            font-weight: normal;
            color: #E03415;
            line-height: 1.1;
        }

        .info_article_box h2 {
            font-family: Candara;
            font-size: 16px;
            font-weight: normal;
            color: #2a2a2a;
            line-height: 1.1;
        }

        .info_article_box .prodtitle a {
            color: #E03415;
            text-decoration: none;
        }

            .info_article_box .prodtitle a:hover {
                text-decoration: underline;
            }

        .info_article_box .desc {
            font-size: 16px;
            color: #2a2a2a;
            font-weight: normal;
            font-family: 'Candara';
            padding-top: 5px;
            line-height: 1.4;
        }

            .info_article_box .desc a {
                color: #E03415;
                text-decoration: none;
            }

                .info_article_box .desc a:hover {
                    text-decoration: underline;
                }


    /*Product Box Subcategory*/
    .product_box_subcat {
        background: #fff;
        height: 440px;
        width: 224px;
        border: 1px solid #A4A086;
        padding: 10px 10px 10px 10px;
    }

        .product_box_subcat .prodtitle {
            font-family: Candara;
            font-size: 18px;
            font-weight: 700;
            color: #E03415;
            line-height: 1.1;
        }

            .product_box_subcat .prodtitle a {
                color: #E03415;
                text-decoration: none;
            }

                .product_box_subcat .prodtitle a:hover {
                    text-decoration: underline;
                }

        .product_box_subcat .desc {
            font-size: 13px;
            color: #777;
            font-weight: normal;
            font-family: 'Candara';
            font-style: italic;
            position: relative;
            line-height: 1.4;
            top: 2px;
        }

        .product_box_subcat .product_box_image {
            height: 229px;
        }

            .product_box_subcat .product_box_image img {
                margin: 0px 0px 7px;
                border: 0px;
            }

        .product_box_subcat .summary {
            font-size: 13px;
            color: #666;
            font-weight: normal;
            font-family: 'Candara';
            padding-top: 5px;
            line-height: 1.2;
        }

        .product_box_subcat .desc a {
            font-size: 13px;
            color: #E03415;
            font-weight: normal;
            font-family: 'Candara';
            padding-top: 5px;
            text-decoration: none;
            float: left;
        }

            .product_box_subcat .desc a:hover {
                text-decoration: underline;
            }

    .add_to {
        width: 248px;
        padding-left: 1px;
        padding-bottom: 5px;
    }

    .add_order {
        height: 30px;
        min-height: 30px !important;
    }

    .qtyadd {
        color: #ffffff;
        display: block;
        float: left;
        font-size: 0px;
        height: 30px;
        width: 30px;
        border: none;
        border-right: 1px solid #ccc;
    }

    .qtyless {
        color: #ffffff;
        display: block;
        float: left;
        font-size: 0px;
        height: 30px;
        width: 30px;
        border: none;
    }

    .qtyno {
        border-left: 1px solid #A4A086;
        border-right: 1px solid #A4A086;
        border-top: none;
        border-bottom: none;
        color: #767676;
        display: block;
        float: left;
        font-size: 18px;
        height: 28px;
        line-height: 26px !important;
        outline: medium none;
        text-align: center;
        width: 30px;
    }

        .qtyno a {
            font-size: 20px;
            color: #767676;
            font-weight: normal;
            font-family: 'Candara';
            text-decoration: none;
        }

    .qtyadd_prod {
        color: #ffffff;
        display: block;
        float: left;
        font-size: 0px;
        height: 30px;
        width: 30px;
        border: none;
        border: 1px solid #A4A086;
    }

    .qtyless_prod {
        color: #ffffff;
        display: block;
        float: left;
        font-size: 0px;
        height: 30px;
        width: 30px;
        border: none;
        border: 1px solid #A4A086;
    }

    .qtyno_prod {
        border-top: 1px solid #A4A086;
        border-bottom: 1px solid #A4A086;
        border-left: none;
        border-right: none;
        color: #767676;
        display: block;
        float: left;
        font-size: 18px;
        height: 28px;
        line-height: 26px !important;
        outline: medium none;
        text-align: center;
        width: 30px;
    }

        .qtyno_prod a {
            font-size: 20px;
            color: #767676;
            font-weight: normal;
            font-family: 'Candara';
            text-decoration: none;
        }


    .addto_cart {
        position: relative;
    }

    .pages_count_down {
        width: 1024px;
        text-align: center;
        float: left;
        margin-top: 12px;
        padding: 8px;
        position: relative;
        float: left;
        border-top: 1px dotted #666;
        border-bottom: 1px dotted #666;
        font-size: 14px;
        font-family: 'Candara';
    }

    .footer_top_subcat_abs {
        width: 100%;
        background-color: #e4daab;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        min-height: 155px;
        clear: both;
        position: absolute;
        z-index: 10;
        margin-top: 121em;
    }

    #socials_subcat {
        position: relative;
        top: 25px;
        left: 20px;
    }

    /* product details */

    .bc_container {
        font-size: 14px;
        font-family: 'Candara';
        width: 1298px;
        border-bottom: 1px dotted #666;
        height: 44px;
    }

    .pd_breadcrumbs {
        width: 1000px;
        float: left;
        padding-top: 12px;
        color: #4d4b48;
    }

        .pd_breadcrumbs a {
            text-decoration: none;
            color: #4d4b48;
        }

            .pd_breadcrumbs a:visited {
                text-decoration: none;
                color: #4d4b48;
            }

            .pd_breadcrumbs a:hover {
                text-decoration: underline;
                color: #E03415;
            }

    .pd_socials {
        text-align: right;
        width: 201px;
        float: right;
        height: 27px;
    }

        .pd_socials img {
            padding-left: 4px;
        }

    .pd_main_wrapper {
        padding-top: 17px;
    }

    .blog_main_wrapper {
        width: 1040px;
    }

    .blog_main_content {
        width: 675px;
        float: left;
        border-right: 1px dotted #666;
    }

    .blog_product_promo {
        width: 325px;
        float: right;
        min-height: 500px;
    }

    .blog_main_image {
        width: 526px;
        float: left;
        font-size: 18px;
        font-family: 'Candara';
        color: #2a2a2a;
        background-color: #FFF;
        border: 1px solid #A4A086;
        padding: 10px;
    }

    .pd_main_image {
        width: 504px;
        float: left;
        font-size: 18px;
        font-family: 'Candara';
        color: #4b4b4b;
        padding: 10px;
        background-color: #FFF;
        border: 1px solid #A4A086;
    }

        .pd_main_image a {
            text-decoration: none;
        }

            .pd_main_image a:visited {
                text-decoration: none;
            }

            .pd_main_image a:hover {
                text-decoration: underline;
            }

    #main_image_container {
        border: 1px solid #ccc;
        width: 524px;
        float: left;
    }

        #main_image_container img {
            padding: 10px;
        }

    .pd_cart_details {
        width: 744px;
        float: right;
    }

        .pd_cart_details h1 {
            font-family: ExpletusSansSemiBold;
            font-weight: 400;
            font-size: 36px;
            line-height: 1.3;
            color: #E03415;
        }

    .pd_subtitle {
        font-size: 18px;
        line-height: normal;
        font-family: 'Candara';
        font-style: italic;
        color: #4d4b48;
    }

    .recipe_intro {
        padding-top: 14px;
        font-size: 16px;
        line-height: 1.4;
        font-family: 'Candara';
    }

    .pd_review {
        padding-top: 14px;
        font-size: 14px;
        line-height: normal;
        font-family: 'Candara';
        color: #E03415;
    }

        .pd_review img {
            vertical-align: middle;
        }



    .pd_descbox {
        font-family: 'Candara';
        font-size: 16px;
        font-weight: normal;
        color: #2a2a2a;
        padding-top: 15px;
    }

    .pd_kitheader {
        font-weight: bold;
    }

    .pd_descbox ul {
        list-style-position: inside;
        padding: 0 0 15px 25px;
    }

    .cart_details {
        margin-top: 16px;
        font-size: 14px;
        line-height: normal;
        font-family: 'Candara';
        color: #333333;
        width: 750px;
        background-color: #FFF;
        border: 1px solid #A19D83;
    }

        .cart_details td, .cart_details th {
            padding-top: 7px;
            padding-bottom: 8px;
            border-bottom: 1px dotted #A19D83;
            vertical-align: middle;
        }

        .cart_details .cart_header {
            background-color: #5D5852;
            color: #FFF;
            font-family: 'Candara-Bold';
        }

    .cart_details_kit {
        font-size: 14px;
        line-height: normal;
        font-family: 'Candara';
        color: #333333;
        width: 750px;
    }

        .cart_details_kit td, .cart_details_kit th {
            padding-top: 7px;
            padding-bottom: 8px;
            border-bottom: 1px dotted #666;
            vertical-align: middle;
        }


    .pd_col1 {
        width: 160px;
        text-align: left;
        padding-left: 10px;
    }

    .pd_col2 {
        width: 95px;
        text-align: center;
    }

    .pd_col3 {
        width: 110px;
        text-align: right;
        padding-right: 20px;
    }

    .pd_col4 {
        width: 115px;
        text-align: right;
        padding-right: 20px;
    }

    .pd_col5 {
        width: 145px;
        text-align: center;
        margin: 0 auto;
    }

    .pd_col5_oos {
        width: 145px;
        margin: 0 auto;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        vertical-align: initial !important;
    }

    .pd_col6 {
        width: 85px;
        text-align: center;
    }

    .pd_col4_kit {
        width: 140px;
        text-align: left;
        padding-left: 10px;
    }

    .pd_col_qtydisc {
        width: 400px;
        text-align: left;
        color: #E03415;
        font-size: 16px;
        font-family: 'Candara';
        font-weight: bold;
        text-transform: uppercase;
    }



    .pd_add_order {
        height: 30px;
        min-height: 30px !important;
        width: 105px !important;
        text-align: center;
        margin: 0 auto;
        padding-left: 10px;
    }

    .pd_qtyno {
        border: 1px solid #ccc;
        color: #A19D83;
        display: block;
        float: left;
        font-size: 18px;
        height: 28px;
        line-height: 26px;
        outline: medium none;
        text-align: center;
        width: 51px;
        padding-left: 1px;
        padding-right: 1px;
    }

        .pd_qtyno a {
            font-size: 18px;
            color: #666;
            font-weight: normal;
            font-family: 'Candara';
            text-decoration: none;
        }

    .pd_add_cart_container {
        padding-top: 12px;
        color: #2a2a2a;
        font-size: 18px;
        font-family: 'Candara';
        font-weight: bold;
        text-transform: uppercase;
    }

    .pd_add_left_text {
        float: left;
        width: 440px;
        padding-top: 12px;
        padding-left: 11px;
    }

    .pd_add_right_button {
        float: right;
        width: 205px !important;
        padding-right: 55px;
    }

    .pd_add_left_button {
        float: left;
        padding-left: 65px;
    }

    .pd_print_recipe_button {
        float: left;
    }

    #pd_enlarge_container {
        padding-top: 5px;
    }

    .enlarge {
        width: 120px;
        float: left;
        height: 25px;
        margin-top: 10px;
        font-size: 18px;
        font-family: 'Candara-Bold';
        font-style: italic;
        color: #4B4B4B;
    }

        .enlarge img {
            vertical-align: middle;
        }

    .enlarge_text {
        position: relative;
        top: 2px;
        padding-left: 5px;
    }

    .pic_thumbnails {
        width: 350px;
        float: right;
        text-align: right;
    }

        .pic_thumbnails img {
            margin-left: 3px;
        }


    /*tabs*/

    .tabs {
        color: #727272;
        width: 900px;
        border: 1px solid #A4A086;
        float: left;
        min-height: 672px;
    }

    .idTabs li {
        list-style: none;
        float: left;
        border-right: 1px solid #A4A086;
        border-bottom: 1px solid #A4A086;
    }

    .idTabs .tabfirst {
        border-bottom: none !important;
    }

    .tabs ul a {
        display: block;
        padding: 4px 30px;
        text-decoration: none !important;
        margin: 0px;
        margin-left: 0;
        font-family: Candara;
        font-weight: normal;
        font-size: 18.5px;
        line-height: 48px;
        color: #2a2a2a;
    }

        .tabs ul a:hover {
            color: #E03415;
        }

        .tabs ul a.selected {
            margin-bottom: 0;
            color: #727272;
            background: #ffffff;
            border-right: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-bottom: none !important;
            cursor: default;
            height: 49px;
        }

    .tabs div {
        padding: 30px;
        *padding-top: 3px;
        *margin-top: -15px;
        clear: left;
        font-size: 16px;
        font-family: 'Candara';
        color: #333333;
        line-height: 1.4;
    }

        .tabs div a {
            color: #2a2a2a;
            font-weight: bold;
        }

    #tab_first {
        border-left: none !important;
    }

    #tabs_container {
        padding-top: 30px;
    }

    .idTabs {
        height: 56px;
    }


    /* product details pricing tab */
    .pricing_details {
        float: left;
        font-size: 16px !important;
        font-family: 'Candara' !important;
        line-height: 1.4;
        color: #2a2a2a !important;
        width: 840px;
        background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
        padding: 20px 0px !important;
    }

        .pricing_details .header {
            font-family: Candara-Bold;
            font-size: 24px;
            color: #333333;
            font-weight: normal;
            padding-bottom: 12px;
            line-height: 30px;
            width: 840px;
            border-top: none;
            background: none;
        }

    .pricing_details_table {
        padding-top: 16px;
        font-size: 14px;
        line-height: normal;
        font-family: 'Candara';
        color: #333333;
        width: 670px;
    }

        .pricing_details_table td {
            padding-top: 7px;
            padding-bottom: 8px;
            border-bottom: 1px dotted #4b4b4b;
            vertical-align: middle;
        }

    .pricing_col1 {
        width: 100px;
        text-align: left;
    }

    .pricing_col2 {
        width: 200px;
        text-align: left;
    }

    .pricing_col3 {
        width: 200px;
        text-align: left;
    }

    .pricing_col4 {
        width: 150px;
        text-align: right;
        padding-right: 20px;
    }

    /* reviews tab */
    .reviews_details {
        float: left;
        font-size: 16px !important;
        font-family: 'Candara' !important;
        line-height: 1.4;
        color: #2a2a2a;
        width: 840px;
        padding: 20px 0px 20px 0px !important;
        background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
    }

        .reviews_details .header {
            font-family: Candara-Bold !important;
            font-size: 24px;
            color: #2a2a2a;
            font-weight: normal;
            line-height: 1.4;
            width: 840px;
            border-top: none;
            padding: 0px !important;
            clear: none !important;
            background: none;
        }

        .reviews_details .overall-rating {
            padding-left: 10px;
        }

        .reviews_details .your-rating {
            padding-left: 10px;
            font-weight: bold;
        }

        .reviews_details .admin-rating {
            padding-left: 10px;
            color: #E03415;
            text-decoration: none;
            font-weight: normal !important;
        }

            .reviews_details .admin-rating:hover {
                text-decoration: underline;
            }

        .reviews_details .ratings-sorter {
            font-family: 'Candara' !important;
            font-size: 14px;
            color: #2a2a2a;
            font-weight: normal;
            line-height: 1.4;
            width: 840px;
            border-top: none;
            padding: 10px 0px 10px 0px !important;
            clear: none !important;
        }

    .RatingsCommentHeader {
        font-family: 'Candara' !important;
        font-size: 14px !important;
        color: #2a2a2a !important;
        font-weight: normal;
        line-height: 1.1;
        width: 840px;
        border-top: none;
        padding: 10px 0px 10px 0px !important;
    }

    .RatingCommentText {
        font-family: 'Candara' !important;
        font-size: 14px !important;
        color: #2a2a2a !important;
        font-weight: normal;
        line-height: 1.1;
        width: 840px;
        border-top: none;
        padding: 0px 0px 10px 0px !important;
    }

    

    /* Recipe Details Tab */

    /*  recipes tab */

    .recipe_box {
        padding: 20px 0px 20px 0px !important;
        margin: 0px;
        font-weight: normal;
        background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
        width: 840px;
    }

    .recipe-title-area {
        float: left;
        font-family: Candara-Bold !important;
        font-size: 24px !important;
        color: #2a2a2a !important;
        font-weight: normal;
        line-height: 30px;
        width: 840px;
        padding: 0px !important
    }

    .recipe_wrapper {
        padding: 15px 0px 0px 0px !important;
        margin: 0px;
        font-weight: normal;
    }

    .recipe_details {
        float: left;
        padding: 0px 0px 20px 0px !important;
        position: relative;
    }

        .recipe_details a {
            color: #E03415;
            text-decoration: none
        }

            .recipe_details a:hover {
                text-decoration: underline
            }

    .recipe_details_inner {
        background: #fff;
        padding: 0px !important;
        float: left;
        width: 840px;
    }

        .recipe_details_inner .recipe_image_area {
            float: left;
            width: 244px;
            padding: 0px;
            margin: 0px;
            clear: none !important;
        }

        .recipe_details_inner .recipe_content_area {
            float: left;
            width: 596px;
            padding: 0px;
            margin: 0px;
            clear: none !important;
        }

            .recipe_details_inner .recipe_content_area .recipe_name {
                font-family: 'Candara';
                font-size: 22px !important;
                color: #E03415 !important;
                line-height: 1.4;
                float: left;
                padding: 0px !important;
                width: 596px;
            }

                .recipe_details_inner .recipe_content_area .recipe_name a {
                    text-decoration: none;
                    float: left;
                    font-family: 'Candara';
                    font-size: 22px !important;
                    color: #E03415 !important;
                    font-weight: 400 !important;
                }

                    .recipe_details_inner .recipe_content_area .recipe_name a:hover {
                        text-decoration: underline;
                    }

            .recipe_details_inner .recipe_content_area .recipe_desc {
                font-family: 'Candara';
                font-size: 16px;
                color: #2a2a2a;
                line-height: 1.4;
                font-weight: normal;
                float: left;
                clear: none !important;
                padding: 0px;
                width: 596px;
            }

                .recipe_details_inner .recipe_content_area .recipe_desc a {
                    text-decoration: none;
                    color: #E03415 !important;
                    font-weight: 400 !important;
                }

                    .recipe_details_inner .recipe_content_area .recipe_desc a:hover {
                        text-decoration: underline;
                    }

    .recipe_details.norM {
        margin-right: 0px
    }

    .recipe_details h4 {
        font-weight: normal;
        font-family: 'Candara';
        font-size: 14px;
        color: #45433f;
        padding: 0 0 7px 0;
        line-height: 18px
    }



    /*  product faq tab */
    .product-faq {
        padding: 20px 0px 20px 0px !important;
        float: left;
        font-size: 16px !important;
        font-family: 'Candara' !important;
        line-height: 1.4;
        color: #2a2a2a !important;
        width: 840px;
        background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
    }

    .faq-title-container {
        padding: 15px 0px 15px 0px !important;
        height: 40px;
    }

        .faq-title-container .faq-title-area {
            float: left;
            font-family: Candara-Bold;
            font-size: 24px;
            color: #333333;
            font-weight: normal;
            line-height: 1.4;
            vertical-align: middle;
            padding: 0px !important;
            clear: none !important;
        }

        .faq-title-container .faq-button-area {
            float: left;
            clear: none !important;
            padding: 0px 0px 0px 15px !important;
        }

    .faq-response-area {
        padding: 0px !important;
        font-size: 16px !important;
        font-family: 'Candara' !important;
        line-height: 1.4;
        width: 840px;
    }

        .faq-response-area .faq-question {
            font-weight: bold;
            padding-top: 15px;
        }

        .faq-response-area .faq-answer {
            font-weight: normal;
        }

    /*Right Related Products*/

    #related_right_container {
        width: 325px;
        float: right;
    }

    #related_right_subcontainer {
        height: 275px;
        padding: 15px;
    }

    .related_right_title {
        font-family: Candara-Bold;
        font-weight: normal;
        font-size: 22px;
        line-height: 1.4;
        color: #2a2a2a;
        padding-left: 45px;
    }

    .related_right_prodlist {
        padding-left: 0px;
    }

    #also_watch_container {
        width: 380px;
        float: right;
        border: 1px solid #A4A086;
        background-color: #FFF;
    }

    #also_watch {
        height: 642px;
        padding: 15px;
    }

    .also_watch_title {
        font-family: ExpletusSansSemiBold;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        color: #39382B;
        text-transform: uppercase;
    }

    .also_watch_img {
        width: 100px;
        position: relative;
        float: left;
        margin-top: 5px;
    }

        .also_watch_img img {
            width: 100px;
            height: 100px;
            border: 1px solid #A4A086;
        }

    .right_text_watch {
        position: relative;
        float: right;
        width: 230px;
        padding-left: 10px;
        padding-top: 8px;
        font-size: 14px;
        font-family: 'Candara';
        color: #666;
        line-height: 20px;
    }

        .right_text_watch a {
            color: #E03415;
            text-decoration: none;
        }

            .right_text_watch a:hover {
                text-decoration: underline;
            }

    .watch_link {
        font-family: Candara-Bold;
        font-size: 18px;
    }

    .small_box_watch {
        background: #fff;
        width: 350px;
        padding-top: 12px;
        padding-bottom: 3px;
    }

    .watch_price {
        font-size: 16px;
        font-family: 'Candara';
        color: #666 !important;
    }

    .also_like_container {
        padding-top: 15px;
    }

        .also_like_container h3 {
            font-family: Candara-Bold;
            font-size: 24px;
            color: #4b4b4b;
            font-weight: normal;
            text-transform: uppercase;
        }


    .pd_overview_left {
        width: 840px;
        float: left;
        font-size: 16px !important;
        font-family: 'Candara' !important;
        line-height: 1.4;
        color: #2a2a2a !important;
        padding: 0px 0px 20px 0px !important;
    }

        .pd_overview_left h2 {
            font-family: Candara-Bold !important;
            font-size: 30px !important;
            color: #2a2a2a !important;
            font-weight: 400;
            padding-bottom: 12px;
            line-height: 1.4;
        }

        .pd_overview_left .descriptionframe {
            width: 525px;
            float: left;
            border: 0px;
            margin-right: 30px;
            font-size: 16px;
            text-align: justify;
            padding: 0px;
        }

        .pd_overview_left .pointsframe {
            width: 245px;
            float: left;
            border: 0px;
            background-color: #5d5852;
            padding: 20px;
            color: White;
            clear: right;
        }

            .pd_overview_left .pointsframe ul {
                width: 235px;
            }

            .pd_overview_left .pointsframe h2 {
                font-size: 18px !important;
                line-height: normal;
                color: #FFF !important;
                font-family: Candara-Bold !important;
            }

            .pd_overview_left .pointsframe .subtitle {
                font-size: 18px !important;
                line-height: normal;
                color: #FFF !important;
                font-family: Candara-Bold !important;
            }

        .pd_overview_left a {
            text-decoration: none;
            color: #E03415;
        }

            .pd_overview_left a:hover {
                text-decoration: underline;
                color: #E03415;
            }

        .pd_overview_left p {
            font-family: 'Candara' !important;
            font-size: 16px;
            line-height: normal;
            margin-top: 0px;
            padding-top: 0px;
            margin-bottom: 20px;
            line-height: 1.4;
        }

        .pd_overview_left ol {
            padding-left: 30px;
            padding-bottom: 30px;
            width: 95%;
            float: left;
        }

            .pd_overview_left ol li {
                float: left;
                clear: both;
                padding-bottom: 15px;
            }

            .pd_overview_left ol a {
                font-weight: normal;
                font-family: 'Candara';
                color: #E03415;
                text-decoration: none !important;
                border: inherit;
                padding: 0;
                display: inline;
                background: inherit;
                margin: inherit;
                line-height: inherit;
            }

                .pd_overview_left ol a:hover {
                    text-decoration: underline !important;
                }

        .pd_overview_left ul {
            list-style: disc !important;
            list-style-position: inside !important;
            float: left;
            margin: 0 0 25px 20px !important;
            padding: 0px !important;
            clear: left;
            width: 100%;
        }

        .pd_overview_left li {
            font-family: 'Candara';
            list-style-position: outside;
            font-size: 16px;
            line-height: normal;
            margin: 5px 0 0 0 !important;
            padding: 0px !important;
            clear: left;
        }

    .pd_overview_recipe {
        float: left;
        font-size: 14px;
        font-family: 'Candara';
        line-height: 19px;
        color: #333333;
        padding: 0px !important;
        width: 840px;
    }

        .pd_overview_recipe h2 {
            font-family: Candara-Bold;
            font-size: 24px;
            color: #333333;
            font-weight: normal;
            padding-bottom: 12px;
            line-height: 30px;
        }

        .pd_overview_recipe ul {
            padding-left: 30px;
            padding-bottom: 30px;
            width: 95%;
            float: left;
        }

            .pd_overview_recipe ul li {
                list-style-type: disc;
                float: left;
                clear: both;
            }

            .pd_overview_recipe ul a {
                font-weight: normal;
                font-size: 16px;
                font-family: 'Candara';
                color: #E03415;
                text-decoration: none !important;
                border: inherit;
                padding: 0;
                display: inline;
                background: inherit;
                margin: inherit;
                line-height: inherit;
            }

                .pd_overview_recipe ul a:hover {
                    text-decoration: underline !important;
                }

        .pd_overview_recipe ol {
            padding-left: 30px;
            padding-bottom: 30px;
            width: 95%;
            float: left;
        }

            .pd_overview_recipe ol li {
                float: left;
                clear: both;
                padding-bottom: 15px;
            }

            .pd_overview_recipe ol a {
                font-weight: normal;
                font-family: 'Candara';
                color: #E03415;
                text-decoration: none !important;
                border: inherit;
                padding: 0;
                display: inline;
                background: inherit;
                margin: inherit;
                line-height: inherit;
            }

                .pd_overview_recipe ol a:hover {
                    text-decoration: underline !important;
                }

    .pd_details_heading {
        font-family: Candara-Bold;
        font-size: 24px;
        color: #333333;
        font-weight: normal;
        padding-bottom: 12px;
        line-height: 30px;
    }

    .pd_overview_full {
        width: 785px;
        float: left;
        font-size: 13px;
        font-family: 'Candara';
        line-height: 19px;
        color: #333333;
    }

        .pd_overview_full h3 {
            font-family: Candara-Bold;
            font-size: 24px;
            color: #333333;
            font-weight: normal;
            padding-bottom: 16px;
        }


    .pd_overview_right {
        width: 255px;
        float: right;
        background-color: #ebe3bc;
        height: 540px;
        font-size: 13px;
        font-family: 'Candara';
        line-height: 18px;
        padding-left: 30px;
        margin-top: 8px;
    }

        .pd_overview_right ul li {
            list-style-type: square;
            width: 220px;
            padding-top: 12px;
            margin-left: 1em;
        }

        .pd_overview_right ul {
            width: 220px;
            float: left;
            margin-left: 0;
            padding-left: 0;
        }

    .right_overview_text {
        padding-top: 25px;
        float: left;
        right: 5px;
        position: relative;
    }

    .right_overview_list {
        width: 220px;
        position: relative;
        float: left;
    }

    .prod_container_pd {
        float: left;
        position: relative;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 15px;
    }

    .prod_container_last_pd {
        float: left;
        position: relative;
        padding-left: 8px;
        padding-top: 15px;
    }

    .prod_container_first_pd {
        float: left;
        position: relative;
        padding-right: 8px;
        padding-top: 15px;
    }

    /* info articles content area */
    .section_info_content {
        width: 920px;
        float: left;
        margin: 10px 0 0 20px;
        position: relative;
        text-align: left;
        font-family: 'Candara';
        font-size: 14px;
        line-height: normal;
        color: #333333;
    }

        .section_info_content h1 {
            font-family: Candara-Bold;
            font-size: 36px;
            font-weight: normal;
            text-decoration: none;
            color: #4B4B4B;
            margin-bottom: 0px;
            border-bottom: none;
        }

        .section_info_content h2 {
            font-family: 'Candara';
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            color: #333333;
            margin-top: 15px;
            margin-bottom: 0px;
            border-bottom: none;
        }

        .section_info_content h3 {
            font-family: 'Candara';
            font-size: 16px;
            color: #E03415;
            padding-bottom: 2px;
        }

        .section_info_content a {
            text-decoration: none;
            color: #E03415;
        }

            .section_info_content a:hover {
                text-decoration: underline;
                color: #E03415;
            }

            .section_info_content a:hover, a:active {
                outline: none;
            }

        .section_info_content p {
            font-family: 'Candara';
            font-size: 14px;
            line-height: normal;
            margin-top: 0px;
            padding-top: 0px;
            margin-bottom: 20px;
            line-height: 18px;
        }

        .section_info_content ul {
            list-style: disc !important;
            list-style-position: inside !important;
            float: left;
            margin: 0 0 25px 20px !important;
            padding: 0px !important;
        }

        .section_info_content li {
            font-family: 'Candara';
            list-style-position: outside;
            font-size: 14px;
            line-height: normal;
            margin: 5px 0 0 0 !important;
            padding: 0px !important;
        }

    /* -- INFO CONTENT PAGES -- */

    .info-content-area {
        width: 920px;
        float: left;
        margin: 10px 0 0 20px;
        position: relative;
        text-align: left;
        font-family: 'Candara';
        font-size: 16px;
        line-height: 1.4;
        color: #333333;
    }

        .info-content-area h1 {
            font-family: Candara-Bold;
            font-size: 36px;
            font-weight: normal;
            text-decoration: none;
            color: #4B4B4B;
            margin-bottom: 0px;
            border-bottom: none;
        }

        .info-content-area h2 {
            font-family: 'Candara';
            font-size: 22px;
            font-weight: bold;
            text-transform: uppercase;
            color: #333333;
            margin-top: 15px;
            margin-bottom: 0px;
            border-bottom: none;
        }

        .info-content-area h3 {
            font-family: 'Candara';
            font-size: 18px;
            color: #E03415;
            padding-bottom: 2px;
        }

        .info-content-area a {
            text-decoration: none;
            color: #E03415;
        }

    .section_info_content a:hover {
        text-decoration: underline;
        color: #E03415;
    }

    .info-content-area a:hover, a:active {
        outline: none;
    }

    .info-content-area p {
        font-family: 'Candara';
        font-size: 16px;
        line-height: normal;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .info-content-area ul {
        list-style: disc !important;
        list-style-position: inside !important;
        float: left;
        margin: 0 0 25px 20px !important;
        padding: 0px !important;
    }

    .info-content-area li {
        font-family: 'Candara';
        list-style-position: outside;
        font-size: 16px;
        line-height: normal;
        margin: 5px 0 0 0 !important;
        padding: 0px !important;
    }

    /* general style - general content */


    .section_gen_content {
        width: 1040px;
        float: left;
        margin: 0 0 0 20px;
        position: relative;
        text-align: left;
        font-family: 'Candara';
        font-size: 14px;
        line-height: normal;
        color: #333333;
    }

        .section_gen_content h1 {
            font-size: 28px;
            font-family: Candara-Bold;
            font-weight: normal;
            position: relative;
            text-transform: uppercase;
            border-bottom: 1px solid #000;
            margin: 10px 0px;
            line-height: 1;
        }

        .section_gen_content h2 {
            font-family: 'Candara';
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            color: #333333;
            margin-top: 15px;
            margin-bottom: 0px;
            border-bottom: none;
        }

            .section_gen_content h2.news {
                font-family: 'Candara';
                font-size: 18px;
                font-weight: bold;
                text-transform: none;
                color: #333333;
                margin-top: 0px;
                margin-bottom: 0px;
                border-bottom: none;
            }

                .section_gen_content h2.news a {
                    color: #333333;
                    text-decoration: none;
                }

                    .section_gen_content h2.news a:hover {
                        color: #333333;
                        text-decoration: underline;
                    }

        .section_gen_content h3 {
            font-family: 'Candara';
            font-size: 16px;
            color: #E03415;
            padding-bottom: 2px;
        }

        .section_gen_content a {
            text-decoration: none;
            color: #E03415;
        }

            .section_gen_content a:hover {
                text-decoration: underline;
                color: #E03415;
            }

            .section_gen_content a:hover, a:active {
                outline: none;
            }

        .section_gen_content p {
            font-family: 'Candara';
            font-size: 14px;
            line-height: normal;
            margin-top: 0px;
            padding-top: 0px;
            margin-bottom: 20px;
            line-height: 18px;
        }

        .section_gen_content .strong {
            font-weight: bold;
        }

        .section_gen_content ul {
            list-style: disc !important;
            list-style-position: inside !important;
            float: left;
            margin: 0 0 25px 20px !important;
            padding: 0px !important;
        }

        .section_gen_content li {
            font-family: 'Candara';
            list-style-position: outside;
            font-size: 14px;
            line-height: normal;
            margin: 5px 0 0 0 !important;
            padding: 0px !important;
        }

    .section_contact_form_row {
        padding: 4px 0 4px 0;
    }

    .section_contact_form_row_text {
        float: left;
        padding: 3px 10px 0 10px;
        width: 100px;
        text-align: right;
    }

    .section_contact_form_row_input {
        float: left;
        width: 340px;
    }

    .section_contact_form_row_error {
        float: left;
        width: 250px;
        padding: 3px 0 0 10px;
        color: Red;
    }

    .section_contact_form_row_captcha {
        float: left;
        width: 200px;
    }

    .section_contact_form_row_captchaerror {
        float: left;
        width: 350px;
        padding: 3px 0 0 10px;
        color: Red;
        vertical-align: middle;
    }


    .form_text_box {
        width: 340px;
        height: 20px;
        line-height: 20px;
        outline: none;
        border: 1px solid #999999;
        text-align: left;
        padding-left: 3px;
        font-size: 14px;
        color: #666666;
        display: block;
        float: left;
        margin-right: 2px;
    }

        .form_text_box:focus {
            width: 340px;
            height: 20px;
            line-height: 20px;
            outline: none;
            border: 1px solid #666666;
            text-align: left;
            padding-left: 3px;
            font-size: 14px;
            color: #333333;
            display: block;
            float: left;
            margin-right: 2px;
        }

    .form_text_captcha_input {
        width: 200px;
        height: 20px;
        line-height: 20px;
        outline: none;
        border: 1px solid #999999;
        text-align: left;
        padding-left: 3px;
        font-size: 14px;
        color: #666666;
        display: block;
        float: left;
        margin-right: 2px;
    }

        .form_text_captcha_input:focus {
            width: 200px;
            height: 20px;
            line-height: 20px;
            outline: none;
            border: 1px solid #666666;
            text-align: left;
            padding-left: 3px;
            font-size: 14px;
            color: #333333;
            display: block;
            float: left;
            margin-right: 2px;
        }

    .form_text_multiline_box {
        width: 340px;
        line-height: 16px;
        outline: none;
        border: 1px solid #999999;
        text-align: left;
        font-size: 14px;
        padding: 3px;
        color: #666666;
        display: block;
        float: left;
        margin-right: 2px;
    }

        .form_text_multiline_box:focus {
            width: 340px;
            line-height: 16px;
            outline: none;
            border: 1px solid #666666;
            text-align: left;
            font-size: 14px;
            padding: 3px;
            color: #333333;
            display: block;
            float: left;
            margin-right: 2px;
        }


    /* news section */

    .bloglink {
        font-family: 'Candara';
        font-size: 12px;
        font-weight: normal;
        padding: 10px 0;
    }

        .bloglink a {
            text-decoration: none;
            color: #E03415;
        }

            .bloglink a:hover {
                text-decoration: underline;
            }

    .news_section {
        position: relative;
        top: 30px;
        margin-bottom: 30px;
        font-family: 'Candara';
        font-size: 14px;
        font-weight: normal;
        color: #030000;
    }

        .news_section a {
            color: #E03415;
            text-decoration: none;
        }

            .news_section a:hover {
                text-decoration: underline;
            }

    .news_section_body_row {
        padding: 5px 0;
    }

    .newsdate {
        font-size: 12px;
    }

    .newsintro {
        color: #666;
    }

    .news_section_content_img {
        padding-bottom: 10px;
        float: left;
        font-size: 14px;
        color: #2a2a2a;
        width: 100px;
    }

        .news_section_content_img img {
            width: 75px;
            height: 75px;
            border: 2px solid #ccc;
        }

    .news_section_content_title {
        padding: 0 0 10px 0;
        float: left;
        font-size: 14px;
        color: #2a2a2a;
        width: 900px;
    }

    /* MY ACCOUNT PAGE */

    .section_gen_subsection {
        margin: 0 0 37px 0;
        padding-top: 20px;
        background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
    }

    .section_gen_head {
        font-family: ExpletusSansSemiBold;
        font-size: 18px;
        color: #333333;
        padding: 0 0 14px 0;
        margin: 0px;
        text-transform: uppercase;
    }

    .section_gen_buttonrow {
        margin-left: 175px;
    }

    .account_row {
        margin: 10px 0 15px 0;
        float: left;
    }

    .account_address_segment {
        width: 358px;
        padding-bottom: 3px;
        float: left;
    }

    .account_address {
        width: 250px;
        margin: 0 8px 0 0;
        padding-bottom: 25px;
        float: left;
    }

    .account_modify {
        width: 40px;
        margin: 0 0 0 -75px;
        padding-right: 10px;
        float: left;
        position: relative;
    }

    .account_modify_shipping {
        width: 40px;
        margin: 0 0 0 -60px;
        padding-right: 10px;
        float: left;
        position: relative;
    }

    .giftcard_row {
        margin: 0 0 15px 0;
        float: left;
    }

    .giftcard_number {
        width: 300px;
        margin: 0 8px 0 0;
        padding-bottom: 3px;
        float: left;
    }

    .giftcard_balance {
        width: 100px;
        margin: 0 8px 0 0;
        padding-bottom: 3px;
        float: left;
    }

    .order-history {
        line-height: 1.2;
        font-size: 14px;
    }

        .order-history th {
            color: #fff;
            background-color: #2a2a2a;
            padding: 10px 5px;
        }

    .orderhistory_section {
        border: 1px solid #CCC;
        color: #45433f;
        font-size: 14px;
    }

    .orderhistory_row {
        padding: 5px;
        border-bottom: 1px dotted #666;
        float: left;
    }

    .orderhistory_number {
        width: 125px;
        margin: 0px;
        padding: 5px;
        float: left;
        line-height: 1.2;
    }

    .orderhistory_date {
        width: 75px;
        margin: 0px;
        padding: 5px;
        float: left;
        line-height: 1.2;
    }

    .orderhistory_review {
        width: 125px;
        margin: 0px;
        padding: 5px;
        float: left;
        line-height: 1.2;
    }

    .orderhistory_details {
        width: 430px;
        margin: 0 8px 0 0;
        padding: 5px;
        float: left;
        line-height: 1.2;
    }

    .orderhistory_amount {
        width: 88px;
        margin: 0px;
        padding: 5px;
        float: left;
        line-height: 1.2;
    }

    .toplinks {
        font-family: Candara;
        font-weight: normal;
        font-size: 14px;
        color: #E03415;
    }


    /* General Secondary Content Page Styles */

    .inner_content_area {
        margin-left: 20px;
        padding: 0;
        color: #2a2a2a;
    }

    .forgotpassword_content_area {
        margin-left: 230px;
    }

    .inner_content_area h1 {
        font-size: 28px;
        font-family: Candara-Bold;
        font-weight: normal;
        position: relative;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
        margin: 10px 0px;
        line-height: 1;
    }

    .inner_content_area p {
        font-size: 14px;
        font-family: 'Candara';
        font-weight: normal;
        line-height: 18px;
        color: #2a2a2a;
    }

    .signin_box_bg {
        width: 350px;
        padding-bottom: 7px;
        margin: 0 50px 20px 0;
        float: left;
    }

    .margin_bottom {
        margin-bottom: 15px !important;
    }

    .margin_login {
        margin-bottom: 3px;
        margin-top: 40px;
    }

    .margin_login2 {
        margin-bottom: 3px;
        margin-top: 20px;
    }

    /*request a catalog page form*/

    .catalog_form_row {
        height: 15px;
        vertical-align: middle;
        padding: 5px;
    }

    .catalog_form_left {
        float: left;
        text-align: right;
        width: 200px;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 15px;
    }

    .catalog_form_right {
        float: left;
        text-align: left;
    }

    /*shipping page tables*/

    .tableframe {
        border: 1px solid #CCC;
    }

    .tableheader {
        background-color: #E03415;
        color: #FFF;
        padding: 5px;
        font-weight: bold;
    }

    .tablecell {
        border-bottom: 1px solid #CCC;
        border-right: 1px solid #CCC;
        padding: 5px;
        font-weight: normal;
    }

    /*commercial customers page */

    .continue_checkout_wrapper {
        padding-left: 225px;
    }


    .principal-owners-container h4 {
        padding: 10px 40px 0 40px;
    }

    .principal-owners-container h5 {
        padding: 5px 70px 0 70px;
    }

    .principal-owners-container textarea,
    .textarea-company-information {
        height: 60px;
        margin-bottom: 10px;
    }

    .continue_button:disabled {
        background-color: #a19d83;
        cursor: default;
    }

    /* Grill Club */
    .grill-top-area {
        padding: 5px 0 5px 0;
    }

    .grill-top-row {
        padding: 0px;
        margin-bottom: 10px;
    }

        .grill-top-row .top-row-Lft {
            float: left;
            width: 120px;
            padding-top: 6px;
        }

        .grill-top-row .top-row-Rht {
            float: left;
        }

        .grill-top-row .top-row-Rht-radio {
            float: left;
            padding-top: 7px;
        }

    .grill-bottom-area {
        padding: 0;
    }

    .grill-bottom-row {
        padding: 0px;
        margin-bottom: 10px;
    }

        .grill-bottom-row .bottom-row-Lft {
            float: left;
            margin-right: 20px;
            font-family: 'Candara';
            font-size: 14px;
        }

    /*related products*/
    .compli_items {
        margin: 50px 0 0 0;
        padding-top: 20px;
        background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center top transparent;
    }

    .compli_head {
        font-family: ExpletusSansSemiBold;
        font-size: 18px;
        color: #39382B;
        padding: 0px 0px 14px;
        background: url(/App_Templates/Skin_7/css/images/complimentary-line.png) repeat-x scroll center bottom transparent;
        margin: 0px 0px 9px;
        text-transform: uppercase;
    }

    .product_box_related {
        background: #fff;
        height: 415px;
        width: 222px;
        border: 1px solid #dfdfdf;
        padding: 11px 11px 12px 11px;
    }

        .product_box_related .prodtitle {
            font-family: Candara;
            font-size: 17px;
            font-weight: normal;
            color: #E03415;
        }

            .product_box_related .prodtitle a {
                color: #E03415;
                text-decoration: none;
            }

                .product_box_related .prodtitle a:hover {
                    text-decoration: underline;
                }

        .product_box_related .product_box_image img {
            margin: 0px 0 7px;
            border: 0px;
            width: 222px;
            height: 222px;
        }

    .add_to_related {
        padding-top: 10px;
    }

    .add_order_related {
        height: 30px;
        min-height: 30px !important;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .qtyadd_related {
        color: #ffffff;
        display: block;
        float: left;
        font-size: 0px;
        height: 30px;
        width: 30px;
        border: none;
    }

    .qtyless_related {
        color: #ffffff;
        display: block;
        float: left;
        font-size: 0px;
        height: 30px;
        width: 30px;
        border: none;
    }

    .qtyno_related {
        border: 1px solid #ccc;
        color: #767676;
        display: block;
        float: left;
        font-size: 18px;
        height: 28px;
        line-height: 26px;
        outline: medium none;
        text-align: center;
        width: 30px;
        padding-left: 1px;
        padding-right: 1px;
    }

    .buy-main-button {
        float: right;
        padding: 10px 60px 0 0;
    }

    .product_box_recent {
        background: #fff;
        height: 300px;
        width: 222px;
        border: 1px solid #A4A086;
        padding: 11px 11px 12px 11px;
    }

        .product_box_recent .prodtitle {
            font-family: Candara-Bold;
            font-size: 17px;
            font-weight: normal;
            color: #E03415;
        }

            .product_box_recent .prodtitle a {
                color: #E03415;
                text-decoration: none;
            }

                .product_box_recent .prodtitle a:hover {
                    text-decoration: underline;
                }

        .product_box_recent .product_box_image img {
            margin: 0px 0 7px;
            border: 0px;
            width: 222px;
            height: 222px;
        }


    /* add to cart btn */

    .btn-5 {
        color: #FFF;
        overflow: hidden;
        background-color: #E03415;
        font-family: 'Candara';
        font-size: 15px;
        width: 150px;
        height: 30px;
        font-weight: bold;
    }

        .btn-5:active {
            border-color: #E03415;
            color: #E03415;
        }

        .btn-5:hover {
            background: #E03415;
        }

        .btn-5:before {
            position: absolute;
            height: 100%;
            font-size: 100%;
            line-height: 3.5;
            color: #fff;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .btn-5:active:before {
            color: #E03415;
        }

    .btn-5c:before {
        left: 70%;
        opacity: 0;
        top: -8px;
    }

    .btn-5c:hover:before {
        left: 85%;
        opacity: 1;
        top: -8px;
    }



    /* add to cart btn */

    .btn-addtocart {
        color: #FFF;
        overflow: hidden;
        background-color: #E03415;
        font-family: 'Candara';
        font-size: 13px;
        width: 140px;
        height: 30px;
        font-weight: bold;
    }

        .btn-addtocart:active {
            border-color: #E03415;
            color: #E03415;
        }

        .btn-addtocart:hover {
            background: #E03415;
        }

        .btn-addtocart:before {
            position: absolute;
            height: 100%;
            font-size: 100%;
            line-height: 3.5;
            color: #fff;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .btn-addtocart:active:before {
            color: #E03415;
        }

    .btn-addtocartc:before {
        left: 70%;
        opacity: 0;
        top: -8px;
    }

    .btn-addtocartc:hover:before {
        left: 85%;
        opacity: 1;
        top: -8px;
    }

    /*footer categories*/
    .prodcat_inner {
        width: 1278px;
        margin: 0 auto;
        font-family: 'Candara-Bold';
        font-size: 22px;
        color: #000000;
        bottom: 8px;
        position: relative;
        padding-left: 20px;
    }

    .prod_body_inner {
        width: 1278px;
        margin: 0 auto;
        padding-left: 20px;
    }

    /* START CHECKOUT AREA SPECIFIC CODE */

    .section {
        width: 720px;
        float: left;
        margin: 21px 0 0 0;
        position: relative;
    }

    .clear {
        clear: both;
    }

    /*---- CSS for shopping cart page----*/
    .buttonlistTable, td {
        margin-bottom: 10px !important;
        line-height: 30px !important;
    }

    .buttonlistTable, input[type="radio"] {
        margin-bottom: 2px;
    }

    .buttonlistTable, input[type="checkbox"] {
        margin-top: 4px !important;
    }

    .buttonlistTable, label, .payment_cc_col1 span {
    padding-left: 10px !important;
}

        .drleft label {
            padding-left: 0px !important;
        }

.checkout-fullwidth
{
	width:1298px !important;
	margin:0 auto !important;
}

.checkout-fullwidth-header
{
	width:1298px !important;
    line-height:1;
}
.checkout-nav-box
{
    border: 1px solid #A4A086;
    background-color: #5D5852;
    font-size: 14px;
    margin-bottom: 10px;
    line-height:1;
    margin: 0px;
padding: 0px;
vertical-align: baseline;
}

    .checkout-nav-box .checkout-step {
        border-right: 1px solid #A4A086;
        padding: 8px 15px;
        float: left;
        background-color: #5D5852;
        color: #cfcfcf;
    }

    .checkout-nav-box .checkout-step-last {
        padding: 8px 15px;
        float: left;
        background-color: #5D5852;
        color: #cfcfcf;
    }

    .checkout-selected {
        color: #FFF !important;
        font-family: 'Candara-Bold';
        font-size: 14px;
        font-weight:normal;
    }

.checkout-fullwidth
{
    width:1298px;
}

.checkout-fullwidth-leftarea
{
	float:left;
	width:890px;
	padding-right:23px;
    padding-top:25px;
}



.checkout-fullwidth-rightarea h2
{
	font-size:26px;
	font-family: Candara-Bold;
    font-weight:normal !important;
    color: #E03415;
    text-transform: none;
    padding-left:10px;
}

.checkout-fullwidth-rightarea h2 a
{
	color:#E03415;
	text-decoration:none;
}

.checkout-fullwidth-rightarea h2 a:hover
{
	text-decoration:underline;
}

.checkout-fullwidth-rightarea h3
{
	font-size:16px;
	color:#1e1e1e;
	font-family: 'Candara';
	text-transform:uppercase;
	margin-bottom:20px;
}

.checkout-fullwidth-rightarea h3 a
{
	color:#1e1e1e;
	text-decoration:none;
}

.checkout-fullwidth-rightarea h3 a:hover
{
	text-decoration:underline;
}



.interior_padding_8
{
	padding:12px;
}

.border-top-details{
border-top:1px solid #a4a086;
}

.checkout-fullwidth-rightarea .inner-rightarea .sectioninfo
{
	margin:0 0 20px 0;
}
.checkout_header
{
	margin:12px 0 6px 0 !important;
	padding:0 0 0 0 !important;
	width:1298px;
}

.checkout_header_margin
{
    margin:14px 0 26px 0 !important;
}

.checkout_header_btmmargin
{
    margin:20px 0 36px 0 !important;
}

.checkout_header .checkout-info-links
{
    float:left;
    width:140px;
    margin-right:20px;
    line-height:12px;
}

.checkout_header .checkout-info-links a, .checkout_header .checkout-info-links a:visited
{
    font-size:11px;
	color:#2a2a2a;
	font-family: 'Candara-Bold';
	text-decoration:none;
}

.checkout_header .checkout-info-links a:hover
{
    font-size:11px;
	color:#E03415;
	font-family: 'Candara';
	text-decoration:underline;
}

.checkout_header .mcafee_seal
{
    float:left;
    width:67px;
    margin-right:20px;
    margin-top:4px;
}

    .checkout_header .comodo_seal {
        float: left;
        width: 170px;
    }

.checkout_header .checkout_buttons
{
    float:right;
    width:415px;
}

.checkout_header .altcheckout_buttons
{
    float:left;
    width:180px;
}



.checkout_header h1.standard
{
	font-family: 'Candara-Bold';
	font-size:24px;
	color:#E03415;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	margin-bottom:0px;
}

.checkout_header h1.header
{
	font-family: 'Candara-Bold';
	font-size:24px;
	color:#E03415;
	font-weight:normal;
	text-decoration:none;
	border-bottom:none;
	margin-bottom:0px !important;
	width:200px;
	height:15px;
}

.returning_login_row
{
    margin:0px;
}

.returning_login_row_left
{
    float:left;
    text-align:left;
    width:200px;
    padding-right:10px;
    padding-top:2px;
	padding-bottom:3px;
}

.returning_login_row_right
{
    float:left;
    text-align:left;
	padding-bottom:5px;
}

.returning_login_row_left_buttons
{
    float:left;
    text-align:left;
    width:200px;
    padding-right:10px;
    padding-top:10px;
	padding-bottom:3px;
}

.returning_login_row_left_text
{
    float:left;
    text-align:left;
    width:200px;
    padding-right:10px;
    padding-top:15px;
	padding-bottom:3px;
}

.returning_login_row_left_text p a, .returning_login_row_left_text p a:visited
{
	color:#E03415;
	text-decoration:none;
    font-size:14px;
}

.returning_login_row_left_text p a:hover
{
	text-decoration:underline;
    color:#333333;
}

.order_details_row
{
    margin:0px;
	min-height:25px;
	padding-bottom:5px;
    font-family:Candara;
    font-weight:normal;
    color:#333333;
    font-size:14px;
}

.order_details_row p.infotext
{	
	font-weight:normal;
}

.order_details_row p.infotext a
{	
	font-weight:bold;
	color:#E03415;
	text-decoration:none;
}

.order_details_row p.infotext a:hover
{	
	font-weight:bold;
	color:#E03415;
	text-decoration:underline;
}

.order_details_row p {
	
	font-weight:normal;
}

.order_details_row p.strong {

	font-weight:bold;
	text-transform:uppercase;
}

.order_details_row_qty
{
	float:left;
	text-align:left;
	width:25px;
}

.order_details_row_item
{
	float:left;
	text-align:left;
	width:235px;
}

.order_details_row_left
{
	float:left;
	text-align:left;
	width:260px;
}

.order_details_row_right
{
	float:left;
	text-align:right;
	width:77px;
}

.border-light
{
	border-bottom:1px dotted #afafaf;
}

.border-dark
{
	border-bottom:1px solid #5d5852;
}

.margin-top-15
{
	margin-top:15px !important;
}

.margin-top-10
{
	margin-top:10px !important;
}

.margin-top-5
{
	margin-top:5px !important;
}
.shop_cart_frame
{
	width:100%;
}

.shop_cart_table
{
	width: 100%;
	float: right;
	margin-bottom: 28px;
}

.shop_cart_table h2
{
	font-family: 'Candara';
	font-size:18px;
	color:#818181;
	margin-bottom:10px;
	font-weight:normal;
}

.shop_cart_desc_box
{
       padding:0 0 6px;
}        

.shop_cart_header_box
{
       width:1298px;
}   
       
.shop_cart_header
{
    width:100%;
    color:#FFF;
    font-size:16px;
    font-family:Candara-Bold;
    background:#5D5852;
    height:42px;
    vertical-align:middle;
    padding-top:7px;
}      
.shop_cart_header li
{
       display:block;
        float:left;
}
       
.shop_cart_desc_box .row_bottom
{
       width:386px;
} 

.shop_cart_item_row
{
	width:100%;
	background:#fff;
	font-size:14px;
	height:91px;
	line-height:32px;
    border-left: 1px solid #A19D83;
    border-right: 1px solid #A19D83;
    border-bottom: 1px solid #A19D83;
}

.shop_cart_item_row ul
{
       list-style:none;
       clear:both;
       overflow:hidden;
}
       
.shop_cart_item_row li
{
       display:block;
       float:left;
}

.fullwidth-shopcart-shipments
{
    width:718px !important;
    height:30px !important;
}
       
.fullwidth-shopcart
{
    width:1298px !important;
    height:auto !important;
    min-height:54px !important;
}

.box-shipments
{
	width:691px;
	padding-top:7px;
	padding-left:9px;
	line-height:normal;
	margin-bottom:7px !important;
	font-weight:bold;
	text-transform:uppercase;
}

.box1-shopcart
{
	width:840px;
	padding-top:7px;
	padding-left:20px;
    padding-right:20px;
	line-height:18px;
	margin-bottom:7px !important;
	font-size:12px;
    font-family:Candara;
    color:#333333;
    font-weight:normal;
}

.box1-shopcart a, .box1-shopcart a:visited
{
	text-decoration:none !important;
	font-weight:normal;
	font-size:16px;
    font-family:Candara-Bold;
    color:#E03415;
}

    .box1-shopcart a:hover {
        color:#333333;
        text-decoration:underline !important;

    }
.box1-shopcart-heading
{
	width:860px;
	padding-top:7px;
	padding-left:20px;
	line-height:normal;
	margin-bottom:7px !important;
    font-weight:normal;
}

    .box2-shopcart-heading {
        width: 200px;
        padding-top: 7px;
        line-height: normal;
        margin-bottom: 7px !important;
        font-weight: normal;
    }
	
.box2-shopcart
{
	width:200px;
	padding-top:7px;
	font-weight:normal;
	line-height:normal;
	margin-bottom:7px !important;
}

.box2-shopcart a
{
	color:#E03415;
	text-decoration:none;
}
    
.box2-shopcart .cell-wrap
{
    margin:0;
    height:auto;
}

.box2-shopcart .cell-wrap .cell-wrap-left
{
    float:left;
}

    .box2-shopcart .cell-wrap .cell-wrap-left .qtyno {
        width: 60px;
        height: 30px;
        line-height: 16px;
        outline: none;
        border: 1px solid #A19D83;
        text-align: center;
        font-size: 16px;
        color: #767676;
        display: block;
        float: left;
        margin-right: 2px;
    }

.box2-shopcart .cell-wrap .cell-wrap-right
{
    float:left;
    padding-left:15px;
    font-size:11px;
    vertical-align:middle;
}

.box2-shopcart .cell-wrap .cell-wrap-right a, .box2-shopcart .cell-wrap .cell-wrap-right a:visited
{
    float:left;
    vertical-align:middle;
    font-family:Candara;
    font-size:10px;
    font-weight:normal;
    text-decoration:none !important;
    color:#E03415;
    padding-top:10px;
}

    .box2-shopcart .cell-wrap .cell-wrap-right a:hover {
        text-decoration:underline !important;
        color:#333333;
    }

.cart-qty{
	width:60px;
	height:30px;
	line-height:16px;
	outline:none;
	border:1px solid #dfdfdf;
	text-align:center;
	font-size:16px;
	color:#333333;
	display:block;
	float:left;
	margin-right:2px;
}



    .box3-shopcart {
        width: 188px;
        padding-top: 7px;
        padding-right: 30px;
        line-height: normal;
        margin-bottom: 7px !important;
        text-align: right !important;
        font-family: Candara-Bold;
        font-size: 16px;
        font-weight: normal;
    }
	
.titlebar .box3-shopcart
{
	font-weight:normal;
	line-height:27px;
	padding-top:0px !important;
	margin-bottom:0px !important;
} 

/* Shopping Cart - Coupons & Notes */

.shop_coupon-notes-table
{
    width:540px;
	padding:0 0 6px 0;
	float:left;
    margin-top:20px;
    border:1px solid #A19D83;
}

.shop_coupon-notes-table ul{
    list-style:none;
}

.shop_coupon-notes-table .main-cell
{
    padding:4px 8px;
    font-family:'Candara';
    font-size:12px;
    color:#2a2a2a !important;
}

.shop_coupon-notes-table .main-cell .couponrow{
    margin-bottom: 10px;
    }

.shop_coupon-notes-table .main-cell .couponrow .appliedcoupons{
    padding-top:3px; 
    padding-left: 157px;
    }

.shop_coupon-notes-table .main-cell .instructionsrow{
    margin-bottom: 10px;
    }

.shop_coupon-notes-titlebar
{
	height:27px;
	line-height:27px;
}

    .shop_coupon-notes-table_header {
        width: 540px;
        padding-left: 9px;
        color: #FFF;
        font-size: 16px;
        color: #2a2a2a !important;
        font-family: Candara;
        font-weight: normal;
    }

.promocode-box{
	width:200px;
	height:20px;
	line-height:16px;
	outline:none;
	border:1px solid #afafaf;
	text-align:left;
	font-size:13px;
	color:#5d5852;
	margin-right:10px;
    font-family:Candara;
    padding-left:3px;
}
    .promocode-box:focus {
        border:1px solid #5d5852;
    }

.notes-box-shoppingcart{
	outline:none;
	border:1px solid #afafaf;
	text-align:left;
	font-size:13px;
	color:#5d5852;
	display:block;
	float:left;
	margin:5px 0 10px 0;
    font-family:Candara;
}

.notes-box-shoppingcart:focus{
        border:1px solid #5d5852;
    }

.checkout_now_button
{
	color:#fff;
	width:160px;
	height:30px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:18px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.continue_checkout_button
{
	color:#fff;
	width:200px;
	height:30px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:18px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin:0 4px 60px 0;
	padding-bottom:5px;
}


.notes-box{
	outline:none;
	border:1px solid #a19d83;
	text-align:left;
	color:#45433f;
	font-family: 'Candara';
	font-size:12px;
	display:block;
	float:left;
	margin:10px 0 10px 0;
}

.update_cart_button
{
	color:#fff;
	width:80px;
	height:22px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	margin-right:4px;
	padding-bottom:5px;
}
.update_cart_button_grey
{
	color:#fff;
	width:80px;
	height:22px;
	border:1px solid #5d5852;
	background:#a09b95;
	font-size:13px;
	font-family: 'Candara';
	margin-right:4px;
	padding-bottom:5px;
}


/* Checkout CSS */ 

.checkout_area
{
    margin:0px;
}
	
.checkout_area .checkout_box_bg
{
	margin-right:60px;
}	
	
.checkout_box_bg
{
	width:350px;
	padding-bottom:7px;
	margin:0 18px 20px 0;
	float:left;
}

.shadow_returningcustomers
{
    background: url(/App_Templates/Skin_7/css/images/checkoutbox-shadow.png) no-repeat scroll center bottom transparent;
    width: 385px;
    padding-bottom: 7px;
    margin: 0px 18px 20px 0px;
    float: left;
}

.shadow_orderdetails
{
    background: url(/App_Templates/Skin_7/css/images/checkoutbox-shadow.png) no-repeat scroll center bottom transparent;
    width: 385px;
    padding-bottom: 7px;
    margin: 0px 18px 20px 0px;
    float: left;
}

.checkout_box
{
	height:250px;
	border:1px solid #a4a086;
	padding:8px 8px 0 8px;
	background:#fff;
	color:#45433f;
	font-size:13px;
}

.margin_bottom
{
    margin-bottom:15px !important;
}

.checkout_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
}

.checkout_box h3 a{
	color:#E03415;
	text-decoration:none;
	}
	
.checkout_box h3 a:hover{
	text-decoration:underline;
	}
		
.checkout_box p
{
	line-height:16px;
	font-family: 'Candara';
}

.checkout_box p a
{
	color:#E03415;
	text-decoration:none;
}

.checkout_box p a:hover
{
	text-decoration:underline;
}

.list_box-text strong
{
	color:#818181;
	font-size:11px;
	font-weight:normal;
	font-family: 'Candara';
}

.icon_text
{
	padding:6px 0 0 30px;
	clear:both;
	overflow:auto;
}

.loginbox{
	width:320px;
	height:31px;
	line-height:16px;
	outline:none;
	border:1px solid #cac6aa;
	text-align:left;
	font-size:13px;
	color:#818181;
	display:block;
	float:left;
	margin-right:2px;
    padding-left:3px;
}

    .loginbox:focus {
    border:1px solid #A19D83;
    color:#333333;
    }

.login_button
{
	color:#fff;
	width:75px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.cancel_button
{
	color:#fff;
	width:70px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}
.newaccount_button
{
	color:#fff;
	width:150px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.login_button
{
	color:#fff;
	width:50px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

/*Byteant: Basket Display Changes*/
.shipment-panel
{
    background-color: #d6d5d4;
    padding-left:7px;
    border-left: 1px solid #a19d83;
    border-right: 1px solid #a19d83;
}
.shipment-panel > a
{
    font-size:11px;
    color:#E03415;
    margin-left:10px;
}
.shipment-panel > span
{
    font-size:14px;
}
.shipment-tooltip
{
    background-color:white;
    padding:10px;
    border:1px solid black;
}
.cart-summary-subtotals
{
    width:440px;
    float:right;
}
h3.shipment-header
{
    margin:8px 0 0 -8px;
    font-size:13px;
}
.cart-summary-subtotals .checkout-details
{
    width:440px;
    float:right;
}
.cart-summary-subtotals .checkout_now_button
{
    margin-right:0px;
    float:none;
}

.checkout-details li{
    display:block;
    float:left;
}

.box-checkout1{
	width:440px;
	padding-top:7px;
	padding-left:9px;
	line-height:normal;
	margin-bottom:7px !important;
	}

.box-checkoutbtn{
	width:201px;
	padding-top:7px;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	}

.update_cart_button
{
	color:#fff;
	width:80px;
	height:22px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	margin-right:4px;
	padding-bottom:5px;
}
		
.box-checkout2{
	width:109px;
	font-size:16px;
	text-align:right;
	padding-top:7px;
	font-weight:normal;
	line-height:normal;
	margin-bottom:7px !important;
    font-family:'Candara';
	}
	
.box-checkout3{
	width:100px;
	font-size:16px;
	font-weight:bold;
	padding-top:7px;
	padding-right:30px;
	line-height:normal;
	margin-bottom:7px !important;
	text-align:right;
    font-family:'Candara';
	}

/*Byteant: end Basket Display Changes*/


/*---- CSS for create account page----*/

.new_account_box
{
	border:1px solid #a4a086;
	padding:8px;
	background:#fff;
	color:#45433f;
	font-size:13px;
	margin:10px 0;
}

.new_account_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
}
		
.new_account_box p
{
	line-height:16px;
	font-family: 'Candara';
}

.new_account_box p a
{
	color:#E03415;
	text-decoration:none;
}

.new_account_box p a:hover
{
	text-decoration:underline;
}

/*---- CSS for checkout billing & shipping page and Create Account page ----*/

.new_information_box
{
	border:1px dotted #5d5852;
	padding:20px;
	background:#fff;
	color:#2a2a2a;
	font-size:13px;
	margin-bottom:25px;
}

.new_information_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
}

.new_information_box h4
{
	font-size:14px;
	color:#45433f;
	font-family: 'Candara';
	font-weight:bold;
}

.new_information_box p
{
	line-height:16px;
	font-family: 'Candara';
}

.new_information_box p a
{
	color:#E03415;
	text-decoration:none;
}

.new_information_box p a:hover
{
	text-decoration:underline;
}

.newinfo_cell 
{
    height:15px;
    vertical-align:middle;
}

.newinfo_cell_left 
{
    float:left;
    text-align:right;
    width:200px;
    padding-right:10px;
    padding-top:12px;
}

.newinfo_cell_right
{
    float:left;
    text-align:left;
    padding:5px 0;
}


.newinfo_cell_full_row
{
    float:left;
    padding-right:10px;
    padding-top:2px; 
    width:700px;
}

.checkbox, .radio
{
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/App_Templates/Skin_7/css/images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio
{
	background: url(/App_Templates/Skin_7/css/images/radio.png) no-repeat;
}

.select
{
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
}

.copy_shipping_button
{
	color:#fff;
	width:135px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.continue_button
{
	color:#fff;
	width:200px;
	height:30px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:18px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}




/* signin.aspx CSS */
.signin_box
{
	height:380px;
	border:1px solid #9a9a9a;
	padding:10px;
	background:#fff;
	color:#333333;
	font-size:13px;
	line-height:normal;
}

.signin_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
}

.signin_box p
{
	line-height:16px;
	font-family: 'Candara';
}

.signin_box .sectiontitle
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara-Bold';
    font-weight:normal;
}

.login_emailaddress
{
    height:25px;
}

.login_password
{
    height:50px;
}

.login_rememberpassword
{
    height:15px;
}

.forgot_pass_box
{
	width:250px;
	margin-bottom:15px;
	float:left;
	padding:8px 8px 0 8px;
	color:#45433f;
	font-size:13px;
	line-height:normal;
}

.new_pass_button
{
	color:#fff;
	width:200px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.new_customer_button
{
	color:#fff;
	width:205px;
	height:20px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:13px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	padding-bottom:5px;
}

.newacct_billing_row
{
    margin:0px;
    color: #45433F;
}

.newacct_billing_row_left
{
    float:left;
    text-align:left;
    width:150px;
    padding:2px 10px 15px 15px;
    font-family:'Candara';
    font-weight:normal;
    font-size:16px;
    color:#45433F;
}

.newacct_billing_row_right
{
    float:left;
    text-align:left;
	width:540px;
}

    .newacct_billing_row_right select {
        border: 1px solid #cac6aa;
        width: 320px !important;
        height: 31px;
        font-family: 'Candara';
        font-size: 13px;
        font-weight: normal;
        color: #767676;
        display: block;
        float: left;
        padding-left: 3px;
        background-color: #FFF;
        padding-top: 5px;
    }

    .newacct_billing_row_right select:focus {
    border:1px solid #A19D83;
    color:#333333;
    }


.newacct_billing_row_right span
{
    font-size:12px;
}

.newacct_billing_row_left_checkbox
{
	float:left;
	text-align:right !important;
    width:20px;
    padding-right:10px;
	padding-left:40px;
    padding-top:2px;
    padding-bottom:15px;
}

.newacct_billing_row_right_checkbox
{
    float:left;
    text-align:left;
	width:450px;
}

.bold
{
	font-weight:bold;
}

.newacct_shipping_address
{
	margin:0px;
}

.newacct_shipping_row
{
    margin:0px;
}

.newacct_shipping_row_left
{
    float:left;
    text-align:left;
    width:150px;
    padding-right:10px;
	padding-left:50px;
    padding-top:2px;
    padding-bottom:15px;
}

.newacct_shipping_row_right
{
    float:left;
    text-align:left;
	width:370px;
}

.newacct_shipping_row_left_radiobox
{
	float:left;
	text-align:right !important;
    width:20px;
    padding:5px 10px 5px 20px;
}

.newacct_shipping_row_right_radiobox
{
    float:left;
    text-align:left;
	width:470px;
	padding-top:4px;
}

.newaddressbook_row
{
    margin:0px;
}

.newaddressbook_row a
{
	color:#E03415;
	text-decoration:none;
}

.newaddressbook_row a:hover
{
	text-decoration:underline;
}


.newaddressbook_row_left
{
    float:left;
    text-align:left;
    width:150px;
    padding-right:10px;
	padding-left:50px;
    padding-top:2px;
    padding-bottom:15px;
}

.newaddressbook_row_right
{
    float:left;
    text-align:left;
	width:370px;
}

.newaddressbook_billing_row_left_radiobox
{
	float:left;
	width:40px;
	text-align:center !important;
	margin-right:20px;
    padding-top:5px;
    font-family:'Candara';
    
}

.newaddressbook_shipping_row_left_radiobox
{
	float:left;
	width:50px;
	text-align:center !important;
    padding-top:5px;
	margin-right:20px;
    font-family:'Candara';
}

.newaddressbook_row_right_radiobox
{
    float:left;
    text-align:left;
	padding-top:4px;
}

.newaddressbook_row_right_radiobox_profilename
{
    float:left;
    text-align:left;
	padding-top:4px;
	margin-right:20px;
	width:150px;
    font-family:'Candara';
    color: #333333;
}

.newaddressbook_row_right_radiobox_profileaddr
{
    float:left;
    text-align:left;
	padding:4px;
    font-family:'Candara';
    color: #333333;
	}

.newaddressbook_row_right_radiobox_profileaddr a, .newaddressbook_row_right_radiobox_profileaddr a:visited
{
    color: #E03415 !important;
    text-decoration:none !important;
}

.newaddressbook_row_right_radiobox_profileaddr a:hover
{
    color: #333333 !important;
    text-decoration:underline !important;
}


.newaddressbook_row_right_radiobox_profileaddr .cell-left
{
    float:left;
    text-align:left;
    width:150px;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:15px;
}

.newaddressbook_row_right_radiobox_profileaddr .cell-right
{
    float:left;
    text-align:left;
	width:320px;
}

.newaddressbook_row_right_radiobox_manage
{
    float:right;
    text-align:right;
	padding:4px;
	padding-right:40px;
    font-family:'Candara';
    color: #333333;
}

.newaddressbook_row_right_radiobox_manage a, .newaddressbook_row_right_radiobox_manage a:visited
{
    color: #E03415 !important;
    text-decoration:none !important;
}

.newaddressbook_row_right_radiobox_manage a:hover
{
    color: #333333 !important;
    text-decoration:underline !important;
}


.padding-bottom-10
{
	padding-bottom:10px;
}

.padding-10
{
	padding:10px 0;
}

.padding-top-5
{
	padding-top:5px;
}
.margin-left-15
{
    margin-left:30px;
    margin-right:30px;
}

.margin-top-15
{
    margin-top:15px;
}

.passreset_box_bg
{
	background:url(/App_Templates/Skin_7/css/images/checkoutbox-shadow.png) no-repeat bottom center;
	width:400px;
	padding-bottom:7px;
	margin:0 18px 20px 0;
	float:left;
}

.passreset_box
{
	height:300px;
	width:400px;
	border:1px solid #a4a086;
	padding:8px 8px 0 8px;
	background:#fff;
	color:#45433f;
	font-size:14px;
	line-height:normal;
}
.passreset_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
}

.passreset_box p
{
	line-height:16px;
	font-family: 'Candara';
}

.passreset_box .passreset_row1
{
    line-height:normal;
    width:384px;
    display:block;
    padding:5px 0px;
}
.passreset_row1 li
{
    display:block;
    float:left;
}
.passreset_box .passreset_row2
{
    line-height:normal;
    width:384px;
    display:block;
    padding:5px 0px;
}
.passreset_row2 li
{
    display:block;
    float:left;
}

.passreset_label 
{
    width:145px;
    text-align:right;
    padding-right:5px;
}

.passreset_field
{
    width:234px;
    text-align:left;
}

.chgpswd_button
{
	color:#fff;
	width:170px;
	height:26px;
	border:1px solid #a19d83;
	background:#E03415;
	font-size:16px;
	font-family: 'Candara';
	text-transform:uppercase;
	float:left;
	margin:8px 4px 60px 0;
	padding-bottom:5px;
}

/* shipping page CSS */

.shipoptions_header
{
    padding-bottom:0px;
    margin-bottom:0px;
}

.shipoptions_header h1
{
	font-size:26px;
	color:#E03415;
	font-family: Candara-Bold;
    font-weight:normal;
    padding-left:20px;
    padding-top:10px;
}

.shipoptions_header h4
{
	font-size:16px;
	color:#45433F;
	font-family: 'Candara-Bold';
	text-transform:uppercase;
    padding-left:20px;
    padding-top:10px;
    font-weight:400;
}

.shipoptions_header p
{
	line-height:16px;
	font-family: 'Candara';
    padding-bottom:10px;
    padding-left:10px;
    padding-top:10px;
}

.shipping_option_row
{
    margin:0px;
    color:#2a2a2a;
}

.shipping_option_row_indent 
{
    padding-left:6px;
}

.shipping_option_row_indent_calendar 
{
    padding-left:41px;
}

.shipping_option_row_left_radiobox
{
	float:left;
	text-align:right !important;
    width:20px;
    padding-right:10px;
}

.shipping_option_row_right_radiobox
{
    float:left;
    text-align:left;
	width:570px;
}

.shipping_option_heavy {
    padding-left:57px; 
    padding-bottom:20px;
    line-height:18px;
}

.shipping_option_heavy ul {
    padding-left:15px;
}

.shipping_option_heavy li {
    padding-top:5px;
    
}

/* payment page CSS */
.payment_outer_box
{
	background:#fff;
	font-size:14px;
    font-weight:normal;
    border: 1px solid #A4A086;
    color: #45433F;
    margin-bottom: 25px;
}

.payment_header_top
{
    padding: 8px;
}

.payment_header_top h1
{
	font-size:26px;
	color:#E03415;
	font-family: Candara-Bold;
    font-weight:normal;
    padding-left:10px;
}

.payment_header_top h2
{
	font-size:26px;
    color: #45433F;
    font-family: Candara-Bold;
    padding: 6px 0px 10px 6px;
    padding-left:10px;
    padding-bottom:0px;
}

    .payment_header_top h4 {
        font-size: 16px;
        color: #333333;
        font-family: 'Candara';
        padding: 6px 0px 0px 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

.payment_header_top p
{
	line-height:16px;
	font-family: 'Candara';
    padding-bottom:10px;
    padding-left:10px;
    padding-top:10px;
}

.error
{
    padding-left:10px;
    color:red;
    font-weight:bold;
}
.address_header
{
    padding-bottom:0px;
    margin-bottom:20px;
}

.address_header h3
{
	font-size:36px;
	color:#333333;
	font-family: Candara-Bold;
    font-weight:normal;
    line-height:48px;
    border-bottom:1px dotted #afafaf;
    padding-bottom:10px;
    padding-left:10px;
}

.address_header h2
{
	font-size:16px;
	color:#333333;
	font-family: 'Candara-Bold';
	text-transform:uppercase;
}

.address_header p
{
	line-height:16px;
	font-family: 'Candara';
}

.payment_header
{
    padding-bottom:0px;
    margin-bottom:20px;
}

.payment_header h3
{
	font-size:26px;
	color:#E03415;
	font-family: Candara-Bold;
    font-weight:normal;
    padding-top:10px;
    padding-left:10px;
}

.payment_header h4
{
	font-size:16px;
	color:#333333;
    font-weight:bold;
	font-family: 'Candara';
	padding:16px 0;
	text-transform:uppercase;
    padding-left:20px;
}

.payment_header p
{
	line-height:16px;
	font-family: 'Candara';
    padding-top:10px;
    padding-left:10px;
}

.giftcertmain_header
{
    padding-top:10px;
}

.giftcertmain_header h3
{
	font-size:26px;
	color:#E03415;
	font-family: Candara-Bold;
    font-weight:normal;
    padding-left:10px;
}

.giftcertmain_header h4
{
	font-size:16px;
	color:#333333;
    font-weight:bold;
	font-family: 'Candara';
	padding:16px 0;
	text-transform:uppercase;
    padding-left:20px;
}

.giftcertmain_header p
{
	line-height:16px;
	font-family: 'Candara';
    padding:10px 0 10px 10px;
    
}

.beige_background
{
    background-color:#efefed;
}

        .shipoptions_section_box {
            padding: 8px 8px 14px 20px;
            border: none;
            border-bottom: 1px dotted #afafaf;
        }

.shipoptions_section_box h4
{
	font-size:16px;
	color:#333333;
	font-family:'Candara-Bold';
	padding:6px 0;
	text-transform:uppercase;
    font-weight:400;
}

.shipoptions_section_box p
{
	font-size:14px;
	color:#45433f;
	font-family: 'Candara';
    font-weight:normal;
}

.shipoptions_section_box legend, .shipoptions_section_box h2
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara-Bold';
    font-weight:normal;
	padding-top:6px;
    margin-bottom:0px;
}

.shipping_section_box
{
	padding:8px 8px 14px 20px;
    border-bottom:1px dotted #afafaf;
}

.shipping_section_box legend
{
	font-size:16px;
	color:#333333;
	font-family:'Candara';
	padding:6px 0;
	text-transform:uppercase;
    font-weight:bold;
}

.shipping_section_box p
{
	font-size:12px;
	color:#45433f;
	font-family: 'Candara';
    font-weight:normal;
	padding:6px 0;
}

.shipping_section_box h3
{
	font-size:20px;
	color:#E03415;
	font-family: 'Candara';
	padding:6px 0;
}


.promo_gitcert_section_box
{
	padding:8px 8px 14px 8px;
}

.top_border{margin-top:0px;}

.payment_option_row
{
    margin:0px;
}

.payment_option_row_left_radiobox
{
	float:left;
	text-align:right !important;
    width:20px;
    padding-right:10px;
    padding-bottom:5px;
}

.payment_option_row_right_radiobox
{
    float:left;
    text-align:left;
	width:130px;
	padding-top:4px;
}

.payment_paypal
{
    float:left;
    text-align:left;
	width:60px;
	padding-top:4px;
}


.payment_cc_row
{
    margin:10px 0;
    padding-left:30px;
}

.payment_cc_col1
{
	float:left;
	text-align:left;
    width:130px;
    padding-top:3px;
}

.payment_cc_col2
{
    float:left;
    text-align:left;
	width:200px;
	padding-right:40px;
}

.payment_cc_select
{
    float:left;
    text-align:left;
	width:145px;
	padding-right:10px;
}

.payment_cc_col3
{
    float:left;
    text-align:left;
	width:100px;
	padding-top:3px;
}

.payment_cc_col4
{
    float:left;
    text-align:left;
	width:120px;
}

.payment_cc_col_month
{
    float:left;
    text-align:left;
	width:90px;
}

.payment_cc_col_year
{
    float:left;
    text-align:left;
	width:70px;
	padding-left:10px;
}

.payment_cc_what
{
    float:left;
    text-align:left;
	width:72px;
	padding-top:4px;
}

    .ccbox {
        width: 200px !important;
        height: 31px;
        line-height: 16px;
        outline: none;
        border: 1px solid #cecece;
        text-align: left;
        font-size: 13px;
        color: #767676;
        display: block;
        float: left;
        margin-right: 2px;
        padding-left: 3px;
    }

.ccbox:focus {
    border:1px solid #818181;
    color:#2a2a2a;
        }

    .cscbox {
        width: 83px !important;
        height: 31px;
        line-height: 16px;
        outline: none;
        border: 1px solid #cecece;
        text-align: left;
        font-size: 13px;
        color: #767676;
        display: block;
        float: left;
        margin-right: 2px;
        padding-left: 3px;
    }

.cscbox:focus {
    border:1px solid #818181;
    color:#2a2a2a;
        }

.promo_code_row, .reason_row
{
	padding:5px 8px 10px 8px;
}

.reason_row 
{
    padding-left:64px;
}

.reason_row select 
{
    margin-bottom:10px;
}

.promo_code_option_row
{
    margin-top:10px;
    padding-bottom:10px;
}

.promo_code_text
{
    float:left;
    width:150px;
    padding-top:3px;
}

.promo_code_input_area{
	float:left;
	width:320px;
}

.promo_code_input_area .promocode-box {
	width:320px;
	height:31px;
	line-height:16px;
	outline:none;
	border:1px solid #cecece;
	text-align:left;
	font-size:13px;
	color:#818181;
	display:block;
	float:left;
	margin-right:2px;
    padding-left:3px;
    }

.promo_code_input_area .promocode-box:focus {
    border:1px solid #818181;
    color:#333333;
    }

.promo_code_btn_area{
	float:left;
	width:60px;
	padding:0 20px;
	margin-top:-1px;
}

.promo_code_check_bal_area{
	float:left;
	width:120px;
	text-align:left;
	padding-top:3px;
}
.promo_code_check_bal_area a
{
    color:#E03415;
    text-decoration:none;
}

.promo_code_check_bal_area a:hover
{
    color:#E03415;
    text-decoration:underline;
}

/* gift card details page */

.giftcert_outer_box
{
	background:#fff;
	color:#45433f;
	font-size:14px;
	margin-bottom:25px;
    font-family: 'Candara';
    line-height:normal;
}

.giftcert_header
{
    padding:8px;
}

.giftcert_header h2
{
	font-size:20px;
	color:#E03415;
	padding:6px 0;
}

.giftcert_section_box
{
	padding:8px 8px 14px 8px;
	border-top:1px solid #a4a086;
}

.giftcert_section_box h3
{
	font-size:16px;
	color:#45433f;
	font-family: 'Candara';
	padding:6px 0;
	text-transform:capitalize;
}

.giftcert_row
{
    margin:0;
}

.giftcert_col1
{
	float:left;
	text-align:right;
    width:150px;
    padding-right:10px;
    padding-top:1px;
    margin-top:10px;
}

.giftcert_col2
{
    float:left;
    text-align:left;
	width:400px;
	padding-right:40px;
	margin-top:10px;
}

.giftcertbox{
	width:300px;
	height:16px;
	line-height:16px;
	outline:none;
	border:1px solid #a19d83;
	text-align:left;
	font-size:13px;
	color:#818181;
	display:block;
	float:left;
	margin:0 2px 0 0;
}

.giftcertmultilinebox{
	width:300px;
	line-height:16px;
	outline:none;
	border:1px solid #a19d83;
	text-align:left;
	font-size:13px;
	color:#818181;
	display:block;
	float:left;
	margin-right:2px;
}


/* marble score product detail addition */

.marble_score_product{
	width:54px;
	height:32px;
	position:absolute;
	top:285px;
	right:-8px;
	z-index:999;
}


/* orderconfirmation page */

.email_add
{
    font-size:16px;
    color:#E03415;
    font-weight:bold;
}

/* social login items */

.social_login_return_area{
    width:328px;
    border-top:dotted 1px #CCC;
    padding-top:10px;
    padding-bottom:10px;
}

.social_login_return_area p {
    width:328px;
    font-size:14px;
    font-family:Candara;
    color:#2a2a2a;
    padding-bottom:10px;
}

.social_login_return_area .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-right:10px;

}

.social_login_new_area{
    width:328px;
    padding-bottom:15px;
    margin-bottom:10px;
}

.social_login_new_area p {
    width:328px;
    font-size:14px;
    font-family:Candara;
    color:#2a2a2a;
    padding-bottom:10px;
}

.social_login_new_area .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-right:10px;
}

.social_login_account_area{
    width:400px;
    padding-bottom:15px;
    margin-bottom:10px;
    float:left;
    padding-right:25px;
}

.social_login_account_area h3{
    font-family: ExpletusSansSemiBold !important;
    font-size: 16px !important;
    color: #2a2a2a !important;
    font-weight:300;
}

.social_login_account_area p {
    font-size:14px;
    font-family:Candara;
    color:#2a2a2a;
    margin-bottom:10px !important;
}

.social_login_account_area .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-right:10px;
}

.social_badge button {
    border-style: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor:pointer;
}
.social_badge button img{
    cursor: pointer;
}
.new-signup-text{
    padding-bottom:5px;
    font-size: 14px;
font-family: Candara;
font-weight: normal;
line-height: 1.5;
color: #333;
}

.social_login_return_checkout{
    width:346px;
    border-bottom:dotted 1px #CCC;
    padding-bottom:10px;
}

.social_login_return_checkout p {
    width:328px;
    font-size:14px;
    font-family:Candara;
    color:#2a2a2a;
    padding-bottom:10px;
}

.social_login_return_checkout .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-left:10px;
    padding-bottom:5px;

}

.social_login_new_customer{
    width:890px;
    padding:10px 0px 0px 20px;
}

.social_login_new_customer .intro_text {
    width:150px;
    font-size:14px;
    font-family:Candara;
    color:#2a2a2a;
    float:left;
    padding-top:5px;
}

.social_login_new_customer .social_badge{
    float:left;
    width:35px;
    height:34px;
    padding-left:10px;

}

.setup_intro{
    clear:left;
    padding:10px 0px 10px 20px;
    font-size: 14px;
    font-family: Candara;
    color: #333;
}

/* END CHECKOUT AREA SPECIFIC CODE */
    .section_content {
        width: 1040px;
    }

    .checkout-leftcol {
        width: 850px;
    }
/* do not delete this closing tag below.  Must stay as last line in this file */
}
/* do not delete this closing tag above.  Must bet last line in this file */

