a:link {
    color: #1D77DD;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
a:visited {
	color: #1D77DD;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;	
}
a:hover {
	color: #FFB908;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
a.sub:link {
    color: #1D77DD;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
a.sub:visited {
	color: #1D77DD;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
a.sub:hover {
	color: #FFB908;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
.blue {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #1D77DD;
}
.smalltext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.used {
	background-image: url(../images/used.jpg);
	background-repeat: no-repeat;
}
.new {
	background-image: url(../images/new.jpg);
	background-repeat: no-repeat;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ECECEC;
	background-repeat: no-repeat;
	background-image: url(../images/back.jpg);
	background-position: center top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
.content {
	background-color: #FFFFFF;
	background-image: url(../images/main-back.jpg);
	background-repeat: no-repeat;
}

TABLE
{
	text-align: center;
}

TABLE .product
{
	
	border-right: solid 1px #9F9F9F;
}
.pixborder {
	border: 1px solid #003769;
}

