

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 /* background: url(../images/faux-1-2-col.gif);*/
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#faux2 {
 /* background: url(../images/faux-1-2-col.gif);*/
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 background-image:url(../images/bg_grad.gif);
 background-repeat:repeat-x;
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 150px;
 margin: 10px 0px 0px 0px;
 /*background: #ABBEBE;*/
 background-image:url(../images/header3.png);
 background-repeat:no-repeat;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 205px;
 float: left;
 background-image:url(../images/bg_grad.gif);
 background-repeat:repeat-x;
 height:100%;
}

#loginpage {
 color: #333;
 margin: 0px 0px 0px 0px;
 padding-left: 0px;
 width: 922px;
 height:500px;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 712px;
 display: inline;
 position: relative;
 background-image:url(../images/bg_grad.gif);
 background-repeat:repeat-x;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

div.footer {
	bottom:0;
	clear:both;
	text-align: center;
	padding: 3px 0 0 0;
	margin-top: 0px;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
	color: #999999;
	height:100px;
}

.login_padding 
{
    padding-left:5px;
}

.login_button 
{
    margin-right:10px;
}

.submit_button 
{
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
}


.textBox{
width: 250px;
margin-bottom: 5px;
}

.waterMarked 
{
    color:#afd5e3;
    font-family:Verdana;
    font-size: 12px;
    width: 250px;

    
}

.required
{
    color:#980000;
    font-family:Verdana;
    font-size: 10px;
    font-weight:bold;

    
}

.label{
float: left;
font-weight: bold;
font-family:Verdana;
font-size:12px;
width:200px;
color:#007ca6;
margin-left:5px;
}

.labelgry{
float: left;
font-weight: bold;
font-family:Verdana;
font-size:12px;
width:200px;
color:#666666;
margin-left:5px;
}

.labelgryconfirm{
float: left;
font-weight: bold;
font-family:Verdana;
font-size:12px;
color:#666666;
margin-left:5px;
}


.labelStep2{
float: left;
font-weight: bold;
font-family:Verdana;
font-size:12px;
color:#007ca6;
margin-left:5px;
}

.labelConfirmShip1{
float: left;
font-weight: bold;
font-family:Verdana;
font-size:12px;
color:#007ca6;
margin-left:5px;
width:70px;
}

.labelConfirmShip2{
float: left;
font-weight: bold;
font-family:Verdana;
font-size:12px;
color:#007ca6;
margin-left:5px;
width:90px;
}

.sm_red 
{
    color:#980000;
}

.textBox{
    width: 250px;
    margin-bottom: 5px;
}

.hrForm 
{
    border-color:#007ca6;
    border-style:dashed;
    
}

.cbx 
{
    font-size:12px;
    color:#666;
    font-weight:bold;
    
}

.blueHeading {
	
	font-size:16px;
	color:#007ca6;
	text-transform:uppercase;
	font-weight:bold;
	
}

.blueTitles {
	font-size:14px;
	color:#007ca6;
	font-weight:bold;	
	
}

.ship2Link 
{
 color:#fff;
 font-size:14px;
 text-decoration:none;   
}

.editButtons 
{
    position:relative;
    float:right;
    margin-right:25px;
    margin-bottom:15px;
}


.shipToCbxs 
{
   margin-left:5px;
   padding-left:5px;
}


.dealer_search_header 
{
    width:500px;
    height:25px; 
    background-color:#afd5e3; 
    color:#fff; 
    font-weight:bold; 
    font-size:16px;
    line-height:25px; 
    text-align:center;
    font-family:Arial, sans-serif; 
    border-top:3px solid #007ca6;
    border-left:3px solid #007ca6;
    border-right:3px solid #007ca6;
    
}

.dealer_search_info 
{
    width:500px;
    height:130px; 
    background-color:#c1e7f5; 
    padding-top:10px;
    border-left:3px solid #007ca6;
    border-right:3px solid #007ca6; 

    
}


.dealer_map_box 
{
    width:500px;
    height:458px; 
    font-family:Arial, sans-serif; 
    font-size:11px; 
    border:3px solid #007ca6;
    
}

.dealer_box_positions
{
 position:relative;
   
}


.handcursor
{
	cursor:hand;
	cursor:pointer;
}