/*
Theme Name:     Skifbook theme
Theme URI:      http://artgen.com.ua/skif/
Description:    Theme for Publishing Skif
Author:         Artgen studio
Author URI:     http://artgen.com.ua/
*/

@charset "utf-8";

a:hover{
	text-decoration:none;
	}
@font-face {
font-family: 'Myriad Pro';

src: url('fonts/MyriadPro-Regular.eot') format('eot'),
url('fonts/MyriadPro-Regular.woff') format('woff'),
url('fonts/MyriadPro-Regular.ttf') format('truetype');

} 	

@font-face {
font-family: 'Myriad Pro SemiBold';

src: url('fonts/MyriadPro-Semibold.eot') format('eot'),
url('fonts/MyriadPro-Semibold.woff') format('woff'),
url('fonts/MyriadPro-Semibold.ttf') format('truetype');
}

@font-face {
font-family: 'Myriad Pro BoldItalic';

src: url('fonts/MyriadPro-BoldIt.eot') format('eot'),
url('fonts/MyriadPro-BoldIt.woff') format('woff'),
url('fonts/MyriadPro-BoldIt.ttf') format('truetype');
}

@font-face {
font-family: 'Myriad Pro Italic';

src: url('fonts/MyriadPro-It.eot') format('eot'),
url('fonts/MyriadPro-It.woff') format('woff'),
url('fonts/MyriadPro-It.ttf') format('truetype');
}
	



#header {
	padding-top:113px;
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#header div.vcard {
	position:absolute;
	width:207px;
	top:15px;
	left:0;
}
#header .vcard a {
	text-decoration:none;
}

#header .vcard .logo {
	_background: url(images/logo-trans.png) no-repeat;
	_width:207px;
	_height: 64px;
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
}

#header .vcard img {
	_display: none;
}

#header .vcard .category {
	color:#3b5aa1;
	font-size:21px;
}

.uk #header .vcard .category {
	letter-spacing: 1.5px;
}

.en-US #header .vcard .category {
	letter-spacing: 4.3px;
}

#header .login{
	position:absolute;
	left:275px;
	top:48px;
}

#header .logout{
	position:absolute;
	left:275px;
	top:48px;
}
	
#header .login p{
	padding-left:25px;
}	

#header .login a{
	color:#3b62bb;
	border-bottom:1px dashed #3b62bb;
	text-decoration:none;
	}
#header .login p:before{
	content:url(images/enter.png);
	position:absolute;
	left:0px;
	top:2px;
	*top:0;
	}
	
	
#header div.shopcart {
	position:absolute;
	top:35px;
	right:0px;
	width:223px;
	/*height:69px;*/
}	

#header div.shopcart p {
	background:#f4f4f4;
	height:37px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
}	

#header div.shopcart a {
	font-family:'Myriad Pro SemiBold',Arial;
	font-size:18px;
	color:#dc290c;
	text-decoration:none;
	position:absolute;
	line-height:20px;
	margin: 8px 0 0 -15px;
	padding-left: 65px;
}

#header div.shopcart p {
	position: relative;
}

#header div.shopcart a, x:-moz-any-link {
	padding-left: 0;
}

#header div.shopcart a:before {
	content: " ";
	position: absolute;
	height: 69px;
	width: 60px;
	background:url(images/shopcart.png) no-repeat;
	left: 0;
	top:-25px;
}

#header div.shopcart a:before, x:-moz-any-link {
	position: relative;
	font-size: 0;
	vertical-align: middle;
	padding: 69px 0 0 60px;
	margin: 0 10px 0 0;
	top:-5px;
}

#header div.shopcart a {
	_padding-left: 65px;	
}

#header div.shopcart a:before {
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
	
	_left:60px;
	_top: 0;

	_padding: 0;
	_margin-left: -60px;
	_margin-top:-30px;

	_position: absolute;
	_height: 69px;
	_width: 60px;
}

html>body #header div.shopcart a {
	*padding-left: 65px;	
}

html>body #header div.shopcart a:before {
	*margin-left: -60px;
}


#header div.language{
	width:196px;
	position:absolute;
	top:42px;
	left:488px;
	/*right:0;*/
	height:28px;
	cursor:pointer;
	z-index: 100;
	
	/*border:1px solid #e3e3e3;
	*/}
#header div.language ul{
	background: url("images/span_select.png") 176px 13px #fff;
	background-repeat: no-repeat;
	border:1px solid #e3e3e3;

	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
	}
	
	
#header div.language ul.ul-block{
	background:#fff;
	}	
	
#header div.language li {
	position:relative;
	display:none;
	}
	
#header div.language li,x:-moz-any-link{
	margin:0 0 0 5px;
}
	
	
#header div.language li.active-language{
	display:block;
	}	
	
	
#header div.language li a{	
	text-decoration:none;
	padding:4px 10px 6px 35px;
	line-height:18px;
	
	height: 18px;
	color:#404041;
	display:block;
	position: relative;
}
#header div.language li a,x:-moz-any-link{
	padding-left: 0;
}

#header div.language li.active-language:hover{
	background:none;
	}
#header div.language li:hover{
	background:#E3E3E3;
	}
#header div.language li a:before {
	content:" ";
	background:url(images/flags.png) no-repeat;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 5px;
}	
	
#header div.language li a:before, x:-moz-any-link{
	font-size: 0;
	padding: 19px 0 0 24px;
	width: auto;
	height: auto;
	left: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
	position: relative;
}

#header div.language li a:before {
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
	_position: absolute;
	_width: 24px;
	_height: 24px;
	_left: 35px;
	_padding: 0;
}

html>body #header div.language li a {
	*padding-left: 35px;
}

html>body #header div.language li a:before {
	*margin-left: -30px;
}

#header div.language li a {
	_margin-left: -15px;
}

#header div.language li .uk:before{
	background-position: -24px 0;
	}	
#header div.language li .en:before{
	background-position: -48px 0;
}	

	
#header div.menu-search-container{
	background:url(images/header_menu.png) 0px 5px no-repeat;
	-pie-png-fix: true;
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	height:186px;
	padding-top:5px;

	}
#header div.menu-header-menu-container{
	/*overflow:hidden;*/
	height:44px;
	}
#header div.menu-header-menu-container ul{
	margin-left:12px;
	margin-top:-6px;
	overflow: hidden;
	}	
#header div.menu-header-menu-container li{
	display: inline;
	float: left;
	height:49px;
	margin: 0;
	}
#header div.menu-header-menu-container li p {
	float: left;
	height:49px;
}
	
#header div.menu-header-menu-container li a{
	font-size:17px;
	color:#734a24;
	text-decoration:none;
	float: left;
	display:block;
	height:34px;
	
	padding:20px 10px 0; 
	}
#header div.menu-header-menu-container li a:hover{
	color:#fff;
	background:url(images/header-li-hover.png) repeat-x;
}

#header div.search{
	margin:23px 23px 0;
}	

#header div.search input.submit{
	
	width:98px;
	height:38px;
	font-size:17px;
	vertical-align:top;
	margin:2px 0 0 16px;

	-webkit-box-shadow: 1px 1px 3px 0px #e1be6a,inset 0px 0px 3px 0px #ece7d6;
	-moz-box-shadow: 1px 1px 3px 0px #e1be6a,inset 0px 0px 3px 0px #ece7d6;
	box-shadow: 1px 1px 3px 0px #e1be6a,inset 0px 0px 3px 0px #ece7d6;  
}	

#header div.search input.submit:hover{
	-webkit-box-shadow: 0px -1px 2px 0px #e1be6a;
	-moz-box-shadow: 0px -1px 2px 0px #e1be6a;
	box-shadow: 0px -1px 2px 0px #e1be6a; 
		
	text-shadow: -1px -1px 0px #f8f6ea;
	filter: dropshadow(color=#f8f6ea, offx=-1, offy=-1);	
}

#header div.search input.submit:active{
	-webkit-box-shadow: inset 0px 0px 2px 0px #d4caa8;
	-moz-box-shadow: inset 0px 0px 2px 0px #d4caa8;
	box-shadow: inset 0px 0px 2px 0px #d4caa8; 
}

