/* TechXpress, Inc */
/* ----------------Alsett clearing method ------------------------------------------- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%}
.clearfix {display: block;}
/* ---------------------------------------------------------------------------------- */


a:link, a:visited{
	color:#872107;
	text-decoration:none;
}

a:hover, a:active{
	color:#872107;
	text-decoration:underline;
}

body{
	text-align:center;
	background-color:#86b46d;
    font-family: arial, sans-serif;
    font-size: 12px;
}

.l_float{
	float:left;
}

.r_float{
	float:right !important;
}
.text_bold{font-weight:bold;}

/* Message for mobile users only */
.mobile_message {
    display: none;
}
    .mobile_body .mobile_message {
        display: block !important;
        background: #872206;
        margin: 0;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 10px 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    }
    .mobile_message a {
        color: #fff;
        text-decoration: underline;
    }

#container{
	text-align:left;
	margin:0 auto;
	width:974px;
	z-index: 0; /* added this in a few places to fix an IE bug where things like breadcruqvs were overlayed over the autocomplete dropdowns */
	position: relative;

}

#top{
	width:970px;
    height: 48px;
	display:inline-block;
	margin: 0px 2px;
}
#header{
	margin: 0px 7px;
    width:960px;
    height:142px;
    display:inline-block;
    position:relative;
    z-index: 0; /* added this in a few places to fix an IE bug where things like breadcruqvs were overlayed over the dropdowns */
}
div.siteName{display:none;} /*this used in the print style*/

#header h1{display:none;}

#nav{
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
	height:31px;
	overflow:hidden;
	width:960px; /* added by Eric - useless to specify overflow:hidden w/o specifying a size not to exceed. */
}

#nav a{
	float:left;
	font-family:"Trebuchet MS", sans serif;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
	color:white;
	padding: 5px 8px 5px 10px;
	margin-right:10px;
}

#nav a.hasSub{
	float:left;
	font-family:"Trebuchet MS", sans serif;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
	color:white;
	padding: 5px 8px 5px 10px;
	margin-right:10px;
	background:url(../images/nav_down.jpg) no-repeat right center;
}

#nav a:hover{
	text-decoration:underline;
}
/* =========== MAIN NAV - Experimental===========*/
#nav2, #nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image:url(../images/navdiv.gif);
}
#nav2{
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
	height:31px;
	overflow:hidden;
}

#nav2 a {
	display: block;
	float:left;
	font-family:"Trebuchet MS", sans serif;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
	color:white;
	padding: 5px 8px 5px 10px;
	margin-right:10px;
	background:url(../images/nav_down.jpg) no-repeat right center;

}

#nav2 li {
	float: left;
	width: 10em;
}
#nav2 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav2 li:hover ul {
	left: auto;
}

/* =========== Cart ===========*/

#cart_status{
    display: inline-block;
    float: left;
    position: absolute;
    right: 30px;
    top: 37px;
}

#cart_status .free_shipping{
    font-family: Arial, sans-serif;
    font-size:12px;
    color:#bc4a1f;
    float:right;
    font-weight: bold;
    margin-bottom: 10px;

}
#cart_status .free_shipping a{
    font-family: Arial, sans-serif;
    font-size:12px;
    color:#BC4A1F;
    font-weight:bold;
    text-decoration:underline;

}

#cart_status .free_shipping a:hover{
    text-decoration:none;
}

#banner{
	display:inline-block;
    position: relative;
}

#cart_status .account_links{
    color:#4b2f39;
    font-family: Arial, sans-serif;
    font-size:12px;
    font-weight:normal;
    float:right;
    clear:both;
    text-align:right;
}
    #cart_status .account_links a {
        float:left;
        padding-bottom: 2px;
    }
    #cart_status .account_links a.cart_icon {
        margin-left: 9px;
    }
        .cart_icon span {
            width: 18px;
            height: 18px;
            display: block;
            float: left;
            margin: -2px 6px 0 0;
        }

#cart_status a{
	color:#4b2f39;
	text-decoration:none;
}

.total_savings_outer{
	border-bottom:1px solid #C2C2C2;
}

.total_savings_inner{
	margin: 1px 0pt;
	background-color:#cbefb7;
	padding:5px 0;
}


.cart_total_savings{
	font-size:14px;
	font-weight:bold;
	margin-right:5px;
	color:#4f6228;
	text-align:right;
	margin-top:5px;
}

/* =========== Checkout ===========*/

.checkout_total_savings{
	font-size:14px;
	font-weight:bold;
	color:#4f6228;
	text-align:center;
	margin-top:5px;
}

#promotion_cart_input{
	margin-bottom:10px;
}

/* =========== Top Nav ===========*/
#homeIcon{
	width:20px;
	float:right;
	background:url(../images/icon_home.gif) no-repeat top right;
	margin: 0 5px 0 0;
	clear:left;
	margin-top:3px;
	padding:0;
}

#subnav #homeIcon a {
	display:block;
	width:20px;
	height:30px;
	text-indent:-9999em;
	float:right;
	background-image:none;
}

#divider{
	float:right;
	padding:0 5px 0 5px;
	clear:left;
}

#divider img{
	margin-top: -5px;
}

#subnav{
	position:absolute;
	top:0;
	right:0;
	font-family:Arial;
	font-size:11px;
	color:black;
	float:right;
	margin-right:30px;
	clear:left;
    z-index: 999; /* added this in a few places to fix an IE bug where things like breadcruqvs were overlayed over the dropdowns */
}


#subnav a{
	color:black;
	text-decoration:none;
	margin: 0 5px 0 0;
	padding: 0 7px 0 2px;
	background-image:none;
	font-size:12px;
}

#subnav a.hasSub{
	color:black;
	background:url(../images/menu_down.gif) no-repeat center right;
	text-decoration:none;
	margin: 0 5px 0 0;
	padding: 0 7px 0 2px;
}

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

#background{
	width:974px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	display:inline-block;
	position:relative;
	z-index: 0;  /* added this in a few places to fix an IE bug where things like breadcruqvs were overlayed over the autocomplete dropdowns */
}

#leaf{
	width:92px;
	height:71px;
	position:absolute;
	right:-101px; /*was 1px when the leaf div was in the background div*/
	top:-9px; /*was 71px when the leaf div was in the background div*/
	z-index:1;

}

#search{
    display: inline-block;
    float: right;
    position: absolute;
    right: 30px;
    top: 93px;
    z-index: 0;
}
.search_submit {
    width: 30px;
    height:30px;
    display: block;
    position: absolute;
    right: 0px
}

.newsletter-bc-banner{
	padding: 5px 5px 0px 5px;
}

#newsletters{
	display:inline-block;
	margin-top: 8px;
	margin-left:6px;
}

#newsletters .one{
		background:url(../images/newsletter_left.gif) no-repeat top left;
		padding: 12px 70px 12px 10px;
		float:left;
		font-family:Arial;
		font-size:13px;
		color:#4b2f39;
		overflow:hidden;
}

.one input{
	margin: 2px 5px;
	float:left;
}

.signup_lbl{
	float:left;
	margin-top:4px;
	margin-right:20px;
}

#newsletters .signup_btn{
	float:left;
}

#newsletters .two{
	float:left;
	margin-left:2px;
}

#search .search_input {
    float: left;
    height: 28px;
    padding-left: 10px;
    padding-right: 30px;
    width: 138px;
}

#content{
	margin:0px 7px;
	display:inline-block;
	z-index: -1;  /* added this in a few places to fix an IE bug where things like breadcruqvs were overlayed over the autocomplete dropdowns */
	position: relative;
}

/* =========== OLD Homepage ad style, see new style below this section =========*/
#hboxs{
	display:inline-block;
	margin: 5px 6px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}

#hboxs ul{
	list-style-image:url(../images/bullet.png);
	position:absolute;
	bottom:5px;
	left:0;
}

#hboxs h4{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#482d37;
	margin:10px 0 10px 10px;
}
#hbox1{
	position:relative;
	margin-right:3px;
	float:left;
}
.hbox1_top{
	background:url(../images/specials_top.gif) no-repeat top left;
	width:234px;
	height:37px;
}

#hboxs .hbox1{

}

#hboxs .hbox1_body{
	background-image: url(../images/specials_body.gif);
	background-repeat:no-repeat;
	width:234px;
	height:102px;
}

#hboxs .hbox1_btm{
	float:left;
}

#hbox2{
	position:relative;
	float:left;
	margin-right:3px;
}

.hbox2_top{
	background:url(../images/video_top.gif) no-repeat top left;
	width:235px;
	height:36px;
	margin-bottom:0;
}

#hboxs .hbox2_body{
	background-image: url(../images/video_body.gif);
	background-repeat:no-repeat;
	width:235px;
	height:102px;
}
.hbox1_body p{float:left; padding-left:10px; text-align:left;}
.hbox2_body p, .hbox3_body p{width:145px; float:left; padding-left:10px; text-align:left;}

#hbox3{
	position:relative;
	float:left;
	margin-right:2px;
}

.hbox3_top{
	background:url(../images/health_top.gif) no-repeat top left;
	width:234px;
	height:36px;
}

#hboxs .hbox3_body{
	background-image: url(../images/health_body.gif);
	background-repeat:no-repeat;
	width:235px;
	height:102px;
}

#hbox4{
	position:relative;
	float:left;
}

