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

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px helvetica,arial, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-box label{ line-height: 18px;}
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.button-set a{ color: #006699;}
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding: 0 0 0 8px;
    background:#fff url('images/button_arts.jpg') left center no-repeat;
    color:#069;
    border: none;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
	display: block;
    height: auto;
	background: #fff url('../images/btn_checkout_right.gif') right center no-repeat;
	padding: 10px 10px 6px 0;
	font-size: 12px !important;
	text-transform: uppercase;
}
.form-button-alt { border: none; background-color:#fff;}
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }

.create-account{ background: #F5F5F5; border: none; }
.create-account h4.legend{ margin: -22px -25px 5px; background: #fff; border-bottom: 5px solid #fc0; padding: 10px 10px 8px 0; color: #333; text-transform: uppercase; border: none; float: none;}


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; font-size: 13px; font-weight: normal; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg{ border: 1px dotted #ccc; color: #333; background-color: #fff; background-image: url('../images/success_msg_icon.gif'); padding: 14px 8px 4px 38px !important;}
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }



/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head { margin:0 0 5px 0; border-bottom:1px solid #ccc; }
.store-header{ background: url('../images/logo.gif') left top repeat-x; padding: 10px 0 0;}
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }
.store-header h3{ font-family: Helvetica, Arial, sans-serif;}
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head {
    margin-bottom:7px;
   }
.category-head h2 {
    max-width:100%;
    margin:0;
    padding:5px 0 5px 10px;
    color:#000000;
    line-height:1.3em;
    overflow:hidden;
	background:url("images/header7.jpg") 0 0 repeat-x;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: Helvetica, Arial, sans-serif
	font: normal 1.8em;
	font-weight: normal;
    }

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:normal; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }
.container_about
{
	background-image:url('images/container_about.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 800px
  	margin: 0px;
    padding: 0px 30px 30px 170px;
    color:#000000;
    line-height:1 em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
    
    .container_faq
{
	background-image:url('images/container_faq.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 100%
  	margin-top: 0px;
    padding: 0px 0px 0px 125px;
    color:#000000;
    margin-top:28px 0;
    line-height:0.5 em;
    overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
    
    .container_video
{
	background-image:url('');
	background-repeat:no-repeat;
    width: 740px; height: 100%
  	margin-top: 0px;
    padding: 0px 0px 0px 0px;
    color:#000000;
    margin-top:28px 0;
    line-height:0.5 em;
    overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
   }
   
      
    .container_groups
{
	background-image:url('images/container_groups.jpg');
	background-repeat:no-repeat;
    width: 740px; height:600px;
  	margin-top: 0px;
    padding: 140px 0px 0px 0px;
    color:#000000;
    margin-top:28px 0;
    line-height:0.5 em;
    overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
   }
 
     
    .container_reviews
{
	background-image:url('images/container_reviews.jpg');
	background-repeat:no-repeat;
    width: 740px; height:600px;
  	margin-top: 0px;
    padding: 30px 0px 0px 170px;
    color:#000000;
    margin-top:28px 0;
    line-height:0.5 em;
    overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
   }

   .container_bikes
{
	background-image:url('images/container_bikes.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 100%
  	margin-top: 0px;
    padding: 110px 10px 10px 0px;
    color:#000000;
    margin-top:28px 0;
    line-height:1 em;
    overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif

    }
      .container_maps
{
	background-image:url('images/container_map.jpg');
	background-repeat:no-repeat;
    width: 740px; height:1700px ; 
  	margin-top: 0px;
    padding: 10px 10px 10px 310px;
    color:#000000;
    margin-top:28px 0;
    line-height:1 em;
    overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
    
       .container_location
    {
	background-image:url('images/container_location.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 800px;
  	margin: 0px;
    padding: 0px 30px 90px 320px;
    color:#000000;
    line-height:1 em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
    
     .container_brooklyn
    {
	background-image:url('images/container_brooklyn.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 100px;
  	margin: 0px;
    padding: 0px 10px 90px 320px;
    color:#000000;
    line-height:3 em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
    
    .container_contact
    {
	background-image:url('images/container_contact.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 500px;
  	margin: 0px;
    padding: 30px 10px 20px 20px;
    color:#000000;
    line-height:3 em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
      .container_shop
    {
	background-image:url('images/container_shop.jpg');
	background-repeat:no-repeat;
    width: 740px;  height: 100%;
    padding: 0px 0px 0px 0px;
    color:#000000;
    line-height:1 em;
    overflow:hidden;
    margin:0px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
    
      .container_cp
    {
	background-image:url('images/container_cp.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 100%;
  	margin: 0px;
    padding: 0px 0px 30px 320px;
    color:#000000;
    line-height:1.1em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
    
     
      .container_walking
    {
	background-image:url('images/container_walking.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 100%;
  	margin: 0px;
    padding: 0px;
    color:#000000;
    line-height:1.1em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
	
	.container_walking div {
		margin: 0px 0px 0px 320px;
	}
    
    .container_arts
    {
	background-image:url('images/container_arts.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 90px;
  	margin: 0px;
    padding: 0px 0px 0px 0px;
    color:#000000;
    line-height:1.2em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
	
		
	/***Buttons**/


    overflow: hidden;
    width: 100%;
}
	
	.container_arts div {
		margin: 0px 0px 0px 320px;
	}
   
    
     .container_harlem
    {
	background-image:url('images/container_harlem.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 100 %;
  	margin: 0px;
    padding: 5px 30px 0px 320px;
    color:#000000;
    line-height:1.2em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
    
    .container_private
    {
	background-image:url('images/container_private.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 300px ;
  	margin: 0px;
    padding: 5px 30px 0px 320px;
    color:#000000;
    line-height:1.2em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
     
     .container_night
    {
	background-image:url('images/container_night.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 100 %;
  	margin: 0px;
    padding: 5px 30px 0px 320px;
    color:#000000;
    line-height:2 em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
     
     .container_citytour
    {
	background-image:url('images/container_city.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 100 %;
  	margin: 0px;
    padding: 5px 30px 0px 320px;
    color:#000000;
    line-height:2 em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
     .container_picnic
     {
	background-image:url('images/container_picnic.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 220px;
  	margin: 0px;
    padding: 0px 0px 40px 320px;
    color:#000000;
    line-height:2 em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
     .container_movie
     {
	background-image:url('images/container_movie.jpg');
	background-repeat:no-repeat;
    width: 740px; height: 800 px;
  	margin: 0px;
    padding: 5px 30px 15px 320px;
    color:#000000;
    line-height:2 em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
     .container_photos
     {
	background-image:url('');
	background-repeat:no-repeat;
    width: 740px; height: 100%;
  	margin: 0px;
    padding: 0px 0px 0px 0px;
    color:#000000;
    line-height:2 em;
    overflow:hidden;
    margin:8px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif
    }
    
    
 }





/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; border-bottom: 1px dotted #666; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:left; padding: 6px 8px; border-bottom: 1px solid #eee;}
table.view-by td.sort-by a.current{ font-weight: bold;}
table.view-by td.sort-by a{ padding: 0 5px;}
table.view-by td.sort-by span{ padding: 0 5px;}
table.view-by td.sort-by strong{ text-transform: uppercase;}
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background: transparent;
    font-size:.95em;
    }
.bottom-sort table.view-by{ display: none;}
table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td span.top{ display: none;}
.bottom-sort table.pager td span.top{ display: inline; margin: 0 0 0 100px;}
table.pager td a{ color: #006898;}
table.pager ol{ margin: 0 20px 0 0;}
table.pager ol li span.on{ display: inline-block; padding: 0 3px; border: 1px solid #dadada; background: #efefef; font-weight: normal;}
table.pager span.page-total{ margin: 0 20px;}
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { width: 960px; margin: 0 auto; position: relative; }
.header { text-align:left; }
.header-top { width:940px; margin:0 auto; position:relative; z-index:100; }
.header-nav { width:950px; margin:0 auto; color: #bbf16e}
.middle { min-height:400px; margin:0 auto; text-align:left;}
.side-col { width:150px; }
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }

.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:685px;  }
.col-2-left-layout .col-main { float:right; width:740px; }
.col-3-layout .col-main { /*width:475px;*/ width: 500px; margin-left:17px; }

/* Style */
.header { }
/*
*
*  Header 
*
*/

.header { display: inline-block; padding: 0 0 1px 20px; width: 940px;}

.account .header{ background: url('images/banner6.jpg') repeat-x left bottom; padding: 0 0 5px 20px; margin: 0 0 5px 0;}
.account .page-head h3{ font: normal 2em Helvetica, Arial, sans-serif !important; color: #000000;}

.header #buzzsignup, .header #chatlink { cursor: pointer }
.header #logo { padding-top: 15px; } 
/*.header #navbar li {
 5px 5px 5px 20px;
 background: transparent url(http://img707.imageshack.us/img707/4816/icond.png) no-repeat ;}
.header #navbar { width:900px; margin-top: 20px } */
.cms-sbr-hottub .header #navbar{ margin-top: 14px;}
.header #navbar li#current { background-color: #5a9d1f !important; font-weight: bold; -moz-border-radius: 2px; border-top: solid 3px #5a9d1f !important; padding: 2px 11px; margin-top: -3px; height: 19px; -webkit-border-radius: 2px; }
.header #navbar li { float: left;  font-family: Helvetica Light, Arial; list-style-image:none; padding: 3px 11px; text-transform: uppercase; font-weight: normal; font-size: 13px; position: relative; margin: 0 5px; z-index:2000 }
.header #navbar li.on{ text-transform: uppercase; background-color: #5a9d1f ;  -moz-border-radius: 1px; border-top: solid 3px #5a9d1f; padding: 0px 11px; margin-top: -3px; height: 19px; -webkit-border-radius: 4px;}
.header #navbar li.on a:hover{ color: #000;;}
.header #navbar li.first { margin-left: 5px; }
.header #navbar li span.lower { text-transform:uppercase; }
.header #navbar li .sub-categories{ display: none; text-transform: uppercase; background: #fff; border: 2px solid #0b5f09; border-top: 2px solid #0b5f09 ; position: absolute; top: 17px; left: -4px; z-index: 1; width: 150px;}
.header #navbar li.on .sub-categories{ display: block; text-transform: uppercase; background: #fff  center top repeat-y; padding: 15px 0 10px 0;}
.header #navbar li.on .two-column{ background-position: -1px 0; width: 150px; }
.header #navbar li .sub-categories ul{ width: 150px; float: left; padding: 0;}
.header #navbar li .sub-categories ul li{ float: none; padding: 1px 15px; margin: 0; font: 12px Helvetica, Arial, sans-serif; color: #5a9d1f; text-transform: uppercase;}
.header #navbar li .sub-categories ul li a strong, .header #navbar li .sub-categories ul li strong{ color: #5a9d1f; font-size: 1.1em;}
.header #navbar li .sub-categories ul li a{ color: #000; }
.header #navbar li .sub-categories ul li:hover{ background-color: #b6ff4e ; -moz-border-radius: 0; border: none; padding: margin: 0; height: auto; -webkit-border-radius: 0;}


.header-top-container { }
.header-top { padding:10px; }
.header-nav-container { }
.middle-container { }




/* Category View styles */
.catalog-category-view .category-head { margin: 2px 0 7px -215px;}
.cms-page-view .category-head { margin: 2px 0 7px -215px;}
.catalog-category-view .col-left { margin: 50px 0 0 0;}
.cms-page-view .col-left { margin: 50px 0 0 0;}
.catalog-category-view .breadcrumbs { display: none;}
.cms-page-view .breadcrumbs { display: none;}

.category-swim .col-left, .category-bike .col-left, .category-run .col-left, .category-mind-body .col-left{ margin: 0;}




/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { min-height:16px; color:#333; font: bold 13px Helvetica Neue, Arial, Verdana, Tahoma, sans-serif; background-repeat:no-repeat; background-position:0 0; padding:3px 0 0 0; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }




/********************** Footer */
.footer-container { }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:8px;
    padding-left:4px;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#fff; }
.footer .informational a { text-decoration:none; }
.footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
    }


.footer_section { float:left; width:220px; height:298px; padding-left:15px; overflow: hidden; color: #555; }
.footer_section + .footer_section { border-left:solid #DBDBDB 4px; }
.footer_section a{ color: #666;}
.footer_section a:hover{ color: #333;}
.footer_section h2 { font-family: Helvetica, Arial; font-weight: normal; margin-top:15px; margin-bottom:10px; font-size:17px;  color:#111; }
.footer_section ul { font-family:Arial; float:left; width:45%; padding-right:10px; }
.footer_section li { color: #777; padding: 4px 0; font: normal 12px Helvetica, Arial, sans-serif;}
.footer_section#shop { background-color:#DDD; }
.footer_section#shop div#trybikeb { clear: left; background-color:#F5F5F5; border: solid 1px #F5F5F5; -moz-border-radius: 6px; -webkit-border-radius: 6px; margin-left: -10px; padding: 10px 8px; font-family: Arial; }

.footer_section#shop div#trybikeb h3 { background: url('../images/tiny-bikebuilder-icon.jpg') top left no-repeat; padding-left: 46px; font-size:17px; font-weight:normal; color:black; line-height:.9em; font-family: DIN, Verdana, Arial, sans-serif;}

.footer_section#shop div#trybikeb h3 span.smaller { font-size: 12px; }
.footer_section#shop div#trybikeb p { font-family: Arial, Tahoma; margin-top:10px; font-size:11px; color: #333; }
.footer_section#shop div#trybikeb p a{ color: #069; font-weight: bold;}
.footer_section#about { background-color:#EBEBEB; }
.footer_section.clubhouse { background-color:#F5F5F5; }
.footer_section#summary { width:234px; padding:0; margin: 0; }
.footer_section#summary li { width:234px; height:26px; font-size:18px; font-family: Arial, Tahoma; border-top: solid 1px #DDD; margin: 0px 0 0 10px; padding: 6px 0px 0px 0px; line-height: 1em; }
.footer_section#summary li.shipping { height:64px; }

.footer_section#summary li#contactus h3 { font-weight:normal; font-size:14px; font-family: DIN, Arial, sans-serif; color: #999; margin: 0; }
.footer_section#summary li#contactus h3 p{ font-family: Arial, sans-serif; }
.footer_section#summary li#contactus p { font-size: .7em;}
.footer_section#summary a { color: #999; }
.footer_section#summary p a{ color: #069;}

.footer_section#summary a.live-chat{ background: url('../images/live-chat-icon.jpg') top left no-repeat; width: 58px; height: 0; padding: 66px 0 0 0; overflow: hidden; display: inline-block; }
.footer_section#summary a.live-chat:hover{ background-position: left bottom;}

.footer_section#summary a.gear-expert{ background: url('../images/text/gear_expert.gif') top left no-repeat; width: 190px; height: 0; padding: 18px 0 0 0; overflow: hidden; display: block; }
.footer_section#summary a.gear-expert:hover{ background-position: left bottom;}

#copyright { clear:both; margin: 15px; font-size:11px; color:#777; font-family: Arial; }
#copyright .bug{ float: right;}



/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    height:24px;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border: none; }
.layered-nav h4 {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(images/icon.png) repeat-x 0 100% #fff; padding:8px 6px 4px 10px; }
.layered-nav .narrowed-category li .label {
    background:url(images/icon.png) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    background:#cad6e4;
    }
.narrow-by dl {
    padding:0 0 1em 0;
	border-bottom: 1px solid #e0e0e0;
    }
.narrow-by dt {
    margin:0;
    padding:6px 10px 10px 28px;
    background:url('images/icon.png') no-repeat 11px 6px;
    color: black;
    }
.narrow-by dt.on{ background-image: url('images/icon.png');}
.narrow-by dd{ display: none; }
.narrow-by dd.on{ display: block; }

.narrow-by dd {
    background:transparent;
	border-bottom: 1px solid #e1e1e1;
    padding:0 12px .8em 30px;
	margin: 0 0 5px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; border: none; }

.narrow-by ul.categorymenu li.on{ /*background-color: #ffe160; -moz-border-radius: 4px; border-top: solid 1px #FC0;*/ font-weight: bold; /*padding: 2px 11px; margin-top: -3px; margin-left: -11px; height: 16px; -webkit-border-radius: 4px;*/}
.narrow-by ul.categorymenu li.on a:hover{ color: #333;}



/********************** Catalog Listing */

/* Category Landing Main header image */
#categoryHeader{  width: 958px; height: 301px; margin: 0 0 15px 0; }


.categoryHeaderMindBody { background: url('../images/cat_landing_mind_body.jpg') left top no-repeat;}
#categoryHeader .switch-box{ position: relative;  width: 958px; height: 301px; margin: 0 0 15px 0;}
#categoryHeader ul{ position: absolute; bottom: 42px; right: 0; width: 230px;}
#categoryHeader ul li{ height: 60px; text-align: right; padding: 1px; margin: 0 0 1px 0; background: url('../images/bg_category_header.png') top left repeat;}
#categoryHeader li img{ float: right; margin: 0 0 0 5px; height: 56px; width: 62px; border: 2px solid #fdd400;}
#categoryHeader li a{ color: #fff; font: normal 15px/18px Helvetica, Arial, sans-serif; display: block; padding: 14px 14px 0 0; margin: 0 70px 0 0; background: url('../images/bg_category_links.gif') right bottom no-repeat;}
#categoryHeader li a:hover{ color: #dfdfdf;}




/* Grid Type */
.listing-type-grid { background:url(../images/bkg_products-grid3.gif) 0 0 repeat; }
.listing-type-grid .grid-row { border-bottom:1px solid #d9dde3; }
.listing-type-grid li.item { float:left; width:138px; padding:12px 10px; line-height:1.6em; overflow:hidden; }
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
/* Rewrites for different layouts */
.col-1-layout .listing-type-grid { background-image:url(../images/bkg_products-grid1.gif); }
.col-1-layout .listing-type-grid li.item { width:280px; }
.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { background-image: none; }
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:151px; }
.listing-type-grid .grid-row li.item { overflow: visible; position: relative;}



.divider-price { clear:both; height: 20px } 
.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart-box .form-button { float:left; padding: 0; background: transparent; margin: 10px 0 0 0;}

.add-to-box { text-align: left; margin: 60px 0 0 140px; }
.add-to-box li { display:inline; }



button.form-button-alt { /*background: url('../images/btn_checkout.gif') top left no-repeat; height: 30px; width: 148px; text-transform: uppercase; padding: 0; border: none; color: #069;*/}
button.form-button-alt:hover{ color: #09c;}
/*.shopping-cart button.form-button-alt span{ display: block; height: 30px; background: url('../images/btn-checkout-right.gif') top right no-repeat;}*/





div.lb-background{ position: absolute; top: 0; left: 0; background: url('../images/bg-lightbox.png') top left repeat; z-index: 400; width: 100%; height: 100%; display: none;}
div.lb-content{ display: none; border: none; left: 200px; padding: 30px 30px 15px 30px; position: absolute; top: 65px; z-index: 4000; height: auto; background: #fff; }
div.lb-content span.close{ color: #006699; cursor: pointer; text-align: right; display: block; padding: 10px 0 0 0; font-weight: bold;}
div.lb-content span.close:hover{ color: #2a477d;}

