@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* END RESET CSS */


table {
    font-size: inherit;
    font: 100%;
}

select, input, textarea {
    font: 99% sans-serif;
}

/* normalize monospace sizing*/
pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

/* minimal base styles */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

html {
    -webkit-font-smoothing: antialiased;
}

a:hover, a:active {
    outline: none;
}

ul {
    margin-left: 30px;
}

ol {
    margin-left: 30px;
    list-style-type: decimal;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}


sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px; 
    white-space: pre; 
    white-space: pre-wrap; 
    white-space: pre-line; 
    word-wrap: break-word; 
}

/* align checkboxes, radios, text inputs with their labels */
input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

/* hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}

/* These selection declarations have to be separate. */
::-moz-selection {
    background: #bc76ad;
    color: #fff;
    text-shadow: none;
}

/* webkit-tap-highlight-color */
a:link {
    -webkit-tap-highlight-color: #FF5E99;
}

/* always force a scrollbar in non-IE */
html {
    overflow-y: scroll;
}

/* make buttons play nice in IE */
button {
    width: auto;
    overflow: visible;
}

/* bicubic resizing for non-native sized IMG */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/*
* Non-semantic helper classes
*/

/* for image replacement */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Hide for both screenreaders and browsers */
.hidden {
    display: none;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders  */
.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


* html .clearfix {
    height: 1%;
}

/* Hides from IE-mac \*/
.clearfix {
    display: block;
}

 
/* @charset "utf-8"; */
body {
	color: #4d565b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0; 
}
 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, form, input {
	margin: 0px;
	padding: 0px; 
}
 
/* FB display hack - like button */
.fb_edge_comment_widget { 
	left: -50px !important; 
}
 
.FB_UI_Hidden { 
	width: 300px !important; 
}
 
/* General */
img { 
	border: none; 
}
 
a, a:visited, a:link {
	color: #3F5EA5;
	outline: none;
	text-decoration: none; 
}
 
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: underline; 
}
 
a.whitelink {
	color: #fff;
	text-decoration: underline; 
}
 
a.whitelink:hover {
	color: #fff;
	text-decoration: none; 
}
 
p {
	line-height: 1.53em;
	margin: 5px 0px;
	padding: 0;
}
 
h1 {
	color: #3F5EA5;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
}
 
h3 {
	color: #3F5EA5;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px; 
}
 
h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 5px; 
}
 
h5 {
	font-size: 12px;
	font-weight: bold; 
}
 
.dotline,
.dotline_form {
	background: url(../images/dot_line.png) repeat-x;
	clear: both;
	height: 1px; 
}

.dotline_form {
	padding-bottom: 10px;
}

/* Text Size */
.text_10 { font-size: 10px; }
 
.text_11 { font-size: 11px; }
 
.text_13 { font-size: 13px; }
 
.text_14 { font-size: 14px; }
 
.text_15 { font-size: 15px; }
 
.text_18 { font-size: 18px; }
 
.text_20 { font-size: 20px; }
 
/* text presentation */
.bold { font-weight: bold; }
 
.italic { font-style: italic; }
 
.normal { font-weight: normal!important; }
 
.underline { text-decoration: underline; }
 
.uppercase { text-transform: uppercase; }
 
.capitalize { text-transform: capitalize; }
 
.text_right { text-align: right !important; }
 
.text_left { text-align: left !important; }
 
.text_center { text-align: center !important; }
 
/* floating & clearing rules */
.clear { clear: both; }
 
.clear_none { clear: none !important; }
 
.right { float: right; }
 
.left { float: left; }
 
/* Width Rules */
.width_100 { width: 100% !important; }
 
.width_50 { width: 50%; }
 
/* color rules */
.white { color: #fff; }
 
.red { color: #900 }
 
.black { color: #333 }
 
/* margin rules */
.margin_t5 { margin-top: 5px !important; }
 
.margin_r5 { margin-right: 5px !important; }
 
.margin_b5 { margin-bottom: 5px !important; }
 
.margin_l5 { margin-left: 5px !important; }
 
.margin_b10 { margin-bottom: 10px !important; }
 
.margin_l10 { margin-left: 10px !important; }
 
.margin_r10 { margin-right: 10px !important; }
 
.margin_t10 { margin-top: 10px !important; }
 
.print_logo { display: none; }
 
.margin_none { margin: 0px!important; }
 
.padding_none { padding: 0px!important; }
 
.bg_none { background: none!important; }
 
.padding_left_none { padding-left: 0px!important; }/******************/

/* begin style.css */

/******************/
body {
	background:#fff url('../images/gladrags-bg.jpg') center top no-repeat;
}
.large_wrapper {
	background:url("../images/big_wrapper_bg.jpg") center bottom no-repeat;
	width:100%;
}
.image_left {
    background: none repeat scroll 0 0 #D3E4F2;
    border: 1px solid #d3e4f2;
    float: left;
    margin-right: 10px;
    padding: 5px;

}

.image_right {
    background: none repeat scroll 0 0 #D3E4F2;
    border: 1px solid #d3e4f2;
    float: right;
    margin-left: 10px;
    padding: 5px;
}

.main_container {
	margin:0 auto;
	padding:2px 27px;
	width:940px;
	position:relative;
}

.header_wrapper {
	display:block;
	background: url("../images/header_tag.png") no-repeat scroll right 20px transparent;
	position:relative;
	overflow:visible;
}
.ie7 .header_wrapper {
	z-index:1;
}

.header_wrapper a, .header_wrapper a:visited, .header_wrapper a:hover  {
	color:#4564ab;
}

.logo {
	float: left;
	margin-top: 15px;
	width: 280px;
	height: 72px;
}

.tag_line {
	float: left;
	height: 20px;
	padding: 48px 0 0 25px;
	width: 208px;
}

.header_right {
	float: left;
	width: 700px;
    /*overflow:hidden;*/
}


/*** Header Mid Links ***/
.header_mid_links {
	float: right;
	padding: 6px 0px 5px;
	width: 420px; 
}
 
.header_mid_links ul { 
	float: right; 
}

.header_mid_links ul li {
	background: url(../images/header_mid_links_sep.jpg) no-repeat 100% 50%;
	float: left;
	list-style-type: none; 
	margin-right: 6px;
	padding: 7px 9px 7px 7px;
}

.header_mid_links ul li a {
	color: #4d565b;
	float: left;
	font-size: 11px;
}

.header_mid_links .items {
	background: url(../images/basket_icon.png) no-repeat left center;
	color: #4d565b;
	float: right;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 7px 7px 25px; 
}
 
.header_mid_links .items a { 
	color: #4d565b; 
}
 
.header_mid_links .checkout_btn { 
	float: right; 
}
 
/*** Free Shipiping ***/ 
.free_shipping_text {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #4564ab;
	padding: 0;
	display: block;
	clear:right;
	width:250px;
	text-align:right;
}

/*** Search Block ***/
.search_block {
	background:#4564ab;
	float: left;
	width: 940px;
}
 
/*** Search Block - Search Box ***/
.search_box {
	float: left;
	margin: 10px 0px 0px 20px;
	width: 269px; 
}
 
.search {
	background: url(../images/search_bg.gif) repeat-x;
	border-bottom: none;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: none;
	color: #6d7a81;
	font-size: 13px;
	height: 22px;
	line-height: 20px;
	margin-right: 10px;
	padding: 0 15px;
	width: 192px; 
}
 
.search_block .search_box .product_search {
	background: url(../images/product_search.jpg) no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #6D7A81;
	font-size: 13px;
	height: 23px;
	line-height: 23px;
	margin-right: 6px;
	padding: 0 20px;
	width: 180px; 
}
/*** Search Block - Right Links ***/
.right_links {
	float: left;
	margin-left: 56px;
	width: 582px; 
}
 
.right_links ul { 
	float: left; 
}

.right_links li {
	float: left;
	list-style-type: none; 
}

.right_links li a {
	color: #3F5EA5;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 20px 7px 10px; 
}

.right_links li span { 
	float: left; 
}
 
/*** Search Block - Right Links ***/
.right_banner {
	float: right;
	width: 651px;
}
 
 

.widget_inner ul li.selected a:link, .widget_inner ul li.selected a:visited {
	font-weight: bold;
}

.gallery_product {}

.gallery_product .gallery_item2 {

    margin: 10px 13px 20px !important;

}

* HTML .gallery_product .gallery_item2 {

    margin: 10px 7px 20px !important;

}

.gallery_right {

    width: 192px;

    margin: 10px 0 0 15px;

    border-left: 1px solid #CCC;

    float: left;

}

.gallery_right2 {

    padding: 10px;

}

.zindex {

    z-index: 1000001 !important;

}

#email_friend_left_column {

    float: left;

}

#question_left_column {

    float: left;

    width: 75%;

}



/* ingredients page */



.products_used {

	padding-top:20px;

}

	.products_used .paging {

	    width: 100% !important;

	}

.main_featured .no-margin-b {

    margin-bottom: 0 !important;

}

.main_featured .main_f_sale {

    margin-top: -5px !important;

    padding-top: 0 !important;

}

.my_account_edit_icon {

    margin-left: 5px;

}



.my_account_edit_controls {

    margin: 0 0 -2px 1px;

}

#autoship_table a.accept, a.cancel,

#autoship_table a.accept_qty, a.cancel_qty, a.accept_next, a.cancel_next {

    text-decoration: none !important;

	vertical-align:middle;

}

#autoship_table td {white-space:nowrap;}

#autoship_table td.autoship_first {white-space:normal;}



select.autoship_interval_id {width:100px;}

.qty+span {display:inline-block; width:40px;}

.ui-datepicker-trigger {vertical-align:text-bottom;}

/*new styles*/
/*Author: Joe Cochran*/
div.live_chat_banner {
	float: left;
}/* common form elements first */
select {
    background: url(../images/input_bg.jpg) repeat-x scroll 0 0 #fff;
    border: 1px solid #C3C3C3;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    width: auto;
}