.hbox4_top{
	background:url(../images/locator_top.gif) no-repeat top left;
	width:235px;
	height:36px;
}

#hboxs .hbox4_body{
background-image: url(../images/locator_body2.gif);
	background-repeat:no-repeat;
	width:235px;
	height:102px;
}

.hbox4_body p{width:125px; float:left; padding-left:10px; text-align:left;}
div.hboxImage img{
	position:absolute;
	top:0;
	right:0;
}

.specials_img{
	float:right;
	margin-right:3px;
	width:75px;
	height:100px;
	overflow:hidden;
	clear:none;
}

.specials_info{
	width:150px;
	display:inline-block;
	float:left;
}

.specials_cost{
	border-bottom:2px solid #999999;
	text-align:center;
	font-family:Georgia;
	font-size:20px;
	color:#bf4c20;
	padding: 5px;
	margin: 0px 5px;
}

.specials_name{

}

.specials_addtocart{
	text-align:center;
	padding-top:5px;
}

.health_content{
    width:140px;
	height: 90px;
	overflow: hidden;
	margin-left:8px;
}


.locator_zip{
	font-family:Arial;
	font-size:13px;
	color:#2a1b20;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:5px;
}

.locator_restrict{
	font-family:Arial;
	font-size:9px;
	color:#2a1b20;
	padding-top:2px;
	padding-left:10px;
	margin-bottom:2px;
}

.locator_btn{
	margin-left:10px;
	margin-top:8px;
}

/* =========== NEW Homepage ad style, replaces the section above UPDATE: the old ads are now in use =========*/

#newAds{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
	margin:10px;

}

#newAd1,#newAd2,#newAd3{
	width:305px;
	float:left;
	height:200px;
	overflow:hidden;
	position:relative;
}

#newAd1 img,#newAd2 img,#newAd3 img{
	margin-right:15px;
}

#newAd1{
	border-right:4px solid rgb(238,238,238);
}

#newAd2{
	border-right:4px solid rgb(238,238,238);

}

#newAd3{

}

#newAds p strong{
	font-size:14px;
	color:#4b2d39;
	font-weight:bold;
	padding-bottom:5px;
	width:90%;
	border-bottom:1px dotted #c2c2c2;
	display:block;
}

#newAds p{
	margin-left:10px;
	color:#666;
}

#newAds ul{
	list-style-image:url(../images/asterisk.gif);
	position:absolute;
	bottom:0;
	left:0;
}

/*============New footer links design==========*/

#footer_links{
    background-color: #E8E8D9;
    display: inline-block;
    margin-left: 0;
    padding: 0 20px;
    width: 920px;
}
    #footer_links .inner {
        background: url(../images/footer-bg.png) no-repeat 368px 0;
        display:block;
        width: 100%;
        height: 100%;
        float:left;
        margin-top: 15px;
    }
#footer_links .social {
    width: 370px;
    float: left;
}
    .social .newsletter_form {
        width: 100%;
        float: left;
        margin-bottom: 56px;
    }
        .newsletter_form .email {
            float: left;
    height: 28px;
    margin-right: 5px;
    padding: 0 5px 0 30px;
    width: 142px;
        }
            .newsletter_form p {
                clear:left;
                margin:20px 0;
            }
            .newsletter_form .email input {
                background: none;
                border: none;
                box-shadow: none;
                color: #888888;
                font-family: arial,sans-serif;
                font-size: 12px;
                height: 13px;
                padding: 8px 0 0;
                width: 138px;
            }
            .email input:focus,
            #product_search_input:focus {
                outline: none;
            }

        .newsletter_submit {
            float: left;
            display:block;
            width: 26px;
            height: 26px;
        }
    .social .help {
        width: 185px;
        float:left;
    }
    .social .help p {
        margin: 0;
    }
    .social .networking {
        float: left;
        width: 175px;
    }
        .sn_icon {
            float: left;
            width: 23px;
            height: 23px;
            display: block;
            margin: 0 7px 7px 0;
            position: relative;
            text-decoration: none !important;
        }
        .sn_icon span {
            display:none;
            position: relative;
            bottom:-35px;
            left: -30px;
            color: #fff;
            background: #262626;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            width: 85px;
            padding: 8px 0;
            text-decoration: none;
            text-align: center;
            z-index: 3;
        }
        .sn_icon:hover span {
            display: block;
        }
        .sn_icon span span {
            display:block;
            width:13px;
            height:7px;
            position:absolute;
            top:-7px;
            padding:0;
            -moz-border-radius:0;
            -webkit-border-radius:0;
            border-radius:0;
            left:35px;
            text-decoration: none;
        }

#footer_links .links_col{
    clear: left;
    float: left;
    margin-bottom: 10px;
}

#footer_links .linkSection{
    float: left;
    margin: 0 0 0 20px;
    width: 140px;
}
    #footer_links .linkSection.last {
        width: 180px;
    }
h4.linksHeader{
    color: #7EA55A;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 12px;
    width: 100%;
}

.links_col a{
	color:#311f25;
	margin:0 0 5px;
	padding-left: 0;
	display:block;
	text-decoration:none;
}

.links_col a:hover{
	text-decoration:underline;
	color:#311f25;
}
.links_col a:visited{color:#311f25;}

/*============end new footer links design========*/

#footer{
	background:url(../images/hp-sprite.png) no-repeat 0 -335px;
	width:974px;
	height:91px;
}

#ad4 input{
	margin-left:10px;
}

#col1{
	text-align:center;
	width:230px;
	float:left;
}
.facepile_wrapper {
	border: medium none;
	overflow: hidden;
	padding-left: 8px;
	width: 220px;
	float: left;
	height: 40px;
	background: none repeat scroll 0% 0% transparent;
}
.facepile_inner {
    float:left;
    margin-top: -20px;
    overflow: hidden;
    position: relative;
    width: 182px;
}

.extra_nav{
	margin-top:9px;
	margin-bottom:5px;
}

#col2{
	width:432px; /*changed from 442px to fix IE6 issue*/
	float:left;
	margin-left:10px;
}

#col2 .rating{
padding-top:0;
}

#col2 select{
	margin-top:5px;
}

#col2 .product_addtocart{
	clear:left;
	padding-top:10px;
}

#col2 .product_addtocart img{
	margin-top:15px;
}

#col2 a{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#b4431b;
}

#col3{
	width:250px;
	float:left;
	overflow:hidden;
}

#product_extras{
	margin-top:20px;
	padding-left:8px;
	border-left:1px solid #cfcfc2;
}

#price_chart{
	display:inline-block;
}

#price_chart .price_chart_content{
	width:423px;
	display:inline-block;
	padding:0px 4px 0px 1px;
	border-left:1px solid #d5cdb6;
	border-right:1px solid #d5cdb6;
}

.product_extra{
	height:25px;
	display:block;
}



#top_sellers{
	margin:10px 0 10px 5px;
}

#top sellers
/* Breadcruqvs --------------------------------------------------------------------------------- */
.bc_home_padding {
    border: medium none;
    margin:10px;
    float: left;
}
.bc_last_item{
    font-weight:bold;
    cursor: default;
}
.bcPrint{
    padding:13px 2px !important;
    width:60px;
    float:right !important;
	overflow:hidden;
}
.bcShare{
    margin-left:10px;
	padding:13px 2px !important;
    width:106px;
    float:right !important;
	overflow:hidden;
}
.bcShare img, .bcPrint img{
	border:0 none;
}


#bc_wrap{
    display:inline-block;
    padding-bottom:10px;
    width:951px;
    margin-top:10px;
    margin-left:5px;
	z-index: -1;
}
#bc_lcap{
    background-image:url(../../images/bc_lcap.gif);
    background-repeat:no-repeat;
    display:block;
    height:38px;
    width:8px;
    float: left;
	z-index: -1;
}

#bc_content{
    background-color:#e8e3d5;
    background-repeat:repeat-x;
    height:38px;
    overflow:hidden;
    width:930px;
		position: relative;
	z-index: 1;
}
#bc_content a{
    color: #726155;
    display:inline-block;
    float:left;
    font-family:Arial;
    font-size:10px;
    overflow:hidden;
    padding: 12px 10px;
    text-decoration:none;
	position: relative;
	z-index: 1;
}
.bc_arrow{
    background-image:url(../../images/bc_arrow.gif);
	background-repeat: no-repeat;
    height:38px;
    width:13px;
    float: left;
	z-index: -1;
}
#bc_rcap{
    background-image:url(../../images/bc_rcap.gif);
    background-repeat:no-repeat;
    display:block;
    height:38px;
    width:13px;
    float:right !important;
	z-index: -1;
}




/* ==== left column ==== */
#cat_leftcol{
	width:250px;
	float:left;
	display:inline-block;
	text-align:center;
}

#cat_nav{
	width:237px;
	margin-top:0px;
	margin-left:5px;
	color:#E2DDD2;
}

#cat_nav .h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#726155;
	width:237px;
	height:35px;
	text-align:left;
	padding:10px 5px 0 10px;
	background:url(../images/cat_nav_header.gif) no-repeat;
	overflow:hidden;
	text-decoration:none;
}


#cat_nav .cat_nav_body{
	background:#f6f4ee;
	width:235px;
	border:1px solid #dad5c6;
	border-top:0 none;
	border-bottom: 0 none;
	text-align:left;
	padding:0;
}
.cat_nav_body ul{
	margin:0px;
	padding:0px;
}
.cat_nav_body ul li{
	margin:0px;
	border-top:1px solid #e2ddd2;
	border-bottom: 1px solid #fff;
	list-style:none;
	clear:both;
	font-family:Arial;
	font-size:13px;
	color:#39281c;

}

