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

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

body {
    font-size: 12px;
    line-height: 1.3;
    font-family:'grotesque_mtregular', arial, sans-serif;
    color: #58595c;
    background: #fff;
    min-width: 760px;
}

body, html { height: 100%; }

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

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

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

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

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

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.shell { width: 1140px; margin: 0 auto; }
.wrapper {}
/*.page { width:1140px; margin:0 auto; padding:10px 0; text-align:left; }*/
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
/*.main { margin:10px 0; }*/

/* Base Columns */
.col-left { float:left; width:230px; border:1px solid #a7c4d2; padding:5px 5px 0; }
.col-main { float:left; width:736px; border:1px solid #a7c4d2; padding:5px; }
.col-right { float:right; width:230px; border:1px solid #a7c4d2; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; border: none; padding:0px !important; }

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

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

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

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font-size:12px;font-family: 'conduititcmedium',arial,sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #a7c4d2; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #a7c4d2; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
/*input.qty { width:2.5em !important; }*/
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:21px; line-height:18px; background: #58595c; -webkit-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; padding:0 0 0 8px;font-size:14px;font-family: 'conduititcmedium',arial,sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.btn-checkout span{ background:#e69333 !important;}
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}

button.btn-style { color: #fff; background-color: #58595c; padding: 5px 10px; font: normal 14px/18px 'conduititcmedium', arial, sans-serif; text-transform: uppercase; -webkit-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; }

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

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

@font-face {
    font-family: "iconfont";
    src: url('http://www.guideboat.com/skin/frontend/gbc/default/css/webfonts/iconmoon/fonts/icomoon.eot');
	src: url('http://www.guideboat.com/skin/frontend/gbc/default/css/webfonts/iconmoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'),        
       url('http://www.guideboat.com/skin/frontend/gbc/default/css/webfonts/iconmoon/fonts/icomoon.woff') format('woff'),
       url('http://www.guideboat.com/skin/frontend/gbc/default/css/webfonts/iconmoon/fonts/icomoon.ttf')  format('ttf'),
       url('http://www.guideboat.com/skin/frontend/gbc/default/css/webfonts/iconmoon/fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


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

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

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

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

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

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

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

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

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

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

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

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

.buttons-set-order {}

.fieldset { border:1px solid #a7c4d2; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

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

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

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

/* BreadCrumbs 
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }*/

/* Page Heading */
.page-title { border-bottom:1px solid #a7c4d2; padding:0 0 5px; margin:10px 0 10px; }
.page-title .paypal-logo{display:none;}
.page-title h1,
.page-title h2 { color: #7799A9; font-weight: normal; text-transform: uppercase; letter-spacing: 2px; font-family: 'tw_cen_mt_stdregular', arial, sans-serif; font-size: 15px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

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

/* Sorter */
.sorter { border:1px solid #a7c4d2; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { font-size: 14px;letter-spacing: 1px; font-family: 'tw_cen_mt_stdregular',arial,sans-serif; color: #6D6E70; }
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #a7c4d2; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #a7c4d2; }
.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 { background-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 {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }


.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #a7c4d2; 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(http://www.guideboat.com/skin/frontend/gbc/default/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; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* ======================================================================================= */


/* Header ================================================================================ */
.header { position: relative; height: 155px; border-bottom: 1px solid #99b3bf; margin-bottom: 10px;}

.top-nav { position: absolute; top: 5px; right: 15px; }
.top-nav ul { list-style: none; display:inline-block; float: left; }
.top-nav ul li { display: inline; text-transform: capitalize; letter-spacing: 1px; padding-left: 20px; font-family: 'grotesque_mtregular', arial, sans-serif; }
.top-nav ul li a { color: #6d6e71; }
.top-nav ul li a:hover { text-decoration: none; color: #000;}

.logo { width: 346px; font-size: 0; line-height: 0; position: absolute; bottom: -5px; left: 50%; margin-left: -173px; }	
.logo a { background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/logo.png) no-repeat 0 0; height: 107px; display: block; text-indent: -4000px; }
.logo a:hover { transition: none; -webkit-transition: none; }

.add-to-cart:hover
{ text-decoration: none; opacity: 0.6; -moz-opacity: 0.6; filter:alpha(opacity=60); }

/* Top Cart */
.top-cart { background-color: #fff; z-index: 500 !important; position: relative; float: right; font-size: 10px; }
.top-cart .block-title { font-size: 12px; color: #6d6e71; }
.top-cart .block-title strong { font-weight: normal; text-transform: uppercase; margin-left: 20px; }
.top-cart .block-title strong:hover { cursor: pointer; }
.top-cart #topCartContent { width: 250px; padding: 16px 16px 6px; border: 1px solid #99b3bf; position: absolute; right: 0; background-color: #fff; margin-top: 16px; }
.top-cart .block-subtitle { display: none; }
.top-cart .btn-remove { position: absolute; top: 0; right: 0; }
.top-cart .btn-edit { position: absolute; top: 21px; right: 0; }
.top-cart .paypal-logo { display: none; }
.top-cart button span { background: #e69333; width: 95%; height: auto; }
.top-cart button span span { padding: 6px 12px 6px 4px; font-size: 18px; }
.top-cart button.cart-link span { background-color: #7799a9; }
.top-cart button.cart-link span span { background-color: #7799a9; }
.top-cart button { margin-bottom: 10px; width: 100%; }
.top-cart button:hover { opacity: .6; }
.top-cart .product-name { margin-bottom: 3px; padding-right: 16px; }
.top-cart .product-name a { font-size: 12px; color: #7799a9; }
.top-cart .mini-products-list li { display: block; padding: 0; margin-bottom: 15px; position: relative; }
.top-cart .mini-products-list li:last-child { margin-bottom: 0; }
.top-cart .subtotal { margin: 15px 0; font-size: 12px; text-align: center; text-transform: uppercase; }
.top-cart .subtotal span { display: inline; }
.top-cart .subtotal .label { font-weight: bold; }
.top-cart .price { display: block; margin-bottom: 3px; }
.top-cart .product-qty { margin-bottom: 3px; }
.top-cart .mini-products-list .item-options li { margin-bottom: 3px; }
.top-cart .actions { text-align: center; }
.top-cart .actions .paypal-checkout-or { display: none; }
.top-cart .actions .paypal-checkout { display: none; }
.top-cart .actions .paypal-checkout img:hover,
.top-cart .actions button:hover { opacity: 0.6; -moz-opacity: 0.6; }
.top-cart .item-options { float: none; }
.top-cart .item-actions .item-remove,
.top-cart .item-actions .item-edit { float: left; color: #7799a9; }
.top-cart .item-actions .item-remove { float: left; margin-right: 20px; }
.top-cart .notch {
    position: absolute;
    top: -10px;
    right: 20px;
    margin: 0;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #99b3bf;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
    /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

/********** < Navigation */

.navigation { padding-bottom: 5px; padding-top: 8px; position: relative; z-index: 100;}
.navigation ul { list-style: none; text-align: center; }
.navigation ul li { display: inline; padding: 0 30px; font-size: 15px; text-transform: uppercase; font-family: 'tw_cen_mt_stdregular', arial, sans-serif; position: relative; }/*2014-01-13 7-41px 8-30px*/
.navigation ul li:first-child { padding-left: 0; padding-right: 30px; }/*2014-01-13 7-41px 8-30px*/
.navigation ul li:last-child { padding-right: 0; padding-left: 30px; }/*2014-01-13 7-41px 8-30px*/
.navigation ul li a { color: #7799a9;  letter-spacing: 1px;}
.navigation ul li a.active,
.navigation ul li.hover a.hover,
.navigation ul li a:hover { text-decoration: underline; }

.navigation li .dropdown { position: absolute;  left: 50px; top: 18px; display: none;}
.navigation li:first-child .dropdown { left: 0; }
.navigation li:last-child .dropdown { left: auto; right: 2px; }

.navigation li .dropdown > ul { list-style: none; background: #fff; padding: 13px 10px 10px; text-align: left; min-width: 140px; -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);}
.navigation li .dropdown > .ul-live-life { list-style: none; background: #fff; padding: 13px 10px 10px; text-align: left; min-width: 185px; -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);}/*2013-10-22*/
.navigation li .dropdown > ul > li { display: block; padding: 0;  text-transform: none; }
.navigation li .dropdown > ul > li h3 { font-size: 14px; font-family: 'tw_cen_mt_stdregular', arial, sans-serif; font-weight: normal; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 3px;}
.navigation li .dropdown > ul > li .dd-entry p { color: #6f6f6f; font-family: 'tw_cen_mtitalic', arial, sans-serif; }
.navigation li .dropdown > ul > li .dd-entry img { padding-bottom: 3px; }

.navigation li .dropdown > ul > li ul { text-align: left; padding-bottom: 5px;}
.navigation li .dropdown > ul > li ul li { padding: 0; display: block; font-size: 12px;}
.navigation li .dropdown > ul > li ul li a,.navigation li .dropdown small { color: #6f6f6f; letter-spacing: 2px; }
.navigation li .dropdown > ul > li ul li a:hover { color: #000; }
.navigation li .dropdown > ul > li ul li a small { font-family: 'tw_cen_mtitalic', arial, sans-serif; text-transform: none; display: block; text-align: right;}

.navigation li .dropdown > ul > li ul li + li { padding-top: 1px; }


/* Sidebar =============================================================================== */
.block { border:1px solid #a7c4d2; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #a7c4d2; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

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

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #a7c4d2; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* 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-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* 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 .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* 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 .product-name { margin-left:20px; }

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

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

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


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

/* View Type: Grid */
.products-grid { border-bottom:1px solid #a7c4d2; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
.old-price,.special-price{display:inline;}
.old-price  .price{text-decoration:line-through;}
.special-price{color:#f00 !important;text-transform:uppercase;margin-left:10px;}
/* View Type: List */
.products-list li.item { border-bottom:1px solid #a7c4d2; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


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

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

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

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

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #a7c4d2; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

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

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

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

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

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

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

/* RSS */
.rss-title h1 { background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { width: 1040px; margin: 50px auto; }

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float: right; margin:0 0 5px 5px; }
.cart .title-buttons .checkout-types li span.paypal-checkout-or { float: left; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-family: "Myriad Pro", sans-serif; font-weight: bold; color: #7799A9; padding: 5px 0; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #a7c4d2; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}
.cart-collaterals .discount .discount-form label { display: block; margin-bottom: 5px; }

/* Shopping Cart Totals */
.cart .totals { }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* 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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #a7c4d2; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }

.cart .page-title h1 { font-size: 18px; }
.cart .page-title button.btn-proceed-checkout { background-color: #e69333; width: 150px; }
.cart .page-title .checkout-types { display: none; }
.cart .page-title .checkout-types li { margin-left: 10px; }
.cart .page-title .checkout-types li span { line-height: 28px; }
.cart .page-title .checkout-types li a { margin-right: 5px; }

.cart .cart-left { float: left; width: 70%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.cart .cart-right { float: right; width: 30%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 20px; }
.cart .cart-right h2 { margin-bottom: 5px; }
.cart .cart-right .discount,
.cart .cart-right .shipping,
.cart .cart-right .totals { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #a7c4d2; }
.cart .cart-right .totals td strong { font-weight: normal; }

.cart #shopping-cart-table .item-options dt { font-weight: normal; font-style: normal; }

.cart #shopping-cart-table tfoot td { border: none; padding: 10px 0; }
.cart #shopping-cart-table tfoot button { padding: 5px 25px; }
.cart #shopping-cart-table tfoot button.btn-update,
.cart #shopping-cart-table tfoot button.btn-empty { background-color: #7799a9; }
.cart #shopping-cart-table tfoot button.btn-continue,
.cart #shopping-cart-table tfoot button.btn-update { margin-right: 10px; }

.cart .cart-right h2 { font-size: 16px; }

.cart .cart-right .discount .discount-form label { display: block; margin-bottom: 10px; }
.cart .cart-right .discount .discount-form #coupon_code { float: left; width: 58%; height: 28px; }
.cart .cart-right .discount .discount-form button { float: right; width: 40%;}

.cart .cart-right .shipping p { margin-bottom: 10px; }
.cart .cart-right .shipping .input-box { width: 100%; }
.cart .cart-right .shipping .shipping-form #postcode { float: left; width: 58%; height: 28px; }
.cart .cart-right .shipping .shipping-form button { float: right; width: 40%; }
.cart .cart-right .shipping .shipping-form .form-list label { margin-bottom: 5px; }
.cart .cart-right .shipping .shipping-form .sp-methods dt { margin-bottom: 5px; }
.cart .cart-right .shipping .shipping-form .sp-methods dd { margin-bottom: 10px; }
.cart .cart-right .shipping .shipping-form .sp-methods dd li { margin-bottom: 5px; }
.cart .cart-right .shipping .shipping-form .sp-methods dd li:last-child { margin-bottom: 0; }

.cart .cart-right .checkout-types { float: none; }
.cart .cart-right .checkout-types button.btn-proceed-checkout { background-color: #e69333; }
.cart .cart-right .checkout-types li { float: right; width: 60%; padding-left: 10px;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.cart .cart-right .checkout-types li:last-child { float: right; padding: 0; width: 40%; }
.cart .cart-right .checkout-types li a { float: right; }
.cart .cart-right .checkout-types li span { float: left; line-height: 28px; }
.cart .cart-right .checkout-types li button { width: 100%; }
/* ======================================================================================= */


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

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

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

#customerbalance_placer { padding: 0 0 15px 0; } 

/* Tooltip */
.tool-tip { border:1px solid #a7c4d2; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
#checkoutSteps .gift-messages h3 { letter-spacing: 0px; }
.gift-messages-form { border:1px solid #a7c4d2; background-color:#f5f5f5; padding: 10px; margin-top: 10px; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}
.section .gift-messages-form h4 { text-align: left; color: #7799A9; font-family: 'tw_cen_mt_stdregular',arial,sans-serif; font-size: 15px; font-weight: normal; margin-bottom: 2px; }
.section .gift-messages-form p { margin-bottom: 10px; }

.gift-message-link { display:block; background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/bkg_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; }

/* Gift Card */
.giftcard-form .availability { margin-bottom: 10px; }
.giftcard-form .form-list .field,
.giftcard-form .form-list .input-box { width: 100%; }
.giftcard-form .form-list input,
.giftcard-form .form-list textarea,
.giftcard-form .form-list select { display: block; width: 75%; padding: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.giftcard-form .form-list label { display: inline-block; letter-spacing: normal; float: none; font-weight: normal; color: #6d6e71; font-size: 16px; font-family: 'Myriad Pro', arial, sans-serif; margin-bottom: 5px; }
.giftcard-form .form-list li { margin-bottom: 10px; }
.giftcard-form #giftcard_amount_box { margin-bottom: 10px; }
.giftcard-form #giftcard_amount_box .notice span { font-weight: normal; font-size: 12px; }
.giftcard-form .giftcard-send-form { margin-bottom: 20px; }

/* Gift Card Cart */
.cart-collaterals .giftcard #giftcard-form label { display: block; margin-bottom: 5px; }
.cart-collaterals .giftcard #giftcard-form input { display: block; margin: 0 0 10px 0; font-family: 'grotesque_mtregular', arial, sans-serif; font-size: 12px; border-radius: 8px 8px 8px 8px; position: relative; border: 1px solid rgb(182, 183, 184); color: rgb(109, 110, 113); text-transform: uppercase; float: left; width: 58%; height: 28px; padding: 5px; box-sizing: border-box; }
.cart-collaterals .giftcard #giftcard-form button { float: right; }
.cart-collaterals .giftcard #giftcard-form button:first-of-type { width: 40%; color: #FFF; background-color: #58595C; padding: 5px 10px; font: 14px/18px "conduititcmedium",arial,sans-serif; text-transform: uppercase; border-radius: 8px; } 
.cart-collaterals .giftcard #giftcard-form button.check-gc-status { clear: both; }
.cart-collaterals .giftcard { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #A7C4D2; }

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

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #a7c4d2; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

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

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

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

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { padding: 0 5px; text-align: left; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }

.opc .active { padding-bottom: 0; }
.opc .active .step-title { cursor:default; padding-bottom: 20px; } 

.opc .step { border-top:1px solid #a7c4d2; padding:20px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

.opc .section { font: normal 12px/16px arial, sans-serif; }

.opc .form-list label { font-weight: normal; margin-bottom: 5px; }
.opc .form-list input { padding: 5px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.opc .form-list input[type="radio"] { height: 16px; }
.opc .form-list input[type="checkbox"] { height: 15px; }
.opc .form-list select { height: 26px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }

.opc .buttons-set { text-align: left; padding: 5px 0; }
.opc .buttons-set button { float: none; display: block; width: 150px; margin-bottom: 10px; }
.opc .buttons-set p.required { text-align: left; font-size: 12px; }

.opc .sp-methods input[type="radio"] { height: 16px; }

.opc #opc-billing .buttons-set button { margin-bottom: 0; }

.opc #opc-login h4 { margin-bottom: 10px; }
.opc #opc-login #login-form .form-list li:last-child { margin-bottom: 5px; }
.opc #opc-login .checkout-user { margin-bottom: 20px; }
.opc #opc-login .account-benefits li { list-style: disc; margin: 0 0 5px 15px; }
.opc #opc-login .col-2 .buttons-set { margin: 0; padding: 0; }
.opc #opc-login .col-2 .buttons-set p.required { margin-bottom: 20px; }

.opc #checkout-shipping-method-load { margin-bottom: 20px; }
.opc #checkout-shipping-method-load .sp-methods dt { margin-bottom: 5px; }
.opc #checkout-shipping-method-load .sp-methods dd { margin-bottom: 10px; }

.opc #opc-payment .sp-methods dt { margin-bottom: 10px; font-weight: normal; }
.opc #opc-payment .sp-methods .cvv-what-is-this { line-height: 26px; }

.opc #opc-review #checkout-review-table-wrapper { margin-bottom: 15px; }
.opc #opc-review #checkout-review-table thead th { font-weight: normal; padding: 5px 20px; }
.opc #opc-review #checkout-review-table tfoot td { border: none; }
.opc #opc-review #checkout-review-table td .product-name { font: normal 16px/20px 'grotesque_mtregular', arial, sans-serif; letter-spacing: normal; }
.opc #opc-review #checkout-review-table td .item-options dt { font-weight: normal; font-style: normal; }
.opc #opc-review .buttons-set .monkey-additional-lists input[type="checkbox"] { height: 16px; margin-left: 10px; }
.opc #opc-review .newsletter-buttons { margin-bottom: 20px; }
.opc #opc-review #checkout-review-submit .buttons-set .btn-checkout { background-color: #e69333; }

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


/* Account Login/Create Pages ============================================================ */
.account-login { width: 1040px; margin: 0 auto; margin-top: 50px;}
.account-login .new-users {}
.account-login .registered-users {}

.account-create { width: 1040px; margin: 0 auto; margin-top: 50px;}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://www.guideboat.com/skin/frontend/gbc/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


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

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

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

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

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

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

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

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

.order-info-box {}

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

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

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

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

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


/* Footer ================================================================================ */
.push { height: 220px; font-size: 0; line-height: 0; text-indent: -4000px; }

.footer { height: 215px;  padding-top: 3px;}

.footer .subscribe { padding: 6px 0 2px; }
.footer .subscribe .newsletter-name-fields .name-field { width: 39%; margin-bottom: 5px; }
.footer .subscribe .field { width: 315px; padding: 6px 16px 5px; }
.footer .subscribe .footer-catalog-checkbox { margin-bottom: 10px; }
.footer .subscribe .footer-catalog-checkbox input { height: 14px; margin-right: 5px; }
.footer .subscribe .footer-catalog-section .field { margin-bottom: 6px; }
.footer .subscribe #footer-addr-state { float: left; width: 39%; padding: 6px 16px 5px; }
.footer .subscribe #footer-addr-zip { float: right; width: 39%; padding: 6px 16px 5px; }
.footer .subscribe .submit-button { margin-left: 0; width: 100px; }

.widgets-holder { padding-top: 3px;}
.widgets-holder .widgets-holder-inner {border-top:1px solid #99B3BF;border-bottom:1px solid #99B3BF;margin-bottom:3px;}
.widgets-holder ul { list-style: none; }
.widgets-holder .widgets-holder-inner > ul > li { width: 380px; float: left; display: inline; min-height: 188px;}
.widgets-holder .widgets-holder-inner > ul > li + li { width: 379px;  }
.widgets-holder .widgets-holder-inner > ul > .widget-center { border-left: 1px solid #99B3BF; border-right: 1px solid #99B3BF; }

.widget-head { padding: 3px 15px 1px; border-bottom: 1px solid #bbccd4;}
.widget-head h2 { color: #7799A9; font-weight: normal; text-transform: uppercase; letter-spacing: 1.4px; font-family: 'tw_cen_mt_stdregular', arial, sans-serif; font-size: 15px;}

.widget-entry { padding: 10px 15px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.widget-entry p { font-family: 'luxury_textregular', arial, sans-serif; font-size: 15px; line-height: 21px; color: #6d6e70; letter-spacing: 1px;}
.widget-entry p a { color: #6d6e70; }
.widget-entry p span { /*font-family: sans-serif, arial, 'itc_officina_sans_bookregular'; font-size: 12px;*/ margin-right: -10px; display: block; }
.widget-entry p span.small-txt {font-size: 10px; }
.widget-entry p .directions { font-family: 'grotesque_mtregular', arial, sans-serif; color: #73afb6; font-size: 12px;}

.footer-navigation {  border-bottom: 2px solid #99B3BF;border-top: 2px solid #99B3BF; padding: 7px 0 6px !important; position:relative;}
.footer-navigation ul { list-style: none; text-align: center; }
.footer-navigation ul li { display: inline; padding: 0 25px; }
.footer-navigation ul li a { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; font-family: 'Myriad Pro', arial, sans-serif; color: #7798a8; }

/* ======================================================================================= */


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


.button,
a { transition: color 1000ms, background-color 1000ms, opacity 1000ms; -webkit-transition: color 1000ms, background-color 1000ms, opacity 1000ms; }

.button:hover,
a:hover { transition: color 300ms, background-color 300ms, opacity 300ms; -webkit-transition: color 300ms, background-color 300ms, opacity 300ms; }

a img  { transition: color 1000ms, background-color 1000ms, opacity 1000ms; -webkit-transition: color 1000ms, background-color 1000ms, opacity 1000ms; }
a:hover img { transition: color 300ms, background-color 300ms, opacity 300ms; -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;}
a:hover img { opacity: 0.6; -moz-opacity: 0.6; filter:alpha(opacity=60); }

a { color: /*#0252aa;*/#7799A9; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

.products ul,
.thumbs ul,
.col p,
.clearfix { *zoom: 1; }
.products ul:after,
.thumbs ul:after,
.col p:after,
.clearfix:after { width: 100%; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; display: block; }

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

/* 
.dropdown2 { padding-left: 16px!important; }
*/
.dropdown2 { padding-left: 0 !important; }

.dd-entry { width: 330px; padding: 0 10px 10px;}

.container { padding: 0 15px; }

.main { padding-bottom: 50px; }
.box-holder .box { float: left; display: inline;  }
.box-holder .box + .box { padding-left: 17px; }

.box-image { padding-bottom: 8px; text-align: center; }

.box-entry { text-align: center; }  
.box-entry h2 { font-size: 15px; font-weight: normal; text-transform: uppercase; font-family: 'tw_cen_mt_stdregular', arial, sans-serif; letter-spacing: 1px }   
.box-entry h2 a { color: #73afb6; }
.box-entry h2 a:hover { text-decoration: none; color: #000; }  
.box-entry p { color: #6d6e71; font-family: 'luxury_textitalic', arial, sans-serif; font-size: 15px; line-height: 15px; letter-spacing: 1px;}  

.filter { padding-top: 10px; border-bottom: 1px solid #c9cacc; margin-bottom: 10px; padding-bottom: 5px;}
.breadcrumbs { padding-top: 10px; margin-top: 10px; padding-bottom: 5px; border-bottom: 0px solid #fff; width: 1100px; margin-left: auto; margin-right: auto;}
.filter h2 { text-transform: uppercase; color: #73afb6; font-weight: normal; font-size: 28px; letter-spacing: 2px; padding-bottom: 5px; }
.filter h2 { font-family: 'tw_cen_mt_stdregular', arial, sans-serif; }
.filter h2 { text-rendering: optimizeLegibility; font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -moz-font-feature-settings: "kern"; -moz-font-feature-settings: "kern=1";}
.filter ul { list-style: none; float: left; }
.filter ul li { display: inline-block; zoom: 1; *display: inline; font-size: 12px; color: #939598; letter-spacing: 1px; padding-right: 15px; }
.filter ul li + li { padding-left: 24px; padding-right: 0;}
.filter ul li a { display: inline-block; zoom: 1; *display: inline; color: #939598; padding-right: 7px; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/arrow.png) no-repeat right 6px; }
.filter ul li a:hover { text-decoration: none; color: #000; }

.search { float: left; display: inline; padding-right: 28px; position: relative; }
.search .field { width: 150px; padding: 5px; font-size: 14px; line-height: 14px; font-family: 'tw_cen_mt_stdregular', arial, sans-serif; color: #939598; border:1px solid #ccc;margin-right:10px;text-transform:uppercase;}
.search .search-button { width: 23px; height: 21px; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/search.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; cursor: pointer; border: 0; }
.search .search-button { position: absolute; top: 3px; right: 40px; }

.products { padding-bottom: 50px; }
.products ul { list-style: none; margin-left: -9px; text-align: center;}
.products ul li { float: none; display: inline; width: 374px; margin-left: 9px; margin-bottom: 6px;}
.products ul li span.ampreorder_note { display: none; }

.product { position: relative; }
.product a { letter-spacing: 1px; display: inline-block; position: relative; text-align: left;}
.product a:hover span { display: inline; }
.product span.category-price { position: absolute; bottom: 50px; left: 0; width: 364px; padding: 3px 0 4px 10px; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/overlay.png) repeat 0 0; font-size: 16px; display: none;}
.product strong {  text-transform: uppercase; color: #00245d; display: block; font-family: 'tw_cen_mt_stdregular', arial, sans-serif; font-weight: normal; line-height: 16px;}
.product em { display: block; font-size: 16px; line-height: 16px; font-style: normal; color: #00245d; font-family: 'luxury_textitalic', arial, sans-serif; }

.product .category-flag { position:absolute; right:20px; z-index: 1; }
.product .sales-flag-text { position: absolute; bottom: 23px; padding: 3px 0 4px 10px; left: 0; width: 364px; font-size: 16px; text-transform: uppercase; color: #f00; display: block; font-family: 'tw_cen_mt_stdregular', arial, sans-serif; font-weight: normal; line-height: 16px; }

.product-info { padding-top: 15px;padding-bottom: 10px; }

.product-info-entry { width: 370px; float: left; display: inline; }
.product-info-entry h2 { font-weight: normal; font-family: 'centuryexpandedregular', arial, sans-serif; color: #6d6e71; letter-spacing: 1px; font-size: 24px; margin-bottom: 10px; }
.product-info-entry p {font-size: 16px; color: #6d6e71; font-family: 'Myriad Pro', arial, sans-serif; }
.product-info-entry .item-number { padding-left: 25px; }
h3.padd-sub { text-transform: uppercase; color: #73afb6; font-weight: normal; font-size: 24px; letter-spacing: 2px; padding-bottom: 5px;font-family: 'tw_cen_mt_stdregular', arial, sans-serif; line-height:30px;}
p.padd-description {font-family: 'grotesque_mtregular', arial, sans-serif; font-size:16px; line-height:22px; }
.padd-cat-image{margin-bottom:25px;}
#padd-products{padding-bottom:0; padding-top:20px;}/*2013-10-15*/
#padd-products .product{padding-bottom:30px;}/*2013-10-15*/
#square-products{padding-bottom:0; padding-top:5px;}/*2014-05-13*/
#square-products .product{padding-bottom:20px;}/*2014-05-13*/
.padd-container .product-info-image {width: 615px !important;}/*2013-10-15*/
.thumbs { margin: 0 0 10px; } 
.thumbs ul { list-style: none; } 
.thumbs ul li { float: left; display: inline; padding-bottom: 5px;padding-right:10px; } 
.thumbs ul li a { display: block; } 
.product-info-entry .item-desc { margin-bottom: 10px; }
.product-info-entry .description { margin-bottom: 20px; }

.product-info-image { width: 630px; height: 640px; margin-right: -15px; float: right; display: inline; padding-bottom: 30px;}
.product-info-image ul { list-style: none; overflow: hidden; position: relative; margin-bottom: 15px;}
.product-info-image ul li { display: none; }
.product-info-image p { text-align: right; padding-right: 10px; }

.zoom { display: inline-block; zoom: 1; *display: inline; padding-left: 25px; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/zoom.png) no-repeat 0 0; font-size: 12px; text-transform: uppercase;}
.zoom { font-family: 'grotesque_mtregular', arial, sans-serif; color: #6d6e71; letter-spacing: 1px; padding-top: 5px;}
.zoom:hover { text-decoration: none; color: #000; }

.suggestions { padding: 17px 0 20px; border-top:none; margin-right: -15px; }
.suggestions h4 { color: #6d6e71; text-transform: uppercase; font-weight: normal; letter-spacing: 1px; padding-bottom: 12px; }
.suggestions h4 { font-family: 'itc_officina_sans_bookregular', arial, sans-serif; font-size: 16px; }
.suggestions ul { list-style: none; height: 210px; }
.suggestions ul li { float: left; display: inline; padding-right: 10px; padding-bottom: 10px; }
.suggestions ul li a { display: block; }

.details { margin: 20px 0; font-family: 'grotesque_mtregular', arial, sans-serif; }
.details h3 { font-size: 10px; text-transform: uppercase; color: #73afb6; font-weight: normal; letter-spacing: 2px; padding-bottom: 10px; }
.details ul { list-style: none; }
.details ul li { font-size: 14px; color: #6d6e71; padding-left: 12px; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/details-list.png) no-repeat 0 10px; padding-bottom: 5px; letter-spacing: 0px; }

.final-sale { color: #ff0000; font-size: 14px; font-family: 'grotesque_mtregular', arial, sans-serif; margin-bottom: 20px; }
.final-sale p, .cart-table .item-msg, .cart-table .ampreorder_note { color: #ff0000; font-size: 14px; font-family: 'grotesque_mtregular', arial, sans-serif; }

.product-char { border-bottom: 2px solid #a7c4d2; border-top: 2px solid #a7c4d2; padding-top: 8px; margin-right: -40px; }

.product-char .col { width: 135px; float: left; display: inline; }
.product-char .col + .col { padding-left: 50px; }
.product-char p { padding-bottom: 10px; }
.product-char label { float: left; display: inline; padding-right: 5px; font-size: 11px; color: #6d6e71; font-family: 'grotesque_mtregular', arial, sans-serif; text-transform: uppercase; }
.product-char label { width: 67px; padding-top: 22px;}
.product-char .field { float: left; display: inline; text-align: center; width: 35px; background: #f1f2f2; border: 1px solid #b3b3b5; border-radius: 3px; color: #6d6e71;}
.product-char .field { font-size: 14px; padding: 3px 0; margin-top: 17px; }
.product-char .tips { font-size: 11px; color: #6d6e71; font-family: 'grotesque_mtregular', arial, sans-serif; text-transform: uppercase; padding-top: 12px; }
.product-char .tips a { color: #6d6e71; }
.product-char .wish-list { font-size: 13px; color: #6d6e71; font-family: 'conduititcmedium',arial,sans-serif; text-transform: uppercase; padding-top: 10px; }
.product-char .wish-list a { color: #6d6e71; }
.product-char .size-chart { font-family: 'grotesque_mtregular', arial, sans-serif; font-size: 10px; line-height: 1.25; color: #73afb6;font-weight: normal; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; }


.product-char .tooltip { position: relative; top:7px;}
.product-char .tooltip .popup {
    z-index: 10;
    display: none; 
    width: auto; 
    position: absolute; 
    border: 2px solid #a7c4d2;
    background:#fff;
    left: 86%;
    -moz-transform: translateY(-51.1%);
	-webkit-transform: translateY(-51.1%);
	-o-transform: translateY(-51.1%);
	-ms-transform: translateY(-51.1%);
	transform: translateY(-51.1%);
}
.product-char .size-chart span.arrow {
	content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #a7c4d2;
    position: absolute;
    right: 18px;
    top: -5px;
}
.product-char .tooltip .popup .close {
    padding: 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: url('http://www.guideboat.com/skin/frontend/gbc/default/images/closepopup.png') no-repeat center;
}


.product-char .tips a:hover,
.product-char .wish-list a:hover { text-decoration: none; color: #000; }
.product-char .add-to-cart { width: 130px; text-transform: uppercase; color: #fff; font-family: 'conduititcmedium', arial, sans-serif; background: #e69333; border-radius: 8px;}
.product-char .add-to-cart { cursor: pointer; border: 0; font-size: 18px; height: 33px; padding-bottom: 2px; letter-spacing: 1px;}
.product-char div.selectbox {
	padding-bottom: 10px; font-size: 16px; color: rgb(109, 110, 113); font-family: 'grotesque_mtregular',arial,sans-serif; letter-spacing: 1px;
}
.product-char div.selectbox select,.product-char2 div.selectbox select{
	width:145px !important;
}
.product-char select,.product-char2 select ,#shipping-zip-form select ,#postcode,#coupon_code { font-family: 'grotesque_mtregular', arial, sans-serif; font-size: 12px; border-radius: 8px 8px 8px 8px; margin: 0px; position: relative; width: 130px; height: 25px; border: 1px solid rgb(182, 183, 184); color: rgb(109, 110, 113); text-transform: uppercase; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/select-arrow.png) no-repeat right #ddd transparent; padding-top: 3px;}
#postcode, #coupon_code { font-family: 'grotesque_mtregular', arial, sans-serif; font-size: 12px; border-radius: 8px; position: relative; width: 100%; border: 1px solid rgb(182, 183, 184); color: rgb(109, 110, 113); text-transform: uppercase; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/select-arrow.png) no-repeat right #ddd transparent; padding: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#shipping-zip-form select{width:100%;}
.product-char select option ,.product-char2 select option { font-family: 'grotesque_mtregular', arial, sans-serif; font-size: 12px; margin: 0px; position: relative; color: rgb(109, 110, 113); text-transform: uppercase; white-space: nowrap; text-decoration: none;padding: 4px 10px; cursor: pointer; min-height: 1em; -moz-user-select: none;}


.wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -220px; }

.information { margin: 0 auto; width: 1040px; }
.information h2 { font-size: 12pt; font-weight: 600; text-transform: uppercase; font-family: 'grotesque_mtregular', arial, sans-serif; letter-spacing: 2px; color: #7799a9; margin-top: 25px; margin-bottom: 20px;}
.information h2:nth-child(n+2) { margin-top: 40px;}
.information h3 { font-size: 12pt; color: #7799a9; font-weight: 400; font-family: 'centuryexpandedregular', arial, sans-serif;  margin-left: 25px;}
.information p { font-family: 'centuryexpandedregular', arial, sans-serif; font-size: 12pt; color: #6F6F6F; line-height: 16pt; margin-bottom: 20px; margin-left: 25px;}

.content { font-family: 'luxury_textregular', arial, sans-serif; font-size: 16px; line-height: 21px; color: #6d6e70; }
.content h2 { font-weight: bold; font-family: 'tw_cen_mt_stdregular', arial, sans-serif; letter-spacing: 2px;}

#checkoutSteps h1, #checkoutSteps h2, #checkoutSteps h3 { color: #7799A9; font-family: 'tw_cen_mt_stdregular',arial,sans-serif; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; font-weight: bold;}
#checkoutSteps h3 { font-weight: normal; text-transform: none;margin-left:0 !important; }
#checkoutSteps { color: #6D6E70; font-size: 15px; font-family: 'luxury_textregular',arial,sans-serif;}


.checkout-one { width: 1040px; margin: 50px auto; }

#boat-agreement h2 {
	font-weight: 700;	
	font-size: 12pt;
	font-family: 'grotesque_mtregular', arial, sans-serif;
}
#boat-agreement h2, #boat-agreement h3 { 
	color: #7799A9;
}
#boat-agreement h3, #boat-agreement p {
	font-family: 'luxury_textregular', arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
#boat-agreement p {
	padding-bottom: 5px;
	color: #6d6e70;
}
#boat-agreement h2 {
	padding-bottom: 15px;
}
#boat-agreement td {
	padding:5px;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slider { padding: 0 15px; height: 555px; margin-bottom: 13px;}
.hand-oars-slider { height: 262px !important; padding: 0;}}
.hand-oars-slider li { width: 1140px !important; padding: 0;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 15px; height: 32px; display: block; margin-top: -15px; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/arrows.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; }
.flex-direction-nav .flex-next {background-position: -39px 0; right: -10px; }
.flex-direction-nav .flex-prev {left: -10px;}
.flexslider .flex-next:hover {opacity: 0.8; }
.flexslider .flex-prev:hover  {opacity: 0.8; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.products ul:after,
.row-entry .buttons:after,
.big-dropdown ul:after,
.row:after,
.thumbs ul:after,
.col p:after,
.clearfix:after { width: 100%; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; display: block; }

.navigation ul .big-dropdown-holder { position: static; }

.navigation li .big-dropdown { position: absolute; top: 18px; left: -28px !important; width: 1140px; background: #fff;  display: none; }/*2014-01-13*/
.navigation li .big-dropdown h2 { font-weight: normal; font-family: 'conduit_itc_lightregular', arial, sans-serif; color: #00245d; text-transform: uppercase; font-size: 22px; line-height: 24px; } 
.navigation li .big-dropdown h2 { padding-bottom: 5px; }
.navigation li .big-dropdown-inner { margin: 0; border: 1px solid #b5b7b9; padding: 15px 20px 6px; }
.navigation li .big-dropdown ul { list-style: none; border-top: 1px solid #d6e1e8; padding: 10px 0;  margin-bottom: 5px;height:300px;}
.navigation li .big-dropdown ul li { float: left; display: inline; width: 259px; padding-right: 15px; padding-left: 0; text-align: left; }
.navigation li .big-dropdown ul .last-section { padding-right: 0; width: 245px; }
.navigation li .big-dropdown ul .last-section .dropdown-entry { border: 0; }

.dropdown-head { padding-bottom: 15px; }

.dropdown-entry { padding-right: 25px; border-right: 1px solid #d5dfe4; }
.dropdown-entry h3 { font-weight: normal; font-size: 12px; text-transform: uppercase; font-family: 'grotesque_mtregular', arial, sans-serif; letter-spacing: 1px; padding-bottom: 5px;}
.dropdown-entry p { text-transform: none; font-family: 'myriaditalic', arial, sans-serif; color: #6d6e71; font-size: 12px; line-height: 17px; letter-spacing: 0.6px; padding-bottom: 5px; min-height: 85px;}
.dropdown-entry .dd-link { text-transform: uppercase; padding-bottom: 0; font-family: 'grotesque_mtregular', arial, sans-serif; letter-spacing: 1px; font-size: 9px; min-height: 0;}

.shop-all { text-align: right; font-size: 14px;  padding-top: 5px; } 

/*
	The New Style
*/

.sliders-c { padding: 15px 15px 18px 15px !important; }
.sliders-c .slider-c { position:relative;}
.sliders-c .slider-c .arrow { position:absolute; top: 50%; z-index: 99; color: #000; display:block; width: 15px; height: 32px; margin-top: -20px;  background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/arrows.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }


.sliders-c .slider-c.left .arrow.prev { left: -40px; }
.sliders-c .slider-c.left .arrow.next { right: -40px; background-position:-39px 0; }
.sliders-c .slider-c.right .arrow { left: 50%; margin-left: -20px; width: 40px; height: 18px; }
.sliders-c .slider-c.right .arrow.prev { top: -4px; background-position: 0 -37px; }
.sliders-c .slider-c.right .arrow.next { top: auto; bottom: -20px; background-position: 0 -66px; }

.sliders-c .slider-c.left { width: 755px; height: 485px; }
.sliders-c .slider-c.right  { width: 167px; height: 485px; }
.sliders-c .slider-c .thumbs_slider a { display:block; margin-bottom: 15px; }
.sliders-c .slider-c .front_slider a { float:left; display:block; width: 755px;}


.section { font: 14pt/17pt 'luxury_textregular'; padding: 23px 0 20px; }
.boat-section .left { font: 14pt/19pt 'luxury_textregular'; letter-spacing: 1px;}
.history-section p { font: 14pt/20pt 'luxury_textregular'; letter-spacing: 1px;}
.section.boat-section { background: 0; padding-top: 0; color:#58595b;margin: 0 0 10px -15px;}
.boat-section .col.left { width: 680px; padding-left: 33px; }
.boat-section .sabot-col-left { width: 730px !important; }/*2013-10-4*/
.boat-section .col.right { width: 415px; }
.boat-section .sabot-specs-p { margin: 0; padding-top: 15px; color: #7799a9; font: 11pt/14pt "Myriad Pro", Arial; text-transform: uppercase;}/*2013-10-4*/
.boat-section .sabot-col-right { width: 365px !important; }/*2013-10-4*/
.boat-section h2 { position: relative; font: 18pt/22pt 'tw_cen_mt_stdregular'; color: #73afb6; letter-spacing: 1px;}
.boat-section p { margin-left: 15px; }
.boat-section .price-box1 { padding: 15px 10px 10px 15px; border: 1px solid #7799a9; background: #fff; color: #58595b; font-size: 14px; line-height: 18px; margin-top:15px;}
.boat-section .price-box1 p { font-family: grotesque_mtregular; font-size: 12px; !important}/*2013-10-09*/
.boat-section .price-box1 span span { font-size: 18px; }/*2013-10-09*/
.boat-section .price-box1 span ,.boat-section .price-box1 .price .price-box span span span{ font-size: 15px;font-family:grotesque_mtregular; }
.boat-section .price-box1 small { display:block; padding-bottom: 20px; font-style:italic; line-height: 16px; font-size: 12px; font-family:grotesque_mtregular; }
.boat-section .price-box1 .form-field { float: left; width: 203px; height: 25px; margin-top: 2px; margin-bottom: 18px; }
.boat-section .price-box1 .form-field label { display:block; float:left; font-size: 16px; margin-right: 10px; line-height: 25px; font-family:grotesque_mtregular; }
.boat-section .price-box1 .form-field .field { float:left; width: 25px; height: 17px; padding: 3px 5px; border-radius: 3px; border: 1px solid #8f8f92; background: #f3f3f4; color: #6d6e71; font-size: 14px; line-height: 17px; text-align:center; }
.section .submit-button { background: #e79534; border: 0; display:block; width: 120px; height: 30px; line-height: 30px; text-align:center; color: #fff; text-transform: uppercase; border-radius: 5px; font-family: 'tw_cen_mtbold'; }
.boat-section .submit-button {  float: left; }

.boat-section .col.right .box { border: 1px solid #7799a9; padding: 5px 15px; font: 10pt/14pt "Myriad Pro", Arial; text-transform: uppercase;letter-spacing: 0.11px; color: #6d6e71; width: 215px; float: right; margin-right: 20px; margin-top: 25px;}
.boat-section .col.right .box span { display:block; margin-bottom: 5px; font-size: 12pt; letter-spacing: 0.5px; }
.boat-section .col.right .box li { list-style-type: disc; }
.boat-section .col.right .box ul { margin-left: 15px; }

.boat-section .price-box1 a { color: #58595b; text-decoration: underline; }
.boat-section .price-box1 a:hover { text-decoration: none; }

.section,.shop-all,.padd-container{ background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/border-lines.jpg) repeat-x 0 0; }
.shop-all{ padding: 11px 0 0 0;  }
.boat-section {padding: 23px 0 5px; }
.footer{ padding: 0;border-top:2px solid #99B3BF; }
.section h3 { position: relative; margin-left:-15px; font: 11pt/14pt 'grotesque_mtregular'; letter-spacing: 0.6px; color: #7799a9;text-transform:uppercase }
.section h4 { text-align:center;}
.section #checkout-step-login h4{text-align:left;}
.section li { list-style-type: none; }

.features-section { font-size: 12pt; line-height: 18pt; letter-spacing: 0.1px;color:#58595b }
.features-section .col.left { width: 245px; padding-left: 33px;}
.features-section .col.left p { padding-bottom: 15px;}
.features-section .col.left .box { border: 1px solid #7799a9; padding: 5px 15px; font: 8pt/12pt "Myriad Pro", Arial; text-transform: uppercase;letter-spacing: 0.11px; color: #6d6e71; }
.features-section .col.left .box span { display:block; margin-bottom: 10px; font-size: 10pt; letter-spacing: 0.5px; }
.features-section .col.left .box li { list-style-type: disc; }
.features-section .col.left .box ul { margin-left: 15px; }
.features-section .col.right { width: 815px; padding-right: 32px; }
.features-section .features-list a { display:block; margin-bottom: 10px; }
.features-section .features-list li { float:left; width: 256px; padding: 0 10px; border-left: 1px solid #7799a9; color: #58595b; font: 9pt/13pt "Myriad Pro", Arial; }
.features-section .features-list li:first-child { border: 0; }
.features-section .features-list ul { width: 840px; }

.details-section { font-size: 12pt; line-height: 18pt; letter-spacing: 0.1px;color:#58595b; padding: 12px 0px; }
.details-section .features-list a { display:block; margin-bottom: 10px; }
.details-section .features-list li { float:left; width: 332px;/*width: 320px;*/  padding: 0 18px;/*padding: 0 30px;*/ color: #58595b; font: 10pt/13pt "Myriad Pro", Arial; text-align:center;}/*2013-10-4*/
.details-section .features-list li .sabot-p-link { display: inline; margin: 0; }/*2013-10-4*/
.details-section .features-list li:nth-child(even) { width: 1px; padding: 0; margin: 0; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/sabot/sabot-divider.png) no-repeat; }
.details-section .features-list li:first-child { border: 0; }
.details-section .features-list ul { width: 1180px; }
.details-section h3 { position: relative; font: 16pt/20pt 'grotesque_mtregular'; margin-left: 0px; margin-bottom: 7px;}


.purchase-section {  color: #58595b; font: 12px/16px 'grotesque_mtregular'; }
.purchase-section .form-field { line-height: 30px; margin: 5px 0; height: 30px; }
.purchase-section .field ,.purchase-section .input-text{ font-family: 'conduititcmedium', arial, sans-serif;  font-size: 15px; float:left; height: 17px; padding: 3px 5px; border-radius: 3px; border: 1px solid #8f8f92; background: #f3f3f4; color: #6d6e71; text-align:left; letter-spacing: 1px;}
.purchase-section .input-text{ font-family: 'conduititcmedium', arial, sans-serif;  font-size: 15px; float:left; height: 17px; padding: 3px 5px; border-radius: 3px; border: 1px solid #8f8f92; background: #f3f3f4; color: #6d6e71; text-align:left; letter-spacing: 1px;width:20px;}
.purchase-section .bundle-option-select{ font-family: 'conduititcmedium', arial, sans-serif;  font-size: 15px; float:left; height: 27px; padding: 3px 5px; border-radius: 3px; border: 1px solid #8f8f92; background: #f3f3f4; color: #6d6e71; text-align:left; letter-spacing: 1px;width:200px;}
.purchase-section label{
	float:left;
	padding-left:10px;
	padding-top:3px;
	width:150px;
	text-align:right;
	margin-right:5px;
}
.purchase-section .qty-holder label{
	width:25px;
}
.purchase-section #bund_option_3 label{
	width:50px;
}
.purchase-section dt,dd{
}
.purchase-section dt{
	padding-top:15px;
}
.purchase-section .input-box{
	width:200px;float:left;
}
.box #product-options-wrapper{
	width:460px;
	float:left;
	padding-bottom:20px;
	margin-top:5px;
	margin-left:240px;
	position:relative;
}
.purchase-section .price-box .form-field .field { width: 40px; }
.purchase-section .price-box .form-field .field[name=qty] { text-align: center; width: 25px; }
.purchase-section .price-box span ,.purchase-section .priceox span { font: 19px/30px  'grotesque_mtregular'; margin-bottom: 5px; }
.purchase-section .price-box span.price ,.purchase-section .priceox span.price{ font: 15px/30px  'grotesque_mtregular'; }
.purchase-section .price-box .form-field:nth-child(1) { margin-top: 8px; }
.purchase-section .price-box .form-field label { display:block; float:left; font-size: 12px; margin-right: 10px; line-height: 25px; width: 95px; letter-spacing: 1px;}
.purchase-section .configure-box .form-field label { display:block; float:left; font-size: 12px; margin-right: 10px; line-height: 25px; width: 170px; letter-spacing: 1px;}
.purchase-section .configure-box .form-field .field{ width: 200px; }
.section .submit-button { background: #e79534; border: 0; display:block; width: 120px; height: 30px; line-height: 30px; text-align:center; color: #fff; text-transform: uppercase; border-radius: 5px; font-family: 'tw_cen_mtbold'; }
.purchase-section .box { border: 1px solid #7799a9; margin: 0 20px; padding: 2px 6px 0px 6px; position:relative; }
.purchase-section .price-col { float: left; }
.purchase-section .purchase-box span { font-size: 15px; }
.purchase-section .purchase-box p:nth-child(2) { margin-top: 15px;}
.purchase-section .price-box, .purchase-section .price-box .form-field { width: 230px; }
.purchase-section .configure-box, .purchase-section .configure-box .form-field { width: 440px; }
.purchase-section .purchase-box { width: 360px;position:relative;}

.history-section { padding-left: 33px; color:#58595b;}
.history-section .img-holder.right { margin: 0 32px; }
.history-section p { padding-bottom: 15px; }
.history-section a { padding-left: 20px; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/bullet_01.jpg) no-repeat 0 0; font: 8pt/12pt 'grotesque_mtregular'; letter-spacing: 1px; text-transform: uppercase; color: #7799a9; }
.custom-section { color:#58595b;}
.custom-section .col.left { width: 850px; padding-left: 33px; }
.custom-section .price-col.right { width: 220px; padding: 75px 10px 0 0; color: #6d6e71;  font-family: 'grotesque_mtregular',arial,sans-serif; font-size: 11px; letter-spacing: 1px; line-height: 15px; }
.custom-section .price-col.right span { display:block; margin-bottom: 8px; font-size: 17px; }
.custom-section .price-col.right p { padding-bottom: 15px; }
.custom-section .col.left p { padding-bottom: 20px; font: italic 10pt/12pt "Myriad Por"; letter-spacing: 0.25px; }
.custom-section .gallery li { float:left; width: 275px; margin-left: 12px; }
.custom-section .gallery li:first-child { margin-left: 0; }
.custom-section .select2-container select{ margin-bottom: 10px; background: #f3f3f4; }
.custom-section .form-field label { float:left; display:block; width: 85px; line-height: 25px; }
.custom-section .form-field .field { float:left; width: 25px; height: 17px; padding: 3px 5px; border: 1px solid #8f8f92; background:#f3f3f4; border-radius: 4px; color: #8f8f92; }
.custom-section .form-field { margin-bottom: 18px; }

.related-section { padding-left: 33px; color:#58595b;}
.related-list li { float:left; padding-right: 60px; }

.row { background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/border-lines.jpg) repeat-x 0 0; padding: 25px;}

.row-image { width: 620px; float: left; display: inline; }

.row-entry { float: left; display: inline; width: 350px; padding-left: 30px; padding-top: 10px;}
.row-entry h2 { font-weight: normal; font-size: 22px; color: #73afb6; font-family: 'grotesque_mtregular', arial, sans-serif; letter-spacing: 1px;}
.row-entry p,.row-entry span { color: #6d6e71; }
.row-entry .desc { font-family: 'myriaditalic', arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: 0.5px; padding-bottom: 25px;}
.row-entry .read-more { padding-bottom: 25px; }
.row-entry .read-more a { font-size: 12px; color: #e69334; background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/more-arrow.png) no-repeat 0 2px; padding-left: 15px;}
.row-entry .read-more a { display: inline-block; zoom: 1; *display: inline; font-family: 'grotesque_mtregular', arial, sans-serif; }
.row-entry .read-more strong { display: block; font-weight: normal; font-size: 14px;}
.row-entry .price { font-size: 15px; font-family: 'grotesque_mtregular', arial, sans-serif; padding-bottom: 15px;}
.row-entry .price .price-box{ display:inline;}
.row-entry .price .price-box .price{font-size:17px;}
.row-entry .price strong { font-size: 17px; padding-left: 10px; font-weight: normal;}
.row-entry h6 { font-size: 12px; text-transform: uppercase; font-weight: normal; font-family: 'grotesque_mtregular', arial, sans-serif; letter-spacing: 1px; color: #6d6e71;}
.row-entry .buttons { padding: 15px 0 20px 0; }
.row-entry .det { font-family: 'grotesque_mtregular', arial, sans-serif; font-size: 11px; letter-spacing: 1px;}
.row-entry .add-to-cart,.boat-section .add-to-cart { font-size: 13px; padding: 5px 15px; float: left; display: inline; height: auto; width: auto;}
.boat-section .add-to-cart { font-size: 16px; }

.intro-paragraph { text-align: center; color: #00245d; font-family: 'conduit_itc_lightregular', arial, sans-serif; padding: 20px 110px 30px; }
.intro-paragraph p { font-size: 22px; line-height: 26px; letter-spacing: 1px;}

.add-to-cart { width: 130px; text-transform: uppercase; color: #fff; font-family: 'conduititcmedium', arial, sans-serif; background: #e69333; border-radius: 8px;}
.add-to-cart { cursor: pointer; border: 0; font-size: 18px; height: 33px; padding-bottom: 2px; letter-spacing: 1px;}

.price-box-bundle{
	display:none;
}
#bund_option_3{
	float:left;
	position:absolute;
	top:30px;
	left:-240px;
	width:280px;
}
#bund_option_3 .qty-holder{
	display:block;
}
#bund_option_3 .qty-holder label,#bund_option_3 .qty-holder input{
	margin-top:10px;
}
.bund_item{
clear:both;
}
#sabot_buy{
	position:absolute;
	top:17px;
	left:240px;
}
.sabot_price{
	position:absolute;
	top:20px;
	left:16px;
	font-size:15px;
}
.sabot_price span{
	font-size:18px;
}

.map_colorbox #cboxWrapper{
	border:1px solid #7799a9;
}
.map_colorbox h2 {
	font-family: "grotesque_mtregular";
	font-size: 14px;
	color: #7799a9;
	text-align:center;
	margin:15px 0;
}
.map_colorbox h3{
	font-family: "grotesque_mtregular";
	font-size: 12px;
	color: #7799a9;
	margin:10px 0 5px 0;
	font-weight:normal;
}
.map_colorbox li{
	font-family: "luxury_textregular";
	font-size: 15px;
	color: #58595b;
	list-style:inside;
    
}
.map_colorbox #cboxLoadedContent
,.map_colorbox #cboxContent,.map_colorbox #cboxWrapper{
	width: 540px !important;
}
#map{
	position:relative;
	margin: 25px 25px 25px 25px;
}
.map_colorbox small{
	top:0px;
	left:50px;
	position:absolute;
}
.map_colorbox #cboxTopLeft,.map_colorbox #cboxTopRight, .map_colorbox #cboxBottomLeft,.map_colorbox #cboxBottomRight{
	width:0;
	height:0;
}
.map_colorbox #cboxMiddleLeft,.map_colorbox #cboxMiddleRight{
	width:0;
}
.map_colorbox #cboxTopCenter,.map_colorbox #cboxBottomCenter{
	height:0;
}
.map-address {
	font-family: "luxury_textregular" !important;
	font-size: 15px !important;
	color: #000 !important;
}

/* Subscribe Colorbox Pop-up */
.subscribe_colorbox#colorbox { overflow: visible; }
.subscribe_colorbox #cboxWrapper { border: 1px solid #6d6e70; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.subscribe {}
.subscribe .field { border: 2px solid #dddedf; border-radius: 5px; font-size: 12px; color: #bbbdbf; float: left; display: inline; font-family: 'Myriad Pro', arial, sans-serif;letter-spacing:1px; width: 210px; padding: 6px 15px 5px;}
.subscribe .submit-button { border: 2px solid #dddedf; border-radius: 5px; float: left; display: inline; cursor: pointer; font-family: 'conduititcmedium', arial, sans-serif; text-transform: uppercase; color: #929497; font-family:'conduit_itc_lightregular';font-size: 13px; margin-left: 5px; background: #fff; width: 68px; height: 29px; padding-bottom: 1px;letter-spacing:0.5px; }

.subscribe .field-2 { border: 1px solid #6d6e70; font-size: 12px; color: #6d6e70; font-family: 'conduititcmedium', arial, sans-serif; letter-spacing:1px; padding: 5px; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.subscribe .name-field { width: 49%; float: left; }
.subscribe .name-field#lname { float: right; }
.subscribe .submit-button-2 { text-transform: uppercase; color: #fff; font-family: 'conduititcmedium', arial, sans-serif; font-size: 14px; background: #c53128; width: 150px; height: 27px; padding-bottom: 1px; letter-spacing:0.5px; border: 1px solid #6d6e70; border-radius: 5px; cursor: pointer; }
.subscribe .catalog-checkbox { margin-bottom: 5px; }
.subscribe .catalog-checkbox input[type="checkbox"] { display: inline-block; margin-right: 5px; }
.subscribe .newsletter-section,
.subscribe .catalog-section { margin-bottom: 10px; }
.subscribe .catalog-section { display: none; }
.subscribe .catalog-section #addr-city,
.subscribe .catalog-section #addr-state,
.subscribe .catalog-section #addr-zip { float: left; width: 32%; margin-right: 2%; margin-bottom: 0; }
.subscribe .catalog-section #addr-zip { margin-right: 0; }

.subscribe_colorbox h1 { color: #6d6e70; font-family: 'luxury_textitalic', arial, sans-serif; font-size: 22px; line-height: 24px; letter-spacing: 1px; width: 100%; text-align: center; margin-bottom: 15px; }
.subscribe_colorbox p { color: #6d6e70; font-family: 'conduititcmedium',arial,sans-serif; font-size: 20px; line-height: 23px; letter-spacing: 0.5px; width: 100%; text-align: center; text-transform: uppercase; margin-bottom: 15px; }
.subscribe_colorbox input { display: block; margin-bottom: 5px; }
.sub-top-imgs { position: relative; margin: 5px 0 15px; }
.sub-flag { display: block; position: absolute; top: -11px; left: 2px; }

/* Subscribe Colorbox 2 Pop-up (map2_colorbox) */
.map2_colorbox #cboxWrapper{
	border:1px solid #6d6e70;
	height: 230px !important;
	left: 143px !important;
	overflow: hidden !important;
}
.map2_colorbox #cboxLoadedContent
,.map2_colorbox #cboxContent,.map2_colorbox #cboxWrapper{
	width: 470px !important;
	overflow: hidden !important;
}
.map2_colorbox small{
	top:0px;
	left:50px;
	position:absolute;
}
.map2_colorbox #cboxTopLeft,.map2_colorbox #cboxTopRight, .map2_colorbox #cboxBottomLeft,.map2_colorbox #cboxBottomRight{
	width:0;
	height:0;
}
.map2_colorbox #cboxMiddleLeft,.map2_colorbox #cboxMiddleRight{
	width:0;
}
.map2_colorbox #cboxTopCenter,.map2_colorbox #cboxBottomCenter{
	height:0;
}



.print-shipping-label{
     background: none repeat scroll 0 0 #58595C;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-family: 'conduititcmedium',arial,sans-serif;
    font-size: 14px;
    height: 21px;
    line-height: 18px;
    padding: 2px 8px;
    text-align: center;
    white-space: nowrap;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*** ABOUT PAGE ***/
.about-page-container {
	width: 920px;
	margin: 0 auto;
}
.about-heading h2 {
	font-family: 'tw_cen_mt_stdregular', arial, sans-serif;
	text-transform: uppercase;
	color: #73afb6; 
	font-weight: normal; 
	font-size: 28px; 
	letter-spacing: 2px;
	padding-bottom: 5px;
}
.about-top-imgs img:nth-child(1) {
	display: block;
	float: left;
}
.about-top-imgs img:nth-child(2) {
	display: block;
	float: right;
}
.about-left-col {
	float: left;
	width: 600px;
	/*background-color: #E8E8E8;*/
}
.about-right-col {
	float: right;
	position: relative;
	width: 320px;
	height: 957px;
	/*background-color: gray;*/
}
.about-main h2 {
	font-size: 12pt;
	text-transform: uppercase;
	font-family: 'grotesque_mtregular', arial, sans-serif;
	color: #7799a9;
	margin-top: 20px;
	margin-bottom: 10px;
}
.about-main p {
	font-family: 'luxury_textregular', arial, sans-serif;
	font-size: 14pt;
	line-height: 17pt;
	color: #6d6e70;
	letter-spacing: 1px;
}
.about-right-col img {
	display: block;
}
.about-right-col img:nth-child(1) {
	position: absolute;
	top: 80px;
	right: 0px;
}
.about-right-col img:nth-child(2) {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*** ART ON OARS ***/
.art-on-oars-header {
	padding-bottom: 30px;
}
.art-on-oars-header h2 {
	font-family: 'centuryexpandedregular', arial, sans-serif;
	font-weight: normal;
	color: #58595b;
	font-size: 24px;
	padding: 25px 0;
	letter-spacing: 1px;
	text-align: center;
}
.art-on-oars-main ul li {
	width: 370px;
}
.art-on-oars-main ul li h3 {
	text-transform: uppercase;
	color: #73afb6;
	font-family: 'tw_cen_mt_stdregular', arial, sans-serif;
	font-weight: normal; 
	font-size: 22px; 
	letter-spacing: 1px;
	line-height: 34px;
	padding-top: 5px;
}
.art-on-oars-main ul li p {
	font-size: 14px;
	font-family: 'grotesque_mtregular', arial, sans-serif;
	color: #6d6e70;
}
.art-on-oars-main ul li {
	float: left;
	padding: 0 15px 20px 0;
	/*height: 466px;*/
}
.art-on-oars-main ul li:nth-child(3n) {
	padding: 0 0 20px 0;
}
.art-on-oars-footer {
	padding-top: 30px;
}
.art-on-oars-footer p {
	font-size: 18px;
	font-family: 'Myriad Pro', arial, sans-serif;
	font-weight: 700;
	color: #58595b;
	text-align: center;
	width: 370px;
	margin: 0 auto;
}
.art-on-oars-rsvp {
	text-align: center;
	padding-top: 30px;
}

/* PRICE size FIX */
.price-box .regular-price .price {
	font-size: 16px;
	color: #6d6e71;
}
/* NEW ARRIVALS */
.new-arrivals-container {
	width: auto;
}
.new-arrivals-heading {
	padding-bottom: 33px;
	padding-top: 10px;	
}
.new-arrivals-heading h2 {
	font-family: 'tw_cen_mt_stdregular', arial, sans-serif;
	text-transform: uppercase;
	color: #73afb6; 
	font-weight: normal; 
	font-size: 28px; 
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9cacc;
}
.new-arrivals ul {
	margin-bottom: 50px;
}
.new-arrivals ul li {
	float: left;
}
.new-arrivals-left9 {
	margin-left: 9px;
}
.cart-table .item-msg.item-msg-back-pre, #checkout-review-table .item-msg.item-msg-back-pre{
	color:hsl(199, 23%, 56%);
	margin: 10px 0;
}

.subscribe-cms{
	display: inline-block;
	vertical-align: top;
	
}
.subscribe-cms-left{
	width: 50%;
	padding: 100px 0;
	margin: 65px auto;
    border-right: 1px solid hsl(199, 23%, 67%);
}
.subscribe-cms-right{
	width: 49%;
	padding: 100px 0;
	margin: -10px auto 0;
}
.subscribe-cms-left-inner{
	width: 55%;
	margin:auto;
}
.subscribe-cms-right-inner{
	width: 50%;
	margin:auto;
}
.subscribe-cms-left-title{
	color: hsl(199, 23%, 65%);
	font-family: 'tw_cen_mt_stdregular', arial, sans-serif;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.subscribe-cms-left-body{
	text-align: center;
	line-height: 24px;
	font-family: 'luxury_textregular', arial, sans-serif;
	font-size: 17px;
}
.subscribe-cms-left-body p{
	margin-bottom: 15px;
}

.subscribe-cms input{
	display: block;
	height: 25px;
	width: 100%;
	color:#aaa;
	border:1px solid hsl(199, 23%, 67%);
	text-indent: 5px;
	margin-bottom: 8px;
}
.subscribe-cms input.footer-addr-state{
	width: 48%;
	float: left;
}
.subscribe-cms input.footer-addr-zip{
	width: 48%;
	float: right;
}
.form-title{
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 4px;

}


.subscribe-cms input.cms-subscribe-submit-button{
    border: 2px solid transparent;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    font-family:'tw_cen_mt_stdregular', arial, sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    margin-left: 5px;
    background: #DF9318;
    width: 60%;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    padding-bottom: 1px;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.subscribe-cms input.cms-subscribe-submit-button:hover{
	background: #E47F23;
}
.subscribe-cms input.cms-subscribe-submit-button:active{
	background: #CB701D;
}

.social-list a:before {
    font-family: "iconfont";
    font-weight: normal;
    font-style: normal;
    content: "";
    font-size: 14px;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    color:#6d6e70;
    /*position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;*/
    /* background: url(http://www.guideboat.com/skin/frontend/gbc/default/images/icons/sprite_desktop.png) no-repeat center -59px hsla(0, 0%, 0%, 0); */
}

.widget-entry p.follow-guideboat{
	color:#6d6e70;
	font-family: 'tw_cen_mt_stdregular', arial, sans-serif;
	margin-bottom: 5px;
}

.social-list a.fb:before {
    content: "\e614";
}
.social-list a.tw:before {
    content: "\e62b";
}
.social-list a.ins:before {
    content: "\e61a";
}
.social-list a.pin:before {
    content: "\e620";
}

[data-icon]:before {
	color:#6d6e70;
	font-size: 14px;
	font-family: "iconfont";
    content: attr(data-icon);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.share-section .share-button{
  cursor: pointer;
}

.footer-email{
  letter-spacing:0.5px;font-size:15px
}












/*.share-section.social.share-list{
  display: none;
}*/



/* Checkout fixing 1R */
.checkout-onepage-index .main .col-right {
  display: none;
}
.checkout-onepage-index .main .col-main {
  float: none;
  width: 100%;
  border: none;

  max-width: 1040px;
  margin: 50px auto;
}
#checkout-step-shipping .fieldset {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.opc-progress-container {
  display: none;
}
.product-order-avalibility {
  font-size: 16px;
  color: #73afb6;
  font-family: 'Myriad Pro', arial, sans-serif;
  margin-bottom: 5px;
}
.form-list .name-middlename {
  width: 115px;
}
.form-list .name-middlename .input-box {
  width: 100%;
}


.navigation ul li a {
  white-space: nowrap;
}

.category-stockingstuffers .filter h2 {
  color: #BE1E2D;
}


/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition End User License Agreement
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magento.com/license/enterprise-edition
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper{
	box-shadow: 0 0 15px #aaa;
	-webkit-box-shadow:0 0 15px #aaa;
	-moz-box-shadow: 0 0 15px #aaa;
	background:#fff;
}


#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(http://www.guideboat.com/skin/frontend/gbc/default/css/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    /*#cboxTopLeft{width:21px; height:21px; }
    #cboxTopRight{width:21px; height:21px; }
    #cboxBottomLeft{width:21px; height:21px; }
    #cboxBottomRight{width:21px; height:21px; }
    #cboxMiddleLeft{width:21px; }
    #cboxMiddleRight{width:21px; }
    #cboxTopCenter{height:21px; }
    #cboxBottomCenter{height:21px; }*/
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(http://www.guideboat.com/skin/frontend/gbc/default/css/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(http://www.guideboat.com/skin/frontend/gbc/default/css/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; top:0; right:0; background:url(http://www.guideboat.com/skin/frontend/gbc/default/css/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
#pop_signup h1{
    color: #6D6E70;
    font-family: 'luxury_textregular',arial,sans-serif;
    font-size: 17px;
    line-height: 19px;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
}
#pop_signup p{
    color: #6D6E70;
    font-family: 'luxury_textregular',arial,sans-serif;
    font-size: 17px;
    line-height: 19px;
	text-align:center;
}
