/**
author: Murtazin Leonid 
author: 
template: granit m
copyright: GNU/GPL
**/


/**#################### DEFAULT and FORMS CSS ####################**/

body{
  margin: 10px;
  background-color:#FFFFFF;
  padding: 0;  
    
}
#notes
{
position: fixed;
margin-top: -12px;
font-size: 12px;
background: #fff;
z-index: 999;
padding: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; 
border: 1px #555 solid;
color: #000;

}
#bg_body{
	text-align: #FFFFFF;
	background-color: #FFFFFF;
}
#vashklimat_buttons
{
position: fixed;
margin: -10px auto;
width: 100%;
text-align: center;
}
#vashklimat_buttons .cold
{

}
#vashklimat_buttons .hot
{

}
td, tr, p, div {
  font-family      : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #293750;
 
  
}

hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}

li {
  list-style       : none;
  line-height      : 14px;
  padding-left     : 15px;/**
  background-image : url(../images/li_bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;#**/

  
}

.article_separator{
display: block;
height: 20px;
}
td.article_column{
padding-right: 5px;
}

a:link, a:visited  {
  color: #293750;
 
}

a:hover {
  color: #293750;
}

img {
border: 0 none; 
}

table.adminform textarea {
  width      : 450px;
  height     : 400px;
  color      : #000000;
}

form {
margin           : 0; 
padding          : 0;
}


.inputbox {
  padding          : 2px !important;
  padding          : 1px;
  margin: 3px 0;
  font: 1em verdana, arial, sans-serif;  
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

  input:hover,
  input:focus,
  textarea:hover,
  textarea:focus {
  //color: #FFF;
  //background-color: #999;
  
}

h1 {font: 700 1.3em verdana, sans-serif;color:#082b67;}
h2 {font: 700 1.2em verdana, sans-serif;color:#082b67;}
h3 {font: 700 1.1em verdana, sans-serif;color:#082b67;}


form#form-login{
	
	color: #293750;
	text-align:left
      padding: 10px;
      }

form#form-login fieldset{
border: none;
}

form#form-login fieldset p{
padding: 0 5px; 
margin: 5px 0 2px 4px;
}

form#form-login fieldset input.button{
margin: 5px 0 2px 10px;
}

form#form-login ul
{padding-bottom:10px;}

/**#################### Joomla CSS ####################**/

/** Buttons **/

.back_button {
  display: block;
  color            : #999999;
  font-family      : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  padding-bottom   : 10px;
  margin-right           : 10px;
  text-align: right;
  height      : 30px;
  text-decoration  : underline;

  }
.button {
  font-size        : 11px;
  color            : #EEE;
  border           : 1px solid #999;
  margin           : 3px 0;
  background-color : #777;
  padding          : 2px !important;
  padding          : 1px;
  cursor           : pointer;
  
}




/** Contact **/

.contact_email  {
  width            : 100%;
}
.contact_email .inputbox {
  
}




/** Module table  **/

table.moduletable, table.moduletable_menu{
	margin           : 5px 0 10px 0;
      padding          : 0 0 3px 0;
	width            : 100%;
     text-align: left;

	
      
	}

table.moduletable th, table.moduletable_menu th, table.moduletable_text th  {
	padding:10px 90px 10px 20px;
	text-align: left;
	color:#FFFFCC;
	font: 700 1em verdana, sans-serif;
	background-color:#3366CC;
}

table.moduletable td, table.moduletable_text td {
   padding          : 3px 5px;
   text-align: left;
    
    	}

table.moduletable_text{
	margin           : 5px 0 10px 0;
      width            : 100%;
      text-align: left;

	}


table.moduletable_menu table {
padding          : 0 10px;
}

/** Read more **/

a.readon:link, a.readon:visited {
  color            : #999999;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/arrow.png) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 14px;
  float            : right;
  line-height      : 13px;
  text-decoration  : underline;
}
a.readon:hover {
  color: #082b67;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/arrow.png) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 14px;
  line-height      : 13px;
  text-decoration  : underline;
}





/** Pagenavigation **/

.pagenavcounter {
  font-size        : 11px;
  color            : #999999;
}
.pagenavbar {
  border-top       : 1px solid #999999;
  padding          : 2px;
}
.pagination span { padding: 3px; }
.pagination a    { padding: 3px; } 

a.pagination:link, a.pagination:visited {
  font-size        : 11px;
  text-decoration  : none;
  font-weight      : normal;
}

a.pagination:hover {
  font-size        : 11px;
  text-decoration  : none;
  font-weight      : normal;
}

