/* Made in IT Studio. www.itstudio.ru */


/* global styles (begin)
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}*/


html, body {
	margin: 0;
	padding: 0;
}

html, body, table, td, form, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

img, table, td {
	border: 0;
}

table {
	border-collapse: collapse;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 0;
	border-top: 1px solid black;
}

h1,
h2 {
	/*text-transform: uppercase;*/
}

h1.header {
	margin-bottom: 20px;
	padding: 3px 30px;
	color: #fff;
	background: #077462 url(/i/corner.gif) top right no-repeat;
}


p {
	padding:1px 0;
	margin:1px 0 10px 0;
}


ul {
	margin-left: 0;
	margin-top: 0;
	padding: .2em 0 1em 2.65em;
}

ol {
	margin-left: 0;
	margin-top: 0;
	padding: .2em 0 1em 3.5em;
	
}

	li {
		margin-bottom: .5em;
	}


.clearall {
	clear: all;
}
/* global styles (end) */






body {
	behavior: url("csshover.htc");
}

.b-page {
	padding: 0 60px;
	position:relative;
	z-index:1;
}

.bolt {
	background: url(/i/bolt.jpg) left top no-repeat !important;
}


#top {
	min-height: 150px;
   _height: 150px;
	xmargin: 0 -60px 0 0;
	padding-top: 23px;
	background: url(/i/top_right.gif) top right no-repeat;
}

.home #top {
	margin-right: -60px;
}

	#logo {
		float: left;
		width: 16%;
	   _width: 11%;
		margin: 10px 0 0 7%;
	   _margin: 10px 1% 0 6%;
	    text-align: center;
	}
	
	.right {
		float: right;
		width: 76%;
		height: 150px;
	   /*_height: 90px;*/
		background: url(/i/bg_top.gif) bottom right repeat-x;
	}
	
	* html .right {background: url(/i/bg_top.gif) right 140px repeat-x; }
		
		.bg_green {
			width: 100%;
			xheight: 150px;
		    height: 90px !important;
			padding-bottom: 60px;
			background: url(/i/bg_green.gif) bottom right no-repeat;
		}

		
/* #menu (begin) */
#menu {
	float: left;
	margin: 33px 0 0;
	padding: 0;
	font-size: 110%;
	list-style: none;
}

	#menu ul {
		margin: 0;
		padding: 0;
		clear: all;
	}

		#menu li {
			float: left;
			display: inline;
			margin: 0 11px 9px 0;
			padding: 3px 2.5em 4px 10px;
			background: url(/i/bg_menu.gif) top right no-repeat;
		}
		
		#menu li.selected {
			background: url(/i/corner_select.gif) top right no-repeat;
		}
		
			#menu li a,
			#menu li b {
				display: block;
				color: #fff;
				background: #077462;
				white-space: nowrap;
			}
	
			#menu li a {
				text-decoration: none;
			}
				
			#menu li b {
				color: #fff;
				font-weight: normal;
			}
	
			#menu li.selected a,
			#menu li.selected b {
				background: #ddc709;
			}
			
/* #menu (end) */
			
	
	
	
	
/* #hotline (begin) */			
#hotline {
	position: relative;
	float: left;
	margin-top:8px;
}

	#hotline strong {
		display: block;
	}
/* #hotline (end) */





.content {
	clear: both;
}


	#cont {
		width: 100%;
/* 		margin-top: 50px; */
		margin-bottom: 50px;
	}
	
	
	#products {
		width: 33%;
		padding-top:50px;
	}
	
		#products .green_block {
			margin-right: 60px;
			margin-bottom: 25px;
			border-bottom: 2px solid #348a7c;
			background: #f2f8f7;
		}
	
	
	
	.home .green_block {
		margin-bottom: 0 !important;
		height: 100%;
	}
	
	
	
	#tools {
		width: 33%;
		padding-top:50px;
		padding-bottom: 25px;
		}
	
		#tools .green_block {
			background: #f2f8f7;
			border-bottom: 2px solid #348a7c;
		}
	
	#tools_inner {
		padding-top: 50px;
	}
	
	#santech {
		padding-top:50px;
		padding-bottom: 25px;
	}
	
		#santech .green_block {
			margin-left: 60px;
			background: #f2f8f7;
			border-bottom: 2px solid #348a7c;
		}
	
	
	


	#leftside {
		width: 65%;
		float: left;
	}
	
	

	#newslist dl dt {
		padding-bottom: 0.2em;
	}
	
	#newslist dl dd {
		margin: 0 0 1.4em 0;
	}
	
	
		
		#newslist h1,
		#newslist h2,
		#news h1,
		#news h2 {
			position: relative;
			z-index: 2;
			zoom: 1;
		}	
		
		
		#news dt {
			padding-bottom: 0.2em;
			font-size: 110%;
		}
		
		#news dd {
			margin: 0 0 1.4em 0;
		}
		
		.page-nav {
			margin-top: 2em;
		}


	
