/* style global (begin) */

body, html { 
	height: 100%;
	width: 100%;
	background: #ffffff;
	border: none;
	color: #000;
	margin: 0; padding: 0;
}
body { 
	font: 62.5%/1.2 Arial, Tahoma, Geneva, sans-serif; 
	text-align: center;
}
table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

* { outline: none; }
form { margin: 0; padding: 0; }
input, select, textarea { font: normal 1.0em/1.2 Arial, sans-serif; }
input, select, button { vertical-align: middle; }

#text img, #content img, img { border: none; margin: 0; padding: 0; }
hr { border: 1px  solid #ccc; padding: 0;	margin: 0.5em 0; }
ul, ol, li { margin: 5px 15px; padding: 0; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

h1, h2, h3, h4, h5, h6, p { margin: 0.8em 0; padding:0; }
h1, h2, h3, h4, h5, h6, div, td , p, ul, ol, td, th { color: black; }

a:link, a:visited { color: black; text-decoration: underline;  }
a:hover, a:active { color: black; text-decoration: none; }

/* style global (end) */

/* style grid (begin) */

#site_conteiner {
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
	width: 100%;
  min-width: 1200px;
	max-width: 1680px;
	margin: 0 auto;
	font-size: 1.3em;
	text-align: left;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<1195?'1200px':'');}

	#header {
		position: relative;
		top:0;
		left:0;
		height: 166px;
		background: #fdd166 url(../img/header_bg.jpg) no-repeat 0 0;
	}
	#wrapper {
		width: 100%;
		padding-bottom: 80px;
		padding-top: 20px;
	}
		#content_area {
			width: 100%;
			float: left;
			overflow: hidden;
		}
			#content {
				overflow: hidden;
				margin: 0 270px;
				padding: 0 25px;
			}
			*html #content { width: 100%; }

		#left_panel {
			float: left;
			padding:0 0 0 0;
			width:270px;
			margin-left: -100%;
			overflow: hidden;
		}
			#left_p {
				margin:0 28px 0 50px;
			}
			*html #left_p {
				margin:0 33px 0 50px;
			}
			*+html #left_p {
				margin:0 33px 0 50px;
			}
		#right_panel {
			float: left;
			padding:0 0 0 0;
			width:270px;
			margin-left: -270px;
			overflow: hidden;
		}
			#right_p {
				margin:0 50px 0 28px;
			}
			*html #right_p {
				margin:0 50px 0 33px;
			}
			*+html #right_p {
				margin:0 50px 0 33px;
			}
	.cleaner { clear: both; height: 1px; overflow: hidden; }

	#footer {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
		height: 62px;
		background: #ec7a21 url(../img/footer_bg.png) repeat-x 0 0;
	}

/* style grid (end) */
/* style custom (begin) */
	#logo {
		position: absolute;
		top: 5px;
		left: 15px;
		text-decoration: none;
	}
	#content h1 {
		margin: 0 0 15px 0 ;
		font: 40px Arial;
		color: #000;
	}
	#top_menu {
		position: absolute;
		bottom: 2px;
		left:0;
		width: 100%;
		height: 35px;
	}
	#top_menu table {
		width: 100%;
		height: 35px;
	}
		#top_menu table td {
			text-align: center;
			width: 163px;
			background: #ff7600 url(../img/tmenu_bg.png) no-repeat 50% 0;
		}
			#top_menu table td.razd {
				background:none;
				width:auto;
			}
				*html #top_menu table td.razd {
					zoom:1;
				}
			#top_menu table td a {
				display:block;
				text-align: center;
				font: 19px Arial;
			}
/* style custom (end) */
/* style content (begin) */
	.lr_block {
		padding: 0 10px 10px;
		border: 5px solid #383339;
		background: #ec2e18 url(../img/block_bg.jpg) no-repeat 0 0
	}
		.lr_block h3 {
			margin: 0 0 10px 0;
			font: bold 28px Arial;
			color: #fff;
		}
	.lr_block ul {
		margin:5px 0 5px 13px;
	}
	.lr_block ul li {
		margin:10px 0;
	}
	.lr_block ul li a.active {
		text-decoration: none;
	}
	#contacts {
		position: absolute;
		font-size: 17px;
		text-align: center;
		left: 50%;
		top:0;
		margin-left: -200px;
		width: 400px;
	}
		#contacts span {
			font-size: 33px;
		}
	#copy {
		position: relative;
		top:0;
		left:0;
		display: inline;
		float: left;
		margin: 20px 0 0 30px;
	}
		.uss-site-copyright {
			color: #000;
		}
	#usscopy {
		position: relative;
		top:0;
		left:0;
		display: inline;
		float: right;
		margin:10px 70px 0 0;
	}
	#design {
		position: absolute;
		right:60px;
		top:15px;
		color: #000;
	}	
		#design a {
			color: #000;
		}
	#counters {
		display: inline;
		float: right;
		margin:18px 210px 0 0;
	}
/* style content (end) */

.uss_news_short_item h4 a {
	font: bold 14px Arial;
}
.uss_news_preview {
	font: 12px Arial;
}
.uss_news_preview p {
	font: 12px Arial;
}

#banner {margin:20px 0;}
#banner  p {text-indent:0;}

.contacts_head{position:absolute; right:5px; background-color:#ff8100; padding:5px;margin-top:10px;border-radius:5px;}
.contacts_head p{color:#ffffff; font-size:17px; margin:0;}
.contacts_head p a{color:#000000;}
#left_p .search input.uss_input_name{width:118px; border: 2px solid #000;  height: 23px;}
#left_p .search input.uss_submit{vertical-align: top;}

.lpr_basket {margin-bottom:30px;}
.lpr_basket h3 {background:url(../img/cart.png) no-repeat 100% 50%;}
.lpr_basket .basket_link {text-align:center; margin:15px 0 0;}
.lpr_basket .basket_link a {color:#fff; background:#FF8100 url(../img/footer_bg.png) repeat-x 0 50%; border:2px solid #333; display:inline-block; *display:inline; vertical-align:top; zoom:1; text-decoration:none; padding:5px 16px;}
.lpr_basket .basket_link a:hover {background-position:0 75%;}
.lpr_basket {}

a.add_to_cart {  background: #FF8100 url(../img/footer_bg.png) repeat-x 0 50%;  padding: 4px 7px;  border: 2px solid #000;  text-decoration: none;  font-weight: bold;}

.uss_eshop_sameproducts.blocks.size139x104 a.add_to_cart{  padding: 2px 5px; display: inline-block; position: relative; top: 2px; }

.uss_eshop_sameproducts.blocks.size139x104 .title {height: 39px;}


.search {margin-bottom:10px;}

#left_p .search input.uss_submit 
{float:right; height:29px; background: #FF8100 url(../img/footer_bg.png) repeat-x 0 50%; padding: 5px 7px; border: 2px solid #383339; text-decoration: none; font-weight: bold;}

.uss_eshop_sameproducts.blocks.size139x104 .addToCart { height: 30px; }

#top_menu table td.oplata, #top_menu table td.proizvodstvo 
{  text-align: center; width: 200px; background: #ff7600 url(https://universalbaza.ru/uploadedFiles/images/universal.png) no-repeat 50% 0;}
  