@font-face {
	font-family: 'Nevis';
	src: url('/fonts/nevis.eot');
}

@font-face {
 font-family: 'Nevis';
 src: url("/fonts/nevis.ttf") /* TTF file for CSS3 browsers */
}

.rounded, legend, fieldset, .promotion {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.button, .gbutton, #nav a {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

.button_inner {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.shopbutton {
	width:362px;
	height:132px;
	margin-right:10px;
	float:left;
	background:url(../images/_09hp/_shop.png) top no-repeat;
}

.newsitem h3 a {
	border:none;
}

.newsitem h3 a:hover {
	border:none;
	color:#300;
}

.hpbutton h3 {
	padding: 25px 100px 15px 15px;
	font-size:15px;
	color:#002A88;
	margin:0;
	text-shadow:1px 1px #fff;
}

.hp-promotions .promotion {
	width:180px;
	float:left;
	margin:38px 47px 20px 0;
}

.hp-promotions .lastpromotion {
	margin-right:0;
}

.hp-promotions h4 {
	display:block;
}

.manufacturer ul {
	color:#444444;
	font-size:14px;
	line-height:25px;
}

.hpbutton a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

.hpbutton a:hover {
	border-bottom:1px solid #ccc;
}

.hpbutton a.button {
	border-bottom:1px solid #ccc;
}

.hpbutton p {
	font-size:11px;
	padding:0 135px 0 15px;
	margin:0 0 20px;
}

.trainingbutton {
	width:362px;
	height:132px;
	float:left;
	background:url(../images/_09hp/_training.png) top no-repeat;
}

.frag-left {
	width:310px;
	font-size:12px;
	float:left;
}

.frag-right {
	margin-left:330px;
}

.frag-right img {
	width:365px;
}

.frag-left h3 {
	color:#002A88;
	padding:0;
	margin:15px 0;
}

.frag-left a {
	color:#002A88;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

.frag-left a:hover {
	border-bottom:1px solid #ccc;
}

.frag-left p.link a {
	border-bottom:1px solid #ccc;
	color:#333;
}

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 4px 0 0 4px;
	background:url(../images/_09hp/_tabs.gif) bottom repeat-x #eee;
	border:1px solid #cbcbcb;
	border-bottom:none;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
	min-width:50px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 5px;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #222;
	text-shadow:1px 1px #fff;
	border:1px solid #cbcbcb;
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
    outline: 0; /* prevent dotted border in Firefox */
	background:#f6f6f6;
}

.ui-tabs-panel {
	border:1px solid #cbcbcb;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	border-top:none;
	height:330px;
	margin-bottom:20px;
}

.ui-tabs-panel p.link {
	clear:both;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 50px; /* IE 6 treats width as min-width */
    min-width: 50px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a  {
    border-bottom:1px solid #fff;
	background:#fff;
	color:#002A88;
	z-index:1;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-hide {
	display:none;
}

.ui-tabs-panel {
    padding: 20px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



.leftcol {
	width:735px;
	float:left;
	text-align:left;
	margin-bottom: 20px;
}

.contact fieldset {
	border:1px solid #eee;
	padding:10px 20px;
	text-align:left;
}



.contact .required {
	color:#900;
}

.contact legend {
	font:10px Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	padding:4px 8px;
	border:1px solid #eee;
}

.contact label {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.datestamp {
	width:50px;
	float:right;
	background:#f6f6f6;
	margin-top:-6px;
	margin-right:10px;
	margin-left:15px;
}

.datestamp .month {
	display:block;
	background:#002B8B;
	color:#fff;
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	padding:3px 0;
	font-weight:bold;
	text-shadow:1px 1px #000969;
	border-bottom:1px solid #000969;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topleft:3px;
	-webkit-border-radius-topright:3px;
	-khtml-border-radius-topleft:3px;
	-khtml-border-radius-topright:3px;
	letter-spacing:2px;
}

.datestamp span.day {
	text-align:center;
	color:#333;
	text-shadow:1px 1px #fff;
	display:block;
	border:1px solid #eee;
	font-size:24px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-radius-bottomleft:3px;
	-webkit-border-radius-bottomright:3px;
	-khtml-border-radius-bottomleft:3px;
	-khtml-border-radius-bottomright:3px;

}

.datestamp span.day div {
	border:1px solid #fff;
	padding:4px 0;
}

.contact input, .contact textarea {
	border:1px solid #ddd;
	padding:5px;
	font:12px Arial, Helvetica, sans-serif;
	color:#777;
}

.notice p {
	background:#FEFFE3;
	border:2px solid #FFFFCC;
	margin:0 0 10px 0;
	padding:10px 20px;
	text-align:left;
	color:#63644E;
	font-size:12px;
	font-weight:bold;
}

.article {
	padding:20px 0 0 0;
	margin:0 0 20px 0;
}

.article h3 {
	margin:0;
	padding:10px 0 10px 10px;
	color:#900;
	font-weight:normal;
	text-transform:none;
	border-bottom:1px solid #F0E9C2;
	border-top:1px solid #F0E9C2;
	font-size:1.1em;
	background:#FEFEF7;
	line-height:25px;
}

.article small {
	color:#999;
	font-size:0.7em;
	padding-top:10px;
	padding-right:10px;
	margin-left:15px;
}

.article p {
	color:#777;
	font-size:1.2em;
	line-height:1.6em;
}

.article p.meta {
	border-top:1px solid #f6f6f6;
	font-size:0.7em;
	text-align:right;
	padding-top:5px;
	color:#999;
}

.article a {
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	text-decoration:none;
}

.article a:hover {
	color:#000;
	border-bottom:1px solid #999;
}

.article h3 a {
	text-decoration:none;
	color:#900;
	border:none;
}

.article h3 a:hover {
	border:none;
}

.sticky {
	padding: 0;
	margin: 20px 0;
}
.sticky h3 {
	margin: 0;
	background-image: url(../images/pin.png);
	background-repeat: no-repeat;
	background-position: 454px center;
	line-height: 1em;
	padding: 12px 32px 12px 10px;
}
.sticky .inner {
	background: #fefef7;
	padding: 0 10px;
	overflow: hidden;
	border-bottom: 2px solid #f0e9c2;
}

.mcontact {
	clear:left;
}

#map {
	margin:0;
	float:left;
	width:485px;
	height:450px;
	border:1px solid #eee;
	margin-bottom:20px;
	font-size: 10px;
}

#branch_bar { 
	width: 485px;  
	float:left; 
	margin:0;
	border:1px solid #eee;
	border-bottom:0;
}

#branch_bar a { 
	display:inline-block;
	float:left;
	margin:0; 
}

.gmap p {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}

#branch_bar a:hover { color:#333; }

.contact input[type=submit] {
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	width:auto;
}

.contact input[type=submit]:hover {
	border:1px solid #ccc;
}

.rightcol {
	margin-left:755px;
	text-align:left;
}

.bikerange h2 {
	margin-bottom:15px;
}

.bikerange .accordionContent ul {
	margin:0;
	padding:10px 0 0 0;
	border-top:1px dotted #ccc;
}

.bikerange .accordionContent ul li {
	list-style:none;
	margin:0 10px 5px 10px;
	padding:0 0 5px 0;
	font-size:11px;
	border-bottom:1px dotted #eee;
}

.bikerange .accordionContent li a {
	color:#900;
	text-decoration:none;
}

.newsitem h3 {
	margin:0 0 5px;
	font:13px Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
	letter-spacing:0;
	webkit-border-radius:0;
}

.newsitem h3 a {
	color:#900;
	text-decoration:none;
	webkit-border-radius:0;
}

.newsitem p, .promotion p {
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:18px;
	margin:2px 0;
}

.newsitem {
	padding:15px;
}

.newsitem a.button {
	padding:2px 5px;
}

.newsitem small {
	font:10px Arial, Helvetica, sans-serif;
	color:#999;
	margin:0;
}

.sticky-newsitem {
	border: 1px solid #f0e9c2 !important;
	background: #fefef7 !important;
}

.newsitem p img {
	width:60px;
	height:auto;
	float:right;
	background:#fff;
	padding:3px;
	margin:0 0 5px 5px;
	border:1px solid #eee;
}

.bikerange .rounded {
	margin-bottom:10px;
}

.promotion {
	background:#FEFEF7;
	padding:15px;
	border:1px solid #F0E9C2;
	color:#675928;
	margin: 0 0 20px;
	float:left;
}

.promotion p {
	color:#675928
}

.promotion p.image {
	text-align:center;
}

.promotion h4 a {
	color:#900;
	text-decoration:none;
}

.promotion h4 a:hover {
	color:#300;
}

.promotion img {
	padding:5px;
	background:#fff;
	border:1px solid #eee;
	margin:5px 0;
}

.promotion h3 {
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	text-transform:none;
	margin:0 0 5px 0;
}

.promotion h4 {
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	margin:0 0 5px 0;
}

.promotion p {
	margin:0 0 5px;
}

.manufacturer {
	width:490px;
	float:left;
}

.rightcol .bikerange {
	margin-left:0;
}
.bikerange {
	margin-left:510px;
	margin-bottom: 20px;
}

.manu {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #ccc;
	padding-top:5px;
}

.manu a {
	color:#900;
	text-decoration:none;
}

.manu a:hover {
	color:#300;
}

.tour {
	background:#fff;
	padding:4px 4px 1px 4px;
	border:1px solid #eee;
	z-index: -99999;
}

.manufacturer p {
	color:#444;
	line-height:25px;
	font-size:14px;
}

.manufacturer h1 {
	margin-bottom:15px;
}

.refine {
	padding:10px;
	margin-right:19px;
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}

em.caption {
	font:11px Arial, Helvetica, sans-serif;
	color:#999;
	background:#f6f6f6;
	border:1px solid #eee;
	border-top:0;
	display:block;
	padding:3px 6px;
}

.refine select {
	text-transform:none;
	margin-top:-3px;
}

.leftcol .refine a {
	border:none;
	padding-top:-3px;
}

.leftcol .refine a:hover {
	border:none;
}

.rounded .rounded {
	background:#fff;
	padding:0 10px 10px 10px;
	border:1px solid #eee;
	border-top:none;
}

.rightcol h2 {
	margin-left:0;
	margin-right:0;
}

.accordionButton, .accordionButtonSelected {
	border:1px solid #eee;
	background:#fff;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
}

.rightcol .accordionButton a, .rightcol .accordionButtonSelected a, .bikerange .accordionButton a, .bikerange .accordionButtonSelected a {
	display:block;
	padding:5px 10px;
	border:none; 
	font:10px Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
}

.rightcol .accordionButton a:hover, .rightcol .accordionButtonSelected a:hover, .bikerange .accordionButton a:hover, .bikerange .accordionButtonSelected a:hover {
	border:none;
}

.accordionButton {
	margin-top:4px;
}

.accordionContent {
	margin-bottom:4px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px
}

.bikerange .accordionContent {
	border:1px solid #eee;
	border-top:0;
}

.accordionButtonSelected {
	border-bottom:none;
	margin-top:4px;
}

.rightcol .accordionButton a, .bikerange .accordionButton a {
	background:url(../images/_09hp/_plus.gif) no-repeat #fff;
	background-position:153px 6px;
	color:#666;
}

.bikerange .accordionButton a, .bikerange .accordionButton a:hover, .bikerange .accordionButtonSelected a, .bikerange .accordionButtonSelected a:hover {
	background-position:205px 6px;
	text-decoration:none;
}

.accordionButton a:hover{
	background:url(../images/_09hp/_plus-hover.gif) no-repeat #fff;
	background-position:153px 6px;
	color:#333;
}

.accordionButtonSelected a {
	background:url(../images/_09hp/_minus.gif) no-repeat #fff;
	background-position:153px 6px;
	text-decoration:none;
	color:#333;
}

.accordionButtonSelected a:hover {
	background:url(../images/_09hp/_minus-hover.gif) no-repeat #fff;
	background-position:153px 6px;
	color:#333;
}

.tab a img.mag {
	display:none;
}

.tab {
	position:relative;
}

.tab a:hover img.mag {
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
}

.rightcol fieldset {
	padding:5px 10px;
	border:1px solid #eee;
	font-size:12px;
	margin:0 0 10px;
}

.rightcol legend {
	padding:4px 8px;
	border:1px solid #eee;
	background:#fff;
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.rightcol fieldset ul, .rounded .rounded ul {
	margin: 0;
	padding:0;
}

.rightcol fieldset ul li, .rounded .rounded ul li {
	line-height:22px;
	list-style:none;
	font-size:12px;
}

.rightcol fieldset ul li a, .rounded .rounded ul li a {
	color:#900;
	font-weight:bold;
	border:none;
}

.rightcol fieldset ul li a:hover, .rounded .rounded ul li a:hover {
	color:#200;
	border:none;
}

.rightcol fieldset ul li a span, .rounded .rounded ul li a span {
	color:#999;
	font-weight:normal;
}

.rightcol fieldset select, .rounded .rounded fieldset select {
	border:1px solid #eee;
	background:#fff;
	padding:3px;
}

#search p {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}

#search input {
	padding:5px;
	float:left;
	margin-right:10px;
}

#search input[type=submit] {
	padding:4px 8px;
}

#search p.link {
	text-align:left;
	margin:0;
	padding:0 5px;
}

#bikeimages-nav a img {
	border:1px solid eee;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

#bikeimages-nav a:hover img, #bikeimages-nav a.active img {
	border:1px solid #000;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
}

