/* Begin Widgets CSS =============================================================================== */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
@font-face { font-family: "Liquidism"; src:url('../type/LIQUIDISMPART2.TTF'); }

.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(../images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(../images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(../images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* Begin Main Styles CSS =============================================================================== */

                            /**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */                    
* { margin:0; padding:0;}

body          { /*overflow-x:hidden;*/ background: #eee url('../images/bg.gif') repeat-x left top; font: 12px/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif; color:#000; text-align:left; line-height: 1.65em; }
body.iframe-body { background:none !important; background-color:#fff !important; }
img           { border:0; vertical-align:top; }

a             { color:#06c; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#008c9e/*0a263c*/; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
/*fieldset      { border:0; }
legend        { display:none; }
  */
/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
.caption { font:normal 8px/.885em inherit; text-align:center;  margin:12px 0 5px 10px; padding:6px 1px 1px 0; /*just for you IE6 - ya rat bastard */ line-height:14px; }
/* Content */
p             { margin:10px 0 10px; padding: 0pt 4px 1.172em; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
blockquote { font-size: 1em; padding: 0.938em 0.938em 0; margin: 0; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
.shadow p, .shadow h1, .shadow h2, .shadow h3, #nav li a, #nav li li a, #nav li:hover li a, .main #submit { text-shadow: #fefefe 0 1px; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }
.main ul li { font-size: 1.1em; line-height: 1.9em; padding: 0.39em; }
/*
ul.prod-specials-list { margin-right:20px; padding: 35px; list-style:none; width:250px; height:250px; float:right; background:url('../images/specialfeatures-burst.jpg') left top no-repeat; }
ul.prod-specials-list li { list-style:none; text-align:left; color:#fff; font:bold 12px/1.3 Arial,Helvetica,sans-serif; line-height:14px; }
*/
ul.prod-specials-list { list-style:none; padding:0; margin:0; }
ul.prod-specials-list li { background-image:url('../images/plusicon.gif'); background-position:-5px 0px; background-repeat: no-repeat; font-weight:bold; line-height:14px; margin-left:10px; padding-left:15px; }
/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page { margin:15px auto 0; width:960px; }
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:none; }
.main { background:none; border:0; padding:16px 0px 50px; width:100%; min-height:350px; }

.section { padding: 0.825em; margin:auto; float:left; }	
.section a { text-decoration:none; }
.section a:hover { text-decoration:underline; }
/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1,.col-1 { float:left; width:160px; margin:0 5px 1.875em 12px; padding:0.625em 0.625em 0 0.625em; }
.col4-set .col-2,.col-2 { float:left; width:160px; margin:0 5px 1.875em; padding:0.625em 0.625em 0 0.625em; }
.col4-set .col-3,.col-3 { float:left; width:160px; margin:0 5px 1.875em; padding:0.625em 0.625em 0 0.625em; }
.col4-set .col-4,.col-4 { float:right; width:160px; margin:0 3px 1.875em 5px; padding:0.625em 0.625em 0 0.625em; }
.col4-wide { float:left; width:380px; }

.col5-set { float:left; width:18.5%; }          
.col5-set { float:left; width:18.5%; /*margin-left:1em; */}
.col5-set { float:left; width:18.5%; /*margin-left:1em;*/ }
.col5-set { float:left; width:18.5%; /*margin-left:1em; */}
.col5-set .col-5 { float:right; width:18.5%; /*margin-left:1em; */}

.four { min-height: 225px; padding-bottom: 0.625em; text-shadow: #fff 0 1px; float:left; margin:8px 8px 5px; } 
.four-one,.four-two,.four-three,.four-four { width: 204px; background:#fff; -moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.four-one { margin-left:8px; }
.four-four { float:right; margin:8px 8px 5px 7px; }
.four a { color:#008c93; }
.four a img { margin:1px 0 2px; border:0; }
.hpfeatures { height:400px; }/* 4 feature columns on homepage */
.hpfeedarea { width:335px; position:relative; }/* blogfeed on homepage */
.col2-set p { width:inherit; word-wrap:wrap; }
.col4-spacer { width:160px; background:none; border:0; height:400px; margin:0; }
/*.four p a span { padding:34px 0 0 0; }*/
.text { text-shadow: #fefefe 0 1px; } 
.collateral-box { clear:both !important; }
.section img.alignleft { float: left; margin:5px 10px 0pt 0pt; padding:5px; border:1px solid #ccc; -moz-border-radius:3px; -webkit-border-radius:3px; }
.section img.imgaligncenter { float: none; margin:5px auto 0pt; padding:5px; border:1px solid #ccc; -moz-border-radius:3px; -webkit-border-radius:3px; }

.text h3, .col3-set h3, .col4-set h3, .testimonial h3 { margin: 10px 0pt; font:normal 1.659em Calibri, Trebuchet MS, sans-serif; background: url("../images/divider-h.gif") left bottom repeat-x; color: #000000; padding-bottom: 0.496em; }
.text h2 { font-size: 1.859em; margin:.762em 0; }
/*p, pre, blockquote, h1, h2, h3, h4, h5, h6 { margin: 10px 0pt; padding: 0pt; }*/
 
 /* blogfeed content page */
 .blogfeed { position:relative; top:-250px; left:-4px; width:320px; }
.feedcontainer { width:320px; height:225px; margin:5px auto 0; overflow-y:scroll; z-index:5001; }
.vspaced { margin:6px 0; }
/*.text h3 { font-size: 125%; }*/
.text h1, .text h2, .text .text h3, .text h4, .text h5, .text h6, .head, .page-head, .page-head-alt{ font-family: Calibri,Trebuchet MS,sans-serif; line-height: 1.3pt; color: #005f6b; }
.col4-set p, .col4-wide p { font-family: Helvetica, Trebuchet MS, sans-serif; font-size: 1.135em; line-height: 1.585em; color:#343434; } 
.col4-set ul { padding-left:9px;line-height: 1.6em; }
.col4-set li { font-size:1.135em; margin:3px 0 4px 0; padding: 0.39em; list-style-type: disc; list-style-image: url(../images/li.gif); list-style-position: outside; color:#343434;}
.four p { text-align:left; font:100% normal Helvetica, Arial, sans-serif; line-height:1.588em; }
.four h2, .four h2 a { font:1.325em normal Calibri, Helvetica, sans-serif; color:#005f6b; }
.testimonial { background:url('../images/quote.gif') 0px 65px no-repeat; color:#000; /*padding:5px 0 .496em 0px; font-size:1.4em; width: 215px;*/ }
.four blockquote { margin: 5px 0px 30px 10px; padding: 5px 5px 0 0; }
.text blockquote { font-size: 1.4em; margin: 15px 3px 30px  30px; padding: 5px 15px 0 0; background-color: none; }
.testimonial blockquote { font:italic 1.259em Calibri,Trebuchet MS,sans-serif; line-height: normal; margin: 0pt; padding:10px 0 0 10px; }
.testimonial blockquote p { line-height: 1.375em; padding: 0 0 15px 15px; font-size:1.101em; font-style:italic; font-family: Calibri, Trebuchet MS, sans-serif; }

/* special testimonial version for product tabbed interface */
.prod-tab-version { width:100%; background-color:#f2f6f5; background-position:-3px -2px; margin:0px 8px 6px 12px; } 
.prod-tab-version img { margin:5px 5px 18px 12px !important; }
.prod-tab-version blockquote { clear:both; }
/*.product-specs { width:550px; }*/
.prod-tab-testimonial { width:225px; margin:5px 8px; }
.white-shadow-blocks { background:#fff; -moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: #fff 0 1px; margin:1.385em auto; }
.fullwidth { width:940px; }
.twocolwidth { width:640px; }
.halfwidth { width:46%; margin:0 auto; }
.threecolwidth { width:535px; }
.singlecolwidth { width:205px; }
.indented  { margin-left:25px; }
/*============ testimonials */
.testimonial-image { float:right;  /*position:relative; top:-175px; right:0px;*/ margin:2px 3px 12px; padding:2px .5em; border-left:1px solid #ccc; overflow:hidden; }
.testimonial-image, .testimonial-image img { cursor:pointer; }     
.bio { display:inline-block; width:410px; float:left; }
.testimonial-hiddenblock { clear:left; margin:8px 0 0 0; }
/* contact page layout =================================*/
.contact-cols { float:left; padding:.5em 8px; margin:12px 8px; }
.info-col { width:325px; text-align:left; }
.map-col { width:435px; }
.bordered_imageholder { padding:3px 4px; /*border:1px solid #dedede; -moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999; -moz-border-radius: 5px; -webkit-border-radius: 5px;*/ /*margin:auto; float:left;*/ }

.catalog-dec { margin:1px 2px; position:relative; border:0; display:block; overflow:hidden; }
.review-dec-small { background:url('../images/icon_addreview_catalogview_small.png') 0 0 no-repeat; width:22px; height:22px; }
.wishlist-dec-small { background:url('../images/icon_addwishlist_catalogview_small.png') 0 0 no-repeat; width:22px; height:22px; }
.compare-dec-small { background:url('../images/icon_addcompare_catalogview_small.png') 0 0 no-repeat; width:22px; height:22px; }
.email-dec-small { background:url('../images/icon_email_catalogview_small.png') 0 0 no-repeat; width:22px; height:22px; }
.wishlist-dec-large { background:url('../images/icon_addwishlist_catalogview.png') 0 0 no-repeat; width:105px; height:22px; }
.compare-dec-large { background:url('../images/icon_addcompare_catalogview.png') 0 0 no-repeat; width:105px; height:22px; }
.review-dec-large { background:url('../images/icon_addreview_catalogview.png') 0 0 no-repeat; width:105px; height:22px; }
.email-dec-large { background:url('../images/icon_email_catalogview.png') 0 0 no-repeat; width:105px; height:22px; } 

.burstaccent-small { z-index:0; position:relative; margin:0 0 10px 0; top:0px; left:4px; padding:8px 0 25px 0px; font-weight:bold; text-align:center; color:#000; }
.burstaccent-large { z-index:0; position:relative; margin:0 0 10px 0; top:0px; left:4px; padding:8px 0 25px 0px; font-weight:bold; text-align:center; color:#000; }
.limited-time { background:url('../images/listing-burst-icons.png') 0px 0px no-repeat; }
.gst-pricing { background:url('../images/listing-burst-icons.png') 0px -16px no-repeat; }
.free-shipping { background:url('../images/listing-burst-icons.png') 0px -32px no-repeat; }
.discount-star { background:url('../images/listing-burst-icons.png') 0px -47px no-repeat; }
.burstaccent-small span,.burstaccent-large span { float:left; font-size:11px; line-height:11px; margin:1px 0 8px 4px; padding-left:30px; height:15px !important; }
.fsh-alert { position:relative; top:6px; left:5px;  }
/* ======================================================================================= */

/** Video Styles =========================================================================*/
.supportlinks { }
.supportlinks ul { list-style:none; margin:0; padding:0; }
.supportlinks ul li { margin: 2px 0; padding:0; }
.supportlinks ul li a { text-align:center; padding:5px 0 6px 48px; }
.supportlinks ul.vids li a { background:url('../images/icon_video.png') left top no-repeat; }
.supportlinks ul.pdfs li a { background:url('../images/icon_pdf.png') left top no-repeat; }
.jvideo_title { height:0; margin:0; padding:0; }
.jvideo_view { margin:0; }

/* List view */
.jvideo_videos_list { width:194px; }
.jvideo_videos_list_video { border:none; height:44px; margin:2px auto 0px 2px; padding:0px; position:relative; width:100%; }
.jvideo_videos_list_video img { color:#000055; display:block; float:left; height:36px; margin-left:4px; margin-right:4px; margin-top:4px; width:47px; }
.jvideo_videos_list_video span {}

.jvideo_videos_list_video a { background:transparent url(/templates/nothing/images/tab-a.gif) no-repeat scroll 0 0; color:#fff; display:block; font-family:arial; font-size:13px; height:44px; line-height:20px; overflow:hidden; text-decoration:none; width:194px; }
.jvideo_videos_list_video a:active, .jvideo_videos_list_video a:hover { background:transparent url(/templates/nothing/images/tab.gif) no-repeat scroll 0 0; color:#fff; text-decoration:none; }
.jvideo_videos_list_clear { clear:both; height:0; margin:0; padding:0; width:0; }
.jvideo_videos_list_clear  img { height:0; margin-left:0; margin-right:0; margin-top:0; width:0; }
/* End List view */

/* Grid View */
.jvideo_videos_grid { color:transparent; font-size:0; }

/* End Grid View */
.jvideo_wrapper {
	width: auto;
	margin: 0px auto 0px 0px;
}

.jvideo_elementContainer {
	width: auto;
	margin: 0px auto 0px 0px;	
	vertical-align: middle;
}

.jvideo_button {
	width: 100px;
}
.jvideo_element {
	clear: left;
	float: left;
	width: 100px;
	margin: 4px 2px 10px 0px;
	vertical-align: middle;
}

.jvideo_element2 {
	float: left;
	width: auto;
	margin: 0px 0px 10px 0px;
	vertical-align: middle;
}


.jvideo_element2 input, .jvideo_element2 textarea {
	width: 350px;
}
	
.jvideo_element3 {
	clear: left;
	margin-left: 100px;
}

.jvideo_element4 {
	float: left;
	width: auto;
	margin: 0px 0px 12px 0px;
}

.jvideo_selectlist {

}

.jvideo_container {
	padding: 0px;
	margin: 0px;
}

.jvideo_title {
	font-size: x-large;
	font-weight: bold;
}

.jvideo_title a {
	text-decoration: none;	
}
	
.jvideo_title a:hover {
	text-decoration: underline;	
}


.jvideo_view {
	margin-top: 7px;
	margin-bottom: 7px;
}

.jvideo_info {
	text-align: left;
	background-color: #eee;
	border: Solid thin #ccc;
	/*width: 100%;*/
	padding-top: 7px;
	padding-left: 7px;
}

.jvideo_user {
	float: left;
	width: 49%;
}

.jvideo_desc {
	float: right;
	width: 49%;
}

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

.jvideo_embed {
	padding: 7px;
	padding-left: 0px;
	
}

.jvideo_embed input {
	width: 285px;
	background-color: #ddd;
	border: Solid thin #ccc;
	font-size: 10px;
	height: 12px;
	vertical-align: top;
	
}

.jvideo_rate {
	margin-top: 7px;
	width: 50%;
}

.jvideo_nav_header {
	text-align: center;
}

.jvideo_table {
	padding: 0px;
	margin: 0px;
}

.jvideo_table th {
	background-color: #ccc;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	padding: 0px;	
}

.jvideo_table td {
	background-color: #fafafa;
	border: Solid 1px #eaeaea;
	text-align: left;
	width: 100px;
	height: 80px;
}

.jvideo_content {
	
}

.jvideo_header {
	line-height: 200%;
}

.jvideo_footer {
	margin-left: auto;
	margin-right: 0px;
}

.jvideo_views {
	height: 20px;
	font-size: 16px;
	float: left;
	margin-top: 2px;
}

.jvideo_ajaxRating {
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 1px;
}

.jvideo_ratingCount {
	font-size: 12px;
	font-weight: normal;
}

.jvideo_ratingStars {

}

.jvideo_ratingThanks {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding-right: 5px;
}

#categoryList {
	margin: 7px;
	padding-left: 13px;
}



/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #0055f1/*de5400*/; background:#5f95d1/*f18200*/; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0 3px; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(../images/btn_proceed_to_checkout_rad.gif) right top no-repeat; padding-right:5px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }/*btn_checkout.gif*/
button.btn-checkout span span { border:0; background:url(../images/btn_proceed_to_checkout_bg.gif) 0 0 no-repeat; padding:0 25px 5px 30px; }/*background-position:100% 0; padding:0px 25px 5px 35px; }*/
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

/* edit 090510.... ac */
.finance-link { float:left; overflow:visible; width:auto; border:0; padding:0; margin:8px 0 0 4px; background:transparent; cursor:pointer; }
.finance-link span { display:block; height:16px; /*de5400*/; padding:0 4px; font:bold 11px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#0055f1; }

.block-content .finance-block-promoimage { float:left; width:128px; text-align:center; background-color:#fff; padding-bottom:15px; }
.block-content .finance-block-promotext { float:right; width:135px; padding:4px 10px; font-weight:bold; font-size:11px; background-color:#fff; }
.block-content .finance-block-promoimage img { margin:10px 0 0 0; }
.sidecol { font-size:10.5px; width:193px; font-weight:bold; text-align:left; overflow:hidden; }
.sidecol .finance-block-promotext, .sidecol .finance-block-promoimage { width:191px; float:none; }
.sidecol img { margin:2px auto; width:185px; }
.sidecol p {}
/* end edits */



p.control input.checkbox,
p.control input.radio { margin-right:6px; }
img.centered { float:left; margin:0 auto; text-align:center; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/
/* edit ac */
.sidebarform p { width:90%; text-align:right; }
.sidebarform input,.sidebarform select { margin:0px 2px 0 25px; }
.sidebarform label { text-align:right; padding:1px 2px; }

.sidebar-2col { float:left; width:275px; padding:45px 0 0 0; }
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

/* edit 090510: ac - finance form UI enhancements */
.lead-gen-download-icon { position:relative; margin:0 20px 0 12px; clear:left; }
fieldset.finance-group { border:1.5px solid #b3dffa; padding:0px 15px; display:block; text-align:left; width:95%; margin:20px auto 30px; background-color:#fff; }
fieldset.finance-group legend { background:#b3dffa/*e2f4f5*/; line-height:1.5em; text-align:center; padding:6px 26px 8px 12px; margin:0px 0 33px 0; color:#0e7bc0; }
fieldset.finance-group legend span { font-weight:bold; }
fieldset.finance-group div.form-element-container { margin:20px 15px 10px; background-color:#fff; }


/* accordion */
div#accordion-layout {
	border: 0;                                              
	width: 930px;
	font-family: 'Helvetica', sans-serif;
	margin: 0 auto;
	background-color:#fff;
	/*height: 310px;*/
}
div#accordion-layout ul { list-style:none; margin:2px 20px 4px 10px; padding:0; }

div#accordion-layout ul li.button {
	padding: 4px 26px 6px 40px;
	background:url('../images/accordion-h3-bkgnd.png') 0 5px no-repeat;
	margin: 0;
	border-bottom:1px solid #e2e6eb;
  color:#0e7bc0;
	background-color: #fff;
}
div#accordion-layout ul li a { color:#0e7bc0; text-decoration:none; margin:4px 0 0 0; }
div#accordion-layout ul li a:visited { color:#666; }
div#accordion-layout ul li a:hover { color:#000; }
div#accordion-layout ul li a span { font-size:15px; font-weight:bold; letter-spacing:.128em; }
.dropdown { display:none; padding-top:5px; width:100%; }
.il { display:block; }  /* so first pane is open on pageload */
.form-continue { margin:0 0 4px 7px; padding:18px 0 25px 75px; position:relative; top:5px; left:350px; width:500px; background:url('../images/continue-arrow.png') 0 0 no-repeat; } 
.form-continue span { color:#83a8d0; font-weight:bold; font-size:14px; text-align:center; }
.form-continue span a { color:#83a8d0 !important;  /*text-decoration:underline !important; */}
li.blank, .blank { background:none !important; border:0px !important; outline:none; }
/*
div#accordion h3 #visible {
	color:#000;
	background-color: #f2f6fb;
}
*/
div#accordion-layout div.panel {
	margin: 0;
	padding: 8px 20px 14px;
	border: none;
	background-color:#fff;
}

div#accordion-layout div.panelBody {
	padding: 7px 5px;
	/*height:199px;*/
}

/* global settings for netsuite forms in iframe includes */
#main_form { background-color:#fff; }
#main_form input,#main_form select,#main_form textarea { background:#fff; padding:2px; border:1px solid #b6b6b6; font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; -webkit-border-radius:3px; -moz-border-radius:3px; }
#main_form input:focus,#main_form select:focus,#main_form textarea:focus { background-color:#edf7fd; }
#main_form p span { color:#000 !important; }
/*
display:block; width:115px !important; height: 28px; text-align:center; padding:4px 14px; color:#fff; font:bold 15px/1.8em sans-serif; margin:12px 2px 32px 50%; 
          background:#fde8c7 url('../images/form-submit.png') left top no-repeat, -moz-linear-gradient(bottom, #ee9b18, #fde8c7); 
          background:#fde8c7 url('../images/form-submit.png') left top no-repeat, -webkit-gradient(linear, 0 0, 0% 100%, from(#ee9b18), to(#fde8c7));
          border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border:1px solid #74838e;
          */
/*
#main_form #formsubmit {
display:block; width:115px !important; height: 28px; text-align:center; padding:4px 14px; color:#fff; font:bold 15px/1.8em sans-serif; margin:12px 2px 32px 50%; 
          background:url('../images/form-submit.png') left top no-repeat, -moz-linear-gradient(bottom, #ee9b18, #fde8c7); 
          background:url('../images/form-submit.png') left top no-repeat, -webkit-gradient(linear, 0 0, 0% 100%, from(#ee9b18), to(#fde8c7));
          border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border:1px solid #74838e; 
}
*/
/*padding:4px 10px; color:#008c9e; background:#eee url('../images/gray-gradient.png') left top repeat-x;border:1px solid #ccc;*/
 
/*#main_form #formsubmit:hover { color:#000; background:none; background-color:#fff; }*/
#main_form .verisign { background:url('../images/ccicons.png') -55px 0px no-repeat; width:45px; position:absolute; right:60px; margin-bottom:15px; line-height:2.75em; }
#main_form ul.formheader { list-style:none; margin:15px 0 20px; padding:0; }
#main_form ul.formheader li { display:inline; float:left; }  
.inner-content-hilight { background-color:#f8f4f3; margin:2px 1px 4px 14px; }
.inner-content-hilight h5 { border-bottom:1px solid #cdcece; padding:1px 0 3px 3px; width:99%; }  
fieldset.finance-group hr { width:90%; height:1px; color:#eee; margin-top:4px; }
/*page 1 section 1 */ 
#main_form #firstname_fs_lbl, #lastname_fs_lbl { padding-right:2px; }
#main_form #address1_fs_lbl { padding-right:17px; }
#main_form #email_fs_lbl { padding-right:29px; text-align:right; }
#main_form #email_fs input { margin-right:30px; }
#main_form #phone_fs_lbl { padding-right:8px; }
#main_form #city_fs_lbl { padding-right:42px; }
#main_form #state_fs_lbl { padding-right:28px; text-align:right; }
#main_form #state_fs select { margin-right:14px; }
#main_form #zipcode_fs_lbl { padding-right:8px; }
#main_form #country_fs_lbl { padding-right:18px; }   
#main_form #custentity21_helper_calendar { margin-right:46px; }
#main_form #custentity26_fs_lbl { padding-right:2px; }
#main_form #custentity26_fs select { margin-right:6px; }
/*page 1 section 2 */   
#main_form #custentity22_fs_lbl { padding-right:2px; }
#main_form #custentity22_fs select { margin-right:120px; }
#main_form #custentity23_fs_lbl { padding-right:53px; }
#main_form #custentity24_fs_lbl { padding-right:9px; }
#main_form #custentity24_fs input { margin-right:11px; }
#main_form #custentity25_fs_lbl { padding-right:2px; }

/*page 1 section 3 */
#main_form #custentity28_fs_lbl { padding-right:26px; }/*occupation*/
#main_form #companyname_fs_lbl { padding-right:5px; }
#main_form #companyname_fs input { margin-right:35px; }/*company name*/
#main_form #custentity42_fs_lbl { padding-right:53px; } /*address*/
#main_form #custentity43_fs_lbl { padding-right:16px; }/*city*/
#main_form #custentity43_fs input{ margin-right:30px; }
#main_form #custentity44_fs_lbl { padding-right:70px; }/*state*/
#main_form #custentity45_fs_lbl { padding-right:20px; }/*zip*/
#main_form #custentity45_fs input { margin-right:28px; }
#main_form #custentity46_fs_lbl { padding-right:59px; }/*country*/
#main_form #custentity47_fs_lbl { padding-right:26px; }/*phone*/
#main_form #custentity47_fs input { margin-right:29px; }
#main_form #custentity30_fs_lbl { padding-right:6px; }/*time at employment*/
#main_form #custentity31_fs_lbl { padding-right:14px; }/*income*/
#main_form #custentity31_fs input { margin-right:29px; }

/*page 1 section 4 */

/*page 2 section 1 */
/*relative 1*/
#main_form #custentity32_fs_lbl { padding-right:4px; }/*name*/
#main_form #custentity32_fs input { margin-right:14px; }/*name*/
#main_form #custentity36_fs_lbl { padding-right:4px; }/*relationship*/
#main_form #custentity33_fs_lbl { padding-right:54px; }/*city*/
#main_form #custentity33_fs input { margin-right:14px; }/*city*/
#main_form #custentity34_fs_lbl { padding-right:98px; }/*state*/
#main_form #custentity34_fs input { margin-right:14px; }/*state*/
#main_form #custentity68_fs_lbl { padding-right:4px; }/*zip*/
#main_form #custentity70_fs_lbl { padding-right:35px; }/*country*/
#main_form #custentity35_fs_lbl { padding-right:43px; }/*phone*/
/*nested 1*/
#main_form #custentity72_fs_lbl { padding-right:81px; }/*occupation*/
#main_form #custentity72_fs input { margin-right:14px; }/*occupation*/
#main_form #custentity75_fs_lbl { padding-right:62px; } /*company name*/
#main_form #custentity76_fs_lbl { padding-right:47px; } /*address*/
#main_form #custentity77_fs_lbl { padding-right:72px; }/*city*/
#main_form #custentity77_fs input{ margin-right:12px; }
#main_form #custentity78_fs_lbl { padding-right:66px; }/*state*/
#main_form #custentity79_fs_lbl { padding-right:77px; }/*zip*/
#main_form #custentity79_fs input { margin-right:75px; }
#main_form #custentity80_fs_lbl { padding-right:55px; }/*country*/
#main_form #custentity81_fs_lbl { padding-right:62px; }/*phone*/
#main_form #custentity81_fs input { margin-right:11px; }
#main_form #custentity82_fs_lbl { padding-right:9px; }/*time at employment*/
#main_form #custentity82_fs input { margin-right:14px; }/*time at employment*/
#main_form #custentity83_fs_lbl { padding-right:70px; }/*income*/

/*relative 2*/
#main_form #custentity37_fs_lbl { padding-right:4px; }/*name*/
#main_form #custentity37_fs input { margin-right:14px; }/*name*/
#main_form #custentity41_fs_lbl { padding-right:4px; }/*relationship*/
#main_form #custentity38_fs_lbl { padding-right:54px; }/*city*/
#main_form #custentity38_fs input { margin-right:14px; }/*city*/
#main_form #custentity39_fs_lbl { padding-right:98px; }/*state*/
#main_form #custentity39_fs input { margin-right:14px; }/*state*/
#main_form #custentity69_fs_lbl { padding-right:4px; }/*zip*/
#main_form #custentity71_fs_lbl { padding-right:35px; }/*country*/
#main_form #custentity40_fs_lbl { padding-right:43px; }/*phone*/

/*nested 2*/
#main_form #custentity73_fs_lbl { padding-right:81px; }/*occupation*/
#main_form #custentity73_fs input { margin-right:14px; }/*occupation*/
#main_form #custentity84_fs_lbl { padding-right:62px; } /*company name*/
#main_form #custentity85_fs_lbl { padding-right:47px; } /*address*/
#main_form #custentity86_fs_lbl { padding-right:72px; }/*city*/
#main_form #custentity86_fs input{ margin-right:12px; }
#main_form #custentity87_fs_lbl { padding-right:66px; }/*state*/
#main_form #custentity88_fs_lbl { padding-right:77px; }/*zip*/
#main_form #custentity88_fs input { margin-right:75px; }
#main_form #custentity89_fs_lbl { padding-right:55px; }/*country*/
#main_form #custentity90_fs_lbl { padding-right:62px; }/*phone*/
#main_form #custentity90_fs input { margin-right:11px; }
#main_form #custentity91_fs_lbl { padding-right:9px; }/*time at employment*/
#main_form #custentity91_fs input { margin-right:14px; }/*time at employment*/
#main_form #custentity92_fs_lbl { padding-right:70px; }/*income*/

.panelBody .col4-set ul li a h4 { position:relative; top:-12px; }
/*page 2 section 2 ??*/
/*page 2 section 3 ??*/
/* co-app form */
#main_form #custentity48_fs_lbl { padding-right:38px; }/*name*/
#main_form #custentity48_fs input { margin-right:8px; }
#main_form #custentity49_fs_lbl { padding-right:10px; }/*ssn*/
#main_form #custentity50_fs_lbl { padding-right:6px; }/*coapp b-date*/
#main_form #custentity50_helper_calendar { margin-right:46px; }
#main_form #custentity51_fs_lbl { padding-right:23px; }/*coapp addresss*/
#main_form #custentity52_fs_lbl { padding-right:47px; }/*coapp city*/
#main_form #custentity52_fs input { margin-right:6px; }/*coapp city*/
#main_form #custentity53_fs select { margin-right:12px; }/*coapp state*/
#main_form #custentity55_fs_lbl { padding-right:24px; }/*coapp country*/
#main_form #custentity56_fs_lbl { padding-right:35px; }/*coapp phone*/
#main_form #custentity65_fs_lbl { padding-right:32px; }/*coapp relationship*/

#main_form #custentity57_fs_lbl { padding-right:44px; }/*coapp employer*/
#main_form #custentity57_fs input { margin-right:21px; }     
#main_form #custentity59_fs_lbl { padding-right:23px; }/*employer city*/
#main_form #custentity59_fs input { margin-right:21px; }   
#main_form #custentity60_fs_lbl { padding-right:12px; }/*employer state*/
#main_form #custentity60_fs select { margin-right:8px; }   
#main_form #custentity63_fs_lbl { padding-right:10px; }/*employer phone*/
#main_form #custentity64_fs_lbl { padding-right:53px; }/*co-app income*/  


/* end finance form */

                                                  
.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }      

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0 35px; }
.fieldset .legend { z-index:500; float:left; font-weight:bold; font-size:13px; border:1px solid #bbafa0; border-bottom:1px solid #fbfaf6; background:#fbfaf6/*f9f3e3*/; color:#5f95d1/*e76200*/; margin:-49px 0 0 -10px; padding:8px 12px 0px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 12px; }
.page-title h1,
.page-title h2 { margin:0; font-size:22px; color:#333/*0a263c*/; padding:0; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:99%; border:1px solid #bebcb7; margin:1px auto; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
.data-table ol { list-style:decimal; list-style-position:inside; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 5px; font-weight:bold; }
.data-table td { padding:3px 5px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 6px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#5b9035 !important; font-weight:bold; }
.link-wishlist { color:#5b9035 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#5b9035 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#5b9035; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_delete.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
/*.logo { float:left; }*/
.header-container { width:960px; }
.header { width:960px; margin:0 auto; padding:0px 10px; z-index:10; clear:right; }
.special_notice { padding:4px 0; text-align:center; width:100%; background-color:#68b4ee; color:#fff; font:bold italic 13px Arial, Helvetica, sans-serif; } 
ul.special_notice { list-style-image: url('../images/roundedend.png'); padding:0; margin:0;} 
ul.special_notice li { height:25px; margin:0; } 
ul.special_notice li span { padding:4px 0; text-align:center; width:100%; display:block; background:#68b4ee url('../images/roundedend.png') right top no-repeat; color:#fff; font:bold italic 13px Arial, Helvetica, sans-serif; }             
.redaccent { color:#d32; }
.country-highlight { clear:both; }
.country-highlight ul { list-style:none; margin:0; padding:0; }
/*.first { clear:none; }*/
.country-highlight ul li.headerlist { float:left; margin:2px 0;  }
.country-highlight ul li.headerlist img { margin:0 5px; border:0; float:left; } 
.padded { padding:2px 0px; }
.inline { display:inline; }
.currencyinfo { font-style:italic; }
/*.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
*/
/*life { display:block; margin:0; }*/
div.logo { float:left; padding: 0; overflow:hidden; width:200px; margin:20px 0 0 0; }
div.logo a,div.logo strong { display: block; text-decoration: none !important; color: #fff; font-size: 250%; width: 320px; height: 80px; background: url('../images/logo.png') 2px 10px no-repeat; /*text-indent: -99999px; */overflow:none; }
div.logo a span { position: absolute; top: -1000px; }
div.logo { outline: none; }
div.logo  { font-size: 250%; font-weight: bold; letter-spacing: 2px; margin: 0; padding: 0; }   
div.logo a { color: #fff; text-transform: uppercase; }
.slogan { float:left; clear:left;width:475px; display:inline; text-align:left; font-size: 1.473em; padding: 0 0 0 .358em; margin:1px 0; color: #5f95d1; }
.hdr_contactnumber { color:#332; font: bold 12.75px/1.365em Arial, Helvetica, sans-serif; } 
.miniform { color:#666; font-size:24px; }		
.header .quick-access { text-align:right; line-height: 22px; font-size: 11px; float:right; /*position:relative; top:2px; right:0;*/ padding:0px 0px 20px 0; margin:-45px 2px 0 0px; }
.quick-access p { margin-bottom:4px; }
.quick-access ul.links { list-style:none; /*width:350px;*/ text-align:left; height:25px; float:right; padding-right:14px; margin:0 116px 0 0; clear:right; } 
.quick-access li {
    float:left;
    /*background:url(../images/shop_access_pipe.gif) no-repeat 100% .35em;*/
    padding-right:7px;
    padding-left:3px;
    }                  
.quick-access li.first { padding-left:0; }
.quick-access ul.links li.last { margin-right:0; padding-right:0px; }
.quick-access li.last { padding-right:0; background:none; }

.welcome-msg { margin:0; color:#7eb2d9; text-align:left; /*width:300px;*/ }
.header .form-search { clear:right; float:right; height:40px; padding:1px 0 0 18px; }
	.form-search ul { list-style:none; float: right; }
	.form-search ul li { display:block; float:left; margin:0px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin:6px 4px 0 0; }
.footer input.input-text { width:209px; }
.footer input.input-text,input.input-text,select.input-text { padding:3px 2px 2px; border-color:#5c7989; width:145px; margin:6px 4px 0 0; -moz-border-radius:3px; -webkit-border-radius:3px; }
.footer #subscribesubmit { position:relative; top:15px; left:135px; }
/*
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
*/
.header .form-search .search-autocomplete { z-index:999; position:relative; margin:-1px 0 0 2px; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f0f5f9; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #e3e7f4; padding:2px 8px 1px 8px; cursor:pointer; width:145px; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#f3f8fb; }
.header .form-search .search-autocomplete li.selected { background-color:#fff; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { /*float:right; */position:relative; right:-120px; margin:0 2px 6px; }
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#5b9035/*57b711 ebbc58*/; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

	.form-search #search_mini_form { text-align: right; }
	.form-search #search,.footer input-text { font: normal 1em Arial, 'Helvetica Neue', Helvetica, sans-serif; height: 19px; padding: 5px 5px 2px; width: 120px !important; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
	.form-search #searchsubmit { border: 0; color: transparent; height: 25px; width: 26px; margin:6px 0 0 0; }
	.form-search #searchsubmit:hover { cursor: pointer; }

	.form-search #search,.footer input-text { border: 1px solid #4e95d1/*ccc*/; background:#f1f1f1; color: #999; }
	.form-search #searchsubmit { background: #fff url(../images/search_new.png) left top no-repeat; }
/*
	.reltab { float:right; margin:0 5px; padding:1px 0 0 0; text-align:center; }
.ccicons { width:225px; height:30px; line-height:30px; background:url('../images/ccicons.png') 10px 5px no-repeat; }
.ccicons { padding:1px; margin:2px 0 0 0; }
.orgicons { width:317px; padding:1px; margin:2px 0 0 0px; height:30px; line-height:30px; background:url('../images/footer_orgicons.gif') 8px 5px no-repeat; }
*/
ul.hpicons { list-style:none; margin:5px 0 0 -5px; padding:0; }
ul.hpicons li { float:left; list-style:none; }
.reltab { float:right; margin:0 0 0 1px; padding:1px 0 0 0; text-align:center; }
.ccicons { position:relative; top:-60px; left: 620px; }
.ccicons { padding:1px; margin:2px 0 0 2px; }
/*li.orgicons { width:275px; padding:1px; margin:2px 0 0 0px; height:30px; line-height:30px; background:url('../images/footer_orgicons.gif') 0px 5px no-repeat; }*/
.orgicons { margin:/*10*/0 0 10px 0px; }
/* related sites flags */
			.relatedsites { float:right; padding:2px 4px 2px 0; margin-right:5px; }
			.relatedsites ul { list-style:none; }
			.relatedsites ul li { display:inline; margin:0 1px; color:#333; font:10px/.9em normal Arial, Helvetica, sans-serif; padding:0 6px 0 3px; float:left; background:url(../images/shop_access_pipe.gif) no-repeat 100% .35em; }
			.relatedsites ul li a { text-decoration:none; overflow:none; display:block; float:left; }
			.siteflags { border:0; width:20px; height:12px; }
			
			.storemisc { list-style:none; float:left; clear:both; padding:0; margin-bottom:8px; }
			.storemisc li { display:inline; margin:0 4px 0 4px; padding: 2px 4px 2px 0; width:auto; }
/* Subscribe */
			.subscribe { padding: 1.125em 0 0 0; text-align: right; margin-right:0px; clear:right; float:right; }
			.subscribe ul { list-style:none; margin-top:2px; text-align:right; }
			.subscribe ul li { display:inline; width:32px; }
			.subscribe ul li a {  display:block; height:34px; padding:4px 0px 4px 32px; margin:0px; /*width:31px; height:31px;*/ opacity:1; text-decoration:none; }
			.subscribe ul li a#twitter { background:url('../images/twitter2.png') 0 0 no-repeat; }
			.subscribe ul li a#rss { background:url('../images/rss.png') 0 0 no-repeat; }
			.subscribe ul li a#facebook { background:url('../images/facebook.png') 0 0 no-repeat; }
			.subscribe img { background: none; opacity: 1; }
			.subscribe img:hover, .subscribe a:hover { opacity: 1; text-decoration:none; }
			.subscribe ul li.livechat { width:220px; padding:0 5px; }

/*Hubspot Social Links*/
			div.hs_followme { height:52px; display: inline; float: right; }
			ul.social-links { float: left; }
			
/********** < Navigation */
.nav-container { /*background:#0a263d url(../images/bkg_nav0.jpg) 50% 0 repeat-y;*/ display:block; /*background: #eee url('../images/gray-gradient.png') left top repeat-x !important; color:#000;*/ width: 980px; margin:0 auto 2px; /*border:1px solid #d8d9e2;*/ -moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999; }
#nav { width:960px; border:1px solid #fff; /*position:absolute;*/ margin:0 auto; padding:0 16px; font-size:1.375em; background: #eee url('../images/gray-gradient.png') left top repeat-x !important; }

  /*   ...comment out the width attribute if reinstating this chunk 
#nav ul { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; 
          list-style: none; line-height: 1; overflow: auto; margin: auto; padding: 0; 
          background:#fff; z-index:99999;
          }
*/
/* ALL Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/* 0 Level */
/*
#nav li { float:left; }
#nav li.active a { color:#d96708; }
*/
/* sets styles for main nav bar */
#nav a { float:left; padding:5px 12px 6px 8px; color:#008c9e; }  /*a7c6dd*//*font-weight:bold;*/
#nav li.over a,
#nav a:hover { color:#d96708; }
/* sets styles for links in mega-menu - need the no float declaration so they stack */
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }


/* 1st Level */
/* #nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; } */
/* #nav ul li.over { background:#d5e4eb url(../images/bkg_nav1.gif) repeat-x 0 100%; } 
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }
     */
     

/* 2nd Level */

/* Show menu */
/* commenting out - we only need first level as the others are negated by mega-menu */
/*
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px; }
 */
/* 3rd+ Level */
/*#nav ul ul { top:5px; left:5em; }*/


	/*#nav ul { list-style: none; line-height: 1; overflow: auto; margin: 0; padding: 0; }*/
	#nav a { display: block;/* height: 100%; padding: 10px; */}
	#nav li { /* all list items */ float: left; font-size: 0.8em; margin: 0; padding: 0; }
	#nav li li { background: #f0f0f0; border-bottom: 1px solid #fff; font-size: 1em; width: 100%; }
	#nav li li:hover { background: #f9f9f9; }
		
	#nav li ul { /* second-level lists */ background: #ccc; border-top: 1px solid #eee; left: -99999em; padding: 0; overflow: visible; position: absolute; /*width: 10em;*/ }
	#nav li ul ul { /* third-level lists */ border-top: none; margin: -2.559em 0 0 15em; }
	#nav li ul ul ul { /* fourth-level lists */ border-top: none; margin: -2.559em 0 0 15em; }
	#nav li ul ul ul ul { /* fifth-level lists */ border-top: none; margin: -2.559em 0 0 15em; }
	
	#nav li:hover ul ul,
	#nav li:hover ul ul ul,
	#nav li:hover ul ul ul ul,
	#nav li.sfhover ul ul,
	#nav li.sfhover ul ul ul,
	#nav li.sfhover ul ul ul ul
	{ left: -9999em; }
	
	#nav li:hover ul,
	#nav li li:hover ul,
	#nav li li li:hover ul,
	#nav li li li li:hover ul,
	#nav li.sfhover ul,
	#nav li li.sfhover ul,
	#nav li li li.sfhover ul,
	#nav li li li li.sfhover ul
	{ left: auto; }
	
	/*Main Nav---*/
	
	.nav-container , #nav {
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;  
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;  
		-webkit-border-top-left-radius: 5px; 
		
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;  
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;  
		-webkit-border-bottom-left-radius: 5px; 
	}
	 /*
	#nav li.first a,
	#nav li.first a:hover,
	#nav li.first a:active,
	#nav li.first a:focus {
		border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;   
		-webkit-border-top-left-radius: 5px; 
		
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;   
		-webkit-border-bottom-left-radius: 5px;
	}
	
	#nav li.first li a,
	#nav li.first li a:hover,
	#nav li.first li a:active,
	#nav li.first li a:focus {
		border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;   
		-webkit-border-top-left-radius: 0; 
		
		border-bottom-left-radius: 0;
		-moz-border-radius-bottomleft: 0;   
		-webkit-border-bottom-left-radius: 0; 
	}
	
   */

	/* new */       

	/*  commenting out for now - all we really need are the mega-menu styles...nevermind, need these for width of links in mega-menu */
	#nav { padding: 0; z-index: 999; background: #eee url(../images/bg.gif) repeat-x left top; }
	#nav ul { padding: 0; background:#fff; z-index:99999; }
	#nav ul ul { z-index:99999; background:#fff; }
	#nav li { padding: 0; overflow:visible; }
	#nav li:last-child a { }

	#nav li a { padding: 10px; }
	#nav li li a, #nav li:hover li a { z-index:9999 !important; line-height: 1.1em; border:0; font-size:12.5px; padding: 14px 4px; text-shadow: 0 1px 1px #fff;/* -moz-border-radius: 5px; -webkit-border-radius: 5px; */}
	#nav li:hover a { }
	#nav a:hover, #nav li li a:hover { text-decoration: none; }
	#nav li li { float: left; margin: 0 auto 5px; padding: 0; width: 95%; }
	#nav li li:hover { }
	/*#nav li:first-child a:hover, #nav li:first-child:hover a { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }*/
	 /**/
	 
	/* Mega Menu Styles */
	/* background: #fff;background: -webkit-gradient(linear, 0 bottom, 100% 100%, from(hsla(358,98%,98%,.85), to(hsla(360,100%,100%,1));   */
  /*background: #fff;background: -moz-linear-gradient(0% bottom 90deg,hsla(358,98%,98%,.85),hsla(360,100%,100%,1)); */ 
              
  /*            */
  #nav ul { position:absolute; width:15em; top:27px; left:-10000px; }
	#nav ul ul.mega-menu, #nav ul.mega-menu { z-index:99999; /*position:absolute;*/ margin: 10px auto 0px; padding: 0 10px 5px; }
	#nav ul ul.mega-menu, #nav ul.mega-menu { width: 954px; padding:0 3px 0 1px;/* Set mega menu width here */}
	/*#nav ul ul.mega-menu li.mega-menu-heading, #nav ul.mega-menu li.mega-menu-heading  */
/* position menus dependent on position of parent li element so mega-menu is always centeredÉstatically done for now */
.megamenu-one { left:0; }
.megamenu-two { right:-814px; }
.megamenu-three { right:-680px; }
.megamenu-four { right:-498px; }

  #nav ul ul.mega-menu li.mega-menu-heading, #nav ul.mega-menu li.mega-menu-heading { float: left; font-weight: bold; padding: 5px 0 10px 18px; }
  .mega-menu-cols { background:url('../images/mega-col-border.gif') 2px 0 repeat-y; padding:8px 2px 4px 12px; text-align:center; margin:8px 0 4px; }
  .first-mega-col { background:none !important; }
  /*.mega-menu-cols li { width:100%; }*/
  .mega-menu-cols.mega-2 { float:left; width:48% !important; }
  .mega-menu-cols.mega-3 { float:left; width:31% !important; }
  .mega-menu-cols.mega-4 { float:left; width:23% !important; }
  /*.mega-3 { width:30% !important; }*/
  .last-mega { float:right; }
	/* Blog Menu Specific Styles */
	
	#nav ul ul.blog-menu a { font-weight: bold; padding: 0; }
	#nav ul ul.blog-menu li { line-height: 1.2em; padding: 9px 9px; width: 260px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
	#nav ul ul.blog-menu li.mega-menu-heading { }
	#nav ul ul.blog-menu .alignleft { margin: 0 10px 0 0; }
	#nav ul ul.blog-menu .alignleft:hover { }
	#nav ul ul.blog-menu p { line-height: 1.5em; padding: 5px 0 0; }
	
	#nav li ul ul, #nav li ul ul ul, #nav li ul ul ul ul { margin: -2.929em 0 0 10em; }

	/* Superfish Arrows */

	.sf-menu a.sf-with-ul { padding-right: 2.25em; min-width: 1px; z-index:9999;/* trigger IE7 hasLayout so spans position accurately */ }
	.sf-sub-indicator { display: block; height: 0; overflow: hidden; right: .75em; text-indent: -999em; top: 1.05em; /* IE6 */ width: 0; }
	
	#nav { z-index:9999; overflow:visible; }
	#nav ul ul, #nav li:last-child a { background: none; border: 0; }

  /*main navbar links */
	#nav li a { padding: 10px; }  
  /*#nav li:hover a { background: #fff; color: #000; }*/
	#nav li:hover a, #nav a:hover { background:#fff; border: 1px dotted #dedede; color: #000; padding:9px; padding-bottom:10px; } 
	/*sub-nav links */
	#nav li li a, #nav li:hover li a { background: hsla(360,0%,100%,.75); background:rgba(255, 255, 255, 0.55);/* url(../images/gray-gradient.png) repeat-x left 3px; border: 1px dashed #efefef; color: #005f6b;*/ }
  #nav li li a:hover {                           
      background: /*#0e7bc0*/ url('../images/nav-blue-bkgnd.gif') 0 bottom repeat-x; 
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#99d1f4)); 
      background: -moz-linear-gradient(0% 100% 90deg, #99d1f4, #fff); 
      border: 1px dotted #acd; border-top:0; color: #000; text-shadow:0 1px 1px light blue .45; padding:14px 3px 13px;
      }
	#nav li li { background: none; border: 0; }
	#nav li li:hover { background: none; }
	
	/* Mega Menu Styles */
	
		#nav ul.mega-menu , #nav ul ul.mega-menu { 
          background: #fff; background: rgba(255, 255, 255, 0.95); 
          background: #fff; background: rgba(255, 255, 255, 0.95); 
                border: 1px solid #005f6b; border-top:0;
                -moz-border-radius: 4px; -webkit-border-radius: 4px; 
                -moz-box-shadow: 0px 3px 4px hsla(0,100%,10%,.45); 
                -webkit-box-shadow: 0px 3px 4px hsla(0,100%,10%,.45);
               /*
                -moz-border-left-colors: #005f6b #0b8898 #22a3b3 #3fbdcd #5ccfdd #83e0ec #b4eef5 #e7f8fa;
                -moz-border-right-colors: #005f6b #0b8898 #22a3b3 #3fbdcd #5ccfdd #83e0ec #b4eef5 #e7f8fa;
               */
                }
		#nav ul.mega-menu li.mega-menu-heading, #nav ul ul.mega-menu li.mega-menu-heading { background: url(../images/li.gif) no-repeat left; color: #005f6b; }
    #nav li ul.mega-menu li.mega-menu-heading a.navmenu_subheader { text-decoration:none; background:none !important; border:0; display:inline; padding:0; text-align:left; color:#005f6b !important; }
    a.navmenu_subheader:visited,
    a.navmenu_subheader:hover { color:#005f6b !important; text-decoration:underline; } 
	/* Blog Menu Specific Styles */
	
		#nav ul.blog-menu a, #nav ul ul.blog-menu a { background: none; border: 0; }
		#nav ul.blog-menu li, #nav ul ul.blog-menu li { background: #fff url(../images/gray-gradient.png) repeat-x left bottom; border: 1px solid #ccc; color: #005f6b; }
		#nav ul.blog-menu li.mega-menu-heading, #nav ul ul.blog-menu li.mega-menu-heading { background: url(../images/li.gif) no-repeat left; border: 0; }
		#nav ul.blog-menu .alignleft, #nav ul ul.blog-menu .alignleft { border-color: #ccc; }
		#nav ul.blog-menu .alignleft:hover, #nav ul ul.blog-menu .alignleft:hover { border-color: #999; }
	
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(../images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#2069bc/*e26703*/; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#5f95d1/*fc9d36*/ url(../images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(../images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
.block-tags .block-content ul { font-size:12px; padding:10px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }
.block-finance { padding:0px; }
.block-finance .block-title { background:url('../images/money_icon.png') 8px 3px no-repeat; text-indent:18px; }
.block-contact .block-title { background:url('../images/phone_icon.png') 8px 3px no-repeat; text-indent:18px; }
/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(../images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; background:#fff; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
table.products-grid tr td { background:#fff; width:135px; overflow:hidden; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/*.products-grid h3, .products-grid h3 a { display:inline; word-wrap:break-word; width:90%; }*/ 
/* View Type: List */
.product-info-box, .product-info-box .product-essential { background:#fff; }
.half-cart-width { float:right; margin:20px 5px 0 0px; width:285px; padding-left:5px; }
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.product-essential .product-shop { float:left; margin:20px 10px 0 10px; width:300px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:12px; font-weight:bold; padding:2px 5px 0 0; float:right; margin:8px 12px 0 0; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; font-size:11px; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }
.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font:14px/1.8em bold inherit; font-weight:bold; color:#000; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; padding-top:6px; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; margin-top:4px; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }

.product-essential { padding:15px; background:#fff /*url(../images/bkg_product-view.gif) 100% 0 no-repeat*/; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:none; padding:15px 20px 15px 15px; width:585px; clear:right; /*position:relative; top:3px; left:-25px;*/margin:3px 0 0 0; } /*background:#faf7ee*/ /*url(../images/bkg_product_collateral.gif) 0 0 repeat-x*/ 
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }
.product-opts-sidebar { position:relative; top:-120px; right:3px; }
.product-view-leftcol { float:left; width:640px; margin:0px; padding:0; }
.product-view-rightcol { float:right; width:300px; margin:0; padding:0; }
.product-view-rightcol:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
/* Product Images */
.product-view .product-img-box, .product-img-box { float:left; width:267px; z-index:5; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px; clear:both; }
.product-view .product-img-box .more-views li { float:left; /*display:inline;*/margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left !important; clear:none; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

/*========================== SCRIPTACULOUS TOOLTIPS ====================================*/

/* Padding not included here if using sticky close box  */
div#tipDiv {
    color:#000; font-size:11px; 
    background-color:#e6f2f4; border:1px solid #2452da; 
    width:250px; 
}

/* styles for wrap functions  */
div#tipDiv .stickyBar {
    background-color:#8ecbe2; 
    }
    
div#tipDiv .stickyTitle {
    padding:0 0 2px 4px; color:#40211d; font-size:14px;      
    }
div#tipDiv div.stickyContent {
    padding:8px 12px;
    }
/* sticky with closeBox is in table */  
div#tipDiv td { font-size:11px; }


div#tipDiv div.img { text-align:center }
div#tipDiv div.txt {  }
.tech-helphint { float:right; clear:right; margin:2px 15px 0 0; }
.tech-helphint.mesh-hint { position:relative; top:-80px; right:-12px; }
.tech-helphint.eft-hint { position:relative; top:-78px; right:-12px; }
.tech-helphint.uv-hint { position:relative; top:-75px; right:-12px; }

/*======================= END SCRIPTACULOUS TOOLTIPS ================================*/
/****** edit ac *************/
.hiddeninfodiv { border-top:1px solid #fff; border-bottom:1px solid #fff; padding:6px 12px 15px; }
.hiddeninfodiv p { font-size:11px; color:#333; line-height:1.25em; padding:0 24px; text-align:justify; width:450px; }
/*.product-specs p { width:98%; }*/
.tabbedli-img { float:left; width:65px; margin:10px 4px 0 0; }
.product-collateral ul.tabbedcontentlist { list-style:none; margin:0; padding:0; }
.product-collateral ul.tabbedcontentlist li { padding:0 0 2px 6px; margin:1px 0; }
.product-collateral ul.tabbedcontentlist li a:hover { cursor:help; text-decoration:underline; }
.filterstageslist li { line-height:14px; font-size:11px; overflow:hidden; word-wrap:none; white-space:nowrap; margin:1px 0 6px; }
ul.tabs li.active { text-shadow:none; }
.lined li { border-bottom:1px solid #e4eaf2; padding:2px 0 3px; clear:both;}
.spec_name { float:left; text-align:left; font-weight:bold; padding-right:15px; }
.spec_value { font-weight:normal; float:right; margin-right:50px; padding-left:15px; }
.product-img-box .product-image { margin:0 0 13px; }
.product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-img-box .zoom #track { position:relative; height:18px; }
.product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }

.product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; clear:both; }
.product-img-box .more-views li { float:left; margin:0 0 8px 9px; padding:5px 0; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }


.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
.product-image-popup .nav a { margin:0 0 0 25px; }
/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.product-shop .product-name { color:#000; margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:10px 0 0; padding:10px 15px 20px; background-color:#fff/*f6f6f6*/; border:1px solid #e4e4e4; }
#product-options-wrapper { clear:both; margin:8px auto; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; /*width:315px;*/ }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%;/*width:250px;*/ }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.box-up-sell { clear:both; margin:-18px 0 12px; }
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0 15px 25px; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/*=================================== CMS Home Page ==========================================*/
.cms-home .subtitle {}
.cms-index-index .subtitle {}
	.pane { background: #fff; -moz-box-shadow: 0 0 5px #999; -webkit-box-shadow: 0 0 5px #999; margin-bottom:18px; }
	
	pane-content { display: none; left: 0; position: absolute; top: 0; z-index: 1; }
	.pane-content ul, .scroll-item ul { bottom: 2px; list-style: none; margin: 0; position: absolute; width: 50%; }
	.pane-content li, .scroll-item li { list-style: none !important; margin: 0 0 10px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
	.pane-content li, .scroll-item li, /*.left-pane, .right-pane,*/ .bottom-pane { background: rgba(255,255,255,0.9); }

	.pane-content li:hover, .scroll-item li:hover { list-style: none; }
	.pane-content h2, .pane-content p, .scroll-item h2, .scroll-item p { margin: 0; padding: 0 0 0 17px; }
	.pane-content h2, .scroll-item h2 { font-size: 1.659em; background: url(../images/li-h.gif) no-repeat left 6px; }
	.pane-content p, .scroll-item p { font-size: 0.9em; }
	.pane-content a, .scroll-item a { text-decoration: none; }
	.pane-content a:hover, .scroll-item a:hover { color: #000; }
	
		.left-pane, .right-pane, .bottom-pane { bottom: 3px; left: 0; padding: 0.625em 0; position: absolute; top: 0; width: 25%; }
			.right-pane { left: auto; right: 0; }
			.bottom-pane { top: auto; width: 100%; }
			
		.pane-content .left-pane h2, .pane-content .right-pane h2, .pane-content .top-pane h2, .pane-content .bottom-pane h2 { background: none; font-size: 1.4em; padding-bottom: 5px; }
		.pane-content .left-pane p, .pane-content .right-pane p, .pane-content .top-pane p, .pane-content .bottom-pane p { font-size: 0.8em; }

		
		.four-one-small-alt .pane { width: 380px; height: 196px; }
		.four-one-small-alt .fptabs { padding: 0 0 0.937em; }
	
	/* Tabs (those little circles below slides) */
	div.circles { clear: both; padding:3px 0; }	
	/* Single Tab */
	div.circles a { display: block; height: 10px; float: left; font-size: 1px; margin: 20px 10px 0 0; width: 10px; background:url(../images/navigator.png) 0 0 no-repeat; }	
	/* Mouseover State */
	div.circles a:hover { background-position: 0 -10px; }	
	/* Active State (current page state) */
	div.circles a.current { background-position: 0 -20px; outline: none; }	
	.active { border: 2px solid #ccc; }
	/* Disabled Navigational Button. It is not needed when tabs are configured with rotate: true */
	.disabled { visibility: hidden !important; }
	/* Hide on Initialize */ 
	div.panes div.pane { display: none; }
	
/*============================= home page slider ============================================*/
    ul.jqGalScroll { list-style:none; margin:0; padding:0; }
    ul.jqGalScroll li { width:960px; height:250px; margin:0; display:inline; }
    ul.jqGalScroll li a { text-decoration:none !important; }
.jqGSContainer{position:relative;width:960px;height:250px;border:0;}
.jqGSContainer .jqGSImgContainer{}
.jqGSContainer .jqGSImgContainer ul{padding:0;margin:0;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0;position:relative;margin-top:0;margin-bottom:0px;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:100%;height:100%;position:absolute;}
.jqGSContainer .jqGSImgContainer ul li img{border:1px solid #fff;}
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{ display:none; /*background:#000;position:absolute;right:0px;top:0px; padding:3px;color:#fff;width:300px*/}


.jqGSContainer .jqGSPagination{ display:none; /*position:relative;width:100%;height:20px;top:5px;padding: 5px 0;*/}
.jqGSContainer .jqGSPagination ul{padding:0;margin:0;list-style:none;position:relative;float:right;}
.jqGSContainer .jqGSPagination ul li{padding:0;margin-right:5px;float:left;padding-right:1px;text-align:center;padding-bottom:1px;}
.jqGSContainer .jqGSPagination ul li a{padding:2px 0px;background:#000;border:1px solid #fff; color: #fff;text-decoration:none;display:block;width:20px;font:10px Verdana, Arial, Helvetica, sans-serif;}
.jqGSContainer .jqGSPagination ul li a.selected{background:#fff;color:#f03;border: 1px solid #eaeaea;}
.jqGSContainer .jqGSPagination ul li a:hover{background:#fff;color:#000;border:1px solid #fff;}

.jqGSImgContainer{border:1px solid #000;}	
		
		
/*============================= jquery + special styles ============================================*/

	/* 03.12.10 .... new stuff ac */
	.showhidebox h5 { cursor:pointer; font-weight:normal; clear:both; background: url('../images/showhidelinkimg.png') 0px -8px no-repeat; color:#000; }
	.hintstext { text-align:left; line-height:20px; display:inline; padding:3px 6px; color:#989a86; font:normal 0.8em Arial, Helvetica, sans-serif; }
  .filedata { text-align:left; line-height:20px; display:inline; padding:5px 0px 5px 35px; }
  .filedata { color:#989a86; font:normal 0.8em Arial, Helvetica, sans-serif; }
	p.answer { background:url('../images/abkgnd.png') left 2px no-repeat; }
	h5.question { background:url('../images/qbkgnd.png') left 0px no-repeat; }
	.financewrapper { background:url('../images/bg_financing.jpg') -20px 0px no-repeat; padding:125px 10px 0 20px; }
	/* new stuff 090410: ac */
	.financewrapper-redesign { background:url('/media/images/banners/finance-form-header-banner.jpg') 0px 0px no-repeat; padding:150px 0 0 0; width:940px; margin:2px auto 5px; }
   
	.showhidebox { padding-bottom:0; margin-bottom:0; }
	.showhidebox p { font-size: 1.1em; line-height: 1.8em; padding-top: 0pt; padding-right: 0pt; padding-bottom: 1.172em; padding-left: 0pt; color:#343838; }
	.showhidebox h5 { padding: 5px 0 5px 25px; margin:0 0 15px 0;  }
	.showhidebox > div p { margin-left:40px; }
	p.answer { padding-left:40px; }
	h5.question { padding-left:30px; }
  a.testimonialtrigger { /*clear:left;*/ padding-left:26px; text-decoration:none; cursor:pointer; font-weight:normal; /*background: url('../images/showhidelinkimg.png') 0px 8px no-repeat;*/ color:#05c; } 
  .readmore { float:right; margin:-2px 4px 0 0; padding-right:2px; }
  .testimonial-inner h3 { clear:both; }
  /********************** HALLOWEEN SPECIAL STYLES 101010 *******************************/
  
  .attn { font:italic 800 14px/1.45em inherit; color: #d21; }
  .value { text-shadow:0px 0px 1px #efe; color:green; font:800 14px 1.45em inherit; }
  .special-offers { padding:2px 1px; float:inherit; }
  .halloween h3 { text-align:center; font-family: "Liquidism", Georgia, serif; font-size: 21px; color:#000; }
  .halloween { background:url('../images/halloween-special-bkgnd.png') 0 0 no-repeat; width:99%; overflow:none; }
  .halloween ul { padding-left:10px; }
  .halloween ul li { margin:0; padding:0; line-height:18px; }
  .halloween .value { position:relative; left:45px; top:-4px; }
  
  
  /***** overlay ************/
                         
	/* close button positioned on upper right corner */
		.simple_overlay .close { background: url(../images/close.png) left top no-repeat; cursor: pointer; height: 35px; position: absolute; right: -15px; top: -15px; width: 35px; z-index: 999; }
		 #triggers { text-align: center; }
  	#triggers img { cursor: pointer; }
  	
  	/* the overlayed element */
  	
  	/*.simple_overlay  { display: none; min-height: 200px; padding: 15px; width: auto; z-index: 10000; }*/
  	.simple_overlay { display: none; }
    .simple_overlay { background: #fff; -moz-box-shadow: 0 0 50px 5px #000; -webkit-box-shadow: 0 0 50px #000; min-height: 200px; padding: 15px; width: auto; z-index: 10000; }
		.simple_overlay p, .simple_overlay h2, .simple_overlay h3, .simple_overlay h4, .simple_overlay h5, .simple_overlay h6 { background: none; margin: 0; padding: 10px 0 0; }

  	/* close button positioned on upper right corner */
  	.simple_overlay .close { cursor: pointer; height: 35px; position: absolute; right: -15px; top: -15px; width: 35px; z-index: 999; }
/* simple gallery on homepage */
#sliderholder { padding:0 6px 0 0; margin:0; position:absolute; width:960px; height:300px !important; z-index:1; }
#simplegallery1{ /*CSS for Simple Gallery Example 1*/
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0;
width:600px;
height:250px;
margin-bottom:0;
background: none repeat scroll 0% 0% #cee9fb;
 z-index:5001;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
ul.top12 li { padding:5px 0 3px 45px; text-align:left; line-height:2.1em; margin:2px 0; }
.top12 .top12-one { background:url('../images/top-12-icons.png') 0 -478px no-repeat; }
.top12 .top12-two { background:url('../images/top-12-icons.png') 0 -147px no-repeat; }
.top12 .top12-three { background:url('../images/top-12-icons.png') 0 -72px no-repeat; }
.top12 .top12-four { background:url('../images/top-12-icons.png') 0 -184px no-repeat; }
.top12 .top12-five { background:url('../images/top-12-icons.png') 0 -109px no-repeat; }
.top12 .top12-six { background:url('../images/top-12-icons.png') 0 -220px no-repeat; }
.top12 .top12-seven { background:url('../images/top-12-icons.png') 0 0 no-repeat; }
.top12 .top12-eight { background:url('../images/top-12-icons.png') 0 -258px no-repeat; }
.top12 .top12-nine { background:url('../images/top-12-icons.png') 0 -332px no-repeat; }
.top12 .top12-ten { background:url('../images/top-12-icons.png') 0 -441px no-repeat; }
.top12 .top12-eleven { background:url('../images/top-12-icons.png') 0 -368px no-repeat; }
.top12 .top12-twelve { background:url('../images/top-12-icons.png') 0 -293px no-repeat; }  
.top12 .top12-thirteen { background:url('../images/top-12-icons.png') 0 -405px no-repeat; }                    

ul.decorated, ul.decorated li { list-style:disc; list-style-position:inside; }
.kopko-consult { background:url('../images/kopko-border.gif') 0 20px repeat-y; width:285px; clear:both; }
.kopko-header { background:#fff url('../images/kopko-border-top.gif') 0 0 no-repeat; height:25px; }
.kopko-footer { background: #fff url('../images/kopko-border-bottom.gif') 0 0px no-repeat; height:25px; clear:both; }
.kopko-inner { padding:12px 25px 55px; }
.kopko-consult h2 { text-align:center; color:#d42; }
.kopko-consult h4 { letter-spacing:.0159em; line-height:15px; }
.promo-title { font-weight:bold; padding:1px 3px 6px; font-size:bigger; border:1px solid #ccc; border-left:0; border-right:0; }
.bio-details { text-align:left; line-height:auto; }
.kopko { font-size:smaller; }
.kopko-phone { font-size:18px; }
/*
.kopko-inner #formsubmit { display:block; width:145px !important; height: 38px; text-align:center; padding:4px 14px; color:#fff; font:bold 15px/1.8em sans-serif; margin:12px 2px 32px 50%; 
          background: url('../images/form-submit.png') left top no-repeat, -moz-linear-gradient(bottom, #ee9b18, #fde8c7); 
          background: url('../images/form-submit.png') left top no-repeat, -webkit-gradient(linear, 0 0, 0% 100%, from(#ee9b18), to(#fde8c7));
          border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border:1px solid #74838e; }
          */
/*#main_form #formsubmit:hover { color:#000; background:none; background-color:#fff; }*/

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */

/* =====================MEDIA PAGE STYLES ================================================ */
.video-wrapper { overflow:none; z-index:1; margin:0 2px; padding:0; }
.video-pane { padding:3px; margin:0 2px; text-align:center; } 
.video-player { float:left; width:650px; height:525px;border:1px solid #ddd; }
.video-thumbs { float:right; padding:2px; overflow-y:scroll; width:195px; height:525px;/*border:1px solid #eee;*/ }
.video-previews { width:130px; height:140px; overflow:hidden; padding:3px 6px; border:1px solid #f3f5f9; margin:5px 12px 5px 2px; }
/* edits 090510......ac */
.product-img-box .video-previews { width:265px; margin:8px 0 10px 0; clear:both; overflow:visible; }
.product-img-box .video-previews .text-block { width:100px; clear:none; } 
.video-previews .caption { margin:0; display:inline; padding:2px 3px 0; }
.video-previews .hintstext { position:relative; right:0; top:5px; display:block; text-align:right; }
#hidden-video-player { z-index:5000; position:absolute; top:400px; left:auto; padding:5px; border:0; }
#hidden-video-player .vid-header { width:676px; text-align:right; padding:30px 20px 0 0; height:18px; background:url('../images/video_previews/hidden-video-player-hdr.png') 0 0 no-repeat; position:relative; top:0; left:0; }
#hidden-video-player .vid-footer { width:696px; height:48px; background:url('../images/video_previews/hidden-video-player-ftr.png') left bottom no-repeat; }
#hidden-video-player .vid-body { width:696px; background:url('../images/video_previews/hidden-video-player-bkgnd.png') 0 -48px repeat-y; position:relative; top:0; left:0; }
.vid-header div { position:absolute; right:25px; top:25px; text-align:right; z-index:5001; }
.close-hidden-video { display:block; height:15px; padding:0px 15px 3px 25px; text-align:right; background:url('../images/close-with-text.png') 0 3px no-repeat; }
.vid-header div a { font-size:9px; color:#fff; text-decoration:none; }
/* end edits */


.vid-sidebar { width:195px; height:138px; padding:1px 5px; margin:3px auto; border:0; }   /* where is this style being used... ????*/
.video-list { list-style:none; margin:0; padding:0; }
.video-list li { width:175px; padding:0px; margin:1px; float:left; background:url('../images/video_listitem_bkgnd.png') left top no-repeat; }
.firstvid-item { clear:left; }
.video-list li a { text-decoration:none; display:block; padding:10px 0 12px 60px; text-align:left; line-height:25px; /*width:220px;*/ }
a#synergyvidlink { background:url('../images/video_thumbs/synergy_thumb.jpg') 6px 8px no-repeat; }
a#alkalinityyvidlink { background:url('../images/video_thumbs/kopko_thumb.jpg') 6px 8px no-repeat; }
a#compvidlink { background:url('../images/video_thumbs/comparison_thumb.jpg') 6px 8px no-repeat; }
a#bottledvidlink { background:url('../images/video_thumbs/glasses_thumb.jpg') 6px 8px no-repeat; }
a#phorpvidlink { background:url('../images/video_thumbs/phandorp_thumb.jpg') 6px 8px no-repeat; }
a#bloodvidlink { background:url('../images/video_thumbs/chemistry_thumb.jpg') 6px 8px no-repeat; }
a#inhomevidlink { background:url('../images/video_thumbs/inhome_thumb.jpg') 6px 8px no-repeat; }
a#oksanavidlink { background:url('../images/video_thumbs/oksana_thumb.jpg') 6px 8px no-repeat; }
a#femividlink { background:url('../images/video_thumbs/femi_thumb.jpg') 6px 8px no-repeat; }
a#nunnvidlink { background:url('../images/video_thumbs/robbnunn_thumb.jpg') 6px 8px no-repeat; }
a#lehrvidlink { background:url('../images/video_thumbs/ryanlehr_thumb.jpg') 6px 8px no-repeat; }
a#peoplesayvidlink { background:url('../images/video_thumbs/katy_thumb.jpg') 6px 8px no-repeat; }
a#endorsevidlink { background:url('../images/video_thumbs/endorsements_thumb.jpg') 6px 8px no-repeat; }
a#factsvidlink,a#whatisvidlink { background:url('../images/video_thumbs/facts_thumb.jpg') 6px 8px no-repeat; }
a#goodforyouvidlink { background:url('../images/video_thumbs/katy_thumb.jpg') 6px 8px no-repeat; }
a#sciencevidlink { background:url('../images/video_thumbs/science_thumb.jpg') 6px 8px no-repeat; }
a#pacvidlink { background:url('../images/video_thumbs/againstcancer_thumb.jpg') 6px 8px no-repeat; }
a#dumesnilvidlink { background:url('../images/video_thumbs/baseball_thumb.jpg') 6px 8px no-repeat; }
a#forhomevidlink { background:url('../images/video_thumbs/forhome_thumb.jpg') 6px 8px no-repeat; }
a#7600benefitsvidlink { background:url('../images/video_thumbs/7600-benefits-thumb.jpg') 6px 8px no-repeat; }
a#8100benefitsvidlink { background:url('../images/video_thumbs/8100-benefits-thumb.jpg') 6px 8px no-repeat; }

/*
.kopko-consult-bkgnd { background:url('../images/kopko-border-bkgnd.gif') 0 0 no-repeat; text-align:center; padding:20px; width:240px; height:380px; }
.kopko-consult-bkgnd iframe { margin:auto; background:none; height:250px; } 
.kopko-consult-bkgnd p { line-height:1.3em; }
*/
#custentity95_fs_lbl a { padding-right:4px; }
/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 6px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 2px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:5px 0 0; }
.cart .cart-collaterals .col2-set { float:left; /*width:605px; */}
.cart .cart-collaterals .col2-set .col-2 { /*width:294px;*/ }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }
h3.product-name { background:#fff; }
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; padding:5px 8px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(../images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(../images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8/*edf4fb*/; border:1px solid #bebcb7; margin-right:6px; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }


/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:12px 18px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}
.opc li.allow { margin-bottom:0px; padding:2px 1px 1px; border-bottom:1px solid #fff;}
.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#eef3f6/*d0dce1*/; border:1px solid #a3aeb3; border-bottom:0; margin-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#e3f3f9; border:1px solid #bbafa0; border-bottom:0; padding-bottom:5px; color:#5f95d1/*f18200*/; cursor:default; }
.opc .active .step-title .number { background:#5f95d1/*f18200*/; border-color:#0055f1/*f19900*/; color:#fff; }
.opc .active .step-title h2 { color:#5f95d1/*f18200*/; }
/*.opc .active .step-title a { display:none; }*/
#checkout-review-table { width:685px; }

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; background:#fff; -moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#5f95d1; }
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; float:right; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#2069bc/*e65505*/; }

.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 5px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { padding:4px 0 0 0; }
.foot-three, .foot-one { width:960px; margin:0 auto; padding:10px 0px 50px; background: url(../images/divider-h.gif) repeat-x left top; }
.foot-three h3 { color:#333; font:normal 1.8em Calibri,Trebuchet MS,sans-serif; margin: 0pt 0pt 0.601em 0pt; }
.footer ul { padding:4px 0 0 0; }
.footer .foot-one { font-size:.85em; }
.footer ul.left li h3 { text-align:left; }
.foot-one .clearfix li { clear:both; width:100%; text-align:center; }
/*
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
*/
.footer a { color:#008c9e; text-decoration:none; }
.footer a:hover { text-decoration:underline; }

.footer address { margin:0 0 20px; color:#999; }
.footer address a { color:#999; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer ul li { width:300px; display:block; float:left; margin:3px auto; }
.foot-three li li { background: url('../images/li.gif') left 4px no-repeat; padding:2px 0 0 20px; line-height:auto; font-size: inherit; text-align:left; }
.foot-three li li:hover { background: url('../images/li-h.gif') left 4px no-repeat; }
#twitter_update_list li { list-style:none; padding:0; background:#fff; -moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#twitter_update_list li span { display:block; font-size:.9em; line-height:1.2em; color:#333; padding: 12px 20px; margin:4px 8px; }
/*#twitter_update_list li span a*/
li.twitter h3 { background: url('../images/twitter.png') 10px -15px no-repeat; padding:2px 0 2px 65px; }
#subscribe { height: 14px; padding: 5px 5px 2px 5px; width: 146px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
/*
#subscribesubmit,#formsubmit { padding:4px 10px; color:#008c9e; background:#eee url('../images/gray-gradient.png') left top repeat-x;border:1px solid #ccc; }
#subscribesubmit:hover,#formsubmit:hover { color:#000; background:none; background-color:#fff; }
*/
form #subscribesubmit,form #formsubmit { float:left; display:block; width:115px !important; height: 35px; text-align:center; padding:4px 14px; color:#fff; font:bold 15px/1.8em sans-serif; margin:12px auto 32px 1%; 
          background:url('../images/form-submit.png') left top no-repeat; background:url('../images/form-submit.png') left top no-repeat, -moz-linear-gradient(bottom, #ee9b18, #fde8c7); 
          background:url('../images/form-submit.png') left top no-repeat, -webkit-gradient(linear, 0 0, 0% 100%, from(#ee9b18), to(#fde8c7));
          border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border:0; cursor:pointer;/*border:1px solid #74838e;*/
          }
form #subscribesubmit:hover, form #formsubmit:hover { color:#000; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.clearfix:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* jquery lightbox ******/

/**
 * 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 CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/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: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*==================== easy tabs ==============================*/
/********************** Tabs */
/*ul.tabs { width:550px; }*/


/*=============== prototype lightbox ===================================*/


/*=============== jquery coda-slider ===================================*/
.panel h2.title { margin: 0px; display:none; }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px 0px 50px }
	.coda-slider { background: #eee; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 280px; overflow: auto !important; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 600px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #eee; color: #eee; padding: 5px; width: 1px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #fff }
	.coda-nav ul li a img { opacity:.5; }
	.coda-nav ul li a.current img { opacity:1; }
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; }
	.panel-wrapper { overflow:hidden; }
	.panel-wrapper a.panellink { display:block; margin:0; padding:0; }
	#coda-nav-1 { width:600px; height:285px; margin-top:-285px; }  
	/* Preloader */
	.coda-slider p.loading { padding: 0px; text-align: center }
   /* navover banners */
   .navtriggers { position:relative; padding:10px; text-align:center; z-index:100; }
   #triggerleft { top:12px; left:25px; background:red; }
   #triggerright { top:25px; left:125px; background:blue; }
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { /*clear: both; */display: block; margin:0px; height:50px;/*auto*/ /*overflow: hidden;*/ }
	.coda-nav ul li { display:inline; /* block; float:left; width:65px; */}
	.coda-nav ul li a { background: #eee; color: #eee; text-decoration:none; display: block; float: left; margin-right: 1px; padding: 1px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: none; margin:0; overflow: hidden; width:600px; height:320px; background:#eee; }
	.coda-slider { height:320px; overflow: hidden; position: relative;  }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	/*float:left; margin:-125px 0 0 25px;*/  /*float:right; margin:-15px 5px 0 0;*/
  /*                
  .coda-nav-left { position:relative; top:85px; left:8px; z-index:500; height:22px; }
	.coda-nav-right { position:relative; top:-185px; left:870px; z-index:500; height:22px; }
	*/
	/*.coda-nav-left, .coda-nav-right { float: left }*/
	.coda-nav-left a, .coda-nav-right a { display: block; height:22px; text-align: center; float:left; visibility:hidden; text-decoration: none }

	/* LIFE YOGA WATER LANDING PAGE REDESIGN */


#lifeYogaWater2
{
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	line-height: 22px;
	color:#4c4c4c;
	background-color:#B5DDFF;
	background-image:url('/images/stories/yoga/bg.png');
	background-repeat: repeat-x;
	margin: 0px auto;
	padding:0px;
	text-align: center;
	min-width: 960px;
	/*position: relative;*/
	float:left;
}

sup {
	font-size: 8px;
}

#lifeYogaWater2 a,
#lifeYogaWater2 a:visited
{
	color:#4c4c4c;
	text-decoration:none;
}
#lifeYogaWater2 a:hover
{
	color:#000000;
	text-decoration:none;
}

#lifeYogaWater2 img
{
	border:0px;
}

#lifeYogaWater2 #yogaWrapper
{
	width:600px;
	/*padding-bottom:4011px;*/
	text-align: left;
	margin-right: auto;
}

#lifeYogaWater2 #yogaWrapper h2 {
	font-size: 20px;
	margin: 21px 0px 0px 0px; 
	float: left;
}

#lifeYogaWater2 #yogaVideo {
	float: right;
	margin:34px 10px 0 0;
	padding:14px 0;
	width:350px;
	background-color: #E4F2FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#lifeYogaWater2 #yogaVideo h2 {
	margin-bottom: 20px;
}

#lifeYogaWater2 #yogaHeader {
	float:left;
	width:100%;
	height:198px;
	background-image:url('/images/stories/yoga/header.png') ;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
}

#lifeYogaWater2 #yogaHeader h1 {
font-size:18px;
margin:152px 0 0 37px;
position:relative;
}

#lifeYogaWater2 .yogaContent
{
	float:left;
	width:100%;
	background-image:url('/images/stories/yoga/bg_content.png');
	background-repeat: repeat-y;
}

#lifeYogaWater2 .yogaContent p
{
	float:left;
	width:488px;
	margin:4px 0px 8px 50px;
}

#lifeYogaWater2 .center
{
	float:left;
	width:100%;
	text-align:center;
}

#lifeYogaWater2 .yogaFootnote {
	font-size: 10px;
}

#lifeYogaWater2 .yogaSectionHeader
{
	background:url('/images/stories/yoga/sectionHeader.png') 0 0 no-repeat;
	float:left;
	width:100%;
	height:80px;
	margin-left:0;
	/*background-repeat:no-repeat;*/
}

#lifeYogaWater2 #yogaWrapper h2 {
float:left;
font-size:18px;
margin:16px 0 0 24px;
}
#lifeYogaWater2 .yogaSectionHeader.shiftleft { width:343px; margin-left:-4px; background-position: -22px 0; padding-left:10px; line-height:12px; clear:both; }
.shiftleft h2 { width:90%; }
#lifeYogaWater2 .featList {
	float:left;
	margin:0 0 20px 108px;
	text-align:left;
	width: 450px;
}

div#lifeYogaWater2  div#yogaVideo  ul.featList  li{
	width: 221px !important;
}

#lifeYogaWater2 .featList ul
{
	float:left;
	margin:8px 0px 15px 0px;
    padding:0px;
}

#lifeYogaWater2 .featList li
{
    margin:13px 0 0 -27px;
    padding:0px 0px 0px 0px;
    list-style-image:url('/images/stories/yoga/list_point.png');
    list-style-position:outside;
    list-style-type:none;
	font-weight:normal;
	line-height:24px;
}

#lifeYogaWater2 #yogaFooter
{
	float:left;
	width:100%;
	height:83px;
	background-image:url('/images/stories/yoga/footer.png');
	background-repeat: no-repeat;
	margin:0px 0px 0px 0px;
}

#lifeYogaWater2 #yogaFooter p
{
	float:left;
	width:100%;
	margin:39px 0px 0px 0px;
	text-align:center;
	color:#9b9b9b;
}

#lifeYogaWater2 #yogaFooter a,
#lifeYogaWater2 #yogaFooter a:visited
{
	font-weight:bold;
	color:#9b9b9b;
}

#lifeYogaWater2 #yogaFooter a:hover
{
	color:#FFFFFF;
}

#lifeYogaWater2 iframe {
	width: 400px;
	height: 200px;
}                       
             
/*=================================== END YOGA LANDING PAGE ==============================*/

/*======================= edit ac : 031810 - styles for hydrocare page ===================*/

.cols { float:left; padding:0; margin:8px 2px 8px; }
.prodcols { width:315px; padding:0; margin:0; }
.prodcells { width:100%; }
.prodcells .hdr, .prodcells .ftr { margin:0; padding:0; }
.p { padding:0px 6px; margin:6px 2px; clear:both; }
.prodcell_headers { padding:4px; text-align:left; }
.prodcell_headers div { position:relative; top:-15px; left:110px; margin-top:-75px; width:200px; }
.infocell { padding: 6px; width:295px; }
.imghdr { width:inherit; }


.prodcells { background:url('/../images/coldec_mid.gif') left top repeat-y; }
.prodcells .hdr { background:url('/../images/coldec_top.gif') left top repeat-y; }
.prodcells .ftr { background:url('/../images/coldec_bottom.gif') left bottom no-repeat; }
.infocell .imghdr { border:1px solid #e1e4e4; border-left:0; border-right:0; text-align:center; padding:6px 0px; margin:12px auto; }
.prodcell_headers div { text-align:left; }

/*============================ END HYDROCARE PAGE LANDING PAGE ==========================*/

/* Begin Easy Tabs CSS =============================================================================== */

/********************** Tabs */
.tabs { margin: 25px 0px; height:36px; width:585px; overflow:hidden; border-bottom:1px solid #8ecbe2;  zoom: 1; list-style: none; padding:0;}
.tabs li                { background:url('../images/tablibkgnd.png') left 0px no-repeat; margin:0; float:left; border-right:1px solid #ffffff; /*border-left:1px solid #fff;*/ font-size:1.1em; padding:0 0 0 20px; /* background: #eef5f8; */}
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs li.active { background:url('../images/tabliactivebkgnd.png') left 0px no-repeat; border:0; }
.tabs a                 { background:url('../images/tabbkgnd.png') right top no-repeat; padding:11px 16px 10px 5px; margin:0 0 0 5px; color:#444; text-decoration: none;}
.tabs a:hover           { /*background-color:#eef5f8;*/ text-decoration:none; color:#444; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background:url('../images/tabactivebkgnd.png') right top no-repeat; padding:10px 16px 9px 5px; /*background:#8ecbe2;*/  font-weight:bold; color:#fff; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}

.christmas-delivery {
    background: url(http://lifeionizers.com/images/christmas-present.jpg) no-repeat scroll 0 100% transparent;
    color: #71AB25;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
}