#header div.search input.text{
	width:790px;
	height:32px;
	padding:6px 0 2px 36px;
	border:1px solid #d7c165;
	color:#aaaaaa;
	font-size:17px;
	font-family:'Myriad Pro',Arial;
	line-height:28px;
	margin: 0;
	
	background:url(images/search.png) 10px 10px no-repeat #fff;
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
}

#header div.search label{
	position:absolute;
	display: none;
	color:#aaaaaa;
	font-size:17px;
	line-height:36px;
	padding:5px 0 5px 38px;
	
	font-family:'Myriad Pro',Arial;
}

#header p.samples{
	margin:12px 23px 0;
	}	
#header p.samples a{
	color:#3b62bb;
	text-decoration:none;
	border-bottom:1px dashed #3b62bb;
	}	
#header p.samples a:hover{
	border:none;
	}
#header p.samples a:after {
	content:',';
	color: #404041;
}
	
#header p.samples a:last-child:after {
	content:'';
}
	
.menu-categories-menu-container{
	width:1000px;
	margin:0 auto;
}	
.home .menu-categories-menu-container ul{
	padding:10px 0;
	overflow:hidden;
	}
.home .menu-categories-menu-container li:first-child{
	margin-left:0;
	}	

.home .menu-categories-menu-container > ul > .menu-item{
	float:left;
	padding:15px;
	min-height:101px;
	width:303px;

	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
}

.home .menu-categories-menu-container > ul > .menu-item.children {
	background-image: url(images/cat1.png);
	background-repeat: no-repeat;
	background-position: 18px;
}

.home .menu-categories-menu-container > ul > .menu-item.applied {
	background-image: url(images/cat2.png);
	background-repeat: no-repeat;
	background-position: 18px;
}

.home .menu-categories-menu-container > ul > .menu-item.research {
	background-image: url(images/cat3.png);
	background-repeat: no-repeat;
	background-position: 18px;
}

.menu-categories-menu-container li.state-active a{
	color:#dc290c;
	}	
.menu-categories-menu-container > ul > .menu-item > a{
	position:relative;
	}	
	
.menu-categories-menu-container > ul > .menu-item > a {
	padding-left:113px;
	color:#3b62bb;
	font-size:15px;
	display:block;
	font-family:'Myriad Pro SemiBold',Arial;
}	

.home .menu-categories-menu-container li ul{
	padding-left:113px;
	margin-top:3px;
}

.menu-categories-menu-container li ul a{
	color:#444445;
	font-size:12px;
	line-height:17px;
	min-height:inherit;
}

	
.sidebar .categories-block li:hover{
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
	}

.menu-item.state-active{
	background-color: #edf8ff;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;  


	-webkit-box-shadow: 2px 2px 5px 0px #e2e2e2;
	-moz-box-shadow: 2px 2px 5px 0px #e2e2e2;
	box-shadow: 2px 2px 5px 0px #e2e2e2; 
}

.page .categories-block li:hover{
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none; 
	}		
	

#middle .menu-categories-menu-container li ul a{
	line-height:19px;
	}	
#middle .series-block{
	padding: 20px 43px 25px 20px;
	margin:40px 0 10px;
	background:#dbe9f8;
	
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
	
	}
#middle #content .block{
	margin-top:12px;
	}	
	
#middle .series-block p a{
	font-size:11px;
	color:#3b62bb;
		line-height:14px;
	}	
#middle .series-block p a.active{
text-decoration:none;
color:#404041;
font-weight:bold;
	}	
#middle .series-block p{
	margin-top:5px;

	}	
#middle .series-block .series-block-title{
	font-weight:bold;
	font-style:italic;
	font-size:15px;
	
	margin: 0 0 15px;
	}
.novelty-block {
	background:url(images/new_book_fon.png) 0 0;
	border-top:3px solid #b9a491;
	border-bottom:3px solid #b9a491;
	
	margin-top:10px;
}
.novelty-block .head{
	padding-top:15px;
	overflow:hidden;
	}	
.novelty-block .head h2{
	font-size:35px;
	color:#734a24;
	font-family:'Myriad Pro SemiBold',Arial;
	float:left;
	
	text-shadow: 1px 2px 0px rgba(248,246,234,0.5);

	}	
	
.novelty-block .head  a{
	color:#f6d9a8;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	background:#68411f;
	line-height:46px;
	margin-left:40px;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px; 
	
	-webkit-box-shadow: inset 1px 1px 0px 0px #613c1c;
	-moz-box-shadow: inset 1px 1px 0px 0px #613c1c;
	box-shadow: inset 1px 1px 0px 0px #613c1c; 
	
	-webkit-box-shadow:1px 1px 0px 0px rgba(248,246,234,0.5);
	-moz-box-shadow:1px 1px 0px 0px rgba(248,246,234,0.5);
	box-shadow:1px 1px 0px 0px rgba(248,246,234,0.5); 
	}	
.novelty-block .body,
.novelty-block .head{
	width:1000px;
	margin:0 auto;
	/*overflow:hidden;*/
	}
.novelty-block .body {
	padding: 0 0 30px;
}
	
.novelty-block ul{
	margin:-2px -65px 30px 0;
	}	
.novelty-block li{
	/*float:left;*/
	display:inline-block;
	margin:0 10px 0 0;
	position:relative;
	padding-top:4px;
	padding-bottom:49px;
	vertical-align: bottom;
	
 *zoom: 1; *display: inline;
	}
/*.novelty-block li .post-image{
	background:url(images/new_book1_fon.png) 23px 25px no-repeat;
	}	*/
.novelty-block li .post-meta{
	background:#fff;
	background:rgba(255,255,255,0.9);
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	
	width:218px;
	display:none;
	position:absolute;
	top:375px;
	z-index:100;
	
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7); 
	padding:15px 15px 15px;
}

.novelty-block li .post-meta {
	_top:200px !important;
}

html>body .novelty-block li .post-meta {
	*top:200px !important;
}


.novelty-block li .post-meta .arr {
	background: url(images/post-meta-arr.png) no-repeat;
	width: 34px;
	height: 15px;
	position: absolute;
	left: 50%;
	top:-15px;
	margin-left: -17px;
}

.novelty-block li .post-meta .arr {
	_display: none;
}

html>body .novelty-block li .post-meta .arr {
	*display: none;
}

.novelty-block li .post-meta p.post-serie{
	margin-top:12px;
	line-height:16px;
}	

.novelty-block li .post-meta a{
	padding:0 0 2px 2px;
	font-size:11px;
	
	color:#3b62bb;
}
.novelty-block li .post-meta p,
.novelty-block li .post-meta h3{
	font-size:11px;
	color:#444445;
	}
	
.novelty-block li .post-meta h3 {
	margin-bottom:5px;
	}	

.novelty-block li .post-meta h3 a{
	font-size:17px;
	font-weight:bold;
    font-family:'Myriad Pro',Arial;
	}
.novelty-block li .post-meta p{
	font-size:11px;
	overflow:hidden;
	padding-bottom:2px;
	}
.novelty-block li .post-meta span{
	float:left;
	margin-right:2px;
	}	

	
.novelty-block .post-item .post-image a {
	display:block;
	padding:25px 25px 0 25px;
	position:relative;
	}
.novelty-block li a img{
	display: block;
	}	
.novelty-block li .image {
	display: block;
}

.novelty-block li .post-meta span{
	position:relative;
	top:0;
	right:0;
	width:auto;
	display:block;
	}	
	
	
.novelty-block li a span.image:before{
	border: medium solid transparent;
	content: "";
	border-width: 35px 26px 46px 56px;
	bottom: -13px;
	left: 0px;
	right: -16px;
	top: 0;
	
	
	position: absolute;
	
	-moz-border-image: url(images/new_book1_fon_before.png)  35 26 60 56 stretch stretch;
	-webkit-border-image: url(images/new_book1_fon_before.png)  35 26 60 56 stretch stretch; 
	-o-border-image: url(images/new_book1_fon_before.png)  35 26 60 56 stretch stretch;
	border-image: url(images/new_book1_fon_before.png)  35 26 60 56 stretch stretch;
}
	