#bikeimages .tab {
	width:370px;
	float:left;
}

#bikeimages-nav {
	margin:0 0 0 371px !important;
	margin:0 0 0 360px;
	padding:0;
}

#bikeimages-nav li {
	list-style:none;
	float:left;
	margin:0 0 2px 5px;
	padding:0;
}

#bikeimages-nav li img {
	border:1px solid #ccc;
	margin:0;
}

.images {
	padding:20px 0;
}

.description {
	float:left;
	width:370px;
	margin-bottom: 20px;
}

.description p {
	font:14px Arial, Helvetica, sans-serif;
	color:#444;
	line-height:20px;
	padding-right:20px;
}

.bikefeatures {
	margin-left:375px;
}

table.fragtable {
	margin-bottom:20px;
}

.bikefeatures table, table.fragtable {
	background:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
}

.bikefeatures table th, .bikefeatures table td, table.fragtable th, table.fragtable td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 7px;
	font:14px Arial, Helvetica, sans-serif;
	color:#444;
}

tr.price td {
	color:#900;
	font-weight:bold;
}

p.link .gbutton {
	background:url(../images/_09hp/gbutton.png) bottom repeat-x #9BE007;
	border:1px solid #64B404;
	border-bottom:1px solid #53a303;
	padding:5px 10px;
	color:#fff;
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#E0F4BA;
	text-shadow:1px 1px #fff;
}