input[type='radio'] {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

input[type='text'],
input[type='password'] {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    height: 17px;
    /*width: 220px;*/
    background: url(../images/input_bg.jpg) repeat-x;
    border: 1px solid #c3c3c3;
}

input[type='button'],
input[type='submit'] {
    border: none;
    height: auto !important;
    cursor: pointer;

	/* button styling code */
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    background: #d59898;
    border: 2px solid #d3e4f2;
    font-size: 12px;
    padding: 5px;
    text-align: center;
	color:#fff;
	text-shadow: 1px 1px 1px #a27373;
}

    input[type='button']:hover,
    input[type='submit']:hover {
        color: #4D565B;
		text-decoration: none;
		background:#d3e4f2;
		text-shadow: 1px 1px 0px #fff;
    }
input[type='button']:focus,
input[type='submit']:focus {
        outline:none;
    }
input[type='checkbox'] {
    height: 13px;
    vertical-align: middle;
    width: 14px;
    margin: 0;
    padding: 0;
    background: none;
}

textarea {
    background: #fff url(../images/input_bg.jpg) repeat-x;
    width: 298px;
    height: 128px;
    margin: 0;
    padding: 2px;
    font-size: 12px;
    font-family: arial, verdana, sans-serif;
    border: 1px solid #ADADAD;
}

/* styles for some specific form elements go below */

/* found on contact, review_form */
input.input_max {
    width: 298px;
    margin: 0;
    height: 20px;
}

/*input#continue,
input#process_order {
    height: 30px;
}*/

/* wrappers, form layouts, etc */

/* wrapper for some forms */
div.formdiv {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .common_row {
        float: left;
        width: 100%;
        height: auto;
        padding: 5px 0;
    }

    .left_column {
        float: left;
        width: 150px;
        height: auto;
        line-height: 18px;
        text-align: right;
        padding-top: 1px;
    }

    .right_column {
        float: right;
        width: 520px;
        height: auto;
    }

    .right_column .dropbox {
        width: 227px;
        float: left;
    }

    .right_column .chkbox {
        width: 227px;
        padding-bottom: 7px;
        float: left;
    }

/* form element, shows "--- OR ------------" */
div.or_box {
    float: left;
    display: block;
    padding: 12px 0 12px 88px;
}

/* used in locations, create_account_reseller */
div.form_common_row {
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 0;
}

div.btn_spacer {
    float: right;
    width: 100%;
    text-align: right;
}

/* form wrapper */
div.form_maindiv {
    float: left;
    width: 100%;
    height: auto;
}

    .common_row2 {
        float: left;
        width: 100%;
        height: auto;
        padding: 5px 0;
    }

    .left_column_form {
        float: left;
        width: 140px;
        font-size: 13px;
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
    }

    .right_column_form {
        float: left;
        width: auto;
    }

p.message {
    padding: 10px 0pt;
    margin: 10px 0;
    background: #d3e4f2;
    border: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    float: left;
    color: #3f5ea5;
    font-weight: bold;
}

/* Submit Button Panels */
.checkout_button_pan,
.shoppingcart .button_pan,
.my_account_edit_billing_right .button_pan {
    float: right;
    width: 490px;
    font-size: 11px;
    text-align: right;
    padding: 10px 8px 7px 5px;
    margin-top: 15px;
    margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background: none repeat scroll 0 0 #D3E4F2;
    border: 1px solid #DBE2E6;
}
.my_account_edit_billing_right .button_pan{
	width:97%;
}
.checkout_button_pan {
	width:680px;
}

.required,
.required_field {
	color: #900;
}
/********************/
/* begin footer.css */
/********************/

.footer {
	background: url(../images/bg_footer.png) no-repeat;
	float: left;
	height: 162px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
	width: 940px;
	color:#fff;
}
.footer_top {
	top:0;
	left:0;
	position:absolute;
	width:940px;
	height:8px;
}
.footer_bottom {
	bottom:0;
	left:0;
	position:absolute;
	width:940px;
	height:8px;
}
.block_1,
.block_2,
.block_3 {
	background: url(../images/footer_separator.png) no-repeat scroll 100% 50%;
	float: left;
	height: 142px;
}
.block_1 {
	padding: 20px 0 0 20px;
	width: 138px;
}
.block_2 {
	padding: 19px 0 0 20px;
	width: 138px;
}
.block_3 {
	padding: 19px 0 0 20px;
	width: 300px;
}
.block_4 {
	padding: 19px 0 0 20px;
	width: 258px;
	float:left;
}
.footer_heading {
	display: block;
	font-size: 13px;
	margin-bottom: 0;
	padding-bottom: 4px;
	text-transform: none;
	color:#fff;
}
.footer_links {
	float:left;
	width:140px;
}
.footer_links li {
	line-height: 12px;
	list-style-type: none;
	margin-bottom: 2px;
	padding: 0;
}
.footer_links li a {
	color: #f6f6f6;
	font-size: 11px;
}
.footer_links li a:hover {
	color: #f6f6f6;
}

.share {
	display:block;
	padding: 0 0 5px;
}

.social_box {
	float:left;
	padding:15px 0;
	width: 263px;
	border-top: 1px dotted #D69DC9;
}

.social_box a:link,
.social_box a:visited {
	font-size: 11px;
	text-align: center;
	width: 47px;
	color: #e1e1e1;
	float: left;
}

.social_box a:hover {
	color: #0095d6;
	text-decoration:underline;
}

.facebook,
.twitter,
.youtube {
	float: left;
	margin-right: 21px;
}

.facebook span,
.twitter span,
.youtube span {
	width: 37px;
	height: 37px;
	float: left;
	margin-left: 4px;
}

.facebook span {
	background: url(../images/social_icons.png) no-repeat;
}

.facebook a:hover span {
	background:url(../images/social_icons.png) no-repeat;
	background-position: 0px -38px;
}

.twitter span {
	background:url(../images/social_icons.png) no-repeat;
	background-position: -68px 0px;
}

.twitter a:hover span {
	background:url(../images/social_icons.png) no-repeat;
	background-position: -68px -38px;
}

.youtube span {
	background: url(../images/social_icons.png) no-repeat;
	background-position: -135px 0px;
}

.youtube a:hover span {
	background: url(../images/social_icons.png) no-repeat;
	background-position: -135px -38px;
}

.validation_icons {
	float:left;
	width: 400px;
	padding:10px 0;
}
.validation_icons img {
	padding-right:10px;
}
.copyright_box {
	float:right;
	width: 540px;
	padding:10px 0;
}
.copyright_text {
	float: right;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.about_more_box {
	padding:0 20px;
	display:block;
}
.about_more_heading {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0;
}
.about_more_box p {
	padding:6px 0;
}
.about_about_link {
	color:#3F5EA5;
}/****************************/
/* begin curved_borders.css */
/****************************/

.top_curve {
    background: url(../images/top_curve.jpg) no-repeat top left;
    width: 940px;
    height: 5px;
    display: inline;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.bottom_curve {
    background: url(../images/bottom_curve.jpg) no-repeat bottom left;
    width: 940px;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.mid_content {
    float: left;
    width: 930px;
    padding-left: 5px;
    padding-right: 5px;
}

.right_top_curve {
    background: url(../images/right_top_curve.jpg) no-repeat top left;
    width: 220px;
    height: 5px;
    display: inline;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.right_mid_content {
    background: #e0e7ea;
    width: 220px;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
    display: inline;
    padding: 0;
}

.right_bottom_curve {
    background: url(../images/right_bottom_cruve.jpg) no-repeat bottom left;
    width: 220px;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.cart_top_curve {
    background: url(../images/cart_bg_top.jpg) no-repeat top left;
    width: 380px;
    height: 5px;
    display: inline;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.cart_mid_content {
    background: #e0e7ea;
    width: 380px;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
    display: inline;
    padding: 0;
}

.cart_bottom_curve {
    background: url(../images/cart_bg_bottom.jpg) no-repeat bottom left;
    width: 380px;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.right_top_curve {
    background: url(../images/right_top_curve.jpg) no-repeat top left;
    width: 220px;
    height: 5px;
    display: inline;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.right_mid_content {
    background: #e0e7ea;
    width: 220px;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    display: inline;
    padding: 0;
}

.right_bottom_curve {
    background: url(../images/right_bottom_cruve.jpg) no-repeat bottom left;
    width: 220px;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.head_top_curve {
    background: url(../images/head_top_curve.jpg) no-repeat top left;
    width: 340px;
    height: 5px;
    display: inline;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.head_mid_content {
    background: #e0e7ea;
    width: 340px;
    height: auto;
    float: left;
    display: inline;
    padding: 0;
}

.head_mid_content .head {
    padding: 5px 0 5px 20px;
    font-weight: bold;
    float: left;
    width: 305px;
}

.head_mid_content .head a {
    color: #333333;
    text-decoration: none;
}

.head_bottom_curve {
    background: url(../images/head_bottom_curve.jpg) no-repeat bottom left;
    width: 340px;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.sort_top_curve {
    background: url(../images/sort_curve_top.jpg) no-repeat top left;
    width: 700px;
    height: 5px;
    display: inline;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.sort_mid_content {
    background: #d3e4f2;
    width: 700px;
    height: auto;
    float: left;
    display: inline;
    padding: 0;
    margin-top: 5px;
}

.sort_bottom_curve {
    background: url(../images/sort_curve_bottom.jpg) no-repeat bottom left;
    width: 700px;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    float: left;
}

.head_mid_content .head {
    padding: 5px 0 5px 20px;
    font-weight: bold;
    float: left;
    width: 305px;
}

.head_mid_content .head a {
    color: #333333;
    text-decoration: none;
}

/******************/
/* begin menu.css */
/******************/
/*** Navigation ***/
.navi {
    background: url(../images/menu_bg.jpg) repeat-x top left;
    display: block;
    float: left;
    height: 45px;
    margin-top: 9px;
    padding-left: 10px;
    position: relative;
    width: 930px;
    z-index: 2;
    clear:both;
    overflow:visible;
}

.navi_left {
    background: url(../images/menu_left.jpg) no-repeat left top;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.navi_right {
    background: url(../images/menu_right.jpg) no-repeat right top;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}

.navi ul {
    margin: 9px 0px 10px 0;
}

.navi ul li {
    background: url(../images/navigation_sep.jpg) no-repeat scroll 100% 50%;
    display: inline;
    display: inline;
    float: left;
    list-style-type: none;
    padding-left: 12px;
    padding-right: 25px;
    position: relative;
}

.navi ul li.menu_last {
    background: none;
}

.navi ul li a {
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 0 0 10px;
}
.navi ul li a:visited {
    color:#fff;
}


.navi ul li a span {
    color: #4d565b;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px 0 0;
}

.navi ul li:hover a {
    /*hover issue?*/
    color: #fff;
}

.navi ul li:hover ul li a {
    color: #4d565b;
}

.navi ul li a:hover {
    /*background: url(../images/white_hover.png) no-repeat top left;*/
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 0 0 10px;
    text-decoration: none;
}

.navi ul li a:hover span {
    /*background: url(../images/white_hover.png) no-repeat top right;*/
    color: #4d565b;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px 0 0;
    text-decoration: none !important;
}

/*** Navigation Tooltip ***/
.top {
    background: url(../images/gray_top.png) no-repeat 3px center;
    float: left;
    font-size: 8px;
    height: 6px;
    width: 202px;
}

.tooltip .abottom {
    background: url(../images/gray_bottom.png) no-repeat bottom center;
    float: left;
    font-size: 8px;
    height: 13px;
    width: 202px;
}

.tooltip_box {
    background: url(../images/gray_bg.png) repeat-y top left;
    float: left;
    padding: 10px 10px 0 15px;
    width: 179px;
}

li.hover div {
    display: none;
}

li.hover.xhover div {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    left: 0px;
    line-height: normal;
    margin: 0px;
    position: absolute;
    top: 13px;
    width: 202px;
    z-index: 1000;
}

li.hover {
    color: #309120;
    display: block;
    height: 27px;
}

li.hover.xhover {
    display: block !important;
}

.tooltip {
    display: block;
    float: left;
    position: absolute;
    width: 202px;
}

.sub_menu {
    float: left;
}

.tooltip_box ul.sub_menu li {
    background: url(../images/gray_dotted.png) repeat-x scroll left bottom transparent;
    border: medium none;
    float: left;
    height: 26px;
    margin: 0;
    padding: 5px 0;
    width: 178px;
}

.tooltip_box ul.sub_menu li a {
    color: #4d565b;
    float: left;
    font-weight: normal;
    text-align: left;
}

.tooltip_box ul.sub_menu li a:hover {
    background: url(../images/big_white_hover.png) no-repeat scroll left top transparent;
    border: medium none;
    color: #309120;
    float: left;
    height: 26px;
    line-height: 14px;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none !important;
    width: 178px;
}

.tooltip_box ul.sub_menu li.last {
    background: none !important;
}

.kidz {
    padding: 0 2px !important;
}

a.kidz:hover {
    text-decoration: none !important;
}

/*** Top Links ***/
.top_links_box {
    float: right;
    padding: 5px 0 10px;
    position: relative;
    z-index: 1000;
}

.top_link {
    float: left;
    height: 20px;
    margin-top: 7px;
}

.top_link li {
    background: url(../images/top_sep.jpg) no-repeat right center;
    float: left;
    list-style-type: none;
    padding: 0px 7px;
    position: relative;
}
.top_link > li:last-child {
    background:none;
}
.ie8 .top_link > li,
.ie7 .top_link > li {
    background-image:expression(this.nextSibling==null?'none':'inherit');
}

.top_link li.top_last, .top_link li ul li {
    background: none !important;
}

.top_link li a,
.top_link li a:visited {
    float: left;
    color: #4D565B;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 13px;
    text-decoration: none;
}

.top_link li:hover a, .top_link li a:hover {
    border-bottom: 1px dotted #c5c4c4;
    text-decoration: none;
}

.top_link li:hover ul li a {
    border-bottom: none;
}

/* top list dropdown menu ! */
.top_link .top_rounded {
    display: none;
}

.top_link li.xhover .top_rounded {
    display: block;
}

span.utility_top {
    background: url(../images/utility-top.png) no-repeat scroll center top transparent;
    display: block;
    height: 25px;
    position: absolute;
    top: -15px;
    width: 203px;
}
.ie7 span.utility_top {
    left:0;
}
.top_link li ul {
    background: url("../images/utility-bottom.png") no-repeat scroll center bottom transparent;
    cursor: pointer;
    display: none;
    height: auto;
    left: -21px;
    padding-bottom: 10px;
    position: absolute;
    top: 29px;
    width: 203px;
}

.top_link li ul li {
    display: block;
    height: 27px;
    width: 160px;
    border-bottom: 1px dotted #c5c4c4;
    padding-top: 1px;
    margin-left: 13px;
}

.top_link li ul li:first-child {
    margin-top: 14px;
}

.top_link li ul li.last-child {
    border-bottom: none !important;
}

.top_link li ul li:last-child {
    border-bottom: none !important;
}

.top_link li ul li a {
    color: #4d565b;
    line-height: 28px;
    display: block;
    width: 174px;
    height: 26px;
    text-transform: none;
    text-indent: 10px;
    margin-left: -6px;
}

.top_link li.xhover ul {
    display: block;
    z-index:1000;
}

.top_link li:hover ul li:hover a {
    background: #e7f0f4;
    color: #3F5EA5;
    border: none;
}

.top_link .bottom_rounded {
    display: none;
}

.top_link li.xhover .bottom_rounded {
    display: block;
    display: block;
}

/* middle menu dropdown */
li.hover span.triangle {
    position: absolute;
    background: url(../images/te.png) no-repeat center center;
    top: 15px;
    width: 100%;
    height: 100%;
    display: none;
}

li.hover.xhover span.triangle {
    display: block;
}

.menu,
.menu ul {
    position:relative;
}

.menu li ul {
    margin: 0;
    display: none;
    position: absolute;
    width: 195px;
    height: 177px;
    top: 26px;
    left: -5px;
    z-index:1001;
}

.menu li ul li {
    background: url(../images/navigation-submenu-bg.png) repeat-y;
    display: block;
    width: 202px;
    margin-left: 10px;
    margin-top: 0;
    padding: 1px 0 1px 12px;
}

.menu li ul li span {
    border-bottom: 1px dotted #c5c4c4;
    float: left;
}

.menu li ul li:first-child {
    background: url(../images/navigation-submenu-top.png) no-repeat;
    padding-top: 15px;
}

.menu li ul li.last-child {
    background: url(../images/navigation-submenu-bottom.png) no-repeat !important;
    padding-bottom: 24px !important;
}

.menu li ul li:last-child {
    background: url(../images/navigation-submenu-bottom.png) no-repeat !important;
    padding-bottom: 24px !important;
}

.menu li ul li.last-child span {
    border-bottom: none;
}

.menu li ul li:last-child span {
    border-bottom: none;
}

.menu li ul li strong {
    display: none;
}

.menu li.xhover ul {
    display: block;
}

.menu li ul li a {
    color: #4d565b;
    display: block;
    width: 164px;
    /*height: 80%;*/
    text-transform: none;
    text-indent: 5px;
    border-radius: 5px;
    margin: 3px auto 4px;
    font-weight: normal;
}

.menu li ul li a:hover {
    background: #dbedfd;
    color: #4564ab !important;
    font-weight: normal;
}

.ie6 .menu li ul li a:hover, .ie7 .menu li ul li a:hover, .ie8 .menu li ul li a:hover {
    background: transparent url(../images/nav-submenu-link-bg.jpg) no-repeat top left !important;
    color: #0095d6;
}

.menu li ul li:last-child {
    border: none;
}

/*------------------tooltip_2---------------------*/
li.top_hover .top {
    background: url(../images/tool_tip_top.png) no-repeat top center;
    float: left;
    font-size: 8px;
    height: 6px;
    width: 206px;
}

li.top_hover .tooltip .abottom {
    background: url(../images/tip_bottom.png) no-repeat bottom center;
    float: left;
    height: 13px;
    font-size: 8px;
    width: 206px;
}

li.top_hover .tooltip_box {
    background: url(../images/too_bg.png) repeat-y top left;
    float: left;
    padding: 10px 10px 0 15px;
    width: 179px;
}

li.top_hover div {
    display: none;
}

li.top_hover.xhover div {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    line-height: normal;
    left: 0px;
    margin: 0px;
    position: absolute;
    top: 10px;
    width: 202px;
    z-index: 1000;
}

li.top_hover {
    display: block;
    color: #309120;
}

.tooltip {
    display: block;
    float: left;
    position: absolute;
    width: 202px;
}

.sub_menu {
    float: left;
}

li.top_hover .tooltip_box ul.sub_menu li {
    background: url(../images/gray_dotted.png) repeat-x scroll left bottom transparent;
    border: medium none;
    float: left;
    height: 20px;
    margin: 0;
    padding: 5px 0;
    width: 178px;
    line-height: 20px;
}

li.top_hover .tooltip_box ul.sub_menu li a {
    color: #4d565b;
    float: left;
    font-weight: normal;
    text-align: left;
}

li.top_hover .tooltip_box ul.sub_menu li a:hover {
    background: url(../images/hover_img.png) no-repeat scroll left top transparent;
    border: medium none;
    float: left;
    height: 20px;
    margin: 0;
    padding: 5px 7px;
    width: 178px;
    line-height: 11px;
    text-decoration: none !important;
    text-align: left;
    color: #309120;
}

.top_hover a {
    text-decoration: none !important;
}

li.hover.xhover strong.center_arrow {
    background: url(../images/center_arrow.png) no-repeat center top;
    width: 100%;
    height: 30px;
    display: block;
    z-index: 1500;
    position: absolute;
    top: 95%;
    left: 0;
}


/* CSS Document */

/* Breadcrumbs --------------------------------------------------------------------------------- */
.breadcrumb_home_padding {
	border: medium none;
	float: left;
	display:inline;
	margin: 11px 5px 0 6px;
}

.breadcrumb_spacer {
    background: url(../images/print.png) no-repeat scroll left center transparent;
    float: right !important;
    height: 20px;
    margin-top: 1px;
    padding: 3px 0 0 22px !important;
    width: 34px;
}
.breadcrumb_wrap {
	display:inline-block;
	float:left;
	width:940px;
	margin-bottom:10px;
}
.breadcrumb {
	float:left;
	height:30px;
	font-weight:normal;
	font-size:11px;
	background:url(../images/dot_line.png) repeat-x bottom left;
	overflow:hidden;
	width:940px;
	display:inline-block;
	position:relative;
	padding-top:2px;
}
.breadcrumb a, .breadcrumb_spacer a {
	color: #AD689E;
	float:left;
	font-size:12px;
	overflow:hidden;
	padding:12px 10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.breadcrumb a:hover, .breadcrumb_spacer a:hover{text-decoration:underline;}
.breadcrumb .last_item,
.breadcrumb .last_item:hover {
	cursor: default;
	color:#566571;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
	.last_item img {
		margin-top:2px;
	}
.breadcrumb a.share_this{
	display:inline-block;
	float:right;
	overflow:hidden;
	padding:5px 10px;
}
.breadcrumb_print{margin-left:5px; float:right; margin-top: -2px;}
.bd_arrow {
	background:url(../images/bd_arrow.png) no-repeat left center;
	height:28px;
	width:6px;
	float: left;
}
.breadcrumb_wrap a{
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 7px 7px 7px;
}
.content_box_inner {
	margin:0px auto 0px;
	width:780px;
	clear:both;
}
.content_box_inner .vspacer {
	margin:25px 0px 10px 0px;
	float:left;
}
.content_box_inner p {
	font-size:13px;
	line-height:19px;
}/******************/
/* begin main.css */
/******************/
.banner {
	width:940px;
	display:block;
	float:left;
	position:relative;

}
.ie7 .banner {
	z-index:0;
}
.slideshow_bar {
	float: left;
	height: auto;
	padding: 10px 20px;
	width: 900px;
	position:absolute;
	bottom:0;
}
.slideshow_bar .controls {
	float: left;
	height: 16px;
	padding-bottom: 1px;
	text-align: center;
	width:230px;
}
.controls ol {
	float: left;
	list-style: none outside none;
	margin: 0 auto;
}
.controls ol li {
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	line-height: 17px;
	padding-right: 5px;
	text-align: center;
	width: 20px;
}
.controls ol li a.off,
.controls ol li a.on:hover {
	background: url(../images/circle_bg.png) no-repeat scroll left bottom transparent;
	color: #fff;
	display: block;
	height: 18px;
	line-height: 18px;
	padding-right: 2px;
	text-align: center;
	text-decoration:none;
}
.controls ol li a.on {
	background: url(../images/circle_bg.png) no-repeat scroll left top transparent;
	color: #72a9c1;
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	padding-right:2px;
	text-align: center;
}
.slideshowcontrols3 {
	float: right;
	width: 110px;
}
.slideshow_bar .controls_right {
	float: left;
	height: 16px;
	padding-bottom: 1px;
	text-align: center;
	width: 124px;
}
.controls_right ol {
	float: left;
	list-style: none outside none;
	margin: 0 auto;
	padding: 0 0 0 15px;
}
.controls_right ol li {
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	line-height: 1.6em;
	padding-right:2px;
	text-align: center;
	width: 21px;
}
a.pre {
	background: url(../images/control.png) no-repeat scroll 0 0 transparent;
	color: #B1B7B8;
	display: block;
	height: 18px;
	text-indent: -9999px;
}
a.pre:hover {
	background: url(../images/control.png) no-repeat scroll 0 -18px transparent;
}
a.play {
	background: url(../images/control.png) no-repeat scroll -22px 0 transparent;
	color: #B1B7B8;
	display: block;
	height: 18px;
}
a.play:hover {
	background: url(../images/control.png) no-repeat scroll -22px -18px transparent;
}
a.pause {
	background: url(../images/control.png) no-repeat scroll -44px 0 transparent;
	color: #B1B7B8;
	display: block;
	height: 18px;
}
a.pause:hover {
	background: url(../images/control.png) no-repeat scroll -44px -18px transparent;
}
a.next {
	background: url(../images/control.png) no-repeat scroll -66px 0 transparent;
	color: #B1B7B8;
	display: block;
	height: 18px;
}
a.next:hover {
	background: url(../images/control.png) no-repeat scroll -66px -18px transparent;
}
.slide_taxt {
	color:#566571;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
}
.container {
	width:940px;
	float:left;
}
.home_small_banner {
	float:left;
	width:940px;
	padding-bottom:20px;
	padding-top:20px;
}
.home_small_banner img {
	float:left;
}
.grassheads {
	padding:0 24px;
}
.left_block {
	float:left;
	width:300px;
}
.facebook_like {
	float:left;
	padding: 10px 0 15px 5px;
	width:295px;
}
.heading {
	background-color:#E8ECF5;
	width: 100%;
	display:block;
	position:relative;
	height:35px;
	float:left;
}
.heading_left {
	background:url(../images/heading_left.jpg) no-repeat top left;
	top:0;
	left:0;
	position:absolute;
	width:6px;
	height:36px;
}
.heading_right {
	background:url(../images/heading_right.jpg) no-repeat top left;
	top:0;
	right:0;
	position:absolute;
	width:6px;
	height:36px;
}
.heading h2 {
	color:#3f5ea5;
}
.find {
	font-size: 20px;
	margin-left: 10px;
	padding: 9px 6px 0;
}
.zip_code_box {
	padding:15px 0 17px 0;
	float:left;
	width:300px;
	border-bottom: 1px dotted #bdd0bb;
}
.zip_code_box .code_box {
	background: url(../images/search_bg.gif) repeat-x scroll 0 0 transparent;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	border-top:none;
	font-size: 13px;
	height:23px;
	line-height: 23px;
	margin-right: 10px;
	padding:0 5px;
	width: 152px;
	color:#6D7A81;
	vertical-align:middle;
}
.logo_box {
	float:left;
	width:300px;
	padding:10px 0;
}
.logo_box img {
	margin-right:16px;
	padding:10px 0;
}
.medal {
	font-size: 20px;
	font-weight:normal;
	margin-left: 10px;
	padding: 8px 6px 0;
	text-transform:uppercase;
}
.featured {
	float:left;
	width:300px;
	padding:20px 0;
	position:relative;
}
.featured h2 a {
	color: #0095d6;
	text-decoration: underline;
}
.featured .price {
	line-height: 12px;
}
.featured .price .old {
	color: #4d565b;
	text-decoration: line-through;
}
.featured .price .save {
	color: #6d7a81;
	font-size: 11px;
	font-style: italic;
}

.product_img {
	border:1px solid #D3E4F2;
	float:left;
	margin:0 15px 10px 0;
	padding: 3px;
}
.product_name {
	font-size:13px;
	font-weight:bold;
	color:#309120;
	text-decoration:underline;
}
.short_description {
	font-size:13px;
	color:#4d565b;
	padding:5px 0;
}
.line-through {
	text-decoration:line-through;
}
.sale {
	color: #0095d6;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
}
.right_block {
	float:left;
	width:620px;
	margin-left:20px;
}
.big_heading {
	background:url(../images/heading_bg.jpg) repeat-x;
	width:620px;
	display:block;
	position:relative;
	height:36px;
	float:left;
}
.book {
	font-size: 12px;
	margin-left: 10px;
	padding: 7px 5px 6px 22px;/*10px 5px 10px 22px;*/
	text-transform:uppercase;
}
.blog_panel {
	float:left;
	margin-top: 20px;
	width:620px;
}
.product_heading {
	display: block;
	margin: 0;
	padding: 0;
}
.product_heading a,
.product_heading a:link,
.product_heading a:visited {
	color: #3F5EA5;
	font-size: 18px;
	line-height: 22px;
	padding: 0;
	text-transform: none;
	width: 620px;
}
.post_heading {
	background: url(../images/dot_line.png) repeat-x top left;
	color: #6d7a81;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	padding: 5px 0px;
}
.post_heading a {
	color:#eb9b00;
}
.product_description {
	float:left;
	width:462px;
}
.description {
	padding:8px 0;
}
.description a {
	color:#5573b7;
}
.description a:hover {
	text-decoration:underline;
	color:#4D565B;
}
.width_auto {
	width:auto!important;
}
.ui-widget {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 1.1em;
}
.product_description .read_more {
	float:right;
}
.product_description ul li {
	list-style-position:inside;
}
.facebook_module {
	padding:20px;
	background:url(../images/facebook_like_bg.jpg);
	height:260px;
	width:260px;
	clear:both;
}/*******************/
/* begin ecomm.css */
/*******************/

a.edit:link,
a.edit:visited,
a.edit:hover {
    font-size: 11px;
}

.require_text {
    color: #564032;
    font-size: 10px;
}

/* title of some sort */
.ps_head {
    background: url(../images/dot.jpg) repeat-x scroll left bottom;
    float: left;
    height: auto;
    padding-bottom: 5px;
    width: 100%;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: italic;
    margin: 5px 0 10px;
    display: inline;
    color: #4d565b;
}

    .ps_row {
        float: left;
        width: 300px;
        padding-bottom: 10px;
    }

    .ps_left {
        float: left;
        width: 138px;
        margin-right: 10px;
        display: inline;
    }

    .ps_right {
        float: left;
        width: 145px;
        height: auto;
        margin-top: 30px;
    }

.product_tab_content {
    float: left;
    padding: 5px 10px;
    width: 582px;
}

/* suggested products */
.product_suggest_left {
    padding-top: 20px;
    float: left;
    width: 300px;
}

.product_suggest_right {
    padding-top: 20px;
    float: left;
    width: 620px;
}

.product_panel {
    float: left;
    width: 620px;
}

    .product_panel .tabborder {
        border: 1px solid #c7c7c7;
        float: left;
        background: #fff;
        width: 602px;
        min-height: 100px;
        padding: 0 8px 10px;
    }

/* unknown use */
/* TODO: rename this */
.flo_select_min {
    background-color: #fff;
    width: 220px;
    margin: 0;
    padding: 1px;
}

    .flo_payment_spacer {
        float: left;
        padding: 0 0 8px 0;
        width: 440px;
    }

    .flo_row {
        float: left;
        width: 100%;
        height: auto;
        padding: 2px 0;
    }

    .flo_row ol, .flo_row ul {
        list-style: none;
    }

    .flo_left_column {
        float: left;
        width: 100%;
        line-height: 16px;
        font-size: 11px;
        font-weight: bold;
    }

    .flo_right_column {
        float: left;
        width: 100%;
    }

    .flo_chk_spacer {
        float: left;
        padding: 4px 0 0;
        width: 100%;
    }

    .flo_chk_spacer .left {
        padding-right: 3px;
    }


    .flo_select_month {
        width: 140px;
        float: left;

        background-color: #fff;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0 10px 0 0;
        padding: 1px;
    }

    .flo_select_year {
        background-color: #fff;
        width: 70px;
        float: left;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 1px;
    }

/* used on checkout, view_cart */
.help_block_left {
    float: left;
    width: 300px;
}

.help_block_right {
    float: right;
    width: 300px;
}

/* used on checkout, view_cart */
.help_panel {
    float: left;
    padding-top: 5px;
    height: auto;
    width: 100%;
}

    .help_panel ul {
        margin-left: .3em;
        float: left;
        width: 100%;
        padding: 5px 0 0;
    }

    .help_panel li {
	    margin-bottom: 5px;
	    margin-left: 1em;
        padding-left:5px;
        list-style:circle outside url(../images/bullet.png);

	}

    .help_panel li span {
        float: left;
        padding: 4px 0 2px;
        margin-right: 5px;
    }

    .help_panel li span.space {
        margin-bottom: 20px;
    }

    .help_panel h5 {
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        color: #333333;
        text-transform: none;
        margin: 0;
    }

/* used on checkout, view_cart */
.subtotal_box_left {
    float: left;
    width: 350px;
    padding: 7px 0;
}

    .subtotal_box_left .bleft {
        float: left;
        padding-right: 5px;
    }

    .subtotal_box_left .bleft_txt {
        line-height: 20px;
        font-weight: bold;
        font-size: 11px;
    }

.subtotal_box_right {
    float: right;
    width: 190px;
    padding: 7px 0;
    clear: both;
}

    .subtotal_row {
        float: left;
        width: 700px;
        padding: 20px 0 0;
    }

    .subtotal_display_row {
        float: left;
        width: 100%;
        padding: 3px 0;
    }




.prod_block_small {
    float: left;
    width: 140px;
    height: auto;
    margin: 0 16px 5px 0;
    display: inline;
    position: relative;
}

.prod_small_head {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    color: #0066cc;
    font-weight: bold;
    line-height: 16px;
    display: inline;
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 3px;
}

    .prod_small_head a:link, .prod_small_head a:visited {
        color: #0066cc;
        text-decoration: none;
    }

    .prod_small_head a:hover {
        color: #004d9a;
        text-decoration: underline;
    }

.font_12 {
    font-size: 12px;
    line-height: 18px;
}

.viewdiv {
    float: left;
    width: 100%;
    padding: 10px 0 10px;
    position:relative;
}

/*#product {
    float: left;
    width: 940px;
    padding-top: 0;
}

.video_box {
    float: left;
    width: 300px;
    float: left;
}

/*.prod_big {
    float: left;
    width: 288px;
    height: 288px;
    margin: 0 5px;
    display: inline;
    height: auto;
    text-align: center;
    background: #fff;
    border: 1px solid #c7c7c7;
}*/

    /*.prod_big .image_big {
        text-align: center !important;
        display: block;
        width: 225px;
        height: 225px;
        margin: 31px;
        line-height: 1em;
        overflow: hidden;
        position: relative;

    }

.maxdiv {
    float: left;
    width: 295px;
    margin-left: 5px;
    display: inline;
}

.minbox {
    float: left;
    height: 50px;
    width: 50px;
    border: 1px solid #c7c7c7;
    background: #fff;
    margin-right: 5px;
    margin-top: 5px;
    display: inline;
    overflow: hidden;
}

    .minbox_select {
        float: left;
        height: 50px;
        width: 50px;
        border: 1px solid #c7c7c7;
        background: #fff;
        margin-right: 5px;
        margin-top: 5px;
        display: inline;
        overflow: hidden;
    }

.rating_box {
    float: left;
    height: auto;
    margin-top: 5px;
    width: 100%;
}

.rating_link {
    float: left;
    font-size: 12px;
    padding-top: 3px;
}

.rating {
    float: left;
    padding-right: 10px;
}

.product_price {
    float: left;
    width: 100%;
    line-height: 18px;
    padding: 5px 0;
}

.product_price .black {
    color: #000000;
    text-decoration: line-through;
}

.product_price .red {
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
}

.minwidth {
    width: 130px;
}*/

/* product versions, such as quantities per box */
#product_versions {
    width: 590px;
    float: left;
    margin-top: 20px;
}

    /*div.version_top {
        font-size: 14px;
        line-height: 1.3em;
        padding: 5px 5px 5px 35px;
        width: 550px;
        background: #e0e7ea url(../images/version_arrow.jpg) no-repeat 10px center;
        border-bottom: 1px solid #c0c7ca;
        color: #333;
    }

    div.version_top_down {
        background: #e0e7ea url(../images/version_arrow_down.jpg) no-repeat 10px center !important;
    }

    .version_top a:link, .version_top a:visited, .version_top a:focus {
        font-weight: bold;
        text-decoration: none;
    }*/

    .version_item {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #c0c7ca;
        width: 590px;
        float: left;
    }

    .vitem_image,
    .vitem_desc,
    .vitem_pricing {
        float: left;
    }

    .vitem_pricing h5 {
        background: none none;
    }

    .vitem_image {
        border: 1px solid #c0c7ca;
        height: 50px;
        width: 50px;
        position: relative;
        overflow: hidden;
        margin-right: 10px;
    }

    .vitem_desc {
        width: 120px;
        margin-right: 20px;
        font-size: 11px;
    }

    .vitem_desc a {
        font-weight: bold;
        font-size: 12px;
    }

    .vitem_pricing {
        width: 379px;
    }

    .vitem_price, .vitem_pricing h5 {
        display: inline;
        margin-right: 10px;
    }

    .vitem_pricing table td.empty {
        background-color: #f0f7fa;
    }

    .vitem_pricing table td {
        background-color: #e0e7ea;
    }

    .vitem_pricing table td div {
        font-weight: bold;
    }

    .vitem_pricing table {
        margin-top: 5px;
        font-size: 11px;
        width: 100%;
    }

    .vitem_pricing table table {
        margin-top: 0;
    }

/* this is a terrible name */
/* TODO: rename this */
.mandatory {
    color: #993300;
    font-size: 14px;
    font-weight: bold;
    margin-left: 3px;
}

/* TODO: rename this */
.block_left {
    float: left;
    width: 220px;
}

/* TODO: rename this */
.block_right {
    float: right;
    width: 220px;
}

/* various form elements and styles */
input.input_max_width {
    width: 214px;
}

    input.input_min_width {
        width: 60px;
    }

    input.input_maximum_width {
        width: 455px;
    }

    input#cc_code {
        width: 30px;
    }

    input.input_max_order {
        width: 150px;
    }

    input.input_min_zip {
        width: 56px;
    }

    input.input_min_coupon {
        width: 129px;
    }

    input.quantity {
        width: 50px;
    }

#billing h1 {
    /*font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    border: none;
    margin: 0;*/
}

.display {
    width: 700px;
    float: left;
    height: auto;
}

.display_heading_common {
    /*width: auto; messes up checkout*/
    color: #333333;
    text-align: left;
    font-weight: bold;
}

.display_row {
    float: left;
    width: 700px;
    padding: 7px 0;
}

.checkout {
    font-size: 11px;
}

    .checkout h4 {
        background: url(../images/dot_line.png) repeat-x bottom left;
        color: #564032;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        margin: 0 0 10px 0;
        border-bottom: none;
        padding: 0 0 10px 0;
    }

.vleft {
    font-weight: normal;
    line-height: 16px;
    font-size: 11px;
}

.box_right {
    float: right;
    width: 520px;
}

.price_text {
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* used category, block of product displays */
.prod_block {
    float: left;
    width: 220px;
    height: 220px;
    margin: 15px 7px 10px 7px;
    background: #e0e7ea;
    display: inline;
}


/* separator */
.sborder {
    float: left;
    width: 100%;
    height: 2px;
    font-size: 2px;
    background: url(../images/dot.jpg) repeat-x bottom left;
    padding: 10px 0 0;
}

/* smaller product display */
.concise_float {
    float: left;
    padding: 18px !important;
    padding: 16px;
    width: 150px;
}

    .concise_float_sponsorship {
        float: left;
        padding: 18px 36px 18px 0 !important;
        padding: 16px 32px 16px 0;
        width: 150px;
    }

    .concise_float_img {
        border: 2px solid #3F5EA5;
        height: 150px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        width: 150px;
		margin-bottom:5px;
    }

/* TODO: rename this */
.common_block {
    float: left;
    width: 100%;
    height: auto;
}

/* used in ecomm/review_form */
.sign {
    padding-top: 5px;
}

.commondiv {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

.product_box {
    float: left;
    font-family: Arial, Verdana, sans-serif;
    width: 100%;
}

.cat_maxdiv {
    display: inline;
    float: left;
    padding-bottom: 8px;
    padding-top: 20px;
    width: auto;
}

.cat_minbox_select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #006633;
    float: left;
    height: 40px; /*margin:0 8px 0 0;*/
    margin: 0 8px 5px 0;
    padding: 1px;
    width: 40px;
    display: inline;
    overflow: hidden;
    position: relative;
}

.cat_minbox_select_last {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #006633;
    float: left;
    height: 40px; /*margin:0 0px 0 0;*/
    margin: 0 0px 5px 0;
    padding: 1px;
    width: 40px;
    overflow: hidden;
    display: inline;
    position: relative;
}

.cat_minbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #bbbbb9;
    float: left;
    height: 40px; /*margin:0 8px 0 0;*/
    margin: 0 8px 5px 0;
    padding: 1px;
    width: 40px;
    display: inline;
    overflow: hidden;
    position: relative;
}

.cat_minbox:hover {
    border-color: #666;
}

.cat_minbox_last {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #bbbbb9;
    float: left;
    height: 40px; /*margin:0 0px 0 0;*/
    margin: 0 0px 5px 0;
    padding: 1px;
    width: 40px;
}

.cat_minbox_top {
    background: url(../images/cat_tumb_top.jpg) no-repeat scroll 0 0 transparent;
    width: 270px;
    height: 9px;
    float: left;
    font-size: 6px;
}

.cat_minbox_bg {
    background: url(../images/cat_tumb_bg.jpg) repeat-y scroll 0 0 transparent;
    float: left;
    padding-left: 8px;
    width: 262px;
}

.cat_minbox_vr_bg {
    background: url(../images/cat_verticale_bg.jpg) repeat-x scroll 0 0 transparent; /*width:261px;*/
    float: left; /*margin-left:8px;*/
    display: inline;
    width: 260px;
}

.cat_minbox_bottom {
    background: url(../images/cat_tumb_bottom.jpg) no-repeat scroll 0 0 transparent;
    width: 270px;
    height: 9px;
    float: left;
    font-size: 6px;
}

.quickview_form {
    float: left; /* for IE width/height adjustment */
}

.quick_view_learn_more {
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

/* wishlist style */
.wishlist_heading {
    background: none repeat scroll 0 0 #D3E4F2;
    border-bottom: 1px solid #d3e4f2;
    margin-top: 10px;
    padding: 2px;
	clear:both;
}

/* sign in */
.sign_in_title {
    color: #6D7A81;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 12px;
    padding-bottom: 0;
}

/*forgot password*/
#forgot_password .ecomm_textbox {margin-top:6px;}

/*my account*/
.my_account_edit_billing_left {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.my_account_edit_billing_full {
    width: 100%;
}

.my_account_edit_billing_right {
	float: left;
	width: 48%;
}

.special_product {
    float: left;
    padding: 10px 20px 20px 0;
    width: 600px;
}
.special_img {
    float: left;
    margin-right: 25px;
    border:1px solid #D3E4F2;
}
.special_heading {
    font-size:30px;
    font-weight:normal;
    text-transform:none;
    color:#3F5EA5;
    padding-bottom:0;
}
.special_text {
    font-size:13px;
    color:#4d565b;
    line-height:20px;
}
.widget_facebook_like {
    float: left;
    padding: 45px 0 0 20px;
    width: 300px;
}
.sub_category {
    float:left;
    padding:20px 0 25px;
    width:940px;
}
.common_heading{font-size:11px; color:#6d7a81; font-weight:bold; padding: 0 0 10px; background:url(../images/dot_line.png) repeat-x bottom left; display:block; text-transform:uppercase;}
.sub_category_box{float:left; width:300px; padding-right:20px; margin-bottom: 10px;}
.sub_category_img{float:left; width:300px; height:225px;}
.sub_category_img img {width:225px;}
.sub_category_img a {display:block;text-align:center;}
.sub_category_name {
    background:#e7d2e2 url(../images/sub_bg.jpg) no-repeat left top;
    font-size:16px;
    color:#397926;
    padding:10px 0 10px 25px;
    width:275px; float:left;
}
.sub_category_name a{color:#AE6B9F; float:left;}
.product_box {
    float: left;
    padding-bottom:20px;
    /*width: 938px;*/
}
.product_panel {
    float: left;
    margin-right:19px;
    width: 140px;
}
.product_thumb {
    border: 1px solid #D3E4F2;
    height: 140px;
    position: relative;
    width:140px;
	margin-bottom:10px;
	overflow:hidden;
	text-align:center;
}
.quick_view_icon {
    height: 28px;
    left: 12px;
    position: absolute;
    top: 55px;
    width: 111px;
    z-index: 100;
}
.product_panel h5 a {
    clear: both;
    color: #3F5EA5;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}
.price_box {
    text-align: center;
    width: 140px;
}
.linethrough {
    color: #4d565b;
    font-weight: bold;
    padding-right: 5px;
    text-decoration: line-through;
	display:block;
	font-size:13px;
}
.offer {
    color: #3F5EA5;
    font-weight: bold;
	font-size:13px;
	display:block;
	
}
.browse_categories {
	width:920px;
	float:left;
}
.browse_heading {
	text-transform:none;
	font-size:14px;
	color:#3b4852;
	padding:10px 0;
	float:left;
}
.widget_block {
	float:left;
	width:920px;
	border-top:1px solid #dbe2e6;
	padding-top:10px;
	padding-bottom: 10px;
}
.widget_panel {
	float:left;
	width:220px;
	margin-right:13px;
}
.widget_img {
	background:url(../images/big_bg.jpg) no-repeat;
	width:210px;
	height:210px;
	padding:6px;
}
.widget_block h3 a {
	display:block;
	clear:both;
	text-align:center;
	text-decoration:none;
	color:#0e6a97;
	font-size:16px;
	text-transform:none;
	padding:10px 0;
	line-height:18px;
	font-weight: normal;
}
.widget_block h3 a:hover {
	text-decoration:underline;
}
.common_padding {
	padding:10px;
	display:block;
	float:left;
	width: 920px;
}
.widget_product {
	border:1px solid #FFF;
}
.widget_product:hover {
	border:1px solid #0c597f;
}
.product_img {
	/* background:url(../images/small_bg.jpg) no-repeat; */
	width:130px;
	height:130px;
	padding:5px;
	position: relative;
}
.product_panel h5 a:hover {
	text-decoration:underline;
}
.product_border {
	border:1px solid #FFF;
}
.product_border:hover {
	border:1px solid #0c597f;
}

.paging {margin-bottom:20px;}
#widget_flavor_filter  {
    background:url(../images/dot_line.png) repeat-x scroll left bottom;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    margin-top:-20px;
}
#widget_flavor_filter_inner {
    background: url(../images/recommended-for.png) no-repeat scroll 0 7px transparent;
    padding:5px 0 5px 160px;
    float:left;
}
#widget_flavor_filter a {
    float: left;
    margin-right: 15px;
    padding: 3px 0;
    line-height: 1.4em;
}
#widget_flavor_filter a.current_flavor {
    background: url(../images/current_flavor_bg.png) no-repeat scroll left top transparent;
    color: white;
    font-weight: bold;
    margin: 3px 0 0 -5px;
    padding: 0 0 2px 6px;
    text-decoration: none;
}
.current_flavor:hover {
        text-decoration:none !important;
}
.current_flavor_r_cap {
    float: left;
    margin: 3px 8px 0 0;
}
.flavor_filter_anchor {
    padding:0 !important;
    margin: 0 !important;
}.create_account_reseller_small_font {
    font-size: 11px;
    color: #666666;
}

.create_account_reseller_font11 {
    font-size: 11px;
}

.checkout_leftpanel  {
    float: right;
    margin-right: 5px;
    padding: 18px 0 0;
    width: 700px;
}
	.checkout_disc_col,
	.checkout_total_col {
	    float: left;
	    width: 50%;
	}
	
.checkout_rightpanel  {
    float: left;
    padding: 5px 0 0;
    width: 220px;
}


.checkout_brown_text {
    color: #663333;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

.checkout_order_pan {
    float: left;
    width: 100%;
    font-size: 11px;
    height: auto;
    padding: 0 0 12px;
}
.checkout_button_pan .text_right {
	float:right;
	padding:10px 10px 0;
	
}
.checkout_order_row {
    float: left;
    width: 100%;
    padding: 0 0 7px;
}

.checkout_right {
    float: left;
    width: 190px;
    margin-bottom: 20px;
    padding: 10px 10px 6px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    background: #D3E4F2;
    border: 1px solid #DBE2E6;
}

	.checkout {
	    font-size: 11px;
	}
	
	    .checkout h4 {
	        background: url(../images/dot_line.png) repeat-x bottom left;
	        color: #4564AB;
	        font-size: 15px;
	        font-style: normal;
	        font-weight: bold;
	        margin: 0 0 10px 0;
	        border-bottom: none;
	        padding: 0 0 10px 0;
	    }
	.checkout_billing_div {
	    padding-bottom: 15px;
	}
	
	    .checkout_billing_div p span {
	        display: block;
	        font-size: 11px;
	    }
		.checkout_bill_head {
		    font-size: 12px;
		    font-weight: bold;
		    padding-bottom: 5px;
		}
		/* used on checkout, view_cart */
	.cell_01 {
	    float: left;
	    width: 458px;
	    height: auto;
	}
	
	    .cell_02 {
	        float: left;
	        width: 130px;
	        height: auto;
	    }
	
	    .cell_03 {
	        float: left;
	        width: 50px;
	        height: auto;
	        text-align: right;
	    }
	
	    .cell_04 {
	        float: left;
	        height: auto;
	        width: 80px;
	        text-align: right;
	    }
	
	    .cell_05 {
	        float: left;
	        width: 80px;
	        height: auto;
	        text-align: right;
	    }
		
select.checkout_shipping_dropdown {
    width: 168px;
}

.checkout_dspacer {
    padding: 0 3px;
    font-size: 10px;
}
.rewardsform {
	clear:both;
}
.must_save {
	background-color: #AD689E;
	padding: 3px;
	margin-right: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #AD689E;
	border-bottom-width: 2px;
	color:#fff;
} h1.shoppingcart_title {

    }

.leftpanel_cart {
    width: 700px;
    float: left;
    padding: 5px 0 200px 0;
}
	.leftpanel_cart .button_pan {
	    float: right;
	    width: 680px;
	    text-align: right;
	    background: #d0ac71;
	    padding: 10px 10px 7px;
	}
	.shoppingcart h4, .help_panel h4 {
	    color: #3F5EA5;
	    font-size: 15px;
	    font-style: normal;
	    font-weight: bold;
	    margin: 0 0 10px 0;
	    border-bottom: none;
	    padding: 0 0 10px 0;
		width:100%;
	}

	.help_panel .suggested_products {
		padding-top:5px;
		width:240px;
	}

.cart_dotline {
    background: url("../images/dot_line.png") repeat-x scroll center center transparent;
    clear: both;
    display: block;
    float: left;
    height: 1px;
    margin: 5px 0;
    width: 100%;
}

.shopping_cart_panel {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    border: 1px solid #DBE2E6;
	float: left;
    width: 938px;
}

    .shopping_cart_panel .display {
        width: 100%;
        float: left;
        height: auto;
    }

    .shopping_cart_panel .display_heading_common {
        width: auto;
        color: #333333;
        font-size: 12px;
        line-height: 29px;
        text-align: left;
        font-weight: bold;
    }

    .shopping_cart_panel .display_row_head {
        float: left;
        width: 918px;
        padding: 0 10px;
    	background: #D3E4F2;
		height: 29px;
		-moz-border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		border-radius:5px 5px 0 0;
		border-bottom:1px solid #DBE2E6;
    }

    .shopping_cart_panel .display_row_head .cell_02 {
        float: left;
        width: 78px;
        height: auto;
        padding-top: 0;
        text-align: left;
    }

    .shopping_cart_panel .display_row_head .cell_03 {
        float: left;
        width: 60px;
        height: auto;
        padding-top: 0;
        text-align: left;
    }

    .shopping_cart_panel .display_row_head .cell_04 {
        float: left;
        height: auto;
        width: 60px;
        padding-top: 0;
        text-align: center;
    }

	.shopping_cart_panel .display_row_head .cell_05 {
        float: left;
        width: 80px;
        height: auto;
        padding-top: 0;
        text-align: right;
    }
	  .shopping_cart_panel .display_row_head .autoship_column {
        float: left;
        width: 160px;
        height: auto;
        padding-top: 0;
        text-align: left;
    }

    .shopping_cart_panel .display_row {
        float: left;
        width: 918px;
        padding: 10px 10px;
    }

    .shopping_cart_panel .display_row_alternate {
        float: left;
        width: 918px;
        padding: 10px 10px;
        background: #D3E4F2;
    }

    .shopping_cart_panel .cell_01 {
        float: left;
        width: 635px;
        height: auto;
    }

    .shopping_cart_panel .cell_01 .imgbox {
        float: left;
        width: 39px;
        height: 39px;
        border: 1px solid #DBE2E6;
        margin-right: 5px;
		padding:1px;
		background:#fff;
    }


    .shopping_cart_panel .cell_01 .imgbox img {
        width: 39px;
        height: 39px;
    }

    .shopping_cart_panel .cell_01 .text {
        float: left;
        padding-top: 13px;
    }

	/* note: .autoship_column is basically cell_1.5 in the naming scheme of the cart.
	 * it falls between cell_01 and cell_02*/
	.autoship_column {
		float: left;
        width: 148px;
        height: auto;
        padding-top: 13px;
        text-align: left;
	}
		.cart_autoship_select {
			padding:1px;
			width:120px;
			top:-3px;
			position:relative;
		}
    .shopping_cart_panel .cell_02 {
        float: left;
        width: 80px;
        height: auto;
        padding-top: 10px;
        text-align: left;
    }

    .shopping_cart_panel .cell_03 {
        float: left;
        width: 60px;
        height: auto;
        padding-top: 13px;
        text-align: left;
    }

    .shopping_cart_panel .cell_04 {
        float: left;
        height: auto;
        width: 60px;
        padding-top: 13px;
        text-align: center;
    }

    .shopping_cart_panel .cell_04 a img {
        border: none;
    }

    .shopping_cart_panel .cell_05 {
        float: left;
        width: 78px;
        height: auto;
        padding-top: 13px;
        text-align: right;
    }

    .shopping_cart_panel .input_qty {
        width: 52px;
        /*height: 14px;*/
        margin: 0;
    }

.shoppingcart {
    float: left;
    width: 100%;
    height: auto;
}
	.ie7 #shipping_estimate_zip {
		top:1px;
		position:relative;
	}
    .shoppingcart_in {
        float: left;
        width: 100%;
        height: auto;
    }

    .shoppingcart .dotline {
        background: transparent url(../images/dot_line.png) repeat-x;
        display: inline;
        float: left;
        height: 1px;
        margin: 5px 0;
        width: 100%;
    }

    .shoppingcart .border {
        border-bottom: 1px solid #D3E4F2;
        display: inline;
        float: left;
        height: 1px;
        margin: 5px 0 0;
        width: 100%;
    }

#suggested_accessories {
    margin: 20px 0 10px;
}

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

.cart_total_row {
    float: left;
    width: 100%;
    padding: 7px 0;
}

.cart_row_350 {
    width: 350px;
    float: left;
    padding: 7px 0;
}

.cart_row_520 {
    width: 520px;
    float: right;
    padding: 7px 0;
}

.cart_row_520_left {
    width: 520px;
    float: left;
    padding: 7px 0;
}

.cart_right_space {
    float: right;
    padding-right: 8px;
}

	.cart_button_pan .text_right {
	    line-height: 25px;
	    padding-right: 5px;
	}

/* link that opens 'Change Options' quickview */
.quick_view_open_link {cursor: pointer;}

.create_account_content_left {
    width: 460px;
    float: left;
    padding: 0 0 15px 0;
}

.create_account_content_right {
    width: 460px;
    float: right;
    padding: 0 0 15px 0;
}

.create_account_bottom_cont_spacer {
    padding-bottom: 5px;
}

.create_account_promo_code {
    background: #D3E4F2;
    font-style: oblique;
    font-size: 11px;
    float: left;
    width: 440px;
    padding: 8px 10px;
    font-weight: normal;
    margin: 5px 0;
}

.create_account_payment_block {
    float: left;
    height: auto;
    width: 100%;
}

    .create_account_payment_block .left {
        margin-right: 3px;
    }

a.create_account_whats_this:link,
a.create_account_whats_this:visited,
a.create_account_whats_this:hover {
    color: #663333;
    font-size: 11px;
    margin-left: 5px;
    text-decoration: underline;
}
div.review_ratings_panel {
    width: 300px;
    padding-right: 20px;
    float: left;
}

    .review_ratings_panel .review_ratingOff {
        float: left;
       height: 15px;
	    margin-top: 5px;
	    width: 17px;
        background: url(../images/star_new_clear.png) no-repeat top left;

        cursor: pointer;
    }

    .review_ratings_panel .review_ratingOn {
	    background: url(../images/star_new_selected.png) no-repeat scroll left top transparent;
	    cursor: pointer;
	    float: left;
	    height: 15px;
	    margin-top: 5px;
	    width: 17px;
	}

.review_txtbox_left {
    float: left;
    width: auto;
    padding-right: 18px;
}

.review_ratingtext {
	float:left;
}
	.review_ratingtext p  {
	    font-size: 11px;
	    font-weight: bold;
	    margin: 2px 0 0;
	    padding: 0 0 0 2px;
	}
.right_column_form_review .text_11 {line-height:1.2em;}
/* CSS Document */
.review_box{float:left; width:380px; padding:0 0 5px 0;}
.rating_box{width:160px; float:left;}
.rating_box ul{float:left;}
.rating_box ul li{list-style-type:none; float:left;}
.rating_box ul li a{ background:url(../images/star_gray.png) no-repeat top left; float:left; width:30px; height:24px; display:block; text-indent:-9999px; outline:none;}
.rating_box ul li a:hover{background:url(../images/star_gold.png) no-repeat top left;}
.rating_box ul li.selected a{background:url(../images/star_gold.png) no-repeat top left;}
.review{color:#0e6a97; float:left; padding-right:10px; margin-top:7px;}
.review_seprater{color:#0e6a97; float:left; padding-right:3px; margin-top:11px; border-right:1px solid #7c8387;height:11px;}
.review_small a{
    color: #EB9B00;
    float: left;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.review a{float:left; text-decoration:none; font-size:11px; font-weight:bold;}
.review a:hover{text-decoration:underline;}

.small_review_box{
    padding:0px 0px 5px 5px;
    width:  220px;
}
.small_rating_box{width:80px; float:left;}
.small_rating_box ul{float:left;}
.small_rating_box ul li{list-style-type:none; float:left;}
.small_rating_box ul li a{ background:url(../images/small_gray_star.gif) no-repeat top left; float:left; width:12px; height:12px; display:block; text-indent:-9999px; outline:none;}
.small_rating_box ul li a:hover{background:url(../images/small_gold_star.gif) no-repeat top left;}
.small_rating_box ul li.selected a{background:url(../images/small_gold_star.gif) no-repeat top left;}
.small_review{color:#0e6a97; float:left; padding-right:10px; margin-top:12px; border-right:1px solid #7c8387;}
.small_review a{color:#eb9b00; float:left; text-decoration:none; font-size:11px; font-weight:bold;}
.small_review a:hover{text-decoration:underline;}
.featured_left_block {
    float: left;
    text-align: center;
    width: 85px;
    height: auto;
    margin-right: 10px;
    display: inline;
}

    .featured_left_block .featured_imagebx {
        border: 1px solid #c7c7c7;
        float: left;
        width: 83px;
        height: 83px;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

        .featured_left_block .featured_imagebx img {
            width: 81px;
            padding: 1px;
        }

.featured_right_block {
    float: left;
    width: 169px;
    height: auto;
}

    .featured_right_block .featured_spacer {
        padding-bottom: 11px;
    }

.featured_blue_text {
    font-weight: bold;
    color: #0066CC;
}div.pagi_right .vborder {
    float: right;
}

.vborder {
    float: left;
    width: 1px;
    height: 19px;
    font-size: 2px;
    border-left: 1px dotted #c7c7c7;
    padding: 0 9px 0 0;
}

/* pagination and sorting bar */
.paging {
    float: left;
    width:938px;
    padding: 10px 0;
    background: url(../images/double_dot.png) repeat-x;
	position:relative;
	color:#566571;
	height: 22px;
	margin-bottom:20px;
}

    .pagi_left {
        width: auto;
        float: left;
		padding-top:0px;
		font-family:Arial, Helvetica, sans-serif;
    }

    .pagi_right {
        width: 330px ;
        float: right;
        font-weight: bold;
		padding-top: 1px;
    }

    .paging_right_box {
        float: right;
    }

.pagination li {
    border: 0;
    margin: 0;
    padding: 0 !important;
    line-height: 20px !important;
    background: none !important;
    font-weight: bold;
    float: left;
    font-size: 11px;
    list-style: none;
    display: inline;
	color:#6d7a81;
	font-weight:bold;
}
.pagination li.active{padding:0 3px !important; color:#6d7a81; font-weight:normal;}
.result{color:#566571!important; font-weight:normal!important;}

.pagination ul {
    border: 0;
    margin: 0;
    padding: 0;
}

.pagination a {
    margin-right: 2px;
}

.pagination .previous-off, .pagination .next-off {
    color: #0066cc;
    display: block;
    float: left;
    background: #fff;
    font-weight: bold;
    padding: 0 4px;
}
.previous{padding-left:10px!important;}
.previous a{color:#566571!important;}
.next a{color:#566571!important;}
.next{padding-right:10px!important;}

.pagination .pactive {
    color: #333333;
    font-weight: bold;
    display: block;
    float: left;
    padding: 0 6px;
}

.pagination a:link, .pagination a:visited {
    color:#3F5EA5;
    display: block;
    float: left;
    padding: 0 3px;
    text-decoration: none;
	font-weight:normal;
}
.pagination a:hover{text-decoration:underline;}
.pagination .inactive {
    color: #333333;
    font-weight: bold;
    display: block;
    float: left;
    padding: 0 6px;
}
.pagi_right select{border:1px solid #abb6bd; background:url(../images/select_bg.jpg) repeat-x top left; color:#566571; padding:1px; font-size:11px;}
.select_heading{font-size:11px; font-family:Arial, Helvetica, sans-serif; padding: 0px 10px 3px 3px; float:left; color:#6d7a81;}/* posted reviews under the 'reviews' tab on the product display */
.product_tab_content .head {
    background: url(../images/dot.jpg) repeat-x scroll left bottom;
    float: left;
    height: auto;
    padding-bottom: 5px;
    width: 582px;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: italic;
    margin: 5px 0 10px;
    display: inline;
    color: #4d565b;
}

.product_tab_content .normal {
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
    float: left;
    width: 100%;
}

.product_tab_content .fontbold {
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.product_tab_content .italic {
    font-size: 11px;
    line-height: 18px;
    padding-top: 2px;
    float: left;
    font-style: italic;
    width: 100%;
}

.product_tab_content .left {
    padding-right: 5px;
}

.product_tab_content_featured_review {
    background-color: #F6F6F6 !important;
    border: 1px dotted #C2C2C2;
    width: 580px !important;
}

.product_tab_content_normal_view {
    font-size: 11px;
    line-height: 18px;
    padding-top: 5px;
    float: left;
    width: 100%;
}

/*start product_page*/
.product_content_box {
    display: inline;
    float: left;
    padding-top: 0;
    position: relative;
    width: 958px;
}

.product_leftpanel {
    display: inline;
    float: left;
    height: auto;
    padding-top: 10px;
    position: relative;
    width: 720px;
    /*z-index: 100;*/
}

.product_rightpanel {
    display: inline;
    float: left;
    height: auto;
    width: 220px;
    z-index: 0;
    margin-top: 10px;
}

.product_display_box {
    float: left;
    padding: 0;
    width: 300px;
}

.prod_big {
    display: inline;
    float: left;
    height: auto;
    text-align: center;
    width: 300px;
}


.image_big {
    border: 1px solid #D3E4F2;
    float: left;
    height: 300px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 0;
    width: 300px;
    background:#fff;
}

.image_big a {
    display: block;
    height: 298px;
    margin: 1px;
    overflow: hidden;
    position: relative;
    width: 298px;
}

.insert_box {
    clear: both;
    display: inline;
    float: left;
    height: 16px;
    width: 100%;
    padding: 0 0 5px;
}

.insert_box_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 21px;
    margin: auto;
    padding: 0 10px;
    width: 105px;
}

.insert_box_icon {
    float: left;
}

.insert_box_text {
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
}

.insert_box_text a {
    color: #3F5EA5;
    font-family: Arial, Helvetica, sans-serif;
}

.insert_box_text a:hover {
    text-decoration: underline;
}

.video_box {
    float: left;
    padding: 15px 0 0;
    width: 302px;
}

.video_bdr {
    border: 1px solid #CFD3D5;
    display: inline;
    float: left;
    height: 225px;
    margin-bottom: 10px;
    width: 300px;
}

    /* Video Popup */
.video_block {
    width:100%;
    float:left;
}
.big_video {
    float:left;
}
.nav_video {
    border-left: 1px solid #F0F0F0;
    float: right;
    height: 295px;
    list-style: none outside none;
    margin: 0 0 0 15px;
    overflow-y: auto;
    padding: 0;
    width: 315px;
}
.video_modal_thumbnail_active,
.video_modal_thumbnail {
    border-bottom: 1px solid #F0F0F0;
    float: left;
    padding: 5px 0;
    width: 100%;
}
.video_modal_thumbnail_active {
    background: url(../images/bottom_base_bg.jpg) repeat-x scroll 0 0 #efeff1;
}
.nav_video .img {
    float: left;
    margin: 0 10px 0 5px;
}
.nav_video .img img {
    float: left;
}
.nav_video .text {
    float: left;
    width: 280px;
}

.nav_video .text a{
    font-weight:normal;
    text-decoration:none;
    color:#666;display:block;
}

.product_info_block {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 380px;
}

.product_info_block h1 {
    /*color: #6D7A81;
    font-size: 30px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
    position: relative;
    text-transform: none;
    top: -6px;
    width: 100%;
    line-height: 1em;*/
}

/*.rating_box {
 float: left;
 padding-bottom: 5px;
 width: 100%;
 }*/
.product_link_row {
    border-bottom: 1px solid #CFD3D5;
    float: left;
    padding: 5px 0;
    width: 100%;
}

.rating_box_content {
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 15px;
    width: 100%;
}

.dot_content_box {
    background: url(../images/dot_line.png) repeat-x top left;
    display: inline;
    float: left;
    height: auto;
    padding-top: 5px;
    width: 100%;
}

.product_price {
    float: left;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
}

.product_price_left {
    float: left;
    padding-right: 10px;
    padding-top: 7px;
    width: 170px;
}

.f_fix {
    float: left;
    width: 100%;
}

.product_price_block_left {
    float: left;
    padding-bottom: 5px;
    width: 53%;
}

.text_bold {
    font-weight: bold;
}

.product_price_block_right {
    float: right;
    text-align: right;
    width: 47%;
}

.linethrough {
    padding-right: 0px;
    text-decoration: line-through;
}

.font_11 {
    font-size: 11px;
}

.pro_sale_price {
    color: #AD689E;
    float: right;
    font-size: 15px;
    font-weight: bold;
}

.product_info {
    float: left;
    position: relative;
    width: 398px;
}

.product_info_left {
    background: none repeat scroll 0 0 #dbe2e6;
    display: inline;
    float: left;
    width: 380px;
}

.product_inforow {
    float: left;
    padding-top: 10px;
    position: relative;
    width: 380px;
    z-index: 10000;
}

.product_infolabel_left {
    float: left;
    line-height: 18px;
    padding-right: 5px;
    text-align: right;
    width: 90px;
}

.cat_infolabel_right {
    float: left;
    width: 215px;
}

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

.max_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: 19px;
    padding: 1px;
    width: 186px;
}

p.info_icon {
    float: left;
    height: 18px;
    margin: 0;
    padding: 0 0 0 5px;
}

/*------------------tooltip---------------------*/
span.info_hover {
    position: relative;
}

span.info_hover strong {
    white-space: normal;
    display: none;
	z-index: 1000;
}

span.info_hover:hover strong {
    bottom: 24px;
    display: block !important;
    left: -74px;
    position: absolute;
    font-weight: normal;
}

li.info_hover {
    position: relative;
}

li.info_hover strong {
    display: none;
}

li.info_hover:hover strong {
    bottom: 20px;
    display: block !important;
    /*left: -17px;*/
    left: -24px;
    position: absolute;
    font-weight: normal;
}

.info_abottom {
    background: url(../images/tool_green_arrow.png) no-repeat;
    width: 180px;
    float: left;
    font-size: 8px;
    height: 9px;
}

.info_tooltip {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #3F5EA5;
    border-right: 1px solid #3F5EA5;
    border-left: 1px solid #3F5EA5;
    float: left;
    font-size: 11px;
    height: auto;
    padding: 10px;
    width: 158px;
}

.info_tooltip_head {
    float: left;
    width: 160px;
    font-weight: bold;
    font-size: 11px;
    color: #6d7a81;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.img_01 {
    float: left;
    border: 1px solid #dfeade;
    width: 50px;
    height: 50px;
    margin: 0 10px 10px 0;
}

.tool_tip_text {
    font-size: 12px;
    line-height: 1.2em;
}

.product_buttonrow {
    background: none repeat scroll 0 0 #dbe2e6;
    border-top: 1px solid #FFFFFF;
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 388px !important;
}

.product_buttonrow_text {
    float: left;
    padding-top: 10px;
    text-align: right;
    width: 250px;
    font-style: italic;
    color: #3b4858;
}

.product_info_banner {
    float: left;
    overflow: hidden;
    position: relative;
    width: 388px;
    padding: 0 0 5px;
}

a.black_link {
    color: #3b4858;
    text-decoration: none;
}

.product_regular {
    color: #3b4858;
}

.product_price_right {
    color: #4D565B;
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    padding-left: 8px;
    text-transform: none;
    width: 199px;
    padding-top: 7px;
}

.text_normal {
    font-weight: normal !important;
}

.product_tab_block {
    float: left;
    width: 940px;
}

.product_intab {
    display: inline;
    float: left;
    height: auto;
    margin-top: 15px;
    width: 100%;
    border-bottom: 3px solid #d3e4f2;
}

ul.tabmenu {
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    list-style: none outside none;
    padding-top: 5px;
    position: relative;
    z-index: 25;
    height: 33px;
}

ul.tabmenu li.active {
    display: inline;
    float: left;
    height: 32px;
    line-height: 30px;
    padding: 0 5px 0 0;
    position: relative;
    text-align: left;
}

ul.tabmenu li.active a {
    background: url(../images/tab.png) no-repeat top left;
    color: #333333;
    float: left;
    font-weight: normal;
    height: 32px;
    text-decoration: none;
    width: auto;
}

ul.tabmenu li.active a span {
    background: url(../images/tab.png) no-repeat top right;
    color: #4d565b;
    float: left;
    font-weight: bold;
    height: 32px;
    margin-left: 8px;
    padding: 0 10px 0 2px;
    text-decoration: none;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 36px;
}

ul.tabmenu li {
    display: inline;
    float: left;
    height: 32px;
    line-height: 30px;
    padding: 0 5px 0 0;
    position: relative;
    text-align: left;
}

ul.tabmenu li a {
    color: #333333;
    cursor: pointer;
    float: left;
    font-weight: normal;
    height: 32px;
    text-decoration: none !important;
    width: auto;
}

ul.tabmenu li a span {
    color: #3F5EA5;
    float: left;
    font-weight: bold;
    height: 32px;
    margin-left: 8px;
    padding: 0 10px 0 2px;
    text-decoration: none !important;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 36px;
}

ul.tabmenu li a:hover {
    background: url(../images/tab.png) no-repeat scroll left top transparent;
    color: #333333;
    float: left;
    font-weight: normal;
    height: 32px;
    text-decoration: none !important;
    width: auto;
}

ul.tabmenu li a:hover span {
    background: url(../images/tab.png) no-repeat scroll right top transparent;
    color: #4d565b;
    float: left;
    height: 32px;
    margin-left: 8px;
    padding: 0 10px 0 2px;
    text-decoration: none !important;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
}

ul.tabmenu li:hover, ul.tabmenu li.hover {
    z-index: 40;
}

ul.tabmenu li:hover {
    display: inline;
    float: left;
    height: 32px;
    line-height: 30px;
    padding: 0 5px 0 0;
    position: relative;
    text-align: left;
}

.product_rightpanel_inn {
    background: #FFFFFF;
    display: inline;
    float: left;
    height: auto;
    margin: 1px;
    padding-left: 20px;
    padding-top: 20px;
    width: 200px;
    z-index: 0;
}

.wishdiv {
    float: left;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 90%;
}

.float_div a:hover {
    text-decoration: underline !important;
}

.wish_icon {
    float: left;
    line-height: normal;
    margin: 0;
    padding-left: 0;
    padding-right: 6px;
    width: auto;
}

.question_icon {
    color: #3F5EA5;
    text-decoration: none;
    font-size: 13px;
    background: url(../images/question.jpg) no-repeat left center;
    padding-left: 20px;
}

.wish_icon {
    color: #3F5EA5;
    text-decoration: none;
    font-size: 13px;
    background: url(../images/wishlist.jpg) no-repeat left center;
    padding-left: 20px;
}

.friend_icon {
    color: #3F5EA5;
    text-decoration: none;
    font-size: 13px;
    background: url(../images/message.jpg) no-repeat left center;
    padding-left: 20px;
}

.wishdiv a:hover {
    text-decoration: underline;
}

.wish_text {
    float: left;
    font-size: 12px;
    text-align: left;
    width: auto;
}

.float_div {
    display: inline;
    float: left;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: center;
    width: 100%;
}

.customer_photo {
    float: left;
    padding: 15px 0 0 0;
}

.customer_photo h3 {
    color: #3b4852;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #dbe2e6;
    padding-bottom: 6px;
    width: 190px;
}

.customer_photo_panel {
    float: left;
    width: 190px;
    padding: 20px 0 0 0;
}

.customer_img {
    background: url(../images/small_bg.jpg) no-repeat scroll 0 0 transparent;
    height: 130px;
    padding: 5px;
    position: relative;
    width: 130px;
}

.customer_photo h5 a {
    clear: both;
    color: #566571;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.user_img {
    background: url(../images/small_bg.jpg) no-repeat scroll 0 0 transparent;
    height: 130px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    width: 130px;
}

.user_img {
    background: url(../images/small_bg.jpg) no-repeat scroll 0 0 transparent;
    height: 130px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    width: 130px;
}

.tab_description_block {
    float: left;
    padding: 10px 0;
    width: 940px;
}

.tab_description_block h4, .tab_recipes_block h4, .tab_review_box h4, .action_block h4 {
    color: #3F5EA5;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: normal;
    padding: 8px 0;
    font-weight: bold;
}

.tab_description_block p {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 0 0;
}

.dis_heading {
    color: #975400;
    font-weight: bold;
    text-transform: uppercase;
}

.tab_recipes_block {
    float: left;
    padding: 10px 0;
    width: 940px;
}

.action_block {
    float: left;
    padding: 10px;
    width: 670px;
}

.action_common {
    float: left;
    width: 670px;
    padding: 10px 0;
}

.action_panel {
    float: left;
    padding: 0 35px 0 0;
    width: 140px;
}

.action_panel h5 span {
    clear: both;
    color: #566571;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.review_block {
    float: left;
    padding: 10px;
    width: 670px;
}

.review_snapshot {
    float: left;
    width: 938px;
    border: 1px solid #d3e4f2;
    margin: 10px 0;
}

.tab_row {
    float: left;
    width: 902px;
    padding: 10px 19px 19px 19px;
    position: relative;
}

.tab_row_heading {
    font-size: 16px;
    color: #4d565b;
    text-transform: none;
    font-weight: bold;
    padding-top: 10px;
}

.tab_rating_box {
    float: left;
    padding: 3px 0;
}

.italic_text {
    font-style: italic;
    font-weight: normal;
}

.customers_by {
    font-size: 13px;
    clear: both;
    padding: 5px 0;
    width: 780px;
}

.write_review{
	float:left;
	margin-top:7px;
	padding-left: 10px;
}

.write_review a{
	float:left;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.write_review a:hover{
	text-decoration:underline;
}

.write_review_right {
    color: #566571;
    float: right;
    padding: 10px 0 0;
    margin-right: 20px;
}

.write_review_right a {
    color: #0e6a97;
    text-decoration: none;
    padding: 0 5px;
}

.write_review_right a:hover {
    text-decoration: underline;
}

.post_text {
    float: left;
    width: 800px;
    padding: 20px;
    font-style: italic;
    color: #4d565b;
    font-size: 13px;
}

.review_helpful {
    float: left;
    padding: 10px;
    font-size: 11px;
    border-left: 1px solid #d3e4f2;
    background: #D3E4F2;
    width: 878px;
}

.review_helpful .approval {
    font-size: 11px;
    color: #3F5EA5;
    padding: 0 5px;
}

.tab_dot_row {
    background: url(../images/dot_line.png) repeat-x scroll left bottom transparent;
    float: left;
    padding-bottom: 5px;
    width: 100%;
}

.tab_alt {
    background: url(../images/tab_alt_bg.jpg) repeat-x top left;
    float: left;
    margin-bottom: 5px;
    padding: 5px 10px 25px;
    position: relative;
    width: 652px;
}

.normal_text_block {
    background: none repeat scroll 0 0 #f6fcff;
    border-left: 1px solid #dbe2e6;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    padding: 10px 5px;
}

.bg_none {
    background: none !important;
}

.share_review {
    font-size: 11px;
    padding: 0 0 8px;
    float: left;
    display: block;
}

.product_share img {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.instock {
    background: url(../images/right.png) no-repeat center left;
    color: #006600;
    font-weight: bold;
}

/*end product_page*/
/*new*/
.product_zoom_box {
    float: left;
    padding: 10px 0 0;
    text-align: center;
    width: 306px;
}

.product_zoom_box a {
    background: url(../images/image_zoom_icon.png) no-repeat scroll left center transparent;
    color: #3F5EA5;
    font-size: 13px;
    padding: 10px 0 10px 30px;
}

.product_thumb_box {
    float: left;
    height: 62px;
    margin-top: 5px;
    padding: 10px 0 0;
    position: relative;
    width: 300px;
}

.product_thumb_box a {
    border: 1px solid #DBE2E6;
    float: left;
    margin-right: 17px;
}

.product_thumb_box a:hover {
    border: 1px solid #4664ac;
}

.product_buy_more {
    color: #4d565b;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 6px 0;
    width: 380px;
    float: left;
}

.product_rate_alternate {
    background: none repeat scroll 0 0 #D3E4F2;
    float: left;
    width: 189px;
}

.product_rate {
    float: left;
    width: 189px;
}

.product_rate_box {
    float: left;
    font-size: 11px;
    width: 190px;
}

.right_subheading {
    background: url(../images/dot_line.png) repeat-x scroll left bottom transparent;
    color: #6D7A81;
    font-size: 11px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.right_small_box {
    float: left;
    padding-bottom: 15px;
    width: 100%;
}

.ingredients {
    float: left;
    padding-top: 5px;
}

.ingredients li {
    float: left;
    list-style-type: none;
    padding-left: 10px;
}

.ingredients li a {
    background: url(../images/green_bullet.gif) no-repeat left center;
    color: #3F5EA5;
    padding: 0 0 0 12px;
    float: left;
    width: 200px;
}

.bottom_arrow {
    width: 220px;
    height: 21px;
    float: left;
    padding: 10px 0;
}

.photo_box {
    background: url(../images/facebook_like_bg.jpg) repeat-x scroll left top transparent;
    float: left;
    padding: 10px;
    width: 200px;
}

.photo_inner {
    float: left;
    border: 1px solid #D3E4F2;
}

.photo_inner img {
    float: left;
    border: 1px solid #FFF;
}

.view_photo {
    width: 130px !important;
}

.featured_recipe h5 a {
    color: #3F5EA5;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
}

.featured_img {
    border: 1px solid #D3E4F2;
    float: left;
    height: 58px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    width: 58px;
}

.featured_recipe {
    float: left;
    margin-top: 20px;
}

.recipe {
    float: left;
    padding: 10px;
}

.recipe li {
    background: url(../images/gray_bullet.gif) no-repeat left center;
    list-style-type: none;
    color: #4d565b;
    padding: 3px 0 3px 20px;
}

.recipe_img_box {
    width: 138px;
    height: 138px;
    border: 1px solid #D3E4F2;
    float: left;
    margin-right: 15px;
}

.recipe_img_box img {
    float: left;
    border: 3px solid #fff;
    width: 132px;
    height: 132px;
}

.recipe_right_box {
    width: 296px;
    float: left;
}

.recipe_heading {
    color: #3F5EA5;
    font-size: 20px;
    float: left;
    padding: 10px 0;
    width: 460px;
    font-weight: normal;
}

.recipe_heading a {
    color: #3F5EA5;
}

.recipe_panel {
    float: left;
    width: 460px;
    margin-right: 20px;
}

.recipe_review {
    float: left;
    background: url(../images/double_dot.jpg) repeat-x top left;
    height: 26px;
    padding-top: 4px;
    width: 298px;
}

.tab_review_box {
    float: left;
    padding: 10px 0;
    width: 940px;
}

.tab_review_box a {
    font-family: Arial, Helvetica, sans-serif;
}

.tab_review_box a:hover {
    text-decoration: underline;
}

.you_like {
    float: left;
    padding: 10px 0;
    width: 940px;
}

.red {
    color: #990000;
}

.featured_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    float: left;
}

.info_box {
    float: left;
    width: 380px;
    position: relative;
    padding: 8px 0 7px 0;
    margin-top: 10px;
}
	.autoship_tabs {

	}
		.autoship_false {
			float: left;
			width: 130px;
			height:29px;
			background: url(../images/autoship-tabs-sprite.gif) no-repeat top left;
		}
		.autoship_true {
			float: left;
			width: 129px;
			height:29px;
			background: url(../images/autoship-tabs-sprite.gif) no-repeat top right;
		}
		.autoship_false_active {
			background-position: bottom left;
		}
		.autoship_true_active {
			background-position: bottom right;
		}
			/* autoship_tabs_bottom classes define the section between
			 * the tabs and the tab contents - style to match design.
			 */
			.autoship_tabs_bottom_active {
				height:10px;
				width:100%;
				background:#d3e4f2;
				-moz-border-radius:0 8px 0 0;
				-webkit-border-radius:0 8px 0 0;
				border-radius:0 8px 0 0;
				float:left;
			}
			.autoship_tabs_bottom_inactive {
				height:10px;
				width:100%;
				background:#d3e4f2;
				-moz-border-radius:8px 8px 0 0;
				-webkit-border-radius:8px 8px 0 0;
				border-radius:8px 8px 0 0;
				float:left;
			}
	.info_box .text_box {
	    width: 70px;
	    height: 18px;
	    background: url(../images/select_bg.jpg) repeat-x top left;
	    border: 1px solid #abb6bd;
	    float: left;
	    color: #6d7a81;
	}
.other_common_box .text_box {
    width: 69px;
    height: 18px;
    background: url(../images/select_bg.jpg) repeat-x top left;
    border: 1px solid #abb6bd;
    float: left;
    color: #6d7a81;
}

div.autoship_tab {
    display: none;
}

    #autoship_qty_description {
        clear: left;
        padding-left: 80px;
    }
/* info_holder */
.info_holder {
    width:179px;
    background:url(../images/bg-info-holder.gif) no-repeat 0 100%;
    padding:0 0 9px;
    position:absolute;
    left:-83px;
    bottom:21px;
    display:none;
}
.info_holder .frame {
    width:156px;
    border:1px solid #309120;
    border-width:2px 2px 0;
    background:#fff;
    padding:7px 10px;
    min-height: 70px;
}
.info_holder {
    background:url(../images/tool_green_arrow_vertical.png) no-repeat right;
    padding:0 7px 0 0;
    left:-180px;
    bottom:-30px;
}
.info_holder .frame {
    border-width:1px 0 1px 1px;
}
.info_holder h3 {
    margin:0 0 6px;
    color: #6D7A81;
    font-size: 11px;
    font-weight: bold;
    font-style:italic;
    text-transform:uppercase;
}
.info_holder p {
    margin:0;
    letter-spacing:-1px;
    word-spacing:2px;
	font-size:13px;
	line-height:18px;
}
.info_holder .frame img {
    margin: 0 5px 0 0;
}
.info_hover:hover .info_holder {
    display: block;
}
/* buy more save more */
#price_chart {
    display: inline-block;
    padding-top: 10px;
}

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

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

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

    .price_chart_content table .table_yousave {
        color: #d70;
    }
	
.vitem_qty, 
.vitem_qty_price {
	padding:2px 4px;
	line-height:1.2em; 
}.contact_info_row {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.contact_sub_head {
    background-color: #D3E4F2;
    padding: 2px 0 !important;
}
/**************************/
/* begin sponsorships.css */
/**************************/

.sponsor_box {
    float: left;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    width: 100%;
	padding: 10px 0;
}

.sponsor_block {
    float: left;
    width: 220px;
    height: 375px;
    margin: 0 7px 0;
    background: #D3E4F2;
    display: inline;
	position:relative;
	overflow:hidden;
}

.sponsor_text {
    padding: 0 4px 4px;
}

.sponsor_block_in {
    margin: 4px;
    float: left;
    display: inline;
    border: 1px solid #c7c7c7;
    background: url(../images/product_base_bg.jpg) #efeff0 repeat-x;
    width: 209px;
    height: 242px;
	position:relative;
	overflow:hidden;
}

.sponsor_head {
    background: none repeat scroll 0 0 #d3e4f2;
    color: #FFFFFF;
    display: inline;
    float: left;
    font-family: Arial,Verdana,sans-serif;
    font-weight: bold;
    margin: 1px;
    text-align: center;
    width: 207px;
}
.sponsor_head a:link, .sponsor_head a:visited {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1.2em;
    padding: 7px 7px 5px;
    text-decoration: none;
    width: 192px;
}

.sponsor_head a:hover {
    color: #24822e;
}

.sponsor_block_in .imagebox {
    text-align: center;
    float: left;
    width: 100%;
}

.sponsor_details {
    width: 100%;
    float: left;
}
.sponsor_details li {
	background: url(../images/bd_arrow.png) no-repeat scroll 10px 7px transparent;
    line-height: 1.2em;
    list-style: none outside none;
    margin-bottom: 5px;
    padding: 0 0 0 23px;
}
.sponsor_details .sponsor_desc {
    float: left;
    width: 745px;
}

.sponsor_details .sponsor_desc_in {
    float: left;
    width: 745px;
    border-bottom: 1px solid #E0E7EA;
    text-align: justify;
    padding-bottom: 15px;
}

.sponsor_desc {
    margin-left: 10px;
    display: inline;
    padding: 0 0 10px 10px;
    width: 160px;
}

.sponsor_details .sponsor_imgbox {
    float: left;
    width: 745px;
}

.sponsor_details h3 {
    color: #4D565B;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 0 187px;
    padding: 0 0 10px;
}
.sponsor_details .viewdiv {
	margin-left: 187px;
	width: 743px;
}
.sponsor_details .product_panel {
	margin-right: 10px;
}
.sponsor_image {
    background-color: #fff;
    border: 1px solid #e0e7ea;
    height: 150px;
    margin: 0 0 0 12px;
    overflow: hidden;
    width: 152px;
    display: inline;
    float: left;
}

.sponsor_desc_in h2 {
    color: #4D565B;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
}

/* back button */
.sponsor_back {

}

	.sponsor_back a, .sponsor_back a:visited {
		-moz-border-radius: 5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	    background: #24822E;
	    border: 2px solid #d3e4f2;
	    float: left;
	    font-size: 12px;
	    padding: 5px;
	    text-align: center;
		color:#fff;
	}

	.sponsor_back a:hover {
		color: #24822E;
		text-decoration: none;
		background:#D3E4F2;
	}
/*****************/
/* begin faq.css */
/*****************/

ul.faq_list {
    margin: 0;
    padding: 0 0 10px 22px;
}

	ul.faq_list li {
	    background: none;
	    list-style: none;
	    padding: 0 0 6px;
	}

	ul.faq_list li a {
	}

ul.faq_detail {
    padding: 0 0 10px 19px;
    margin: 0;
    display: block;
}

	ul.faq_detail li {
		background: none;
	    list-style: none;
	    padding: 0 0 6px;
	}

	ul.faq_detail p {
		margin: 10px 0 0;
	}

ul.faq_sublist {
    margin-left: 60px;
    padding: 0;
}

	ul.faq_sublist li {
		list-style: none;
		padding-bottom: 6px;
	}
.spacer {
	margin-right:5px;
}
.right_cms_block h4 {
    background: none repeat scroll 0 0 #D3E4F2;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 5px;
    padding: 1%;
    width: 98%;
}
/*******************/
/* begin links.css */
/*******************/

.link_tx_linkcon_right {
    float: right;
    width: 700px;
    padding-left: 10px;
    height: auto;
    padding-top: 10px;
}

.link_tx_linkcon_left {
    float: left;
    padding-top: 9px;
    width: 220px;
    height: auto;
}

.link_floatbox {
    float: left;
    height: auto;
    margin-bottom: 20px;
    width: 340px;
    min-height: 222px;
    height: auto !important;
    height: 222px;
    margin-right: 10px;
}

.link_panel .view_spacer {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    line-height: 18px;
    display: inline;
    padding-left: 10px;
    border-left: 1px solid #c7c7c7;
}

.link_panel p {
    margin-bottom: 10px;
}

div.link_panel span.img_01 {
    border: 4px solid #e0e7ea;
    display: inline;
    float: left;
    margin-right: 6px;
}
/***********************/
/* begin locations.css */
/***********************/

.locations_store_zipcode_input {
    width: 168px !important;
    height: 19px;
    padding-top: 3px;
    background: url(../images/input_bg.jpg) repeat-x;
    border: 1px solid #c3c3c3;
}

.locations_store_dropdown {
    width: 170px;
    height: 20px;
    background: #fff;
    border: 1px solid #c3c3c3;
}

.locations_paging_left {
    width: 510px;
    float: left;
}

.locations_paging_right {
    width: auto;
    padding-top: 4px;
    float: right;
}

.locations_pagi_box {
    float: left;
    width: 670px;
    padding: 4px 15px 4px 15px;
}

.locations_st_sortdiv {
    float: left;
    padding-right: 9px;
}

.locations_st_sortdiv .left {
    padding-top: 3px;
    padding-right: 10px;
}
.locations_st_sortdiv select {
	margin-top:2px;
}
.locations_sort_dropdown {
    width: 155px;
    height: 20px;
    background: #fff;
    border: 1px solid #c3c3c3;
}

.locations_store_panel {
    float: left;
    width: 340px;
}

	.locations_store_panel .view_spacer {
		float: left;
		margin-top: 20px;
		margin-left: 15px;
		line-height: 18px;
		display: inline;
		padding-left: 10px;
		border-left: 1px solid #c7c7c7;
		min-height: 120px;
		height: auto !important;
		height: 120px;
	}

	.locations_store_panel p {
		margin-bottom: 8px;
	}

.locations_store_floatbox {
    float: left;
    height: auto;
    margin-bottom: 10px;
    width: 340px;
}
/************************/
/* begin newsletter.css */
/************************/
.newsletter_main_block {
	float: left;
    margin-right: 20px;
    padding-left: 0;
    width: 700px;
}
.newsletter_side_block {
	float: left;
    width: 220px;
}


/* No longer used? */

.newsletter_signup_wrapper {
    float: left;
    width: 100%;
}

.newsletter_signup_wrapper .button_pan {
    width: 660px;
}

.newsletter_signup_left {
    float: left;
    width: 220px;
}

.newsletter_signup_right {
    float: right;
    width: 460px;
}

.newsletter_signup_right_column {
    float: right;
    width: 290px;
    height: auto;
}

.newsletter_signup_right_column .vleft {
    float: left;
    padding-right: 8px;
}

.newsletter_signup_captcha {
    width: 140px;
    height: 19px;
    padding-top: 3px;
    background: url(../images/input_bg.jpg) repeat-x;
    border: 1px solid #c3c3c3;
}

.newsletter_signup_common_row {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.newsletter_signup_inputbox {
    width: 287px;
    height: 19px;
    background: url(../images/input_bg.jpg) repeat-x;
    padding-top: 3px;
    border: 1px solid #c3c3c3;
}

/* only used in standard_wrapper.html */
.newsletter_product_wrapper {
    float: left;
    width: 940px;
    background: url(../images/login_strip_bg.jpg) no-repeat top center;
    height: 40px;
    text-align: center;
}

    .newsletter_product_wrapper .dleft {
        float: left;
        padding-right: 10px;
        padding-top: 15px;
    }

    .newsletter_product_wrapper .ileft {
        float: left;
        padding-right: 10px;
        padding-top: 12px;
    }

    .newsletter_product_wrapper .txt_left {
        padding-left: 5px;
        padding-top: 5px;
        float: left;
    }

    .newsletter_product_wrapper .txt_bold {
        text-transform: uppercase;
        font-weight: bold;
    }/**********************************/
/* begin photo_gallery_upload.css */
/**********************************/
.gallery_upload_section_heading {
	padding:0;
}
.gallery_upload_separator {
    background: url(../images/dot_line.png) repeat-x top left;
    padding: 10px 0 10px 10px;
    margin-top: 10px;
    display: block;
}
	.gallery_upload_separator .inputbox {
		width:200px;
	}

.gallery_upload_page {
    padding-top: 0 !important;
}

	.gallery_upload_page h2 {
		font-size: 16px;
		font-weight: bold;
		color: #900;
		padding: 10px 0;
	}

.gallery_associate_product_left {
    float: left;
    padding: 0 0 15px;
    width: 150px;
	margin-top:5px;
}

.gallery_associate_product_right {
    float: right;
    width: 460px;
    position: relative;
	margin-top:-20px;
}
	.gallery_associate_product_right .clearfix {
		margin-bottom: 10px;
	}
.gallery_upload_imagebox  {
    float: left;
    position: relative;
    text-align: center;
    width: 130px;
	margin-right:15px;
}
	.gallery_upload_imagebox .gallery_show_product {
		float: left;
	    margin-left: 0px;
	    width: 130px;
	    height: 200px;
	    position: relative;
	}
		
	.gallery_upload_remove_icon {
		position:absolute;
		top:-6px;
		left:-4px;
	}
	.autocomplete_image {
		background: none repeat scroll 0 0 #D3E4F2;
	    border: 1px solid #d3e4f2;
	    float: left;
	    margin:0 10px;
	    padding: 5px;
	}
	.autocomplete_text {
		
	}
		.autocomplete_text a span b {
			display:none;
		} 
		.autocomplete_text a img { 
			position: relative;
    		top: 4px;
		}
.gallery_content_left {
    float: left;
    height: auto;
    width: 745px;
}

.gallery_content_right {
    float: right;
    height: auto;
    width: 150px;
}

.gallery_sort {
    margin: 20px 20px 0;
    padding: 0;
}

.gallery_product_img {
    width: 50px;
    float: left;
    height: 50px;
    overflow: hidden;
	margin-right:5px;
}

.gallery_productprice {
    width: 80px;
    float: left;
}

.gallery_title {
    font-weight: bold;
    padding: 3px;
    text-align: center;
    width: 150px;
}

.gallery_fleft {
    width: 100%;
    float: left;
    margin: 5px 0 5px 2px;
}

.gallery_show_product {
    float: left;
    margin-left: 10px;
    width: 125px;
    height: 200px;
    position: relative;
}
/*this is for the show products link on the gallery page*/
.gallery_show_products {
	display:block;
	width:100%;
}

/*--- Video Gallery ---*/

.video_gallery_item {
	float: left;
    padding: 18px !important;
    width: 150px;
    height: 190px;
}
.video_gallery_thumb {
	border: 2px solid #3F5EA5;
    /*height: 150px;*/
	height: 100px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
.video_gallery_title {
	font-weight: bold;
    padding: 3px;
    text-align: center;
    width: 150px;
}
.video_gallery_details_wrapper {
	width:100%;
	text-align:center; 
	padding: 0 0 20px 0;
}
.video_gallery_details_page .product_panel {
	height:255px;
}
.video_gallery_associated_products h2 {
	border-bottom: 1px solid #E0E7EA;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.gallery_modal_item {
    min-height:50px;
}
.imagebox_small a:hover {
    text-decoration:none;
}/* note: these recipe styles were copied in from ManitobaHarvest, and should be cleaned up. */



/*=============Recipe Index===========*/



div.recipe_featuredRecipe {

    margin: 10px 0 15px 0;

    background-color:#D3E4F2;

    padding:10px;

    width:670px;

	float:left;

}

div.recipe_featuredRight {

    float:right;

    margin-right:3px;

    width:175px;

}

div.recipe_featuredRight_inner {

    height:154px;

    overflow:hidden;

    margin:3px 0 0 3px;

    position:relative;

    width:154px;

}

div.recipe_featuredLeft {

    width:73%;

    /*padding: 0 2% 0 0;*/

    padding:0px;

    float:left;

}

    div.recipe_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:#999;

        width:95%;

        border-bottom:1px dotted #999;

        background: none;

    }

    div.recipe_featuredLeft h2 {

        margin:8px 0 0 8px;

        width:95%;

    }

        div.recipe_featuredLeft h2 a {

            text-transform:capitalize;

            text-decoration:none;

            font-size:18px;

            padding:0;

            color:#0D531D;

            margin:0;

        }

        div.recipe_featuredLeft h2 a:hover {

            text-decoration:underline;

        }

    div.recipe_featuredLeft p {

        font-family:Arial, Helvetica, sans-serif;

        margin:8px 0 0 8px;

        width:95%;

    }

    div.recipe_featuredLeft span a {

        margin:8px 0 0 8px;

        /*padding: 0 0 0px 10px;*/

        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

        font-size:11px;

        color:#0D531D;

        text-decoration:none;

        float:left;

        /*background:url(../images/arrow.jpg) no-repeat center left;*/

    }

    div.recipe_featuredLeft span a:hover {

        text-decoration:underline;

    }



.recipe_index{

    margin-top:10px;

}

    .recipe_index h4 {

        margin-bottom:10px;

    }

    .recipe_leftPanel div.recipe_index div.recipe_title {

        width:100%;

        margin:0;

        padding:0;

    }

        div.recipe_index div.recipe_title p {

            text-transform:uppercase;

            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;

        }

/*=============Recipe Index===========*/



/*==========RECIPE DETAILS===========*/

.rating_star_text {

	color: #EB9B00;

    font-size: 11px;

    padding: 4px 0;

    text-transform: none;

	font-style: italic;

}

.recipe_rating_stars {

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

    background: none repeat scroll 0 0 #d3e4f2;

    float: left;

    padding: 2px 5px;

    width: 99%;

}

.recipe_leftPanel div.recipe_content {

    background-color: #D3E4F2;

    margin:0;

    padding:20px;

    color:#333;

    width:650px;

	float:left;

}

    .recipe_content ul, .recipe_content ol{

        margin-top:10px;

    }

.recipe_leftPanel div.recipe_title {

    float:left;

    margin:0;

    padding-bottom:10px;

}

	.recipe_leftPanel div.recipe_title h1 {

		font-size:24px;

		margin:0;

		font-weight:normal;

		padding-top:0;

	}

/*-- servings it makes, prep time, cook time --*/

.recipe_information {

	width:100%;

	float:left;

	padding:10px 0;

}

	.recipe_info_item {

		float:left;

		padding-right: 10px;

		margin-right:10px;

		border-right: 1px solid #c2c2c2;

	}

		.recipe_info_item span {

			font-weight: bold;

		}

	.recipe_info_cook {

		border-right: none;

	}

.recipe_leftPanel div.recipe_extras {

    background-color:#EDDAC1;

    width:260px;

    margin-left:10px;

    float:left;

    padding:10px;

}

	.recipe_leftPanel div.recipe_extras ul {

		width:100%;

		padding:0;

		margin:0;

	}

	.recipe_leftPanel div.recipe_extras li {

		float:left;

		display:inline;

		width:40%;

		padding: 5px 0 5px 20px;

		font-size:13px;

		margin-left:5px;

		border:none;

	}

	.recipe_leftPanel div.recipe_extras a {

		text-decoration:none;

		color:#872107;

	}

	.recipe_leftPanel div.recipe_extras a:hover {

		text-decoration:underline;

		color:#872107;

	}



.recipe_leftPanel div.recipeDescription {

    clear:left;

    padding:0;

    width:100%;

}



	.recipe_leftPanel div.recipeDescription p {

		margin:0 0 10px 0;

		line-height:1.6em;

	}

.recipeIngredients, .recipeDescription, .recipeDirections {

    float:left;

    clear:left;

    width:100%;

    _width:580px;

 ^width:580px;

    _padding-right:20px;

 ^padding-right:20px;

}

	.recipe_leftPanel div.recipeIngredients h2, .recipe_leftPanel div.recipeDirections h2  {

	    border-bottom: 1px dotted #999999;

	    color: #3F5EA5;

	    padding: 10px 0 5px;

	    width: 660px;

	}

	.recipe_leftPanel div.recipeIngredients ul {

		list-style:none;

		margin-left:3px;

	}

	.recipe_leftPanel div.recipeIngredients li {

		background:url(../images/bullet_green.png) no-repeat left center;

		padding:0 0 0 15px;

		border:none;

		margin-bottom:10px;

	}

	.recipe_leftPanel div.recipeDirections ol {

		list-style-type:decimal;

		margin:0;

		padding:0;

	}

	.recipe_leftPanel div.recipeDirections li {

		list-style-type:decimal;

		margin:0 0 10px 22px;

		padding:0;

		font-weight:normal;

		color:#333;

		border:none;

	}

		.recipe_leftPanel div.recipeDirections li span {

			font-weight:normal;

		}



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;

}

/*========== end RECIPE DETAILS===========*/

/* @charset "utf-8"; */
/* CSS Document */
.content_record {
    float: left;
    padding-top: 10px;
}

/*.content_record a, .content_record a:visited {
    color: #5573B7;
    text-decoration: none;
}*/

.content_record a:hover {
    text-decoration: underline;
}

.cms_block {
    padding: 10px;
    float: left;
    width: 920px;
}

.right_cms_block {
    width: 700px;
    float: left;
    padding: 0 0 10px 20px;
	
}

	.right_cms_block h1 {
		color: #3F5EA5;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2em;
		margin: 0 0 15px;
		padding: 0;
		width: 100%;
	}
	
	.right_cms_block h1 a {
	    color: #5573B7;
	}
	
	h2 {
		color: #3F5EA5;
		font-size: 18px;
		font-weight: normal;
		padding: 0 0 10px;
	}
	
	.right_cms_block h2 a {
	    color: #3F5EA5;
	    width: 100%;
	}
	
	.right_cms_block h3 {
	    color: #6D7A81;
	    font-size: 11px;
	    padding: 5px 0;
	    text-transform: uppercase;
	}
	
	.right_cms_block h3 a {
	    color: #6D7A81;
	    font-size: 11px;
	    text-transform: uppercase;
	}

#key_content li,
.cms_side_column li,
.cms_main_column li,
.content_record li,
.tx_content_right li,
.tab_description_block li{
	background: url(../images/bd_arrow.png) no-repeat 10px 7px;
	padding:0 0 0 23px;
	list-style:none;
	margin-bottom:5px;
	line-height:1.2em;
}
#key_content ul,
.cms_side_column ul,
.cms_main_column ul,
.content_record ul {
	margin-bottom:15px;
}
#key_content p,
.right_cms_block p {
    margin:0 0 15px;
}

.cms_thumb {
    float: left;
    display: block;
    border: 1px solid #FFF;
}

.cms_block h3 {
    font-size: 14px;
    text-transform: none;
    color: #3b4858;
    padding-bottom: 10px;
}

.record_panel {
    width: 700px;
    padding: 10px 0;
    float: left;
}

.record_box {
    width: 330px;
    float: left;
    margin-right: 30px;
}


.record_heading_top {
    background: url(../images/gray_top.jpg) no-repeat top left;
    width: 300px;
    height: 8px;
    float: left;
}

.record_heading_bottom {
    background: url(../images/gary_bottom.jpg) no-repeat bottom left;
    width: 300px;
    height: 8px;
    float: left;
}

.record_heading_mid {
    background: none repeat scroll 0 0 #DBE2E6;
    color: #3B4858;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 3px 7px 15px;
    text-transform: none;
    width: 282px;
}

.record_content {
    padding-left: 10px;
    float: left;
    margin: 10px 0 0;
	clear:left;
	width:315px;
}

.visit_link {
    display: block;
    padding: 0 0 10px;
}

.visit_link a {
    color: #0e6a97;
    text-decoration: none;
}

.visit_link a:hover {
    text-decoration: underline;
}

.record_common {
    float: left;
	margin-bottom:20px;
	width: 100%;
}

.mini_thumb {
    float: left;
    background: url(../images/small_thumb_bg.jpg) no-repeat;
    width: 100px;
    height: 90px;
    margin: 0 10px 0 0;
}

.mini_thumb_img {
    float: left;
    margin: 5px;
    border: 1px solid #FFF;
}

.left_cms_block {
    float: left;
    width: 220px;
}

.cms_like_row {
    float: left;
    padding: 10px 0 15px 5px;
    width: 215px;
	height: 32px;
}

.widget_right {
    background: #e7d2e2;
    float: left;
    width: 220px;
    position: relative;
	margin-bottom: 20px;
}

.widget_top {
    background: url(../images/category_top.jpg) no-repeat top left;
    position: absolute;
    width: 220px;
    height: 5px;
    top: 0;
    left: 0;
}

.widget_bottom {
    background: url(../images/category_bottom.jpg) no-repeat bottom left;
    position: absolute;
    width: 220px;
    height: 5px;
    bottom: 0;
    left: 0;
}

.widget_inner {
    margin: 5px;
    border: 1px solid #fff;
    width: 208px;
    float: left;
    background: #FFF;
}

.ct_heading {
    background: #e7d2e2;
    color: #4d565b;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 8px 6px;
	font-weight: normal;
}

.ct_sub_heading {
    background: url(../images/dot_line.png) repeat-x bottom left;
    color: #0e6a97 !important;
    font-size: 13px !important;
    font-weight: normal;
    padding: 6px !important;
    display: block;
}

.cr_mid, .widget_inner ul {
    float: left;
    padding: 5px;
    width: 200px;
	margin-bottom:0 !important;
}

.widget_inner ul li {
    background: url(../images/dot_line.png) repeat-x bottom left;
    list-style-type: none;
    width: 196px;
    float: left;
	padding:0;
}

.widget_inner ul li a {
    color: #3F5EA5;
    font-size: 13px;
    padding: 7px 6px;
    float: left;
}

.widget_inner ul li a:hover {
    text-decoration: underline;
}

.widget_inner ul li.active a {
    color: #3b4858;
}

ul.cr_sub {
    padding: 5px 10px;
    float: left;
}

ul.cr_sub li {
    list-style-type: none;
    background: none !important;
    width: 150px;
}

ul.cr_sub li a {
    font-size: 11px;
    padding: 5px;
    color: #3F5EA5 !important;
}

ul.cr_sub li a:hover {
    text-decoration: underline;
}
.help_box {
    margin-top:20px;
}

.help_mid h3 {
    color: #6d7a81;
    font-size: 11px;
    text-transform: uppercase;
    background: url(../images/dot_line.png) repeat-x bottom left;
    padding-bottom: 5px;
}

.help_mid ul {
	clear:both;
}
.help_mid img {
	border: 1px solid #F0F0F0 !important;
    float: left;
    margin: 0 5px 5px 0;
	padding: 1px;
}

a.green_link {
    color: #3F5EA5;
}

a:hover.green_link {
    text-decoration: underline;
}

.sp_cms {
    float: left;
    margin: 10px 0 0 0;
    width: 220px;
}

.auto_width {
    width: auto !important;
}

.back {
    float: left;
    padding: 20px 0;
}

.back a {
    color: #0e6a97;
    text-decoration: none;
}

.back a:hover {
    text-decoration: underline;
}

.suggested_heading {
	background: url(../images/dot_line.png) repeat-x scroll left bottom transparent;
	color: #6D7A81;
	font-size: 11px;
	padding-bottom: 8px;
	position: relative;
	text-transform: uppercase;
}

.suggested_heading span {
    float: left;
    padding-right: 5px;
}

.suggested_products {
    float: left;
    padding: 15px 0;
}

.sp_price_box {
	color: #AD689E;	
}

.red_offer {
    color: #AD689E;
    display: block;
    font-weight: bold;
}

.suggested_products h5 a {
	color: #3F5EA5;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	text-transform: none;
}

.record_image {
    border: 1px solid #D3E4F2;
    height: 58px;
    float: left;
    position: relative;
    width: 58px;
    margin-right: 10px;
    overflow: hidden;
}

.record_heading {
    background: #E7D2E2 url(../images/record-title-arrow.png) no-repeat left center;
    width: 275px;
    min-height: 18px;
    color: #AE6B9F;
    font-size: 16px;
    padding: 10px 0 10px 25px;
    text-transform: uppercase;
    border-left:4px solid #AE6B9F;
}

.record_heading:before, .record_heading:after { content: ""; display: table; }
.record_heading:after { clear: both; }
.record_heading { *zoom: 1; }

.record_heading a {
    color: #AE6B9F;
}

/* left side of main content area when split into two columns */
.cms_main_column h1 {

}

.cms_main_column h1 a {

}

.tx_content_left,
.cms_main_column {
    float: left;
    width: 690px;
    height: auto;
    padding-top: 10px;
}

.cms_main_column p {

}

.cms_main_column .left {
    float: left;
}

.cms_main_column .text_left {
    float: left;
    padding-top: 9px;
    padding-left: 15px;
}

.cms_main_column .chktext {
    float: left;
    width: 205px;
}

/* right side of main content area when split into two columns */
.tx_content_right,
.cms_side_column {
    float: right;
    padding-top: 9px;
    width: 220px;
    height: auto;
}

/* subsection to the right column */
.right_box {
    float: left;
    width: 220px;
    margin-bottom: 10px;
    display: inline;
    overflow: hidden;
}

.right_box .icon {
    float: left;
    padding-right: 5px;
}

.right_box h3 {
    background: transparent url(../images/dot_line.png) repeat-x scroll left bottom;
    color: #333333;
    float: left;
    width: 100%;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
}

.right_box .text {
    float: left;
    padding-top: 4px;
}

.right_box_menu_inner_ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.right_box_menu_inner_ul li {
    list-style: none !important;
    margin: 0 !important;
}

/* rounded variation of the boxes in the right column */
.right_roundbox {
    float: left;
    width: 220px;
    background: #e0e7ea url(../images/left_box_mid.jpg) repeat-x;
    height: auto;
}

.right_roundbox_top {
    float: left;
    width: 220px;
    font-size: 3px;
    height: 6px;
    background: url(../images/left_box_top.jpg) repeat-x left top;
}

.right_roundbox_bottom {
    float: left;
    width: 220px;
    font-size: 10px;
    height: 15px;
    background: url(../images/left_box_bottom.jpg) repeat-x left bottom;
}

/* content of boxes in right_box */
.left_roundbox {
    float: left;
    width: 220px;
    background: #e0e7ea url(../images/left_box_mid.jpg) repeat-x;
    height: auto;
}

.left_roundbox_top {
    float: left;
    width: 220px;
    font-size: 3px;
    height: 6px;
    background: url(../images/left_box_top.jpg) repeat-x top left;
}

.left_roundbox_bottom {
    float: left;
    width: 220px;
    font-size: 10px;
    height: 15px;
    background: url(../images/left_box_bottom.jpg) repeat-x bottom left;
}

.right_inner {
    margin: 0 auto;
    width: 187px;
}

.spacerfix {
    color: #eff3f4;
    margin-bottom: 0;
    float: left;
}

.right_inner ul {
    margin: 0 0 0 23px;
    padding: 0;
}

.right_inner li {
    list-style: decimal;
    padding-bottom: 10px;
}

.right_inner p {
    margin-bottom: 10px;
}

.right_inner_bottom {
    margin: 0 auto;
    width: 187px;
}

.right_inner_bottom ul {
    margin: 0 0 0 0;
    padding-top: 5px;
    float: left;
}

.right_inner_bottom li {
    float: left;
    width: 177px;
    list-style: none;
    background: url(../images/r_bullet.jpg) 0 5px no-repeat;
    padding: 0 0 8px 10px;
}

/* content of right column boxes */
.con_div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/* yet another wrapper */
.content_wrapper {
    width: 960px;
    margin: 0 auto;
    height: auto;
}

/* everything between the header and footer */
.content {
    width: 960px;
    height: auto;
    float: left;
    height: auto;
    display: inline;
    margin: 7px 0 0 0;
}

/* main content area */
.content_middle {
    width: 940px;
    padding: 0 5px;
    height: auto;
    background: #fff;
    float: left;
    min-height: 500px;
}

/* left column of content area. see cms_main_column */
/* used by ecommerce pages and contact */
#leftpanel {
    width: 700px;
    float: left;
    padding: 20px 0 0 0;
    height: auto;
}

.leftpanel .button_pan {
    float: right;
    width: 680px;
    text-align: right;
    background: #e0e7ea;
    padding: 10px 10px 7px;
}



.button_pan .text_right {
    line-height: 40px;
    padding-right: 5px;
}

.button_pan {
    float: left;
    width: 100%;
    text-align: right;
    /*background: url(../images/dot_line.png) repeat-x top left;*/
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 15px;
}

/* right column of content area, see cms_side_column */
#rightpanel {
    width: 220px;
    float: right;
    padding: 20px 0 0 0;
}

/* used only by ecomm/product/large_template */
.leftpanel_product {
    width: 320px;
    float: left;
    padding: 5px 0 200px 0;
}
.rightpanel_product {
    float: right;
    width: 620px;
    height: auto;
}

/* shows store phone numbers */
.call_block {
    background: #E6EBEE;
    border: 1px solid #ADADAD;
    float: left;
    width: 198px;
}

.spacer_form {
    padding: 10px 10px;
    margin-bottom: 20px;
}

.call_block h2 {
    background: url(../images/dot_line.png) repeat-x bottom left;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    border-bottom: none;
    padding: 0 0 10px 0;
}

.call_block ul {
    margin: 0;
    padding-top: 5px;
    float: left;
    list-style: none;
}

.call_block li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
}

.call_block li span {
    float: left;
    padding: 4px 0 2px;
    margin-right: 5px;
}

.call_block li span.space {
    margin-bottom: 18px;
}

.call_adbox {
    float: left;
    width: 220px;
}

.tx_inner {
    padding-bottom: 10px;
    padding-left: 10px;
}
.email_friend_left_column {
    float: left;
}
.help_box .help_mid p {
    clear: none;
}/**************************/
/* begin testimonials.css */
/**************************/

.testimonial_add_button {
    width: 230px;
    float: left;
    margin: 20px 10px 0 0;
    padding: 4px 6px 4px 6px;
}div.autocomplete {
    position: absolute;
    background-color: white;
    border: 1px solid #d3e4f2;
    margin: 0;
    padding: 5px;
    z-index: 100;
    font-size: 11px;
    width:200px !important;
    -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
border-radius: 3px;

}

div.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.autocomplete ul li.selected {
    background-color: #f0f0f0;
}

div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 10px 2px;
    cursor: pointer;
    border-bottom: 1px solid #d3e4f2;
    background:none;
}

/*

 * Quick View Link (should provide a hovering image overlayed over product images

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

.quick_view_link_suggested {
    background: url("../images/zoom_icon.png") no-repeat scroll left top transparent;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}

/*.quick_view_wrapper:hover {
	border:1px solid #ad689e;
}*/

/* Quickview Styles */
#product_videos_section_loader {
    width: 780px;
}
#product_videos_section_loader .ui-dialog-titlebar,
.quickview_dialog .ui-dialog-titlebar {
    display: none !important;
}
#product_videos_section_loader,
.quickview_dialog {
    background: transparent none !important;
    border: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.product_videos .ui-dialog-titlebar {
    display: none;
}

.product_videos {
    background: transparent none !important;
    border: none !important;
}

/*quick view*/
/*.ie8 .quick_view_link {

 left: -217px;

 }*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {

 * Safari 3.0 and Chrome rules here *

 .quick_view_link {

 left: 3px;

 }

 }*/
/* CSS Document */
.quick_left {
    float: left;
    width: 385px;
}

.quick_right {
    float: left;
    padding-left: 8px;
    width: 306px;
}

.quick_box {
    width: 630px;
    float: left;
}

.quick_mid {
    background: url(../images/modal_bg.png) repeat-y top left;
    width: 700px;
    padding: 0 25px 10px;
    float: left;
}

.quick_box h1 {
    width: 620px;
    font-size: 30px;
    color: #6d7a81;
    font-weight: normal;
    float: left;
    text-transform: none;
    padding-bottom: 2px;
    line-height: 1em;
}

.close_box {
    float: right;
    width: 80px;
    padding-top: 16px;
}

.close_box a {
    background: url(../images/delete_icon.png) no-repeat center right;
    text-decoration: none;
    color: #3F5EA5;
    float: right;
    width: 54px;
}

.close_box a:hover {
    text-decoration: underline;
}

.quick_box_content {
    width: 700px;
    float: left;
    padding-top: 20px;
    background: url(../images/dot_line.png) repeat-x left top;
}

.quick_text {
    float: left;
    padding: 10px 0 20px;
    margin-bottom: 15px;
    color: #566571;
    line-height: 20px;
    width: 380px;
    background: url(../images/dot_line.png) repeat-x left bottom;
}

.quick_price_box {
    width: 180px;
    float: left;
}

.regular_price_heading {
    float: left;
    font-weight: bold;
    color: #3b4858;
    font-size: 12px;
}

.regular_price {
    float: right;
    font-weight: bold;
    color: #3b4858;
    font-size: 12px;
    text-decoration: line-through;
}

.you_save {
    float: left;
    color: #3b4858;
    font-size: 11px;
}

.save_price {
    float: right;
    color: #3b4858;
    font-size: 11px;
}

.sale_heading {
    float: left;
    color: #AD689E;
    font-size: 15px;
    font-weight: bold;
}

.sale_price {
    float: right;
    color: #AD689E;
    font-size: 15px;
    font-weight: bold;
}

.quick_common {
    float: left;
    padding: 3px 5px;
    width: 165px;
}

.other_box {
    background: none repeat scroll 0 0 #ebf5fe;
    float: left;
    padding: 15px 10px 10px;
    width: 360px;
    margin-top: 1px;
}

.other_common {
    padding: 2px 0 8px 0;
    /*width: 200px;*/
    min-height:20px;
}

.other_heading {
    color: #4d565b;
    font-weight: bold;
    float: left;
    text-align: right;
    padding-right: 5px;
    width: 75px; /*padding-top:2px;*/
    font-size: 11px;
}

.other_select {
    width: 120px;
    background: url(../images/select_bg.jpg) repeat-x top left #fff;
    border: 1px solid #abb6bd;
    float: left;
    line-height: 20px;
    padding: 1px;
    font-size: 11px;
    color: #6d7a81;
}

.info {
    /*float: left;*/
    width: 20px;
    height: 17px;
    padding-left: 3px; /*10px*/
    /* padding-top: 3px;*/
    display: inline-block;
    vertical-align: middle; $display:inline; zoom:1;

}

.autoship_td_content .info {padding-left:0;}



.quick_box .text_box {

    width: 70px;

    height: 18px;

    background: url(../images/select_bg.jpg) repeat-x top left;

    border: 1px solid #abb6bd;

    float: left;

    color: #6d7a81;

}



.add_box {

    background: #d3e4f2;

    padding: 10px;

    width: 360px;

    float: left;

    margin-top: 1px;

	-moz-border-radius:0 0 8px 8px;

	-webkit-border-radius:0 0 8px 8px;

	border-radius:0 0 8px 8px;

}



.add_to {

    float: right;

}



.thumb_box {

    width: 308px;

    padding: 10px 0 0 0;

    margin-top: 5px;

    float: left;

    position: relative;

    height: 62px;

}



.thumb_left {

    background: url(../images/social_left.jpg) no-repeat top left;

    position: absolute;

    top: 0;

    left: 0;

    width: 8px;

    height: 62px;

}



.thumb_right {

    background: url(../images/social_right.jpg) no-repeat top right;

    position: absolute;

    top: 0;

    right: 0;

    width: 8px;

    height: 62px;

}



.thumb_box a {

    border: 1px solid #dbe2e6;

    float: left;

    margin-right: 18px;

}



.thumb_box a:hover {

    border: 1px solid #4664ac;

}



.thumb_img {

    float: left;

    width: 58px;

    height: 58px;

    border: 1px solid #fff;

}



.quick_large_img {

    border: 1px solid #D3E4F2;

    height: 300px;

    padding: 0;

    width: 300px;

}



.quick_large_img a {

    float: left;

    height: 298px;

    margin: 1px;

    overflow: hidden;

    position: relative;

    width: 298px;

}



.cate_md_panel_in {

    float: left;

    width: 100%;

}



.vd_md_left {

    float: left;

    width: 360px;

}



.vd_md_right {

    float: left;

    margin-left: 20px;

    width: 200px;

}



.md_row {

    float: left;

    padding-bottom: 20px;

    width: 100%;

}



.md_snap {

    float: left;

    height: 40px;

    padding-right: 10px;

    width: 60px;

}



.md_picname {

    float: left;

    width: 130px;

}



.md_head a {

    color: #3F5EA5;

    float: left;

    font-size: 13px;

    padding-bottom: 5px;

    text-decoration: none;

    width: 180px;

}



.md_head a:hover {

    text-decoration: underline;

}



.modal_top {

    background: url(../images/modal_top.png) no-repeat top left;

    width: 750px;

    height: 17px;

    float: left;

}



.modal_bottom {

    background: url(../images/modal_bottom.png) no-repeat bottom left;

    width: 750px;

    height: 12px;

    float: left;

}



.top_info {

    background: url(../images/info_top.png) no-repeat top left;

    width: 380px;

    height: 8px;

    position: absolute;

    top: 0px;

    left: 0px;

}



.bottom_info {

    background: url(../images/info_bottom.png) no-repeat top right;

    width: 380px;

    height: 7px;

    position: absolute;

    left: 0px;

    bottom: 0px;

}



.product_price_right {

    color: #4D565B;

    float: right;

    font-size: 11px;

    font-weight: normal;

    line-height: normal;

    padding-left: 8px;

    text-transform: none;

    width: 180px;

}



.product_regular {

    color: #4D565B;

    font-size: 12px;

    padding-bottom: 3px;

}



.instock {

    color: #006600;

    font-weight: bold;

}



.green {

    color: #006600;

    font-size: 11px;

    padding: 4px 0;

    text-transform: none;

}



.zoom_box {

    width: 306px;

    float: left;

    padding: 10px 0 0;

    text-align: center;

}



.zoom_box a {

    background: url(../images/zoom_icon.png) no-repeat left center;

    color: #3F5EA5;

    font-size: 13px;

    padding: 10px 0 10px 30px;

}



.other_size {

    display: block;

    padding-top: 10px;

    float: left;

    width: 700px;

}



.other_size_heading {

    background: url(../images/dot_line.png) repeat-x scroll left bottom transparent;

    color: #6D7A81;

    font-size: 11px;

    padding-bottom: 8px;

    text-transform: uppercase;

}



.other_size_heading span {

    float: left;

    padding-right: 5px;

}



.other_common_box {

    float: left;

    padding-top: 20px;

    width: 700px;

}



.other_mid_heading {

    color: #4d565b;

    font-weight: bold;

    font-size: 16px;

}



.other_mid_heading a {

    color: #4d565b;

    font-weight: bold;

    font-size: 16px;

    text-decoration: none;

}



.other_mid {

    float: left;

    width: 300px;

    padding-left: 5px;

    padding-top: 8px;

}



.other_mid p {

    font-size: 13px;

    padding: 7px 0;


    float: left;

}



.buy_more {

    color: #6d7a81;

    padding: 0 0 6px 0 !important;

    width: 300px;

    font-size: 11px !important;

    font-weight: bold;

    text-transform: uppercase;

}



.rate_box {

    float: left;

    width: 141px;

    font-size: 11px;

}



.rate_alternate {

    float: left;

    background: #D3E4F2;

    width: 140px;

}



.rate {

    float: left;

    width: 140px;

}



.mini_rate {

    float: left;

    padding: 5px 6px;

}



.other_add_box {

    float: right;

    width: 226px;

    padding-top: 10px;

}



.small_text {

    font-size: 11px;

    padding: 5px;

}



.other_red_bold {

    color: #AD689E;

    font-size: 15px;

    font-weight: bold;

    padding: 5px;

}



.other_common_padding {

    padding: 3px 8px;

}



.qty_box {

    float: left;

    padding-top: 10px;

}



.short_width {

    width: 60px !important;

}



.img_box_left {

    float: left;

    border: 1px solid #E3EAE2;

    margin-right: 15px;

}



.video_box_mid {

    background: url(../images/video_box_bg.png) repeat-y top left;

    width: 580px;

    padding: 0 25px 10px;

    float: left;

}



.video_box_top {

    background: url(../images/video_box_top.png) no-repeat top left;

    width: 630px;

    height: 12px;

    float: left;

}



.video_box_bottom {

    background: url(../images/video_box_bottom.png) no-repeat bottom left;

    width: 630px;

    height: 10px;

    float: left;

}



.video_box_content {

    background: url(../images/dot_line.png) repeat-x scroll left top transparent;

    float: left;

    padding-top: 20px;

    width: 580px;

}



.md_norm {

    float: left;

    color: #4d565b;

    font-size: 12px;

}



div.version_top {

    background: url(../images/suggested_icon_up.jpg) no-repeat left top !important;

}



div.version_top_down {

    background: url(../images/suggested_icon.jpg) no-repeat left top !important;

}



.other_size .version_top h3 {

    padding: 0px 0px 6px 22px !important;

}

#product_version_wrapper {
    float: left;
    position: relavtive;
}

.other_title_prise {
    width: 200px;
    text-align: right;
}/**

 * jQuery lightBox plugin

 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)

 * and adapted to me for use like a plugin from jQuery.

 * @name jquery-lightbox-0.5.css

 * @author Leandro Vieira Pinho - http://leandrovieira.com

 * @version 0.5

 * @date April 11, 2008

 * @category jQuery plugin

 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)

 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US

 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin

 */

#jquery-overlay {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 100000;

    width: 100%;

    height: 500px;

}



#jquery-lightbox {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1000001;

    text-align: center;

    line-height: 0;

}



#jquery-lightbox a img {

    border: none;

}



#lightbox-container-image-box {

    position: relative;

    background-color: #fff;

    width: 250px;

    height: 250px;

    margin: 0 auto;

}



#lightbox-container-image {

    padding: 10px;

}



#lightbox-loading {

    position: absolute;

    top: 40%;

    left: 0%;

    height: 25%;

    width: 100%;

    text-align: center;

    line-height: 0;

}



#lightbox-nav {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    z-index: 10;

}



#lightbox-container-image-box > #lightbox-nav {

    left: 0;

}



#lightbox-nav a {

    outline: none;

}



#lightbox-nav-btnPrev, #lightbox-nav-btnNext {

    width: 49%;

    height: 100%;

    zoom: 1;

    display: block;

}



#lightbox-nav-btnPrev {

    left: 0;

    float: left;

}



#lightbox-nav-btnNext {

    right: 0;

    float: right;

}



#lightbox-container-image-data-box {

    font: 10px Verdana, Helvetica, sans-serif;

    background-color: #fff;

    margin: 0 auto;

    line-height: 1.4em;

    overflow: auto;

    width: 100%;

    padding: 0 10px 0;

}



#lightbox-container-image-data {

    padding: 0 10px;

    color: #666;

}



#lightbox-container-image-data #lightbox-image-details {

    width: 70%;

    float: left;

    text-align: left;

}



#lightbox-image-details-caption {

    font-weight: bold;

}



#lightbox-image-details-currentNumber {

    display: block;

    clear: left;

    padding-bottom: 1.0em;

}



#lightbox-secNav-btnClose {

    width: 66px;

    float: right;

    padding-bottom: 0.7em;

}

/* Email A Friend and I have a question lightboxes */

#leftpanel {

	float:left;

}

	#leftpanel h5 {

		color:#566571;

	}

.spacer_form  {

    margin-bottom: 20px;

    padding: 10px;

}



#lightbox_right_column {

	background: none repeat scroll 0 0 #D3E4F2;

    border: 1px solid #d3e4f2;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

    width: 198px;

	float: right;

    margin: 20px 0 0;

}

