*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	max-height:100000px;
}
html,body{min-width:970px;}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset, mejs-container{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
body {
	color:#000;
	font:12px/18px Arial, Helvetica, sans-serif;
	background:#fff;
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
a {
	text-decoration:none;
	color:#000;
	outline:none;
}
a:hover {text-decoration:underline;}
img{
	height: auto;
	vertical-align:top;
}
video, iframe, object, embed{max-width: 100%;}
input, textarea, select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
	overflow: auto;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
	background:#fff;
	margin: 0;
	-webkit-appearance:none;
	border:1px solid #ccc;
	padding:3px 4px;
}
label{vertical-align:middle;}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0;
	border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	outline:none;
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
blockquote{
	border-left:4px solid #ccc;
	padding-left:10px;
	margin-left:14px; 
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{ margin-left:1px; }
ul, ol{ padding-left:3em; }
ul ul,
ul ol,
ol ul, 
ol ol{
	padding-left:3em;
	margin:0;
}
ul>li{list-style-type:disc;}
dl dt{
	float:left;
	clear:left;
	padding-right:4px;
	font-weight:bold;
}
h1{
	font-size:29px;
	line-height:34px;
	color:#3f3f3f;
	margin:0 0 13px;
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?idyg5s');
	src:url('../fonts/icomoon.eot?#iefixidyg5s') format('embedded-opentype'),
		url('../fonts/icomoon.woff?idyg5s') format('woff'),
		url('../fonts/icomoon.ttf?idyg5s') format('truetype'),
		url('../fonts/icomoon.svg?idyg5s#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-basket:before {
	content: "\e600";
}
.icon-arrow-left:before {
	content: "\e601";
}
.icon-arrow-right:before {
	content: "\e602";
}
.icon-search:before {
	content: "\e606";
}
.icon-twitter:before {
	content: "\e603";
}
.icon-facebook:before {
	content: "\e604";
}
.icon-googleplus:before {
	content: "\e605";
}
.icon-arrow-down:before {
	content: "\e608";
}
.container{
	width:970px;
	margin:0 auto;
	padding:0 10px;
}
.container:after{
	content:"";
	clear:both;
	display:block;
}
#header{
	background:#373737;
	margin:0 0 25px;
}
.top-header{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEX///+EgoK5/XjnAAAAAXRSTlMAQObYZgAAAAxJREFUeF5jYGBwAAAARABBbkr9egAAAABJRU5ErkJggg==) repeat-x 50% 100%;
	padding:11px 0 10px;
}
.top-nav{
	float:left;
	font-size:11px;
	line-height:15px;
	padding:2px 0 0;
}
.top-nav ul,
.user-nav ul{
	float:left;
	margin:0;
	padding:0;
}
.top-nav li{
	float:left;
	list-style:none;
	margin:0 18px 0 0;
}
.top-nav a,
.user-nav a{
	color:#aaa7a7;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.top-nav a:hover,
.user-nav a:hover{
	text-decoration:none;
	color:#fff;
}
.user-nav{
	float:right;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
}
.user-nav li{
	display:inline-block;
	vertical-align:middle;
	list-style:none;
	border-left:1px solid #b5aea0;
	padding:0 0 0 15px;
	margin:0 0 0 12px;
}
.user-nav li:first-child{
	border:0;
}
.user-nav [class*='icon-']{
	color:#808080;
	margin:-1px 5px 1px 0;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-size:15px;
}
.user-nav a:hover [class*='icon-']{color:#fff;}
.user-nav a span,
.user-nav a i{
	display:inline-block;
	vertical-align:middle;
}
.center-header{
	padding:13px 0 8px;
}
.logo{
	float:left;
	width:126px;
	margin:11px 57px 0 0;
}
.search-form{
	float:left;
	width:379px;
	height:32px;
	border:1px solid #8d8d8d;
	background:#6c6b6b;
	margin:22px 65px 0 0;
}
.search-form input[type="search"]{
	float:left;
	width:346px;
	height:30px;
	color:#fff;
	border:0;
	margin:0;
	padding:7px 13px;
	font-style:italic;
	font-size:12px;
	line-height:16px;
	background:#6c6b6b;
}
.search-form ::-webkit-input-placeholder {color: #848282;}
.search-form ::-moz-placeholder {color: #848282;opacity: 1;}
.search-form :-ms-input-placeholder {color: #848282;}
.search-form input[type="submit"]{
	float:right;
	width:30px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	margin:0;
	border:0;
	padding:0;
	background:url(../images/sprite.png) 10px 10px no-repeat;
}
.center-header .banner{
	float:right;
	width:323px;
}
.main-nav{
	background:#47535b;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	text-align:center;
}
.main-nav ul{
	display:table;
	width:970px;
	margin:0 auto;
	padding:1px 10px;
}
.main-nav li{
	list-style:none;
	display:table-cell;
	vertical-align:top;
}
.main-nav a{
	color:#fff;
	display:block;
	padding:12px 10px;
}
.main-nav .active a{
	color:#47535b;
	background:#fff;
	text-decoration:none !important;
}
.banner{
	border:1px solid #d9d9d9;
	margin:0 0 5px;
}
.banner.no-border{border:0;}
.banner img{
	width:100%;
	display:block;
}
.banner-block{
	overflow:hidden;
	margin:0 0 24px;
}
.banner-block .column{
	float:left;
	width:230px;
	margin:0 0 0 5px;
}
.banner-block .column.add{width:480px;}
.banner-block .column:first-child{margin:0;}
.banner-block .banner{margin:0;}
.logos-list{
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	padding:11px 0;
	margin:0;
	text-align:center;
}
.logos-list li{
	padding:0 5px;
	list-style:none;
	display:inline-block;
	vertical-align:middle;
}
.carousel {
	position: relative;
	padding:0 75px;
	margin:0 0 23px;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel .slideset {
	width: 100% !important;
	float: left;
	letter-spacing:-4px;
	white-space:nowrap;
}
.carousel .slide {
	color:#47535b;
	white-space:normal;
}
.carousel.items-3{padding-top:40px;margin:0;}
.carousel.items-3 .slide{width:33.33%;}
.items-3 .item img{margin:0 0 20px;}
.carousel .slide.item{padding:0 7px;}
.carousel .slide.active{z-index: 1;}
.carousel .btn-prev,
.carousel .btn-next{
	position:absolute;
	right:33px;
	top:50%;
	color:#5a656c;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:36px;
	text-decoration:none;
}
.carousel .btn-prev{left:33px;right:auto;}
.carousel .btn-prev:hover,
.carousel .btn-next:hover{color:#000;}
.top-footer{
	background:#47535b;
	color:#e5e5e5;
}
.info-block{
	background:#47535b;
	color:#e5e5e5;
	padding:20px 0 21px;
	position:relative;
	z-index:2;
	overflow:hidden;
	text-transform:uppercase;
	font-size:11px;
	line-height:19px;
	font-weight:bold;
}
.info-block:after,
.info-block:before{
	content:"";
	position:absolute;
	left:33.3%;
	top:18px;
	bottom:12px;
	width:2px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEX///+1rqBwBd0KAAAAAXRSTlMAQObYZgAAAAxJREFUeF5jYGBwAAAARABBbkr9egAAAABJRU5ErkJggg==) repeat-y;
}
.info-block:after{left:66.6%;}
.info-block a{color:#e5e5e5;}
.info-block .column{
	float:left;
	width:33.33%;
	padding:0 30px 0 47px;
}
.info-block [class*='ico-']{
	float:left;
	margin:6px 13px 0 0;
}
.info-block .text-holder{
	overflow:hidden;
}
.info-block .text-holder .title{display:block;}
.info-block .text-holder a:after{
	content:' ▶';
	font-weight:normal;
}
.info-block .ico-instagram{
	width:30px;
	height:27px;
	background:url(../images/sprite.png) -20px 0 no-repeat;
}
.info-block .ico-visa{
	width:43px;
	height:27px;
	background:url(../images/sprite.png) -56px 0 no-repeat;
}
.info-block .ico-location{
	width:20px;
	height:29px;
	margin:4px 13px 0 0;
	background:url(../images/sprite.png) -103px 0 no-repeat;
}
.footer-block{
	font-size:11px;
	line-height:16px;
	padding:22px 0 0;
}
.footer-block:after{
	content:"";
	clear:both;
	display:block;
}
.footer-block .column{
	float:left;
	width:16.6%;
	padding:0 20px 17px 0;
}
.footer-block h4{
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
	margin:0 0 2px;
}
.footer-block a{color:#47535b;}
.footer-block ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer-block ul li{
	list-style:none;
}
.main-footer{
	font-size:10px;
	line-height:14px;
	color:#47535b;
	padding:2px 0;
}
.main-footer p{margin:0;}
.main-footer a{color:inherit;}
.social-networks{
	margin:0;
	padding:0;
	font-size:14px;
	overflow:hidden;
}
.footer-block .social-networks{
	padding:3px 0 0;
}
.social-networks li{
	float:left;
	list-style:none;
	margin:0 18px 4px 0;
}
.social-networks a{color:#47535b;}
.social-networks [class*="icon-"]{
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.social-networks a:hover{text-decoration:none;}
.social-networks a:hover .icon-facebook{color:#3b5998;}
.social-networks a:hover .icon-twitter{color:#1397c7;}
.social-networks a:hover .icon-googleplus{color:#c83426;}
.breadcrumbs{
	margin:-2px 0 11px;
	padding:0;
	color:#cccbcb;
	font-size:11px;
	line-height:13px;
}
.breadcrumbs li{
	list-style:none;
	display:inline-block;
	vertical-align:top;
	padding:0 4px 0 0;
}
.breadcrumbs li:before{content:'/';margin:0 6px 0 0;}
.breadcrumbs li:first-child:before{content:none;}
.breadcrumbs a{
	color:inherit;
}
#sidebar{
	float:left;
	width:140px;
	margin:6px 20px 0 0;
}
#main{overflow:hidden;padding:6px 0 0;}
#sidebar h3{
	font-size:13px;
	line-height:15px;
	padding:0 0 7px;
	margin:0 0 6px;
	border-bottom:1px solid #e5e5e5;
}
.accordion{
	margin:0 0 16px;
	padding:0;
	font-size:12px;
	line-height:18px;
}
.accordion li{
	list-style:none;
}
.accordion a{
	color:#47535b;
}
.accordion a:hover,
.accordion .active>a{
	color:#a6abaf;
	text-decoration:none;
}
.accordion ul{padding:0 0 3px 10px;}
.accordion .opener{
	display:inline-block;
	vertical-align:top;
	padding:0 10px 0 0;
	position:relative;
}
.accordion .opener:after{
	position:absolute;
	content:'';
	top:8px;
	right:0;
	width:0;
	height:0;
	border:3px solid transparent;
	border-top-color:#47535b;
}
.accordion .opener:hover:after,
.accordion .active .opener:after{border-top-color:#a6abaf;}
.accordion .active .opener:after{
	border-bottom-color:#a6abaf;
	border-top-color:transparent;
	top:4px;
}
.nav-panel{
	padding:1px 12px 6px;
	font-size:11px;
	line-height:15px;
}
.nav-panel:after{
	content:"";
	clear:both;
	display:block;
}
.nav-panel .alignleft{
	float:left;
}
.nav-panel .alignright{
	float:right;
	text-align:right;
}
.nav-panel a{
	color:#47535b;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.nav-panel a.active,
.nav-panel a:hover{
	color:#a6abaf;
	text-decoration:none;
}
.nav-panel .results-count{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
}
.pagination{
	font-size:11px;
	line-height:15px;
	display:inline-block;
	vertical-align:middle;
	margin:0;
	padding:0;
	color:#a6abaf;
}
.pagination li{
	display:inline-block;
	vertical-align:middle;
	list-style:none;
	padding:0 3px;
}
.pagination a{
	color:#47535b;
}
.pagination a:hover,
.pagination .active a{
	color:#a6abaf;
	text-decoration:none;
}
.sort-panel{
	background:#fafbfc;
	font-size:11px;
	line-height:15px;
	padding:15px 12px;
	margin:0 0 50px;
}
.sort-panel:after{
	content:"";
	clear:both;
	display:block;
}
.sort-panel .alignleft{
	float:left;
}
.sort-panel .alignright{
	float:right;
	text-align:right;
}
.sort-panel label{
	display: inline-block;
	vertical-align: middle;
	margin:3px 1px 0 0;
}
.sort-panel.small{margin:0 0 5px;}
.sort-panel.small .jcf-select{
	min-width:73px;
	margin:0;
}
.jcf-option-brown,
.jcf-option-blue,
.jcf-option-red{
	display:block;
	margin:1px auto;
	max-width:42px;
	height:15px !important;
	overflow:hidden;
	text-indent:-9999px;
	padding:0 !important;
}
.jcf-option-brown{background:#4b4140 !important;}
.jcf-option-blue{background:#7ba2b9 !important;}
.jcf-option-red{background:#c8a4a0 !important;}
/* custom select styles */
.jcf-select {
	display: inline-block;
	vertical-align: middle;
	text-align:left;
	position: relative;
	border: 1px solid #d9d9d9;
	background: #fff;
	margin: 0 13px 0 0;
	min-width: 122px;
	height: 21px;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 11px;
	line-height: 17px;
	margin:1px 26px 1px 10px;
}
.small .jcf-select .jcf-select-text{margin-left:2px;}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 23px;
	height:19px;
	right: 0;
	top: 0;
	border-left:1px solid #f3f3f3;
}
.jcf-select .jcf-select-opener:after{
	position:absolute;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top:3px;
	left:4px;
	font-size:14px;
	color:#585858;
	content: "\e608";
	cursor:default;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
	padding:0 23px 0 0;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #d9d9d9;
}
/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
	padding:1px 0;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #fafbfc;
	color: #000;
}
/* common custom form elements styles */
.jcf-disabled {background: #ddd !important;}
.jcf-select-drop .jcf-option-hideme{display:none;}
.items{
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
	letter-spacing:-4px;
	margin:0 0 5px;
}
.items>.holder{margin:0 -5px;}
.item{
	letter-spacing:0 !important;
	display:inline-block;
	vertical-align:top;
	width:25%;
	padding:0 5px 55px;
	text-align:center;
}
.item img{
	display:inline-block;
	max-width:100%;
	margin:0 0 15px;
}
.item .title{
	color:#47535b;
	display:block;
	font-size:12px;
	line-height:16px;
	min-height: 32px;
	margin:0 0 6px;
	text-align:left;
}
.item a{color:inherit;}
.item a:hover{color:#1397c7;}
.item .price{
	display:block;
	font-size:17px;
	line-height:18px;
	text-align:left;
	color:#47535b;
}
.item .old-price{
	text-decoration:line-through;
	font-size:13px;
}
.item .new-price{color:#ed008c;}
.item .not-available{
	display:block;
	color:#e1e1e1;
	font-size:17px;
	line-height:18px;
	text-align:left;
}
.product{margin:0 0 25px;}
.product>.holder:after{
	content:"";
	clear:both;
	display:block;
}
.product .slideshow {
	float:left;
	width:460px;
	position: relative;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.slideshow .slide.active {
	z-index: 2;
}
.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}
.product .text-holder{
	float:right;
	width:310px;
}
.product h1{margin:0 0 8px;}
.product .text-holder .price{
	color:#3f3f3f;
	font-size:27px;
	line-height:30px;
	display:block;
	font-weight:normal;
	margin:0 0 9px;
}
.product p{margin:0 0 15px;}
.links-row{
	padding:0 13px 15px;
	font-size:11px;
}
.links-row:after{
	content:"";
	clear:both;
	display:block;
}
.links-row .alignleft{
	float:left;
	max-width:45%;
}
.links-row .alignright{
	float:right;
	max-width:45%;
}
.links-row a{
	color:#47535b;
	border-bottom:1px dotted #000;
}
.links-row a:hover{
	border-color:transparent;
	text-decoration:none;
}
.links-row span{
	text-transform:uppercase;
	letter-spacing:1px;
}
.btn-add{
	display:block;
	margin:0 0 13px;
	color:#fff;
	font-size:13px;
	line-height:17px;
	text-transform:uppercase;
	background:#ed008c;
	padding:14px 2px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	text-align:center;
	border:2px solid #ed008c;
}
.btn-add:hover{
	background:#fff;
	color:#ed008c;
	text-decoration:none;
}
.btn-row{margin:0 0 10px;}
.btn-row:after{
	content:"";
	clear:both;
	display:block;
}
.btn-row .button{
	float:right;
	width:148px;
	text-align:center;
	font-size:11px;
	line-height:15px;
	color:#47535b;
	text-transform:uppercase;
	border:1px solid #d9d9d9;
	padding:5px;
	letter-spacing:1px;
}
.btn-row .button:hover{
	background:#fafbfc;
	text-decoration:none;
}
.btn-row .button:first-child{float:left;}
.tab-panel:after{
	content:"";
	clear:both;
	display:block;
}
.tab-panel .tabset{float:left;}
.tab-panel .social-holder{
	float:right;
	padding:16px 14px 0 0;
}
.tab-panel .social-holder>span{
	float:left;
	font-size:11px;
}
.tab-panel .social-networks{float:left;}
.tab-panel .social-networks li{margin:0 5px 4px 6px;}
.tabset{
	margin:0 0 -1px;
	font-size:13px;
	line-height:15px;
	padding:0;
}
.tabset li{
	float:left;
	margin:0 -1px 0 0;
	list-style:none;
}
.tabset a{
	display:block;
	color:#47535b;
	background:#fafbfc;
	padding:17px 18px;
	border:1px solid #d9d9d9;
	-webkit-transition:background 0.3s ease;
	transition:background 0.3s ease;
}
.tabset a:hover{
	background:#fff;
	text-decoration:none;
}
.tabset .active{
	color:#010101;
	background:#fff;
	border-bottom-color:#fff;
	position:relative;
}
.tabset .active:after{
	position:absolute;
	content:'';
	width:1px;
	height:1px;
	background:#d9d9d9;
	bottom:-1px;
	left:-1px;
}
.tab-content{
	border:1px solid #d9d9d9;
	padding:16px 20px;
	color:#000;
	font-size:12px;
	line-height:18px;
}
.tab-content h2{
	font-size:15px;
	line-height:18px;
	margin:0 0 4px;
}
.tab-content p{margin:0 0 8px;}
.tab-content ul{
	margin:0 0 39px;
	padding:0;
}
.tab-content ul li{
	list-style:none;
}
.slideshow {
	position: relative;
	margin:0 0 15px;
}
.slideshow .slideset{margin:0 0 20px;}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.slideshow .slide.active {
	z-index: 2;
}
.slideshow .pagination{
	overflow:hidden;
}
.slideshow .pagination li{
	float:left;
	width:105px;
	margin:0 10px 10px 0;
}
.slideshow .pagination img{border:1px solid #fff;}
.slideshow .pagination .active img,
.slideshow .pagination li:hover img{border-color:#249ecb;}