/* CSS Document */
body {
	margin:0px;
	background-color:#266d43;
	}
td {
	font-family:Arial;
	font-size:11px;
	color:#565656;
	}
.text1 {
	font-family:Arial;
	font-size:11px;
	color:#6b6b6b;
	}
.text2 {
	font-size:12px;
	}
.text3 {
	font-family:Arial;
	font-size:16px;
	color:#ffffff;
	}
.text4 {
	font-family:Tahoma;
	font-size:11px;
	color:#565656;
	}
.text5 {
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
	}	
.borderline1 {
	border: solid 1px #78ac8c;
	}
.borderline2 {
	border-bottom: solid 1px #999999;
	}	
.borderline3 {
	border-right: solid 1px #c6c6c6;
	font-family:Arial;
	font-size:11px;
	color:#4c4c4c;
	}
.borderline4 {
	border-right: solid 1px #7fb092;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	}
.borderline5 td {
	border-left: solid 1px #c9c9c9;
	border-bottom: solid 1px #c9c9c9;
	}
.borderline6 {
	border-right: solid 1px #c9c9c9;
	}
.borderline7 {
	border: solid 1px #cccccc;
	}
.borderline8 td {
	border: solid 1px #c9c9c9;
	}
.input1 {
	border: solid 1px #9c9c9c;
	font-size:12px;
	font-family:tahoma;
	}
a.link:link  { 
	color: #6a7980; 
	text-decoration: none;
	font-size:12px;
	padding:0px 2px 0px 2px;
	}
a.link:visited {
 	color: #6a7980; 
	text-decoration: none; 
	font-size:12px;
	padding:0px 2px 0px 2px;
	}
a.link:active { 
	color: #6a7980; 
	text-decoration: none;
	font-size:12px;
	padding:0px 2px 0px 2px; 
	}
a.link:hover  { 
	color: #3e885a; 
	text-decoration: none;
	font-size:12px;
	padding:0px 2px 0px 2px;
	}
a.link2:link  { 
	color: #565656; 
	text-decoration: none;
	}
a.link2:visited {
 	color: #565656; 
	text-decoration: none; 
	}
a.link2:active { 
	color: #565656; 
	text-decoration: none;
	}
a.link2:hover  { 
	color: #565656; 
	text-decoration: underline;
	}
a.link3:link  { 
	color: #ffffff; 
	text-decoration: none;
	}
a.link3:visited {
 	color: #ffffff; 
	text-decoration: none; 
	}
a.link3:active { 
	color: #ffffff; 
	text-decoration: none;
	}
a.link3:hover  { 
	color: #ffffff; 
	text-decoration: underline;
	}
a.img1 img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	border: none;
}

a.img1:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	border: none;
}

.transp-block {
	background: #000 url(../images/cars/sold_sign.png) no-repeat;
	width: 300px;
	height: 225px;
}
img.transparent {
	filter:alpha(opacity=50);
	opacity:.50;
}
.transp-block2 {
	background: #000 url(../images/cars/thumbs/sold_sign_small.png) no-repeat;
	width: 70px;
	height: 52px;
	background-position:center;
	background-repeat:no-repeat;
}