.cat_nav_body ul li a{

	margin-left:0px;
	background-image:url(../images/asterisk.gif);
	background-repeat:no-repeat;
	background-position: 10px center;
	padding:10px 10px 10px 20px;
	display:block;

}

.cat_nav_body ul li a:hover, .cat_nav_body ul li a:active{
	background-color:#eeeae0;
}

.cat_nav_body ul li.last{
	border-top:1px solid #e2ddd2;
	border-bottom:0 none;
}

/*===============CATEGORY PAGE==================*/
#cat_breadcruqvs{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#726155;
	padding: 6px 0px;
}

#searchDetail{
	height:40px;
	border: 1px solid #888;
	background-color:#e8e8d9;
	text-align:left;
	width:930px;
	padding-right:.5em;

}
#searchDetail p{
	margin:0;
	padding:.5em 0 .5em .5em;
	float:left;


}
.resultsFloatRight{
	float:right;
	clear:none;
	display:inline;
	padding:.5em 0 .5em .5em;

}

#searchDetail .resultsFloatRight p{
	float:left;
	clear:none;
	line-height:0;
	padding:.5em;
}

.cat_cms_title{
	color:#bc4a1f;
	font-family:Arial;
	font-size:22px;
	padding: 5px 0px;
}

.cat_cms_content{
	font-family:Arial;
	font-size:13px;
	color:black;
}

.cat_extra_title{
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	color:white;
	padding-left:5px;
}

.cat_extra_content{
	padding-left:5px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#e4c226;
	padding-top:5px;
}

.cat_extra{
	width:209px;
	padding:5px;
	height:83px;
	background-image:url(../images/cat_item.gif);
	display:inline-block;
	margin-right:10px;
	margin-top:10px;
	float:left;
}

#category_Content{
	clear:both;
	text-align:center;
	padding:0 0px;
}
#category_Content #cmsText{
	text-align:left;
	padding:0px;
}

#category_Content .cms_text{
	text-align:left;
	padding:0px;
}

#category_Content #cmsText h1{
	margin-left:0px;
}

#category_Content .cms_text h1{
	margin-left:0px;
}

.cms_text{
	font-family:arial;
	font-size:12px;

}

#category_content .cat_items{
	margin-bottom:10px;
	display:inline-block;
	margin:0 12px;
}

#cat_breadcruqvs a{
	color:#726155;

}

.cat_nav_body a{
	color:#39281c;
	text-decoration:none;
}
.cat_nav_body a:hover{
	color:#872107;
	text-decoration:none;
}
#product_small{
	width:226px;
	margin: 0px 3px;
	padding-top:5px;
	float:left;
}

#product_small .productTop{
	width:227px;
	height:11px;
	background: url(../images/product_small_top.gif) no-repeat top center;
	padding-bottom:0px;
	margin-bottom:0px;
	overflow:hidden;
}
.product_small_link{position:relative;}

#product_small .content{
margin-top:0px;
padding-top:0px;
position:relative;
}

#product_small .rating {
	padding:0 0 0 5px;
}
.price_chart_content table{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#726155;
	border:0px;
}

#product_small .content{
	width:227px;
	min-height:215px;
	background-image:url(../images/product_small_bg.gif);
	background-repeat:repeat-y;
	display:inline-block;
	text-align:center;
	clear:both;
}

#product_small .content img{
	float:left;
	margin-left:5px;
}

#product_small .content a:link, #product_small .content a:visited{
	font-family:Arial;
	color:#b9502a;
	text-align:left;
	font-size:11px;
	text-decoration:underline;
	display:block;
}

#product_small .content a:active, #product_small .content a:hover{
	font-family:Arial;
	color:#b9502a;
	text-align:left;
	font-size:11px;
	text-decoration:none;
}

.product_btm{
	background-image:url(../images/product_small_btm.gif);
	width:227px;
	height:62px;
	text-align:center;
	display:inline-block;
}

.product_small_title{
	font-size:14px;
	color:#b4431b;
	font-family:Arial;
	font-weight:normal;
	padding:7px 0 0 15px;
	float:left;
	text-align:left;
	line-height: 1em;
}

.product_small_title a:link, .product_small_title a:visited{
	color:#b4431b;
	text-decoration:underline;
}

.product_small_title a:hover, .product_small_title a:active{
	color:#b4431b;
	text-decoration:none;
}

#product_small .product_price{
	padding-top:5px;
	float:left;
	clear:left;
	font-size:13px;
	padding:5px 0 0 0;
	width:227px;
	color:#39281c;
}

div.prices_small_nix{
	color:#666;
	float:right;
	margin-right:15px;
	font-style:italic;
	text-decoration:line-through;
	font-size:80%;

}

div.price1_small{
	padding-left:15px;
	float:left;
}

div.productSmallReviews{
	text-align:left;
	margin-left:10px;
}

#suggested_accessories{
	display:inline-block;
	margin-left:5px;
	margin-top: 10px;
	margin-bottom:10px;
	clear:left;

}

.price_chart_content table th{
	text-align:left;
	background-color:#e8e3d5;
}

.product_img {
}
.product_thumb{float:left;margin:0 7px 7px 0;}

/*.extra_text{
	padding-top:3px;
	padding-left:35px;
	text-align:left;
}*/
.extra_text{
	padding-top:3px;
	padding-left:10px;
	text-align:left;
	float:left;
}

.product_extra a{
	padding-top:5px;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#726155;
}

.rating_content{
	background-color:#fff;
	float:left;
	text-align:right;
	height:20px;
	display:inline-block;
	width:83px;
}

.rating_content img{
	margin:0;
	display:inline-block;
	float:left;
	padding:0;

}

#rating{
	float:left;
	display:inline-block;
	margin-right:20px;
	margin-left:5px;
	width:116px;
}



.rating_simple{
	float:left;
	display:inline-block;
	margin-right:10px;
	margin-left:30px;
	margin-bottom:10px; /*added  by Eric - there were spacing issues on the reviews tab*/
}

.rating_simple img {
	float:left; /* this was float:auto !important; I changed it because that was breaking the reviews tab ratings*/
	margin: 0px !important;
}

#col2 .rating_simple {
	margin-left:0px;
}

h1{
	display:inline-block;
	font-family:Arial;
	font-size:24px;
	font-weight:normal;
	color:#bc4a1f;
}

h2{
	display:inline-block;
	font-family:Arial;
	font-size:20px;
	font-weight:normal;
	color:#bc4a1f;
}

h3{
	display:inline-block;
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	color:#bc4a1f;
}

h4{
	display:inline-block;
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	color:#bc4a1f;
}

h5{
	display:inline-block;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#bc4a1f;
}

h6{
	display:inline-block;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#bc4a1f;
}

th {background-color:#E8E3D5; color:#726155;padding:5px;}


#cms_rightcol hr{
	height:1px;
}

#cms_rightcol{
    margin-right:10px; /* was 15 */
    margin-left: 5px; /* added by Josh, to create padding when there is no left subpage menu */
    width: 950px; /* added by Josh. was 690 */
	padding: 0;
    float: left; /* was float right */
}

#cms_rightcol_small{
    margin-right:10px;
    margin-left: 5px; /* added by Josh, to create padding when there is no left subpage menu */
    width: 675px; /* added by Josh, to affix the left menu to NOT wrap within the page content */
	padding: 0;
    float: left;
}
#cms_rightcol_small hr{
    height:1px;
}


.product_price{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}

.ecomm_product_price_right{
	color:#39281c;
	text-align:left;
	font-size:15px;

}

.ecomm_product_price_left{
	color:#39281c;
	text-align:right;
	font-weight:normal;
	font-size:15px;

}

.short_desc{
	clear:left;
	float:left;
	font-family:Arial;
	font-size:13px;
	display:inline-block;
	color:#666;
	margin-top:5px;
	width:100%;
	margin:15px 0 0 0;
	padding: 0 15px 0 0;
}
#col2 .optionDropdown{
	clear:left;
	float:left;
	margin-bottom:7px;
}

#stockOut{
}

#stockOut p.notify{
	color:#306A38;
	border-top:3px solid #e8e3d5;
	border-bottom:3px solid #e8e3d5;
	padding:10px 0;
	background-color:#fffff1;
	margin:10px 0;
	width:430px;
}

.extra_nav img{
	padding: 0px 60px;
}



#footer_copyright {
    padding-top:28px;
    padding-left:28px;
    float:left;
    color: #262626;
    font-size: 11px;
}
    #footer_copyright p {
        margin: 0 0 5px;
        padding: 0;
    }
    #footer_copyright a,
    #footer_copyright a:visited {
        color: #262626;
        text-decoration: underline;
    }
    #footer_copyright a:hover {
        color: #BC4A1F;
    }
#bc_wrap{
	display:inline-block;
	padding-bottom:10px;
	width:951px;
	margin-top:5px;
	margin-left:5px;
}

#bc_lcap{
	background-image:url(../images/bc_lcap.gif);
	background-repeat:no-repeat;
	display:block;
	height:38px;
	width:8px;
}

