/* +++++++++++  GENERIC   ++++++++++++ */

body {
	font-family: Arial, Helvetica, sans-serif;
}


/* +++++++++++  HEADER VERY  ++++++++++++ */

h1 {
	font-size: 2.5em;
	color: #6B747C;
	font-weight: normal;
	display: inline;
}
h2 {
	font-size: 1.6em;
	color: #FFFFFF;
	display: inline;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}

/* +++++++++++  MEMU   ++++++++++++ */
.menu {
}
.memu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* +++++++++++   GENERIC TEXT STYLE   ++++++++++++ */

img {
border: 0px;
}
.grey {
	color: #6B747C;
}
.red {
	color: #CB1030;
}
.lightGrey {
	color: #6C808C;
	font-size: 2em;
}
.redLarge {
	color: #CB1030;
	font-size: 3em;
}
.greyLarge {
	color: #132430;
	font-size: 3em;
}
.white {
	font-size: 1.6em;
	color: #FFFFFF;
}
.whiteSml {
	font-size: .9em;
	color: #FFFFFF;
}
.black {
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
}
.smallPrint {
	color: #FFFFFF;
	font-size: 0.7em;
}

/* +++++++++++   CAR TEXT STYLE   ++++++++++++ */

.carTitle {
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
}
.carSubTitle {
	font-size: 1.3em;
	color: #FFFFFF;
}
.options {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
}
.equipment {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.8em;
}
.price {
	font-size: 2em;
	color: #FFFFFF;
}

.price16pt {
	font-size: 16px;
	color: #FFFFFF;
}

.priceBold {
	font-size: 2em;
	color: #FFFFFF;
	font-weight: bold;
}
.carPrice {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}
.savePrice {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}



/* +++++++++++  CELL COLOURS   ++++++++++++ */

.BGcolourRed {
	background-color: #CB1030;
}
.BGcolourGreen {
	background-color: #8DCA42;
}
.BGcolourLtGrey {
	background-color: #A9AEB3;
}
.BGcolourGrey {
	background-color: #6B747C;
}


/* +++++++++++  WEBLAB BRANDING   ++++++++++++ */

#WL_Fixed_BrandingFooter
    {
        width: 100%;
        font-size:0.8em;
        text-align:center;
        color: white;
        margin-top: 30px;
    }

#WL_Fixed_BrandingFooter a
    {
        color: white;
    }

.MyThumb
    {
        float: left;
        clear: none;
    }






