﻿@import url("../shared/css/mpOverride.css");
@import url("breadcrumb.css");
@import url("innerLeftNav.css");
@import url("leftContent.css");
@import url("login.css");
@import url("contact.css");
@import url("vcards.css");
/*//////////////////////////////////////////////////////// BODY   //////////*/
body 
{
	background-color: White;
    font-family: Segoe UI, Trebuchet MS, Sans-Serif;
    font-size: 0.85em;
}
input[type="text"], input[type="password"]
{
	background-color: White;
}
.spacer
{
    line-height: 0px;
    height: 0px; 
    margin: 0px;
    padding: 0px;  
    font-size: 0px;
}
.clear
{
	clear: both;
	float:none;
}
.bodyWidth
{
    width: 873px;
    margin: 0 auto;
}
#bodyCol1
{
    width: 280px;
    width: 240px; /*Width of left column*/
    float:left;
    clear:right;
}
#bodyCol2
{
    /*margin-left: 240px; //Set left margin to #bodyCol1/left column width*/
    text-align: left;
    width: 593px;
    width: 633px;
    float:left;
    clear:right;
}
#bodyCol2 .colPadding /*sets space between bodyCol1 and bodyCol2 */
{
    padding-left: 18px;
}
.pageTitle
{
    font-size: 1.4em;
    margin-top: 0px;
}
body a
{
    font-family: Segoe UI, Trebuchet MS, Sans-Serif;
    text-decoration: underline;
    color: #1daac3;
    font-weight: bold;
}
body a:hover
{
    text-decoration: none;
}
.rc
{
    padding: 10px;
}
.serverError
{
    height: 36px;
    background-color: #c20606;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 3px 6px 6px;
}
tr
{
	vertical-align: top;
}
.subTitle
{
    font-size: 1.2em;
    margin-top: 0px;
}
.submitButton
{
	display: block;
}
.submitButton.hidden
{
	display: none;
}

/*///////////////////////////////////////////////////////// HLC   //////////*/
#hlcContent
{
    background-color: #e89a4f;
    background: #e89a4f url(../images/hlcTopShadow.jpg) no-repeat left top;
    text-align: left;
    padding: 8px 0px;
    padding-top: 12px;
}
#hlcContent a
{
    color: #ffffff;
    text-decoration: none;
}
.hlcTitle
{
    padding-left: 16px;
    font-weight: 800;
    color: #ffffff;
    line-height: 20px;
    vertical-align: middle;
    padding-right: 26px;
    background: url(../images/hlcArrow.gif) no-repeat right top;
    display: inline;
    float:left;
    clear:left;
}

#hlcAuto
{
    width: 100%;
    height: 85px;
    cursor: hand;
    cursor: pointer;
    background: url(../images/hlc1Off.gif) no-repeat center top;
    
}
#hlcAuto.over
{
    background: url(../images/hlc1On.jpg) no-repeat center top;
}

#hlcConsumer
{
    width: 100%;
    height: 101px;
    cursor: hand;
    cursor: pointer;
    background: url(../images/hlc2Off.gif) no-repeat center top;
}
#hlcConsumer.over
{
    background: url(../images/hlc2On.jpg) no-repeat center top;
}

#hlcHome
{
    width: 100%;
    height: 95px;
    cursor: hand;
    cursor: pointer;
    background: url(../images/hlc3Off.gif) no-repeat center top;
}
#hlcHome.over
{
    background: url(../images/hlc3On.jpg) no-repeat center top;
}

/*////////////////////////////////////////////// DEALER SUGGEST   //////////*/
#dealerSuggest
{
    width: 263px;
    height: 87px;
    background: url(../images/dealerSuggest.jpg) no-repeat top right;
    position: absolute;
    top: 165px;
    top: 188px;
    left: -6px;
}
#dealerSuggest p
{
    margin: 0px;
    position: relative;
    padding: 23px 0px 0px 28px;
}


#pointsTable td
{
    height: 21px;
    padding-bottom: 14px;
}
#pointsTable .plus
{
    background: url(../images/ds_plus21.gif) no-repeat;
    background-position:  5px left;
    width: 21px;
    padding-right: 8px;
}


.needtoActivate
{
}
.needtoActivate a
{   
    font-size: 1em;
    float:left;
    display: block;
    text-align: center;            
    height: 54px;
    padding-top: 15px;
    padding-left: 60px;
}