/* #techsupport (begin) */	
#techsupport {
	margin-bottom: 50px;
	padding: 20px 15px;
	border-top: 1px solid #efeeea;
}

	#techsupport * {
		color: #6d6d6c;
	}
	
	#techsupport h2 {
		margin-bottom: 1.5em;
	}
	
	#techsupport p {
		margin: 0 0 .5em;
	}			

	#techsupport input {
		margin: 0 0 .5em;
	}

	#techsupport textarea {
		width: 100%;
		height: 100px;
		margin-bottom: 0.5em;
	}
	
	#techsupport button {
		margin: 1.5em 0 0 12em;
		color: black;
	}

	#techsupport .text {
		width: 12em;
	}
	
	#techsupport span.text {
		width: 11.8em;
	}

	#techsupport .code_img,
	#techsupport .arrow {
		position: relative;
		margin-top: -25px;
	   _margin-top: -20px;
	}
	
	#techsupport .arrow {
		margin-top: -17px;
	}
	
	#techsupport .code_input {
		width: 2.5em !important;
	}


	#techsupport .answer {
		float: right;
		margin-left: 10px;
		śmargin-right: 12px;
		padding: 15px 20px;
		width: 150px;
		margin-bottom:10px;
		border: 1px dashed #b3b9c3;
	}
/* #techsupport (end) */




	
#rightside {
	float: right;
	width: 257px;
}


	#vote {
		margin-left: 4px;
	}
		#vote form,
		#vote div.border {
			width: 227px;
			margin: 1em 0 2em;
			padding: 7px 12px;
			border: 1px solid #dfdeda;
		}
		
		#vote form ul {
			margin: 0.5em 0 0;
			padding-left: 0;
			list-style: none;
		}
		
			#vote form ul li {
				padding-bottom: 0.4em;
				background: #faf8eb;
			}
		
				#vote form ul li input {
					position: relative;
					top: 3px;
				}
		
		
	
	#baa {
		text-align: right;
		margin-bottom: 2em;
	}
	
		#baa a {
			display: block;
			width: 257px;
			margin-bottom: 0;
			padding: 1px;
		}
		
	
	
	p.date {
		margin: 0;
		padding: 0;
		font-size: 85%;
		color: gray;
	}


#contacts {
	clear: both;
	height: 185px;
   /*_height: 150px;*/
	padding: 15px 0 5px 45px;
	border-top: 7px solid #ddc709;
	min-height:10px;
	overflow:hidden;
}

* html #contacts {height:10px; overflow:visible; }
	
	#contacts h4 {
		margin-top: 0;
		padding-top: 0;
	}
	
	#contacts a {
		color: #fff;
	}
	
	#contacts .box {
		float: left;
		width: 32%;
		height: 60px;
		padding: 0 1% 1% 0;
	}




#bottom {
	clear: both;
	padding: 25px 45px 0;
	min-height:10px;
	overflow:hidden;
}

* html #bottom {height:10px; overflow:visible; }



#copyright,
#counters,
#itstudio {
	float: left;
	width: 33%;
	height: 70px;
}



/* IT Studio copyright (begin) */
#itstudio {
	float: right;
	width: 20em;
	height: 35px;
}

	#itstudio img {
		width: 33px;
		height: 35px;
	}
	
	#itstudio td {
		font-size: 100%;
		color: #999;
		vertical-align: center;
		white-space: nowrap;
		padding: 0;
	}
	
	#itstudio td.logo {
		vertical-align:top;
		width: 36px;
	}
	
	#itstudio td.text {
		padding: 0 0 0.4em 0.4em;
		line-height: 120%;
	}
