/* FreshAirPro.com */

/* Layout ================================================================================= */
.wrapper, .wrapper_left, .wrapper_right, .wrapper_front { width: 100%; position: relative; }
.wrapper { background: #D7F0F3 url(../images/interface/pagebg_sky.png) repeat-x top center; min-width: 970px; }
.wrapper_left { background: transparent url(../images/interface/pagebg_clouds_left.png) no-repeat -5% 20px; }
.wrapper_right { background: transparent url(../images/interface/pagebg_clouds_right.png) no-repeat 105% 130px; }
.wrapper_front { background: transparent url(../images/interface/pagebg_cloud_trans.png) no-repeat 75% 40px; padding-top: 60px; }
.page { width:970px; margin:0 auto; padding-top: 10px; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background: #fff; }
.rounded { background: transparent url(../images/interface/bg_light_round.png) no-repeat bottom center; height: 20px; overflow: hidden; }
.rounded.dark { background-image: url(../images/interface/bg_dark_round.png); }
.main { background: transparent url(../images/interface/bg_light_repeat.png); min-height: 300px; padding: 10px 0 20px 0; }
.main.dark { background-image: url(../images/interface/bg_dark_repeat.png); }

/* Base Columns */ 
.col-left { float:left; width:230px; margin-left: 20px; }
.col-main { float:left; width:680px; margin-left: 20px; position: relative; }
.col-right { float:right; width:230px; margin-right: 20px; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width: 430px; }

/* 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 Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #A6D3DD; }
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:2.5em !important; }
/*button.button::-moz-focus-inner { padding:0; border:0; } *//* FF Fix */
button.button { overflow:visible; width:auto; background:transparent url(../images/interface/buttonbg.png) no-repeat scroll center top; border:1px solid #066A8F; cursor:pointer; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; /*-webkit-border-fit:lines;*/ }
#review-buttons-container button.button, .checkout-types button.button { background-position: center bottom; border:1px solid #4A9520; }
button.button span { display:block; margin:0; padding:0 12px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; line-height: 1.6; }
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; }*/

.instruction { font-size: 90%; font-style: italic; color: #3395AE; }

/* 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:250px; }
.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:250px; }
.group-select .input-box select { width:256px; }

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

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

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

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 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:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { color: #2B646C; }
.breadcrumbs li, .breadcrumbs ul, .breadcrumbs strong { display:inline; }
.breadcrumbs a { color: #2B646C; }
.breadcrumbs.empty { height: 10px; visibility: hidden; }

/* Page Heading */
.page-title { }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { position: relative; margin: 0 5px 10px 5px; padding: 3px 10px; line-height: 2em; text-align:center; border: 1px solid #A6D3DD; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; background: url(../images/interface/diagbg.png); }
.pager p { margin: 0; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin: 0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { float: right; }
.sorter fieldset {  }
.sorter p { margin: 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border-top:1px solid #3E8C97; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border-top:1px solid #3E8C97; }
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td {}
.data-table tbody.even {}
.data-table tbody.even td {}
.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; }
.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-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; }

/* Lists Decoration */
li.odd {}
li.even {}
dt.odd,
dd.odd {}
dt.even,
dd.even {}

/* Class: std - styles for admin-controlled content */
.std { margin: 0; padding: 0; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1.5em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; margin-left: 1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; margin-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; }

/* Downloadable Content Links */
.downloads { margin: 0 0 25px 0; }
.download { clear:left; font-size:14px; line-height:32px; margin-bottom:3px; }
.download a { text-decoration: none; }
.download img { vertical-align: middle; margin-right: 8px; }
.download span, .download a span { font-size: 12px; color: #999; }
.sidebar .download { border: 1px solid #A6D3DD; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; background: #fff; padding: 10px 5px; }
.sidebar .download a { line-height: 1.1; display: block; padding-left: 38px; background: transparent url(../images/interface/download_arrow.png) no-repeat left top; }
.sidebar .download a span { display: block; color: #999; }

/* Awards */
.award { width:100%;overflow:hidden;margin-bottom:1em; border-bottom: 1px solid #D6E5E7; }
.award img { float:left;margin: 0 1em 1em 0; }
.award p { margin-left: 110px; text-align: justify; }
.awardshort .award p { margin-left: 60px; }

/* Floating */
img.alignleft { float: left; margin: 2px 8px 0 0; }
img.alignright { float: right; margin: 2px 0 0 8px; }

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


/* Header ================================================================================ */
body > .header_container { position: fixed; top: 0; left: 0; }
.header_container { background-color: #fff; height: 60px; width: 100%; z-index: 10005; }
.header_shadow { position: fixed; top: 60px; left: 0; background: transparent url(../images/interface/header_shadow.png) repeat-x top center; height: 4px; width: 100%; z-index: 10001; }
.header { width: 970px; margin: 0 auto; position: relative; }
.header #logo { display: block; width: 236px; height: 33px; background: url(../images/interface/freshair_logo_header.png) no-repeat 0 0; float: left; margin-top: 14px; }
.header #logo img { display: none; }
.header_action { float: right; height: 60px; width: 715px; }

.header .customer_links { float: right; background: #5CC0CE; height: 60px; text-align: right; padding: 0 6px 0 12px; }
.header .customer_links ul { padding-top: 3px; }
.header .customer_links li { line-height: 13px; font-size: 10px; text-transform: uppercase; }
.header .customer_links a { color: #fff; text-decoration: none; }

/*.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }*/

.header #cart_mini { display: block; float: right; background: #fff url(../images/interface/arrow_blue.png) no-repeat 0 44px; width: 60px; height: 60px; padding: 0; margin: 0; font-family: Georgia, Serif; text-align: center; position: relative; }
.header #cart_mini span, .header #cart_mini_buttons span { display: none; }
.header #cart_mini a.miniqty { display: block; line-height: 1em; font-size: 34px; width: 60px; position: absolute; bottom: 5px; left: 0; text-decoration: none; }
.header #cart_mini a.miniqty span { display: block; font-size: 10px; line-height: 12px; text-transform: uppercase; font-family: arial, sans-serif; }
.header #cart_mini_buttons { position: absolute; top: 60px; right: 0; text-align: left; overflow: hidden; height: 20px }
.header #cart_mini_buttons a { display: block; height: 20px; text-indent: -9999px; float: right; margin-left: 5px; }
.header #cart_mini_buttons a.mini_view { width: 32px; background: transparent url(../images/interface/view_down.png) no-repeat top center; }
.header #cart_mini_buttons a.mini_checkout { width: 56px; background: transparent url(../images/interface/mini_checkout.png) no-repeat top center; }

/* Front Page Flash BG */
.widget_container, .widget_container a { color: #5CC0CE; text-align: center; }
.widget_container { height: 340px; background: transparent url(../images/interface/translogo_large.png) no-repeat center center; }

/********** < Navigation */
#nav { position: relative; float: left; width: 530px; font-size:11px; padding: 0; margin: 10px 0 0 0; text-transform: uppercase; }

/* All Levels */
#nav li { text-align:left; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav li li.parent {}

/* 0 Level */
#nav li, #nav a { float:left; height: 20px; }
#nav li a.active { color:#06678B; }
#nav li { margin-right: 5px; }
#nav li.nav-learn { margin-right: 1px; padding-left: 6px; background: transparent url(../images/interface/header-nav-buttons-divider.png) no-repeat top left; }
#nav li.nav-support { margin-right: 0; }
#nav a { background: transparent url(../images/interface/header-nav-buttons.png) no-repeat top left; text-indent: -9999px; width: 95px; }

#nav li.nav-purifiers a { background-position: 0 0; }
#nav li.nav-purifiers a:hover, #nav li.nav-purifiers a.active { background-position: 0 -20px; }
#nav li.nav-hvac-filters a { background-position: -95px 0; }
#nav li.nav-hvac-filters a:hover, #nav li.hvac-filters a.active { background-position: -95px -20px; }
#nav li.nav-eco-home a { background-position: -190px 0; }
#nav li.nav-eco-home a:hover, #nav li.nav-eco-home a.active { background-position: -190px -20px; }
#nav li.nav-testing a { background-position: -285px 0; width: 95px; }
#nav li.nav-testing a:hover, #nav li.nav-testing a.active { background-position: -285px -20px; }

#nav li.nav-learn a { background-position: -380px 0; width: 60px; }
#nav li.nav-learn a:hover, #nav li.nav-learn a.active { background-position: -380px -20px; }
#nav li.nav-support a { background-position: -440px 0; width: 60px; }
#nav li.nav-support a:hover, #nav li.nav-support a.active { background-position: -440px -20px; }

/* Brands */
#nav li.nav-iqair, #nav li.nav-blueair, #nav li.nav-austin-air, #nav li.nav-allerair, #nav li.nav-airgle, #nav li.nav-amaircare, #nav li.nav-coway, #nav li.nav-purenight { position: absolute; top: 26px; height: 15px; margin: 0; }

#nav li.nav-iqair { left: 0; background: url(../images/interface/shop-brands-arrow.png) no-repeat center left; width: 84px; }
#nav li.nav-iqair a { margin-left: 48px; background-position: 0 -40px; width: 36px; height: 15px; }
#nav li.nav-iqair a:hover, #nav li.nav-iqair a.active { background-position: 0 -55px; }

#nav li.nav-blueair { left: 84px; width: 47px; }
#nav li.nav-blueair a { background-position: -36px -40px; width: 47px; height: 15px; }
#nav li.nav-blueair a:hover, #nav li.nav-blueair a.active { background-position: -36px -55px; }

#nav li.nav-austin-air { left: 131px; width: 60px; }
#nav li.nav-austin-air a { background-position: -83px -40px; width: 60px; height: 15px; }
#nav li.nav-austin-air a:hover, #nav li.nav-austin-air a.active { background-position: -83px -55px; }

#nav li.nav-allerair { left: 191px; width: 47px; }
#nav li.nav-allerair a { background-position: -143px -40px; width: 47px; height: 15px; }
#nav li.nav-allerair a:hover, #nav li.nav-allerair a.active { background-position: -143px -55px; }

#nav li.nav-airgle { left: 238px; width: 41px; }
#nav li.nav-airgle a { background-position: -190px -40px; width: 41px; height: 15px; }
#nav li.nav-airgle a:hover, #nav li.nav-airgle a.active { background-position: -190px -55px; }

#nav li.nav-amaircare { left: 279px; width: 61px; display: none; }
/*#nav li.nav-amaircare a { background-position: -231px -40px; width: 61px; height: 15px; }
#nav li.nav-amaircare a:hover, #nav li.nav-amaircare a.active { background-position: -231px -55px; }*/

#nav li.nav-coway { left: 279px; width: 44px; }
#nav li.nav-coway a { background-position: -292px -40px; width: 44px; height: 15px; }
#nav li.nav-coway a:hover, #nav li.nav-coway a.active { background-position: -292px -55px; }

#nav li.nav-purenight { left: /*384px*/ 323px; width: 60px; }
#nav li.nav-purenight a { background-position: -336px -40px; width: 60px; height: 15px; }
#nav li.nav-purenight a:hover, #nav li.nav-purenight a.active { background-position: -336px -55px; }

/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin-bottom: 20px; }
/*.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 {  }
.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 { margin: 0; }
.block-layered-nav h2 { text-transform: capitalize; }
.block-layered-nav h3 { }
.block-layered-nav dt { margin:0; padding: 0; font-size:1.4em; }
.block-layered-nav dd { padding: 0 0 12px 0; }
.block-layered-nav dd li { margin-bottom:.3em; line-height:1.3em; color: #77C3CD; }
.block-layered-nav .label { font-weight:bold; padding-left: 8px; }
.block-layered-nav ol.currently li { font-size: .9em; line-height: 20px; margin-bottom: 4px; height: 20px; overflow: hidden; width: 230px; background: transparent url(../images/interface/filter-left.png) no-repeat center center; }
.block-layered-nav ol.currently li a { margin: 0; float: right; width: 20px; height: 20px; overflow: hidden; background: url(../images/interface/filter-right-x.png) no-repeat top left; }
.block-layered-nav ol.currently li a:hover { background-position: bottom left; }
.block-layered-nav ol.currently li a img { display: none; }
.block-layered-nav .actions { margin-bottom: 10px; }
.block-layered-nav .actions a { float: right; font-size: .9em; text-decoration: none; margin-right: 8px; }
.block-layered-nav a { text-decoration: none; border-bottom: 1px dotted #77C3CD; }
.block-layered-nav .active { font-weight: bold; }

.block-nav .block-content li { display: block; margin-bottom: 3px; width: 230px; }
.block-nav .block-content a { display: block; padding: 0 0 0 25px; text-decoration: none; font-size: 1.1em; line-height: 30px; background: transparent url(../images/interface/right-menu-arrow.png) no-repeat 0 0; color: #fff; }
.block-nav .block-content a:hover { color: #fff; background-position: 0 -30px; text-decoration: none; }
.block-nav .block-content a.active, .block-nav .block-content a.active:hover { color: #fff; background-position: 0 -60px; }

/* Isolate Media & Download Links */
li.sidenav-learn-iqair-downloads,
li.sidenav-iqair-iqair-replacement-filters,
li.sidenav-blueair-blueair-replacement-filters,
li.sidenav-austin-air-austin-air-replacement-filters,
li.sidenav-allerair-allerair-replacement-filters
	{ border-top: 1px dotted #B1D9E1; padding-top: 10px; margin-top: 10px; }

/* Block: Cart */
.block-cart {}
.block-cart .amount { font-size: 90%; line-height: 1.6; display: block; margin: 6px 0 12px 0; padding: 6px 0; font-weight: normal; border: 1px solid #49A2AF; border-left: none; border-right: none; }
.block-cart .subtotal {  }

.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 h5 { 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 h2 { margin-bottom: 0; }
.block-related .note { margin: 0; background: #ffd; padding: 6px; line-height: 1.1; font-size: 90%; }
.block-related li { padding: 10px 0 0 0; display: block; width: 100%; overflow: hi; background: transparent; border-bottom: 1px dotted #A6D3DD; }
.block-related input.checkbox { float:right; }
.block-related div.item { margin-right:20px; }
.block-related strong a { text-decoration: none; font-size: 1.1em; line-height: 1.2; display: block; }
.block-related .item .product-image { float: left; margin: 5px 5px 10px 0; border: 1px solid #A6D3DD; }
.block-related p {
	margin: 0;
}

/* 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 { text-align: left; color: #fff; padding: 0 10px; }
.block-subscribe h2 { color: #fff; }

/* 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 */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {  }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even {  }
.products-grid td { width:25%; padding: 0 5px 15px 5px; }
.products-grid td.empty {}
.products-grid .product-image { border: 1px solid #A6D3DD; display: block; border-bottom: none;}
.products-grid .product-image img { border: 9px solid #fff; display: block; }
.products-grid .price-label { display: none; }
.products-grid h3.product-name { display: block; font-size: 1em; margin-bottom: 5px; font-weight: bold; line-height: 1.2; text-align: center; }
.products-grid#new-products-list-table { width: 660px; }
.products-grid#new-products-list-table td { width:25%; padding: 0 0 5px 5px; }

.products-grid .product-details-link { background: #fff; padding-bottom: 9px; overflow: hidden; line-height: 1; border: 1px solid #A6D3DD; border-top: none; }
.products-grid .product-details-link a.details-link { float: right; padding-right: 8px; }
.products-grid .product-details-link .price-box { float: left; width: 60px; padding: 5px 0 0 8px; }
.products-grid .product-details-link .price-box .old-price { color: #ccc; }
.products-grid .product-details-link .price-box .special-price { color: #67C1CD; }

/* Rounded Product Grids */
.products-grid .product-image, .products-grid .product-image img { border-radius-topleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-radius-topleft: 8px; border-radius-topright: 8px; -moz-border-radius-topright: 8px; -webkit-border-radius-topright: 8px; }
.products-grid .product-details-link { border-radius-bottomleft: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-radius-bottomleft: 8px; border-radius-bottomright: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-radius-bottomright: 8px; }

/* View Type: List */
.products-list li.item { padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:275px; }
.product-view .product-img-box .main-view { height: 275px; background: url(../images/opc-ajax-loader.gif) no-repeat center center; }
.product-view .product-img-box .product-image img { display: block; background-color:#fff; border: 1px solid #ddd; padding: 9px; -moz-border-radius:4px; -webkit-border-radius:4px;  }
.product-view .product-img-box .product-image a:hover img { border-color: #A6D3DD; }

.more-views { padding: 0; border-left: none; border-right: none; width: 100%; overflow: hidden; }
.more-views ul { margin-left: -5px }
.more-views li { float:left; margin: 5px 0 0 5px; }
.more-views li img { display: block; background-color:#fff; padding: 2px; border: 1px solid #ddd; -moz-border-radius:4px; -webkit-border-radius:4px; }
.more-views li a:hover img, .more-views li a.active img { border-color: #A6D3DD; }

/* Product Shop */
.product-view .product-shop { float:right; width:385px; }
.product-view .product-shop .availability { float: right; display: block; width: 175px; text-align: right; }
.product-view .product-shop .special-price { font-size: 120%; border-bottom: 2px solid #A6D3DD; margin-bottom: 10px; padding-bottom: 10px; }
.product-view .product-name {}
.product-view .short-description { margin-bottom: 10px; }

#product_video { margin: 20px 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; }

/* Front Page Brands Display */
#brands_display { display: block; background: #EFF9FA url(../images/interface/brands_alpha.jpg) no-repeat top center; width: 969px; position: relative; margin: 0; padding: 0 0 0 1px; overflow: hidden; font-size: 90%; }
#brands_display li { display: block; width: 138px; float: left; list-style: none; }
#brands_display li a { display: block; height: 162px; overflow: hidden; text-indent: -9999px; }
#brands_display li ul { margin: 0; padding: 0; }
#brands_display li ul li { border-bottom: 1px solid #A6D3DD; margin: 0 4px; width: 130px; text-align: center; display: inline; }
#brands_display li ul a { height: auto; text-indent: 0; padding: 5px 0; line-height: 1; text-decoration: none; }
#brands_display li ul a:hover { text-decoration: underline; }


/* 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 {}
.price-box p { margin: 0; }
.price-box .price { font-weight:bold; }

.price-box-bundle {}

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

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

/* Special price */
.special-price { color: #55A624; }
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

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 { font-size: .9em; }
.add-to-links li { display: inline; }
/*.add-to-links .separator { display:none; }*/

/* Add to Cart */
.add-to-cart label { float:left; margin: 4px 5px 0 0; }
.add-to-cart .qty { float:left; margin: 3px 0 0 0; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box, .add-to-box-options { padding: 10px 0; margin: 0 0 10px 0; border: 3px solid #A6D3DD; border-left: none; border-right: none; border-bottom-width: 1px; overflow: hidden; }
/*.add-to-box .add-to-cart, .add-to-box-options .product-options-bottom { float:left; }
.add-to-box .or, .add-to-box-options .or { float:left; margin: 4px 10px 0 10px; }
.add-to-box .add-to-links, .add-to-box-options .add-to-links { float:left; margin: 4px 0 0 0; }*/

/* Product Options */
.product-options { border-bottom: 1px solid #A6D3DD; padding-bottom: 10px; margin-bottom: 10px; overflow: hidden; }
.product-options dt { float: left; width: 70px; }
.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: 0 0 0 80px; }
.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; }

/* Grouped Product */
.grouped-items {}

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

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* 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 ================================================================= */
h3.product-name { display: block; font-size:1.1em; font-weight:bold; line-height:1.4; margin: 5px 0; padding: 0; }
h3.product-name a { text-decoration: none; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* 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:center; }
.cart .checkout-types li { padding: 10px 0; }

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

/* 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 */
.opc { border-bottom:1px solid #EFF9FA; position:relative; }
.opc li.section { border:1px solid #EFF9FA; border-bottom:0; }
.opc .step-title { background-color:#3E8C97; padding:0 5px; text-align:right; color: #fff; }
.opc .step-title .number { float:left; line-height: 28px; margin-right:5px; }
.opc .step-title h3 { float:left; color: #fff; padding: 0; margin: 0; line-height: 28px; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#47901F; cursor:default; }
.opc .step { border-top:1px solid #EFF9FA; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

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

.please-wait { float:right; 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 {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.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 .new-users {}
.account-login .registered-users {}

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


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

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

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

.pre_footer_container { width: 100%; background: #D7F0F3; position: relative; }
.pre_footer { width: 990px; margin: 0 auto; background: transparent; }
.pre_footer_content { margin-left: 10px; background: #EFF9FA; overflow: hidden; }
.pre_footer .newsletter_content { background: transparent url(../images/interface/newsletter-bg-bottom.png) no-repeat bottom right; width: 260px; float: right; padding: 10px 0 16px 0; }
.pre_footer .newsletter_content h2 { background-color: transparent; padding: 0; }
.pre_footer .newsletter_content .input-box { float:left; width:130px; padding-top: 3px; }
.pre_footer .newsletter_content .input-box input { width:125px; }
.pre_footer .newsletter_content .button { float: right; }
.pre_footer .link_content { float: left; width: 695px; margin-left: 20px; padding: 0; }

.footer_container { background: #3E8C97 url(../images/interface/pagebg_flow.png) repeat-x top center; width: 100%; }
.footer { width: 970px; margin: 0 auto; padding: 80px 0 50px 0; text-align: left; color: #fff; background: transparent url(../images/interface/pagebg_flow_cont.png) no-repeat top center; }
.footer a { color: #fff; }
.footer a:hover { color: #96D4DD; }
.footer h3 { color: #fff; font-size: 1.5em; font-weight: normal; margin-bottom: 10px; line-height: 1em; text-transform: uppercase; }
.footer h4 { color: #96D4DD; font-size: 90%; font-weight: normal; line-height: 1em; text-transform: uppercase; margin: 0; }

.footer p { text-align:left; }
.footer address { text-align:left; }
.footerlinks  { float: left; width: 65%; }
.footercats { font-size: 90%; line-height: 1.6; }
/*.footercats ul li.level0 { float: left; width: 150px; }
.footercats ul ul { float: left; width: 140px; margin-left: 8px; }*/
.footercats.simple ul, .footercats.simple li, .footerblock ul, .footerblock li { display: inline; padding: 0; margin: 0; text-transform: uppercase; }
.footercats.simple li a { margin-right: 5px; color: #fff; text-decoration: none; }
.footercats.simple li.level0 { display: block; margin-top: 6px; padding-top: 6px; font-weight: normal; border-top: 1px solid #49A2AF; }
.footercats.simple li.level0.over a { color: #96D4DD; }
.footercats.simple li.level0.over li a { color: #96D4DD; }
.footercats.simple li.level1 {  }
.footercats.simple li.level1 a { color: #96D4DD; background: transparent; }
.footercats.simple li.level1 a:hover { color: #fff !important; }
.footercats.simple li.active a, .footercats.simple li.level1.active a { border-bottom: 1px solid #49A2AF; }
.footercats.simple li.active li a { border: none; }
.footercats.simple ul.level1 { display: none; }

.footerblock { font-size: 90%; margin: 6px 0 0 0; padding: 6px 0; border: 1px solid #49A2AF; border-left: none; border-right: none; clear: both; }
.footerblock a { text-decoration: none; margin-right: 5px; color: #fff; }
.footerblock a:hover { color: #96D4DD; }

.footer .legality { font-size: 85%; color:#5CAFBA; margin: 10px 0; clear: both; text-transform: uppercase; }
.footer .legality a, .footer .legality a:hover { color:#5CAFBA; }

.footer .footercart { float: right; width: 30%; }


/* Galleries */
/* the large image. we use a gray border around it */
#img {
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) /*url(/img/global/gradient/h80.png) repeat-x*/;		
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:675px;	
	min-height:200px;
	border:10px solid #fff/*rgba(82, 82, 82, 0.698)*/;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-20px;
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}
