﻿/*** Body Definitions ***/
*{
    margin:0; 
    padding:0; 
}

img{border:none;}

body{
    background-repeat:repeat-x;
    line-height:1.4em;
    font-family: Tahoma, Arial;
    font-size:11px;
    background-color:#ffffff;
}

/*** Website wrapper Div ***/

#wrapper{ 
    margin:0 auto; 
    width:1000px;  
    min-height:400px; 
    background-color:#ffffff;
    margin-top:20px;
    margin-bottom:20px;
}

#container{
    float:left;
    background:#FFFFFF;
    background-repeat: repeat-x;
    width:1000px;
    padding-top:15px;
}

/*** Website Heading ***/

#header{
    width:1000px;
    height:128px;
    background-color:#000000;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;	
}

#jt-logo{
    float:left;
    width:573px;
    height:128px;
}

#top-images{
    width:346px;
    float:right;
    padding-top:20px;
    height:128px;
}

.website-heading{
    padding:0;
    margin:0;
}

.header-pic{
    float:left;
    margin-right:20px;
}

/*** Horizontal Menu Style with Rollover ***/

#menu{ 
    margin:0 auto; 
    width:1000px;
    height:32px; 
    background-color:#cc0000; 
    background-image:url(/images/menu-bg.jpg);
    background-repeat: repeat-x;
    text-transform: uppercase;
}

#menu ul{ 
    list-style-type: none;
}

#menu ul li{
    float:left;
    color:#FFFFFF;
    font-family: Tahoma, Arial, sans-serif;
    border-right:1px solid #b61716;
    border-left:1px solid #dd4747;
    font-size:11px;
    font-weight:bold;
}

#menu ul li a{
    color:#FFFFFF;
    display: block;
    text-decoration:none;
    border-right:1px solid #94b0cb;
    border:0;
    padding-left:15px;
    padding-right:15px;
    line-height:2.5em;
}

#menu ul li a:hover{
    background-color:#d32223;
    background-image: url(/images/menu-bg-over.jpg);
}

#menu li ul {
    display: none;
    position: absolute;
    background:#b61716;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 4px 0;
}

#menu li:hover ul {
    display: block;
}

#menu li li {
    float: none;
    text-transform: none;
    border: none;
}

#menu li li a:hover {
    background: #000;
}

#shadow {
    width:1000px;
    height:7px;
    background-image:url(/images/shadow-menu.jpg);
}

#bluebanner {
    width:1000px;
    height:54px;
    background-image:url(/images/blue-banner.jpg);
}

#member-login{
    margin:0 auto;
    width:980px;
    height:40px;
    background-color:#b6cee7;
    margin-top:5px;
}

#member-login p{
    line-height:3.5em;
    font-size:11px;
    vertical-align:middle;
    margin-left:10px;
}

#member-login p a{
    font-weight:bold;
}

.login{
    vertical-align:middle;
    border:0;
    /*margin-top:-3px;*/
}

.incorrect-login{
    margin-left: 150px;
    color:Red;
}

#lhs{
    float:left;
    width:190px;
    background: none;
    margin-right:10px;
}

#rhs{
    float:right;
    width:190px;
    background:none;
}

/*********************  Main Content *************************/

#content {
    float:left;
    width: 587px;
    margin-left:0px;
    padding:4px;
    min-height: 450px;
}

#content ul{
    margin-bottom:10px;
}

#content ul li, #content ol li{
    color:#666666;
}

#feature {
    width:587px;
    height:205px;
    margin-bottom: 20px;
}

#special-details{
    width:265px;
    float:left;
}

#special-image{
    width:320px;
    float:left;
}

.bike-special{
    margin-left:15px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
}

.price{
    font-family:tahoma, arial;
    font-size:18px;
    font-weight:bold;
}

.add{
    border:0;
}

#content .more, #content .more:hover{
    font-size:11px;
    color:#990000;
}

#latest-news{
    width:585px;
}

.news-article{
    float:left;
    margin-bottom:10px;
    background-color:#eeeeee;
    padding:10px;
    width: 560px;
}

.article-image{
    float:left;
    margin-right:10px;
    width:140px;
}

.article-text{
    float:left;
    width:410px;
}

.news-image{
    border:0;
}

/*********************** products page ***********************/

.product{
    float:left;
    margin-top:10px;
    margin-bottom:15px;
}

.product-image{
    float:left;
    width:150px;
    margin-right:10px;
}

.product-image .smallprice{ margin-left:5px;}

.product-text{
    float:left;
    width:400px;
}

.small-product{
    border:1px solid #CCCCCC;
}

#product-specs{
    float:left;
    margin-bottom:10px;
    width:220px;
}
#product-specs h3{
    margin-bottom:10px;
}