#bc_content{
	background-color:#e8e3d5;
	background-repeat:repeat-x;
	float:left;
	height:38px;
	overflow:hidden;
	width:930px;
	display:inline-block;
	position:relative;
}

#bc_content a{
	color: #726155;
	display:inline-block;
	float:left;
	font-family: Arial, sans-serif;
	font-size:10px;
	overflow:hidden;
	padding: 12px 10px;
	text-decoration:none;
}

.home_padding {
	border: medium none;
	margin:10px;
}

.bc_arrow{
	background-image:url(../images/bc_arrow.gif);
	height:38px;
	width:13px;
}

.print_this_page{
	padding:13px 2px !important;
	width:80px;
	float:right;
}

#bc_rcap{
	background-image:url(../images/bc_rcap.gif);
	background-repeat:no-repeat;
	display:block;
	height:38px;
	width:13px;
}

.tag{
	float:left;
	margin: 0 0 0 18px;
}

#footer_extras{
	float:right;
    margin-right: 27px;
    margin-top: 23px;
}

#copyright{
	float:left;
	margin-right:15px;
	font-size:11px;
	font-family:Arial;
	color:black;
	width:954px;
	margin:10px;
	text-align:center;
}

#copyright a{
	color:black;
}

/* ======== ABOUT US (records page) ============ */
#cmsText, .cms_text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
#cmsText h1, .cms_text h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-decoration:none;
	color:#bf4c20;
	margin-bottom:.5em;
}

#cmsText img, .cms_text img{
	/*float:left;   -- disabled by Eric - Not specific enough
	margin:5px 10px 5px 0;*/
}

#cmsText p, , .cms_text p{
	margin:0 5px 15px 0;
	padding:0;
}

#contentCol1, #contentCol2{
	float:left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:1.2em;


}

#contentCol1{
	border-right: 1px dotted #888a87;
	width:344px;
}
#contentCol2{
	width:345px;
}

#contentCol1 h2, #contentCol2 h2{
	padding:0 0 0 5px;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#872107;
	background:url(../images/list_sep.gif) no-repeat center left;
	text-indent:5px;
}
#contentCol1 a, #contentCol2 a{
	text-decoration:none;
}
#contentCol1 li a:hover, #contentCol2 li a:hover, #contentCol1 li a:active, #contentCol2 li a:active{
	text-decoration:underline;
	color:#872107;
}

#contentCol1 p, #contentCol2 p{
	text-indent:10px;
	margin-top:.2em;
	padding-left:5px;
	margin-bottom:0;
}

#contentCol1 ul, #contentCol2 ul{
	list-style:none;
	padding:0;
	margin:0;
}
#contentCol1 li{
	border-top:1px dotted #888a87;
	padding:10px 0 10px 0;
	height:6em;
	overflow:hidden;


}
#contentCol2 li{
	border-top:1px dotted #888a87;
	padding:10px 0 10px 10px;
	height:6em;
	overflow:hidden;

}

#contentCol1 li.last, #contentCol2 li.last{
	border-bottom:1px dotted #888a87;
}

/* ======== LINKS/AWARDS/ETC (records page) ============ */


#cmsRecord2{
	float:left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:1.2em;
	width:690px;
	background:url(../images/recordbgv.jpg) repeat-y top center;
}

#cmsRecord2 .row {
  float: left;
  width: 690px;
  margin: 0;
  padding: 0;
border-bottom: 1px dotted #888a87;
}

#cmsRecord2 .leftItem {
  float: left;
  width: 324px;
  padding:10px;
  display:block;
}

#cmsRecord2 .rightItem {
  float: left;
  width: 325px;
  padding:10px;


}
#cmsRecord2 div.first {
 border-top:1px dotted #888a87;
}

#cmsRecord2 div.recordShortDesc{
	margin-top:.75em;
}

#cmsRecord2 h2 {
	padding:0 0 0 5px;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#872107;
	background:url(../images/list_sep.gif) no-repeat top left;
	text-indent:5px;
	float:left;
}
#cmsRecord2 h2 a {
	color:#872107;
	text-decoration:none;


}
#cmsRecord2 a{
	text-decoration:none;
}
#cmsRecord2 .row a:hover, #cmsRecord2 .row a:active{
	text-decoration:underline;
	color:#872107;
}
#cmsRecord2 img{
	float:left;
	clear:left;
	padding:5px;
	margin:5px;
	border:1px solid #dad5c6;
}
#cmsRecord2 p{
	float:right;
	width:200px;
	padding:0;
	margin:5px;
}

/* smaller records (added by Josh) */
#cmsRecord3{
	float:left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:1.2em;
	width:940px;
	background:url(../images/recordbgv.jpg) repeat-y top center;
}

#cmsRecord3 .row {
  float: left;
  width: 940px;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #888a87;
}

#cmsRecord3 .leftItem {
  float: left;
  width: 212px;
  padding:10px;
  display:block;
}

#cmsRecord3 .rightItem {
  float: left;
  width: 212px;
  padding:10px;


}
#cmsRecord3 div.first {
 border-top:1px dotted #888a87;
}

#cmsRecord3 h2 {
	padding:0 0 0 5px;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#872107;
	background:url(../images/list_sep.gif) no-repeat center left;
	text-indent:5px;
	float:left;
}
#cmsRecord3 h2 a {
	color:#872107;
	text-decoration:none;


}
#cmsRecord3 a{
	text-decoration:none;
}
#cmsRecord3 .row a:hover, #cmsRecord2 .row a:active{
	text-decoration:underline;
	color:#872107;
}
#cmsRecord3 img{
	float:left;
	clear:left;
	padding:5px;
	margin:5px;
	border:1px solid #dad5c6;
}
#cmsRecord3 p{
	float:right;
	width:200px;
	padding:0;
	margin:5px;
}

/* by Josh: need to overwrite the cmsRecord2 p class. styling a generic tag with a width is dangerous */
#cmsRecord2 .testimonials_desc p {
	width:auto !important;
	float:left;
}

#cmsRecord2 .testimonials_desc{
}


div.noImage{
  float: left;
  width: 324px;
  padding:10px;
  display:block;
}

#cmsRecord2 div.noImage p{
	padding-top:10px;
	clear:left;
	float:left;
	width:324px;
	margin:5px;
}
/*----------new testimonial layout--------*/

.testimonial2 h2{
	width:100%;
	border-top:1px dotted #c2c2c2;
	padding-top: 15px;
	padding-bottom:10px;
	margin:0;
}

.testimonial2 h4{
	text-transform:uppercase;
	font-size:11px;
	color:#c2c2c2;
	font-weight:bold;
	padding:0;
	margin:-10px 0 5px 0;
	letter-spacing:.2em;
}

.testimonial2 p{
	margin: 0 0 15px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; /* added font and size (Josh)... not sure why there is not a global style on this */
	font-size:13px;
}

.testimonial2 img{
	float:left;
	margin:5px 10px 5px 0;
}

/* ---------LINKS TAB LAYOUT ---------*/
#tabWrapper {
margin:0;
padding:0 15px;
width:644px;
border-left:1px solid #d5cdb6;
border-right:1px solid #d5cdb6;
color:#d5cdb6;
}

#tabMenu{
margin:0;
padding:0;
width:676px;
}
#tabMenu img{
	border:0;
	margin:0;
	padding:0;
}

.tab1, .tab2, .tab3, .tab4, .tab5, .tab6{
margin:0;
padding:0;
float:left;
}

#tabBottom{
	background-color:#fff;
clear:left;
overflow:auto;}

#tabBottom img{
margin:0;
padding:0 0 15px 0;
border:0 ;
}

#tabWrapper .row {
  float: left;
  width: 644px;
  margin: 0;
  padding: 8px 0 0 0;
border-bottom: 1px dotted #888a87;
 color:#000;
 padding-bottom:5px;
}

#tabWrapper .leftItem {
  float: left;
  width: 307px;
  padding:0px;
  display:block;
  margin:0 30px 0 0;


}

#tabWrapper .rightItem {
  float: left;
  width: 307px;
  padding:0 0 0 0px;
  margin:0 0 0 0px;
}

#tabWrapper div.last {
 border-bottom:none;
}

#tabWrapper h2 {
	padding:0 0 0 5px;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#872107;
	background:url(../images/list_sep.gif) no-repeat center left;
	text-indent:5px;
	float:left;
}
#tabWrapper a{
	text-decoration:none;
}
#tabWrapper .row a:hover, #tabWrapper .row a:active{
	text-decoration:underline;
	color:#872107;
}
#tabWrapper img{
	float:left;
	clear:left;
	padding:5px;
	margin:5px;
	border:1px solid #dad5c6;
}
#tabWrapper p{
	float:left;
	width:175px;
	padding:0;
	margin:5px;
}

div.noImage{
  float: left;
  width: 324px;
  padding:10px;
  display:block;
}

#tabWrapper div.noImage p{
	padding-top:10px;
	clear:left;
	width:324px;
}


/* ======== Full Width Content Page (Reviews) ============ */
#fullWidthContent h1{
margin-left:10px;
}

div.featuredReview{
	background:url(../images/freviewBg.jpg) repeat-y bottom right;
	position:relative;
}
.featuredReview h2{
	font-weight:bold;
}

.freviewLeaf{
	position:absolute;
	top:0;
	right:0;
}
.reviewsPaging{
	background-color: #fff;
	padding: 2px 0 10px;
	width:100%;
}
.reviewsPaging span {
	font-size:90%;
}

