/* 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: #2d80b7; text-decoration: underline;  }
a:hover, a:active { color: #990e0e; text-decoration: underline; }

/* style global (end) */

/* style grid (begin) */

#site_conteiner {
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
	width: 100%;
  min-width: 1000px;
	max-width: 1680px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');}

	#header {
		position: relative;
		height: 350px;
		background: url(../img/header_bg.jpg) no-repeat 0 100%;;
	}
	#wrapper {
		width: 100%;
		padding-bottom: 160px;

	}
		#content_area {
			width: 100%;
			float: left;
			overflow: hidden;
		}
			#content {
				margin: 0 225px 0 45px;
				padding: 0 45px 0 0;
			}
			*html #content { width: 100%; }

		#right_panel {
			float: left;
			width: 225px;
			margin-left: -225px;
			overflow: hidden;
		}
	.cleaner { clear: both; height: 1px; overflow: hidden; }

	#footer {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
		height: 148px;
	}
		#footer_inner {
			position: relative;
			margin: 0 232px 0 0;
			height: 148px;
			background: url(../img/footer_bg.png) repeat-x 0 0;
		}
/* style grid (end) */
/* style custom (begin) */
	#logo {
		position: absolute;
		left: 45px;
		top: 25px;
		height: 35px;
		width: 189px;
		z-index: 5;
	}
	#slogan {
		position: absolute;
		left: 48px;
		top: 60px;
		font: bold 14px Georgia;
		color: #2d80b7;
		z-index: 5;
	}
	#top_menu {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#tmenu {
		margin: 0 auto;
		width: 49%;
	}
		#tmenu a {
			margin: 0 15px;
			font: 12px Arial;
			color: #2d80b7;
		}
		#tmenu a:hover, #tmenu a:active, #tmenu a.active {
			color: #990e0e;
		}
	#order {
		position: absolute;
		right: 30px;
		top: 30px;
		width: 200px;
		border: 1px solid #dddddd;
		z-index: 5;
	}
		#order a {
			display:block;
			margin:10px 20px;
			font: bold 16px Arial;
			color: #c26e6e;
		}
		#order a:hover, #order a:active, #order a.active {
			text-decoration: none;
		}
	#header_m_inner {
		position:absolute;
		bottom: 0;
		left: 0;
		width:100%;
		height: 230px;
	}
		#header_inner {
			position: relative;
			height: 230px;
			margin: 0 260px 0 0;
			background: url(../img/header_bg_repeat.png) repeat-x 0 0;
		}
		#header_inner .header_pic_left {
			position: absolute;
			left: 0;
			top: 0;
			height: 230px;
			width: 729px;
		}
		#header_inner .header_pic_right {
			position: absolute;
			right: 0;
			top: 0;
			height: 142px;
			width: 15px;
		}
	#contacts {
		position: absolute;
		top: 120px;
		right: 0px;
		overflow:hidden;
		padding:0 40px 0 0;
		height: 230px;
		width: 185px;
		background: url(../img/contacts_bg.png) no-repeat 100% 0;
	}
	#basket {
		position: absolute;
		right: 0;
		top: 150px;
		padding:20px 0 0 60px;
		overflow: hidden;
		width: 340px;
		height: 67px;
		background: url(../img/basket.png) no-repeat 0 0;
		z-index: 5;
	}
		#basket a {
			font-weight: bold;
		}
		#basket span {
			color: #2d80b7;
		}
/* style custom (end) */
/* style content (begin) */
	#content h1 {
		padding: 0 0 0 25px;
		font: 18px Arial;
		color: #000;
		border-bottom: 1px solid #d9d9d9;
		background: url(../img/marker_h1.png) no-repeat 0 5px;
		text-transform: uppercase;
		clear:both;
	}
	#news {
		overflow: hidden;
	}
	#right_panel h3 {
		padding: 0 0 0 5px;
		font: 18px Arial;
		color: #000;
	}
	#right_panel ul {
		margin: 0;
	}
	#right_panel li {
		margin: 0;
		padding: 10px 0;
		list-style: none;
		border-bottom: 1px dotted #293e70;
	}
	#right_panel li a {
		display: block;
		padding: 0 10px 0 30px;
		font: 12px Arial;
		color: #2d80b7;
		background: url(../img/marker_rmenu.png) no-repeat 5px 2px;
	}
	#right_panel li a:hover, #left_panel li a:active, #left_panel li a.active {
		color: #990e0e;
	}
		#right_panel ul li ul {
			margin: 5px 0 0 0;
		}
		#right_panel li ul li {
			margin: 0;
			padding: 3px 0;
			list-style: none;
			border-bottom: none;
		}
		#right_panel li ul li a {
			display: block;
			padding: 0 10px 0 40px;
			font: 12px Arial;
			color: #2d80b7;
			background: none;
		}

	#footer_bg_right {
		position: absolute;
		top: 0;
		right: 0;
		height: 148px;
		width: 765px;
	}
	#copy {
		position: relative;
		display: inline;
		float: left;
		margin: 30px 0 0 30px;
		z-index: 5;
	}
	.uss-site-copyright {
		color: #fff;
	}
	#counters {
		position: relative;
		display: inline;
		float: left;
		margin:30px 0 0 30px;
		z-index: 5;
	}
	#usscopy {
		position: absolute;
		right:85px;
		top:30px;
		z-index: 5;
	}
/* style content (end) */

.uss_eshop_newbie_item {
	float: left;
	width: 30%;
	height: 220px;
	overflow: hidden;
	margin: 0 22px 0 0;
}
.uss_eshop_newbie_item .img {
	text-align: center;
	height: 115px;
}
.uss_eshop_newbie_item  .uss_shop_name {
	margin: 10px 0;
	text-align:center;
}
.uss_shop_price {
	font: 18px Arial;
	color: #990e0e;
	text-align:center;
}

*html .rocon-bl, .rocon-br {
		bottom: -3px !important;
	}
	
	.uss_news_short_item {
	width: 207px;
	float: left;
	margin: 0 20px 0 0;
}
	.uss_news_short_item h4 a {
		font: 12px Arial;
		color: #000;
		text-decoration: none;
	}
	.uss_news_short_item h4 a:hover, .uss_news_short_item h4 a:active {
		font: 12px Arial;
		color: #000;
		text-decoration: underline;
	}

.uss_news_preview {
	display: none;
}
.uss_shop_blocks_view .uss_eshop_item {
	height:370px;
}
.uss_shop_name {
	height:45px;
	overflow:hidden;
}
