@charset "UTF-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0;

}
h1{
	font-size:22px;
	color:#006600;
}
h2{
	padding-left:20px;
	font-size:24px;
	color:#003300;
	background:url(imgs/h2bg.jpg) left no-repeat;
}
h3{
	/*padding-left:20px;*/
	font-size:16px;
	color:#009900;
}
h4{
	padding-left:20px;
	font-size:18px;
	color:#003300;
}
img{
	border:none;
}
a{
	/*font-size:10px;*/
	color:#006600;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#009900;
}


a.tellfriend{
	background:url(imgs/icons/mail.jpg) no-repeat left;
	padding-left:24px;
	padding-bottom: 2px;
	color:#006600;
	text-decoration:none;
	font-weight:bold;
}
a.tellfriend:hover{
	text-decoration:underline;
}
a.tellfriend:visited{
	color:#009900;
}


a.readmore{
	font-size:16px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
a.readmore:hover{
	text-decoration:underline;
}
a.readmore:visited{
	color:#666666;
}


/*TABLE CLASSES*/

.tableheaders{
	/*headers of the table*/
	font-weight:bolder;
}
.unit{
	/*side identifiers*/
	font-size:18px;
	color:#990000;
	padding-left:15px;
	font-weight:bold;
}
table.used{
margin-left:-3px;
}


.model{
}
.sale{
}
.price{
color:#009900;
}
.savings{
color:#990000;
}
.usedlink{
color:#666666;
}
.modelheader{
width:250px;
}
.saleheader{
width:150px;
}
.priceheader{
width:125px;
}
.savingsheader{
width:125px;
}
.linkheader{
width:100px;
}
.seemore{
font-weight:bold;
color:#003300;
font-size:16px;
}