#product-specs ul li{
    padding-left:0px;
}

#product-image-box{
    float:right;
    text-align:center;
    
    margin-right:0px;
    margin-top:0;
    width:320px;
}

#product-title {
    width:190px;
    height:35px;
}

.details-product-image{
    border:1px solid #cccccc;
    padding:6px;
    margin-right:5px;
    /*width:306px;*/
}

#image-changer{
    float:left;
    width:322px;
    padding:0px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:left;
}

.bike-thumbnail{
    border:1px solid #cccccc;
    padding:0;
    margin:0;
    margin-right:0px;
    width:100px;
}

.product-main{
    float:right;
    border:1px solid #cccccc;
}

/*************** Comparitor Page ****************/

#comparitor1{
    float:left;
    margin-right: 10px;
}

.comparitor2{
    border-left:1px solid #cccccc;
    float:left;
    padding-left: 10px;
}

.comparitor-description{
    min-height: 60px;
}

.comparitor-image-div{
    min-height: 240px;
    height: auto;
}

.comparitor-image-div .comparitor-product-image, .comparitor-image-div .comparitor-product-image{
    border:1px solid #cccccc;
    padding:4px;
    width:260px;	
}

/*********************** left hand side ***********************/

.box h3{
    margin-bottom:10px;
}

h3 span{
    display:none;
}

.box{
    float:left;
    background-color:#000000;
    padding:10px;
    width:170px;
}

.searchbox{
    float:left;
    background-image:url(/images/search-bg.jpg);
    width:189px;
    height:102px;
    margin-bottom:15px;
}

.loginbox{
    float:left;
    background-color:#000000;
    width:170px;
    padding:10px;
}

.loginbox p{
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-size:11px;
}
.red {
    color: #ee3338;
}

#logintitle {
    width:192px;
    height:26px;
}

.search{
    float:right;
    border:0;
    margin-right:10px;
}

.search-field{
    height:20px;
    width:145px;
    margin-top:35px;
    margin-left:10px;
}

.login-field{
    height:20px;
    width:145px;
}

.box ul{
    margin-left:3px;
    list-style:none;
    margin-top:10px;
}

.box ul li, .box ul li a, .box ul li a:hover{
    color:#FFFFFF;
}

.box ul li a{
    text-decoration:none;
}

.box ul li a:hover{
    text-decoration:underline;
    color:#FFFF33;
}

.left-ad, .right-ad{
    border:0;
    margin-bottom:10px;}

/************************** RHS ********************************/

.login{
    float:left;
}

.box p{
    color:#FFFFFF;
    margin-bottom:0;
}

/********************* Product Catalogue ***********************/

#product-catalogue ul li{
    line-height:1.8em;
    background:url(/images/plus-toggle.gif) 0 7px;
    background-repeat:no-repeat;
    padding-left:10px;
}

#product-catalogue ul li a{
    text-decoration:none;
    margin-left:10px;
}

#product-catalogue ul li a:hover{
    text-decoration:underline;
    color:#FFFF33;
}

#product-catalogue ul li ul{
    padding-left:0px;
    margin-top:0px;
    margin-bottom:5px;
}

#product-catalogue ul li ul li{
    line-height:1.0em;
    padding:5px;
    font-size:11px;
    padding-left:20px;
}

#product-catalogue ul li ul li a{
    margin-left:0px;
}

/******************** News Page ******************************/

.main-news-article{
    float:left;
    width:560px;
    margin-bottom:20px;
    border-bottom:1px solid #cccccc;
    padding-top:10px;
    padding-bottom:6px
}

.image-col{
    float:left;
    padding-right:15px;
    text-align:center;
}

.description-col{
    float:left;
    width:410px;
}

.news-image-large{
    border:1px solid #cccccc; 
    float:right;
    padding: 10px;
    margin: 20px;
    margin-right:40px;
}

/******************** Heading Styles *************************/
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:23px;
    font-style:normal;
    color:#002f5e;
    font-weight:bolder;
    margin-bottom:10px;
}

h2 {
    clear:both;
    font-size: 16px;
    color: #ee3338;
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bolder;
}

h2 a{ 
    color: #990000;
    text-decoration:none;
}

h2 a:hover{ 
    color: #990000;
    text-decoration:underline;
}

h3 { 
    clear:both;
    font-size:14px;
}

h3 a{ 
    color: #990000;
    text-decoration:none;
}

h3 a:hover{ 
    color: #990000; 
    text-decoration:underline;
}

#special-details h3{
    margin-bottom:10px;}
    
#special-details h3 a{ 
    color: #000000;
}
#special-details h3 a:hover{ 
    color: #000000;
}