table.contenttoc {
	border           : 1px solid #dcdcdc;
	background       : none;
	;
	padding          : 5px;
	margin-left      : 15px;
	margin-bottom    : 5px;
}



/** Content **/

table.content{
  width            : 100%;
  padding          : 5px;
  border-collapse  : collapse;
  border-spacing   : 0;
  margin-bottom    : 5px;
  
}
table.contentpane {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
  }
table.contentpaneopen {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 0;
  margin-bottom    : 5px;
  
}

.contentheading,.componentheading {
  text-align: left;
  margin: opx 0;
  padding:10px;
  font: 700 1.2em verdana, sans-serif;
  text-transform: uppercase;
  color: #082b67;
  text-decoration: underline;

}

.contentheading a{
text-decoration: none;
width:auto;
}

div.componentheading {
margin: 5px 0 10px 0;
}

td.componentheading {
display:block;
margin: 0px 0 10px 0;
}

.contentdescription { 
  width          : auto !important;
  margin         : 0;
  padding        :  0;
  padding-top    : 5px;
  text-align     : left;
}

.blog_more {
margin   : 10px 0 7px 7px;
}

.buttonheading {
padding  : 0 2px;
}

.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding          : 2px 0;
  }

.content_rating {
  font-size        : 10px;
  color            : #999999;
}
.small {
  font-size        : 10px;
  color            : #999;
  line-height: 12px;
}
.smalldark {
  font-size        : 11px;
  color            : #999;
  text-align:left;
}
.createdate, .modifydate {
  float            : left;
  font-size        : 10px;
  color            : #999999;
  width            : 100%;
  line-height: 12px;
  margin-bottom: 5px;
}
.modifydate {
  text-align: right;
  }

a.category:link, a.category:visited {
  font-size        : 11px;
  font-weight      : bold;
}

.sectiontableheader {
  font-size        : 12px;
  font-weight      : normal;
  letter-spacing   : 1px;
  color            : #293750;
  background       : none; 
  padding          : 3px 2px;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  background       : none;
  border-bottom    : 2px solid #ffffff;
  line-height      : 19px;
  padding-right: 1000px;

}
.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  border-bottom    : 2px solid #ffffff;
  background       : none;
  line-height      : 19px;
}

.sectiontableentry2 td, .sectiontableentry1 td{
  padding          : 3px;
  line-height      : 17px;
}


.sectiontableentry1 img{
margin: 0 2px;
}
.sectiontableentry2 img{
margin: 0 2px;
}



/** Polls **/

.poll {
	color : #293750;
	line-height : 13px;
	font-weight: normal;
	text-align: right;
	
}
.pollstableborder{
  border-color     : none;
}

/** images **/



/** #################### index.php #################### **/
#overlay
{
 position: fixed;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
 z-index: 100;
 background: black;
 opacity: 0.60;
 visibility: hidden;
}
#calc
{
background: url(../images/buble.jpg) no-repeat top left #fff;
padding: 10px;
width: 650px;
min-height: 400px;
//text-align: center;
position: fixed;
top: 50%;
left:50%;
margin-top: -200px;
margin-left: -325px;
visibility: hidden;
//background-color: #fff;
z-index: 999;
border: 1px solid #000;
}
#calc h1
{
font-family: Arial;
font-weight: normal;
font-size: 23px;
color: #000;
}
#calc h2
{
font-family: Arial;
font-weight: normal;
font-size: 14px;
color: #000;
}
#header {  
  width:100% ;
  height: 247px;
  background: url(../images/bg_head.jpg) no-repeat #268ac5 right; 
  vertical-align: top;
}
#yslugi_shapka
{
color: #fff;
position: absolute;
margin: -125px 0px 0px 242px;
}
#yslugi_shapka ul
{
list-style-type: none;
}
#yslugi_shapka li
{
padding-bottom: 4px;
}
#logo{ margin-left:0px;
margin-top:0px;}
#headb{
background: url(../images/it.gif)repeat-x top }
#menu {
  width: auto;
  margin: 0 auto;
  padding-top:10px;

  height: 50px;
  background: url(../images/menu_manu.gif)  repeat-x top center;
  background-color: #FFFFFF;
  padding-left:;
  vertical-align:middle;
  
}
#menu2 {
	margin-left:center;
	width:100%;
	height: 34px;
	background: url(../images/menu_center.png)  repeat-x top center;
}
#main
{width:100%}
.leftt{
margin:0px;
vertical-align:top;
padding:0px;}
.leftcol{
margin: 0 ;
   vertical-align   : top;
   padding          : 10px;
   padding-right:20px;
   padding-left:0px;
   text-align       : left;
   width            :27%;
   
 
}

