﻿*{
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

a img { border: none; }

a {
	color: #0055ac;
	text-decoration: underline;
}

a:hover {
	color: #00448a;
}

a.button {
    background: transparent url('img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 11px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 6px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 6px; /* push text down 1px */
}

b{
  font-weight: 900;
}


h1 {
	font-size: 24px;
	margin: 0;
	border-bottom: 1px solid #797979;
	margin-bottom: 5px;
}


h2 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 5px;
}

h3 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 5px;
}

p{
  margin: 10px 0;
  line-height: 20px;
  max-width: 750px;
}

ul{
  margin-left: 5px;
  list-style: none;
}

li{
  margin: 7px 0 7px 0;
  padding-left: 10px;
  max-width: 750px;
  background: url(img/s.gif) no-repeat left center;
}

ol{
  margin: 0 0 0 20px;
}


ol li{
  padding-left:0;
  background-image: none;
}

.menu_left{
  float: left;
  height: 53px;
  width: 1000px;
  margin-left: 25px;
}


.topmenu li {
  float: left;
  background: none;
  margin: 15px 10px 0 0;
  padding: 0;
}

.topmenu li a:link, .topmenu li a:hover, .topmenu li a:visited{
  display: block;
  background: url(img/buttonbg.png) no-repeat;
  width: 91px;
  height: 24px;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.topmenu li a:hover {
  background: url(img/buttonbgp.png) no-repeat;

}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}


.header{
  width: 100%;
  height: 53px;
  background: url(img/top.jpg) #000 top left no-repeat;
  margin-bottom: 20px;
}

.ver{
  position: absolute;
  top: 17px;
  left: 551px;
  font-weight: 900;
  font-size: 10px;
  color: #ff873d;
}


.menu_main{
  float: right;
  height: 53px;
  width: 75px;
  line-height: 50px;
  color: #fff;
}

.menu_main a{
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}

.box{
  float: left;
  width: 399px;
  height: 492px;
  margin: 20px 20px 0 20px;
}

.precontent{
  float: left;
  width: 399px;
  height: 492px;
  margin: 0 20px 0 20px;
  padding: 20px;
}

.content{
  float: left;
  width: 750px;
  margin-left: 40px;
}

.footer{
  clear: both;
  margin: 10px 20px 0 20px;
  padding:10px 5px;
  border-top: solid 1px #8C8C8C;
}



.plugin{
  clear: both;
  margin-top: 20px;
}


.plugin_image{
  float: left;
  width: 60px;
  text-align: center;
  padding-top: 5px;
}

.plugin_content{
  float: left;
  margin-left: 20px;
  width: 650px;
}

.plugin_header{
  font-size: 16px;
  font-weight: 900;
}


.recalls li{
  line-height: 25px;
}

.recalls ul{
  list-style: none;
  margin-left: 2px;
}


/*FAQ*/

sup{
  font-size: 9px;
  color: #0077bb;
}

td{
  padding: 10px;
  margin: 0;
  vertical-align: middle;
}


.menu{
  float:left;
  width: 170px;
  margin-left: 20px;
}

.ch{
  background: #EDF5FE;
}

.mac{
  width: 200px;
  padding-left: 10px;
  font-weight: 900; 
}

.mac a:link, .mac a:hover, .mac a:visited{
  font-weight: 900;
}

a.anc{
  text-decoration: none;
}


.question{
  width: 575px;
  background: #f7f4dd;
  padding: 7px;
  margin-top: 10px;
}

.answer{
  width: 575px;
  padding: 7px;
  margin-bottom: 10px;
}


.dist{
  background: #3C92DF;
  color: #fff;
  font-weight: 900;
  padding: 0px 2px 1px 2px;
  margin: 0 2px;
}

/* Макросы */
.mac {
  line-height: 22px;
}

.mac a{
  font-weight: 900;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid 1px #607293;
}

.mac_name{
  font-weight: 900;
  font-size: 16px;
  color: #000;
}

.mac_name a:link, .mac_name a:visited, .mac_name a:hover{
  font-weight: 900;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border-bottom: dotted 1px;
}


.comment_form{
  font-size: 10px !important;
  color: #6A6A6A;
  line-height: 14px !important;
}





.mac_cont{
  margin-bottom: 30px;
}


#easyTooltip {
	padding:4px;
	background:#f7f4dd;
  font-size: 14px;
	color:#000;
}

#easyTooltip b {
  font-size: 16px;
  font-weight: 900;
  color:#000;
}


.param_set{
  line-height: 24px;
  padding: 10px 20px;
  margin-top: 3px;
  border-left: solid 2px #0055cc;
}

.opena:link, .opena:hover, .opena:visited{
  color: #0055cc;
  text-decoration: none;
  border-bottom: dashed 1px;
}


.param_desc{
  line-height: 18px;
  font-size: 12px;
  padding: 10px 10px;
  margin-bottom: 10px;
  border-left: solid 2px #0055cc;
  color: #000;
}

.param_block_info{
  line-height: 24px;
  padding: 0 10px;
  margin-top: 20px;
  border-left: solid 2px #F1B516;
}

.param_block_exapmles{
  line-height: 24px;
  padding: 0 10px;
  margin-top: 20px;
  border-left: solid 2px #009900;
}

.param_block p{
  line-height: 18px;
  font-size: 12px;
  margin-top: 3px;
}

.problem_q{
  font-weight: 900;
}

.problem_a{
  background: #f7f4dd;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.nivoSlider {
	position:relative;
    width:580px;
    padding-bottom: 25px;
    margin-left:190px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:25px;
}
a.nivo-prevNav {
	left:25px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}