p.link a.gbutton:hover {
	color:#fff;
	border-bottom:1px solid #53a303;
}

.bikefeatures table th, table.fragtable th {
	color:#111;
	width:70px;
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	background:#eee;
}

h1 {
	font-size:28px;
	margin:0 10px; padding:0;
	text-align:left;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:29px;
	color:#002B8B;
	text-transform:uppercase;
	font-family: 'Nevis', Helvetica, Verdana, Sans-Serif;
}
h2 {
	font-size:15px;
	margin:0 10px; padding:0;
	text-align:left;
	line-height:20px;
	letter-spacing:-1px;
	color:#002B8B;
	text-transform:uppercase;
	font-family: 'Nevis', Helvetica, Verdana, Sans-Serif;
	font-weight:normal;

}
h3 {
	font-size:20px;
	margin:5px 10px; padding:0;
	text-align:left;
	line-height:14px;
	letter-spacing:-1px;
	color:#535353;
	text-transform:uppercase;
	font-family: 'Nevis', Helvetica, Verdana, Sans-Serif;
}

.leftcol h1, .leftcol h2 {
	margin-left:0;
}

.rounded {
	border:1px solid #ccc;
	background:url(../images/_09hp/rounded.png) bottom repeat-x;
} 

.rounded .left {
	border-right:1px solid #ccc;
	background:url(../images/_09hp/shop.gif) no-repeat;
	background-position:250px 5px;
	padding-bottom:37px;
}

