/*

IMPORTANT NOTES: (PLEASE READ CAREFULLY!)

1. DO NOT MODIFY the system styles section, it is generated by the system,
   your modifications will be overwritten. If you want to change the stylesheet
	 template, modify the ew.css in the "themes" subfolder under the installed
	 directory. Only modify the ew.css if you have the necessary knowledges in
	 CSS.
	 
2. DO NOT REMOVE THE FOLLOWING COMMENTS:
   
   BEGIN_USER_STYLES
   END_USER_STYLES
	 
	 You MUST write your styles between these two comment lines below, styles
   outside this user styles section will be discarded.
	 
3. If you want to override the system styles, you can copy the styles to the
   User Styles Section, or you can use a separate user stylesheet.

*/

/*BEGIN_SYSTEM_STYLES*/

html {
	height: 100%;
}

body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */
	margin: 0; /* top right bottom left */
	height: 100%;
}

.phpmaker {
	color: inherit; /* text color */
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */	
}

textarea, select {	
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */
} 
input {
	font-family: Calibri; /* font name */
	font-size: small; /* font size */
}

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* Menu */
ul.ewMenuBarVertical {
	list-style-type: none;
	list-style-position: outside;
	padding: 2px;
	margin: 0 0 0 6px;
}

ul.ewMenuBarVertical ul,li {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 6px;
}

/* template layout */
.ewLayout {
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #FF0000; /* background color */	
}

.ewContentTable {
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */	
	width: 100%;
	height: 100%;	
}

.ewMenuColumn {
	background-color: #F1F1F1; /* background color */
	width: 180px;
	vertical-align: top;
	padding: 1px;	
}

.ewContentColumn {
	background-color: inherit; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: #FF0000; /* background color */
	color: #FFFFFF; /* footer font color */	
	padding: 4px;
}

.ewFooterText {
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */	
}

.ewForm {
	margin: 0;
	padding: 0;
}

.ewGrid {
	border-collapse: separate;
}

.ewGridContent {
	padding: 0;	
	width: 668px;
	border: 1px solid #7EACB1; /* grid border */			
}

/* grid pager panel */
.ewGridUpperPanel, .ewGridLowerPanel {
	padding: 3px;	
	border-left: 0;
	border-right: 0;	
	background-color: #F4FAFB; /* grid header color */
	color: #2A769D;	 /* grid header font color */
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */			
}

.ewGridUpperPanel {
	border-top: 0px;
	border-bottom: 1px solid;
	border-color: #7EACB1; 
}

.ewGridMiddlePanel {
	border: 0;	
}

.ewGridLowerPanel {
	border-top: 1px solid;
	border-bottom: 0px; 
	border-color: #C2D4DA; 
}

.ewGridUpperPanel td, .ewGridLowerPanel td {
	color: #2A769D;	 /* grid header font color */
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */			
}

.ewPager td {
	white-space: nowrap;	
}

.ewTabContent {
	padding: 0;
	border: 0;
}

.ewMultiColumnTable {
	border: 0;
}

.ewMultiColumnTable td {
	padding: 10px;
}

/* main table */
.ewTable {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */			
}

.ewTableSeparate {	
	border-collapse: separate;		
}

.ewTable td {
	padding: 3px; /* cell padding */
	border-bottom: 1px solid; /* border width, horizontal grid line */
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid; /* border width, vertical grid line */
	border-color: #C2D4DA;  /* border color */
}

.ewTableAddOpt {
	border: 0;
	border-spacing: 0;
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */			
}

.ewTableAddOpt td {
	padding: 3px; /* cell padding */
	border: 0;
}
	
.ewTable .ewTableHeader, .ewTable .ewTableHeader td {
	background-color: #B7D8DC;	/* header bgcolor */
	color: #000000; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-color: #7EACB1; /* header border color */	
	background-image: url(images/glass.png); /* header bg image */
	background-repeat: repeat-x;		
	vertical-align: top; 	
}

.ewPointer {
	cursor: pointer;
}

.ewTableHeader a:link, .ewTableHeader a:active, .ewTableHeader a:visited {	
	color: #000000; /* header font color */
	text-decoration: none;	
}

.ewTableHeaderBtn {
	width: 100%;
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */				
}

