/* тэги */

body {
	color: #333333;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	}
td {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	}
input {
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
select {
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

a:link {
	color: #E00B17;
	text-decoration: none;
	}
a:active {
	color: #E09C0B;
	text-decoration: none;
	}
a:visited {
	color: #A00000;
	text-decoration: none;
	}
a:hover {
	color: #E09C0B;
	text-decoration: underline;
	}

/* ссылки : накладывается в A : или текст : накладывается в SPAN, DIV, P */

.link-white {
	color: #FFFFFF;
	text-decoration: none;
	}
.link-white:link {
	color: #FFFFFF;
	text-decoration: none;
	}
.link-white:active {
	color: #FFFFFF;
	text-decoration: none;
	}
.link-white:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
.link-white:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.link-black {
	color: #000000;
	text-decoration: none;
	}
.link-black:link {
	color: #000000;
	text-decoration: none;
	}
.link-black:active {
	color: #000000;
	text-decoration: none;
	}
.link-black:visited {
	color: #000000;
	text-decoration: none;
	}
.link-black:hover {
	color: #000000;
	text-decoration: none;
	}

.menu {
	color: #E00B17;
	font-size: 11px;
	text-decoration: none;
	}
.menu:link {
	color: #E00B17;
	font-size: 11px;
	text-decoration: none;
	}
.menu:active {
	color: #E00B17;
	font-size: 11px;
	text-decoration: none;
	}
.menu:visited {
	color: #E00B17;
	font-size: 11px;
	text-decoration: none;
	}
.menu:hover {
	color: #E00B17;
	font-size: 11px;
	text-decoration: underline;
	}

.lil {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
.lil:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
.lil:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
.lil:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
.lil:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

.lar {
	font-size: 16px;
	}
.lar:link {
	font-size: 16px;
	}
.lar:active {
	font-size: 16px;
	}
.lar:visited {
	font-size: 16px;
	}
.lar:hover {
	font-size: 16px;
	}

/* заголовки : накладывается в TD */

.head1 {
	font-size : 21px;
	font-weight: bold;
	letter-spacing: -1px;
	}
.head2 {
	font-size : 17px;
	font-weight: bold;
	letter-spacing: -1px;
	}
.head3 {
	font-size : 13px;
	font-weight: bold;
	}
.head4 {
	font-size : 11px;
	font-weight: bold;
	text-transform: uppercase;
	}
.head4:hover {
	color: #000000;
	text-decoration: none;
}
.head4:active {
	color: #000000;
	text-decoration: none;
}

/* текст : накладывается в SPAN, DIV, P */

.text-white {
	color: #FFFFFF;
	}
.text-link {
	color: #E00B17;
	}
.price {
	font-size : 14px;
	color: #DE0225;
	}
.detail {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

/* бэкграунды : накладывается как ID в TR */

.bg-white {
	background-color: #FFFFFF;
	padding: 1px 4px 1px 4px;
}
.bg-grey {
	background-color: #F2F2F2;
	padding: 1px 4px 1px 4px;
}
/* форма : накладывается в INPUT и TEXTAAREA */

input.field1 {
	color: #000000;
	border: thin 1px #F2EFD5 inset;
	background-color: #FFFFFF;
	}
textarea.field1 {
	color: #000000;
	border: thin 1px #F2EFD5 inset;
	background-color: #FFFFFFF;
	scrollbar-track-color: #F1F1F1;
	scrollbar-highlight-color: #F1F1F1;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-face-color: #CCCCCC;
	scrollbar-base-color : #AAAAAA;
	scrollbar-shadow-color: #AAAAAA;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #999999;
	}
td.dealerList {
	font-family:tahoma;
	font-size:10px;
	}
	
	TABLE.listing TH {
		background-color: #CFDAF5;
		color: #000080;
		font-size: 11px;
		font-weight: bold;
		text-align: left;
	}
	
	TABLE.listing TD {
		border-bottom: 1px solid #C0C0C0;
		font-size: 11px;
		color: #000000;
	}