.rounded .right {
	background:url(../images/_09hp/training.png) bottom right no-repeat;
}

.rounded .right {
	border-left:1px solid #fff;
}

.rounded h2 {
	margin-left:0;
}

.rounded .left p, .rounded .right p {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	padding-right:100px;
	line-height:17px;
}

.rounded .right p {
	padding-right:150px;
}

.rounded a {
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

.rounded a:hover {
	border-bottom:1px solid #999;
}

.button {
	padding:6px 10px;
	border:1px solid #ccc;
	background:url(../images/_09hp/button.png) bottom repeat-x #fff;
	border-bottom:1px solid #999;
	border-top:1px solid #ddd;
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#555;
	text-decoration:none;
	cursor:pointer;
	-webkit-border-radius:12px;
	text-shadow:1px 1px #fff;
}


.button:hover {
	color:#222;
}

.rcol {
	width:325px;
	padding:20px;
	float:left;
	text-align:left;
}

.introleft {
	width:300px;
	float:left;
}

.introright {
	margin-left:330px;
}

.introleft h1, .introleft h2 {
	padding-left:none;
	text-align:left;
	margin-left:0px;
}

.introright p, p.first {
	margin:0;
	font-size:14px;
	color:#999;
	line-height:20px;
}

.introright p a {
	color:#002B8B;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

.introright p a:hover {
	color:#001a7a;
	border-bottom:1px solid #eee;
}

.clear {
	clear:left;
}

.homepage .tab {
	border:none;
	background:none;
	padding:0;
}

ul#tab-container-1-nav {
	list-style-type: none;
	width:720px;
	float: left;
	padding-left:5px;
	padding-right:3px;
	background: url(../images/_09hp/pixel.gif) bottom left repeat-x;
}

ul#tab-container-1-nav li {
	margin: 0 2px 0 0;
	float: left;
}