#lightbox_right_column h2,

#lightbox_right_column h3 {

    color: #24822e;

    font-size: 14px;

    margin-bottom: 5px;

	padding-bottom:5px;

    text-transform: none;

}

#lightbox_right_column ul{

    list-style:none;

	margin-bottom:10px;

}

#lightbox_right_column ul li {

	background:url(../images/bullet_green.png) no-repeat 6px 3px;

	padding-left:20px;

	margin-bottom:8px;

	line-height:1.2em;

	}



/* Review Form Styles */

#reviewform .common_block {

	width:670px;

}

#lightbox_right_column .help_top,

#lightbox_right_column .help_bottom {

	display:none;

}

#lightbox_right_column .help_box {

	margin-top:0px;

	width:auto;

	background:none;

	padding:10px;

}

#carousel {
/*	border-color: #e8e8e9;
	border-style: solid;
	border-width: 0px 1px 1px;*/
    height: 377px;
    width: 940px;
    overflow: hidden;
    /*margin-left: 8px;
    margin-right: 8px;*/
    /*margin-top: 1px;*/
}
.carousel_box{
	float:left;
}

.mscarousel {
    overflow: hidden;
}

.mscarousel img {
    border: 0;
}

.mscarousel .child {
    position: relative;
}

.mscarousel .child .set, .mscarousel .set {
    float: left;
    position: relative;
}

