﻿/* Main classes */
body
{
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin:5px 0 0 0;
}

*.outer
{
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
}

*.invlk
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-decoration:none;	
}

*.invlk:hover
{
	color: #FFCC33;
	text-decoration:underline;		
}

*.headlk
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

*.headlk:hover
{
	color: #FFCC33;
}


table.form1
{
	background-color: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	padding: 2px;
	margin-top:5px;
}

*.button1
{
	background-color: #000066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC33;
	font-weight: bold;
	cursor: hand;
}

*.frmele1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

table.form2
{
	background-color: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: black;
	padding:2px;
	margin-top:5px;
}

/*dealer info*/
*.dealername
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}

*.dealerphone
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;	
}

/*list page*/
*.tableheader
{
	background-color: #000066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height:25px;
}

*.tablefooter
{
	background-color: #000066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

*.tableitem
{
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

*.tablealtitem
{
	background-color: #E0E0E0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

*.l
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-align: center;
}

*.l:hover
{
	color: #FFFFFF;
}

a.lk1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	text-decoration:none;	
}

a.lk1:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC33;
	font-weight: bold;
	text-decoration:underline;	
}

*.back1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	height:25;
	background-color:#FFCC33;
}

*.back2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	height:25;
}

/*detail page*/
a.lk2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-decoration:none;	
}

a.lk2:hover
{
	color: #FFFFFF;
	text-decoration:underline;	
}

span.heading
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	font-weight: bold;
	text-decoration:none;	
}

*.bg1
{
	background-color: #000066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;	
}

*.bg2
{
	background-color: #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-decoration:none;	
}

*.bg3
{
	background-color: #EBEBEB;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;	
}

*.bg4
{
	background-color: #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;	
}

*.price
{
	background-color: #00CC00;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;	
}

table.form3
{
	background-color: #EBEBEB;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	padding:2px;
}

*.clr1
{
	color: #000066;	
}

*.blocker
{
	position:absolute;
	top:0;
	left:0;
	z-index:120;
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/spacer.gif);
	padding-top:120;
}


*.inner
{
	position:relative;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFFFFF;
	border:5px solid #FFCC33;
	height:150;
	width:335;
	padding:5;
	vertical-align:middle;

}

/* Used for templates with tabs */

*.tabcontainer
{
	width: 100%;
	padding: 0;
	height:25px;
	background: none;
	text-align:center;
	margin:0px;
	background-image: url(images/003_tabbackline.gif);
	background-position:top;
	background-repeat:repeat-x;
}

*.datacontainer
{
	width: 100%;
	height: 100px;
	padding: 0;
	background: #FFFFFF;
	text-align:center;
	margin:0px;
	border:1px solid #000066;
	border-top:none;		
}

*.itab
{
	font-family: arial, verdana, tahoma; 
	font-size:11px;
	font-weight:bold;
	color:#000066;
	background-color:#FFCC00;
	width:90px;
	height:22px;
	float:left;
	border:1px solid #000066;
	cursor:hand;
	margin:3px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:3px;
}

*.atab
{
	font-family: arial, verdana, tahoma; 
	font-size:11px;
	font-weight:bold;
	color:#000066;
	background-color:#FFFFFF;
	width:90px;	
	height:22px;
	float:left;
	border:1px solid #000066;
	border-bottom:#000066;
	cursor:hand;
	margin:3px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:3px;
}

*.border1
{
	font-family: arial, verdana, tahoma; 
	font-size:11px;
	color:#000000;	
	border:1px solid #000066;
	background-color:#FFFFFF;
}

*.over
{
	background-color: #FFFFCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	cursor:hand;	
}

/*buttons on inventory list page*/
*.activelk
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	height: 24px;
	width: 115px;
	text-decoration: none;
	cursor:hand;
	margin:0px;
	text-align:center;
	padding-top:6px;
	background-image:url(images/003_activetab.gif);
	background-position:top;
	background-repeat:no-repeat;
}

*.inactivelk
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	height: 24px;
	width: 115px;
	text-decoration: none;
	cursor:hand;
	margin:0px;
	text-align:center;
	padding-top:6px;
	background-image:url(images/003_inactivetab.gif);
	background-position:top;
	background-repeat:no-repeat;
}

*.inactivelk:hover
{
	color: #000066;
	background-image:url(images/003_inactivetab_over.gif);
	background-position:top;
	background-repeat:no-repeat;
}

*.tabbackline
{
	MARGIN-TOP: 5px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	background-image:url(images/003_tabbackline.gif);
	background-position:top;
	background-repeat:repeat-x;
}

*.outer002
{
	height:100%;
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
}

*.button2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
font-weight: bold;
color: #000000;
cursor: hand;
}

*.price1
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px;
font-weight: bold;
color: #000000;
}

*.price2
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px;
font-weight: bold;
color: #FF0000;
}

*.price111
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
font-weight: bold;
color: #000000;
}

*.price211
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
font-weight: bold;
color: #FF0000;
}