﻿/*
CSS Style for © Steam-Expert.ru
Design: 	Al'mir
Coder: 		Reward.Dives (skype: reward.dives)
Engine: 	icq 153377 skype rox-951
Site:		http://web-sborka.ru/
*/

/* WEB Font */
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  src: local('Cuprum'), local('Cuprum-Regular'), url(http://themes.googleusercontent.com/static/fonts/cuprum/v4/mn4VPBSqQXCLGhD-YfHBHw.woff) format('woff');
}
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  src: local('Cuprum Bold'), local('Cuprum-Bold'), url(http://themes.googleusercontent.com/static/fonts/cuprum/v4/c7zShuBQq4ZpIJ8BT4kcTw.woff) format('woff');
}

/* General Style */
* {
	outline: none;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, em, img, a img strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(/template/designs/bg.jpg) no-repeat center 0 fixed;
	font-family: 'Calibri', sans-serif;
	font-size: 14px;
	color: #111;
}
a {
	color: #111;
	text-decoration: none;
}
a:hover {
	color: #f57401;
	text-decoration: underline;
}
input, textarea, select, button {
	font-family: 'Calibri', sans-serif;
	font-size: 12px;
	color: #757575;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul, li {
	display: block;
}
p {
	margin: 5px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #3a3a3a;
	display: inline-block;
	font-weight: inherit;
}
img {
	border: none;
}
input[type="submit"], button[type="submit"], button {
	cursor: pointer;
}

/* Position */
.clr {
	clear: both;
}
.lcol {
	float: left;
}
.rcol {
	float: right;
}
.center {
	text-align: center;
}
.wrap {
	background: url(/template/designs/cont_bg.png) repeat-y;
	width: 1009px;
	margin: auto;
	padding: 0 9px 0 8px;
	overflow: hidden;
}

/* Header */
#h_nav {
	background: #111;
	height: 39px;
	overflow: hidden;
	padding: 12px 15px 0;
}
#h_nav .rcol a {
	background: url(/template/designs/h_elem.png) no-repeat 0 -966px;
	width: 12px;
	height: 11px;
	float: left;
	margin: 0 5px 0;
}
#h_nav .rcol a.tt {
	background-position: -505px -96px;
}
#h_nav .rcol a.fb {
	background-position: -524px -96px;
}
#h_nav .rcol a.vk {
	background-position: -541px -96px;
}
#h_nav ul > li {
	float: left;
	margin: 0 22px 0 0;
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
}
#h_nav ul > li a {
	color: #ccc;
}
#h_nav ul > li a:hover {
	color: #e9e9e9;
}

#h_middle {
	background: url(/template/designs/h_elem.png) no-repeat;
	height: 95px;
	overflow: hidden;
}
#h_logo {
	width: 242px;
	float: left;
	margin: 26px 30px 0 33px;
}
#h_logo  .logo {
	background: url(/template/designs/logo.png) no-repeat;
	width: 244px;
	height: 46px;
	display: block;
}
#h_search {
	background: url(/template/designs/h_elem.png) no-repeat 0 -95px;
	width: 422px;
	height: 34px;
	margin: 30px 39px 0 0;
	float: left;
}
#h_search input[type="text"] {
	width: 382px;
	height: 34px;
	padding: 0 10px;
	font-size: 14px;
	float: left;
	background: none;
	border: none;
}
#h_search input[type="submit"] {
	width: 39px;
	height: 32px;
	color: #fff;
	background: none;
	border: none;
}
#h_list {
	width: 226px;
	margin: 20px 0 0;
	float: right;
}
#h_list li, .b_list li {
	background: url(/template/designs/check.png) no-repeat 0 center;
	padding: 0 0 0 19px;
	margin: 0 0 3px;
	color: #111;
	display: block;
}
#h_list li a {
	color: #111;
}
.b_list {
	margin: 11px 0 0;
}
.b_list li {
	float: left;
	margin: 0 0 0 10px;
}
.b_list li, .b_list li a {
	color: #fff;
}
#h_b_nav {
	background: #111;
	height: 36px;
	overflow: hidden;
}
#h_b_nav li {
	margin: 9px 0 0;
	float: left;
	height: 17px;
	border-right: 1px solid #343434;
}
#h_b_nav li a {
	border-right: 1px solid #000;
	padding: 0 10px;
	display: block;
	height: 17px;
	line-height: 17px;
	color: #fff;
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
#h_b_nav li:last-child,
#h_b_nav li:last-child a {
	border-right: none;
}
#h_b_nav li a:hover {
	color: #f57401;
	text-decoration: none;
}

/* Game item */
#game_item {
	height: 125px;
	border-bottom: 4px solid #111;
}
#game_item .game_box {
	float: left;
	border-right: 4px solid #111;
	position: relative;
}
#game_item .game_box:last-child {
	border-right: none;
}
#game_item .game_box span {
	background: #f57401;
	color: #fff;
	text-shadow:0 1px 0 #c65e00;
	position: absolute;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
