@charset "UTF-8";
/* CSS Document */

/* Import in various stylesheets - using import via css file to reduce http header requests on page loads */
@import url("clearfix.css"); /* clear floats in this file */
@import url("reset.css"); /* no need to edit - resets browser defaults and provides a consistent palette to work with*/
@import url("page.css"); /* skeleton templates for pages */
@import url("typography.css"); /* base typography settings */
@import url("navigation.css"); /* styles for main menu systems */
@import url("category.css"); /* category page styles */
@import url("blocks.css"); /* category page styles */
@import url("customer2.css"); /* category page styles */

/* Global Page Layout */
body.page-popup {background: #fff; padding: 24px;}
#product-gallery-image {display: block; margin: 30px auto;}
/* Base Columns */
.col-left { float:left; width:220px; padding:0 0 1px; }
.col-main { float:left; width:686px; padding:0 0 1px; }
.col-right { float:right; width:220px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .main { padding:16px 30px 40px; }
.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:452px; }
.col3-layout .col-wrapper { float:left; width:689px; }
.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 { 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%; }

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

/* Regular price */
.regular-price {}
.products-grid .regular-price {color:#000;}
.regular-price .price {font-weight:bold; font-size:20px; margin-right: 8px;}
.products-grid .regular-price .price {font-weight:bold; font-size:14px; color:#000;}
.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-size:13px; font-weight:bold; color:#c76200;}

/* 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; list-style:none;}
.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 {display:block; margin-right:5px; font-size:11px; font-weight:bold; color:#669999;}
.add-to-cart .qty {float:left; margin: 5px 5px 0 0; width:50px}
.product-view .add-to-cart button.button {float:left; width: 141px; height: 32px; background: url(../img/addtocart-btn-big.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden;}
.add-to-box .add-to-cart button.button {margin-top: 1px;}
.product-view .add-to-cart button.button span {display:block; height:32px; background:none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius:0; padding:0; color:#fff;}

/* Add to Links + Add to Cart */
.add-to-box {margin:10px 0;}
.add-to-box .add-to-cart {float:left; margin-right: 15px;}
.add-to-box .or {color:#669999; display:block; font-size:11px; font-weight:bold; margin-right:5px;}
.add-to-cart label {}
.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 {padding-top: 3em;}
.product-essential { /*padding:25px; 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:url("../img/post-divider.png") no-repeat center top; padding:25px;}
.product-collateral h2 {font-weight:bold; font-size:15px; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px;}
.product-collateral .box-collateral {margin:0 0 25px;}

/* Product Images */
.product-view .product-img-box {float:left; width:267px;}
.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}
.product-view .product-img-box .more-views li {float:left; margin:0 0 8px 9px; list-style: none;}
.product-view .product-img-box .more-views li a {float:left; width:56px; height:56px; border:1px solid #ccc; 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 Shop */
.product-view .product-shop {float:right; width:400px;}
.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 23px Arial, Helvetica, sans-serif; color:#0247d2;}
.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; clear:both}
.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; font-size: 10px;}

/* Product Options */
.product-options {margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4;}
.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;}
.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%;}
.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 */
.product-view .box-up-sell h2 {border-bottom:0; padding:0; margin:0 0 8px; font-size:18px; font-weight:bolder}
.product-view .box-up-sell .products-grid {width:100%;}
.product-view .box-up-sell .products-grid td {width:25%; padding:15px 10px 12px; line-height:1.6em; vertical-align: top;}
.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 {}
.product-view .box-up-sell .products-grid .product-image {text-align:center;}
.product-view .box-up-sell .products-grid td.empty {}
.product-view .box-up-sell .products-grid .ratings {}
.product-view .box-up-sell .products-grid .ratings .rating-box {float:left; display:block; margin:0 5px 0 0;}
.product-view .box-up-sell .products-grid .ratings .rating-links {float: left; padding: 2px 0 0 0;}

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



.thumb {width: 150px; text-align: center;}


#main {padding: 20px 0 0 0; margin: 35px 0 0 0; min-height: 700px;}

.col1-layout #main {padding-bottom: 3em; padding-left: 24px; padding-right: 24px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; background: url(../img/mainbg4.png) repeat-x 0 bottom;}

.col1-layout #content {padding-top: 20px;}
.cms-home #content, .cms-index-index #content {padding-top: 0px;}
/* Homepage Layout */
.cms-home #main,  .cms-index-index #main {background: none; padding-left: 0; padding-right: 0; padding-bottom: 1em;  margin: 0px 0 0 0;}

.cms-home #secondary-content, .cms-index-index #secondary-content {padding: 0 0 0 0;}
.cms-home #secondary-content, .cms-index-index #secondary-content {padding: 0 0 0 0; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; background: url(../img/mainbg4.png) repeat-x 0 bottom;}
#secondary-content #content {padding:25px;}

#secondary-content {-webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; background: rgba(255, 255, 255, 0.3);}

/* 2 Column Left Sidebar Page Layout */
/*.col2-left-layout #main {padding-bottom: 3em; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; background: rgba(255, 255, 255, 0.3);}*/
.col2-left-layout #main {padding-bottom: 3em; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; background: url(../img/mainbg4.png) repeat-x 0 bottom;}
.col2-left-layout #sidebar-left {width: 194px; float: left; padding: 20px 0px 6em 30px;}
.col2-left-layout #content {width: 670px; float: right; padding: 0 30px 10em 0;}
.cms-stores .col2-left-layout #content {background: url(/media/vitalyte-stores.png) no-repeat 281px 41px;}

/* 2 Column Right Sidebar Page Layout */
.col2-right-layout #main {padding: 36px 30px 80px 30px; /* round the corners in most major browsers */ min-height: 700px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; /* hook up some alpha transparency so body BG image can be seen through the main */ /*background: rgba(255, 255, 255, 0.5);*/ background: url(../img/mainbg4.png) repeat-x 0 bottom; /*filter: alpha(opacity=50); */	/*-moz-opacity:05;*/ }
.col2-right-layout #content {width: 676px; float: left; padding: 0; margin: 0 20px 0 0;}
.col2-right-layout #sidebar {width: 194px; float: left; padding: 0;}

/* *********************************************
header region
********************************************* */

/* Site Logo/Name */
#header a.site-name {width: 225px; height: 48px; background: url(../img/vitalyte_logo.png) no-repeat 0 0; display: block; text-indent: -9999px; overflow: hidden; cursor: pointer; position: absolute; top: 43px;}
#header .tagline {font-size: 9px; color: #fff; font-style: italic; text-transform: lowercase; position: absolute; top: 66px; left: 90px;}
a.button, button {display: inline-block; padding: 0 8px; line-height: 20px; height: 20px; color: #fff; text-transform: uppercase; font-weight: bold; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #40828e; text-decoration: none; font-size: 10px; border: 0;}

#sb-nav {background: #0246D0;}

/* Secondary Callouts */
.secondary-callouts {margin: 0 0 0 0; padding: 28px 0 0 0; line-height: 1.25; font-size: .95em;}
.secondary-callouts .row1 {background: url(../img/post-divider.png) no-repeat center bottom; padding-bottom: 26px;}
.secondary-callouts .callout-1, .secondary-callouts .callout-2, .secondary-callouts .callout-3, .secondary-callouts .callout-4, .secondary-callouts .callout-5 {float: left; list-style: none;}
.secondary-callouts .callout-1 {padding: 0 21px 0 30px; width: 265px; background: url(../img/sc_divider.png) no-repeat right top;}

.secondary-callouts a.button {height: 21px; display: inline-block; padding: 0; text-indent: -9999px; line-height: 21px; color: #fff; text-transform: uppercase; font-weight: bold; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; text-decoration: none; font-size: 10px; border: 0;}

.secondary-callouts .callout-1 a.button {margin:10px 0 0 0; width: 102px; background: url(../img/btn-morevideos.png) no-repeat 0 0;}

.secondary-callouts .callout-2 a.button {float: right; margin: -22px 1.5em 0 0; width: 100px; background: url(../img/btn-learnmore.png) no-repeat 0 0;}


.secondary-callouts .callout-3 a.button {float: right; margin: -.7em 3em 0 0; width: 154px; background: url(../img/btn-teamup.png) no-repeat 0 0;}
.secondary-callouts .callout-4 a.button {margin:1em 0 0 0; position: absolute; top: 32px; right: 0; width: 153px; background: url(../img/btn-tryit.png) no-repeat 0 0;}


.secondary-callouts .callout-2 {padding: 0 0 0 24px; width: 295px; background: url(../img/sc_divider.png) no-repeat right top;}
.secondary-callouts .callout-3 {padding: 0 0 0 25px; width: 290px;}
.secondary-callouts .callout-4 {padding: 0 37px 0 30px; width: 408px; clear:both; margin-top: 22px;}
.secondary-callouts .callout-4 .block-title {}
.secondary-callouts .callout-5 {padding: 0 30px 0 27px; width: 418px; margin-top: 22px;}
.secondary-callouts .callout-1 .video {float: right;}
.secondary-callouts .callout-2 #healthy-approach {background: url(../img/leaf.png) no-repeat right top;}
.secondary-callouts .callout-2 #healthy-approach p {margin-right: 132px;}

.secondary-callouts .callout-3 #team-vitalyte {background: url(../img/team_vitalyte.png) no-repeat right -2px; padding-bottom: .325em;}
.secondary-callouts .callout-3 #team-vitalyte p {margin-right: 192px;}

.secondary-callouts .callout-4 #flavor-select {position: relative;}
.secondary-callouts .callout-4 #flavor-select p {clear: both;}
.secondary-callouts .callout-4 #flavor-select ul {margin: 0;padding: 0; position: absolute; top: 4px; right: 0;}
.secondary-callouts .callout-4 #flavor-select li {float: left; margin-left: 10px; list-style: none;}
.secondary-callouts .callout-4 #flavor-select .vitalyte-flavors a {display: block; width: 28px; height: 28px; border: solid 1px #fff; text-indent: -9999px;}


.cool-citrus {background: #00ccff;}
.zesty-orange {background: #ff9900;}
.natural-lemonade {background: #ffff00;}
.fruit-punch {background: #ff3300;}
.grape {background: #cc00ff;}

/* footers */
#footer {font-size: 10px; color: #fefefe; position: relative; margin-bottom: 1.5em;}
.cms-home #content {margin-bottom: 0px;}
#footer .notice {float: left; margin: 1.25em 0 .625em 0; padding: 0;}
#footer .disclaimer {color: #99cccc; margin-bottom: 0; line-height: 1.35; clear: left;}
#footer .contact-info {float: right; margin-top: 1.25em; text-align: right;}
#footer .contact-info address {margin: 0; width:250px;}
#footer .designed-by a {text-decoration: none; color: #fefefe;}
#footer .legal-notice {clear: both; text-align: center; border-top: solid 2px #fff; margin-top: 15px; padding: .5em .5em 1em .5em;}

/* Breadcrumb Navigation */
.breadcrumbs {margin-bottom: 1em; line-height: 1; float: left; color: #669999;}
.breadcrumbs ul {margin: 0; padding: 0;}
.breadcrumbs ul li {margin: 0; padding: 0; list-style: none; font-size: 10px; display: inline;}
.breadcrumbs ul li a {font-size: 10px; color: #327C89; text-decoration: underline;}

/* newsletter subscribe */
#footer #newsletter-subscribe {/*background: rgba(255, 255, 255, 0.3);*/ padding: 0 0 1.75em 3em; margin-bottom: 1.5em; border-bottom: solid 1px #80c9e6;}
/*#footer #newsletter-subscribe * {margin: 0; padding: 0;}*/
#footer #newsletter-subscribe label {display: block; font-weight: bold; margin-bottom: 3px;}
#footer #newsletter-subscribe .input-text {width: 237px; margin-right: 1em; float: left;}
#footer #newsletter-subscribe button {float: left;}
#footer #newsletter-subscribe a.button, #footer #newsletter-subscribe button {display: block; padding: 0; line-height: 21px; height: 21px; color: #fff; text-transform: uppercase; font-weight: normal; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #40828e; text-decoration: none; font-size: 10px; border: 0;}
#footer #newsletter-subscribe button.button span {-moz-border-radius:0; background:none /*repeat scroll 0 0 #2E7088*/; color:#FFFFFF; display:block; font:bold 10px/21px Arial,Helvetica,sans-serif; height:21px; padding:0 8px; text-align:center; white-space:nowrap;}

.std p {/*margin:0px;*/}

/* Category Toolbar
  ---------------------------------------------- */
.pager {position: absolute; bottom: 4px; right: 0; width: 360px;}
.pager ol {margin: 0; padding: 0; list-style: none;}
.pager ol li {float: left; padding: 0 3px;}

.toolbar {position: relative; width: 660px; color: #0246D0;}
.toolbar a {color: #0246D0;}
.toolbar_left {float:left; width:260px;}

.limiter {margin:0 20px 0 0; float: right;}
.limiter * {float:left;}
.limiter img {float: none;}
.limiter label {margin-right: 6px;}
.limiter .pages {margin-right: 6px; margin-left: 6px;}

.sorter {float: right; margin-right: 6px;}

h2.product-name {text-align:center}


/* Rating */
.no-rating {margin:0;}
.ratings {font-size:11px; line-height:1.25; margin: 2px 0 7px 0;}
.ratings strong {float:left; margin:1px 3px 0 0;}
.ratings .rating-links {margin:0;}
.ratings .rating-links a {color:#000}
.ratings .rating-links .separator {margin:0 2px;}
.ratings dt {}
.ratings dd {}
.review-wrapper {height: 15px;}
.rating-box {width:69px; height:13px; font-size:0; line-height:0; background:url(../img/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden;}
.rating-box .rating {float:left; height:13px; background:url(../img/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;}
.ratings .amount {font-size:10px; color:#000000;}
.ratings .amount a {color:#000;}

button.button {overflow:visible; width:auto; border:0; padding:0; margin:0; /*background: #2961a0;*/ background: #40828e; cursor:pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius:4px;}
button.button span {display:block; height:21px; 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 8px 0; background:none;}
.price-box p {margin:0px;}
a.clr_btn {margin:0px; color:#fff;}
.clearer {clear:both}
.cart h1 {font-family:Verdana, Geneva, sans-serif; font-size:23px; color:#0247d2;}
ul.checkout-types {margin:15px 0 5px 0; padding:0px; list-style:none; text-align:right;}
.data-table td, .data-table th {margin:0px; padding:0px;}
.data-table thead th {background:#64aab9; color:#fff; font-weight:normal;}
.data-table td {padding:0px;}
.btn-remove2 {background:url(../img/remove_icn.png) 0 3px no-repeat; padding:0 0 0 15px; color:#669999; font-weight:bold; text-transform:uppercase; text-decoration:none;}
.data-table tbody td {border-bottom:solid 1px #bacaea; padding:5px 0;}
.form-add .data-table tbody td {border-bottom: 0;}
.form-add .data-table th {padding: 0 6px; text-align: center;}
.form-add .data-table tr.first th {text-align: left;}
.form-add .data-table tr.last th {text-align: left;}
.form-add .data-table th .nobr {display: block; text-align: center;}
.a-right {text-align:right !important;}
.a-center {text-align:center !important;}
.data-table tbody h2.product-name {text-align:left;}

.shipping {width:411px; float:left; background:#64aab9; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius:10px; padding:20px 15px 32px 15px; color:#fff; margin-left: 24px;}
.shipping .left {width:120px; float:left;}
.shipping .left p {font-size:10px; line-height:14px;}
.shipping .shipping-form {width:250px; float:right;}
.shipping .shipping-form ul {margin:0px; padding:0px; list-style:none;}
.shipping .shipping-form ul li {margin:0px; padding:0px;}
.shipping .shipping-form select, .shipping .shipping-form .form-list input.input-text {width:240px;}
.shipping .shipping-form label {font-weight:bold;}

.totals {width:421px; float:right; margin:0 0 10em 0;}
.clr {clear:both}

.discount {width:391px; background:#64aab9; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius:10px; padding:15px; color:#fff;}
.discount h2 {float:left; padding:8px 0 0 0;}
.discount .discount-form {width:263px; float:right;}
.discount .discount-form .input-box {width:148px; float:left;}
.discount .discount-form .input-box input {width:138px; padding-top: 5px; padding-bottom: 5px; margin-right: 9px;}
.discount .discount-form .buttons-set {width:108px; float:right;}

.total {width:391px; background:#64aab9; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius:10px; padding:20px 15px 10px 15px; color:#fff; margin:15px 0 0 0;}
.total .left {width:120px; float:left;}
.total .right {width:250px; float:right;}
.total .right td.a.right {text-align:left !important;}

/*.checkout-cart-index #content button.button {overflow:visible; width:auto; border:0; padding:0; height:30px; margin:0; background:transparent; cursor:pointer;}*/
#shopping-cart-table {clear: both;}
.checkout-cart-index #content button.button {overflow:visible; display: block; float: left; width:auto; border:0; padding:0; height:30px; margin:0; background:transparent; cursor:pointer;}
.checkout-cart-index #content button.btn-continue {margin-left: 530px; margin-right: 12px;}
.checkout-cart-index #content button.btn-checkout {margin-bottom: 1em; float: none; margin-left: auto;}
.checkout-cart-index #content button.button span {display:block; height:30px; background:#013cb2; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius:10px; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff;}
.checkout-cart-index #content button.button span span {border:0; background:none; padding:5px 8px 0;}
.checkout-cart-index #content .shipping button.button {overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;}
.checkout-cart-index #content .shipping button.button span {display:block; height:30px; background:#fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius:10px; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#013cb2;}
.checkout-cart-index #content .shipping button.button span span {border:0; padding:5px 8px 0; background:none;}
.checkout-cart-index #content .discount button.button {overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;}
.checkout-cart-index #content .discount button.button span {display:block; height:30px; background:#fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius:10px; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#013cb2;}
.checkout-cart-index #content .discount button.button span span {border:0; padding:5px 8px 0; background:none;}
.checkout-cart-index #content .shipping-form button.button {float: right;}
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {margin:0 0 8px;}
.sp-methods dt {margin:0px; 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:5px 10px;
	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:#0247d2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin:0 0 6px;
	padding:2px 8px;
	color:#fff;
}
.block-progress dd {
	
	padding:8px 13px;
	margin:0px;
}
.block-progress dt.complete {
	margin:0;
	background:#0247d2;
	color:#fff;
}
.block-progress dd.complete {
}
.block-progress dt.complete a
	{
		font-size:10px;
		font-weight:normal;
		color:#fff;
	}

.block-progress p {margin:0;}
.opc .buttons-set {margin-top:0; padding-top:0; text-align:right;}
.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; padding-top: 2em;}
.opc li.section {display:block; margin-bottom: 10px;}
.opc .step-title {padding:0 12px; text-align:right; margin:0; color:#fff; cursor:default; background:#64aab9; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.opc .step-title .number {float:left; padding:0 4px; margin:0 5px 0 0; font-family: verdana; font-size: 14px; font-weight: bold; color:#fff; display: block;}
.opc .step-title h2 {float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#fff; padding: 4px 0;}
.opc .step-title a {display:none; float:right; font-size:11px; line-height:16px;}
.opc .allow .step-title {background:#83afb0; /*border:1px solid #a3aeb3;*/ /*border-bottom:0;*/	color:#a4b3b9; cursor:pointer;}
.opc .allow .step-title .number {color:#a4b3b9;}
.opc .allow .step-title h2 {color:#a4b3b9;}
/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title {color:#f18200; cursor:default;}
.opc .active .step-title .number {color:#000;}
.opc .active .step-title h2 {
	color:#fff;
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
	padding:15px 30px;
	position:relative;
}
.opc .step .tool-tip {
	right:30px;
}
#opc-login .buttons-set {
	border-top:0;
}
#opc-login h3 {
	font-size:13px;
	padding-bottom:2px;
	font-weight:bold;
	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;}
/* ======================================================================================= */





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


/* Address Book */
.addresses-list h2 {font-weight:bold; font-size:13px; color:#0243cb; 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 {padding:10px 0px; 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 {border:1px solid #2e7a89; 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;
}

.opc .col-1
	{
		width:45%;
		float:left;
	}
	

.opc .col-2
	{
		width:45%;
		float:right;
	}
	
.col2-set
	{
		clear:both;
	}
	
.opc ul, .opc ol
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
.opc p
	{
		margin:0px;
	}	
	
	
.required em
	{
		float:left;
	}
	
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list {list-style: none;}
.form-list li { margin:0 0 10px 0; list-style: none;}
.form-list label { float:left; color:#2E7088; 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; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; margin-bottom: 1em; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; height:22px; height:30px\9; }
.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; }

#checkout-review-table thead th {background:none; color:#64AAB9; font-weight:bold;}
.block-progress address {margin:0px;}
tbody tr {padding:10px 0 0 0;}
	
	
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }
#footer .notice { color:#fff; }
.messages,
.messages ul { list-style:none !important; margin:0; padding:0; }
.messages { width:100%; overflow:hidden; margin-top: 1em; margin-bottom: 1.5em;}
.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:10px 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:solid 1px #64aab9;-webkit-border-radius:10px; -moz-border-radius:10px; background-image:url(../img/i_msg-success.png); color:#64aab9; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

h2.product-name a {font-weight:bold; color:#64aab9; text-decoration:none;font-size:12px;}
.shipping-form .form-list label {color:#fff;}
.shipping-form .sp-methods label {color:#fff;}
	
.block-account	{background:#013CB2;}
.block-account .block-title {color:#fff; padding:5px; font-size:14px;}
.block-account .block-content {padding:5px; background:#4473C7;}	
.block-account .block-content ul {list-style:none; padding:0px; margin:0px;}
.block-account .block-content ul li {padding:3px 10px; color:#fff;}
.block-account .block-content ul li a:link, .block-account .block-content ul li a:visited {color:#fff; text-decoration:none;}
.block-account .block-content ul li a:hover {text-decoration:underline;}
/*.my-account h1 {display:none;}*/
.my-account ul, .addresses-list ol {margin:0px; padding:0px; list-style:none;}
.my-account ul.form-list li {width:48%; float:left;}
.addresses-list h2 {margin:15px 0 0 ;}
.my-account .data-table td, .my-account .data-table th {padding:0px 5px;}

.cms-page-view h5 {font-size:20px; font-weight:bolder; color:#013CB2;}
	
.actions ul {list-style:none;}
.products-grid li.item button span {font-weight:normal;}
	
.toolbar_left .view-mode a {display: block;}
.toolbar_left .view-mode .grid {background:url("../img/grid.png") no-repeat scroll left top transparent; display:block; float:left; height:11px; text-indent:-999999px; width:12px; margin: 0 3px; overflow: hidden;}
.toolbar_left .view-mode .list a, .toolbar_left .view-mode .list {background:url("../img/list.png") no-repeat scroll left top transparent; display:block; float:left; height:11px; text-indent:-999999px; width:12px; overflow: hidden;}
.toolbar_left .view-mode label {float:left; line-height:10px; display: block;}
.top_btn {width:40px; float:right; margin: 0 0 0 0;}

#print_link {width:14px; height:14px; text-indent:-999999px; display:block; float:left; overflow: hidden; background:url("../img/print.png") no-repeat scroll left top transparent;}
#share_link {width:14px; height:14px; text-indent:-999999px; display:block; float:left; overflow: hidden; margin:0 0 0 10px; background:url("../img/add_this.png") no-repeat scroll left top transparent;}
#contactForm label {display: block;}	
img.kickMediaCenter {display: block; margin: .5em auto 1.5em auto;}
	
/*######## Senica Edits ############# */
#footer_primary_nav{float:left;}


#overlay-wrap {position: relative;}
#overlay-home {background: url(/media/screenshots/screenshot-home.png) no-repeat 0 0; width: 950px; height: 1025px; z-index: 1000; position:absolute; top: 0; left: 0; }

form li {list-style: none;}


/*Twitter Feed*/
.twtr-widget {position:relative;font-size:12px!important;font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;zoom:1;}
.twtr-fullscreen{font-size:220%!important;}
.twtr-fullscreen .twtr-new-results {/*display:none!important;*/}
.twtr-widget .twtr-spinner{width:14px;height:14px;position:absolute;/*background:url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;*/ background: none!important; top:3px;right:3px;}
.twtr-inactive{/*display:none;*/}
.twtr-widget a img{border:0!important;}
.twtr-doc{overflow:hidden;width:100%;text-align:left;font-weight:normal;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.twtr-bd{padding:0 1px;}
.twtr-bd, .twtr-bd * {background: none !important; border: 0;}
.twtr-widget .twtr-tweet-wrap{padding:6px 8px;overflow:hidden;zoom:1;}
.twtr-fullscreen .twtr-tweet-wrap{padding:20px;}
.twtr-widget .twtr-tweet{border-bottom:1px dotted #ddd;overflow:hidden;zoom:1;}
.twtr-widget .twtr-tweet a.twtr-reply{visibility:hidden;}
* html .twtr-widget .twtr-tweet a.twtr-reply{visibility:visible;}
.twtr-widget .twtr-tweet:hover a.twtr-reply{visibility:visible;}
.twtr-widget-profile img.twtr-profile-img{display:block;float:left;width:31px;height:31px;border:0!important;}
.twtr-widget h3,.twtr-widget h4,.twtr-widget p{margin:0!important;padding:0!important;line-height:1.2!important;width:auto!important; font-size: 10px;}
.twtr-widget-profile h3,.twtr-widget-profile h4{margin:0 0 0 40px!important;}
.twtr-widget h3{font-size:11px!important;font-weight:normal!important;}
.twtr-widget h4{font-size:16px!important;}
.twtr-widget i,.twtr-widget .twtr-new-results{font-size:9px;font-style:normal;display:block;margin-top:2px;zoom:1;}
.twtr-widget .twtr-new-results{text-align:center;padding:3px;margin:0 auto -10px auto;display:block;position:relative;bottom:5px;}
.twtr-results-inner{line-height:1;font-size:100%;padding:4px 0;position:relative;bottom:-2px;width:40%;margin:0 auto;z-index:2;text-align:center;}
.twtr-results-hr{width:100%;position:relative;z-index:1;height:1px;border-bottom:1px dotted #ddd;bottom:7px;background:none;overflow:hidden;}
.twtr-new-results span{position:relative;z-index:3;top:-14px;display:block;font-size:9px!important;}
.twtr-hd{padding:1px;position:relative;zoom:1;overflow:hidden; display: none !important;}
.twtr-fullscreen .twtr-hd{height:0;padding:0;}
.twtr-timeline{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:relative;overflow:hidden;z-index:2;height:225px;}
.twtr-flat .twtr-timeline{overflow-x:hidden;overflow-y:scroll;}
.twtr-widget .twtr-tweet:last-child{border-bottom-width:0;}
.twtr-ft{position:relative; display: none !important;}
.twtr-ft div{overflow:hidden;padding:10px;zoom:1; display: none !important;}
.twtr-ft span{float:right;text-align:right; display: none !important;}
.twtr-ft a{float:left;display:block; display: none !important;}
.twtr-ft span a{float:none; display: none !important;}
.twtr-avatar{width:40px;height:40px;float:left;overflow:hidden;display:block;}
.twtr-fullscreen .twtr-avatar{width:80px;height:80px;}
.twtr-img{height:25px;width:25px;}
.twtr-img img{width:30px;height:30px;}
.twtr-fullscreen .twtr-img img{width:72px;height:72px;}
.twtr-fullscreen a.twtr-join-conv{/*display:none;*/}
.twtr-tweet-text{margin-left:40px;}
.twtr-fullscreen .twtr-tweet-text{margin-left:90px;}
.twtr-doc a{text-decoration:none!important;}
.twtr-doc a:hover{text-decoration:underline!important;}