.novelty-block li.post-item .post-image a.a-hover{
	background:rgba( 115, 74, 36, 0.5);
	
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px; 	
	}	
	
.novelty-block li .section,
.book-all .section{
	display:block;
	position:absolute;
	top:-4px;
	right:30px;
	width:23px;

	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
}

.novelty-block li .section,
.book-all .section {
	_right:55px;	
}

.novelty-block li .section {
	top:21px;
}
	
p.section.research{
	background:url(images/science_book.png) no-repeat;
	height:135px;
	}
	
p.section.applied{
	background:url(images/applied_book.png) no-repeat;
	height:90px;
	}	
p.section.children{
	background:url(images/children_book.png) no-repeat;
	height:62px;
	}
	
.uk p.section.research{
	background:url(images/science_book_uk.png) no-repeat;
}
.uk p.section.applied{
	background:url(images/applied_book_uk.png) no-repeat;
}	
.uk p.section.children{
	background:url(http://skifbook.com.ua/wp-content/themes/artgen/images/children_book_uk.png) no-repeat;
}	

.en-US p.section.research{
	background:url(http://skifbook.com.ua/wp-content/themes/artgen/images/science_book_en.png) no-repeat;
}
.en-US p.section.applied{
	background:url(images/applied_book_en.png) no-repeat;
}	
.en-US p.section.children{
	background:url(images/children_book_en.png) no-repeat;
}		
	
#wrapper {
	width: 1000px;
	margin: 0 auto 0;
}	
	
	
#middle {
	width: 100%;
	position: relative;
	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow:hidden;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.home #content {
	padding: 0 0 0 290px;
}

.home #middle #content .block.shop{
	margin-top:35px;
	}	
	
.block.shop .head span{
	font-size:15px;
	font-family:'Myriad Pro',Arial;
	position:absolute;
	right:0;
	top:0px;
	line-height:51px;
	background: #fff;
	padding:0 0 0 10px;
	}

		
.block.shop .head span a{
	color:#dc290c;
	font-family:'Myriad Pro SemiBold',Arial;
	}
#middle .block.shop .head h2{
	background: #fff;
	display: inline;
	font-size:35px;
	 font-family: 'Myriad Pro SemiBold',Arial;
	}	
.post-type-archive-product #middle .block.shop .head h2{
	background:none;
	}	
.block.shop ul.products-list{
	overflow:hidden;
	margin-top:20px;
	padding-top:3px;
	}
.page  #content .block.shop ul.sort{
	margin-top:0;
	}
#content .page-nav ul.sort li:first-child{
	margin-left:7px;
	}	
#content .page-nav ul.sort li{
	line-height:37px;
	font-size:12px;
	position:relative;
	float:left;
	margin: 0 0 0 22px;
	zoom:1;
	}

#content .page-nav ul.sort li{
	_display: inline;
}

html>body #content .page-nav ul.sort li{
	*display: inline;
}
	
#content .page-nav ul.sort li a{
	color:#b2b2b2;
	text-decoration:none;
	padding:0 !important;
	border-bottom:1px dashed #b2b2b2;
	
	background:none;
	}
#content .page-nav ul.sort li a.active{
	color:#3b62bb;
	font-weight:bold;
	border-bottom:none;
	}	

#content .page-nav ul.sort li a:hover{
	border-bottom:none;
	}	

#content .page-nav ul.sort li {
	_padding: 8px 0;
	_line-height: 18px;
}

html>body #content .page-nav ul.sort li {
	*padding: 8px 0;
	*line-height: 18px;
}


#content .page-nav ul.sort li a,
#content .page-nav ul.sort li span {
	_line-height: 16px;	
}

html>body #content .page-nav ul.sort li a,
html>body #content .page-nav ul.sort li span {
	*line-height: 16px;	
}
	
#content .nothing {
	margin: 10px 0;
	font-size: 14px;
}
.block.shop .product-item{
	width:185px;
	padding:30px 23px 40px;
	text-align:center;
	display:inline-block;
	vertical-align:text-top;
	margin-bottom:5px;
	
	*zoom: 1; *display: inline;
	}
.block.shop li.state-active .post-title a{
	color:#dc290c;
	text-decoration:none;
	}	
.block.shop .product-item:hover{
	background:url(images/shop_li_hover.png) no-repeat bottom;
	cursor:pointer;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;  
	
	-webkit-box-shadow: 0px -2px 0px 0px #fafafa;
	-moz-box-shadow: 0px -2px 0px 0px #fafafa;
	box-shadow: 0px -2px 0px 0px #fafafa;
	
}

.block.shop .product-item:hover{
	_background: none;	
}
	
.single-product #middle #content .block.shop{
	margin-top:50px;
	position: relative;
	zoom:1;
	}	
.single-product .block.shop .product-item{
	padding-bottom:10px;
	}	
.single-product .block.shop .product-item:hover{
	background:none;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;  
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}	
.block.shop .product-item p.post-image span:before{
	border: medium solid transparent;
	content: " ";
	overflow: hidden;
	position: absolute;
	
	-moz-border-image: url(images/book_fon.png) 35 26 46 56 stretch stretch;
	-webkit-border-image: url(images/book_fon.png) 35 26 46 56 stretch stretch; 
	-o-border-image: url(images/book_fon.png) 35 26 46 56 stretch stretch;
	border-image: url(images/book_fon.png) 35 26 46 56 stretch stretch;
	
	border-width: 35px 26px 46px 56px;
	bottom: 3px;
	left: -2px;
	right: -0px;
	top: 0;
	}

.block.shop .product-item p.post-image span:before {
	_display: none;
}
	
.block.shop .product-item p.post-image{
	width:100px;
	position:relative;
	margin:0 auto 5px;
	padding:0 10px 10px 13px;
}

.block.shop .product-item p.post-image span {
	display: block;		
}

.block.shop .product-item p.post-image img {
	border: 1px solid #f0f0f0;
}

.block.shop p.post-serie{
	margin:5px 0 0;
	}	
.block.shop p.post-serie a{
	color:#404041;
	font-size:10px;
	}
.block.shop p.post-writer{
	}	
.block.shop p.post-writer a{
	color:#404041;
	font-size:10px;
	}


.block.shop h3.post-title a{
	color:#3b62bb;
	font-size:15px;
	font-family:'Myriad Pro SemiBold',Arial;
	}	
.block.shop p.post-price{
	color:#404041;
	font-size:24px;
	float:left;
	font-family:'Myriad Pro BoldItalic',Arial;
	margin:3px 13px 0 0px;
	}
.block.shop p.post-price span{
	font-size:17px;
	font-family:'Myriad Pro Italic',Arial;
	}	
