﻿/* CSS Document */
body{
	background:url(/assets/images/bg.png) repeat;
	color:#404040;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:15px;
	margin:0;
	padding:0;
}
table, td, div, img{
	border:none 0;
	border-spacing:0px;
	outline:none;
	margin:0;
	padding:0;
}
td{
	vertical-align:top;
}
h1, h2, h3, h4{
	color:#299dda;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	margin:5px 0;
	padding:0;
}
h1 a, h2 a, h3 a, h4 a{
	text-decoration:none;
}
h1{
	margin-top:0;	
}
h3, h4{
	font-size:14px;
	line-height:18px;
}
h4{
	font-size:12px;
	line-height:16px;	
}
:focus {
	outline: 0;
}

textarea{
	resize:none;	
}
input[type="number"]{
	width:40px;
}

hr{
	border:1px solid #F60;
}

html, body{height: 100%;}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p{
	margin:10px 0;	
}

a{
	color:#FF6600;
	border:none;	
}
a:hover{
	color:#FF6600;
	text-decoration:none;
}

.float_l{
	float:left;
}
.float_r{
	float:right;
}
.clear{
	clear:both;	
}
.color1{
	color:#2084B9;
}

.middle_table_interlaced tr{ background: #bffae6 !important; }
.middle_table_interlaced tr:nth-child(odd){ background: #edfcff !important; }
.middle_table_simple{ border: 1px solid #426986; border-collapse:collapse; }
.middle_table_simple td{ border: 1px solid #426986; padding: 3px; }

#shadow{
	background:url(/assets/images/bg_top.png) repeat-x top;
	min-height:100%;	
}
#shadow2{
	background:url(/assets/images/bg_bottom.png) repeat-x bottom;
	min-height:100%;
}
#wrapper{
	width:1060px;
	min-height:100%;
	margin:0 auto;
}

.header_line{
	position:relative;
	height:41px;
}
.header_line a{
	color:#FFF;
}
.header_line .search{
	padding-right:35px;
	position:absolute;
	top:8px;
	right:45px;
}
.header_line .search label{
	display:none;
	position:absolute;
	font-size:12px;
	line-height:12px;
	padding:4px 4px 4px 30px;
}
.header_line .search input{
	border:0 none;
	background:url(/assets/images/search.png) no-repeat;
	font-size:12px;
	line-height:12px;
	width:180px;
	height:12px;
	padding:4px 4px 4px 30px;
	margin:0;
}
.header_line .search .submit{
	cursor:pointer;
	background:url(/assets/images/search_button.png) no-repeat;
	width:25px;
	height:20px;
	padding:0;
	position:absolute;
	top:0px;
	right:0;
}

.header{
	position:relative;
}
.header a, .header a:hover{
}
.header .logo{
}
.header .contact{
}

.middle{
	min-height:1500px;
	background:#FFFFFF;
	position:relative;
	padding-top:27px;
	padding-bottom: 36px; /* отступ должен быть равен высоте футера */
}

.middle .column{
	width:250px;
	padding-bottom:20px;
	float:left;
}

.middle .content{
	background:#e5f3fb;
	border-radius:10px;
	width:730px;
	margin-right:48px;
	padding:15px;
	padding-bottom:20px;
	float:right;
}

.middle .content.blog{
	background:none;
}

.footer{
	position: relative;	
	color:#FFF;
	background:url(/assets/images/bg_bottom.png) repeat-x bottom;
	width:990px;
	height:26px;
	padding-top:10px;
	padding-left:70px;
	margin:-36px auto 0 auto; /* отрицательное значение высоты футера */
	clear:both;
}
.footer .by{
	position:absolute;
	top:75px;
	left:57px;
}
.footer .counter{
	position:absolute;
	top:75px;
	right:69px;		
}
.footer a, .footer a:hover{
	color:#FFF;	
}

/* Форма обратной связи */
.feedback{
}
.feedback h2{
	font-weight:normal;
}
.feedback .text{
	color:#7e7e7d;
	font-size:11px;
	line-height:13px;
	margin-bottom:10px;
}
.feedback form{
}
.feedback form label{
	color:#96A8D3;
	font-size:11px;
	line-height:13px;
	padding-top:11px;
	padding-left:13px;
}
.feedback input, .feedback textarea{
	border-radius:10px;
	border:0 none;
	box-shadow:inset #777 1px 1px 4px;
	color:#404040;
	font-family:Tahoma, Geneva, sans-serif;
	width:300px;
	padding:5px 8px;
	margin:3px 8px 3px 0;
}
.feedback textarea{
	width:300px;
	height:150px;
}
.ui-dialog .feedback textarea, .ui-dialog .feedback input{
	width:200px;
}
.ui-dialog .feedback textarea{
	height:115px;
}
.feedback form input.submit{
	cursor:pointer;
	box-shadow:#999 2px 2px 3px;
	text-shadow:#999 0 0 3px;
	border-radius:8px;
	border:0 none;
	background:url(/assets/images/post/submit.png) repeat-x;
	color:#FFF;
	font-size:16px;
	line-height:16px;
	width:150px;
	height:27px;
	margin-top:8px;
	margin-left:162px;
}
.ui-dialog .feedback form input.submit{
	box-shadow:#2F248A 1px 1px 3px;
	width:150px;
	margin-left:67px;
}
.feedback input.error, .feedback textarea.error{
	box-shadow:inset #F30 1px 1px 4px;
	color:#FF0000;
}
.feedback .success{
	text-align:center;
	width:316px;
	margin-top:5px;
}
.ui-dialog .feedback .success{
	color:#FFF;
}
/* /Форма обратной связи */

/* Посты */

.paging.top{
	padding-bottom:15px;
	margin-top:-29px;	
}

.paging .select_tag{
	background:url(/assets/images/select_tag.png) no-repeat top right;
	width:340px;
	height:16px;
	padding-top:3px;
	position:relative;
	float:left;	
}
.paging .select_tag .value{
	width:160px;
	position:absolute;
	top:3px;
	right:25px;
}
.paging .select_tag select{
	cursor:pointer;
	width:195px;
	height:19px;
	position:absolute;
	top:0;
	right:0;
	opacity:0;
}
.paging .select_tag select option{
	padding-left:10px;
}

ul.pageList{
	list-style:none;
	padding:0;
	margin:0;
	float:right;	
}

ul.pageList li{
	padding:0 6px;
	margin:0;	
	float:left;
}

ul.pageList li a{
	border-bottom:1px solid #404040;
	color:#404040;
	font-size:14px;
	text-decoration:none;
}

ul.pageList li a.active{
	border-bottom:0 none;
	color:#299dda;
	font-weight:bold;
}

ul.pageList li.control{
	margin:0 0 0 10px;
}
ul.pageList li.control:first-child{
	margin:0;
}
ul.pageList li.control:last-child{
	margin:0;
}
ul.pageList li.control:nth-child(2){
	margin:0 10px 0 0;
}
ul.pageList li.control a{
	border-bottom:0 none;
	font-size:0.7em;
}

.blogPost{
	border-radius:5px;
	background:#e0f3fb;
	padding:15px;
	margin-bottom:17px;
}
.blogPost h2{
	margin-top:0;
}
.postImage img{
	padding-right:20px;
	padding-bottom:20px;
}

.social{
	border-radius:3px;
	box-shadow:#003 0 0 3px;
	background-color: #fff;
	width:200px;
	padding:5px;
	margin-top:10px;
	margin-right:12px;
	float:right;
}


.submits button, .register .form-buttons input{
	cursor:pointer;
	box-shadow:#999 2px 2px 3px;
	text-shadow:#999 0 0 3px;
	border-radius:8px;
	border:0 none;
	background:url(/assets/images/post/submit.png) repeat-x;
	color:#FFF;
	font-size:16px;
	line-height:16px;
	width:auto;
	height:27px;
	padding:0 20px;
	margin-left:20px;
}
.submits button, .register .form-buttons input{
	margin-left:110px;
}

.post{
	border-radius:5px;
	background-color: #F4FAFD;
	margin-bottom:10px;
}
.post td{
	padding:10px;
}
.arc-row{
	margin:5px 0;	
}

/* Регистрация в турнире */
#regTurnir label{
	text-align:right;
	width:200px;
	padding:5px 8px;
	margin:3px 8px 3px 0;
	display:block;
	float:left;	
}
#regTurnir input, #regTurnir textarea{
	border-radius:10px;
	border:0 none;
	box-shadow:inset #777 1px 1px 4px;
	color:#404040;
	font-family:Tahoma, Geneva, sans-serif;
	width:200px;
	padding:5px 8px;
	margin:3px 8px 3px 0;
}
#regTurnir textarea{
	width:424px;
}
#regTurnir input.empty, #regTurnir textarea.empty{
	color:#777;	
}