.mscarousel .child .clear {
    clear: both;
}

.hand {
    cursor: pointer;
}

.widget_inner ul li .scl_box a {
padding: 8px;
}
.widget_inner ul li .scl_box a.icon {
	padding: 0px 6px 5px;	
}
.widget_inner ul li .scl_text a {
position: absolute;
display: inline-block;
width: 125px;
font-size: 12px;
}


.sep_line {     
    background-image: url("../images/dot_bdr.jpg");
    background-position: bottom bottom;
    background-repeat: repeat-x; 
	width:680px;
	height: 1px;
}

.more_button {
    clear: both;
    float: right;
	margin-top:10px;
	margin-bottom: 5px;
}
.post_info {
    float: left;
    height: auto;
    margin: 10px 0 0;
    min-height: 55px;
    padding: 0;
	width:685px;
}
.post_info .post_date {
background:url("../images/datebg.png") no-repeat scroll 0 0 transparent;
float:left;
height: 51px;
text-align: center;
width: 49px;
}
.post_info .post_date .month {
color:#FFFFFF;
float:left;
font-size:11px;
margin:-1px 0 0 5px;
text-transform:uppercase;
width:40px;
}
.post_info .post_date .day {
color: #6889B2;
float: left;
font-size: 20px;
margin: 0px 0 0 4px;
width: 40px;
}
.post_info .post_title {
float:left;
padding:0 0 0 11px;
width: 620px;
margin-bottom: 10px;
}
.post_info .page_title {
float:left;
padding:0;
}
.post_info .page_title h1, .post_info .page_title h1 a {
margin:0;
padding:0;
text-decoration:none;
}
.post_info .post_title h1, .post_info .post_title h1 a {
margin:0;
padding:0;
text-decoration:none;
background:none; 
font-size:14pt;
font-weight: normal;
color:#3F5EA5;
}
.post_info .post_title h1 a:hover {
text-decoration: underline;
}
.post_info .post_title small, .post_info .post_title small a {
font-size:11pt;
text-decoration:none;
font-family: Calibri, Georgia, "Times New Roman", Times, serif
}
.post_info .post_title small a:hover {
	text-decoration:underline;
}
.post_content {
 	font-family: Calibri, Georgia, "Times New Roman", Times, serif	;
	font-size: 11pt;
	margin-top: 5px;
	float:left;
	color: #000;
}
.product_smaller_image img, .post_content img.alignright {
	float: right;
	padding: 5px;
	margin-left: 10px; 
	border: #c1bfbf 1px solid;
	background-color: #d1ecfa;
}
.post_content img.aligncenter,
div.aligncenter{
	padding: 5px;
    margin: 0 auto 10px;
	border: #c1bfbf 1px solid;
	clear: both;
    display: block;
	background-color: #d1ecfa;
}
    div.aligncenter a {
        display:block;
        width:100%;
    }
    div.aligncenter img {
        display:block;
        margin: 4px auto;
    }