.ewTableHeader .ewTableHeaderBtn td {
	background: transparent;
	padding: 0;
	border: 0;
	white-space: nowrap;		
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
	color: inherit;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F3F8F7; /* alt row color 2 */
	color: inherit;	
}

/* main table last row */
.ewTableLastRow td {
	border-bottom: 0px;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #B0E0E6; /* edit mode color */
	color: inherit;
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #E0FFFF; /* highlight color */
	color: inherit;
}

/* main table select color */
.ewTableSelectRow {
	background-color: #2D7090; /* select color */
	color: #FFFFFF;
}

/* main table footer */
.ewTableFooter {
	background-color: #EDF3F4; /* footer color */
	color: inherit;
}

/* table for export to HTML */
.ewExportTable {
    border-collapse: collapse;
    empty-cells: show; 
}

.ewExportTable td {
    padding: 3px; /* cell padding */
    border: 1px solid #C0C0C0;
}

.ewBasicSearch {
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 2px;
}

.ewSearchOpr {
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */
	color: maroon;
}

.ewItemTable td {
	color: inherit; /* text color */
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

/* separator */
.ewSeparator {
    color: gray;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewMessage {
	color: red; /* message color */
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */	
}

/* required field indicator */
.ewRequired {
	color: red; /* message color */
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */	
}

/* highlight */
.ewHighlightSearch {
	font-weight: bold;
	background-color: yellow;
}

/* Template */
.ewTemplate {
	display: none;
}

/* YUI TabView */
.yui-skin-sam .yui-navset .yui-nav  {
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */	
}

.yui-skin-sam .yui-navset .yui-content {
	padding: 0;
	border: 0;
}

/* .yui-navset defaults to .yui-navset-top */
.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
	border-width: 0 0 2px;
}

/* YUI Button */
.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {   
  font-size: x-small; /* font size */
}

/* YUI Panel */
.yui-skin-sam .yui-panel .hd {    
	font-size: x-small; /* font size */
	line-height: 2.5;     
}

/* Auto-Suggest */
.yui-skin-sam .yui-ac { /* DO NOT CHANGE! */
	position: relative; 
}

.yui-skin-sam .yui-ac-input { /* DO NOT CHANGE! */
	position: relative;
	width: auto;
}

.yui-skin-sam .yui-ac-content ul{
	font-family: Calibri; /* font name */
	font-size: x-small; /* font size */
	color: #000000; /* text color */ 
}

.ewUnmatched {
	background: #FF9F9F;
}



/*END_SYSTEM_STYLES*/


.novehicles, .iatitle {
color:#555555;
font-size:1em;
padding:5px 0;
text-align:left;
}
.iatitle {
padding:15px 0;
text-align:center;
}
.title {
color:#0033CC;
font-size:0.9em;
text-align:left;
}
.dashedline {
}
.titleright {
color:#0033CC;
font-size:0.9em;
text-align:right;
}
.titlecenter {
color:#0033CC;
font-size:0.9em;
text-align:center;
}
.data {
color:#555555;
font-size:0.8em;
text-align:left;
text-transform:uppercase;
}
.data a:hover {
color:#000000;
text-decoration:none;
}
.inventoryheadertable, .inventorytable {
border:0 solid #000000;
margin-left:1.5%;
width:97%;
}
.a, .rowout1 {
background:#FFFFFF none repeat scroll 0 0;
color:#555555;
font-size:0.8em;
text-align:left;
text-transform:uppercase;
}
.b, .rowout2 {
background:#E5E5E5 none repeat scroll 0 0;
color:#555555;
font-size:0.8em;
text-align:left;
text-transform:uppercase;
}
.c {
color:#555555;
font-size:0.75em;
text-align:left;
text-transform:uppercase;
}
.d {
color:#009966;
}
.e {
color:#FF0000;
}
.f {
color:#000000;
}
.g {
color:#555555;
text-align:right;
text-transform:none;
}
.h {
color:#555555;
font-weight:bold;
}
.rowover {
background:lightblue none repeat scroll 0 0;
color:#555555;
font-size:0.75em;
text-align:left;
text-transform:uppercase;
}
#inventorymenu {
background:transparent url(bottomline.gif) repeat-x scroll 50% 100%;
width:100%;
}
#inventorymenu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#inventorymenu li {
display:inline;
margin:0;
padding:0;
}
#inventorymenu a {
background:transparent url(rightside.gif) no-repeat scroll 100% 0;
border-bottom:1px solid #0000FF;
float:left;
font-size:0.7em;
font-weight:bold;
text-decoration:none;
}
#inventorymenu a:link, #inventorymenu a:visited, #inventorymenu a:active, #inventorymenu a:hover {
color:#0000FF;
}
#inventorymenu span {
background:transparent url(leftside.gif) no-repeat scroll 0 0;
display:block;
float:none;
padding:5px 9px;
white-space:nowrap;
}
#inventorymenu a:hover, #selected a {
background-position:100% -150px;
}
#inventorymenu a:hover span, #selected span {
background-position:0 -150px;
}
#carmenutable {
margin-left:1.5%;
width:97%;
}
tr.titlebgcfirst {
background-color:#FFFFFF;
}
tr.titlebgcsecond {
background-color:#E5E5E5;
}
.dataleft {
font-size:0.95em;
text-align:left;
}
.dataright {
color:#555555;
font-size:0.95em;
text-align:right;
}
.options {
width:20%;
}
.pcd {
}
.pcdleft {
border:0 solid #000000;
color:#0033CC;
font-size:0.9em;
margin-top:17px;
padding:0;
text-align:left;
}
.pcdleftborders1 {
background-color:#E5E5E5;
border-color:#000000;
border-style:solid;
border-width:1px 0 1px 1px;
font-size:0.9em;
text-align:center;
}
.pcdleftborders2 {
background-color:#E5E5E5;
border:1px solid #000000;
font-size:0.9em;
text-align:center;
}
.pcdleftbox1 {
border-color:#000000;
border-style:solid;
border-width:0 0 1px 1px;
color:#0033CC;
font-size:0.9em;
padding:10px;
text-align:left;
width:50%;
}
.fsboxdata {
border-color:#000000;
border-width:1px;
color:#000000;
}
.pcdleftbox2 {
border-color:#000000;
border-style:solid;
border-width:0 1px 1px;
color:#0033CC;
font-size:0.9em;
padding:10px;
text-align:left;
}
.pcdright {
border-color:#000000;
border-style:solid;
border-width:0 1px 1px;
color:#0033CC;
font-size:0.8em;
margin-top:17px;
padding:0;
text-align:left;
}
.pcdcenter {
border-color:#000000;
border-style:solid;
border-width:0 1px 1px;
color:#0033CC;
font-size:0.8em;
margin-top:17px;
padding:0;
text-align:center;
}
.pcdrb {
background-color:#E5E5E5;
border-color:#000000;
border-style:solid;
border-width:1px 0;
font-size:0.9em;
text-align:center;
}
.monpaydata {
color:#000000;
font-size:0.85em;
text-align:right;
}
.monpayheader {
color:#0000FF;
font-size:0.85em;
text-align:right;
}
.totalpricedata {
color:#000000;
font-size:0.9em;
text-align:right;
}
.totalpriceheader {
color:#0000FF;
font-size:0.9em;
text-align:right;
width:50%;
}
.totalpricebaseline {
color:#555555;
font-size:0.9em;
line-height:70%;
text-align:right;
}
.priceright {
color:#555555;
font-size:0.9em;
text-align:right;
}
.fsboxpic {
border-color:#000000;
border-width:1px;
color:#0033CC;
font-size:0.9em;
padding:10px 10px 2px;
text-align:center;
}
.fsboxoptions {
border-color:#000000;
border-width:1px;
color:#0033CC;
font-size:0.8em;
padding:4px;
text-align:left;
}
.multipages {
color:#000000;
padding:0;
text-align:center;
}
#shortoptions {
padding:10px;
}
.available {
color:#009966;
}
.held {
color:#000000;
}
.sold {
color:#FF0000;
}
.options {
width:20%;
}
.shortoptions {
padding:0 10px;
}
#pcdinfo {
font-size:1em;
margin-top:0;
padding:5px;
voice-family:inherit;
}
#formbuttons, .formbuttons {
float:right;
margin:0;
padding:0 5px;
}
.form {
margin:-2px;
}
#cdformbuttons {
margin:-8px;
padding:0;
}
#carname {
color:#000000;
font-size:13px;
padding:0 5px;
text-align:left;
}
#carname h1 {
font-size:13px;
margin:0;
padding:0;
}
.pcdrb h2 {
color:blue;
margin:0;
padding:0;
}
#largerpictext {
display:none;
}
#term {
width:15%;
}
#addeditdeletesearch {
}
#admin {
background-color:#FFFFFF;
border:1px solid #3333CC;
margin-left:auto;
margin-right:auto;
width:300px;
}
#adminheader {
margin:-3px;
padding:0;
text-align:left;
width:300px;
}
#search {
background-color:#FFFFFF;
border:1px solid #3333CC;
font-size:0.8em;
margin-left:auto;
margin-right:auto;
padding:10px;
width:480px;
}
#searchheader {
margin:-3px;
padding:0 10px;
text-align:left;
width:500px;
}
#cardetail, #caredit {
background-color:#FFFFFF;
border:1px solid #3333CC;
margin-left:auto;
margin-right:auto;
padding:10px 20px 20px;
width:550px;
}
#caredit {
padding:10px 0;
}
#cardetailheader, #careditheader {
margin:-3px;
padding:0;
text-align:left;
width:550px;
}
.cardetaildata, .careditdata {
color:#000000;
font-size:0.8em;
text-align:left;
}
.cardetaildisc, .careditdisc {
color:#0000FF;
font-size:0.75em;
text-align:left;
}
.savecancelbuttons {
margin:5px 0 -20px;
padding:0;
}
a:visited {
color:blue;
text-decoration:none;
}
a:link {
color:blue;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:none;
}
a:active {
color:blue;
text-decoration:none;
}
a img {
border-width:0;
}
body {
background:#FFFFFF none repeat scroll 0 0;
font-family:Verdana,Arial,Sans-Serif;
font-size: 16px;
line-height:115%;
text-align:center;
}
h1, h2 {
color:#000000;
font-size:1.05em;
font-weight:normal;
margin-bottom:0.5em;
margin-top:0.5em;
}
h3 {
color:blue;
font-size:1.1em;
font-weight:normal;
margin-bottom:0;
margin-top:0;
padding:0;
}
h4 {
color:#000000;
font-size:1.1em;
}
h5 {
font-size:16px;
margin-bottom:0.2em;
margin-top:0;
}
p {
font-size:1em;
}
td {
margin:0;
font-size: 12px;
padding:0;
}
#oldbrowsermessage {
display:none;
}
.featurenumbers {
color:#000000;
}
#content {
margin:auto;
padding:0;
text-align:left;
width:672px;
}
#graphicheader {
background-color:#FFFFFF;
border-color:#000000;
border-style:solid;
border-width:1px 1px 0;
margin:0;
padding:0;
}
.graphicheader {
background-color:#FFFFFF;
border-color:#000000;
border-style:solid;
border-width:1px 1px 0;
margin:0;
padding:0;
}
#graphicheader img {
display:block;
}
.graphicheader img {
display:block;
}
#menu {
background-color:#FFFFFF;
border-color:#000000;
border-style:solid;
border-width:1px 1px 0;
font-size:0.8em;
height:40px;
}
#menu ul {
line-height:1.7em;
margin:0;
padding-left:0;
text-align:right;
}
#menu li {
display:inline;
list-style-type:none;
margin-bottom:0;
padding:0.4em;
}
.menu {
background-color:#FFFFFF;
border-color:#000000;
border-style:solid;
border-width:1px 1px 0;
font-size:0.8em;
height:40px;
}
.menu ul {
line-height:1.7em;
margin:0;
padding-left:0;
text-align:right;
}
.menu li {
display:inline;
list-style-type:none;
margin-bottom:0;
padding:0.4em;
}
#menu1 {
background-color:#FFFFFF;
border-color:#000000;
border-style:solid;
border-width:1px 1px 0;
font-size:0.8em;
height:20px;
}
#menu1 ul {
line-height:1.7em;
margin:0;
padding-left:0;
text-align:right;
}
#menu1 li {
display:inline;
list-style-type:none;
margin-bottom:0;
padding:0.4em;
}
.menu1 {
background-color:#FFFFFF;
border-color:#000000;
border-style:solid;
border-width:1px 1px 0;
font-size:0.8em;
height:20px;
}
.menu1 ul {
line-height:1.7em;
margin:0;
padding-left:0;
text-align:right;
}
.menu1 li {
display:inline;
list-style-type:none;
margin-bottom:0;
padding:0.4em;
}
#container1 {
background-color:#FFFFFF;
background-image:url(image/wheels.jpg);
border:1px solid #000000;
height: 100%;
padding:8px;
}
#container2 {
background-color:#FFFFFF;
background-image:url(wheels.jpg);
border:1px solid #000000;
padding:0;
}
#footer {
font-size:0.6em;
line-height:119%;
margin-top:5px;
padding:1px 0 0;
}
.footer {
font-size:0.6em;
line-height:119%;
margin-top:5px;
padding:1px 0 0;
}
#license {
float:right;
font-size:0.6em;
line-height:119%;
margin-top:5px;
text-align:right;
}
.license {
float:right;
font-size:0.6em;
line-height:119%;
margin-top:5px;
text-align:right;
}
#appinfo {
font-size:1em;
margin-top:0;
padding:5px;
}
#copy {
font-size:1em;
margin-top:0;
padding:25px;
}
#copywarranty {
font-size:1em;
margin-top:0;
padding:0 25px 25px;
}
#columnright {
font-size:1em;
margin-top:0;
padding:15px 25px 25px 200px;
}
#columnleft {
border-color:#000000;
border-style:double;
border-width:0 1px 0 0;
float:left;
margin-left:5px;
margin-top:15px;
width:150px;
}
#columnleft p {
font-size:0.7em;
}
#inventoryinfo {
font-size:0.9em;
line-height:100%;
margin-top:0;
padding:0 0 8px;
}
#featuresinfo {
font-size:1em;
margin-top:0;
padding:25px;
}
#priceinfo {
font-size:1em;
margin-top:0;
padding:25px;
}
#licenseinfo {
font-size:1em;
margin-top:0;
padding:25px;
}
#info {
font-size:1em;
margin-top:0;
padding:25px 25px 0;
}
#form {
font-size:1em;
margin-top:0;
padding:0 25px 10px;
}
#address {
font-size:1em;
margin-top:0;
padding:0 25px 25px;
}
#apppic {
padding:25px;
}
.row {
width:620px;
}
#pricetable {
border:0 solid #000000;
width:91%;
}
.spcheck, .wpcheck, .wpcheck, .ppcheck, .pvppcheck, .lppcheck {
background-image:url(image/check.gif);
background-position:center center;
background-repeat:no-repeat;
}
.sp, .splong, .spcheck {
background-color:#003F7D;
height:20px;
width:5%;
}
.splong {
color:#FFFFFF;
font-size:1.1em;
font-weight:bold;
height:25px;
text-align:left;
width:82%;
}
.wp, .wplong, .wpcheck {
background-color:#9F9FB0;
height:20px;
width:5%;
}
.wplong {
color:#003F7D;
font-size:1.1em;
font-weight:bold;
height:25px;
text-align:left;
width:82%;
}
.pp, .pplong, .ppcheck {
background-color:#CC3300;
height:20px;
width:5%;
}
.pplong {
color:#FFFFFF;
font-size:1.1em;
font-weight:bold;
height:25px;
text-align:left;
width:82%;
}
.pvpp, .pvpplong, .pvppcheck {
background-color:#9F9FB0;
height:20px;
width:5%;
}
.pvpplong {
color:#003F7D;
font-size:1.1em;
font-weight:bold;
height:25px;
text-align:left;
width:82%;
}
.pvppcolor {
color:#CC3300;
font-size:1.1em;
}
.lpp, .lpplong, .lppcheck {
background-color:#EBB797;
height:2px;
width:5%;
}
.lpplong {
color:#CC3300;
font-size:1.2em;
font-weight:bold;
height:25px;
text-align:left;
width:82%;
}
#planheader {
font-size:1.1em;
line-height:150%;
text-align:center;
}
#planexplain {
font-size:0.8em;
line-height:150%;
text-align:left;
text-indent:10px;
}
#disclaimer {
font-size:0.8em;
font-style:italic;
line-height:100%;
padding:10px;
text-align:left;
text-indent:10px;
}
.warrantyitem {
color:#000000;
font-size:0.7em;
font-weight:bold;
height:10px;
text-align:left;
text-indent:10px;
width:82%;
}
.warrantyitemshare {
color:#000000;
font-size:0.7em;
font-weight:bold;
height:10px;
text-align:left;
text-indent:10px;
width:10%;
}
a.info {
color:blue;
margin:0;
padding:0;
position:relative;
text-decoration:none;
z-index:24;
}
a.info:hover {
background-color:#FFFFFF;
color:#000000;
text-decoration:none;
z-index:25;
}
a.info span {
display:none;
}
a.info:hover span {
background-color:#FFFFFF;
border:1px solid #000000;
color:red;
display:block;
left:2em;
padding:3px;
position:absolute;
text-align:left;
top:2em;
width:25em;
}
#subject {
font-size:0.7em;
}
.pictureleft {
float:left;
margin:7px 15px 0 0;
}
.pictureright {
float:right;
margin:15px 0 0 8px;
}
#logo {
float:left;
padding:5px 5px 5px 15px;
}
.logo {
float:left;
padding:5px 5px 5px 15px;
}
.advertize {
border-color:#000000;
border-style:solid;
border-width:0 0 1px;
color:black;
font-size:0.8em;
line-height:100%;
text-align:center;
}
.directionbg {
background-color:#DCDCDC;
border-color:#000000;
border-style:solid;
border-width:0 0 1px;
}
.directiontable {
border:1px solid #000000;
font-size:0.75em;
}
.directionheader {
background-color:#DCDCDC;
border-color:#000000;
border-style:solid;
border-width:0 0 1px;
}
.directionheaderstep {
background-color:#DCDCDC;
border-color:#000000;
border-style:solid;
border-width:0 0 1px;
width:6%;
}
.directionheaderdir {
background-color:#DCDCDC;
border-color:#000000;
border-style:solid;
border-width:0 0 1px;
width:82%;
}
.directiontable td {
margin:0;
padding:2px;
}
.directioncity {
color:#000000;
}
.ewTableLeft {
	border: 0;
	margin-left: 0px;
	float: left;
	border-spacing: 0;
	width: 300px;
	border-collapse: collapse;
	empty-cells: hide;
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */			
}
.ewTableLeft td {
	padding: 3px; /* cell padding */
	border-bottom: 1px solid; /* border width, horizontal grid line */
	border-top: 1px solid;
	border-left: 0px;
	border-right: 1px solid; /* border width, vertical grid line */
	border-color: #BFD3EE;  /* border color */
}
.ewTableLeft .ewTableHeader, .ewTableLeft .ewTableHeader td {
	background-color: #2647A0;	/* header bgcolor */
	color: #FFFFFF; /* header font color */
	width: 100px;
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-color: #4F93E3; /* header border color */	
	/* background-image: url(images/blue.png);  header bg image */ 
	background-repeat: repeat-x;		
	vertical-align: top; 	
}
.ewTableCheck {
	border: 0;
	margin-left: 10px;
	float: left;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: hide;
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */			
}
.ewTableCheck td {
	padding: 3px; /* cell padding */
	border-bottom: 1px solid; /* border width, horizontal grid line */
	border-top: 1px solid;
	border-left: 0px;
	border-right: 1px solid; /* border width, vertical grid line */
	border-color: #BFD3EE;  /* border color */
}
.ewTableCheck .ewTableHeader, .ewTableCheck .ewTableHeader td {
	background-color: #2647A0;	/* header bgcolor */
	color: #FFFFFF; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-color: #4F93E3; /* header border color */	
	/* background-image: url(images/blue.png);  header bg image */ 
	background-repeat: repeat-x;		
	vertical-align: top; 	
}
.pcdoptions1 {
border-color:#000000;
border-style:solid;
border-width:0 0 1px 1px;
color:#0033CC;
font-size:12px;
padding:5px;
text-align:left;

}
.pcdoptions2 {
border-color:#000000;
border-style:solid;
border-width:0 1px 1px 0px;
color:#0033CC;
font-size:12px;
padding:5px;
text-align:left;

}
.pcdoptionsheader {
background-color:#E5E5E5;
border-color:#000000;
border-style:solid;
border-width:1px 1px 1px 1px;
font-size:0.9em;
text-align:center;

}
.loan {
	width: 480px;
}

.loan div {
	border: 1px solid #999;
	margin: 1px;
}

.loan .loan_src {
	float: left;
	width: 236px;
	height: 190px;
}

.loan .loan_pmt {
	float: right;
	width: 236px;
}

.loan .loan_out {
	clear: both;
	overflow: auto;
	width: 476px;
	height: 200px;
}