#content {  

  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-top: 10px;
  
  
}

#text {
  float: left;
  width:100%;
  
  padding: 10px;
  padding-right:Opx;
  padding-left:0px;
  
}
#split {margin-left:65px;
font:Calibri,Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;}


#sideBar {
  float: left;
  width: 195px !important;
  width: 198px;
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
}

/**����� **/
#footer {
	clear: both;
	width:100%;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	background:#9abeeb;
	height:90px;
}
#footer p {
text-align:left;
  color: #888;
  padding-top: 0 !important;
  padding-top: 10px;
  padding-bottom: 0 !important;
  padding-bottom: 10px;
  }
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
  color: #EEE;
}
#foot0 {
padding-left:10px;}
#foot{ padding-left:10px;}
#foot1{
margin-left:15px;
padding-left:3px;
padding-right:opx;
background-color:#FFFFFF;}
#foot2{
margin-left:0px;
padding-left:3px;
padding-right:10px;
}
#foot3{ width:600px;
background: url(../images/korovka.png)  no-repeat 96% 99%;
}
#foot4 {
	background:#FFFFFF;
	width:10%;
}
#mail {
padding:10px;}
/** Topmenu  **/

ul#mainlevel-nav {
 vertical-align   : top;
  list-style       : none;
  margin           : 0;
  padding          : 0;
  
 }

#mainlevel-nav li {
	float            : left;
	display          : block;
	list-style       : none;
	background-image : none;
	width				: auto;
	color				: #FFFFFF;
	margin           : 0;
	padding          : 0 0 0 10px;
	line-height: 38px;
	_height:0;
	 background: url(../images/menu_center.png)  repeat-x top center;
	
	 
}

#mainlevel-nav li a {
	float            : left;
	display          : block;
	width				: auto;
	padding                 : 2px 6px 0 6px;
	color				: #FFFFFF;
	text-decoration		: none;
	font-weight			: bold;
	}

#mainlevel-nav li a:hover {
	idth				: auto;
	color				: #FAFFE6;
	font-weight			: bold;
	text-decoration		: none;
	}
ul#mainlevel-nav li #active_menu-nav {
	cursor			: default;
	position			: relative;
	width				: auto;
	color				: #66FFFF;
	text-decoration		: none;
	}
ul#mainlevel-nav li #active_menu-nav:hover {
	cursor			: pointer;
	position			: relative;
	width				: auto;
	color				: #FFFFCC;
	text-decoration		: none;
	}
/** �������������� ������ ���� **/
ul#mainlevel-navv {
 vertical-align   : top;
  list-style       : none;
  margin           : 0;
  padding          : 0;
  padding-bottom:10px;
 }

#mainlevel-navv li {
	float            : left;
	display          : block;
	list-style       : none;
	background-image : none;
	width				: auto;
	color				: #FFFFFF;
	margin           : 0;
	padding          : 0 0 0 0px;
	
	}

#mainlevel-navv li a {
	float            : left;
	display          : block;
	width				: auto;
	padding                 : 2px 6px 0 6px;
	color				: #FFFFFF;
	text-decoration		: none;
	font-weight			: bold;
	}

#mainlevel-navv li a:hover {
	idth				: auto;
	color				: #FAFFE6;
	font-weight			: bold;
	text-decoration		: none;
	}
ul#mainlevel-navv li #active_menu-nav {
	cursor			: default;
	position			: relative;
	width				: auto;
	color				: #66FFFF;
	text-decoration		: none;
	}
ul#mainlevel-navv li #active_menu-nav:hover {
	cursor			: pointer;
	position			: relative;
	width				: auto;
	color				: #FFFFCC;
	text-decoration		: none;
	}
/** CSS for Mainmenu (Menu Style Legacy-Vertical) **/

a.mainlevel  {
display           : block;
width             : auto;
margin           : 1px 0;
font-size        : 12px;
}

a.mainlevel:link, a.mainlevel:visited {
	display          : block;
	font-size        : 12px;
	border-bottom    : 1px solid #686868;
	font-weight      : normal;
	padding          : 2px 0;
	padding-left      : 10px;
	text-decoration  : none;
}
a.mainlevel:hover {
	border-bottom    : 1px solid #686868;
	font-size        : 12px;
	font-weight      : normal;
	text-decoration  : none;
	padding-left      : 10px;
}
#active_menu {

	border-bottom    : 1px solid #686868;
	background       : url(../images/li_bullet.gif) 96% 50% no-repeat;
	font-weight      : normal;
	text-decoration  : none;
}
a#active_menu:hover {
	color            : #FFFFFF;
}