.review {
	margin:0 20px 0 0px;
	width:880px;
	padding:0 0 20px 0;
	border-top:1px dotted #888a87;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
.reviewLast{
	width:880px;
	padding:0 0 20px 0;
	margin:0 20px 20px 20px;
	border-top:1px dotted #888a87;
	border-bottom:1px dotted #888a87;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px red solid;
}


.reviewTitle{
	margin-bottom:10px;
}

.reviewTitle h2 {
	float:left;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.reviewTitle h4{
	float:left;
	clear:left;
	margin:0;
	padding: 10px 0 0 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	color:#726155;
}

.reviewText p{
	float:left;
	clear:left;
	margin-top:10px;
	margin-bottom:0px;
}


.rating{
	float:left;
	clear:left;
	padding-top:15px;
	margin-left:0;
}

.rating a img{
	border:none;
}
.ratingNum{
	margin: 0 0 0 3px;
	padding:0;
	float:left;
	width:20px;
	font-weight:bold;
}
.ratingNum p{
	margin:0px;
	padding:0px;
}

.reviewShare{
	margin-top:8px;
	height:16px;
	display:inline-block;
	width:400px;
	float:left;
	clear:left;

}
.reviewShare p{
margin:5px 0 0 0;
float:left;
padding-right:1em;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;

}
.reviewShare img{
width:171px;
float:left;
padding-top:3px;
border:none;
}

.reviewHelpful{
	float:left;
	clear:left;
	font-family:Helvetica, arial, sans-serif;
	font-size:11px;
	margin-top:25px;
}
.reviewHelpful p{
	margin-top:25px;
	margin-bottom:0px;
	padding-top:0px;
}
.reviewHelpful a{
	color:#872107;
	text-decoration:none;
}
.reviewHelpful a:hover, .reviewHelpful a:hover{
	color:#872107;
	text-decoration:underline;
}

/* e-commerce styles */
.ecomm_button {background-image: url(../images/ecomm_btn_bg.gif); background-repeat: repeat-x; background-color: #e6e6e6; color: #575757; font-weight: bold; border: 1px solid #b4b4b4; cursor: pointer; }
#process_order {background-image: url(../images/place_order_button.gif); border: 0px; background-repeat: no-repeat; color: transparent; width: 168px; height: 42px; }
.ecomm_textbox { color: #000000; }
select { color: #000000; z-index:1;}
form {padding: 0px; margin: 0px;}
.catHead {margin:5px 0 5px 0; padding:3px 0 3px 3px; border-bottom: 1px solid #888; border-top: 1px solid #888;font-weight:bold;}
.product_add_registry_selection {position: absolute; padding: 5px; background-color: #fff; border: 1px dashed #888; display: none;}
.section_header {
    padding: 5px;
    margin: 0px;
    margin-bottom: 0px;
    border: 1px solid #888;
    background-color: #fff;
    text-align: left;
    letter-spacing: 1px;
}

/* ---------------------------------- Record Based Pages -------------------------- */
#main_col_item {
    margin:0 0 10px;
    width:690px;
}
#full_record {
    width:690px;
}
#full_record_content {
    background-image:url(../images/full_record_bg.gif);
    background-repeat:repeat-y;
    padding:0 0 5px 5px;
    width:685px;
}
#full_record_title {
    background-image:url(../images/bullet.gif);
    background-repeat:no-repeat;
    background-position:0 8px;
    padding:3px 5px 5px 0px;
    color:#004584;
    font-size:12px;
    font-weight:bold;
    border-bottom:solid 1px #dedede;
    width:665px;
}
#full_record_text {
    float:left;
    padding:5px 5px 0 0;
}
#record_thuqv {
    border:solid 1px #abceea;
    float:left;
    margin:5px 10px 0 5px;
}
#record_thuqv img {
    margin:3px;
}

#record_more {
    float:right;
    margin:20px 20px 0 0;
}
#full_record_title {
    text-decoration: none;
    font-family:Arial;
    font-size:16px;
    font-weight:normal;
    color:#bc4a1f;
    padding-left: 10px;
}
#full_record_title a, #full_record_title a:visited, #full_record_title a:active {
    text-decoration: none;
    font-family:Arial;
    font-size:16px;
    font-weight:normal;
    color:#bc4a1f;
    padding-left: 10px;
}
#full_record_title a:hover {
    text-decoration:underline;
}

/* Records ------------------------------------------------------------------------------------- */
#standard_main_col_item {
	margin:0 0 10px;
	float:left;
	width:690px;
}
#standard_full_record {
	width:690px;
}
#standard_full_record_content {
	background-image:url(../images/full_record_bg.gif);
	background-repeat:repeat-y;
	padding:0 0 5px 5px;
	width:685px;
}

#standard_full_record_title {
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	float:left;
	padding:3px 0 5px 10px;
	color:#004584;
	font-size:12px;
	font-weight:bold;
	border-bottom:solid 1px #dedede;
	width:675px;
}

#standard_full_record_text {
	float:left;
	padding:5px 0 0;
	width:510px;
}

#standard_record_thuqv {
	background-color:#e1ebf8;
	border:solid 1px #abceea;
	float:left;
	margin:5px 10px 0 5px;
}
#standard_record_thuqv img {
	margin:3px;
}

#standard_record_more {
	float:right;
	margin:20px 20px 0 0;
}

/* autocomplete search */
input.autocomplete {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #888888;
    font-size: 12px;
    height: 13px;
    padding: 8px 0 0;
    width: 138px;
    font-family: arial, sans-serif;
}
div.autocomplete {
    background-color: white;
    border: 1px solid #999999;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    font-family: Georgia;
    font-size: 11px;
    left: -75px !important;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 27px !important;
    width: 230px !important;
    z-index: 100;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
  z-index:100;
}
div.autocomplete ul li.selected { background-color: #ddc;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding: 5px 2px;
  cursor:pointer;
  border-bottom: 1px dashed #eada9a;
}
    div.autocomplete ul li:first-child {
        background: #7EA55A;
        color: #fff;
        font-family: arial, sans-serif;
        text-transform: uppercase;
        border: none;
        margin-bottom: 5px;
    }
    div.autocomplete ul li:first-child.selected {
        background: #6f954b;
    }
    div.autocomplete img {

    }
.single_tab{
	float:left;
}
.single_tab img{
	margin: 0px; padding: 0px;
}


.tab_content_off{
	float:left;
	background-image:url(../images/tab_off_bg.gif);
	background-repeat:repeat-x;
	height:27px;
	padding-top:5px;
}

#tabs{
	/* float:left; */
}

/* removes some silly padding inheritance in this design */
.tab_text p {margin: 0px; }

.spacer_fix{
}

.spacer_fill{
	height:32px;
	background-image:url(../images/top_spacer.gif);
	background-repeat:repeat-x;
	margin-right:4px;
}

.tab_content_on{
	float:left;
	background-image:url(../images/tab_on_bg.gif);
	background-repeat:repeat-x;
	height:27px;
	padding-top:5px;
}

.tab_content_on a{
	font-family:Arial;
	color:#B4431B;
	text-decoration:none;
}

.tab_content_off a{
	font-family:Arial;
	color:#B4431B;
	text-decoration:none;
}

/* slideshow */
#s_slideshow_scroller { width: 960px; height: 437px; overflow: hidden; position: relative;}
#s_slideshow_content { width: 10000px; }
.s_slideshow_slide { float: left; width: 960px; height: 437px; }
.carousel-control {
    width: auto;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.carousel-control a {
    width: 15px;
    height: 15px;
    display: block;
    float:left;
    margin-right: 3px;
}

/* HP Background Sprite */
#top,
#header,
.search_input,
.carousel-control a,
.sn_icon,
.sn_icon span span,
.newsletter_form .email,
.newsletter_submit,
.cart_icon span {
    background: url(../images/hp-sprite.png) no-repeat;
}
    /* Positioning */
    #top{
        background-position: 0 -140px;
    }
    #header{
        background-position: -5px -188px;
    }
    .search_input{
        background-position: 0 -80px;
    }
    .carousel-control a{
        background-position: -20px 0;
    }
    .carousel-control a.active {
        background-position: 0 0;
    }
    .sn_icon.pinterest {
        background-position: 0 -20px;
    }
        .sn_icon.pinterest:hover {
            background-position: 0 -50px;
        }
    .sn_icon.youtube {
        background-position: -30px -20px;
    }
        .sn_icon.youtube:hover {
            background-position: -30px -50px;
        }
    .sn_icon.facebook {
        background-position: -60px -20px;
    }
        .sn_icon.facebook:hover {
            background-position: -60px -50px;
        }
    .sn_icon.twitter {
        background-position: -90px -20px;
    }
        .sn_icon.twitter:hover {
            background-position: -90px -50px;
        }
    .sn_icon.instagram {
        background-position: -170px -20px;
    }
        .sn_icon.instagram:hover {
            background-position: -170px -50px;
        }
    .newsletter_form .email {
        background-position: 0 -108px;
    }
        .newsletter_submit {
            background-position: -120px -50px;
        }
    .cart_icon span {
        background-position: -150px -50px;
    }
    .sn_icon span span {
        background-position: -40px 0;
    }