p.wp-caption-text {
    width:96%;
    margin:0 auto;
}
div.wp-caption{
	padding: 5px;
    margin: 0 auto 10px;
	border: #c1bfbf 1px solid;
	clear: both;
    display: block;
	background-color: #d1ecfa;
}
div.wp-caption img {
    display:block;
    margin: 4px auto;
}

.post_content img.alignleft {
	float: left;
	border: #c1bfbf 1px solid;
	padding: 5px;
	margin-right: 10px;
	background-color: #d1ecfa;
}
.product_smaller_image { }
/*.leftPanel .navigation {
	clear:both;
	margin-top: 10px;
	margin-bottom:10px;
}*/
.navigation .alignleft a {
	float:left;
}
.navigation .alignright a{
	float:right;
}
.navigation .alignleft a, .navigation .alignright a{
background-image:url("images/navigation.jpg");
height:22px;
margin:10px 0px 0px 0px;
padding:2px 0 0 0px;
text-align:center;
width:110px;
font-size:11px;
text-decoration:none;
}
.commentlist {
	padding-left: 0px;	
}
.comment-body p {
	margin-top: 10px;
}
.comment {
	margin-bottom: 10px;
	border:1px solid #EADA9A;
	list-style-type:none; 
	padding: 10px;
}
.comment-body {
margin-bottom: 15px;
}
.children {
	padding: 10px;	
}
.comment .children .comment {
	border-left: 1px solid #D1CBBE;
}
#commentform {
	padding-bottom: 30px;	
}
#submit {
background-image:url("images/navigation.jpg");
height:24px;
margin:10px 0px 0px 0px;
padding:2px 0 0 0px;
text-align:center;
width:110px;
font-size:11px;
text-decoration:none;
border:none;
}
.record_container { margin-top: 4px; padding-bottom: 10px; }
.margin_b_15px { margin-bottom: 15px; }
.margin_t_20px { margin-top:20px; }
.float_left { float:left; }
.main_text { width: 547px; }