.block.shop button{
	
	width:78px;
	height:28px;
	font-size:15px;
	margin-left:5px;
	

-webkit-box-shadow:0px 1px 3px 0px #f2f2f2, inset 0px 0px 2px 0px #ece7d6;
-moz-box-shadow:0px 1px 3px 0px #f2f2f2, inset 0px 0px 2px 0px #ece7d6;
box-shadow:0px 1px 3px 0px #f2f2f2, inset 0px 0px 2px 0px #ece7d6; 

	
	text-shadow: 1px 1px 0px #f8f6ea;
filter: dropshadow(color=#f8f6ea, offx=1, offy=1); 
	}	
.block.shop button:hover{
	border:1px solid #3b62bb;
	background-image: linear-gradient(bottom, #2e51ad 25%, #5a7fca 70%);
background-image: -o-linear-gradient(bottom, #2e51ad 25%, #5a7fca 70%);
background-image: -moz-linear-gradient(bottom, #2e51ad 25%,  #5a7fca 70%);
background-image: -webkit-linear-gradient(bottom, #2e51ad 25%, #5a7fca 70%);
background-image: -ms-linear-gradient(bottom, #2e51ad 25%, #5a7fca 70%);
	
-webkit-box-shadow:0px 1px 3px 0px #e1ebf2, inset 0px 0px 2px 0px #6a8bcd;
-moz-box-shadow:0px 1px 3px 0px #e1ebf2, inset 0px 0px 2px 0px #6a8bcd;
box-shadow:0px 1px 3px 0px #e1ebf2, inset 0px 0px 2px 0px #6a8bcd; 	
	
	text-shadow: 1px 1px 0px #18368c;
filter: dropshadow(color=#18368c, offx=1, offy=1); 
	color:#fff;
	}	
#content{
	padding: 0 290px 0 0;
}

#content .head,
.post-type-archive-product #middle .block.shop .head{
	border-bottom:1px solid #d9d9d9;
	}
#content .write-review .head{
	border-bottom:none;
	}	
	
	
.head h1{
	font-size:35px;
	margin-bottom: -4px;
	line-height: 40px;
	font-family: 'Myriad Pro SemiBold',Arial;
	
	background:#fff;
	display:inline;
	}	
#content .page-nav ul.sort{
	border-top:1px dashed #cecece;
	padding-left:5px;
	margin-top:0px;
	
	overflow:hidden;
	position: relative;
	zoom:1;
}	
#content .post-text ul{
	
	padding-left:5px;
	
	overflow:hidden;
	}	
#content .page-nav{
	background:#f8f3e8;
	
	-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px; 
	}
	
.page #middle .block.shop .page-nav{
	height:70px;
	}
 .block.shop .pagination{
	position:relative;
	overflow:hidden;
	height:51px;
	}	
	
.block.shop .pagination ul{
	margin:0 auto;
	overflow:visible;
	height:30px;
	position:relative;
	text-align: center;
	
	background:#f8f3e8;
	
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}	

.block.shop .pagination li{
	width:auto;
	padding:0;
	margin:0;
	color:#3b62bb;
	line-height:28px;
	position:relative;
	display: inline-block;
	overflow:hidden;
	text-align:center;
	
	
	}
.block.shop .pagination li a,
.block.shop .pagination li span {
	font-size:12px;
	color:#3b62bb;
	width:22px;
	height:51px;
	line-height:32px;
	display:block;
	}
.block.shop .pagination li .current {
	background:url(images/pagination-hover.png);
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}	

.block.shop .pagination li:hover{
	background:none;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; 
	}	
.block.shop .pagination li a:hover{
	text-decoration:none;
	color:#dc290c;
	font-weight:bold;
	}	
.block.shop .pagination .prev{
	position:absolute;
	padding-left:15px;
	left:10px;
	line-height:31px;
	overflow:hidden;
	}	
	
.block.shop .pagination .next {
	position:absolute;
	padding-right:15px;
	right:10px;
	top:0;
	line-height:31px;
	overflow:hidden;
	}
.block.shop .pagination .next a:hover,
.block.shop .pagination .prev a:hover{
	font-weight:normal;
	color:#3B62BB;
	}	
	
.block.shop .pagination .next a,
.block.shop .pagination .prev a{
	width:auto;
	float:left;
	margin-right:5px;
	}
.block.shop .pagination .prev a{
	float:none;
	margin-left:5px;
	}	
.block.shop .pagination .inactive a,
.block.shop .pagination .inactive{
	text-decoration:none;
	color:#c0bdb6;
	}	
.block.shop .pagination .inactive a:hover{
	color:#c0bdb6;
	}	
.page .block p,
.error404 .block p
{
	margin:18px 0;
	line-height:17px;
}

.error404 .post-text ul {
	list-style: disc;
}
	
.error404 .post-text li {
	margin-left:30px;
}

#content .page-nav ul.breadcrumbs{
	overflow:hidden;
	margin-top:12px;
	padding-left:5px;
	zoom:1;
	position: relative;
}

#content .page-nav ul.breadcrumbs{
	_padding:0 0 0 10px;
}

html>body #content .page-nav ul.breadcrumbs{
	*padding:0 0 0 10px;
}

#content .page-nav ul.breadcrumbs li{
	float:left;
	position:relative;
	margin:0;
	}
#content .block.shop .page-nav li:hover{
	background:none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
}


#content .page-nav li a,
#content .page-nav li span {
	font-size:12px;
	font-family:Arial;
	padding:0 0px 0 20px;
	margin-left:7px;
	line-height:28px;
	background:url(images/nav.png) left center no-repeat;
	-pie-png-fix: true;
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	
	zoom:1;
	position: relative;
	}
	
/*#content .page-nav li a,
#content .page-nav li span {
	_padding: 0 0 0 10px;
	_margin: 0 0 0 15px;
}*/

#content .page-nav li:first-child a{
	padding-left:0 !important;
	}	

#content .page-nav ul.breadcrumbs li:first-child a{
	background:none;
	}	


#middle	.question .body{
	background:#f8f3e8;
	margin-top:15px;
	padding:20px 27px 20px 25px !important; 
	
		-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px; 
	}
#middle	.question input[type="text"],
#middle	.question textarea{
	width:481px;
	border:1px solid #e3e3e3;
	height:28px;
	padding-left:30px;
	font-family:Arial;
	color:#7b7b7b;
	font-size:13px;
	margin:0 0 9px 20px;
	}
#middle	.question input[type="text"]{
	line-height:28px;
	}	
#middle	.question input[type="text"]#name{
	background:url(images/name.png) no-repeat 8px 8px #fff;
	}	
#middle .question input[type="text"]#mail{
	background:url(images/email.png) no-repeat 8px 9px #fff;
	}	
#middle .question input[type="text"]#mes{
	background:url(images/message.png) no-repeat 8px 8px #fff;
	}	
	
#middle	.question textarea{
	height:auto;
	padding:7px;
	width:497px;
	
	resize:vertical; 
max-height:600px; 
min-height:100px;
	}	
#middle	.question td{
	text-align:right;
	vertical-align:top;
	}	
#middle	.question label{
font-weight:bold;
	font-style:italic;
	font-size:13px;
	line-height:28px;
	}	
#middle	.question form tr:last-child td{
	text-align:center;
	}
	
.submit {
	text-align: center;
}
	
.field-form input[type="submit"]{
	width:218px;
	height:38px;
	font-size:17px;
	margin-top:4px;
 

-webkit-box-shadow: 0px 1px 3px 0px #ebe7dc,inset 0px 0px 3px 0px #ece7d6;
-moz-box-shadow: 0px 1px 3px 0px #ebe7dc,inset 0px 0px 3px 0px #ece7d6;
box-shadow: 0px 1px 3px #ebe7dc,inset 0px 0px 3px 0px #ece7d6; 
 
	}
	