/* product gallery thuqvnails */
.product_thuqv {width:40px; height:40px; border:1px solid #000; margin:3px; float:left; overflow: hidden;}
#product_thuqv_gallery {width:200px; margin:0 auto;}

#tab_wrap{clear:both;width:929px;margin:15px auto;display:inline-block;}
#tab_content{background-image:url(../images/text_bg.gif);background-repeat:repeat-y;}
.tab_text{font-family:Arial;font-size:14px;color:#30261f;padding:0px 10px;}

/* Breadcruqvs --------------------------------------------------------------------------------- */
.bc_home_padding {
    border: medium none;
    margin:10px;
    float: left;
}
.bc_last_item{
    font-weight:bold;
    cursor: default;
}
.bc_print_this_page{
    padding:13px 2px !important;
    width:80px;
    float:right !important;
}
#bc_wrap{
    display:inline-block;
    padding-bottom:10px;
    width:951px;
    margin-top:10px;
    margin-left:5px;
}
#bc_lcap{
    background-image:url(../images/bc_lcap.gif);
    background-repeat:no-repeat;
    display:block;
    height:38px;
    width:8px;
    float: left;
}
#bc_content{
    background-color:#e8e3d5;
    background-repeat:repeat-x;
    float:left;
    height:38px;
    overflow:hidden;
    width:930px;
    display:inline-block;
    position:relative;
}
#bc_content a{
    color: #726155;
    display:inline-block;
    float:left;
    font-family:Arial;
    font-size:10px;
    overflow:hidden;
    padding: 12px 10px;
    text-decoration:none;
}
.bc_arrow{
    background-image:url(../images/bc_arrow.gif);
	background-repeat: no-repeat;
    height:38px;
    width:13px;
    float: left;
}
#bc_rcap{
    background-image:url(../images/bc_rcap.gif);
    background-repeat:no-repeat;
    display:block;
    height:38px;
    width:13px;
    float:right !important;
}


/*
	navigation bar - horizontal dropdown (protofish.procurios.nl/protofish-demo)
	--------------------------------------------------
*/

/* first level */
ul.menu {
	clear: left;
	float: right;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li {
	position: relative;
	float: left;
	line-height: 1.1;
}

ul.menu li a {
	display: block;
	width: auto;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

ul.menu li.last a {
	background: transparent;
}

ul.menu li a.sub {
	padding-right: 15px;
}

ul.menu li:hover,
ul.menu li.hover /* protofish */ {
}

ul.menu li:hover a,
ul.menu li.hover /* protofish */ a {
	color: #000;
}

ul.menu li.active a {
	color: #f15c30;
}

/* second level */
ul.menu ul {
	padding:9px 0 0 0;
	margin: 0;
	list-style: none;
	top: 12px;
	width: 121px; /* Eric changed from 200px*/
	background:#e7e8da url(../images/TopMenuTop.jpg) no-repeat top left;
	/*border-top: 1px solid #d7d7d7; removed by Eric */
	border-bottom: 1px solid #aea385;
}

/* resetting first level */
ul.menu ul ul {

}

ul.menu li:hover li,
ul.menu li:hover li a,
ul.menu li.hover /* protofish */ li,
ul.menu li.hover /* protofish */ li a {
	/*background: #fff !important; removed by Eric */
	color: #2f1e26;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* added by Josh */
/*
ul.menu ul li {
	border-bottom: 1px dashed #d7d7d7;
}
*/
ul.menu ul li:hover {
	/*background: #e8e8d9 !important;   this removed, rest of props enabled by eric */

	background-image: URL(../images/asterisk2.gif) !important;
	background-position: 7px 4px !important;
	background-repeat: no-repeat !important;

}

/* submenu markup */
ul.menu li li {
	/*  background: #fff !important; removed by Eric*/
	width: 104px;
	border-left: 1px solid #aea385;
	border-right: 1px solid #aea385;
	background-image: URL(../images/asterisk2.gif) !important;
	background-position: 5px 4px !important;
	background-repeat: no-repeat !important;
	margin-left:0px;
	padding-left:15px;
}

ul.menu li li.last {
	border-bottom: 1px solid #d7d7d7;
}

ul.menu li li a {
	padding: 5px 5px 5px 10px;
}

ul.menu li:hover li:hover a,
ul.menu li.hover li.hover /* protofish */ a {
	/*background: #e8e8d9 !important;  changed by Josh, removed by eric - this affects level 2 hover */
	color: #882007 !important;
	text-decoration:none !important;
}

ul.menu li:hover li.active a,
ul.menu li.hover /* protofish */ li.active a {
	color: #f15c30;
}

ul.menu li li a.sub {
	padding-right: 15px;
}

ul.menu li:hover li:hover a.sub,
ul.menu li.hover li.hover /* protofish */ a.sub {
}

/* third level */
/* resetting second level */
ul.menu ul ul{
	top: -1px;
	margin-left: 169px;
	background: #fff;
}

ul.menu li:hover li:hover li,
ul.menu li:hover li:hover li a, {
ul.menu li.hover li.hover /* protofish */ li,
ul.menu li.hover li.hover /* protofish */ li a
	color: #7c7c7c;
}

/* subsubmenu markup */
ul.menu li:hover li:hover li:hover a,
ul.menu li.hover li.hover li.hover /* protofish */ a {
	background: #e6e6e6;
	color: #000;
}

ul.menu li:hover li:hover li.active a,
ul.menu li.hover li.hover /* protofish */ li.active a {
	color: #f15c30;
}

ul.menu li:hover li:hover li:hover a.sub,
ul.menu li.hover li.hover li.hover /* protofish */ a.sub {
}

/* fourth level */
/* resetting second level */
ul.menu li:hover li:hover li:hover li,
ul.menu li:hover li:hover li:hover li a,
ul.menu li.hover li.hover li.hover /* protofish */ li,
ul.menu li.hover li.hover li.hover /* protofish */ li a {
	color: #7c7c7c;
}

/* subsubmenu markup */
ul.menu li:hover li:hover li:hover li:hover a,
ul.menu li.hover li.hover li.hover li.hover /* protofish */ a {
	background: #ccc;
	color: #000;
}

ul.menu li:hover li:hover li:hover li.active a,
ul.menu li.hover li.hover li.hover /* protofish */ li.active a {
	color: #f15c30;
}

ul.menu li:hover li:hover li:hover li a.sub,
ul.menu li.hover li.hover li.hover /* protofish */ li a.sub {
	background: #e6e6e6;
}

ul.menu li:hover li:hover li:hover li:hover a.sub,
ul.menu li.hover li.hover li.hover li.hover /* protofish */ a.sub {
	background: #ccc;
}

/* hiding fifth level */
div#nav ul ul ul ul ul {
	display: none;
}

/* show hide behaviour */
ul.menu ul,
ul.menu li:hover ul ul,
ul.menu ul ul,
ul.menu li:hover ul ul ul,
ul.menu ul ul ul,
ul.menu li:hover ul ul ul ul {
	position: absolute;
	left: -999em;
}

ul.menu li:hover ul,
ul.menu li li:hover ul,
ul.menu li li li:hover ul,
ul.menu li li li li:hover ul {
	left: -1px;
	z-index: 999;
}

/* show hide behaviour with protofish */
ul.menu li.hover ul ul,
ul.menu li.hover ul ul ul,
ul.menu li.hover ul ul ul ul {
	position: absolute;
	left: -999em;
}

ul.menu li.hover ul,
ul.menu li li.hover ul,
ul.menu li li li.hover ul,
ul.menu li li li li.hover ul {
	left: -1px;
	z-index: 999;
}

/* sponsors */
.concise_float {
    float: left;
	margin: 10px;
	padding: 0px;
	height: 135px;
	width: 135px;
}
.concise_float_img {
    border: 1px solid #888;
    height: 135px;
	width: 135px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

/* Recipes */
@import "style.css"; /* Why is this here? - eric.  No idea. - Josh */



/*=============RECIPES=============*/
#recipeCol1{
	margin:0 0px;
	padding:0 10px 0 20px;
	float:left;
	width:600px;
}


#recipeCol1 .recipeCatHead h1{
	padding:5px 0 0 0;
	margin:0;
}

#recipeCol1 .recipeCatHead p{
	padding:0 0 8px 0;
	margin:0;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#726155;
	border-bottom:1px dotted #c2c2c2;
}

#recipeCol1 ul{
	margin:0;
	padding:0;
}

#recipeCol1 li{
	margin:0;
	padding:10px 0;
	list-style:none;
	border-bottom: 1px dotted #c2c2c2;
}

#recipeCol1 li div.catItemContent{
	margin:0;
	padding:20px;
	list-style:none;
	background-color:#e8e8d9;
}

#recipeCol1 li div.catItemContent h2{
	margin:0;
	padding: 0 0 0 10px;
	background:url(../images/asterisk2.gif) no-repeat top left;
	float:left;
}
#recipeCol1 li div.catItemContent h2 a{
	margin:0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#872107;
	text-decoration:none;
	float:left;
}

#recipeCol1 li div.catItemContent h2 a:hover{
	text-decoration:underline;
	color:#872107;
}

#recipeCol1 li div.catItemContent p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding: 10px 0 0 10px;
	margin:0;
	float:left;
}
#recipeCol1 li.hasImage div.catItemContent p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding: 10px 0 0 10px;
	margin:0;
	float:left;
	width:330px;
}

#recipeCol1 li.hasImage div.catItemContent h2{
	width:330px;
}

