﻿/*********************************************************/
/*             QuickBike classes                         */
/*********************************************************/

.DetailsView
{
    /*width: 600px;*/}
.FieldHeader  
{
    vertical-align: top;    
    background: #DEE8F5;
    font-weight: bold;
    width: 175px;
    max-width: 175px;
    margin: 1em;}
.FieldHeaderTitle /*the title of the field headers i.e. "Frame & Fork"*/
{
    font-size:large;
    color: #0055D2;
    font-weight: bold;
    margin: 10px;}
.row  /*the right part of bike specs*/
{
    text-align: left;
    background-color: White; 
    margin: 10px;}
.AlternatingRow
{
    text-align: left;
    background-color: White;
    margin: 10px;}
   
.NameHeader  /*the left part of bike specs*/
{
    /*background: #DEE8F5;*/
    color: #0055D2;
    text-align: left;
    vertical-align: top;
    font-size: x-large;
    font-weight: bold;
    /*width: 175px;*/
    min-width: 175px;
}

.BikePhoto
{
    max-width: 605px;
    margin-left: 10px;
}
    
#quickbike a:hover
{
    background-color: #DEE8F5;
}

.ListItems
{
    font-size: small;
    padding: .5em 1em 0 .5em;
    text-align: left;
    vertical-align: top;
    background-color: White;
}
.ListItems a:hover
{
    background: #DEE8FE;
}

.GuideLabels
{
	font-size: small;
	font-style: italic;
	text-align: right;
	background-color: White;
}

.leftblue
{   font-size:x-large;
    color: #0055D2;
    font-weight: bold;
    background-color: White;
}

.contuinue
{
    background-color: White;
    margin: -3px 0 -3px 0;
}

.yearTable
{
    width: 100%;
}

/* Side by side stuff */

.dv2
{
    min-width: 390px;
    width: 100%;
}

.row2  /*the right part of bike specs*/
{
    width: 100%;
    min-width: 210px;
    text-align: left;
    background-color: White; 
    margin: 10px;}    
.AlternatingRow2
{
    width: 100%;
    min-width: 210px;
    text-align: left;
    background-color: #F5F5F5;
    margin: 10px;} 