.field-form input[type=submit]:hover{
	cursor:pointer;
	
background-image: linear-gradient(bottom, #e9e4d2 60%, #DCD4BB 97%);
background-image: -o-linear-gradient(bottom, #e9e4d2 60%, #DCD4BB 97%);
background-image: -moz-linear-gradient(bottom, #e9e4d2 60%,  #DCD4BB 97%);
background-image: -webkit-linear-gradient(bottom, #e9e4d2 60%, #DCD4BB 97%);
background-image: -ms-linear-gradient(bottom, #e9e4d2 60%, #DCD4BB 97%);




	
-webkit-box-shadow: inset 0px 0px 3px 0px #ece7d6;
-moz-box-shadow: inset 0px 0px 3px 0px #ece7d6;
box-shadow: inset 0px 0px 3px 0px #ece7d6; 

-webkit-box-shadow: 0px -1px 2px 0px #ebe7dc;
-moz-box-shadow: 0px -1px 2px 0px #ebe7dc;
box-shadow: 0px -1px 2px 0px #ebe7dc;

text-shadow: -1px -1px 0px #f8f6ea;
filter: dropshadow(color=#f8f6ea, offx=-1, offy=-1);
	}
#middle	.question input[type=submit]:active{
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

-webkit-box-shadow: inset 0px 0px 2px 0px #d4caa8;
-moz-box-shadow: inset 0px 0px 2px 0px #d4caa8;
box-shadow: inset 0px 0px 2px 0px #d4caa8; 

background-image: linear-gradient(bottom, #D0C5A0 30%, #C0B487 71%, #B1A271 100%);
background-image: -o-linear-gradient(bottom, #D0C5A0 30%, #C0B487 71%, #B1A271 100%);
background-image: -moz-linear-gradient(bottom, #D0C5A0 30%, #C0B487 71%, #B1A271 100%);
background-image: -webkit-linear-gradient(bottom, #D0C5A0 30%, #C0B487 71%, #B1A271 100%);
background-image: -ms-linear-gradient(bottom, #D0C5A0 30%, #C0B487 71%, #B1A271 100%);

text-shadow: -1px -1px 0px #f8f6ea;
filter: dropshadow(color=#f8f6ea, offx=-1, offy=-1);
	}	
	
.text h3{
	font-weight:bold;
	font-size:15px;
	margin: 32px 0 18px;
	}

.text h2,
.question h2{
	color:#734a24;
	font-size:17px;
	font-family:'Myriad Pro BoldItalic',Arial;
	border-bottom:1px solid #c5c5c6;
	margin-top:40px;
	}	
	
.text ol { counter-reset: item }
.text ol li li:before { content: counters(item, "."); counter-increment: item; *content: ''; }

.text ol li:before { content: ''; margin: 0 5px 0 0 }

.text ol li h2:before { content: counters(item, ". ") "."; counter-increment: item; *content: ''; }

.text li li ul li:before { content: '-';}

.text img {
	vertical-align: middle;
}

.post-text ol{
	*list-style-type:disc;
	}
.post-text ul{
	*list-style-type:decimal;
	}
.text li h2{
	font-size:15px;
	font-family:Arial;
	color:#404041;
	font-weight:bold;
	border:none;
	margin:0;
	}	
.page .text li p{
	margin:0;
	}	
.text li{
	margin:15px 0 15px 0px;
	}	
.text li ol li{
	line-height:17px;
	margin:15px 0 15px 20px;
	}
	
.text h2{
	padding-bottom:3px;
	margin: 32px 0 18px;
	}	
.text h2 a{
	color:#3b62bb;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	
	border-bottom:1px dashed #3b62bb;
	}

.text li ol li ul li{
	margin:0 0 0 20px;
	font-style:normal;
	}	
#middle .text div.contacts-inf img{
	margin-right:7px;
	float:left;
	}	
#middle .text div.contacts-inf{
	display:block;
	overflow:hidden;
	}	
#middle .text div.contacts-inf p{
	float:left;
	margin-right:30px;
	line-height:22px;
	overflow:hidden;
	}

#middle .text div.contacts-inf a{
	line-height:14px;
	}	
.text li ul li{
font-style:italic;
margin:15px 0 15px 20px;
line-height:25px;
overflow:hidden;
float:none;
	}	
.text li ul li li{
	margin:0 0 0 20px;
	}	
.country{
	margin-top:20px;
	overflow:hidden;
	}	
.country label{
	font-weight:bold;
	float:left;
	line-height:30px;
	margin:0 10px;
	}
.offices{
	margin-bottom:18px;
	}	
.offices table{
	margin-top:20px;
	font-size:13px;
	
	width:100%;
	
	}
	
.offices table thead th:first-child{
		 -moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 8px 0px 0px 0px;
border-radius: 8px 0px 0px 0px;
	}	
.offices table thead th:last-child{
		 -moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 8px 0px 0px;
border-radius: 0px 8px 0px 0px;
	}		
.offices table thead th{
	background:#edf8ff;
	text-align:left;
	}
.offices table thead{

	position:relative;
	line-height:40px;
	
	
	
	}
.offices table th{
	font-weight:normal;
	font-style:italic;
	}	
.offices table th:first-child{
	padding-left:15px;
	}	
.offices table td:first-child{
	padding-left:15px;
	font-weight:bold;
	width:135px;
	}	
.offices table td:last-child{
	width:340px;
	}	
.offices table tbody tr{
	border-bottom:1px solid #e3e3e3;
	}
.offices table td{
	padding:14px 0;
	}	
.offices table tbody p{
	line-height:23px !important;
	margin-top:0 !important;
	}	
.offices table tbody p a{
	color:#3b62bb;
	}
.offices .country-offices {
	display: none;
}

#middle .book-all .body{
	position:relative;
	overflow:hidden;
	
	zoom:1;
	}	
#middle .photo-book{
    padding: 0px 15px 10px 24px;
    position: relative;
	width:268px;
	margin-top:30px;
	float:left;
}

#middle .langs {
	background:#edf8ff;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	padding: 8px;


	font-size: 12px;
	line-height: 16px;
	margin-top: 22px;
	position: absolute;
	right: 5px;
	text-align: left;
	width:130px
}

/*#middle .langs .lang {
	float: right;
	margin: 0 0 0 12px;
}

#middle .langs .lang a {
	display: block;
	width: 48px;
	height: 46px;
	background: url(images/langs-map.png) no-repeat;
}
	
#middle .langs .lang.uk a {
	background-position: -60px 0;
}

#middle .langs .lang.en a {
	background-position: -120px 0;
}*/

.book-all .category {
    display: block;
    position: absolute;
    right: 30px;
    top: -4px;
    width: 23px;
}
#middle .photo-book a{
	text-decoration:none;
	}
	
#middle .photo-book span.post-image:before{
	border: medium solid transparent;
	content: "";
	overflow: hidden;
	position: absolute;
	
	-moz-border-image: url(images/book-photo-fon.png) 35 26 46 56 stretch stretch;
	-webkit-border-image: url(images/book-photo-fon.png) 35 26 46 56 stretch stretch; 
	-o-border-image: url(images/book-photo-fon.png) 35 26 46 56 stretch stretch;
	border-image: url(images/book-photo-fon.png) 35 26 46 56 stretch stretch;
	
	border-width: 35px 26px 46px 56px;
	bottom: -12px;
	left: -11px;
	right: 0px;
	top: 0;
	
	_display: none;
}

#middle .photo-book img {
	border:1px solid #f0f0f0;
}

.book-all .post-info{
	margin-top:30px;
	}
.page .book-all p{
	margin-top:0;
	}	
#content .edit-link {
	font-size: 12px;
	margin:10px;
	float: right;
}

.book-all .post-serie{
	margin-top:7px;
	}	
.book-all .post-meta{
	font-size:12px;
	line-height:17px;
	}
.book-all .post-meta a{
	color:#3b62bb;
	}	
	
.book-all .post-properties{
	height:54px;
	color:#454545;
	margin:15px 0 0 305px !important;
	padding-left:20px;
	overflow:hidden;
	
	background:#edf8ff;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	
	width:380px;
}

/*.book-all .post-properties{
	_padding-left:30px;
	_width:370px;
}*/

.book-all .post-properties span{
	margin:17px 20px 0 0;
	display:block;
	position:relative;
	float:left;
	padding:5px 0 5px 30px;
	zoom:1;

	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
}

.book-all .post-properties span{
	_padding-left: 30px;
}

.book-all .post-properties .dimensions {
	background: url(images/dagonal.png) no-repeat;
}
	
.book-all .post-properties .pages-count {
	background: url(images/str.png) no-repeat;
}
	
.book-all .post-properties .photos-count {
	background: url(images/count-photo.png) no-repeat;
}

.book-all .post-properties .images-count {
	background: url(images/count-image.png) no-repeat;
}	
	
.book-all .post-text p{
	font-weight:normal;
	line-height:17px;
	margin-top:15px;
	display:block;
	}
#content .book-all ul.social{
	padding:8px 0 0;
	display: none;
	}
#middle .book-all ul.social li{
	float:left;
	margin-right:15px;
	}	
.book-all ul.social li a{
	text-indent:-9999px;
	display:block;
	height:20px;
	}	
.book-all ul.social li a.social1{
	background:url(images/tweet.png) no-repeat;
	width:79px;
	}	