#recipeCol1 li.lastRecipe{
	border-bottom:none;
	padding-bottom:0;
}

#recipeCol1 li div.catItemContent img{
	background-color:#fff;
	padding:3px;
	margin:0;
}

#recipeCol1 li div.catItemContent .catItemRight{
/*	width: 202px;    - DISABLED BY REQUEST */
/*	height: 130px;   - DISABLED BY REQUEST */
	overflow: hidden;
}

#recipeCol1 li div.catItemContent a img{
	border:1px solid #d5cdb6;
}

#recipeCol2{
	padding:10px 0 0 0;
	float:left;
	width:300px;
	margin:0 10px;
}

#recipeCol2 .colHead{
	background:url(../images/recipeCol2Head.gif) no-repeat top left;
	width:300px;
	height:44px;
	padding:0;
	margin:0;
}
#recipeCol2 .colHead h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#726155;
	padding: 12px 0 0 15px;
	margin:0;
}
#recipeCol2 .colBody{
	position:relative;
	background-color:#f6f4ee;
	border:1px solid #dad5c6;
	border-top:none;
	border-bottom:none;
	padding:0 30px 30px 30px;
}

#recipeCol2 div.productSmallWrapper{
	width:227px;
}

#recipeCol2 #product_small{
	padding:30px 0 0 0;

}

#recipeCol2 .colFoot{
	background:url(../images/recipeCol2Foot.gif) no-repeat top left;
	width:300px;
	height:6px;
}
p.back {
	margin:12px 0 10px 0;
	padding: 5px 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-decoration:none;
	float:left;
	width:100%;

}

p.back a{
	color:#872107;
	text-decoration:none;

}

p.back a:hover{
	color:#872107;
	text-decoration:underline;

}

/*==========RECIPE DETAILS===========*/
#recipeCol1 div.recipeContent{
	background-color: #e8e8d9;
	margin:10px 0 0 0;
	padding:20px;
	font-family:helvetica, arial, sans-serif;
	font-size:11px;
	color:#333;
}

#recipeCol1 div.recipeTitle{
	width:50%;
	float:left;
	margin:0;
	padding-bottom:0;
}

#recipeCol1 div.recipeTitle h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0;
	text-transform:capitalize;
}

#recipeCol1 div.recipeExtras{
	background-color:#d5cdb6;
	width:46%;
	float:left;
	padding:2%;
}

#recipeCol1 div.recipeExtras ul{
	width:100%;
	padding:0;
	margin:0;
}
#recipeCol1 div.recipeExtras li{
	float:left;
	display:inline;
	width:40%;
	padding: 5px 0 5px 8%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:5px;
	border:none;
}

#recipeCol1 div.recipeExtras a{
	text-decoration:none;
	color:#872107;
}

#recipeCol1 div.recipeExtras a:hover{
	text-decoration:underline;
	color:#872107;
}

li.recipeDownload{
	background:url(../images/RecipeDownload.jpg) no-repeat left center;
}

li.recipeVideo{
	background:url(../images/recipeVideo.jpg) no-repeat left center;
}

li.recipePhone{
	background:url(../images/recipePhone.jpg) no-repeat left center;
}

li.recipePrint{
	background:url(../images/recipePrint.jpg) no-repeat left center;
}

#recipeCol1 div.recipeDescription {
	clear:left;
	padding:0;
}

#recipeCol1 div.recipeDescription p{
	margin:0;
	padding-top:10px;
}

#recipeCol1 div.recipeIngredients h2, #recipeCol1 div.recipeDirections h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#726155;
	border-bottom: 1px dotted #726155;
	width:100%;
	padding: 0 0 7px 0;
}

#recipeCol1 div.recipeIngredients ul{
	list-style:none;
}

#recipeCol1 div.recipeIngredients li{
	background:url(../images/asterisk2.gif) no-repeat left center;
	padding:5px 0 0 15px;
	border:none;
}

#recipeCol1 div.recipeDirections ol{
	list-style-type:decimal;
	margin:0;
	padding:0;
}

#recipeCol1 div.recipeDirections li{
	list-style-type:decimal;
	margin:0 0 10px 15px;
	padding:0;
	font-weight:normal; /* changed from bold, since we can't allow on a "span" tag in the WYSIWYG */
	color:#333;
	border:none;
}

#recipeCol1 div.recipeDirections li span{
	font-weight:normal;
}

/*=============Recipe Index===========*/
div.featuredRecipe{
	margin: 10px 0 15px 0;
	background-color:#e8e8d9;
	padding:10px;
	width:580px;
}

div.featuredRight a img{
	border: 1px solid #d5cdb6;
	padding:3px;
	background-color:#fff;
	float:left;
}

div.featuredLeft{
	width:48%;
	padding: 0 2% 0 0;
	float:left;
}

div.featuredLeft h4{
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	padding:0 0 7px 0;
	margin:8px 0 0 8px;
	color:#726155;
	width:95%;
	border-bottom:1px dotted #726155;
}

div.featuredLeft h2{
	margin:8px 0 0 8px;
	width:95%;
}

div.featuredLeft h2 a{
	text-transform:capitalize;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0;
	color:#872107;
	margin:0;
}

div.featuredLeft h2 a:hover{
	text-decoration:underline;
}

div.featuredLeft p{
	font-family:Helvetica, arial, sans-serif;
	font-size:11px;
	margin:8px 0 0 8px;
	width:95%;
}

div.featuredLeft span a{
	margin:8px 0 0 8px;
	padding: 2px 0 0px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#872107;
	text-decoration:none;
	float:left;
	background:url(../images/asterisk2.gif) no-repeat center left;
}

div.featuredLeft span a:hover{
	text-decoration:underline;
}

#recipeCol1 div.recipeIndex div.recipeTitle{
	width:100%;
	margin:0;
	padding:0;
}

div.recipeIndex div.recipeTitle p{
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	padding:0 0 7px 0;
	margin:0px 0 0 0px;
	color:#726155;
	width:100%;
	border-bottom:1px dotted #726155;
	float:left;
}
#recipeCol1 div.recipeIndex div.recipeCatList ul{
	clear:left;
	width:100%;
	margin:0;
	padding:0;
}

#recipeCol1 div.recipeIndex div.recipeCatList ul li{
	display:inline;
	float:left;
	width:50%;
	padding:0;
	border:none;
}

#recipeCol1 div.recipeIndex div.recipeCatList ul li a{
	margin:8px 0 0 0px;
	padding: 2px 0 0px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#872107;
	text-decoration:none;
	float:left;
	background:url(../images/asterisk.gif) no-repeat center left;
}

#recipeCol1 div.recipeIndex div.recipeCatList ul li a:hover{
	text-decoration:underline;
}

/* Google maps */
#map_sample1{
	border: 1px solid #c2c2c2;
}

/*store locator */
div#retailStores{
	float:left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.2em;
	width:940px;
}
.retailStoreLoc{
	width:33%;
	float:left;
}
.retailStoreLoc h2{
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}

.retailStoreLoc h2 a:link, .retailStoreLoc h2 a:visited{
	color:#872107;
	text-decoration:none;
}

.retailStoreLoc h2 a:active, .retailStoreLoc h2 a:hover{
	color:#872107;
	text-decoration:underline;
}


#retailStores .row{
	float: left;
  	width: 100%;
 	margin: 0;
  	padding: 0 0 15px 0;
	border-bottom: 1px dotted #888a87;
}

.retailStoreLoc a{
	color:#872107;
	text-decoration:none;

}

.retailStoreLoc a:hover{
	color:#872107;
	text-decoration:underline;
}

form[name=retailersform]{
	padding:3px;
	background-color:#CCC;
	position:relative;
	margin-bottom:7px;
}

div.letters{
	/*position:absolute;
	top:.4em;
	right:5px;
	width:100%;
	border-bottom:3px solid #CCC;
	text-align:left;
	padding: 0 0 5px 0;*/
    float: right;
    font-size: 13px;
    padding-top: 2px;
    position: relative;
}

div.letters a:link, div.letters a:visited{
	color:#872107;
	text-decoration:underline;
}
div.letters a:hover, div.letters a:active{
	color:#872107;
	text-decoration:underline;
	font-weight:bold;
}

/*=====PAGING TABLE========*/
table.pagingTable{
	width:100%;
	margin-top:5px;
	border-bottom:1px dotted #c2c2c2;
	border-top:1px dotted #c2c2c2;
	z-index:1;
}

/*======Caffeine table=====*/
div.caffeine{
	background:url(../images/cafbg.jpg) repeat-x bottom left;
	width:100%;
	height:37px;
}

div.caffeine img{float:left;width:80px;height:37px;}
div.caffeine div{float:left; width:860px;height:37px;}

div.caffeine table{
	/*background:url(../images/cafbg.jpg) repeat-x bottom left; !important;*/
	border:none !important;
	width:100%;
	text-align:left !important;
	margin-bottom:5px;
	padding-top:0;
}

div.caffeine table tbody tr td{
	text-align:left !important;
}