h4, h4 a{ 
    font-size: 12px; 
    text-decoration:none;
    margin-bottom:10px;
    color:#333333;
}

h4 a:hover{
    text-decoration:underline;
} 

.article-text h4, .article-text h4 a{ 
    font-size: 12px; 
    text-decoration:none;
    margin-bottom:10px;
    color:#333333;
}

.article-text h4 a:hover{
    text-decoration:underline;
} 

/*** Paragraph Styles ***/

p, textarea {
    margin:0; 
    margin-bottom:10px; 
    color: #454545; 
    line-height:1.4em; 
    font-size:11px;
    font-family:tahoma, arial, sans serif;
}

p a{ 
    color:#990000;
    text-decoration:none;
}

p a:hover{ 
    color: #990000; 
    text-decoration:underline;
}

.box p a{ 
    color:#FFFF33;
    text-decoration:none;
}

.box p a:hover{ 
    color:#CC0000;
    text-decoration:underline;
}

#content input, #content select, textarea{
    font-family:tahoma, arial;
    color: #454545; 
    font-size:11px;
    margin-top:2px;
}

.right-ads{
    border:1px solid #cad6e8;
    margin-bottom:10px;
}


p.intro{
    font-size:14px;
}

.spec-tabs{
    padding-left:0;
    /*width:450px;*/
    text-align:left;
}

.spec-tabs li{
    list-style-type:none;
    font-size:12px;
    padding:5px;
}
.spec-tabs li span{
    font-weight:bold;
}

.spec-tabs span.li-desc{
    font-weight:normal;
}

.spec-tabs li.bg{
    background-color:#eeeeee;
}

.detailed-information th{text-align:right;}

/******************** tables ************************/

td{
    color: #666666; 
    font-size:12px;
    padding:5px;
}

tr.bg{
    background-color:#c0d5eb;
}

td a{
    text-decoration:none;
    color:#3399cc; 
}
    
td a:hover{ 
    color: #3399cc; 
    text-decoration:underline;
}

/*************** Comparitor Page ****************/

#comparitor1{
    width:310px;
    float:left;
    margin-right: 20px;
}

.comparitor2{
    border-left:1px solid #cccccc;
    width:310px;
    float:left;
    padding-left: 20px;
}

.comparitor-description{
    min-height: 60px;
}

.comparitor-image-div{
    min-height: 240px;
    height: auto;
}

.comparitor-product-image{
    border:1px solid #cccccc;
    padding:10px;
    
}


/************** Member Profiles **************/

.profile-picture-box{
    float:right;
    padding-left:5px;
    background-color:#FFFFFF;
    width:90px;
}

.profile-picture{
    float:right;
    padding:5px;
    border:1px solid #cccccc;
}

.added-pictures{
    float:left;
    padding:5px;
    border:1px solid #cccccc;
    margin-right:10px;
    margin-bottom:10px;
}

.input{
    height:20px;
    margin-bottom:10px;
}

.tagline{
    height:20px;
    color:#888888;
    font-size:14px;
}

.tagline-gap{
    height:20px;
    color:#CCCCCC;
    font-size:14px;
    margin-bottom:10px;
}

.terms{
    font-size:11px;
}

.leftimages{
    float:left;
    margin:6px 0 6px 0;
}

/************** Website Footer **************/

#footer {
    clear:both;
    font-size: 12px;
    color: #666666;
    line-height:3em;
    width:1000px;
    height:35px;
    background:none;
    text-align:center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d1d1d1;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 20px;
}	

#footer p{
    margin-top:10px;
}

#footer p a{
    color: #666666;
    text-decoration:none;
}

#footer p a:hover{
    color: #666666;
    text-decoration:underline;
}



/************** Videos **************/
table.featured-video p.featured-title {
    color: #002F5E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: bolder;
    margin-bottom: 10px;
}

table.featured-video {
    margin-bottom: 20px;	
}

table.video-grid {
    overflow: visible;
    width: 580px;
    padding: 0px;
    margin: 0px;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

td.video-grid-item {
    overflow: visible;
    width: 180px;
}

td.video-grid-item a {
    border: 1px solid white;
    background: white;
    padding: 5px 5px 17px;
    margin: auto auto 20px;
    display: block;
    height: 155px;
    width: 172px;
}

td.video-grid-item a:hover{
    text-decoration: none;
    background: url(/images/bike-video-cell.png) no-repeat;
}

td.video-grid-item a span.video-title {
    color: #900;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}


td.video-grid-item a span.video-image {
    border: none;
    display: table-cell;
    height: 150px;
    vertical-align: middle;
}

td.video-grid-item a span:hover{
    border: none;
}




