/*		TurboOST Main CSS		*/


/* 	Tags		*/
body {
	background-color: #5A606E;
	margin: 0px;
}

body,td,th {
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color:#333333;
	font-size: 18pt;
	margin-bottom: 5px;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color:#b00000;
	font-size: 13pt;
	font-weight: normal;
	margin: 0px;
}

h2 a:link {
	color:#b00000;
}

h2 a:visited {
	color:#b00000;
}

h2 a:active {
	color: #B00000;
}

h2 a:hover {
	color: #B00000;
}

h3 {
	font-family: Tahoma, Arial, sans-serif;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

/*		Identifiers	*/

#page_header {
	top: 0px;
	left: 0px;
	clear: both;
	float: none;
	display: block;
	width: 100%;
	height: 150px;
}
#shadowbox {
	width: 340px;
	height: 200px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;

}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
}

#mainmenu {
	top: 0px;
	left: 0px;
	clear: both;
	float: none;
	display: block;
	width: 100%;
	height: 26px;
	background-color: #b00000;
	font-size: 5pt; 
}

#car {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 360px;
	text-align: right;
	z-index: 50;
}
#turbo {
	position: absolute;
	left:250px;
	top: 0px;
	width: 125px;
	text-align: ;
}

#lang-select {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 76px;
	text-align: right;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	z-index: 100;
}

#phones {
	position: absolute;
	right: 35%;
	top: 0px;
	width: 300px;
	text-align: right;
}


#main {
	top: 0px;
	left: 0px;
	clear: both;
	float: none;
	display: block;
	width: 100%;
	background-color: white;
}

#copyright {
	color: white;
	font-size: 8pt;
	display: inline;
}

#copyright a:link, #copyright a:visited {
	color: white;
	font-size: 8pt;
}

#copyright a:hover {
	color: #FFcc00;
}

#news_block, #search_block {
	background-color: #e0e0e0;
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#online {
	background-color: white;
	border: 1px solid #c0c0c0;
	background-image: url(imgs/online-consultant.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 250px;
	float: none;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#awards_block {
	background-color: #e0e0e0;
	border: 1px solid #c0c0c0;
	height: 220px;
	float: none;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
}

/*		Classes		*/
.left_col {
	padding-right: 15px;
	padding-bottom: 10px;
}

.right_col {
	top: 15px;
	left: 66%;
	clear: right;
	float: left;
	display: block;
	width: 32%;
}


.full_col {
	background-color: #e0e0e0;
	border: 1px solid #c0c0c0;
}

.article {
	border-bottom: 1px solid #e0e0e0;
}

/*		Selectors	*/

a:link {
	color: #001E71;
}

a:visited {
	color: #562C61;
}

a:active {
	color: #B00000;
}

a:hover {
	color: #B00000;
}


#mainmenu a {
	color: white;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
}

#mainmenu a:hover, #mainmenu a.sel {
	color: #b00000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	background-color: #C9CACF;
}

#news_block div.news {
	padding: 10px;
	display: block;
	border-bottom: 1px solid #d0d0d0;
}

#news_block div.news span.date {
	margin-left: -10px;
	text-decoration: underline;
	color: #333333;
	display: block;
	width: 100%;
	font-size: 8pt;
}

#news_block div.news span.lead {
	font-weight: bold;
	display: block;
	width: 100%;
}

#news_block div.news a {
	margin-top: 0px;
	display: inline;
}

#news_block a {
	margin-top: 5px;
	display: block;
	width: 100%;
}

#main div.news {
	padding: 10px;
	display: block;
	border-bottom: 1px solid #d0d0d0;
}

#main div.news span.date {
	margin-left: -10px;
	text-decoration: underline;
	color: #333333;
	display: block;
	width: 100%;
	font-size: 8pt;
}

#main div.news span.lead {
	font-weight: bold;
	display: block;
	width: 100%;
}

#main div.news a {
	margin-top: 0px;
	display: inline;
}


#search_block input, #news_block input {
	width: 70%;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	padding: 3px;
}

#search_block form {
	margin: 0px;
	
}

#search_block input.btn, #news_block input.btn {
	width: 25%;
	border: 1px solid #333333;
	background-color: #b00000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	padding: 2px;
	text-align: center;
	color: white;
	font-weight: bold;
}

#search_block input.btn:hover, #news_block input.btn:hover {
	width: 25%;
	border: 1px solid #333333;
	background-color: #C9CACF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	padding: 2px;
	text-align: center;
	color: #b00000;
	font-weight: bold;
}

.article p, .article_e p {
	padding-left: 10px;
}

.list_manuf_item, .list_app_item {
/*	margin-top: 15px; */
	clear: both;
	float: none;
	width: 100%;
	display: table;
}

h2 {
	display: block;
/*	margin-top: 25px; */
	clear: both;
	float: none;
}

.list_manuf_item h2, list_app_item h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color:#b00000;
	font-size: 14pt;
	font-weight: normal;
}

.list_manuf_item a.family, .list_app_item a.oemmanuf {
	width: 120px;
	float: left;
	padding: 3px;
	margin-left: 2px;
	margin-top: 2px;
	border: 1px solid gray;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

.list_manuf_item a.family:hover, .list_app_item a.oemmanuf:hover {
	background-color: #f0f0f0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

#news_block h2, #search_block h2 {
	font-size: 12pt;
	font-weight: bold;
}
span.nobr {
	white-space: nowrap;
}

table.search_result th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #b00000;
	background-color: #C9CACF;
	text-align: center;
}

table.search_result th.top {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #b00000;
	background-color: #C9CACF;
	text-align: center;
	border-bottom: 1px solid gray;
}

table.search_result td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9pt;
	text-align: center;
	border-bottom: 1px solid gray;
}

li.links {
	color: #b00000;
}

ol.descr li, .descr {
	font-size: 8pt;
}

.breadcrumbs{
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #b00000;
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: 10px;
}

div.para {
	padding: 10px;
	vertical-align: top;
	display: table;
}

div.quote {
	padding: 10px;
	vertical-align: top;
	display: block;
	width: 200px;
	clear: left;
	float: right;
}

.para img {
	margin-left: 10px;
	display: block;
	float: right;
	clear: left;
}

div.para:hover {
	background-color: #f0f0f0;
}


.album .title {
	display: block;
	font-weight: bold;
}

.photo, .album {
	display: block;
	border: 1px solid #e0e0e0;
	text-align: center;
	padding: 10px;
	margin: 10px;
	width: 40%;
	clear: right;
	float: left;
	background-color: white;
}

.photo:hover, .album:hover {
	display: block;
	border: 1px solid #e0e0e0;
	text-align: center;
	padding: 10px;
	margin: 10px;
	width: 40%;
	clear: right;
	float: left;
	background-color: #f0f0f0;
}

.navi {
	display: block;
	padding: 10px;
	margin: 5px;
	clear: both;
	float: none;
}

.photo_row {
	clear: both;
	float: none;
	display: block;
}

#supapartners {
	display: none;
}
