/*
The following two lines are Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
body{margin:0px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

body
{
	color:#676767;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size:12px;
}

h1, h2, h3
{
	margin-top:0;
	color:#003663;
}

p {
	line-height: 1.2em;
}

a
{
	color:#003663;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	color:#00bff3;
}

table,
table td,
table th {
	border-collapse: collapse;
	border: 1px solid #003663;
}

#container {
	z-index: 1;
	display: block;
	position: relative;
}

#header {
	height: 100px;
	position: relative;
	z-index: 10;
	display: block;
}

#home-link {
	position: absolute;
	bottom: 0;
	left: 0;
}
#headerLinks {
	float: right; 
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	
}

#headerLinks a {
	display: inline; 
	padding: 0 10px;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#nav
{
	margin:10px;
	padding: 0 10px;
	height:2em;
	width: 540px;
	font-size: 130%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: url(../images/background-tiny.png) bottom repeat-x;
	display: block;
}

#menu
{
	list-style-type:none;
	margin:0;padding:0;
}

#menu li
{
	width:234px;
	text-align:center;
	float:left;
}

#menu li a
{
	display:block;
	height:27px;
	font-size:14px;
	padding-top:13px;
	color:#676767;
	text-decoration:none;
}

#content-wrap {
	display: block;
	position: relative;
	z-index: 2;
}

#leftColumn
{
	float:left;
	margin-left:10px;
	background-image:url(../images/bg_70_percent.png);
	border:1px solid #FED355;
	width:226px;
}

#leftNav
{
	list-style-type:none;
	margin:0;padding:0;
}

#leftNav ul
{
	list-style-type:none;
	margin:0;padding:0;
	margin-left:10px;
}

#leftNav li 
{

}

#leftNav li a
{
	display:block;
	height:20px;
	font-size:12px;
	padding-top:8px;
	color:#676767;
	text-decoration:none;
	border-bottom:1px solid #cccccc;
}

#rightColumn
{
	float:right;
	margin-right:11px;
	width:226px;
}

#slideshowColumn
{
	position:relative;
	margin-right:10px;
	height:420px;
	width:620px;
	float: right;
}

#slideshow img
{
	margin:10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#seriesContentColumn, #productContentColumn
{
	float:right;
	margin-right:10px;
	width:700px;	
}

#tabs {
	background: #fff;
}

.ui-widget-header {
	background: #ECECEC none repeat scroll 0 0;
	border:1px solid #a1a1a1;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-hover {
	background:#fff;
	border:1px solid #003663 !important;
	color:#003663;
}

.ui-state-hover a, .ui-state-hover a:hover {
	background: #fff;
	color: #003663;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#003663;
}

.homeContentColumn
{
	float: left;
	margin-left: 10px;
	width:307px;
	margin-bottom: 10px;
}

.homeContentColumn.content {
	min-height: 261px;	
}

.homeContentColumn.buttons {
	margin-bottom: 0;	
}

.homeContentColumn ul#product-buttons,
.homeContentColumn ul#product-buttons li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.homeContentColumn ul#product-buttons li a {
	display: block;
	text-indent: -5000px;
	background-image: url(../images/button-bikes.png);
	width: 260px;
	height: 61px;
	margin: 5px auto;
	outline: none;
} 

.homeContentColumn ul#product-buttons li.scooters a {
	background-image: url(../images/button-scooters.png);
}

.breadcrumb {
	color: #00bff3;
	margin: 0 125px 10px 0;
}

.addthis_button {
	position: absolute;
	top: 5px;
	right: 15px;
}

#standardContentColumn
{
	float:left;
	margin-left:10px;
	width:700px;
	min-height:516px;	
}

#tabs ul
{
	list-style-position: inside;
}


.homeContentColumnInner, #standardContentColumnInner, #leftColumnInner, #rightColumnInner, 
#seriesContentColumnInner, #productContentColumnInner, #slideshowColumnInner
{
	margin:10px;
}

.box,
#standardContentColumn,
.homeContentColumn,
#seriesContentColumn, 
#productContentColumn,
#slideshowColumn,
#nav,
#leftColumn {
	background: url(../images/background-box.png) bottom repeat-x;
	border:1px solid #a1a1a1;	
}

.box
{
	position: relative;
	font-size:10px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:226px;
	height:120px;
	background: url(../images/background-box-small.png) bottom repeat-x;
}

.box .boxInner {
	position: relative;
	height: 105px;
	margin-bottom: 10px;
}

#nav
{
	background: url(../images/background-box-tiny.png) bottom repeat-x;
}

#sidebar {
	clear: both;
}

#sidebar.standard-page,
#sidebar.single,
#sidebar.archive {
	clear: none;
}

#sidebar.standard-page .box,
#sidebar.single .box ,
#sidebar.archive .box {
	margin-top: 0;
	margin-bottom: 10px;
}

.box h3
{
	font-size: 14px;
	margin-bottom: 5px;
}

.box ul {
}

.boxInner
{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}

.boxInner h2 {
	margin-bottom:4px;
}

.FPFeatureProductWidget
{
	clear:both;
}

.FPFeatureProductImg
{
	float:left;
	margin-right:5px;
}

.FPFeatureProductName
{
	margin-top:0px;
	margin-bottom:4px;
	width:85px;
	float:left;
	font-weight:bold;
}

.FPFeatureProductDesc
{
	margin-top:0px;
	margin-bottom:0px;
	width:115px;
	height:60px;
	line-height: 15px;
	overflow:hidden;
	float:left;
}

.FPFeatureProductDesc p
{
	margin:0;
}

.FPFeatureProductDesc img
{
	display:none;
	visibility:hidden;
}

.more
{
	display:block;
	position: absolute;
	right: -0px;
	bottom: -10px;
	text-align:right;
	width:200px;
	margin-top:0;
	margin-bottom:2px;
	font-size:10px !important;
	font-weight: normal !important;
	color:#003663;
}

.more a,
.more a:visited,
.more a:link,
.more a:active,
.more a:focus
{
	text-decoration:none;
}

dl.gallery-item {
	margin: 0px;
	width: 200px;
}

#footer
{
	margin:10px;
	padding: 0 10px;
	color:#003663;
	font-size:10px;
}

#footer-menu
{
	float:left;
	margin-bottom:10px;
}

#footer-menu a
{
	margin-right:10px;
}

#footer-copyright
{
	float:right;
	margin-bottom:10px;
}

#footer-copyright a
{
	margin-left:10px;
}

.piclenselink {
	display: none;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#frmSS41 input {
	background: #fff;
	border: 1px solid #00bff3;
	margin: 0;
	-moz-border-radius: 5px;
	font-size: 140%;
	color: #003663;
}

#frmSS41 label {
	width: 100%;
	font-size: 140%;
	text-align: center;
}

#frmSS41 fieldset {
	border: none;
	position: relative;
	width: 90%;
	margin: 15px auto;
	display: block;
	text-align: right;
}

#frmSS41 .submit {
	font-weight: bold;
	margin-top: 10px;
}

#quick-subscribe {
	width: 100%;
	text-align: center;
}


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:10px auto 0 auto; 
	width: auto; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:0;
	background: none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0; 
	display:none;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 

}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#676767;
	font-size:1em;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 0px;
	text-align: left;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #676767;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	vertical-align:top;
	border: 1px solid #00BFF3;
	color: #003663;	
	-moz-border-radius: 5px; 
	background: #F9F9F9;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #00BFF3; 
	background: #F9F9F9;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#676767;
}

.cform textarea {
	width:568px;
}

.cform input {
	width:298px;
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:#676767;
	font-size:1em;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 0px;
	font-weight: normal;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 

ol.cf-ol li.cf-box-group label,
ol.cf-ol li.cf-box-group label span {
	width: auto;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 3px 0pt 0pt !important;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:auto; 
	margin: 0;
	font-size:140%;
	color: #003663;
	-moz-border-radius: 5px;
	font-weight: bold;
	border-color: #00BFF3 !important;
	background: #fff;
}
.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	/*
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
	*/
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:auto;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}



/* Styles for newsletter signup form */

.box p.cf_info 		{
	margin:0;
	width:200px;
	text-align:center;
}

.box .usermessage2a, .box .failure, .box .failure2
{
	margin:0;padding:0px !important;width:200px;line-height:1em;font-size:10px;border:1px solid red;
}

.box ol.cf-ol .box li.cf_li_err
{
	margin:0 !important;
	padding:0 !important;
}


#cforms2form
{
	width: auto;
	margin-top:10px;
}

 .box ol.cf-ol
{
	padding:0!important;
	border:0;
}

#li-2-1 label
{
	display: none;
}

#cf2_field_1
{
	width:200px;
	height:20px;
}

.linklove
{
	display:none;
}


/********************************************************
 * CLEAR SOME FLOATS									*
 ********************************************************/
.post:after,
#header:after,
#sidebar:after,
#content-wrap:after,
#footer:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}



#buy { width: 200px;}
#buy h3 {}