/* IT Studio copyright (end) */




.iebuxfix {
	_padding-right: 1px;
}


#navstr {
	margin-bottom: 25px;
}


	.prod_list th,
	.prod_list td {
		padding: 5px;
		border: 1px solid #ddd;
	}
	
	.prod_list th {
		background: #ddd;
	}




/* catalog (begin) */
/*.catalog {
	margin-top: 25px;
}

.catalog img {
	border: 1px solid #ddd;
	padding: 10px;
}

.catalog td {
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}

	.catalog .link {
		padding: 30px 0 10px;
		border-bottom: 0;
	}
	
	.catalog .first {
		padding-top: 0;
	}
	
		.catalog .link a {
			color: #c0a000;
			font-size: 110%;
		}*/
.catalog
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.catalog li
	{
		display: block;
		float: left;
		margin-right: 1%;
		width: 30%;
		height: 185px;	
	}
	
		.catalog li h5
		{
			font-size: 100%;
			font-weight: bold;
		}
		
			.catalog li h5 a 
			{
				color: #cfad00;
			}
		
		.catalog li .catalog-item-pic
		{
			margin: 12px 0 6px;
		}
		
			.catalog li .catalog-item-pic img
			{
				border: 1px solid #e8e8e8;
				padding: 5px;
			}
		
		.catalog li .catalog-item-descr
		{
			width: 90%;
		}
		
		h2.catalog-subcat
		{
			margin-bottom: 12px;
			color: #077462;
			text-transform :none;
			font-size: 160%;
		}
		
		
/* catalog (end) */





/* FAQ */
#faq dt {
	padding-bottom: 0.2em;
	font-size: 110%;
	font-weight: bold;
}

#faq dd {
	margin: 0 0 2em 0;
	border-bottom: 1px solid #ccc;
}



/* content */
table.user {
	border: 1px solid gray;
	margin-bottom: 1em;
}

    table.user td,
    table.user th  {
		border: 1px solid gray;
		padding: 2px 5px;
	}
	
    table.user th {
		background: #f2f8f7 !important;
	}




/* custom for contacts form */
.feedback {
	margin-top: 1em;
} 
	.feedback input {
		margin-bottom: 1em;
	}
	
	.feedback textarea {
		height: 6em;
		margin-bottom: 1em;
	}
	
	.feedback button {
		display: block;
		clear: both;
		margin: 1em 0 0 13.6em;
		padding: 4px 14px;
		_padding: 2px 1px;
	}
	
	.feedback input,
	.feedback textarea {
		width: 20em;
		font-size: 100%;
	}

	.feedback .text {
		width: 15em !important; 
		display: inline;
		float: left;
		clear: both;
		margin-bottom: 1em;
		padding-right: 10px;
	}
	
	.feedback #code {
		width: 5em;
		margin-left: 0.3em;
	}
	
	.feedback #code_img {
		vertical-align: top;
		margin-top: 1px;
		_margin-top: 2px;
		padding: 0.22em;
	}
	
	.feedback .code_img {
		position: relative;
		margin-top: -4px !important;
		vertical-align: top; 
		padding: 0.22em;
	}
	
	.feedback .arrow {
		position: relative;
		margin-top: 2px !important;
		vertical-align: top;
		padding: 0.22em;
	}


/* site map (begin) */
.sitemap {
	margin-top: 37px;
}

#site_map {
	list-style: square;
	padding: 0;
	margin-left: 4px;
	font-size: 135%;
	width: 95%;
}

	#site_map a {
		text-decoration: none;
	}
	
	#site_map li {
		list-style: none;
		padding: .05em 0 .05em 25px;
		white-space: nowrap;
		margin-bottom: 20px;
		font-weight: bold;
		clear: left;
	}
	
	#site_map ul {
		list-style: none;
		font-size: 75%;
		padding: 0;
		margin: 10px 0 20px 2.5em;
	}
	
	#site_map ul li {
		margin-bottom: 10px;
		display: inline;
		float: left;
		font-weight: normal;
		clear: none;
	}