.book-all ul.social li a.social2{
	background:url(images/share.png) no-repeat;
	width:100px;
	}
.book-all ul.social li a.social3{
	background:url(images/like.png) no-repeat;
	width:75px;
	}
.book-all ul.social li a.social4{
	background:url(images/social1.png) no-repeat;
	width:65px;
	}
#middle .big-book{
	background:url(images/big-image-fon.png) no-repeat;
	margin-top:35px !important;
	position:relative;
	padding:37px 43px 46px 43px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;

	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;

	}
	
#middle .big-book{
	_margin-top:70px;
}

#middle .big-book .shape{
	position:absolute;
	background:url(http://skifbook.com.ua/wp-content/themes/artgen/images/big-book-shape.png) repeat-y;
	width:35px;
	height:442px;
	top:37px;
	left:340px;
	
	z-index:100;
	}
	
#middle .big-book .shape{
	_display: none;
}

#middle .big-book .b-load {
	position: relative;
}
	
#middle .big-book .zoom{
	width:312px; 
	height:197px;
	padding-top:245px;
	position:absolute;
	top:0;
	left:0;
	background:url(images/zoom.png) center 160px no-repeat rgba(0,0,0,0.3);
	-pie-background:url(images/zoom.png) center 160px no-repeat rgba(0,0,0,0.3);
	text-transform:uppercase;
	font-family:'Myriad Pro',Arial;
	color:#fff;
	font-size:28px;
	text-align:center;
	cursor:pointer;
	display:none;
	
	z-index:200;

	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
	}
#middle .big-book .zoom:nth-child(2){
	left:0;
	}	
#middle .reviews li.comment{
	margin-bottom:25px;
	}

#middle .reviews .post-date {
    color: #b2b2b2;
    font-size: 12px;
    margin: 0 0 5px;
}

#middle .reviews .comment-author {
    overflow: hidden;
    padding: 8px 0;
}

#middle .reviews .edit-link {
	float: right;
	font-size: 10px;
}

#middle .reviews .post-name {
	float: left;
	font-size: 15px;
	line-height: 14px;
	margin-right: 20px;
	
	font-family:'Myriad Pro SemiBold',Arial;
}

#middle .reviews .stars {
	float: left;
	background: url(images/plus1.png) repeat-x;
	width: 60px;
}

#middle .reviews .stars span {
	display: block;
	background: url(images/plus.png) repeat-x;
	overflow: hidden;
	text-indent: -9999px;
}

#middle .reviews .stars .rating-1 {
	background: url(images/plus.png) repeat-x;
	width: 12px;
}

#middle .reviews .stars .rating-2 {
	background: url(images/plus.png) repeat-x;
	width: 24px;
}

#middle .reviews .stars .rating-3 {
	background: url(images/plus.png) repeat-x;
	width: 36px;
}

#middle .reviews .stars .rating-4 {
	background: url(images/plus.png) repeat-x;
	width: 48px;
}

#middle .reviews .stars .rating-5 {
	background: url(images/plus.png) repeat-x;
	width: 60px;
}

#middle .reviews .description {
	background: none repeat scroll 0 0 #fbf8f2;
	font-size: 13px;
	padding: 10px 20px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#middle .reviews .description p{
	margin-top:15px
	}
	
#respond .body {
    margin-top: 20px;
    position: relative;
}

#middle .post-assessment {
	overflow:hidden;
	height:12px;
	background:#fefcf7;
	font-size: 13px;
	padding: 9px 7px;
	width: 83px;
	
	margin-top:5px;
}

#respond h3{
	font-family:'Myriad Pro BoldItalic',Arial;
	font-size:17px;
	border-bottom:1px solid #c5c5c6;
	color:#734a24;
	margin-bottom: 20px;
}

#respond h3{
	position: relative;
	zoom:1;
}

#respond p {
	text-align: right;
	margin: 0 25px 10px 0;
}

#respond p.form-submit {
	margin: 0;
	text-align: center;
}

#respond td {
	padding:0 0 5px;
}

#respond .required {
	color:red;
}

#respond input.text {
	border: 1px solid #e3e3e3;
	background:url(images/foto-login.png) no-repeat 9px center #fff;
	
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;

	color: #7b7b7b;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	padding-left: 29px;
	width: 482px;
}

#respond input#email.text {
    background: url("images/email.png") no-repeat scroll 8px 9px #FFFFFF;
}

#respond textarea {
	border: 1px solid #DADADA;
	color: #7b7b7b;
	font-size: 13px;
	height: 98px;
	margin-top: 8px;
	padding: 10px 0 0 10px;
	width: 501px;
}

#respond ul {
    margin-top: 10px;
    overflow: hidden;
}

#respond li:first-child {
    color: #616265;
    margin-right: 15px;
    width: 172px;
}
#respond li {
    float: left;
}

#respond li input[type="text"] {
	background:#fff;
	height: 28px;
	margin-right: 10px;
	padding-left: 6px;
	width: 155px;
	
	line-height:28px;
}

#respond li .post-image {
    height: 30px;
    width: 149px;
}

#respond table th{
	width:148px;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	padding:10px 20px 0 0;
	
	vertical-align:top;
	}
#respond form{
	background:#f8f3e8;
	padding:20px 0; 
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 

	position: relative;
	zoom:1;
}
	
#respond .form-submit input{
	width:162px;
	height:38px;
	}
	
#respond table tr:last-child td{
	text-align:center;
	}	
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
}	
#middle .load{
	width:250px;
	height:50px;
	position:relative;
	background:url(images/load-fon.png);
	margin:30px 0 -10px;
	
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
	}
#middle .load a{
	font-family:'Myriad Pro',Arial;
	font-size:17px;
	color:#734a24;
	line-height:50px;
	
	text-transform:uppercase;
	text-decoration:none;
	padding-left:59px;
	display:block;
	text-shadow: 1px 1px 1px #efe3c8;
	background: url(images/load.png) no-repeat 17px center;
	}	
#middle .block.menu-categories-menu-container{
	border:0;
	padding:20px 20px 5px 20px;
	margin-top:12px;
	 background:#edf8ff;
	 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;

	}
#middle .menu-categories-menu-container	 {
	width:auto;
}
	
#middle .menu-categories-menu-container .category-title a{
	padding-left:0;
	}


#middle .menu-categories-menu-container li {
    margin:0 0 20px 0;
}

#middle .menu-categories-menu-container li a {
	padding: 0;
}

#middle .menu-categories-menu-container li ul{
	padding:0;
	margin:5px 0 0 0;
	}	
#middle .menu-categories-menu-container li ul li{
	margin:0;
	}


.field-form label {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 28px;
	display: block;
	width:150px;
	text-align: right;
	float: left;
	white-space: nowrap;
}

.field-form .description {
	float: left;
	margin: 0 0 0 170px;
	font-size: 11px;
	font-weight: normal;
	color:gray;
}

#pass-strength-result {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	height: 28px;
	line-height: 28px;

	background-color:#eee;
	border:1px solid #ddd!important;
}
#pass-strength-result.bad{
	background-color:#ffb78c;
	border-color:#ff853c!important;
}
#pass-strength-result.good{
	background-color:#ffec8b;
	border-color:#fc0!important;
}
#pass-strength-result.short{
	background-color:#ffa0a0;
	border-color:#f04040!important;
}
#pass-strength-result.strong{
	background-color:#c3ff88;border-color:#8dff1c!important;
}

.field-form input[type="text"],
.field-form input[type="password"] {
	float: left;
	border: 1px solid #E3E3E3;
	color: #7B7B7B;
	font-family: Arial;
	font-size: 13px;
	height: 28px;
	margin: 0 0 9px 20px;
	padding: 0 10px;
	width: 450px;
}

.field-form input[type="checkbox"] {
	margin: 7px 0 0 20px;
	vertical-align: middle;
}

.field-form select {
	margin: 7px 0 0 20px;
	vertical-align: middle;
}

.field-form input + .hint {
	display: none;
}

.field-form .hint {
	display: none;
}

.field-form br {
	clear: both;
}

