/**
 * 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_blank
 * @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; }

html, body    { height:100%; }
body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

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

/* Headings */
h1 			{ font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; }

h1          { font-size:2em; font-weight:normal; line-height:1.15; margin-bottom:.45em; }
h2          { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
h3          { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
h4          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h5          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h6          { font-size:1em; line-height:1.35; margin-bottom:.45em; }

/* 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; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* 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 { background:#cfc5b1; position:relative; height:auto !important; height:100%; min-height:100%; }
.page { width:100%; text-align:left; background:top left repeat-x url(../images/bgBodyTop.gif); }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container { padding:25px 0 0; margin:0 auto; width:1000px; }
.main { border:solid #fff; border-width:3px 1px 0; height:auto !important; height:500px; min-height:500px;
		background:#fff top left repeat-x url(../images/bgPage.gif); padding:20px 40px 20px; }

/* Base Columns */
.col-left { float:left; width:220px; padding:10px 5px 0; }
.col-main { float:left; width:640px; padding:5px; }
.col-right { float:right; width:220px; padding:10px 5px 0; }

/* 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:410px; margin-left:60px; }
.col3-layout .col-wrapper { float:left; width:710px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Landing Page Layout */
.landing { padding:0; }
.landing .main,
.landing .col-main { padding:0; background:0 none; border:0 none; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.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 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
textarea { resize:vertical; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; 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 { float:left; height:26px; background:transparent url(../images/btnSprite.gif) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/26px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 14px 0 8px; }
button.button:active span { background-position:0 -26px; }
button.button:active span span { background-position:100% -26px; }
button.disabled {}
button.disabled span {}

button.btn-checkout span { padding:0 0 0 6px; text-transform:uppercase; font-size:12px; }
button.btn-checkout span span { background-position:100% 0; padding:0 35px 0 29px; }
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background:#f6fcff; border-color:#bbb;}
/* .highlight { background:#f6fcff; } */

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 14px; }
.form-list label { float:left; color:#444; font-weight:bold; position:relative; z-index:0; margin:0 0 2px; }
.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 { margin:0 0 7px; }
.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:265px; }
.form-list .field { float:left; width:295px; }
.form-list input.input-text { width:259px; }
.form-list textarea { width:259px; height:10em; }
.form-list select { width:265px; }
.form-list li.wide .input-box { width:560px; }
.form-list li.wide input.input-text { width:554px; }
.form-list li.wide textarea { width:554px; }
.form-list li.wide select { width:560px; }
.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-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:#999; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:62px; }
.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; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; text-decoration:underline; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #dfdfdf; background:#f6f6f6; padding:22px 15px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #dfdfdf; background:#fefefe; color:#000; line-height:20px; margin:-35px 0 0 -10px; padding:0 8px; position:relative; }

/* Sidebar Forms */
.sidebar .fieldset { padding:10px 15px; margin:0; }
.sidebar .form-list li { margin:0 0 7px; }
.sidebar .form-list .input-box { width:188px; }
.sidebar .form-list input.input-text { width:184px; }
.sidebar .form-list li.actions { margin:0 -5px 0 0; }



/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* 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:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.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 { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { margin:0 0 15px; }
.page-title h1,
.page-title h2 {  }
.page-title .separator { margin:0 3px; }
.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; }

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Data Table */
.data-table { width:100%; font-size:11px; }
.data-table th { padding:9px 15px 7px; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px 15px; border:1px solid #ddd; border-width:1px 0; vertical-align:middle; }
.data-table thead { background-color:#eee; }
.data-table tbody {}
.data-table tfoot { background-color:#eee; }
.data-table tr.first {}
.data-table tr.first td {border-top:0 none; }
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.even {}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table tfoot td { border-bottom:0 none; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}
.data-table tr.last td.data { border:0 none; }

/* 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 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
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% 4px 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% -53px; }

/* 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; }
.std h5 { color:#1961ad; }
.std h5 a { color:#1961ad; }
.std sup,
.std sub { height:0; line-height:1; vertical-align:baseline; _vertical-align:bottom; position:relative;
		font-size:0.7em; }
.std sup { bottom:.5em; }
.std sub { top:.25em; }

/* Misc */
.links li { display:inline; }

.link-cart { font-weight:bold; color:#f00; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.btn-remove { display:block; width:11px; height:11px; 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_trash.gif) 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:#ddd; 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:1000px; 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:100%; height:49px; border-bottom:1px solid #66b5e5; position:relative;
					background:#008bd6 top left repeat-x url(../images/bgHeader.gif); overflow:show; }
.header { margin:0 auto; width:970px; padding-left:30px; }
.header .logo { float:left; text-decoration:none !important; margin:5px 0 0; }
.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; padding:0; }
.header .quick-access { float:right; }
.header .links { float:right; padding:13px 0 0; }
.header .links li { line-height:26px; height:26px; display:block; float:left; padding:0 3px;  }
.header .links li a { white-space:nowrap; text-decoration:underline; height:26px; padding:0 0 0 8px; color:#fff;
	text-transform:uppercase; background:left top no-repeat url(../images/navBtnSprite.gif); display:block; }
.header .links li a span { float:left; display:block; height:26px; font:bold 11px/26px Arial,Helvetica,sans-serif;
	padding:0 12px 0 4px; background:100% 0 no-repeat url(../images/navBtnSprite.gif); cursor:pointer; }
.header .links li a:hover,
.header .links li a:focus { text-decoration:none; }
.header-container .top-container { text-align:right; float:right; }

/********** < Navigation */
.nav-container { float:right; }
#nav { font-size:12px; float:right; }

/* All Levels */
#nav li { text-align:left; float:left; display:block; margin:0 1px; }
#nav li.over { z-index:999; }
#nav li a { display:block; text-decoration:none; padding:6px 10px 5px; line-height:38px; color:#fff;
			float:left; font-weight:bold; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li a:hover { text-decoration:none; }
#nav li a:hover,
#nav li.over a,
#nav li.active a { background:top left repeat-x url(../images/bgNavItem.gif); }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar { font-size:0.95em; color:#333; }
.sidebar a { color:#333; }

.block { margin:0 0 25px; }
.block .block-title { padding:3px 0; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content {}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

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

/* Block: Account */
.block-account {}

/* Block: Subscribe */
.block-subscribe {}

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */


/* 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 { position:relative; margin:0 0 25px; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:424px; padding:12px 0 50px 30px; }
.products-grid li.first { padding-left:0; }
.products-grid .product-image { float:left; display:block; width:120px; margin:0 0 10px; }
.products-grid .product-data { padding:0 0 0 20px; float:left; width:284px; }
.products-grid .product-name { margin:0 0 15px; font-weight:bold; font-size:18px; line-height:22px; }
.products-grid .product-name a { color:#000; text-decoration:none; padding-right:10px; }
.products-grid .desc { margin:0 0 10px; }
.products-grid .price-box { margin:0; display:inline; font-size:14px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; margin-left:-5px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Availability */
.availability { margin:0.8em 0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

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

.price-box { color:#f45f00; }
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price { color:#b4b4b4; display:inline; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:normal; text-decoration:line-through; }

/* Special price */
.special-price { display:inline; padding:0 0 0 5px;}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

.minimal-price-link { display:block; font-weight:12px; }
.minimal-price-link .label { color:#666; font-weight:normal; }
.minimal-price-link .price { font-weight:bold; color:#f45f00; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* 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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background:#fef9f5; border:1px solid #ddd; }
.tier-prices .benefit { font-style:italic; font-weight:bold; }
.tier-prices .price { font-weight:bold; }

.tier-prices-grouped { font-weight:bold; }

/* Add to Cart */
.add-to-cart { margin:10px 0 15px; border:1px solid #dfdfdf; background-color:#f6f6f6; padding:10px; text-align:right; }
.add-to-cart label { float:left; margin-right:5px; line-height:28px; }
.add-to-cart .qty { float:left; margin:3px 0; }
.add-to-cart button.button { float:left; margin-left:8px; }

.product-view {}

.product-essential { margin:0 0 15px; }
.product-collateral { margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:260px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .more-views ul { margin-left:-12px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#dfdfdf; margin:0 0 8px 12px ; }

.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:12px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:350px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name { margin:0 0 1.3em; }
.product-view .price-box { font-size:14px; margin:0.5em 0; }
.product-view .short-description {}

/* Product Options */
.product-options { padding:0 15px 10px; margin:15px 0 0; border:1px solid #dfdfdf; background-color:#FEF9F5; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; }
.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:#444; }
.product-options dd { padding:5px 10px 12px; margin:0 0 5px; border-bottom:1px solid #e9e9e9; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:2px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options .options-list { margin-right:5px; }
.product-options .options-list li { padding:2px 0; }
.product-options .options-list input.radio { float:left; margin:3px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:2px 0 0; }
.product-options .options-list .label { display:block; margin-left:18px; }
.product-options .options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }
.product-options .note { font-size:0.95em; }

.product-options-bottom { background-color:#f6f6f6; 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 .price-box { float:left; margin:0; line-height:20px; padding:4px 0; font-size:13px; }
.product-options-bottom .price-box p { float:left; }
.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; margin:0; padding:0; border:0; background:0; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description { margin:15px 0; }

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell h5 { margin:0 0 0.7em;}
.product-view .box-up-sell .products-grid td { width:47%; }
.product-view .box-up-sell .products-grid td.last { padding:0 0 0 6%;}
.product-view .box-up-sell .products-grid .product-image { width:100px; padding:0 20px 0 0; }
.product-view .box-up-sell .products-grid .product-name { font-size:1em; line-height:1.25; }
.product-view .box-up-sell .products-grid .price-box { font-size:13px; }
/* ======================================================================================= */


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

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li { margin:0 0 5px; } 

/* Shopping Cart Table */
.cart-table .product-name { font-weight:bold; }
.cart-table .item-msg { font-size:10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; color:#F45F00; text-transform:none; text-decoration:underline; }
.cart-table .btn-continue:hover span { text-decoration:none; }
.cart-table .btn-update span { }


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:620px; }
.cart .cart-collaterals .col2-set .col-1 { width:310px; padding-right:40px; }
.cart .cart-collaterals .col2-set .col-2 { width:270px; float:left; }

.cart .crosssell { margin:0 0 15px; border:1px solid #dfdfdf; background-color:#f6f6f6; padding:10px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.cart .crosssell .product-image { float:left; width:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-details .product-name { font-size:12px; font-weight:bold; }
.cart .crosssell .product-details .product-name a { color:#000; text-decoration:none; }
.cart .crosssell .product-details .price-box { font-size:13px; margin:5px 0 10px; }
.cart .crosssell .product-details .button { margin:0 0 0 -4px; }
.cart .crosssell li.item { margin:0 0 8px; border-bottom:1px solid #e9e9e9; padding:0 0 5px; }
.cart .crosssell li.last { margin:0; padding:0; border:0 none; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount { margin:0 0 15px; border:1px solid #dfdfdf; background-color:#f6f6f6; padding:10px 15px; }
.cart .discount h2 { font-size:13px; margin:0 0 10px; }
.cart .discount label { display:none; }
.cart .discount .input-text { width:230px; }

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; margin:0 0 8px; }
.cart .totals table th,
.cart .totals table td { padding:0 0 0 15px; line-height:22px; }
.cart .totals table th { font-weight:bold; }
.cart .totals tfoot td strong { font-size:14px; font-weight:bold; color:#e02f00; }
.cart .totals tfoot td strong { font-size:14px; font-weight:bold; color:#e02f00; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.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:30px; 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 { font-weight:bold; margin: 14px 0px 7px; }
.sp-methods dd li { margin:7px 0; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; 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; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { 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; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { color:#555; font-size:11px; }
.block-progress dt { font-weight:bold; background:#eee; border:1px solid #ddd; padding:2px 8px; margin:0 0 4px; }
.block-progress dt.complete {}
.block-progress dd.complete { padding:2px 10px; margin:0 0 6px; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set { border-top:1px solid #e4e4e4; padding-top:10px; margin-right:10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#eee; padding:0 10px; text-align:right; color:#999; border-top:1px solid #fff; }
.opc .step-title .number { float:left; display:none; }
.opc .step-title h2 { font-size:12px; float:left; margin:0; padding:0; line-height:22px; }
.opc .step-title a { display:none; text-decoration:none; float:right; text-transform:uppercase; 
					color:#fff; line-height:22px; font-size:0.9em; }
.opc .step-title a:hover,
.opc .step-title a:focus { text-decoration:underline; }

.opc li.allow { border:0 none; }
.opc .allow .step-title { cursor:pointer; background:#aaa; padding:2px 10px; color:#fff; }
.opc .allow .step-title a { display:block; }

.opc .active {}
.opc .active .step-title { background-color:#3399cc; cursor:default; color:#fff; padding:3px 10px; }
.opc .active .step-title a { display:none; }

.opc .step { border:1px solid #ddd; padding:15px 0 15px 35px; background:#FBFBFB; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

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


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

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }

/* 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; }
/* ======================================================================================= */


/* Misc ================================================================================== */
/* FAQ */
.faq {}
.faq .questions { font:bold 14px/20px Arial,Helvetica,sans-serif; border-bottom:1px solid #ccc; margin:0 0 20px; padding:0 0 15px; }
.faq .questions li { margin:0 0 12px; }
.faq .questions li a { color:#ff8600; text-decoration:none; }
.faq .answers {}
.faq .answers li { margin:0 0 20px; }
.faq .answers li h5 { font-size:14px; margin:0; }
.faq .answers li a {}
.faq .answers li .back-to-top { font-size:11px; }

/* Testimonials */
.testimonials {}
.testimonials blockquote { margin:0 0 3px; }
.testimonials blockquote p { margin:0; padding:0; }
.testimonials .author { text-align:right; font-style:italic; padding:0 0 10px; border-bottom:1px solid #dedede; margin:0 0 15px; }

/* Social Links */
.social-links { margin:0 0 20px; }
/* ======================================================================================= */

/* Landing page ========================================================================== */
/* Reset nasty p */
.landing .std p { margin:0; padding:0; }
.landing .std .std p { margin:0 0 1em; }

/* Support-info: Subscribe */
.landing .block-subscribe { width:402px; float:right; margin:0 0 30px; }
.landing .block-subscribe .fieldset { padding:15px 20px; margin:0; }
.landing .block-subscribe label { display:block; float:none; }
.landing .block-subscribe .input-box { float:left; }
.landing .block-subscribe .input-box input.input-text { font-size:13px; padding:4px 2px; }
.landing .block-subscribe .actions { float:right; }


/* Offer */
.offer { width:966px; margin:0 auto; overflow:hidden; background:#fff top left repeat-x url(../images/bgBodyLanding.gif); }

/* Offer: details */
.offer-details { padding:35px 15px 15px; width:486px; }
.offer-details h2.headline { font:bold 32px/1.05 'Trebuchet MS', Arial, Helvetica, sans-serif; letter-spacing:-0.4px;
			color:#f57200; margin:0 0 0.3em; }
.offer-details h4.tagline { font:italic 18px/1.2 Georgia, "Times New Roman", Times, serif; letter-spacing:-0.4px; margin:0 0 1em; }
.offer-details .product-image { float:right; zoom:1; }
.description { font:normal 12px/18px Arial, Helvetica, sans-serif; letter-spacing:-0.4px; }
.landing .description ul,
.landing .description ol,
.landing .description dl,
.landing .description p,
.landing .description address,
.landing .description blockquote { margin:0 0 0.5em; }
.offer-details .deal { color:#001884; font:bold 16px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif; margin:0 0 0.6em; letter-spacing:-0.4px; }
.offer-details .btn-ordernow { width:143px; height:40px; display:block; background:top left no-repeat url(../images/btnOrderNow.gif); margin:0; }
.offer-details .btn-ordernow:active { background-position:0px -40px; }

/* Offer: Video */
.video-wrapper { vertical-align:bottom; width:420px; padding:0 15px 10px; }
.video-shadow { width:276px; height:186px; background:top left no-repeat url(../images/videoFrame.png);
			margin:0 auto; padding:22px; }
.video-frame { width:260px; height:170px; overflow:hidden; border:8px solid #008ad5; background:#000;  }
.video-frame #video-starter { width:260px; height:170px; display:block; background:#fff 15px -10px no-repeat url(../images/vidPreview.jpg); }

/* picture updates */
.default .video-wrapper { background:center top no-repeat url(../images/landing/default.jpg); }
.glucoflex .video-wrapper { background:center top no-repeat url(../images/landing/glucoflex.jpg); }
.sport .video-wrapper { background:center top no-repeat url(../images/landing/sport.jpg); }
.menopause .video-wrapper { background:center top no-repeat url(../images/landing/menopause.jpg); }



/* Support-info */
.support-info { position:relative; }
.support-info .std p { margin:0 0 1em; }

/* Support-info: Follow Links */
.support-info .social-links { position:absolute; top:124px; right:41px; margin:0; z-index:5; }
.support-info .social-links h4 { display:none; }

/* Support-info: blockquote */
.support-info blockquote { width:984px; height:24px; padding:19px 0 11px; line-height:24px; text-align:center;
					font:normal 14px/24px Georgia, "Times New Roman", Times, serif; color:#000; margin:0 auto;
					background:#fefefe top left no-repeat url(../images/landingQuote.gif); }
.support-info blockquote .quote { display:inline; }
.support-info blockquote .author { font-style:italic; display:inline; }

/* Support-info: Highlights */
.support-info .highlights { height:61px; margin:0; padding:0; }
.support-info .highlights h3 { margin:0; padding:0; text-align:center; float:left; width:333px; }
.support-info .highlights h3.col-1 {}
.support-info .highlights h3.col-2 {}
.support-info .highlights h3.col-3 { width:334px; }
.support-info .highlights h3 a { display:block; color:#fff; text-decoration:none; font:normal 22px/36px 'Trebuchet MS', Arial, Helvetica, sans-serif; 
								padding:13px 0 12px; }
.support-info .highlights h3.col-1 a { background:#f67e00 top left repeat-x url(../images/highlightYellow.gif); }
.support-info .highlights h3.col-2 a { background:#0084d3 top left repeat-x url(../images/highlightSkyblue.gif);}
.support-info .highlights h3.col-3 a { background:#001481 top left repeat-x url(../images/highlightBlue.gif); }
.support-info .highlights h3.col-1 a:hover,
.support-info .highlights h3.col-2 a:hover,
.support-info .highlights h3.col-3 a:hover { background-image:none; }

/* Support-info: Articles */
.support-info .articles { background:#fff; padding:40px 40px 10px; }
.support-info .articles .col-1,
.support-info .articles .col-2 { width:440px; }
.support-info .articles .col-2 ul { float:left; width:100%; }
.support-info .articles .article { padding:0 0 12px; border-bottom:1px solid #bfbfbf; margin:0 0 25px; }
.support-info .articles .first { padding-top:5px; }
.support-info .articles .last { border:0 none; }
.support-info .articles .article-name { font:bold 22px/28px 'Trebuchet MS', Arial, Helvetica, sans-serif; }
.support-info .articles .article-image { float:left; width:120px; overflow:hidden; padding:8px 15px 8px 3px; }
.support-info .articles .article-body { color:#777; width:302px; float:right; font-size:11px; }
.support-info .articles .article-body .read-more { color:#ff8600; margin:-5px 0 0; display:block; float:left; }
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container { width:100%; }
.footer { padding:15px 10px 40px; width:980px; margin:0 auto; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		 color:#1d1d1d;}
.footer .quick-access { margin:0 0 7px; }
.footer .doejo { float:right; }
.footer p { text-align:left; }
.footer address { text-align:left; float:left; line-height:26px; }
.footer .asterik { font-size:10px; }
.footer ul { float:left; line-height:26px; }
.footer ul li { display:inline; padding:0 0 0 10px; }
.footer ul li a { text-decoration:none; color:#1d1d1d; padding:0 2px; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer: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,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.page-title:after,
.products-grid:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.pager: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,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.support-info .highlights:after,
.quick-access:after,
.support-info .articles .article:after,
.offer-details:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