/* site map (end) */

	
	
	
	
	
/* table.foto (begin) */
table.foto {
	float: left;
	width: 200px;
	margin: 10px 10px 0 0;
	background: #eaf7fa;
	border: 1px solid #dbe8eb;
}

	table.foto td.pic {
		width: 200px;
		height: 200px;
		padding: 20px;
		vertical-align: middle !important;
	}
	
	table.foto td.pic a {
		vertical-align: middle;
	}
/* table.foto (end) */





/* ul style (begin) */
ul.mdash {
	padding-left: 1.5em;
}

	ul.mdash li {
		position: relative;
		display: block;
		padding-left: 12px;
		padding-right: 12px;
		list-style: none;
		background-image: url(/i/mdash.gif);
		background-position: left 0.5em;
		background-repeat: no-repeat;
	}

	.mdash li:hover {
		background-color: #e6f1ef !important;
	}

	.mdash .selected {
		padding: 3px 3px 3px 28px;
		margin: 0 0 0 -17px;
		background: #ddc709 url(/i/mdash_white.gif) 17px 0.8em no-repeat
	} 

		.mdash .selected b,
		.mdash .selected a {
			color: #fff !important;
		}

		.mdash a:hover {
			background: #eee !important;
			color: #077462 !important;
		}
/* ul style (end) */






.prr {
	margin-top:3.2em;
   *margin-top: 1.7em;
	background-position: left 3.2em !important;
   *background-position: left 2em !important;
}

.yahoooo {
	color:#fff;
	background:#077462;
	position:relative;
	z-index:10;
}

	.yahoooo .seo p {
		margin: 0 60px;
		padding-top: 3px;
	}
	
	
.lcat li {
	list-style: none;
}

	.lcat label {
		padding-left: 4px;
	}
	
	.lcat input {
		margin: 0 !important;
	}




	.nameItem {
		margin: 10px 0;
	}	
	.tableItem
	{
		margin-bottom:20px;
	}
	
	.tableItem td,
	.tableItem th
	{
		/*width:30px;*/
		/*height:30px;*/
		padding:5px;
		border: solid 1px #077462;
		vertical-align:center;
		text-align:center;
	}
	
	.tableItem td
	{
		xwidth:30px;
	}
	
	.tableItem td.click  a{		
		cursor:pointer;
		display:block;
		/*width:30px;*/
		text-decoration:none;
		padding-top:8px;
		padding-bottom:8px;
		outline:none;
	}
	
	.tableItem th {
		white-space:nowrap;
		/*padding:2px;*/
		background: #F2F8F7;
		font-weight:bold;
		
	}
	
	.tableItem th.first {
		/*width: 90px;*/
		text-align:right;
		/*padding-right:10px;*/
		background: #F2F8F7;
		font-weight:bold;
		
	}
	
	#error 
	{
		background-color:#fff;
		border:solid 1px #ff0000;
		position:absolute;
		padding:10px;
		width:200px;
		height:150px;
		display:none;
		cursor:pointer;
	}
	
	#error li 
	{
		padding-bottom:5px;
	}
	
	#error * 
	{
		color: #ff0000;
		list-style:none;
		margin:0; 
		padding:0;
	}
	
	.tcolor {
		/*background-color:#00ff00 !important;*/
		background-color:#6cc0b2 !important;
	}
	
	
	.catalog-view-toggle{
		display:block;
		width:57px;
		height:22px;
		background-image:url(/i/catalog-view-toggle.png);
		background-position:0 0;
		background-repeat:no-repeat;
		cursor:pointer;
		cursor:hand;
	}
	
	.table-mode{
		background-position:0 -22px;
	}
	
	.catalog-view-table{
		position:relative;
		margin-bottom:20px;
	}
	
	.catalog-view-table th,
	.catalog-view-table td{
		padding:18px;
		border:1px solid #cecece;
	}
	
	.catalog-view-table th{
		color:#008676;
		text-align:left;
	}
	
	.catalog-view-table-corner{
		position:relative;
	}
	
	.catalog-view-table-corner i{
		position:absolute;
		top:0;
		*top:-1px;
		right:0;
		margin-right:-1px;
		display:block;
		width:8px;
		height:8px;
		background:url(/i/catalog-view-table-corner.png) no-repeat;
	}
	
.login form  {width:150px; }
