/** * 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. * * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com) * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0) *//* Layout ================================================================================= */html, body { height:100% }.wrapper { min-height:100%; position:relative }.page { width:1000px; margin:0 auto; padding:10px 0 95px; text-align:left; }.page-print { background:#fff; padding:20px; text-align:left; }.page-popup { padding:20px; text-align:left; }.main { margin:3px 0; }/* Base Columns */ .col-left { float:left; width:245px; padding:0; }.col-main { float:left; width:736px; padding:5px; text-align: center; }.col-right { float:right; width:230px; padding:5px 5px 0; }/* 1 Column Layout */.col1-layout .col-main { float:none; width:920px; margin:0 auto; }/* 2 Columns Layout */.col2-left-layout .col-main { float:right; }.col2-right-layout .col-main {}/* 3 Columns Layout */.col3-layout .col-main { width:484px; margin-left:10px; }/* Content Columns */.col2-set .col-1 { float:left; width:49%; }.col2-set .col-2 { float:right; width:49%; }.col2-set .narrow { width:33%; }.col2-set .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 Georgia, Arial, Helvetica, sans-serif; vertical-align:middle; color:#6E6E6E; }input.input-text,select,textarea {}input.input-text,textarea { padding:2px; }select { padding:1px; }select option { padding-right:10px; }select.multiselect option {}textarea { overflow:auto; }input.radio { margin-right:3px; }input.checkbox { margin-right:3px; }input.qty { width:30px !important; }button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */button.button { height:21px; overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bolder 11px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }button.button-lightgrey::-moz-focus-inner { padding:0; border:0; } /* FF Fix */button.button-lightgrey { height:21px; overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button_lightgrey.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }button.button-lightgrey span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button_lightgrey.gif) 100% 50% no-repeat; font:bolder 11px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }button.button-mediumgrey::-moz-focus-inner { padding:0; border:0; } /* FF Fix */button.button-mediumgrey { height:21px; overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button_mediumgrey.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }button.button-mediumgrey span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button_mediumgrey.gif) 100% 50% no-repeat; font:bolder 11px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }button.button-grey::-moz-focus-inner { padding:0; border:0; } /* FF Fix */button.button-grey { height:21px; overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/button_grey.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }button.button-grey span { float:left; padding:0 12px 0 0; background:url(../images/button_grey.gif) 100% 50% no-repeat; font:bolder 11px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }button.button-grey-mediumgrey::-moz-focus-inner { padding:0; border:0; } /* FF Fix */button.button-grey-mediumgrey { height:21px; overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/button_grey_mediumgrey.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }button.button-grey-mediumgrey span { float:left; padding:0 12px 0 0; background:url(../images/button_grey_mediumgrey.gif) 100% 50% no-repeat; font:bolder 11px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }button.disabled {}button.disabled span {}/* Input & Textarea stretched for 100% */.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }.field-100 input.input-text,.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }/* Form Highlight *//*input.input-text:focus,select:focus,textarea:focus {}*//*.highlight { background:#eee; }*//* Form lists */.form-list li { margin:0 0 5px; }.form-list label { font-weight:bold; }.form-list .input-box { float:left; width:260px; }.form-list input.input-text,.form-list textarea { width:180px; }.form-list select { width:256px; }.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }.form-list .range input.input-text { width:96px; }.group-select {}.group-select li { margin:0 0 5px; }.group-select .input-box { float:left; width:260px; }.group-select input.input-text,.group-select textarea {width:510px; }.group-select select { width:516px; }.group-select .input-box input.input-text,.group-select .input-box textarea { width:180px; }.group-select .input-box select { width:63px; }.buttons-set, .buttons-set-review { clear:both; margin:5px 0 0; padding:5px; }.buttons-set .back-link {  }.buttons-set button.button {  }.buttons-set-review {width: 800px; margin: 0 auto;}.buttons-set-review .submit {float: none;}.buttons-set-review #check {margin-right: 3px;}.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }/* Form Validation */.validation-advice {	position: absolute;	min-height:13px;	display: inline-block;	left: 100%;	top: 0px;	min-width: 220px;	padding: 0 2px;	border: 1px solid #f00;	background: #fff;	font-size:10px;	line-height:13px;	color:#f00; 	text-align: left;}.validation-failed { border:1px dashed #f00 !important; background-color:#faebe7 !important; }.validation-passed {}.required { color:#f00; display:none; }p.required { font-size:10px; text-align:right; }/* Expiration date and CVV number validation fix */.v-fix { float:left; }.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; display:none; }/* 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:900px; overflow:hidden; margin: 0 auto !important;}.messages li { margin:0 0 10px; }.messages li li { margin: 5px 0 3px; }.error-msg,.success-msg,.note-msg,.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }.success-msg { border-color:#A4E6F3; background-color:#FFFFFF; background-image:url(../images/success_msg_icon.gif); color:#6E6E6E; }.note-msg,.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }.custom-messages .error-msg,.custom-messages .success-msg,.custom-messages .note-msg,.custom-messages .notice-msg {    border-width: 0px !important;    padding: 10px 0px 0px 0px !important;    background: none !important;}.custom-messages .success-msg {    color: #06B2D7 !important;}/* BreadCrumbs */ .breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }.breadcrumbs li { display:inline; }/* Page Heading */.page-title { padding:30px 0 0; margin:0 auto 11px auto; text-align: center; font-weight:normal;}.page-title h2 {color: #6E6E6E; text-transform: uppercase; text-align: center; font-size: 20px; }.page-title span {color: #6E6E6E; font-family: Arial; text-transform: uppercase; text-align: center; font-size: 20px; font-weight: normal; margin: 0 40px;}.page-title img {vertical-align: middle; margin-top: -7px;}.title-buttons { text-align:right; }.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6 { float:left; }/* Pager */ .pager { padding:5px; margin:5px 0; text-align:center; }.pager .amount { float:left; display: none;}.pager .limiter { float:right; display: none;}.pager .pages { margin:0 135px; }.pager .pages ol { display:inline; }.pager .pages li { display:inline; margin: 0 5px;}.pager .pages li a {}.pager .pages .current {color: #06B2D7;}/* Sorter */ .sorter { border:1px solid #ddd; padding:5px; margin:5px 0; display: none; }.sorter .view-mode { float:left; }.sorter .sort-by { float:right; }.sorter .link-feed {}/* Data Table */ .data-table { width:100%; }.data-table th { padding-bottom:2px; padding-top:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }.data-table td { padding:5px; border:1px solid #ddd; }.data-table thead { background-color:#f2f2f2; }.data-table tbody {}.data-table tfoot {}.data-table tr.first {}.data-table tr.last {}.data-table tr.odd {}.data-table tr.even { bbackground-color:#f6f6f6; }.data-table tbody.odd {}.data-table tbody.odd td { border-width:0 1px; }.data-table tbody.even { background-color:#f6f6f6; }.data-table tbody.even td { border-width:0 1px; }.data-table tbody.odd tr.border td,.data-table tbody.even tr.border td { border-bottom-width:1px; }.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 {}/* 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/bg_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 { background-color:#f6f6f6; }tr.tax-details-first td {}/* Shopping cart tax info */.cart-tax-info,.cart-tax-info .cart-price { padding-right:20px; }.cart-tax-total { cursor:pointer; }.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }.cart-tax-total-expanded { background-position:100% -52px; }.col-main .sitemap {margin: 0pt auto; text-align: left; width: 150px;}/* Lists Decoration */li.odd {}li.even { background-color:#f6f6f6; }dt.odd,dd.odd {}dt.even,dd.even { background-color:#f6f6f6; }/* Class: std - styles for admin-controlled content */.std,.std ul,.std ol,.std dl,.std p,.std address,.std blockquote { margin:0 0 1em; padding:0; }.std ul { list-style:disc outside; padding-left:1.5em; }.std ol { list-style:decimal outside; padding-left:1.5em; }.std ul ul { list-style-type:circle; }.std ul ul,.std ol ol,.std ul ol,.std ol ul { margin:.5em 0; }.std dt { font-weight:bold; }.std dd { padding:0 0 0 1.5em; }.std blockquote { font-style:italic; padding:0 0 0 1.5em; }.std address { font-style:normal; }.std b,.std strong { font-weight:bold; }.std i,.std em { font-style:italic; }/* Misc */.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }/* 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 ================================================================================ */.header-container {font-family: georgia; font-size: 10px; color: #6E6E6E; font-weight: bold;}.header { padding:0px 0; text-align: center;}.header .logo {  height:146px; overflow:hidden; padding-top: 17px; }.header .logo a { display:block; width:164px; height:146px; margin: 0 auto;}.header .logosubpage { height:108px; overflow:hidden; }.header .logosubpage a { display:block; width:118px; height:105px; margin: 0 auto;}.header .welcome-msg { font-weight:bold; text-align:right; }.header .link-box {float: right; margin-right: 40px; width: 300px; padding-top:1px;}.link-box .links { float:right; font-family: georgia; font-size: 10px;}.link-box .links a {font-weight: normal; margin-left: 10px;}.link-box .links li {float: left; text-align: right;}.link-box .links li a img {margin-right: 5px;}.link-box .links li a.active {color:#06B2D7}.link-box .search_mini_form_div { float: right; padding-top: 0;}.link-box .form-search { text-align:right; margin:5px 0 0 85px;}.form-search label {float: left; margin-right: 5px; font-weight:normal;}.form-search .search-inputbg {float: left; display: block; background: url(../img/searchbg.gif) no-repeat; width: 90px; height: 14px; }.form-search .search-inputbg .input-text  {background: none; width: 80px; height: 14px; font-size: 9px; padding: 0 4px; margin-top: 0px; border: 0 none;}.form-search .button-search {border: 0 none; background: none ; width: 10px; height: 10px; padding: 0; cursor: pointer;}.link-box .form-search .search-autocomplete { z-index:999; }.link-box .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }.link-box .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }.link-box .form-search .search-autocomplete li .amount { float:right; font-weight:bold; margin-top:-1px; }.link-box .form-search .search-autocomplete li .name { float:left; font-weight:normal; }.link-box .form-search .search-autocomplete li.selected {}.header .form-language { text-align:center; }.header .country-box {float: left; width: 300px; margin-left: 40px; padding-top:1px; text-align: left; font-weight: normal; }.main-nav-container {text-align: center; font-family: arial; font-size: 13px; margin:9px 0 0 0;}#main-nav {padding:8px 0 8px 0; }#main-nav li {display: inline; margin: 0 5px;}#main-nav li a {font-weight: normal;letter-spacing:0px}#main-nav li a span {text-transform: uppercase;}.filter-container { display:table; text-align: center; font-family: georgia; font-size: 11px; margin:0 auto 0 auto; padding-top: 0px; width:auto;}.filter-container .filter-box { float:left; }.filter-box span {color: #C9C9C9; float: left;}.filter-container .filter-category {float: left; font-size: 11px; font-family: georgia; margin-left: 10px;}.filter-category ul {}.filter-category ul li {display: inline; margin: 0 2px;}.filter-category ul li span {color: #C9C9C94 !important;}.filter-category ul li a {color: #6E6E6E; font-weight: normal;}.filter-category ul li a.active {color: #06B2D7; font-weight: normal;}.filter-category ul li a.inactive:hover {color: #06B2D7;}/********** < Navigation */#nav { font-size:11px; float: left; background: url(../img/filterbg.gif) no-repeat; width: 118px; margin: 0 0 0 5px;}#nav.press {	list-style-type:none;	padding-left:0px;	width:210px;	background:transparent url(../img/filterbg_long.gif) no-repeat scroll 0 0;	margin: 0 0 0 0px;	position: relative;	top: 5px;}/* All Levels */#nav li { text-align:left; position:relative; }#nav li.over { z-index:999; }#nav li.parent {}#nav li a { display:block; text-decoration:none; }#nav li a:hover { text-decoration:none; }#nav li a span { display:block; white-space:nowrap; cursor:pointer; }#nav li ul a span { white-space:normal; }#nav.press li a { display:inline-block;}/* 1st Level */#nav li { float:left; }#nav li a { float:left; padding:0 0 0 5px; font-weight:normal; color:#888; width: 110px; }#nav li a:hover { color:#000; }#nav li.over a,#nav li.active a { color:#000; }/* 2nd Level */#nav ul { position:absolute; width:118px; top:15px; left:-10000px; background:#ECECEC; }#nav ul li { float:none; border-bottom:1px solid #ddd; }#nav ul li.last { border-bottom:0; }#nav ul li a { float:none; padding:0 5px; font-weight:normal; color:#888 !important; }#nav ul li a:hover { color:#222; background-color: #000; }#nav ul li.active > a,#nav ul li.over > a  { font-weight:bold; color:#000 !important; }/* 3rd+ leven */#nav ul ul { top:0px; }/* Show Menu */#nav li.over > ul { left:0; }#nav li.over > ul li.over > ul { left:100px; }#nav li.over ul ul { left:-10000px; }/********** Navigation > *//* ======================================================================================= *//* Sidebar =============================================================================== */.block { margin:0 0 10px; }.block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }.block h3 { font-size:14px; line-height:1.5; }.block .block-content { padding:0; }.block .actions { text-align:right; }.block .actions a { float:left; }/* Block: Account */.block-account {}/* Block: Currency Switcher */.block-currency {}.block-currency select { width:100%; border:1px solid #888; }/* Block: Layered Navigation */.block-layered-nav {}.block-layered-nav dt { font-weight:bold; }.block-layered-nav .currently {}/* Block: Cart */.block-cart {}.block-cart .amount {}.block-cart .subtotal { text-align:center; }.mini-products-list li { padding:5px 0; }.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }.mini-products-list .product-details { margin-left:75px; }.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }.mini-products-list .product-details .btn-remove { float:right; }/* Block: Wishlist */.block-wishlist {}/* Block: Related */.block-related {}.block-related li { padding:5px 0; }.block-related input.checkbox { float:left; margin-right:-20px; }.block-related .item { margin-left:20px; }.block-related .item .product-image { float:left; margin-right:-65px; }.block-related .item .product-details { margin-left:65px; }/* Block: Compare Products */.block-compare {}.block-compare li { padding:5px 0; }/* Block: Viewed */.block-recent {}/* Block: Poll */.block-poll {}.block-poll input.radio { float:left; margin:3px -18px 0 0; }.block-poll .label { display:block; margin-left:18px; }.block-poll .answer {}.block-poll .votes { font-weight:bold; }/* Block: Tags */.block-tags ul,.block-tags li { display:inline; }/* Block: Subscribe */.block-subscribe {}/* Block: Reorder */.block-reorder {}.block-reorder li { padding:5px 0; }.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }.block-reorder .label { display:block; margin-left:20px; }/* Block: Banner */.block-banner {}.block-banner .block-content { text-align:center; }/* Block: Checkout Progress */.progress-bar {float: left; margin-left: 71px; margin-right: 9px;}.progress-bar .block-progress {}.progress-bar h3 { font-size:12px; }.block-progress .block-top, .block-progress .block-bottom {display: block; width: 245px; height: 8px; background: url(../img/progress_top.gif) no-repeat;}.block-progress .block-bottom {background: url(../img/progress_bottom.gif) no-repeat; margin-bottom: 10px; height:10px; }.block-progress .block-inside {width: 243px; border-left: 1px solid #CECECE; border-right: 1px solid #CECECE; text-align: center;}.block-progress .block-inside address {font-family: georgia; margin-top:7px; line-height:14px; }.block-progress dt { font-weight:bold; }.block-progress dt.complete,.block-progress dd.complete { bbackground-color:#f6f6f6; font-family: georgia;}/* ======================================================================================= *//* Category Page ========================================================================= */.category-title { }.category-title {text-align: center; padding-top: 30px;margin:0 auto 10px auto; }.category-title span {color: #6E6E6E; font-family: Arial; text-transform: uppercase; text-align: center; font-size: 20px; font-weight: normal; margin: 0 40px;}.category-title img {vertical-align: middle; margin-top: -7px;}.category-image { display:block; margin:0 auto; }.category-products {}.category-products a {font-family: Arial;}/* View Type: Grid */.products-grid { width:100%; }.products-grid tr.odd {}.products-grid tr.even { bbackground-color:#f6f6f6; }.products-grid td { width:33%; padding:5px; text-align: center;}.products-grid td .price-box {margin: 0 auto;}.products-grid td .price-box .regular-price {text-align: left;}.products-grid td.empty {}/* View Type: List */.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }.products-list .product-image { float:left; }.products-list .product-shop { float:right; width:320px; }/* ======================================================================================= *//* Product View ========================================================================== */.product-view {width: 900px; margin: 0 auto; }.product-view .product-name {text-align: center; margin-bottom: 40px; padding-top:30px; }.product-view .product-name span {color: #6E6E6E; font-family: Arial; text-transform: uppercase; text-align: center; font-size: 20px; font-weight: normal; margin: 0 40px;}.product-view .product-name img {vertical-align: middle; margin-top: -7px;}.product-essential {}.product-collateral {}/* Product Images */.product-view .product-img-box { float:left; width:316px; margin-right:20px; }.product-view .product-img-box .product-image { }.product-view .product-img-box .product-image-zoom { position:relative; width:316px; overflow:hidden; z-index:9;  }/*.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; ccursor:pointer; }*/.product-view .product-img-box .zoom-notice { text-align:center; font-size: 10px;}.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 #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 ul { margin-left:-4px }.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }.product-image-popup { margin:0 auto; }.product-image-popup .nav { text-align:center; }.product-image-popup .image { display:block; }.product-image-popup .image-label {}/* Product Shop */.product-view .product-shop { float:left; width:300px; margin-left: 10px; text-align: left;}.product-view .product-name {}.product-view .short-description { padding-bottom: 8px; }.product-view .short-application { padding-top: 20px; padding-bottom: 8px; }.product-view .short-description h3,.product-view .short-application h3 {font-size:12px; font-family: arial; font-weight: bold;padding-bottom: 10px;color:#404040;}.product-shop a {color:#9C9C9C; font-style: italic; font-size:11px;}.product-shop a:hover {color: #06B2D7;}.product-shop .movie {position: relative; top: 5px;}.product-shop a img {margin-right: 10px;}.product-shop .therapist {float: left; width: 274px; height: 45px; background: url(../img/therapist_bg.gif) no-repeat; padding: 3px 5px; margin-top: 20px;}.product-shop a.active {color:#06B2D7;}.product-shop a.active:hover {color:#06B2D7; text-decoration: underline;}.therapist span {text-transform: uppercase; font-family: Arial; font-size: 12px; font-weight: bold; color:#404040;}.therapist a {font-style: normal; font-size: 12px;}.product-shop .social {float: left; margin-top: 15px;}.social img {vertical-align: top;}.social .addthis_button_email img {margin-top: 3px;}.product-shop .product-links {float: left; margin-top: 10px; width: 300px;}.product-links p {margin: 5px 0;}/* Rating */.ratings {}.ratings .amount {}.ratings .rating-links {}.ratings dt {}.ratings dd {}.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }/* Availability */.availability {}.availability .in-stock { font-weight:bold; }.availability .out-of-stock { font-weight:bold; color:#f00; }/********** < Product Prices */.price { white-space:nowrap !important; }.price-box {width: 175px; margin-top: 20px; margin-bottom: 18px;}.price-box .price { font-weight:bold; }.price-box-bundle {}/* Regular price */.regular-price {}.regular-price .price-label {font-family: Arial; text-transform: uppercase; font-weight: bold;color:#404040;}.regular-price .price {float:right; font-weight:normal; }.regular-price .size {float:right; margin-left: 2px; margin-right: 11px;}/* Old price */.old-price {}.old-price .price-label { white-space:nowrap; }.old-price .price {float:right; font-weight:normal; text-decoration:line-through; }/* Special price */.special-price {}.special-price .price-label { font-weight:normal; white-space:nowrap; }.special-price .price {float:right; font-weight:normal; }/* Minimal price (as low as) */.minimal-price {}.minimal-price .price-label { font-weight:bold; white-space:nowrap; }a.minimal-price-link { display:block; }a.minimal-price-link .label {}a.minimal-price-link .price { font-weight:normal; }/* 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 as configured */.price-as-configured {}.price-as-configured .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; }/********** Product Prices > *//* Tier Prices */.tier-prices .price { font-weight:bold; }.tier-prices .benefit {}/* Add to Links */.add-to-links .separator { display:none; }/* Add to Cart */.add-to-cart label { float:left; margin-right:5px; text-transform: uppercase; font-family: Arial; font-weight: bold; }.add-to-cart .qty { float:left; }.add-to-cart button.button { margin-top: 10px; }.add-to-cart .input-text {float: right; background: url(../img/tiny_input.gif) no-repeat; border: 0; height: 21px; padding-top: 4px; padding-right: 5px; margin-top: -3px; color: #6E6E6E; text-align: center;}/* Add to Links + Add to Cart */.add-to-box {width: 130px;}.add-to-box .add-to-cart { float:left;}.add-to-box .or { float:left; margin:0 10px; }.add-to-box .add-to-links { float:left; }.add-to-box-certificate {}.add-to-box-certificate .add-to-cart { width: 200px; margin: 0 auto;}.add-to-box-certificate .add-to-cart label, .add-to-box-certificate .add-to-cart input {display: none;}/* Product Options */.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }.product-options dt label { font-weight:bold; }.product-options dt .qty-holder { float:right; }.product-options dt .qty-holder label { vertical-align:middle; }.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }.product-options dd { margin:10px 0; }.product-options dl.last dd.last {}.product-options dd input.input-text { width:98%; }.product-options dd textarea { width:98%; height:8em; }.product-options dd select { width:100%; }.product-options .options-list {}.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }.product-options .options-list .label { display:block; margin-left:20px; }.product-options ul.validation-failed { padding:0 7px; }.product-options p.required { padding:15px 0 0; }.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }.product-options-bottom .price-box { margin:10px 0; }/* Grouped Product */.grouped-items {}/* Block: Description *//*.product-view .description, .product-view .application {display: none;}.description {display: none;}*/.elementHide { display:none }.elementShow { display:block }/* Block: Additional */.product-view .additional {}/* Block: Upsell */.product-view .up-sell {float: right; width: 188px; }.up-sell .up-sell-top, .up-sell .up-sell-top2, .up-sell .up-sell-bottom {display: block; width: 188px; height: 5px; background: url(../img/upselltop.gif) no-repeat;}.up-sell .up-sell-bottom {height: 15px; background: url(../img/upsellbottom.gif) no-repeat;}.up-sell .up-sell-top2{ background: url(../img/upsellbottom.gif) no-repeat;}.up-sell .up-sell-content {border-left: 1px solid #6ED7EB; border-right: 1px solid #6ED7EB; padding: 3px;}.up-sell .up-sell-content h3 {font-family: Arial; font-size: 20px;}.up-sell .up-sell-content .product-name {font-family: Arial; font-size: 13px; margin-top: 10px; margin-bottom: 10px;}.up-sell .up-sell-content h4 {margin: 0; padding: 0}.up-sell .up-sell .products-grid td { width:25%; }.up-sell .up-sell-content .product-image img {padding-top: 30px;}/* Block: Tags */.product-view .tags {}.product-view .tags .form-add-tags label { float:left; }.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }.product-view .tags .form-add-tags input.input-text { width:254px; }.product-view .tags .form-add-tags button.button { vertical-align:bottom; }.product-view .tags .form-add-tags p { clear:both; }/* Block: Reviews */.product-view .reviews {}/* Block: Add Review */.product-view .add-review {}.product-view .add-review .product-name span { font-weight:normal; }/* ======================================================================================= *//* Content Styles ================================================================= */.product-name { font-size:1em; font-weight:bold; line-height:1.5; }/* Product Tags */.tags-list li { display:inline; }/* Advanced Search */.search-summary {}.search-results {width: 758px; margin: 30px auto;}.product-name-search {text-transform: none; font-size: 15px;}.product-name-search-title a { font-family:Georgia; font-size:15px; font-weight:normal; }/* CMS Home Page */.cms-home .products-grid td { width:20%; }/* Sitemap */.sitemap {}/* ======================================================================================= *//* Product Review ======================================================================== */.product-review {}.product-review .product-img-box { float:left; width:140px;  }.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }.product-review .details { float:right; width:570px; }/* ======================================================================================= *//* Shopping Cart ========================================================================= */.cart .checkout-types { float:right; text-align:right; }.cart .shopping-bag-giftcert {width: 760px; margin: 0px auto;}.shopping-bag-giftcert .top_cert, .shopping-bag-giftcert .bottom_cert {display: block; width: 759px; height: 10px; background: url(../img/bag_cert_top.gif) no-repeat; }.shopping-bag-giftcert .bottom_cert {background: url(../img/bag_cert_bottom.gif) no-repeat;}.shopping-bag-giftcert .content_cert {border-left: 1px solid #70D7EB; border-right: 1px solid #70D7EB;width:757px;}.giftcardbagtoptitle { font-size:14px; color: #9C9C9C; margin:10px 0px 20px; }.giftcardbagbottomtitle { font-size:16px; color: #06B2D7; margin:5px 0px 0px; }.content_cert .box-container {width: 755px; margin: 0 auto; display: inline-block; }.content_cert .box {width: 244px; float: left; text-align: center;}.content_cert .box-giftcert {width: 244px; float: left; text-align: center;}.content_cert .middle {margin: 0 15px}.content_cert .box p {padding: 0 20px; margin-top: 15px; line-height:17px; font-size:13px; }.content_cert .box span {color: #06B2D7; font-size: 16px;}.content_cert .box .button span {color: #FFF;}.content_cert .box a {font-family: Arial; text-transform: none;}.content_cert .box h3 {color: #06B2D7; margin-bottom: 10px; margin-top: 10px;}.content_cert .box p span {color: #06B2D7;}.content_cert .last {width: 220px;}.content_cert .box-giftcert a.link-grey { color: #A7A7A7; }.content_cert .box-giftcert a.link-grey:hover { color: #06B2D7; }.cart .shopping-bag-recently {float: left; width: 244px; height: 248px; margin: 15px 15px 0 15px; overflow: hidden;}.shopping-bag-recently .top_recenty, .shopping-bag-recently .bottom_recenty {display: block; width: 244px; height: 10px; background: url(../img/bag_recently_top.gif) no-repeat; }.shopping-bag-recently .bottom_recenty {background: url(../img/bag_recently_bottom.gif) no-repeat;}.shopping-bag-recently .content_recenty {border-left: 1px solid #70D7EB; border-right: 1px solid #70D7EB; height: 228px;}.shopping-bag-recently .content_recenty h3 {padding: 8px 0 11px 0; font-size: 13px;}.content_recenty ol {}.content_recenty li {float: left;}.content_recenty li.even {background: #FFF;}.content_recenty li .recent-products {width: 242px; margin: 0 auto;}.recent-products .image {width: 200px; height: 100px; margin: 0 auto; text-align: center;}.recent-products .image #product-image {margin: 0 50px 0 46px;}.recent-products .image img {vertical-align: middle;}.recent-products .name {text-transform: uppercase; display: block; padding-top: 5px; font-family: arial;}.recent-products .price-box {margin: 0 auto; width:90px; padding-top:5px; }.recent-products .price-box .regular-price span { color: #01B2D7; }.recent-products .price-label {float: left; color: #9C9C9C !important; }.recent-products .button {margin-top: 45px;}.recent-products .button-grey {margin-top: 25px;}/* Shopping Cart Table */.cart-table .item-msg { font-size:10px; }/* Shopping Cart Collateral boxes */.cart .cart-collaterals { float:left; width:700px; }.cart .crosssell .product-image { float:left; margin-right:-90px; }.cart .crosssell .product-shop { margin-left:90px; }.cart .shipping {}/* Shopping Cart Totals */.cart .totals { float:right; }.cart .totals table { width:100%; }.cart .totals table th,.cart .totals table td { padding:5px; }.cart .totals table th { font-weight:bold; }/* Discount */.cart-to-other .discount h3 { font-size: 13px; text-transform:uppercase; padding-bottom:3px;color:#06b2d7; }.cart-to-other .discount label { font-size:12px; font-weight:bold; line-height:10px; }/* 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 ============================================================================== *//* One Page */.rounded-grey {	width: 544px;	background-color: #ececec;}.rounded-grey p {	margin: 0 10px;}.rounded-grey h3 {    padding-top:8px;    padding-bottom:10px;}.rounded-grey-top {	background: url(../img/rounded_grey_tr.png) no-repeat top right;}.rounded-grey-bottom {	background: url(../img/rounded_grey_br.png) no-repeat top right;}.rounded-grey img.rounded-corner {   width: 5px;   height: 5px;   border: none;   display: block !important;}.rounded-grey .t {background: url(../img/rounded_grey_dot.gif) 0 0 repeat-x; width: 544px}.rounded-grey .b {background: url(../img/rounded_grey_dot.gif) 0 100% repeat-x}.rounded-grey .l {background: url(../img/rounded_grey_dot.gif) 0 0 repeat-y}.rounded-grey .r {background: url(../img/rounded_grey_dot.gif) 100% 0 repeat-y}.rounded-grey .bl {background: url(../img/rounded_grey_bl.png) 0 100% no-repeat}.rounded-grey .br {background: url(../img/rounded_grey_br.png) 100% 100% no-repeat}.rounded-grey .tl {background: url(../img/rounded_grey_tl.png) 0 0 no-repeat}.rounded-grey .tr {background: url(../img/rounded_grey_tr.png) 100% 0 no-repeat; padding:0px}.rounded-light-grey {	width: 370px;	background-color: #f3f3f3;}.rounded-light-grey p {	margin: 0 10px;}.rounded-light-grey h3 {    padding-top:8px;    padding-bottom:10px;}.rounded-light-grey-top {	background: url(../img/rounded_grey_tr.png) no-repeat top right;}.rounded-light-grey-bottom {	background: url(../img/rounded_grey_br.png) no-repeat top right;}.rounded-light-grey img.rounded-corner {   width: 5px;   height: 5px;   border: none;   display: block !important;}.rounded-light-grey .t {background: url(../img/rounded_lightgrey_dot.gif) 0 0 repeat-x; width: 370px}.rounded-light-grey .b {background: url(../img/rounded_lightgrey_dot.gif) 0 100% repeat-x}.rounded-light-grey .l {background: url(../img/rounded_lightgrey_dot.gif) 0 0 repeat-y}.rounded-light-grey .r {background: url(../img/rounded_lightgrey_dot.gif) 100% 0 repeat-y}.rounded-light-grey .bl {background: url(../img/rounded_lightgrey_bl.png) 0 100% no-repeat}.rounded-light-grey .br {background: url(../img/rounded_lightgrey_br.png) 100% 100% no-repeat}.rounded-light-grey .tl {background: url(../img/rounded_lightgrey_tl.png) 0 0 no-repeat}.rounded-light-grey .tr {background: url(../img/rounded_lightgrey_tr.png) 100% 0 no-repeat; padding:0px}.rounded-light-grey .rlgt {background: url(../img/rounded_lightgrey_dot.gif) 0 0 repeat-x; width: 370px}.rounded-light-grey .rlgb {background: url(../img/rounded_lightgrey_dot.gif) 0 100% repeat-x}.rounded-light-grey .rlgl {background: url(../img/rounded_lightgrey_dot.gif) 0 0 repeat-y}.rounded-light-grey .rlgr {background: url(../img/rounded_lightgrey_dot.gif) 100% 0 repeat-y}.rounded-light-grey .rlgbl {background: url(../img/rounded_lightgrey_bl.png) 0 100% no-repeat}.rounded-light-grey .rlgbr {background: url(../img/rounded_lightgrey_br.png) 100% 100% no-repeat}.rounded-light-grey .rlgtl {background: url(../img/rounded_lightgrey_tl.png) 0 0 no-repeat}.rounded-light-grey .rlgtr {background: url(../img/rounded_lightgrey_tr.png) 100% 0 no-repeat; padding:0px}.rounded-grey-border {	width: 544px;	background-color: #fff;}.rounded-grey-border .t {background: url(../img/rounded_grey_border_dot.gif) 0 0 repeat-x; width: 544px}.rounded-grey-border .b {background: url(../img/rounded_grey_border_dot.gif) 0 100% repeat-x}.rounded-grey-border .l {background: url(../img/rounded_grey_border_dot.gif) 0 0 repeat-y}.rounded-grey-border .r {background: url(../img/rounded_grey_border_dot.gif) 100% 0 repeat-y}.rounded-grey-border .bl {background: url(../img/rounded_grey_border_bl.png) 0 100% no-repeat}.rounded-grey-border .br {background: url(../img/rounded_grey_border_br.png) 100% 100% no-repeat}.rounded-grey-border .tl {background: url(../img/rounded_grey_border_tl.png) 0 0 no-repeat}.rounded-grey-border .tr {background: url(../img/rounded_grey_border_tr.png) 100% 0 no-repeat; padding:0px}.rounded-blue {	width: 544px;	background-color: #fff;}.rounded-blue p {	margin: 0 10px;}.rounded-blue h3 {    padding-top:8px;    padding-bottom:10px;}.rounded-blue-top {	background: url(../img/rounded_blue_tr.png) no-repeat top right;    margin: -1px -1px 0 -1px;}.rounded-blue-bottom {	background: url(../img/rounded_blue_br.png) no-repeat top right;    margin: 0 -1px -1px -1px;}.rounded-blue img.rounded-corner {   width: 7px;   height: 7px;   border: none;   display: block !important;}.rounded-blue .t {background: url(../img/rounded_blue_dot.gif) 0 0 repeat-x; width: 544px}.rounded-blue .b {background: url(../img/rounded_blue_dot.gif) 0 100% repeat-x}.rounded-blue .l {background: url(../img/rounded_blue_dot.gif) 0 0 repeat-y}.rounded-blue .r {background: url(../img/rounded_blue_dot.gif) 100% 0 repeat-y}.rounded-blue .bl {background: url(../img/rounded_blue_bl.png) 0 100% no-repeat}.rounded-blue .br {background: url(../img/rounded_blue_br.png) 100% 100% no-repeat}.rounded-blue .tl {background: url(../img/rounded_blue_tl.png) 0 0 no-repeat}.rounded-blue .tr {background: url(../img/rounded_blue_tr.png) 100% 0 no-repeat; padding:0px}.opc { border-bottom:1px solid #ddd; position:relative; }.opc li.section { border:1px solid #ddd; border-bottom:0; }.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }.opc .step-title h3 { float:left; }.opc .allow .step-title { cursor:pointer; }.opc .active {}.opc .active .step-title { background-color:#ccc; cursor:default; }.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }.opc .step .tool-tip { right:10px; }.opc .addressBlock {    width:168px;    display: inline-block;    padding-left:10px;    padding-right:10px;    padding-bottom:20px;    font-size:11px;    line-height:14px;}.opc .graphcheckboxleftactive {    float:left;    background: url(../img/checkout_address_selection_button_left.png) no-repeat;    width:3px;    height:19px;}.opc .graphcheckboxrightactive {    float:left;    background: url(../img/checkout_address_selection_button_right.png) no-repeat;    width:3px;    height:19px;}.opc .graphcheckboxcenteractive {    float:left;    background: url(../img/checkout_address_selection_button_bg.png) repeat-x;    display:block;    padding-left:3px;    padding-top:2px;    height:19px;    width:112px;    text-align:left;}.opc .graphcheckboxleftinactive {    float:left;    background: url(../img/blank.gif) no-repeat;    width:3px;    height:19px;}.opc .graphcheckboxrightinactive {    float:left;    background: url(../img/blank.gif) no-repeat;    width:3px;    height:19px;}.opc .graphcheckboxcenterinactive {    float:left;    background: url(../img/blank.gif) repeat-x;    display:block;    padding-left:3px;    padding-top:2px;    height:19px;    width:112px;    text-align:left;}.opc .account-personal-edit {width: 544px; margin: 11px auto;}.opc .account-personal-edit label { padding-left:23px; width: 132px; }.opc .account-personal-edit .indicates { float:left; width:245px; padding-right:44px; text-align:right; }.opc .group-select li { margin:0 }.opc .account-personal-edit .input-comment { display:block; text-align:left; font-size:11px; }.opc .account-personal-edit .input-box { width: 544px; margin-bottom:5px; }.opc .account-personal-edit .input-box { width: 544px; margin-bottom:5px; }.opc .account-personal-edit .with-comment { margin-bottom:0px; }.opc .account-personal-edit .input-box-comment { width: 544px; margin-bottom:0px; }.opc .account-personal-edit .grey-create-top, .opc .account-personal-edit .grey-create-bottom {display: block; width: 544px; height: 10px; background: url(../img/chk_address_top.gif) no-repeat; border: 0;}.opc .account-personal-edit .grey-create-bottom {background: url(../img/chk_address_bottom.gif) no-repeat; } .opc .account-personal-edit .grey-create-content {background: #ECECEC; width: 542px;}.opc .account-personal-edit  .prefix {width: 63px; border: 0;}.opc .account-personal-edit .company, .account-personal-edit .street_1, .account-personal-edit .street_2 {width: 314px !important;}.opc .account-personal-edit .country {width: 184px; border: 0;}.opc .account-personal-edit input.checkbox {float: left;}.opc .account-personal-edit .required { display:none; font-size:13px; }.opc .account-personal-edit .required-hide { display:inline; font-size:13px; width:6px; }.opc .order-review {float: left; width: 505px;}.opc .order-review .order-review-top, .opc .order-review .order-review-bottom {display: block; width: 505px; height: 10px; background: url(../img/chk_review_top.gif) no-repeat; border: 0; float: left;}.opc .order-review .order-review-bottom {background: url(../img/chk_review_bottom.gif) no-repeat;}.opc .order-review .order-review-content {float: left; width: 503px; border-left: 1px solid #6ED7EB; border-right: 1px solid #6ED7EB; }.order-review-content h3 {text-align: left; color: #06B2D7; font-size:13px; margin-top:-4px; margin-bottom: 18px; margin-left: 15px;}.order-review-content .data-table {width: 485px; margin: -13px auto 0px auto;}.order-review-content .data-table td { border-bottom: 1px solid #CECECE; border-top: 0; border-right: 0; border-left: 0; vertical-align: middle; height:67px; padding:0px; text-align:center; }.order-review-content .data-table th {border: 0; text-transform: uppercase; font-weight: normal; font-size:11px; }.order-review-content .data-table thead {background: url(../img/reviewbg.gif) no-repeat; font-weight: normal;}.order-review-content .data-table .product-image, .order-review-content .data-table .product-name {float: left;}.order-review-content .data-table .product-image {vertical-align: middle;}.order-review-content .data-table tr { height:68px; }.order-review-content .data-table .product-title { text-transform: uppercase; }.order-review-content .table-header-holder { background: url(../img/checkout_review_table_header.png) no-repeat; margin: 0px auto; width:485px; height:22px; }.order-review-content .table-header { float:left; text-align:center; text-transform:uppercase; font-size:11px; padding-top:2px; }.order-review-content .table-footer-holder { width:424px; float:right; padding-right:9px; margin-top:10px; }.order-review-content .table-footer { margin-bottom:2px; float:left; font-size:13px; }.order-review-content .table-footer .bold { font-weight: bold; }.order-review-content .table-footer-holder .line { height:1px; width:424px; background-color:#cecece; margin-top:7px; margin-bottom:4px; }/* Multiple Addresses Checkout */.checkout-progress { padding:0 50px; margin:10px 0; }.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }.checkout-progress li.active { border-top-color:#000; color:#000; }.multiple-checkout { position:relative; }.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }.multiple-checkout .grand-total big {}.multiple-checkout .grand-total .price {}/********** < Common Checkout Styles *//* Shipping and Payment methods */.shipping-method {width: 500px; margin: 0 auto;}.shipping-method h3 {color: #06B2D7; margin-top: -20px; margin-bottom: 20px;}.sp-methods {margin-left: 50px;}.sp-methods dt { font-weight:bold; }.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 dd {text-align: left;}.sp-methods dd ul {}.sp-methods dd ul li {text-align: left;}.rounded-blue .checkout-shipping-method-load h3 { padding-top:8px; padding-bottom:13px; color: #00C7E5; text-align:center; }.graph-radio .graph-radio-image { cursor:pointer; }.graph-radio span { float:left; display:block; text-align:left; }.graph-radio span.price { float: none; display: inline; font-weight: bolder; color: #00C7E5; }.graph-radio .graph-inputradio { display:none; }.graph-radio .graph-radio-payment-description span { font-size:13px; padding-top:0px; text-transform:uppercase;}.payment-methods {}.payment {margin: 10px auto; display: inline-block; width: 670px;}.payment .payment-top, .payment .payment-bottom {display: inline-block; width: 659px; height: 10px; background: url(../img/payment_top.gif) no-repeat; float: left;}.payment .payment-bottom {background: url(../img/payment_bottom.gif) no-repeat; float: left;}.payment .payment-content {width: 660px; text-align: left; display: inline-block; padding-top: 11px }.payment .payment-content input.radio {margin-left: 20px;}.payment .payment-content .cards {float: left; width: 160px; text-align: center; display: inline-block;}.payment .payment-content .methods {float: left; width: 485px;}.payment .payment-content #payment_form_paypal_standard {margin-left: 20px;}.payment .payment-content #payment_form_paypal_standard li {margin-bottom: 0;}  .payment .payment-logo { display:inline-block;padding-bottom:10px; float:left; width:167px; text-align:center; }.sage-payment {margin-left: 0px; display: inline-block; margin-top: 5px;}.sage-payment label, .sage-payment span {float: left; text-align: left;}.sage-payment label { float:left; margin-right: 3px;padding-bottom:1px;padding-left:2px; clear:both;}/*.sage-payment span {color: #06B2D7;}*/.sage-payment .input-box {width: 159px; float:left;}.sage-payment input.input-text { width:144px; }.sage-payment select {width:144px; font-family:Georgia; color: #6e6e6e;}.sage-payment ul li { padding-bottom:14px; }.sage-payment p { float: left; text-align: left; padding-bottom:10px; }.sage-payment #v-fix {margin-top: 5px;}.check-money {margin-left: 0px; display: inline-block; margin-top: 5px;}.please-wait { margin-right:5px; }.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 .tool-tip-content { padding:5px; }/* Gift Messages */.add-gift-message {display: none;}.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; display: none;}.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; display: none;}.gift-message-form .gift-item {}.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }.gift-message-link.expanded { background-position:0 -53px; }.gift-message-row {}.gift-message-row .btn-close { float:right; }.gift-message dt strong { font-weight:bold; }/* 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; }/********** Common Checkout Styles > *//* ======================================================================================= *//* Account Login/Create Pages ============================================================ */.account-login {}.account-login .login {margin-top: 10px;}/*.account-login .validation-advice {width: 130px; margin: 0 0 0 85px;}*/.account-login .new-users {margin: 0 auto;}.new-users h3 {margin: 10px 0 10px 0;}.new-users .buttons-set {border: 0;}.new-users .buttons-set button.button {float: none;}.account-login .registered-users {display: inline-block; width: 358px; background: #f3f3f3; margin: 0 auto 0 auto; padding-top: 2px;}.account-login .registered-users-top, .account-login .registered-users-bottom {display: block; width: 358px; height: 10px; background: url(../img/logintopbg.gif) no-repeat; margin: 0 auto;}.account-login .registered-users-bottom {background: url(../img/loginbotbg.gif) no-repeat;}.registered-users h3 {margin: 5px auto;}.registered-users label {float: left; width: 75px; text-align: right; margin: 2px 6px 0 7px;}/*.registered-users .input-text { float: left; background: url(../img/login-input.gif) no-repeat; border: 0; width: 180px; height: 21px; padding-top: 4px; margin-left: 3px; padding-right: 5px; color: #6E6E6E;}*/.registered-users p {margin-top: 5px;}.registered-users a {font-style: italic; font-size: 11px; color: #8A8A8A}.registered-users a:hover { color: #06b2d7; }.account-login .login .forgot {margin-bottom: 10px;}.account-create {margin: 0 auto;}.account-create .input-text, .account-create textarea, .account-create select { font-family:Georgia; font-size:12px; color:#6e6e6e; }.account-create .col2-set {width: 785px; margin: 20px auto 0 auto; }.account-create .col-1 .req-info {font-size: 11px; display: none;}.account-create .col-1 .req-info span {float: none; color: #06B2D7; margin-right: 2px;}.account-create .col-1 {width: 380px; padding-left:1px;}.account-create .col-1 .account-create-content { padding-bottom: 10px; }.account-create-content p {font-size: 12px; padding:0 10px; font-family: georgia;}.account-create-content p span {color: #06B2D7; float: none !important;}.account-create-content p span b { font-size:14px; }.account-create .col-1 .account-create-top, .account-create .col-1 .account-create-bottom {display: block; width: 374px; height: 10px; background: url(../img/accountcreatetop.gif) no-repeat;}.account-create .col-1 .account-create-bottom {background: url(../img/accountcreatebottom.gif) no-repeat;}.account-create .col-1 h3 {margin-bottom: 14px; padding-top:16px; font-size:13px; color: #06B2D7;}.account-create .col-1 .required {color: #06B2D7;display:none;}.account-create .col-1 .group-select li {margin: 0;}.account-create .col-1 .input-box {width: 350px; margin: 2px 0px 5px 0px;}.account-create .col-1 .name-prefix {margin:0 0 5px 0; text-align: left;}.account-create .col-1 #prefix {width: 64px; }.account-create .col-1 #firstname {width: 185px;}.account-create .col-1 #lastname {width: 185px;}.account-create .col-1 #email_address {width: 185px;}.account-create .col-1 #email_address_verify {width: 185px;}.account-create .col-1 #password {width: 185px;}.account-create .col-1 #confirmation {width: 185px;}.account-create .col-1 #country {width: 189px; }.account-create .col-1 span {float: left; margin-right: 2px;}.account-create .col-1 label {float: left; width: 110px; text-align: right; margin: 1px 8px 0 10px; font-size: 12px;}.account-create .col-1 label.newsletterLabel {	float: none;	width: 130px;	text-align: right;	margin: 1px 0 0 11px;	font-size: 13px;	font-weight: bold;}.account-create .col-1 span.newsLetterText {	color: #333;	font-size: 11px;	position: relative;	left: 38px;	font-weight: normal;}/*.account-create .col-1 .input-text { float: left; background: url(../img/login-input.gif) no-repeat; border: 0; width: 180px; height: 21px; padding-top: 4px; margin-left: 3px; padding-right: 5px; color: #6E6E6E;}*//*.account-create .col-1 .validation-advice {float: left; margin-left: 150px; margin-bottom: 2px;}*/.account-create .col-2 {width: 375px;}.account-create .col-2 .grey-create-top, .account-create .col-2 .grey-create-bottom {display: block; width: 375px; height: 10px; background: url(../img/pengocreatetop.gif) no-repeat;}.account-create .col-2 .grey-create-bottom {background: url(../img/pengocreatebottom.gif) no-repeat;}.account-create .col-2 .grey-create-content { min-height: 409px; }.account-create .col-2 .grey-create-content h3 {color: #06B2D7; font-size:13px; padding-top:11px; padding-bottom:16px;}.account-create .col-2 .grey-create-content h4 {font-size: 13px; font-weight: normal; margin:15px 0 4px;}.account-create .col-2 .grey-create-content h3 img {vertical-align: middle; margin-right: 5px;}.account-create .col-2 .grey-create-content p {font-size: 12px; padding:0px; font-family: georgia; line-height:15px;}.account-create .col-2 .grey-create-content a {color: #06B2D7; font-style: italic; text-decoration: none;}.account-create .col-2 .grey-create-content a:hover {text-decoration: underline;}.account-create .col-1 .grey-create-top, .account-create .col-1 .grey-create-bottom {display: block; width: 375px; height: 10px; background: url(../img/pengocreatetop.gif) no-repeat;}.account-create .col-1 .grey-create-top {margin-top: 10px;}.account-create .col-1 .grey-create-bottom {background: url(../img/pengocreatebottom.gif) no-repeat;}.account-create .col-1 .grey-create-content {width: 374px;}.account-create .col-1 .grey-create-content h3 {padding-top: 6px;color: #6e6e6e;}.account-create .col-1 .grey-create-content p {font-size: 11px; padding:0 20px; font-family: georgia;}.account-create .col-2 .grey2-create-top {margin-top: -6px;}.account-create .col-2 .grey2-create-top, .account-create .col-2 .grey2-create-bottom {display: block; width: 375px; height: 10px; background: url(../img/grey_top.gif) no-repeat;}.account-create .col-2 .grey2-create-bottom {background: url(../img/grey_bottom.gif) no-repeat;}.account-create .col-2 .grey2-create-content h3 { padding:15px 0px 15px 0px; }.account-create .col-2 .grey2-create-content p { line-height:15px; }.account-create .checkboxgraph { cursor:pointer; margin:0; padding:0; }.grey2-create-content p {font-size: 12px; padding:0 15px; font-family: georgia;}.grey2-create-content label span {color: #06B2D7;}.grey2-create-content img {margin-top: 20px;}.account-create .col-1 .grey-create-content .concernoption { display:block; width:95px; height:25px; text-align:left; float:left; }.account-create .buttons-set {border: 0;}.account-create .buttons-set button.button {float: none; margin-top: 10px;}.account-create .buttons-set a {font-style: italic; font-family: georgia; font-size: 11px;}.account-create .buttons-set label {font-family: Georgia;}.account-create .buttons-set input {margin-right: 5px;}.account-edit {width: 405px; margin: 0 auto;}.account-edit .grey-create-top, .account-edit .grey-create-bottom {display: block; width: 375px; height: 10px; background: url(../img/pengocreatetop.gif) no-repeat;}.account-edit .grey-create-bottom {background: url(../img/pengocreatebottom.gif) no-repeat;}.account-edit .grey-create-content {background: #f7f7f7; height: auto;}.account-edit  #prefix {width: 63px; border: 0;}.account-edit label span {float: left; margin-right: 2px;}.account-edit label {float: left; width: 125px; text-align: left; margin: 2px 5px 0 9px; font-size: 11px;}.account-edit .input-box {width: 370px; margin: 2px 0;}.account-edit p {float: left; margin-left: 29px; margin-top:-2px;}.account-edit .required {color: #06B2D7;display:block;}.account-edit .not-required {color: #06B2D7;display:block;width:5px;height:1px;}.account-edit .buttons-set {border: 0;}.account-edit .buttons-set button.button {float: none;}.account-edit .link-blue {position: relative; top: 5px;}.account-edit h3 {margin-bottom: 2px;margin-top:9px; color: #06B2D7;}.account-edit .group-select li { margin: 0px 17px 5px 17px; }.account-edit .group-select .input-box input.input-text { width:204px; font-family:georgia; color:#6E6E6E }.account-edit .group-select .input-box textarea { width:184px; font-family:georgia; color:#6E6E6E }.account-edit .group-select .input-box select { width:63px; font-family:georgia; color:#6E6E6E }.account-edit .newsletter label span { float: none; font-size:12px; font-weight:bold; color: #06B2D7; }.account-edit .newsletter h3 {margin-bottom: 10px;padding-top:10px;color:#6e6e6e;}.account-edit .newsletter p {float:none; font-size: 12px; padding:0 20px; font-family: georgia; margin: 0px 0px 10px 0px;}.account-edit .newsletter label {float:none; font-size: 11px; font-weight: normal;margin-left:2px;}.newsletter {width: 375px; margin: 0 auto;}.newsletter .grey2-create-top {margin-top: -6px;}.newsletter .grey2-create-top, .newsletter .grey2-create-bottom {display: block; width: 375px; height: 10px; background: url(../img/grey_top.gif) no-repeat;}.newsletter .grey2-create-bottom {background: url(../img/grey_bottom.gif) no-repeat;}.newsletter .grey2-create-content {background: #FFF; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;}.newsletter .grey2-create-content h3 {margin-bottom: 10px;margin-top:0px;}.newsletter .grey2-create-content p {float:none; font-size: 12px; padding:0 20px; font-family: georgia; margin: 0px 0px 10px 0px;}.newsletter .grey2-create-content label {font-size: 11px; font-weight: normal;}.newsletter .link-blue {position: relative; top: 5px;}.account-personal-edit {width: 544px; margin: 11px auto;}.account-personal-edit .grey-create-top, .account-personal-edit .grey-create-bottom {display: block; width: 600px; height: 10px; bbackground: url(../img/pengocreatetop.gif) no-repeat; border: 1px solid #f7f7f7; border-bottom: 0;}.account-personal-edit .grey-create-bottom {bbackground: url(../img/pengocreatebottom.gif) no-repeat; border: 1px solid #f7f7f7; border-top: 0;} .account-personal-edit .grey-create-content {bbackground: #f7f7f7; border-right: 1px solid #f7f7f7; border-left: 1px solid #f7f7f7; width: 600px;}.account-personal-edit  #prefix {width: 63px;}.account-personal-edit label span {float: left; margin-right: 2px; display:none; }.account-personal-edit label {float: left; width: 132px; text-align: right; margin: 2px 9px 0 0; font-size: 11px; padding-left:23px;}.account-personal-edit .input-box {width: 544px; margin: 2px 0 5px 0; margin-bottom:5px;}.account-personal-edit .with-comment { margin-bottom:0px; }.account-personal-edit .input-box-comment { width: 544px; margin-bottom:0px; }.account-personal-edit .input-comment { display:block; text-align:left; font-size:11px; }.account-personal-edit h3 {margin-bottom: 10px;}.account-personal-edit p.info { margin-bottom:10px; padding-left:30px; text-align:left }.account-personal-edit .required {color: #06B2D7;}.account-personal-edit .required { display:none; font-size:13px; }.account-personal-edit .required-hide { display:inline; font-size:13px; width:6px; }.account-personal-edit .buttons-set {border: 0;}.account-personal-edit .buttons-set button.button {float: none;}.account-personal-edit .link-blue {position: relative; top: 5px;}.account-personal-edit .group-select .input-box input.input-text, .account-personal-edit .group-select .input-box textarea { width: 314px; }.account-personal-edit #company, .account-personal-edit #street_1, .account-personal-edit #street_2 {width: 314px;}.account-personal-edit #country {width: 314px;}.account-personal-edit #region_id { width:314px; }.account-personal-edit #fax { width:180px; }.account-personal-edit #telephone { width:180px; }.account-personal-edit #city { width:180px; }.account-personal-edit #zip { width:180px; }.account-personal-edit #input_2 {margin-left: 0px;}.account-personal-edit .label-long {width: 250px; text-align: left;}.account-personal-edit .indicates { float:left; width:245px; padding-right:44px; text-align:right; }.account-personal-edit .input-text, .account-personal-edit textarea, .account-personal-edit select { font-family: Georgia; color: #6E6E6E; }.account-personal-edit .checkboxgraph { cursor:pointer; padding-left:29px; float:left; padding-right:5px; padding-top:2px; }.address-book {width: 760px; margin: 0 auto;}.address-book .col2-set {width: 760px !important; margin: 0 auto;}.address-book .account-blue-top, .address-book .account-blue-bottom {display: block; width: 374px; height: 10px; background: url(../img/accountcreatetop.gif) no-repeat;}.address-book .account-blue-bottom {background: url(../img/accountcreatebottom.gif) no-repeat;}.address-book .account-blue-content { display:inline-block; width: 372px; border-right: 1px solid #6ED7EB; border-left: 1px solid #6ED7EB; min-height: 405px;}.address-book .account-grey-top, .address-book .account-grey-bottom {display: block; width: 375px; height: 10px; background: url(../img/grey_top.gif) no-repeat;}.address-book .account-grey-bottom {background: url(../img/grey_bottom.gif) no-repeat;}.address-book .account-grey-content { display:inline-block; width: 373px; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; min-height: 405px; }.address-book ol {float: left;}.address-book ol li {margin: 10px 0;}.address-book ol li address {text-align: left;}.address-book .row {margin-left: 20px; width: 320px;}.address-book .sep {border-bottom: 1px solid #CCCCCC; }.address-book .sep-blue {border-bottom: 1px solid #6ED7EB; }.address-book .link-grey {display: block; padding: 10px 0;}.address-book .col-2 .buttons-set {text-align: right;}.address-book .col-1 .button {margin-bottom: 20px; margin-top: 10px;}.address-book .col-2 .button {margin-top: 10px;}.address-book .addressbook-address { padding:10px; display:inline-block; }.address-book .addressbook-address.notlast { border-bottom: 1px solid #CCCCCC; }/* Account Login/Create Pages ============================================================ *//* My Account ============================================================================= *//********** < Dashboard */.dashboard {margin-top: -10px;}.dashboard .dashboard-links {margin-bottom: 46px;}.dashboard-links ul {list-style-type: none;}.dashboard-links ul li {display: inline;}.dashboard-links ul li a {margin: 0 5px; font-family: georgia;font-size:11px;}.dashboard .welcome-msg {font-family: georgia; padding: 5px 75px 0px;}.dashboard .welcome-msg h5 {font-size: 12px; line-height:9px; }.dashboard-custom { line-height: 25px; margin:20px auto; display:inline-block; }.dashboard-custom a { font-size: 14px; color: #06B2D7; }/* Block: Recent Orders */.dashboard .recent-orders { margin:10px 0; }.dashboard .recent-orders .title-buttons {text-align: center;}.dashboard .recent-orders .title-buttons h3 {float: none; font-weight: bold; margin: 30px 0 4px 0;}.dashboard .recent-orders .data-table { width: 760px; margin: 22px auto 22px auto;}.recent-orders .data-table, .recent-orders .data-table th, .recent-orders .data-table td {border: 0; text-align: center;}.recent-orders .data-table thead {background: transparent url(../img/recent_orders_top.gif) no-repeat; }.recent-orders .recent-orders-header {background: transparent url(../img/recent_orders_top.gif) no-repeat; display:block; width:760px;height:22px;margin:22px auto 0px auto; }.recent-orders .recent-orders-header .recent-orders-header-item { text-transform:uppercase; font-weight:normal; padding:1px 5px 5px;float:left; }.recent-orders .data-table th {text-transform: uppercase; font-weight: normal; padding: 1px 5px 5px;}.recent-orders .data-table tr {border-bottom: 1px solid #D7D7D7; font-family: georgia;}.recent-orders .data-table tr.even {background: none;}.recent-orders .data-table thead tr.last {border: 0;}.recent-orders .data-table td { color: #6e6e6e; }.recent-orders .pager {width: 760px; margin: 0 auto; background: transparent url(../img/recent_orders_pager.gif) no-repeat; border: 0; font-size: 12px; padding: 3px;}.recent-orders .pager .limiter {font-family: georgia; margin-right: 20px;display:block;}.recent-orders .pager .amount {margin-top: 2px;display:block;margin-left:20px;font-weight:bold;}.recent-orders .pager .limiter label {float: left; margin-right: 2px; margin-top: 2px;}.recent-orders .pager .limiter select {border: 0;font-family:georgia;color: #6e6e6e;}.recent-orders .pager .limiter .input-bg-right {margin-right: 2px;}.dashboard .col2-set {width: 555px; margin: 10px auto;}.dashboard .col2-set .dashboard-box-top, .dashboard .col2-set .dashboard-box-bottom {display: block; width: 555px; height: 10px; background: url(../img/dashboard_col2_top.gif) no-repeat;}.dashboard .col2-set .dashboard-box-bottom {background: url(../img/dashboard_col2_bottom.gif) no-repeat;}.dashboard .col2-set .dashboard-box-content {width: 553px; display: inline-block; border-right: 1px solid #CECECE; border-left: 1px solid #CECECE;}.dashboard-box-content .col-1, .dashboard-box-content .col-2 {width: 245px; margin: 0 15px; }.account-box-top, .account-box-bottom {display: block; width: 245px; height: 10px; background: url(../img/dashboard_account_top.gif) no-repeat;}.account-box-bottom {background: url(../img/dashboard_account_bottom.gif) no-repeat;}.account-box-content {display: inline-block; background: #f3f3f3; width: 245px; min-height: 125px; }.account-box-content h4 {font-weight: normal; font-family: arial; margin-bottom: 10px;}/* Block: Tags */.dashboard .tags .number { float:left; margin-right:-20px; }.dashboard .tags .details { margin-left:20px; }/* Block: Reviews */.dashboard .reviews {}/********** Dashboard > *//* 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; }/* 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; }/* ======================================================================================= *//* Footer ================================================================================ */.footerHolder { position:absolute; bottom:0; height:40px; width:100% }.footer { margin:0 auto; width:920px; border-top:1px solid #CBCBCB; padding:5px 2px; color: #6E6E6E; font-size: 10px; font-family: Gotham,Georgia,sans;}.footer p {float:left; text-align:left; }.footer ul { float:left; padding:0; margin-left: 65px;}.footer ul li {	display: inline;	margin: 0 0 0 10px;	padding: 0 10px 0 0;	border-right: 1px solid;}.footer ul li.last {	border: 0;}.footer ul li a {font-weight: normal;}.footer ul li a.active { color: #06B2D7; }/* ======================================================================================= *//* Our products page ================================================================================ */.main-categories-container {width: 920px; margin: 0 auto; text-align: center; }.main-categories {text-align: center; width: 950px;}.main-categories .box, .main-categories .box-odd {width: 120px; text-align: center; margin: 0 auto;}.categorybox-holder { width:184px; height:208px; display:block; text-align:center; float:left; position:relative; }/*.categoryboximg { position:absolute; bottom:40px; text-align:center; width:184px; }*/.categoryboximgholder { text-align:center; width:184px; height:168px; }.categoryboximg { position:absolute; bottom:40px; text-align:center; width:184px; }.categorybox { text-align:center; width:184px; height:40px; }.categorybox a { font-size:13px; text-transform: uppercase; font-weight:normal }/* SPEND PENGO */#pengoProductHolder { display: inline-block; padding:4px; }#pengoProductHolder .categorybox-holder { width:180px; height:284px; display:block; text-align:center; float:left; position:relative; margin-top:12px; }/*.categoryboximg { position:absolute; bottom:40px; text-align:center; width:184px; }*/#pengoProductHolder .categoryboximgholder { text-align:center; width:180px; height:168px; }#pengoProductHolder .categoryboximg { position:absolute; bottom:112px; text-align:center; width:180px; }#pengoProductHolder .categorybox { text-align:center; width:172px; margin:4px; padding-top:5px; height:112px; background: url(../img/spend_pengo_item_background.png) no-repeat; }#pengoProductHolder .categorybox a { font-size:13px; text-transform: uppercase; font-weight:normal }#pengoProductHolder .categorybox .titleHolder { display:block; height:34px; padding-bottom:5px; }#pengoProductHolder .categorybox .pengo-price { font-size:16px; color: #06b2d7; margin:0; padding-top:1px; }.box .image-holder {width: 100px; height: 85px; overflow: hidden; margin: 0 auto;}.box .image-holder img { width: 60px;}.box a {font-family: Arial; text-transform: uppercase; font-size: 13px; font-weight: normal;}.main-categories .box-odd {margin: 10px 58px;}.box .popup {position: relative; z-index: 100; top: 40px; left: 70px; width: 196px; height: 54px; background: url(../img/popupbg.gif) no-repeat; visibility: hidden; padding: 5px 5px; font-size: 11px; color: #6E6E6E; text-align: left; font-family: georgia;}.middle-filter {float: left; display: inline-block; width: 184px; margin: 0; text-align: center; padding-top:30px;}.middle-filter ul {list-style-type: none; padding-left: 20px; margin: 0 auto;}.middle-filter ul li {font-family: Arial;font-size:12px}.middle-filter ul li a.inactive {display: block; width: 143px; height: 23px; padding: 1px 0;}.middle-filter ul li a.inactive:hover {color: #FFF; background: url(../img/filterselect.gif) no-repeat; }.middle-filter ul li a.active {display: block; width: 143px; height: 23px; padding: 1px 0; color: #FFF; background: url(../img/filterselect.gif) no-repeat; }.mytable {text-align: center; width: 100%; margin-bottom: 10px;}.mytable tr {}.mytable td {text-align: center;}.mytable td .middle-filter {float: none; margin: 40px auto 0;}.main-categories-container .link {font-family: georgia; font-style: italic; margin-top: 20px;}.main-categories-container .link a {color: #06B2D7; text-decoration: none; font-weight: normal;}.main-categories-container .link a {text-decoration: none;}p.link a {    color:#06B2D7;}/* inputs ===============================================================================================*//*.input-bg-left { height: 23px; width: 3px; background: url(../img/input_bg_left.gif) no-repeat; float: left; }.input-bg-middle { height: 21px; float: left; border-top: 1px solid #A7A7A7; border-bottom: 1px solid #A7A7A7; }.input-bg-middle input { border: none; }.input-bg-right { height: 23px; width: 3px; background: url(../img/input_bg_right.gif) no-repeat; float: left; }*//* gift cert balance ========================================================================================== */.enter-gift-card-number {width: 400px;margin: 0 auto;}.enter-gift-card-number .top-facade, .enter-gift-card-number .bottom-facade {display: block; height: 10px; width: 268px; background: url(../img/cert_balance_top.gif) no-repeat; margin: 0 auto;}.enter-gift-card-number .bottom-facade {background: url(../img/cert_balance_bottom.gif) no-repeat; }.enter-gift-card-number .content {background: #F3F3F3; width: 268px; margin: 0 auto; text-align: center;}.enter-gift-card-number .content .input-box {float: none; width: 192px; margin: 0 auto;}.enter-gift-card-number .content .input-holder {width: 300px; margin: 0 auto;}.enter-gift-card-number .content label span {color: #06B2D7; font-size: 14px; font-family: georgia;}.enter-gift-card-number .content label span.price { font-size:17px; font-weight:normal;}/* porduct gift certificate =====================================================================================*/.product-certificate {}.product-certificate .product-shop-certificate {}.product-shop-certificate .box {margin: 0 auto; width: 800px;}.product-shop-certificate .box-top, .product-shop-certificate .box-bottom {display: block; height: 10px; width: 759px; background: url(../img/buy_gift_cert_top.gif) no-repeat; margin: 0 auto;}.product-shop-certificate .box-bottom {background: url(../img/buy_gift_cert_bottom.gif) no-repeat;}.product-shop-certificate .box-content {border-left: 1px solid #CDCDCD; border-right: 1px solid #CDCDCD; width: 757px; margin: 0 auto; display: inline-block;}.product-shop-certificate .box-content .gift-card-info {display: inline-block;}.gift-card-info {width: 650px; margin: 0 auto;}.gift-card-info label {float: left; width: 168px; margin-top: 0px; text-align: left; font-weight: bold; font-family: georgia;}.gift-card-info #currency-shift {margin-left: -11px;}.gift-card-info label img {margin-right: 5px;}.gift-card-info span {float: left; margin-right: 3px; margin-top: 2px;}.gift-card-info textarea {float: left;}.gift-card-info .gift-card-info-top, .gift-card-info .gift-card-info-bottom {display: inline-block; margin: 10px auto; width: 650px; text-align: left;}.gift-card-info-top label {margin-left: 30px;}.gift-card-info-bottom .gift-card-info-grey-top, .gift-card-info-bottom .gift-card-info-grey-bottom {display: block; height: 10px; width: 738px; background: url(../img/gift-card-info-grey-top.gif) no-repeat; }.gift-card-info-bottom .gift-card-info-grey-bottom {background: url(../img/gift-card-info-grey-bottom.gif) no-repeat;}.gift-card-info-bottom .gift-card-info-grey-content {background: #F3F3F3; width: 738px; margin: 0 auto; display: inline-block;}.gift-card-info-grey-content #recipient_message_container {width: 312px; margin-left: 20px;}.gift-card-info-grey-content #recipient_message_container label {width: 75px; padding-left:2px}.gift-card-info-grey-content .accent-gray {float: left; font-size: 12px; margin-left: 77px; margin-top:2px;}.gift-card-info-grey-content #recipient_message_container h4 {text-transform: none;}.gift-card-info-grey-content #recipient_message_container h4 img {margin-right: 7px;}.gift-card-info-grey-content #recipient_name {margin-bottom: 10px;}.gift-card-info-grey-content #recipient_message_container textarea {border: 0; width: 215px; height: 53px; background: url(../img/buy_cert_textarea.gif) no-repeat; padding: 5px; font-size: 11px;}.gift-card-info-bottom .gift-card-info-grey-content #cert-logo {margin-left:30px;margin-top:8px;}/* samples =====================================================================================*/.samples {width: 940px; margin: 8px auto;}.samples .samples-cont {width: 925px; margin: 0 auto;}.samples .samples-top, .samples .samples-bottom {height: 10px; width: 920px; display: block; background: url(../img/samples-top.gif) no-repeat; margin: 0 auto; float: left;}.samples .samples-bottom { background: url(../img/samples-bottom.gif) no-repeat; }.samples-cont .samples-content {border-left: 1px solid #6ED7EB; border-right: 1px solid #6ED7EB; width: 918px; display: inline-block; float: left;}.samples-content h3 {color: #06B2D7;padding-top:8px;padding-bottom:16px;}.samples-content h4 {text-transform: none; font-size:13px; }.samples-content h4 span {color: #06B2D7; font-size: 20px; font-weight:normal; }.samples-content .sample-box {display: inline-block; float: left; width: 168px; border-right: 1px solid #D7D7D7;}.samples-content .last {border: 0;}.samples-content .sample-box .name {text-transform: uppercase; margin-bottom: 0px; margin-top: 5px;min-height:36px;}.samples-content .georgia { line-height:16px; }.samples-content p { padding-bottom:17px; }.contact-us {margin: 0 auto;}.contact-form {width: 454px; margin: 20px auto;}.contact-us .contact-us-top, .contact-us .contact-us-bottom {display: block; height: 10px; width: 394px; background: url(../img/contact-top.gif) no-repeat; margin: 0 auto;}.contact-us .contact-us-bottom {background: url(../img/contact-bottom.gif) no-repeat;}/*.contact-us .contact-us-content {border-left: 1px solid #CDCDCD; border-right: 1px solid #CDCDCD; }*/.contact-us .contact-us-content { padding: 10px 0px 10px 0px; }.contact-us .contact-us-content ul li {margin: 0;}.contact-us .contact-us-content label {float: left; width: 125px; text-align: left; margin-left: 30px;}.contact-us .contact-us-content label span {float: left; color: #06B2D7; margin-right: 2px;}.contact-us .contact-us-content .input-box {width: 425px; margin-bottom: 5px;}.contact-us .contact-us-content .input-box input { width: 250px; }.contact-us .contact-us-content .contact-text {float: left; display: block; width: 260px; height: 93px; background: url(../img/contact_text.gif) no-repeat;}.contact-us .contact-us-content .contact-text textarea {width: 250px; height: 81px; padding: 0; margin: 5px 0 0 2px; font-size: 11px; border: 0;}.order-view-progress {width: 250px; float: left; margin-left: 100px;}.order-view {float: left; width: 505px;}.order-view .order-view-cont {width: 505px;}.order-view-cont .view-top, .order-view-cont .view-bottom {display: block; height: 10px; width: 505px; background: url(../img/order_view_top.gif) no-repeat; margin: 0 auto; }.order-view-cont .view-bottom {background: url(../img/order_view_bottom.gif) no-repeat;}.order-view-cont .view-content {border-left: 1px solid #6ED7EB; border-right: 1px solid #6ED7EB; margin: 0 auto;}.view-content h3 {text-align: left; margin-left: 10px}.order-view-cont .data-table {width: 495px; margin: 10px auto;}.order-view-cont .data-table thead {height: 22px; }.order-view-cont .data-table th {height: 22px; padding: 0; border: 0; background: #F3F3F3; text-transform: uppercase;}.order-view-cont .data-table tbody td {border: 0; border-bottom: 1px solid #CECECE; padding: 5px 0;}.th-left, .th-right {display: block; height: 22px; width: 7px; }.order-view-cont .data-table .th-right {background: #FFF !important; }.order-view-cont .data-table .th-right img {margin-left: -1px;}.order-view-cont .data-table tfoot td {border: 0;}.order-view-cont .data-table tfoot .a-right {border-top: 1px solid #CECECE; }/* PRESS */.magazinCover { width:122px;height:166px;float:left;margin-right:6px;margin-bottom:7px; background:url(../img/magazin_cover_back.png) no-repeat; }.magazinCover img { border: 1px solid #c8c8c8; }.magazinCoverPopped { border: 1px solid #c8c8c8; cursor:pointer;}/***************************/.clear {	clear: both;	height: 0px;	margin-bottom: 0px;    float: none !important;}a.blueLink {	color: #44C5E1;	font-style: normal !important;	font-size: 13px !important;}.blueLink:hover {	text-decoration: underline;}#mineralBannerContent {    display: block;    visibility: visible;}.spa_info_treatment {	clear: both;}.spa_info_treatment .stat-sparight2-container {	height: auto !important;	float: none !important;	width: auto !important;}.input-box {	position: relative;}p.omoCopy {	position: relative;	float: right;	top: -25px;}span.faceBookLink {	position: relative;	float: left;	top: -28px;	background: transparent url(../images/facebook.png) no-repeat left;	padding: 3px 0 0 15px;}div.verisign {        float:right;        margin-bottom:-56px;        margin-right:300px;}div.paymentSep {        height: 1px;        width: 630px;        background: #a8a8a8;        margin:0 0 10px -155px;        float: left;}img.paymentCardBottom {    margin-top: 10px;}.box3m ul {	list-style: none outside none;	padding: 0 10px;}.faqFooter {	margin: 10px auto;	font: 15px Arial;}.faqFooter a {	color: #06b2d7;}.account-create .col-1 span.welcomeGift {	color: #fff;	font-size: 18px;	text-align: center;	float: none;}.account-create .col-1 .regGift {	background: transparent url(../images/gift_bg.png) no-repeat 10px 3px;	text-align: center;	height: 30px;	padding: 3px 0;}.account-create .col-1 .whatIsThis {	color: #06b2d7;	font-size: 11px;	text-align: right;}.account-create .col-1 .whatIsThis span {	float: none;	margin-right: 10px;	cursor: pointer;}.account-create .col-1 #brownie.regGift {	background: transparent url(../images/brownie_bg.png) no-repeat 0px 3px;	margin-top: 32px;}.giftWrap {	background: transparent url(../img/wrap.png) no-repeat 0px 0px;	width: 234px;	height: 238px;	padding: 5px;	overflow: hidden;}.giftWrap .giftText {	min-height: 136px;	width: 160px;	margin-top: 30px;	margin-left: 75px;	text-align: center;}.giftWrap h3 {	font: 13px Arial !important;	padding-bottom: 30px;	color: #06b2d7;		margin-left: 75px;}.cart-to-other .grey-container .giftWrap button {	margin-left: 75px;}.discount .giftCerts {	padding: 10px 0 3px 0;}.welcomeText {	font: 13px Georgia;	color: #6c6c6c;	padding-bottom: 15px;}.postLogin .spendPengo {	font: 16px Georgia;	color: #06b2d7;	padding-bottom: 10px;}.postLogin .buttonSpend {	background: transparent url(../img/spend_pengo_bg.png) no-repeat 0px 0px;	display: block;	width: 213px;	height: 31px;	text-align: center;	font: bold 16px Georgia;	line-height: 31px;	color: #fff;	margin: 0 auto;	text-decoration: none;}.welcomeImage {	padding: 45px 0 30px 0;}.pressFilter {	margin: 5px auto;	text-align: center;	margin-top: -3px;}.pressFilter ul {	list-style-position: outside;	list-style-type: none;}.pressFilter li {	display: inline;	margin-right: 8px;}.pressFilter li a{	text-transform: capitalize;	font-size: 11px;}.pressFilter li.selected a{	color: #06B2D7;}li.customSelect.bottom{	display: inline-block;}.product_na {	font-style: italic;}.new_view_links a{	text-transform: uppercase;	font-weight: normal;	font-style: normal;	display: block;	margin: 0; padding: 0;	background-repeat: no-repeat;	background-position: left top;	height: 32px; line-height: 32px;	padding-left: 40px;	color: #06b2d7;	text-align: left;	}.new_view_links a:hover{	text-decoration: underline;}.couponInfo {    width: 200px;    margin: 2px auto 8px;}.couponInfo div {    width: 100px;    float: left;    visibility: hidden;    text-align: center;}