#regTurnir input.submit{
	cursor:pointer;
	box-shadow:#999 2px 2px 3px;
	text-shadow:#999 0 0 3px;
	border-radius:8px;
	border:0 none;
	background:url(/assets/images/post/submit.png) repeat-x;
	color:#FFF;
	font-size:16px;
	line-height:16px;
	height:27px;
	margin-top:8px;
	margin-left:120px;
}

#regTurnir input.error, #regTurnir textarea.error{
	box-shadow:inset #F30 1px 1px 4px;
	color:#FF0000;
}

#regTurnir ol{
	padding:0 20px;
	margin:0;
}
#regTurnir li input{
	width:16%;
}

.ui-widget-content.blue{
	border:0 none;
	background:url(/assets/images/dialog/blue.png) no-repeat;
	padding:10px 0;
	overflow:visible;
}
.ui-widget-content.blue .ui-dialog-content{
	padding:20px;
	overflow:visible;	
}
.ui-widget-content.blue .ui-dialog-titlebar{
	display:none;	
}
.ui-widget-content.blue a.close{
	background:url(../../../images/dialog/close.png);
	width:56px;
	height:57px;
	display:block;
	position:absolute;
	top:-20px;
	right:-20px;
}
.ui-widget-content.blue a.close:hover{
	background:url(../../../images/dialog/close-h.png);
}
.ui-widget-content.blue p{
	color:#404040;
}
	
