
html {
	margin:0;
	padding:0;
	width:100%;
}

body {
	margin:0;
	padding:0;
	width:100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	background:#eeeeee url(images/bg.jpg) no-repeat;
	color: #000;
	line-height:1.5em;
}

.s1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	/*line-height: 18px;*/
	color: #000;
	display:inline;
	font-weight:normal;
}

.img_prw {
	boder:1px solid #f3f3f3;
}

h1, h2, h3, h5 {
	margin:5px 0;
}

h3 {
	font-size:0.9em;
}

h4 {
	margin:0px;
	font-size:0.9em;
}

ul,ol{
	margin:0;
	padding:0;
}



th {
	background:url(images/th_bg.jpg) repeat-x bottom;
	/*height:33px;*/
	color:#5b5b5b;
	padding:0px 20px;
}

td {
	padding:2px;
}

a:link, a:visited {
	color:#06C;
	text-decoration:underline;
}
a:hover {
	color:#F00;
}


/*------classes----------*/

.sale {
	border:1px solid #CCC;
	border-radius:5px;
	padding:5px;
	float:left;
	margin:0 5px 5px 0;
	width:225px;
	font-size:11px;
}

.sale:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.foto_cat {
	border:1px #CCC solid;
	border-radius:5px;
	margin:5px;
	float:left;
}

.foto_cat:hover {
	border:1px #CCC solid;
	border-radius:5px;
	margin:5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.separ_vert {
	background:url(images/separ.jpg) repeat-y;
	
}

.r_menu {
	width:230px;
	height:35px;
	border:1px #999 solid;
	border-radius:5px;
	padding:5px;
	background:#f6f6f6;
	text-align:center;
	margin:5px 0;
}

.r_menu:hover {
	width:231px;
	height:35px;
	border:1px #999 solid;
	border-radius:5px;
	padding:5px;
	background:#fed001;
	cursor:pointer;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.hplink {
	color:#333333;
	text-decoration:none;
}

.cirkul {
	list-style:none;
	list-style-image:url(images/circle.jpg);
}

.galka {
	list-style:none;
	list-style-image:url(images/galka.jpg);
}

.galka li {
	margin:5px 0 7px;
	border-bottom:1px #CCC dashed;
}



#all {
	width:1024px;
	margin:15px auto 15px;
	min-height:600px;
	background:#FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#head {
	width:1000px;
	margin:0 auto;
	position:relative;
	top:20px;
	margin-bottom:30px;
}

#header {
	background:url(images/header.jpg) no-repeat;
	width:1000px;
	height:43px;
	margin:0 auto;
}


#breadcrumbs {
	margin:0 auto;
	width:1000px;
}

#top_menu_bg {
	background:url(images/top_menu_bg.jpg) repeat-x;
	width:1000px;
	height:51px;
	margin:10px auto 10px;
	
}

#nav{
	float:left;
	width:100%;
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	z-index:1000;
	position:relative;
	top:10px;
	left:20px;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	display:block;
	z-index:1000;
}
#nav li a{
	display:block;
	padding:5px;
	color:#fff;
	background:#333;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); /* Тень текста, чтобы приподнять его на немного */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#nav li a:hover{
	color:#fff;
	background:#ffcf20;
	background:rgba(255,207,32,0.95); /* Выглядит полупрозрачным */
	text-decoration:underline;
}

#nav li a:active {
	color:#FF0000;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устнавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li{
	padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	float:none;
	background:url(dot.gif);
}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	background:#ffcf20;
	background:rgba(255,207,32,1.00); /* Выглядит полупрозрачным */
	text-decoration:underline;
	color:#000;
	text-shadow:none;
}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background:#333;
	background:rgba(51,51,51,0.75); /* Будет полупрозрачным */
	text-decoration:underline;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	color:#ffffff;
}

#clr {
	clear:both;
	height:10px;
	border-top:1px #CCC solid;
	width:100%;
}

#content {
	width:1000px;
	margin:10px auto;
	/*min-height:400px;*/
}

#footer {
	width:950px;
	margin:0 auto;
	color:#666;
	padding:7px 0;
}

#left {
	float:left;
	width:700px;
}

