/* CSS Document */

body { 
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#dddddd;
	text-align:left;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

table.Frame {
	padding:0;
	margin:0;
	height:100%;
	background-color:#FFFFFF;
}

#header .toolbar ul{
	list-style:none;
}
	
#header .toolbar ul li{
	float:left;
	display:block;
	padding-right:5px;
}

#header .toolbar a{
	color:#FFFFFF;
	text-decoration:none;
}

#header .toolbar a:hover{
	text-decoration:underline;
}

#navigation .mainnav a{
	color:#FFFFFF;
	text-decoration:none;
}

#navigation .mainnav a:hover{
	text-decoration:underline;
}
	
#footer ul{
	display:inline;
}
	
#footer li{
	display:inline;
	padding-right:5px;
	padding-left:5px;
}
	
.bgyellow{
	background-color:#FBC000 !important;
}
	
.bgdarkgrey{
	background-color:#414B56 !important;
}
	
.bglightgrey{
	background-color:#868F98 !important;
}
	
.bgwhite{
	background-color:#FFFFFF !important;
}
	
.coloryellow{
	color:#FBC000 !important;
}
	
.colordarkgrey{
	color:#414B56 !important;
}
	
.colorlightgrey{
	color:#868F98 !important;
}
	
.colorwhite{
	color:#FFFFFF !important;
}

#footer p {
	padding-top:30px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	margin:0px;
}

#footer a {
	color:#888888;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* Таблица с техническими характеристиками */
.table-tech-char {margin-bottom: 23px; margin-left:10px;}
.table-tech-char th {
	font-size: 12px;
	color: #061B33;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 4px;
}
.table-tech-char td {border-bottom: 1px solid #E5E5E5; padding:1px 10px 4px 0px; font-size:11px;}
.table-tech-char .even {background-color: #F7F7F7;}
.table-tech-char td span {font-size: 11px; color: #B3B3B3;}
.table-tech-char .item {font-size: 11px; color: #061B33; padding-top:2;}
/* //Таблица с техническими характеристиками */

.important {
	font-weight:bold;
	color:#061B33;
}
