/* Theme Name: b2bbasis */

@import "normalize.css";
H1 {
	color: #00a000;
	font-size: 20px;
}
hr {
	border: 0;
	color: #acccac;
	background-color: #acccac;
	margin-top:20px;
	margin-bottom:20px;
}
		body {
		}
		#comments	{
			overflow:auto;
			margin-top: 1em;
		}
		
		#comments h2	{
			color:#aaa;
			text-align:center;
		}
		
		#comments #comments-vk	{
			float:left;
			width: 49%;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			-ms-border-radius: 10px;
			border: 1px solid #ccc;			
		}
		
		#comments #comments-fb	{
			float:right;
			width: 49%;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			-ms-border-radius: 10px;
			border: 1px solid #ccc;			
		}		
		
		#comments #comments-vk .inner, #comments #comments-fb .inner	{
			padding: 0.5em;
		}
#art-main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	cursor:default;
}
.art-sheet {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 900px;
	min-width: 49px;
	min-height: 49px;
}
.art-sheet-body {
	position: relative;
	z-index: 1;
	padding: 17px;
}
.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc, .art-sheet-cr, .art-sheet-cl {
	position: absolute;
	z-index: -1;
}
.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl {
	width: 76px;
	height: 76px;
	background-image: url('/ru/images/sheet_s.png');
}
.art-sheet-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 38px, 38px, auto);
}
.art-sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 38px, 38px);
}
.art-sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(38px, 38px, auto, auto);
}
.art-sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(38px, auto, auto, 38px);
}
.art-sheet-tc, .art-sheet-bc {
	left: 38px;
	right: 38px;
	height: 76px;
	background-image: url('/ru/images/sheet_h.png');
}
.art-sheet-tc {
	top: 0;
	clip: rect(auto, auto, 38px, auto);
}
.art-sheet-bc {
	bottom: 0;
	clip: rect(38px, auto, auto, auto);
}
.art-sheet-cr, .art-sheet-cl {
	top: 38px;
	bottom: 38px;
	width: 76px;
	background-image: url('/ru/images/sheet_v.png');
}
.art-sheet-cr {
	right: 0;
	clip: rect(auto, auto, auto, 38px);
}
.art-sheet-cl {
	left: 0;
	clip: rect(auto, 38px, auto, auto);
}
.art-sheet-cc {
	position: absolute;
	z-index: -1;
	top: 38px;
	left: 38px;
	right: 38px;
	bottom: 38px;
	background-color: #FFFFFF;
}
.art-sheet {
	margin-top: 10px !important;
	cursor:auto;
}
#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare {
	min-width: 900px;
}
body {
	font: normal 14px/16px arial, sans-serif;
}
#header	{
	position:relative;
	display:block;
	height:110px;
}

#header .top	{
	height:100px;
	position:relative;
	background:url('img/bg-pattern.png');
}

#header a.logo	{
	display:block;
	position:absolute;
	left:34px;
	top:18px;
}

#header .title	{
	position:absolute;
	top:20px;
	left:125px;
	font-size: 2em;
}

#header .slogan	{
	margin-top:8px;
	font-size: 0.5em;
}

#header .phones	{
	position:absolute;
	left:390px;
	top:20px;
	font-size: 0.8em;
}

#header .phones	.phone {
	color:#6edf49;
	font-size: 2.5em;
	margin-top:10px;
}

#header .date	{
	position:absolute;
	top:19px;
	right:40px;
	background:#37BF0A;
	width:136px;
	height:64px;
	color:#fff;
	font-size: 1.5em;
	text-align:center;
	line-height:0.6em;
	font-weight:bold;
}

#header .date span	{
	display:block;
	padding-top:20px;
	font-size: 1.2em;
	
}

.timer .days	{
	position:absolute;
	left:14px;
	width:37px;
	text-align:center;
	padding-top:8px;
}

.timer .days span	{
	display:block;
	color:#fff;
	font-size: 2em;
	margin-bottom:10px;
}

.timer .hours	{
	position:absolute;
	left:87px;
	width:37px;
	text-align:center;
	padding-top:8px;
}

.timer .hours span	{
	display:block;
	color:#fff;
	font-size: 2em;
	margin-bottom:10px;
}

.timer .minutes	{
	position:absolute;
	left:139px;
	width:37px;
	text-align:center;
	padding-top:8px;
}

.timer .minutes span	{
	display:block;
	color:#fff;
	font-size: 2em;
	margin-bottom:10px;
}

.timer .seconds	{
	position:absolute;
	left:190px;
	width:37px;
	text-align:center;
	padding-top:8px;
}

.timer .seconds span	{
	display:block;
	color:#fff;
	font-size: 2em;
	margin-bottom:10px;
}