/*==========Caffeine Meter============*/
#caffSort{padding-bottom:10px; display:block; height:31px;}
.caffSort_inner{margin:0 auto;width:290px;height:31px;}
#caffSort a{margin-right:5px;}
#caffSort a.caffLeast:link, #caffSort a.caffLeast:visited{
	width:137px;
	height:31px;
	background:url(../images/btn_least_caf.gif) no-repeat top left;
	display:block;
	float:left;
}
#caffSort a.caffLeast:hover, #caffSort a.caffLeast:focus{
	width:137px;
	height:31px;
	background:url(../images/btn_least_caf_over.gif) no-repeat top left;
}
#caffSort a.caffMost:link, #caffSort a.caffMost:visited{
	width:137px;
	height:31px;
	background:url(../images/btn_most_caf.gif) no-repeat top left;
	display:block;
	float:left;
}
#caffSort a.caffMost:hover, #caffSort a.caffMost:focus{
	width:137px;
	height:31px;
	background:url(../images/btn_most_caf_over.gif) no-repeat top left;
}

.cafMeter{
	width:215px;
	height:5px;
	position:relative;
	z-index:-1;
}

.cafWrap{
	width:176px;
	height:5px;
	background:transparent;
}

#product_small div.cafWrap{margin:0 auto; width:176px;}
#product_small div.cafMeter{margin-left:5px; width:215px; z-index:1;}
.caf1, .caf2, .caf3, .caf4{
	width:25%;
	height:5px;
	float:left;
	display:block;
	overflow:hidden;
}

.cafWrap div.on{
	background: url(../images/caf1.gif) repeat-x top left;
}

.cafWrap div.off{
	background: url(../images/caf0.gif) repeat-x top left;
}
.cafAmt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:2px;
}
div#product_extras .cafMeter{
	background:url(../images/caf_bg_prod.jpg) no-repeat top left;
	width:215px;
	height:46px;
}
div#product_extras .cafWrap{
	width:196px;
	padding-top:4px;
	border-right:1px solid #9e9e9e;
	border-left:1px solid #9e9e9e;
	clear:left;
	margin-left:8px;
}

div#product_extras .cafAmt{
	text-align:center;
}

.cafMeter_inner{
clear:both; width:215px;margin-left:5px;padding-top:2px;
}

.caffLimits_l, .caffLimits_r{
	font-size:10px;
	color:#666666;
	float:left;
	width:30px;
}
.caffLimits_l{
text-align:left;
}
 .caffLimits_r{
text-align:right;
}
.caffLabel{
	float:left;
	width:145px;
	text-align:center;
}

/* end caf meter */

#product_videos { z-index: 20000; }

.f_fix {
	 width:100%;
	 float:left;
 }
.product_box {
	 float:left;
	 width:203px;
	 padding:5px;
 }

/*quick view*/

.quick_view_link {
	background:url("../images/quick_view.png") no-repeat scroll left top transparent;
	height:29px;
	position:absolute;
	left:3px;
	top:-8px;
	width:221px;
	z-index:100;
}

.quick_view_box {
float:left;
height:auto;
text-align:left;
color:#666;
font-family:arial, verdana, sans-serif;
font-size:13px;
}
.quick_view_top  {
background:url("../images/qv_top.png") no-repeat scroll left bottom transparent;
float:left;
height:25px;
width:630px;
}
.quick_view_middle {
float:left;
height:auto;
}
.quick_view_bottom {
background:url("../images/qv_bottom.png") no-repeat scroll left bottom transparent;
float:left;
height:25px;
width:630px;
}
.quick_view_content {
background:none repeat scroll 0 0 #FFFFFF;
margin:0 auto;
}
.rating_box .rating_simple{margin-left:0;}
.rating_box_content{margin-bottom:15px; clear:both;}
.quick_view_header {
border-bottom:1px solid #CFD3D5;
display:inline;
float:left;
margin-bottom:10px;
width:100%;
}
.quick_view_header h5 {
color:#bf4c20;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:24px;
font-weight:normal;
margin:0;
padding:0 0 10px;
text-transform:none;
width:500px;
}
.quick_view_header h5 a {
color:#bf4c20;
text-decoration:none;
}
.quick_view_header h5 a:hover {
color:#4D565B;
text-decoration:underline;
}
.quick_view_header a img{border:none;}
.quick_view_content .mleft {
float:left;
font-size:12px;
padding-right:5px;
}
.mleft a, .mleft a:visited{color:#666;float:left;margin-top:5px;}
.quick_view_header .right {
float:right;
}
.quick_view_product {
float:left;
width:100%;
}
quick_view_row {
float:left;
padding-bottom:20px;
width:100%;
}
.quick_view_left {
border-right:1px solid #CFD3D5;
float:left;
margin-right:33px;
padding-right:33px;
_padding-right:20px;
width:290px;
}
.quick_view_right {
float:right;
margin-right:19px;
_margin-right:0px;
width:204px;
}
.quick_view_price {
border-bottom:1px solid #CFD3D5;
border-top:1px solid #CFD3D5;
float:left;
padding:15px 0 10px;
width:100%;
margin-bottom:15px;
}
.quick_view_row {
float:left;
width:100%;
}
.quick_view_price_left  {
float:left;
padding-bottom:5px;
width:50%;
}
.quick_view_price_right  {
float:right;
padding-bottom:5px;
text-align:right;
width:50%;
}
.sale_price {
color:#bf4c20;
font-size:18px;
font-weight:bold;
}
.product_information_block {
float:left;
padding-bottom:15px;
width:280px;
}
.quick_view_quantity{font-weight:bold;  float:left; width:63px;}
.product_infoLeft {
display:inline;
float:left;
margin-right:1px;
padding:0 0 10px;
position:relative;
width:260px;
}

.product_infoRight {
background:url("../images/free_shipping.jpg") repeat scroll 0 0 transparent;
border-left:1px solid #B19A77;
color:#3C1F08;
float:left;
font-weight:bold;
height:123px !important;
padding-left:10px;
padding-top:10px;
width:98px;
}
.product_infoLeft .rightside {
float:left;
padding-left:5px;
padding-top:4px;
}

.product_infoLeft .f_fix {
float:left;
width:210px;
}
.product_infoLeft .row {
float:left;
padding-top:7px;
width:210px;
}
.max_input,.product_infoLeft .special_option_select {
background:url("../images/input_bg.gif") repeat-x scroll 0 0 transparent;
border:1px solid #A0A6A9;
color:#000000;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
height:21px;
width:186px;
margin-bottom:5px;
padding:1px;
}

.min_input {
background:url("../images/input_bg.gif") repeat-x scroll 0 0 transparent;
border:1px solid #A0A6A9;
color:#000000;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
height:18px;
width:61px;
}
.quick_view_right .cafMeter{z-index:10000;background:url(../images/caf_bg_prod.jpg) no-repeat scroll left top transparent; clear:both; height:43px; padding-top:3px; float:left;}
.quick_view_right .cafWrap {margin-left:18px;}
.quick_view_right .cafAmt {clear:both;text-align:center;}
.quick_view_image{margin-bottom:10px;}
.quick_view_thumbs {
display:inline;
float:left;
padding-bottom:0;
width:225px;
^padding-bottom:7px;
}
.quick_view_thumb  {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CFD3D5;
float:left;
height:30px;
margin:0 10px 7px 0;
width:30px;
padding:1px;
}
.quick_view_thumb a{width:40px; height:40px; overflow:hidden; position:relative;}
.info_icon {
float:left;
height:15px;
margin:0;
padding:0 0 0 5px;
position:relative;
}
a.option_hover {
background:url("../images/info_icon.jpg") no-repeat scroll 0 0 #F1F2F3;
display:block;
height:15px;
width:16px;
}
.option_hover:link strong, .option_hover:visited strong {
display:none;
}

.tooltip {
display:block;
float:left;
position:absolute;
width:180px;
}
a.option_hover{text-decoration:none !important;}
.tooltip_box {
background:none repeat scroll 0 0 #FFFFFF;
border-left:2px solid #6D7A81;
border-right:2px solid #6D7A81;
border-top:2px solid #6D7A81;
float:left;
font-size:11px;
margin-top:10px;
padding:10px;
width:156px;
}
.option_hover:hover strong {
color:#333333;
display:block;
font-size:11px;
font-weight:normal;
height:auto;
left:-77px !important;
line-height:normal;
margin:0;
position:absolute;
bottom:85px !important;
width:156px;
}
.tooltip .abottom {
background:url(../images/tooltip_arrow.gif) no-repeat scroll 0 0 transparent;
float:left;
font-size:8px;
height:8px;
width:180px;
}
.tooltip_head{font-size:12px; font-weight:bold; width:100%; display:block;}

.seal {
    float: left;
    margin: 10px 0;
}
    .seal span {
        display: none !important;
    }
.cms_text_digicert_spacing {
	float: left;
	margin-right: 30px;
	width: 740px;
}


/*********** New visitor modal **************/
#modal .header {
    border-bottom:1px solid #cfd3d5;
    margin-bottom:20px;
    height:40px;
    width:100%;
}
#modal .header h2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    color: #BF4C20;
    font-size:24px;
    font-weight:normal;
    margin:0;
    float:left;
}

#modal .header .close_dialog:link,
#modal .header .close_dialog:visited,
#modal .header .close_dialog:focus {
    float:right;
    font-family:Arial, Verdana, sans-serif;
    font-size: 12px;
    vertical-align:middle;
    text-decoration:none;
    outline: 0px;
    border: none;
}
#modal .header .close_dialog img {
    vertical-align: middle;
    border: none;
    outline: 0px;
}
#modal .article {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    text-align: left;
}
#nav a:last-child {
	margin-right: 0;
	padding-right: 0;
}