/** Sublevel for Mainmenu  (Menu Style Legacy-Vertical) **/

.sublevel {
   font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size        : 11px;
   font-weight      : bold;
   color            : #cccccc;
   padding    	  : 3px 1px 3px 5px;
   margin		  : 3px;
   background:none;
}
a.sublevel:link, a.sublevel:visited {
	color		        : #006699;
	text-decoration	: none;
}
a.sublevel:hover {
	color            : #006699;
	text-decoration  : none;
}
a.sublevel#active_menu  {
	background: transparent;
	color           : #006699;
	text-decoration	: none;
	border-bottom    : none !important;
}



/**  Main Menu  (Menu Style List) **/
.moduletable_menu
{ }

.moduletable_menu ul, .moduletable_menu ul li
{

  list-style:none;
  display           : block;
  width             : auto;
  margin           : 1px 0px;
  padding          : 0;
  font-size        : 12px;

  line-height: 18px;

    
}
.moduletable_menu ul{
padding     : 3px 10px 0 10px;
}

.moduletable_menu ul li a, .moduletable_menu ul li a:link, .moduletable_menu ul li a:visited
{
	display          : block;
	font-size        : 13px;
	font-weight      : normal;
	padding          : 2px 0;
	color            : #006699;
	padding-left     : 10px;
	text-decoration    : none;
	border-bottom    : 1px solid #686868; 
}

.moduletable_menu ul li a:hover
{
  
  font-size        : 13px;
  font-weight      : normal;
  color            : #999999;
  text-decoration  : none;
  padding-left     : 10px;
  text-decoration	 : none;
  border-bottom    : 1px solid #686868;

}
.moduletable_menu ul li.active a:link, .moduletable_menu ul li.active  a:visited
{
	color            : #006699;
	border-bottom    : 1px solid #686868;
	background       : url(../images/li_bullet.gif) 96% 50% no-repeat;
	font-weight      : normal;
}



.moduletable_menu ul li ul li a:link, .moduletable_menu ul li ul li a:visited, .moduletable_menu ul li ul li ul li a:link, .moduletable_menu ul li ul li ul li a:visited
{
	display          : block;
	font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
	font-weight      : bold;
	color            : #003366;
	padding    	  : 3px 1px 3px 5px;
	margin		  : 3px;
	text-decoration  : none;
	text-indent      : 10px;
	border           : none;
	background:none;
}

.moduletable_menu ul li ul li a:hover, .moduletable_menu ul li ul li ul li a:hover
{
	background:none;
	font-size        : 12px;
	font-weight      : normal;
	color            : #003333;
	text-decoration  : none;
	text-indent      : 10px;
}

.moduletable_menu ul li.active ul li a:link, .moduletable_menu ul li.active ul li a:visited, .moduletable_menu ul li.active ul li ul li a:link, .moduletable_menu ul li.active ul li ul li a:visited
{
	display          : block;
	font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
	font-weight      : normal;
	color            : #00CC66;
	padding    	  : 3px 1px 3px 5px;
	margin		  : 3px;
	text-decoration  : none;
	text-indent      : 10px;
	border: none;
	background:none;
	background-image : url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left     : 10px;
}

.moduletable_menu ul li.active ul li a:hover, .moduletable_menu ul li.active ul li ul li a:hover
{ background:none;
  font-size        : 12px;
  font-weight      : normal;
  color            : #999999;
  text-decoration  : none;
  text-indent      : 10px;
  background-image : url(../images/arrow.png) ;
  background-repeat: no-repeat;
  background-position: 3px 5px;
  padding-left     : 10px;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
      color: #c00;
}

.tool-text {
	font-size: 12px;
	margin: 0;
      color: #000;
}


/* System Standard Messages */
#system-message dd.message ul { background: #C3D2E5 url(../../images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}
.orderfilter {
background:#D3DAE4 none repeat scroll 0 0;
margin-bottom:20px;
padding-bottom:20px;
padding-top:20px;
text-align:center;
}
div.filter {
margin-bottom:15px;
text-align:center;
}
div.filter div {
margin-top:10px;
text-align:center;
}

div.filter div input  
{
	border:none;
}
label.mfglbl {
margin-left:18px;
}
label.mfglbl input {
	border:none;

	}
#filter_sbm {
background:#fff none repeat scroll 0 0;
color:#000000;
display:inline;
padding:3px 15px;
cursor:default;
}
#filter_sbm:hover 
{
	background:#eee
}
#filter_rst {
background:#FFFFFF none repeat scroll 0 0;
color:#000
}
#filter_rst:hover {
bacground:#eee; color:#000
   
}