.field-form p {
	overflow: hidden;
}

.field-form .error {
	background: none repeat scroll 0 0 #F9DAD0;
	border: 1px solid red;
	font-size: 12px;
	margin: 10px 0;
	padding: 10px;
}

.field-form .message {
	background: none repeat scroll 0 0 Khaki;
	border: 1px solid goldenrod;
	font-size: 12px;
	margin: 10px 0;
	padding: 10px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}
.sidebar .block{
	border:1px solid #d9d9d9;
	padding:10px 10px 5px 18px;
	margin-top:54px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	}
	
#sideRight.sidebar .block.widget_nav_menu,
#sideRight.sidebar .series-block {
	border: 0;
}


.sidebar .block .head{
	margin:-27px 0 0 -21px;
	position:relative;
}

.sidebar .block .head {
	_border-bottom: 0 !important;
}
	
.sidebar .block .head h4{
	display:inline;
	background:#fff;
	padding-right:4px;

	}
#middle .block h4{
	font-size:25px;
	font-family:'Myriad Pro SemiBold',Arial;
	
	}
	
#middle .menu-buy-links-container ul{
	margin-top:10px;
	}	
#middle .menu-buy-links-container li{
	position:relative;
	margin:15px 0;
	padding-left: 35px;
}
	
#middle .menu-buy-links-container li, x:-moz-any-link {
	padding-left: 0;
}

#middle .menu-buy-links-container li{
	_margin-left: 35px;
}

html>body #middle .menu-buy-links-container li{
	*margin-left: 35px;
}


	
#middle .menu-buy-links-container li a{
	font-family:'Myriad Pro SemiBold',Arial;
	}	
	
#middle .menu-buy-links-container li.red a{
	color:#e1523a;
	}	
	
#middle .menu-buy-links-container li a{
	font-size:17px;
}

#middle .menu-buy-links-container li:before {
	content:" ";
	background:url(images/buy.png) no-repeat;

	position: absolute;
	width: 20px;
	height: 23px;
	left: 5px;
	top:-3px;

	font-size: 0;
	vertical-align: middle;
}

#middle .menu-buy-links-container li:before, x:-moz-any-link {
	position: relative;

	padding: 23px 0 0 20px;
	margin: 0 13px 0 2px;
	width: auto;
	height: auto;
}

#middle .menu-buy-links-container li:before{
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;

	_position: absolute;
	_width: 20px;
	_height: 23px;
	_left: -30px;
	_top:-3px;
	_margin: 0;
	_padding: 0;

}

#middle .menu-buy-links-container li.wholesale:before{
	background:url(images/buy.png) no-repeat -20px 0;
	width: 24px;
}	

#middle .menu-buy-links-container li.wholesale:before, x:-moz-any-link{
	width: auto;
	padding-left: 23px;
	margin: 0 12px 0 0;
}	

#middle .menu-buy-links-container li.shop:before{
	background:url(images/buy.png) no-repeat -43px 0;
}

#middle .menu-buy-links-container li.price:before{
	background:url(images/buy.png) no-repeat -63px 0;
	margin-left: 3px;
}	

#middle .contacts .body{
	padding-bottom:15px;
	position:relative;
}	

.page #middle .contacts .body{
	padding-bottom:0;
}	

#middle .contacts span.scissors{
	display:block;
	width:23px;
	height:15px;
	left:90px;
	bottom:38px;
	position:absolute;
	background:url(images/contact_scissors.png) no-repeat;
	_display: none;
}	

.page #middle .contacts span.scissors{
	bottom:29px;
}	

#middle .contacts ul{
	margin:22px 0 15px;
	padding-bottom:15px;
	
	border-bottom:1px dashed #cecece;
}	

#middle .contacts li {
	font-size:17px;
	margin:10px 0;
	position:relative;
	font-family:'Myriad Pro',Arial;
	padding-left: 35px;
}

#middle .contacts li, x:-moz-any-link {
	padding-left: 0;
}

#middle .contacts li {
	_padding: 0;
	_margin-left: 35px; 
}

html>body #middle .contacts li {
	*margin-left: 35px; 
}

#middle .contacts li.address {
	padding-left:0;
	font-family:'Myriad Pro SemiBold',Arial;
	font-size:17px;
}

#middle .contacts li:before {
	content: " ";
	background-repeat: no-repeat;
	background-position: center center;
	
	position: absolute;
	width:24px;
	height: 24px;
	/*left: 5px;
	top:-3px;*/
	
	content:" ";

	position: absolute;
	left: 5px;
	top:-3px;

	font-size: 0;
	vertical-align: middle;	
}

#middle .contacts li:before, x:-moz-any-link {
	font-size: 0;
	position: relative;
	padding: 24px 0 0 24px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}


#middle .contacts li:before {
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;

	_position: absolute;
	_width:24px;
	_height: 24px;
	_padding: 0;
	_margin: 0 0 0 -35px;
}

/*html>body #middle .contacts li {
	*padding-left: 35px; 
}

html>body #middle .contacts li:before {
	left: 0;
}*/

#middle .contacts li.address:before {
	display: none;
}

#middle .contacts li.phone:before{
	background-image: url(images/phone.png);
}
#middle .contacts li.mobile_phone:before{
	background-image: url(images/mobile_phone.png);
}	
#middle .contacts li.skype:before{
	background-image: url(images/skype.png);
}	
#middle .contacts li.mail:before{
	background-image: url(images/mail.png);
}

#middle .social ul{
	overflow:hidden;
	position: relative;
	zoom:1;
	margin:10px -5px 14px 0;
	}	
#middle .social li{
	float:left;
	margin-right:5px;
	}	
.social li a{
	background:url(images/social.png);
	height:24px;
	width:24px;
	display:block;
	}	
#middle .social li a.fb{
	background-position:-29px 50%;
	}
#middle .social li a.lj{
	background-position:-58px 50%;
	}	
#middle .social li a.tw{
	background-position:-87px 50%;
	}	
#middle .social li a.gb{
	background-position:-116px 50%;
	}	
#middle .social li a.rss{
	background-position:-145px 50%;
	}
#middle .social form{
	margin-top:10px;
	}	
#middle .social input[type="submit"]{

	width:35px;
	height:30px;
	font-size:13px;
	vertical-align:top;
	
	-webkit-box-shadow: 0px 1px 3px 0px #e6e6e6,inset 0px 0px 3px 0px #ece7d6;
	-moz-box-shadow: 0px 1px 3px 0px #e6e6e6,inset 0px 0px 3px 0px #ece7d6;
	box-shadow: 0px 1px 3px 0px #e6e6e6,inset 0px 0px 3px 0px #ece7d6;  

		
	}
#middle .social input[type="submit"]:hover{
	-webkit-box-shadow: 0px -1px 2px 0px #e6e6e6;
	-moz-box-shadow: 0px -1px 2px 0px #e6e6e6;
	box-shadow: 0px -1px 2px 0px #e6e6e6; 
}	

#middle .social input[type="submit"]:active{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	-webkit-box-shadow: inset 0px 0px 2px 0px #d4caa8;
	-moz-box-shadow: inset 0px 0px 2px 0px #d4caa8;
	box-shadow: inset 0px 0px 2px 0px #d4caa8; 

	}
	
	
#middle .social input[type="text"]{

border: 1px solid #E3E3E3; 
color: #404041; 
font-family: Arial; 
font-size: 13px; 
height: 28px; 
padding-left: 8px; 
width: 156px; 

line-height:32px;
}

#middle .social label {
   line-height: 32px;
    padding-left: 10px;
    position: absolute;
	
}
/* Footer
-----------------------------------------------------------------------------*/


#footer {
	height: 181px;
	border-top:3px dashed #e3e3e3;
	position:relative;
	margin-top:30px;
	
	background:url(images/footer-fon.png) 0 90px repeat-x;
}	