ul#tab-container-1-nav li.right {
	float:right;
}

ul#tab-container-1-nav li.right a {
	padding:3px 9px 3px 24px;
	background:url(../images/_09hp/scooter.png) no-repeat;
	background-position:5px 5px;
}

ul#tab-container-1-nav li.right a.active {
	padding-bottom:5px;
	border-bottom:none;
	background:#fff url(../images/_09hp/scooter.png) no-repeat;
	background-position:5px 5px;
}

ul#tab-container-1-nav a {
	float: left;
	display: block;
	padding: 3px 9px;
	border: 1px solid #fff;
	border-bottom: 0;
	color: #666;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
}

ul#tab-container-1-nav a:hover {
	background: #fff;
	color:#333;
}

ul#tab-container-1-nav a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #00f;
	border:1px solid #ccc;
	border-bottom:none;
	color:#002B8B;

}

.bike {
	width:230px;
	float:left;
	margin:5px 10px 5px 0;
	font-size:11px;
	height:125px;
}

.bike .bikeimage {
	float:left;
	margin:10px 0 0 10px;
	width:98px;
	border:1px solid #dfdfdf;
	height:73px;
}

.bike ul.details {
	margin:10px 10px 10px 120px;
	padding:0;
}

.bike ul.details li.heading {
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
}

ul.details a {
	color:#002B8B;
	border:none;
	text-decoration:none;
}

ul.details a:hover {
	border:none;
}

ul.details li.heading a {
}

.rounded .bike a {
	padding:0;
	margin:0;
	bordeR:none;
}

.rounded .bike a.preview {
	border:none;
}

ul.details li.heading a:hover {
	border-bottom:1px solid #ccc;
}

.bike ul.details li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:16px;
}

.bike ul.details li.price {
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#900;
	margin-top:5px;
	border-top:1px dotted #ccc;
	text-align:right;
}

.bike ul.details li strong {
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#aaa;
	text-transform:uppercase;
}

.bike ul.details li.price span {
	color:#999;
	font-size:90%;
}

p.link {
	text-align:center;
	padding:10px 0;
}

.tab h2 {
	margin-bottom:10px;
}

.tab {
	margin-bottom:15px;
}

.hot {
	margin:10px 0 10px 0;
	text-align:center;
	padding:10px;
	font-size:12px;
}

.rightcol .rounded {
	margin-bottom:15px;
}

.hot img {
	border:1px solid #ccc;
	margin-bottom:10px;
}

.hot a {
	color:#002B8B;
	border:none;
	font-weight:bold;
}

.hot a:hover {
	border:none;
}

.hot span.price {
	font-weight:bold;
	color:#900;
}

.biketitle {
	width:400px;
	float:left;
	font-weight:normal;
}

.biketitle span {
	text-transform:none;
	display:block;
	font-size:24px;
	color:#666;
	font-weight:normal;
}

h2.price {
	text-align:right;
	color:#900;
	font-size:26px;
	margin:10px 10px 0 0;
	font-weight:normal;
}

h3.location {
	float:right;
	margin:15px 10px 0 0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	text-transform:none;
	letter-spacing:normal;
}

.inner {
	padding:15px;
}

ul.nxpv {
	margin:0 0 15px;
	padding:0 0 7px;
}

ul.nxpv li {
	list-style:none;
	padding-bottom:7px;
}

ul.nxpv li.left {
	float:left;
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/_09hp/arrow_small_left.gif) left no-repeat;
}

ul.nxpv li.right {
	float:right;
	margin:0;
	padding:0 10px 0 0;
	background:url(../images/_09hp/arrow_small_right.gif) right no-repeat;
}

ul.nxpv a {
	color:#900;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	padding:5px 0;
}

.bikefeatures a.button {
	-webkit-border-radius:15px
}