.ui-widget-overlay { background: #000 url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50); }

.content .intro{ width:640px; float:left; height:85px; }
.content .outro{ margin-top:35px; }
.intro h1{ margin-bottom: 15px; }
.cart{ float:left; width:65px; font-size:smaller; color:#f97b0a; margin-left:20px; }
.category_choose{ height:25px; margin:30px 0; }
.category_choose a{ 
	display:block;
	width:50px;
	float:left;
	padding:5px 30px;
	margin-right:30px;
	border-radius:15px;
    background: #2e8ccd;
    background: -moz-linear-gradient(top, #ffffff, #2e8ccd);
    background: -webkit-linear-gradient(top, #ffffff, #2e8ccd);
    background: -o-linear-gradient(top, #ffffff, #2e8ccd);
    background: -ms-linear-gradient(top, #ffffff, #2e8ccd);
    background: linear-gradient(top, #ffffff, #2e8ccd);
	text-align:center;
	color:#400202;
	text-decoration:none;
}
.category_choose a.active, .category_choose a:hover{
    background: #f97e10;
    background: -moz-linear-gradient(top, #ffffff, #f97e10);
    background: -webkit-linear-gradient(top, #ffffff, #f97e10);
    background: -o-linear-gradient(top, #ffffff, #f97e10);
    background: -ms-linear-gradient(top, #ffffff, #f97e10);
    background: linear-gradient(top, #ffffff, #f97e10);
}
.ms2_product{ 
	float:left; 
	width:320px;
	height:350px;
	border:2px solid #6db2d7; 
	border-radius:10px;
	margin-top:15px; 
	margin-right:15px;
	padding:10px; 
}
.ms2_product .row.span10{ height:200px; }
.ms2_product .row.span10 a{ text-decoration:none; color:#404040; }
.product_thumb{ float:left; margin-right:5px; }
.product_thumb #msGallery{ width:150px; height:105px; }
.product_thumb #msGallery li{ display:none; }
.product_thumb #msGallery li img{ width:140px; height:105px; }
.product_thumb #msGallery li:nth-child(1){ display:block; }
.product_descr{ float:left; width:165px; }
.product_descr h2 a{ font-size:15px; color:#299dda; }
.product_descr .price{ 
	font-size:20px; 
	color:#f97b0a; 
	font-weight:bolder; 
	padding:0 0 0 20px !important; 
	line-height:30px; 
}
.ms2_product .ms2_link{ 
	display:block;
	width:135px;
	float:right;
	padding:5px 30px;
	margin-top:5px;
	border-radius:15px;
    background: #47a4cf;
    background: -moz-linear-gradient(top, #ffffff, #47a4cf);
    background: -webkit-linear-gradient(top, #ffffff, #47a4cf);
    background: -o-linear-gradient(top, #ffffff, #47a4cf);
    background: -ms-linear-gradient(top, #ffffff, #47a4cf);
    background: linear-gradient(top, #ffffff, #47a4cf);
	text-align:center;
	color:#400202;
	text-decoration:none;
}
.icon-star{
	width:40px;
	height:40px;
	display:inline-block;
	background:url(/assets/images/cipiace.png);
	background-size:cover;
}
.icon-bookmark{
	width:40px;
	height:40px;
	display:inline-block;
	background:url(/assets/images/sold.png);
	background-size:cover;
}
#msProduct{ padding:10px; margin-top:15px; border:2px solid #6db2d7; border-radius:10px; }
#msProduct h2{ 
	display: block;
	width:300px;
	margin-left: 40px;
	margin-bottom: 20px;
	float: left; 
}
#msGallery{ float:left; text-align:left !important; width:310px; height:160px; }
#msGallery .thumbnails{ width:auto !important; padding:0; }
#msGallery li{ list-style:none; margin-left:0 !important; width:auto !important; float:left; padding:0; }
#msGallery li:nth-child(1){ padding: 0 10px 0 0; }
#msGallery li:nth-child(2){ padding: 0 0 7px 5px; }
#msGallery li:nth-child(3){ padding: 10px 0 0 5px; }
.checkbox.price{ 
	display: block;
	margin-left: 60px;
	float: left;
	color:#f97b0a;
	font-size:20px;
	font-weight:bolder;
}
#msProduct .btn,.btn.ms2_link{
	float:right;
	padding:5px 30px;
	border-radius:15px;
	border:none;
    background: #47a4cf;
    background: -moz-linear-gradient(top, #ffffff, #47a4cf);
    background: -webkit-linear-gradient(top, #ffffff, #47a4cf);
    background: -o-linear-gradient(top, #ffffff, #47a4cf);
    background: -ms-linear-gradient(top, #ffffff, #47a4cf);
    background: linear-gradient(top, #ffffff, #47a4cf);
	text-align:center;
	color:#400202;
	text-decoration:none;
	cursor:pointer;
}
.flags{ float:left; }
#msCart .value{ width:300px; }
#msCart .count{ width:150px; }
#msCart .price{ width:150px; }
#msCart .remove{ width:100px; }
#msCart .remove .ms2_link{ width:100px; text-decoration:none; }
#msCart th{ background:#edfcff; }
#msCart .footer{ background:none; color:#939393; }
#msCart .footer th{ background:none; }
#msCart tr{ background:#bffae6; }
#msCart tr:nth-child(odd){ background:#edfcff; }
#msCart td{ }
#msCart td.title{ padding-left:20px; }
.contacts{ width:500px; }
.contacts .control-group{ float:left; }
.contacts .control-group input{ width:190px; padding:5px; border-radius:15px; border:1px inset #CCC; margin:5px; }
.contacts .control-group textarea{ 
	width:310px; 
	padding:5px; 
	border-radius:15px; 
	border:1px inset #CCC; 
	margin:5px;
	font-family:Tahoma, Geneva, sans-serif !important;
}
.btn.ms2_link{
	float:none;
	margin-left:205px;
}

.pageNav{ float:right; margin:10px 25px 0 0; }
.pageNav li{ float:left; margin:0 5px; list-style:none; }
.pageNav li a{ font-size:18px; color:#404040; text-decoration:none; }
.pageNav li a.active{ color:#43a2ce; }
.back{ float:right; margin:10px 0 0 0; font-size:18px; color:#404040; text-decoration:none; }

.button_title{ display:inline-block; position:relative; bottom:20px; font-weight:bold; font-size:16px; }