#footer .artgen {
    bottom: 25px;
    left: 766px;
    position: absolute;
    width: 175px;
    	zoom:1;
}
#footer .artgen p {
    color: #616265;
    line-height: 15px;
    padding-left: 46px;
    padding-top:30px;
    position: relative;
	font-size:12px;
	zoom:1;	
	
	/*font-family:Arial;*/
}
#footer .artgen a{
	margin: -15px 0 0 -50px;
	color:#3b62bb;
	font-size:12px;
	position: absolute;
	background: url(images/artgen.png) no-repeat;
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
	height: 40px;
	width: 125px;
	padding: 0 0 0 50px;
	zoom:1;
	}

/*#footer .artgen a {
	_top:14px;
	_left: 0;
	_margin: 0 0 0 20px;
	_padding: 0 0 0 25px;
}*/
	
#footer .menu-footer-menu-container{
	padding:0 240px 0 0;
	}	
#footer .menu-footer-menu-container ul{
	margin:37px -17px 0 0;
	}	
#footer .menu-footer-menu-container li{
	float:left;
	margin-right:17px;
	}	
#footer .menu-footer-menu-container li a{
	color:#404041;
	font-family:'Myriad Pro SemiBold',Arial;
	/*text-shadow: 1px 0px 0px rgba(64,64,65,0.5);
filter: dropshadow(color=rgba(64,64,65,0.8), offx=1, offy=0); 
	*/}
	
#footer .samples {
	display: none;
}
#footer .search{
	width:227px;
	height:30px;
	position:absolute;
	right:0;
	top:29px;
	}	
#footer .search form{
	position:relative;
	}	
#footer .search	label{
	line-height: 32px;
	padding-left: 10px;
	position: absolute;
	display: none;
}
#footer .search input[type="text"]{
	line-height:32px;
	background: #FFFFFF; 
	border: 1px solid #E3E3E3; 
	font-family: Arial; 
	font-size: 13px; 
	padding: 7px 20px 7px 8px; 
	width: 195px;
}	

#footer .search input[type="submit"]{
	width:30px;
	height:30px;
	background:url(images/search_footer.png) center center no-repeat;
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
	border:none;
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	overflow: hidden;
	text-indent: -1000px;
	}	
	
#footer .copyright{
	position:absolute;
	font-size:12px;
	bottom:25px;
	left:0px;
	line-height:15px;
	}	
#footer .copyright a{
	font-size:12px;
	/*font-family:Arial;
	*/color:#3b62bb;
	}
#footer .counters {
    position:absolute;
	bottom:30px;
	right:283px;
}

#footer .counters li {
    float:left;
	width:88px;
	height:31px;
    margin-right: 5px;
}	

.button_all,
.form-submit input {
	background-image: linear-gradient(bottom, #dfd8c2 25%, #ece7d8 70%);
	background-image: -o-linear-gradient(bottom, #dfd8c2 25%, #ece7d8 70%);
	background-image: -moz-linear-gradient(bottom, #dfd8c2 25%,  #ece7d8 70%);
	background-image: -webkit-linear-gradient(bottom, #dfd8c2 25%, #ece7d8 70%);
	background-image: -ms-linear-gradient(bottom, #dfd8c2 25%, #ece7d8 70%);
	
	border:1px solid #bfb48c;
	cursor:pointer;
	color:#734a24;
	font-family:'Myriad Pro',Arial;
	text-transform:uppercase;

	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 	
	
	text-shadow: 1px 1px 0px #f8f6ea;
	filter: dropshadow(color=#f8f6ea, offx=1, offy=1);
}

.button_all:hover {
	background-image: linear-gradient(bottom, #e9e4d2 60%, #DCD4BB 97%);
	background-image: -o-linear-gradient(bottom, #e9e4d2 60%, #DCD4BB 97%);
	background-image: -moz-linear-gradient(bottom, #e9e4d2 60%,  #DCD4BB 97%);
	background-image: -webkit-linear-gradient(bottom, #e9e4d2 60%, #DCD4BB 97%);
	background-image: -ms-linear-gradient(bottom, #e9e4d2 60%, #DCD4BB 97%);
}	

.button_all:active {
	background-image: linear-gradient(bottom, #D0C5A0 30%, #C0B487 71%, #B1A271 100%);
	background-image: -o-linear-gradient(bottom, #D0C5A0 30%, #C0B487 71%, #B1A271 100%);
	background-image: -moz-linear-gradient(bottom, #D0C5A0 30%, #C0B487 71%, #B1A271 100%);
	background-image: -webkit-linear-gradient(bottom, #D0C5A0 30%, #C0B487 71%, #B1A271 100%);
	background-image: -ms-linear-gradient(bottom, #D0C5A0 30%, #C0B487 71%, #B1A271 100%);
	
	text-shadow: -1px -1px 0px #f8f6ea;
	filter: dropshadow(color=#f8f6ea, offx=-1, offy=-1);
}	
	
	
	
	
	
.infiniteCarousel {
  width: auto;
  position: relative;
  height:200px;
}

.infiniteCarousel .wrapper {
  width: 620px; 
  overflow: hidden;
  min-height: 10em;
  margin: 0 45px;
  position: absolute;
  top: 0;
  height:200px;
}



.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
	
	zoom:1;
}

.infiniteCarousel ul li {
	display:block;
	float:left;
	padding: 40px 8px 11px;
	height: 150px;
	width: 140px;
	position:relative;
	
	background:url(images/slides-shape.png) no-repeat bottom center;
}

.infiniteCarousel ul li {
	_background: none;
	zoom:1;
}

.infiniteCarousel ul li.empty{
	background:none;
	}
.infiniteCarousel ul li a{
	position:absolute;
	top:40px;
	width:140px;
	height:150px;

	
	 display:block;
	border:1px solid #C5C5C6;
  
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius: px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}

/*.infiniteCarousel ul li a img {
 
}*/

.infiniteCarousel .arrow {
	display: block;
	width: 40px;
	height:40px;
	text-indent: -999px;
	position: absolute;
	top: 95px;
	cursor: pointer;

	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
}

.infiniteCarousel .forward {
  background:url(images/next.png) no-repeat;
  right: 0;
}

.infiniteCarousel .back {
  background:url(images/prev.png) no-repeat;
 left: 0;
}

.infiniteCarousel .forward:hover {
  background:url(images/next-hover.png) no-repeat;
}

.infiniteCarousel .back:hover {
  background:url(images/prev-hover.png) no-repeat;
}

#middle .booklet .b-arrow {
	display:block;
	position:absolute;
	text-indent:-9999px;
	top:0;
	height:100%;
	width:30px;
}
#middle .booklet .b-arrow div {
	display:none;
	text-indent:-9999px;
	height:25px;
	width:15px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-12px 0 0 -8px;

	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
	zoom:1;
	_border:1px solid #F8D7A7;
	overflow: hidden;
}


#middle .booklet .b-arrow-next {
	right:-40px;
	cursor: pointer;
}
#middle .booklet .b-arrow-prev     {
	left:-40px;
	cursor: pointer;
}

#middle .booklet .b-arrow-next div {
	background:url(images/booklet-arrow-next.png) no-repeat left top;
}
#middle .booklet .b-arrow-prev div {
	background:url(images/booklet-arrow-prev.png) no-repeat left top;
}




/*.booklet .attachment-book-thumb {
	display: block;
}*/

.ui-stars-star a {
	behavior:url(http://skifbook.com.ua/wp-content/themes/artgen/jscript/pie/PIE.htc);
	-pie-png-fix: true;
}

.stars-wrapper2 .ui-stars-cancel {
	display: none;
}

.stars-wrapper2 .ui-stars-star a,.ui-stars-cancel a{background:url(images/plus1.png) no-repeat 0 0;}
.stars-wrapper2 .ui-stars-star-on a{background:url(images/plus.png) no-repeat 0 0;}
.stars-wrapper2 .ui-stars-star-hover a{background:url(images/plus.png) no-repeat 0 0;}

#content .sections {
	font-size: 14px;
	list-style: disc;
}

#content .sections ul {
	list-style: circle;
}

#content .sections li {
	margin: 10px 10px 10px 30px;
}

body.offices .menu-buy-links-container.block {
	display: none;
}