#right {
	float:right;
	width:250px;
}

#footer a {
	color:#333;
}

#footer a:hover {
	color:#06F;
}

#counters {
	clear:both;
	
}

/*-----accordin menu---------*/

.accordion>ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style:none;
    width: 250px;
	background:#FFF;
    /*border: 1px solid #c7c7c7;*/
	/*border-radius:5px;*/
    -moz-box-shadow: 0px 1px 19px #d6b6d6;
    -webkit-box-shadow: 0px 1px 19px #d6b6d6;
    box-shadow: 0px 1px 19px #d6b6d6;
}
.accordion>ul>li {
    display: block;
    overflow: hidden;
	/*border-radius:5px;*/
    margin: 0;
    padding: 0;
    list-style:none;
    height:38px;
    width: 250px;
   /* оформляем фон блока */
    background-color:#fcfcfc;
   /* эффект перехода */
     transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;/* Safari, Chrome 25 */
}
.accordion>ul>li>h3 {
    display:block;
    margin: 0;
    padding:10px 5px;
    height:20px;
    text-align: left;
   /* оформляем пункты */
    border-top:#f0f0f0 1px solid;
	/*border-radius:5px;*/
    color: #1e1e1e;
    text-decoration: none;
    font: 13px Helvetica, Arial, Sans-Serif;
    text-shadow: 1px 1px #fff;
    text-transform:uppercase;
    background: #cccccc;
   /* градиент */
    background: -moz-linear-gradient( top, #e6e6e6, #cccccc); /* FF, Flock */
    background: -ms-linear-gradient( top, #e6e6e6, #cccccc); /* IE 9 - 10 */
    background: -webkit-linear-gradient( top, #e6e6e6, #cccccc); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(#e6e6e6, #cccccc); /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6, endColorstr=#ffcccccc); /* IE 5.5 - IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6, endColorstr=#ffcccccc)";   /* IE 8 */
   /* подвижная ссылка */
     transition: padding-left 250ms ease-out;
    -webkit-transition: padding-left 250ms ease-out;/* Safari, Chrome 25 */
}

.accordion>ul>li>h3 a {
	text-decoration:none;
}

.accordion>ul>li>div {
    margin:0;
    overflow: auto;
    padding:10px;
    height:220px;text-align: left;
}
.accordion>ul>li:hover {
    height: 180px;
}
.accordion:hover>ul>li:hover>h3 {
   /* оформляем пункты при наведении */
    color: #3A505C;
    background: #e6e6e6;
    cursor:pointer;
   /* градиент */
    background: -moz-linear-gradient( top, #fed001, #fa8906); /* FF, Flock */
    background: -ms-linear-gradient( top, #fed001, #fa8906); /* IE 9+ */
    background: -webkit-linear-gradient( top, #fed001, #fa8906); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(#fed001, #fa8906); /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdbdbdb, endColorstr=#ffe6e6e6); /* IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdbdbdb, endColorstr=#ffe6e6e6)";   /* IE 8 */
   /* подвижная ссылка */
    padding:10px 5px;
	font: 13px Helvetica, Arial, Sans-Serif;
}


.accord a {
	text-decoration:none;
}


/*-----подсказки--------*/
.tooltip {
  border-bottom: 1px dotted #000000;
  color:#000000; 
  outline: none;
  cursor: help; 
  text-decoration: none;
  position: relative;
}

.tooltip span {
  margin-left: -999em;
  position: absolute;
}

.tooltip:hover span {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 500px;
}
.tooltip:hover img {
  border: 0;
  margin: -20px 0 0 -55px;
  float: left;
  position: absolute;
  left:-200px;
}
.tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.customs { padding: 0.5em 0.8em 0.8em 2em; }
<strong>* html</strong> a:hover { background: transparent; }

.classic { background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334; }
.help { background: #9FDAEE; border: 1px solid #2BB0D7; }
.info { background:#CCC; border: 1px solid #2BB0D7; border-radius:5px; color:#000; }
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
.image { background:none;}
/*------канец падсказкам------*/
#count {
    float:left;
    position:relative;
    top:10px;
    left:35px;
}

.shema_prw {
	 box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	 border:2px solid #666;
	 width:130%;
}





