a.more-link, .readmore  {
	background: url(../images/read_more.png) 0 0 no-repeat;
	width:466px;
	height:26px;
	margin:0;
	display:block;
	text-indent:-9999px;
	outline:none;
	clear:both;
	float:right;
	margin-top: 25px;
}
.readmore .content_div_line {
	float:left;
	background:url(images/content_div_line.gif) 0 bottom no-repeat;
	height:24px;
	width:352px;
}
.commentlist a { 
	color: #376092;
}
.comment-meta { font-size: 11px; }

.right_cms_block .page_title h1 { font-family: Calibri, Georgia, "Times New Roman", Times, serif; font-size: 26px; margin-bottom: 10px; }
.right_cms_block .page_title h2 { font-family: Calibri, Georgia, "Times New Roman", Times, serif; font-size: 17px; color: #333; }
.right_cms_block .page_title { margin-bottom: 20px; }

.post_block h1, .right_cms_block .page_title {
	padding-bottom:4px;
    background:url(../images/dot_bdr.jpg) repeat-x bottom center;
}
.navigation { clear:both; background:url(../images/dot_bdr.jpg) repeat-x top center; }
.post { float:left; padding-bottom: 15px; }
.dot { clear: both;
width: 100%;
height: 2px;
background: url(../images/dot_bdr.jpg) repeat-x top center;
float: left;  }

#dsq-content .dsq-comment-meta li, #dsq-content .dsq-comment-actions li {
    background: none;
}

.widget_inner select {
    width: 200px;
    margin-left: 4px;
    margin-bottom: 4px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