#game_item .game_box span.coast {
	width: 66px;
	border-bottom: 1px solid rgba(200,200,200,.5);
	left: 0;
	top: 0;
}
#game_item .game_box span.name {
	background: rgba(0,0,0,.5);
	text-align: left;
	text-shadow: none;
	padding: 0 0 0 8px;
	width: 281px;
	left: 0;
	bottom: 4px;
}
#game_item .game_box span.name a {
	color: #fff;
	text-decoration: none;
}
#game_item .game_box span.sale {
	width: 47px;
	right: 0;
	bottom: 4px;
}

/* Side block */
#side_main {
	margin: 12px 11px 0;
	overflow: hidden;
}
#side_left {
	width: 216px;
	float: left;
}
#side_right {
	width: 216px;
	float: right;
}

.block_full {
	width: 216px;
	overflow: hidden;
	border-top: none;
	margin: 0 0 10px;
	padding: 0;
}
.block_full .block_title {
	border: 1px solid #e1e1e1;
	border-top: none;
	border-bottom: none;
	height: 31px;
	background: #2b2b2b;
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
}
.block_full .block_cont {
	border: 1px solid #e1e1e1;
	border-top: none;
	background: #fff;
	padding: 10px 15px 5px;
	overflow: hidden;
}
.order li span,
.last-pay li span {
	color: #f57401;
}

.last-pay li span {
	display: block;
}
.client {
	margin: 0;
	display: block;
	height: 70px;
	overflow: hidden;
}
.garant {
	margin: 0 -4px -5px;
	overflow: hidden;
}
.garant .lcol {
	margin: -4px 4px 0 0;
}
.garant span {
	margin: 0 0 4px 0;
	display: block;
}
.last_pay li {
	background: url(/template/designs/arrow.png) no-repeat 0 center;
	padding: 0 0 0 11px;
}

/* Середина */
#middle, .item_page {
	margin: auto;
	width: 516px;
}
.price {
	overflow: hidden;
	margin: 0 0 10px;
}
.price_top {
	height: 31px;
	background: #2b2b2b;
	color: #e9e9e9;
	line-height: 30px;
	font-family: 'Cuprum', sans-serif;
	padding: 0 14px;
	overflow: hidden;
}
.price_cont {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.price_cont .lister li {
	padding: 6px 12px;
	border-bottom: 1px solid #e5e5e5;
}
.price_cont .lister li span {
	float: right;
}
.black_bg {
	height: 131px;
	background: #2b2b2b;
	overflow: hidden;
	padding: 5px;
}
.black_bg .poster {
	position: relative;
	width: 346px;
	height: 121px;
	float: left;
	margin: 0 7px 0 0;
}
.black_bg .poster span.name,
.black_bg .poster span.sale {
	position: absolute;
	bottom: 0px;
	height: 25px;
	width: 299px;
	line-height: 25px;
	background: rgba(0,0,0,.5);
	color: #fff;
}
.black_bg .poster span.name a {
	color: #fff;
	text-decoration: none;
}
.black_bg .poster span.sale {
	right: 0px;
	width: 47px;
	background: #f57401;
	text-align: center;
	text-shadow: 0 1px 0 #c65e00;
}
.black_bg .coast {
	font-size: 24px;
	color: #f2f2f2;
	margin: 6px 0 0;
}
.black_bg .buy {
	width: auto;
	height: 29px;
	float: right;
	background: #f57401;
	color: #fff;
	text-shadow: 0 1px 0 #c65e00;
	text-align: center;
	line-height: 29px;
	margin: 6px 0 0 0;
	padding: 0 5px;
}
.hr {
	height: 1px;
	border-top: 1px solid #212121;
	border-bottom: 1px solid #3a3a3a;
	margin: 10px 0 0;
	overflow: hidden;
}
.tabs {
	height: 32px;
	border-bottom: 1px solid #e5e5e5;
}
.tabs li {
	height: 32px;
	line-height: 32px;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #e5e5e5;
}
.lorem {
	padding: 6px 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #e5e5e5;
}
.vk_comm {
	margin: 0 10px 5px;
}
.tab {
	display: none;
}
.tab.current {
	display: block;
}

#footer {
	height: 50px;
	overflow: hidden;
	background: #ececec url(/template/designs/footer.png) repeat-x;
	padding: 13px 24px;
}
#footer .rcol a {
	margin: 0 5px;
}

.review_bg {
	background: #fff url(/template/designs/rewiev.png) no-repeat 0 bottom;
	overflow: hidden;
}
.review_in {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 5px 10px 15px;
	overflow: hidden;
}
.rev_bot {
	margin: 3px 5px 10px;
}
/* Title hint */
#tooltip {
	position: absolute;
}
#tooltip h3 {
	font-size: 13px;
}