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

#dropDownDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	width: 200px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: -300px;
	visibility:hidden;
}
#dropSelect{
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	margin:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#dropSelect option{
	color:#000000;
	
}
#dropSelect option:hover{
	
	background-color:#CCCCCC;
	
}

html {
	height:100%;
}
body {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
}

body,td {
	font-family: Tahoma;
	font-size: 12px;
	color: #494949;
}
th
{
	font-family: Tahoma;
	font-size: 12px;
	color: #494949;
	text-align:left;
}
td img {
	display: inline-table;
}
.error {
	text-decoration: none;
	background-color: #FEE0DA;
	padding: 3px;
	float: left;
	width: 90%;
	border: 1px solid #999999;
	font-size: 11px;
}
.success {
	font-size: 11px;
	text-decoration: none;
	background-color: #E5E5E5;
	padding: 3px;
	float: left;
	width: 90%;
	border: 1px solid #666666;
}
h1, .style1, h1 a {
	color: #B60000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

h2, h2 a {
	color: #B60000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

h3, h3 a {
	font-size: 12px;
	color: #494949;
	text-decoration: none;
}

.menu {
	text-decoration:underline;
	padding: 10px 10px 10px 10px;
	
}
.menu a{
	color:#494949;
	text-decoration:none;
	
}
.menu a:hover{
	color:#494949;
	
}
.style2 {
	font-size: 11px
}
.footer {
	color: #696969;
	padding-left:10px;
	padding-right:10px;
}
.footer a{
	color: #696969;
	text-decoration: none;
}
.footer a:hover{
	color: #696969;
	text-decoration:underline;
}
#container {
    width: 949px;
    height:100%; /* для FF , Mozilla, Safari */
    min-height: 100%;
}
/* для IE */
* html #container {
    width: 988px;
    height: 100%;
}
#search_div {
	background-color: #B60000;
	height: 166px;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 5px;
	width: 100%;
}
#search_div input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 200px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;	
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #B60000;
	background-color: #E5E5E5;
}
#search_div select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 200px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;	
}

.odd_tr {
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
}

.odd_tr td {
	padding: 5px;
}

.catalog_table {
	padding: 5px;
	width: 97%;
	border: 1px solid #C9C9C9;
	border-collapse:collapse;
}

.catalog_table td{
	font-size: 11px;
}

.catalog_table th{
	padding: 5px;
	background-color: #B60000;
	color: #FFFFFF;

}
.even_tr {
	background-color: #F2F2F2;
	border: 1px solid #C9C9C9;
}

.even_tr td{
	padding: 5px;
}

#srch_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B60000;
	float: left;
	height: 20px;
	width: 150px;
	padding-left: 4px;
/*
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E33131;
	border-right-color: #E33131;
	border-bottom-color: #000000;
	border-left-color: #E33131;
*/
	vertical-align: middle;
}

a{
	color:#494949;
	text-decoration:underline;
	
}
a:hover{
	text-decoration:none;
}

ul {
	list-style-image : url(/images/bullet.gif);
}
.contacts
{
	background-color:#DBE4ED; 
	padding: 10px 10px 10px 10px; 
	color: #6c7177; 
	height:250px;
	line-height: 130%;
}

.contacts div
{
	margin: 10px 0px;
}
