@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

body {
	background: #fff;
	font: 13px/17px Arial, sans-serif;
	color: #747474;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
}
/*html {height: 100%;} */
#wrapper,#footer{
    width: 1038px;
    margin: 0 auto;
}


/* Typography */
a {color: #747474; text-decoration: none;}
a:hover {text-decoration: underline;}
h1 {font-size: 24px; line-height: 1.1em; color: #434343;}
h2 {font: 30px/1.1em Georgia, serif; color: #7e7567;}
h3 {
    font: 20px/1.1em Georgia, serif;
    color: #7e7567;
    margin-bottom: 10px;
}

/* Style Form */
input[type="text"], input[type="password"], textarea {
	width: 246px;
	height: 24px;
	padding: 0 16px;
	color: #460501;
	font: 13px Arial, sans-serif;
	outline: none;
	position: relative;
	border: 1px solid #cdc4b1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f0ede6;
}
textarea {
	height: 118px;
	width: 258px;
	padding: 5px 10px;
	resize: none;
}

/* Search Form */
.search{
	width: 312px;
	height: 67px;
	margin: 6px 0 0;
	position: relative;
	z-index: 10;
	background: url(../../images/zoovetshop/search-form.png) 0 0 no-repeat;
}
.search input[type="text"] {
	width: 185px;
	position: absolute;
	left: 45px;
	top: 19px;
	color: #737373;
	height: 27px;
	border: none;
	background: none;
	padding: 0 5px 0 8px;
	font-size: 14px;
}
.search input[type="submit"] {
	position: absolute;
	right: 47px;
	top: 21px;
	width: 24px;
	height: 24px;
	border: none;
	background: url(../../images/zoovetshop/sprite.png) 0 -37px no-repeat;

}

::-webkit-input-placeholder {color: #460501;}
:-moz-placeholder {color: #460501;}
.placeholder {color: #460501;}
*:focus::-moz-placeholder {color: transparent !important;}
*[autofocus]::-moz-placeholder:focus {color: graytext !important;}
*:focus:-moz-placeholder {color: transparent !important;}
*[autofocus]:-moz-placeholder:focus {color: graytext !important;}
*:focus::-webkit-input-placeholder {color: transparent !important;}
*[autofocus]::-webkit-input-placeholder {color: graytext !important;}

/* Button */
.btn{
	position: relative;
	color: #282728;
	font: 12px/28px Verdana, Arial, sans-serif;
	width: 201px;
	background: url(../../images/zoovetshop/btn.png) 0 0 no-repeat;
	border: none;
	height: 28px;
	text-shadow: 1px 1px #f8d1aa;
	text-transform: uppercase;
	text-align: center;
}
input.btn::-moz-focus-inner, button.btn::-moz-focus-inner {padding: 0; border: 0}
input.btn {line-height: 1em;}

/* Page */
.clear {clear: both;}
.clearfix:after {content: " "; clear: both; display: table;}
header, nav, section, article, aside, footer {display: block;}

.centeredBox{
	width: 1038px;
	margin: 0 auto;
	position: relative;
}

/* Header */
.header {
	position: relative;
	background: url(../../images/zoovetshop/top-bg.jpg) 50% 0 repeat-x;
}

.topPan{
	background: #efe9e4;
	height: 42px;
}
.usebar, .topPan nav{float: right;}
.usebar ul{
	padding-top: 13px;
	background: #dcd8d1;
	height: 29px;
}
.usebar ul li{
	display: inline-block;
	padding: 0 17px 3px 30px;
	position: relative;
	line-height: 18px;
}
.enterUse{border-right: 1px dotted #999896;}
.usebar span{
	position: absolute;
	background-image: url(../../images/zoovetshop/sprite.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}
.regUse span{
	background-position: 0 0;
	left: 8px;
	top: 2px;
}
.enterUse span{
	background-position: 0 -14px;
	left: 12px;
	top: 0px;
}
.usebar ul li a{color: #464646;}
.topPan nav{
	padding-right: 4px;
	z-index: 10;
	position: relative;
}
.topPan nav li{
	display: inline-block;
	line-height: 42px;
	padding: 0 14px 0 17px;
	background: url(../../images/zoovetshop/top-pan-razdel.png) 0 50% no-repeat;
}
.topPan nav li:first-child{background: none;}
.topPan nav a{color: #666666;}

.cartSearchBox, .headContacts{
	float: right;
	padding: 27px 0 0;
}
.cart{
	width: 140px;
	padding: 15px 0 0 73px;
	height: 51px;
	position: relative;
	margin: 0 auto;
	background: url(../../images/zoovetshop/cart.png) 0 0 no-repeat;
	text-shadow: 1px 1px #56351b;
}
.cart a,.cart a span{
	color: #ede0c9;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	padding: 0;
}
.cart span{
	color: #fff;
	font-size: 15px;
	display: block;
	padding: 3px 0 0;
}
.cart a.cartIcon{
	display: block;
	width: 40px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 19px;
}
.phoneNumb{padding: 6px 0 0;}
.phoneNumb p{
	font-size: 22px;
	color: #000000;
	position: relative;
	padding: 4px 10px 0 20px;

}
.phoneNumb p span{
	font-size: 17px;
	margin-right: 3px;
}
.phoneNumb p span.phoneIcon{
	margin: 0;
	position: absolute;
	left: 0;
	top: -5px;
	width: 22px;
	height: 34px;
	background: url(../../images/zoovetshop/sprite.png) -15px 0 no-repeat;
}
.headContacts ul{padding-top: 15px;}
.headContacts ul li:first-child{padding-left: 20px;}
.headContacts ul li{
	padding: 5px 0 2px 23px;
	position: relative;
}
.headContacts ul li a{
	color: #282728;
	text-shadow:1px 1px #eed4b8;
	font-size: 14px;
}
.headContacts ul li a:hover{
	text-decoration: none;
	border-bottom: 1px dashed #282728;
}
.headContacts ul li span{
	position: absolute;
	height: 20px;
	width: 20px;
	background-image: url(../../images/zoovetshop/sprite.png);
	background-repeat: no-repeat;
}
.hContactsIcon1 span{
	background-position: -40px 2px;
	left: -1px;
	top: 2px;
}
.hContactsIcon2 span{
	background-position: -40px -21px;
	left: -1px;
	top: 1px;
}
.hContactsIcon3 span{
	background-position: -39px -45px;
	top: 1px;
	left: -2px;
}

.logo {
	float: left;
	margin: 19px 0 0;
	position: relative;
}
.cloud{
	position: absolute;
	top: -54px;
	right: -163px;
	width: 186px;
	height: 110px;
	padding: 40px 30px 0;
	font: bold 18px/22px Georgia, serif;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px #1d0501;
	background: url(../../images/zoovetshop/cloud.png) 0 0 no-repeat;
}
.cloud span{
	text-shadow: none;
	display: block;
	font: italic normal 15px/20px Georgia, serif;
}
.headPlantsBottom{
	position: absolute;
	right: -110px;
	bottom: -9px;
	width: 516px;
	height: 56px;
	background: url(../../images/zoovetshop/plants-top.png) 0 0 no-repeat;
}
.headPlantsBottom span{
	position: absolute;
	left: 173px;
	bottom:-8px;
	width: 21px;
	height: 13px;
	background: url(../../images/zoovetshop/sprite.png) 0 -63px no-repeat;
}
.topSocIcon{
	position: absolute;
	bottom: -86px;
	right: 0;
	overflow: hidden;
}
.topSocIcon li{
	float: left;
	margin-left: 5px;
}
.topSocIcon li a{
	display: block;
	background-image: url(../../images/zoovetshop/sprite.png);
	background-repeat: no-repeat;
	width: 31px;
	height: 30px;
}
.socIcon1 a{background-position: 0 -120px;}
.socIcon2 a{background-position: -36px -120px;}
.socIcon3 a{background-position: -72px -120px;}
.socIcon4 a{background-position: -108px -120px;}

/* Menu */
.wrapMenu{
	margin-top: 9px;
	background: url(../../images/zoovetshop/menu-wrap.jpg) 0 0 repeat-x;
}
.wrapMenu nav {
	background: url(../../images/zoovetshop/stripes-menu.png) 0 1px repeat-x;
	height: 41px;
}
.menu{
	margin: 0 auto;
	width: 1040px;
	position: relative;
}
.menu > li {
	font: 13px/38px Arial, sans-serif;
	padding: 3px 14px 0 13px;
	float: left;
	background: url(../../images/zoovetshop/menu-razdel.png) 0 10px no-repeat;
	position: relative;
}
.menu > li:first-child{background: none; padding-left: 9px;}
.menu > li.lastItemMenu{padding-right:0;}
.menu > li > a{color: #fff; text-transform: uppercase;}

.dropMenu{
	display: none;
	position: absolute;
	left: 0;
	top: 41px;
	padding: 5px 3px 0;
	background: #fff;
	z-index: 10;
	width: 1035px;
}

.smallMenu{
	display: none;
	width: 212px;
	left:-105px;
}

.dropMenuBox{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #a7a6a7;
	border-bottom: 1px solid #a7a6a7;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px #222;
	-moz-box-shadow: 0px 0px 15px #222;
	box-shadow: 0px 0px 5px #a7a6a7;
	background: #f0ede6;
	overflow: hidden;
}

.dropMenuBox2{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #a7a6a7;
	border-bottom: 1px solid #a7a6a7;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px #222;
	-moz-box-shadow: 0px 0px 15px #222;
	box-shadow: 0px 0px 5px #a7a6a7;
	background: #f0ede6;
}
.asideMenuAnimals{
	padding: 0 12px 0 68px;
	width: 160px;
	float: left;
}

.asideMenuAnimals_small {
   /* float: left;*/
    padding: 0 0 8px 20px;
    width: 190px;
	overflow: visible;
}

.asideMenuAnimals li:first-child{
	border: none;
	padding-top: 5px;
}
.asideMenuAnimals_small li:first-child{
	padding-top: 10px;
}

.asideMenuAnimals li:first-child span{top: 9px;}
.asideMenuAnimals li{
	border-top: 1px solid #e2dcce;
	min-height: 60px;
	padding: 11px 0 11px 4px;
	vertical-align: bottom;
	line-height: 18px;
	float: none;
	position: relative;
	font-size: 12px;
}
.asideMenuAnimals_small li ul {
    position: absolute;
    left: 191px;
    top: -1px;
    width: 178px;
	display: none;
	overflow: visible;
	padding-left: 20px;
 }
.asideMenuAnimals_small > li:hover ul{
	display: block;
}


.asideMenuAnimals_small li{
	/*min-height: 0;*/
	position: relative;
}

.asideMenuAnimals li a{color: #6d6d6d; display: block; margin-bottom: 3px;}
.asideMenuAnimals li a:hover{color: #460501;}
.asideMenuAnimals .dropBorderLineColor{
	left:0;
	top: 0;
	height: 1px;
	width: 100%;
	background: #fff;
	display: block;
}
.asideMenuAnimals span{
	position: absolute;
	left: -70px;
	top: 16px;
}

.asideMenuAnimals_small span{
	position: absolute;
	left: -15px;
	top: 4px;
}

.view-icon-link{margin-left: 50px;}

.dropWrapBoxesContent{
	background: #fff;
	float: left;
	width: 792px;
}
.dropWrapBoxesContent div{
	border-left: 1px solid #e2dcce;
	float: left;
	padding: 20px 5px 0 15px;
	min-height: 390px;
}
.dropWrapBoxesContent div p a{
	color: #95918c;
	text-decoration: underline;
}
.dropWrapBoxesContent div p a:hover{text-decoration: none;}
.dropWrapBoxesContent div .dropTitleBox{
	font-size: 19px;
	line-height: 19px;
	color: #7e7567;
	padding-bottom: 5px;
}
.dropWrapBoxesContent article{
	clear:both;
}
.dropTitleBox span{
	font-size: 12px;
	display: block;
}
.recentPablic{width: 263px;}
.recentPablic article{
	line-height: 16px;
	border-bottom: 1px solid #ebe6dd;
	overflow: hidden;
	padding: 7px 0 10px;
	margin-right: 8px;
}
.recentPablic article a{color: #460501;}
.recentPablic article img{
	float: left;
	margin-right: 10px;
}
.recentPablic article span{
	display: block;
	padding-top: 5px;
	font-size: 12px;
	color: #b0aba4;
}
.dropNovelty{width: 263px;}
.dropNovelty img{margin: 8px 8px 0 8px;max-height: 90px;}
.dropNovelty p{
	line-height: 18px;
	font-size: 12px;
}
.dropTopTen{width: 200px;}
.dropTopTen ul li{
	line-height: 22px;
	position: relative;
	padding: 2px 0 6px 28px;
}
.dropTopTen ul li a{color: #460501;}
.dropTopTen ul span{
	font-family: Georgia, serif;
	color: 13px;
	position: absolute;
	left: 0px;
	top: 2px;
	width: 20px;
	height: 20px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #c9c4bd;
}
.dropTopTen p{line-height: 18px;}

.animalsNav ul{
	height: 41px;
	width: 1038px;
	margin: 0 auto;
	overflow: hidden;
}
.animalsNav ul li{
	float: left;
	margin-left: 2px;
}
.animalsNav ul li a,.asideMenuAnimals span,.asideMenuAnimals_small span{
	display: block;
	width: 58px;
	height: 40px;
	background-image: url(../../images/zoovetshop/sprite.png);
	background-repeat: no-repeat;
}
.animal1 a, .animalIcon1{background-position: -120px -36px;}
.animal1.active a{background-position: 0 -78px;}
.animal2 a, .animalIcon2{background-position: -60px -78px;}
.animal3 a, .animalIcon3{background-position: -120px -78px;}
.animal4 a, .animalIcon4{background-position: -180px -78px;}
.animal5 a, .animalIcon5{background-position: -240px -78px;}

/* #middle */
#middle {width: 100%; height: 1%; position: relative;}
#middle:after {content: '.'; display: block; clear: both; visibility: hidden; height: 0;}
#container {
	width: 1038px;
	margin: 0 auto;
	padding: 20px 0 70px 2px;
}

/* Aside column */
.asideLeft{
	float: left;
	width: 178px;
	margin-bottom: 20px;
}
.asideTopRadius{
	position: relative;
	padding: 15px 15px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f0ede6;
}
.asideTopRadius p{
	color: #222222;
	font-size: 12px;
	line-height: 17px;
}
.asideTopRadius .atrtitle{
	font: 16px/16px Georgia, serif;
	color: #460501;
	padding-bottom: 2px;
}
.asideLeft .flexslider{margin-top: 10px;}
.aBunMore1, .aBunMore2{
	margin-top: 18px;
	width: 148px;
	height: 155px;
	padding:12px 15px;
}
.aBunMore1{background: url(../../images/zoovetshop/bun-more1.jpg) 0 0 no-repeat;}
.aBunMore2{background: url(../../images/zoovetshop/bun-more2.jpg) 0 0 no-repeat;}
.aBunMore1 .btnBunMore, .aBunMore2 .btnBunMore{
	background: #995d3c;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #de9c83;
	font: 11px/21px Verdana, sans-serif;
	display: inline-block;
	padding: 0 27px 0 8px;
	letter-spacing: 0;
}
.btnBunMore a{
	position: absolute;
	width: 21px;
	height: 21px;
	right: 0;
	background: #833f25 url(../../images/zoovetshop/sprite.png) -93px -50px no-repeat;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.aBunMore1 p{
	font: 10px/23px Verdana, sans-serif;
	color: #64240b;
	letter-spacing: -1px;
}
.aBunMore2 p{
	color: #3a3630;
	font: 10px/12px Arial, sans-serif;
	padding: 10px 0 0;
	letter-spacing: -1px;
}
.philosophy{padding: 30px 0 0;}
.philosophy p{
	font: 18px Georgia, serif;
	color: #7e7567;
	padding: 5px 0;
}
.philosophy ul li:first-child{border: none;}
.philosophy ul li{
	padding: 5px 0 6px;
	border-top: 1px dotted #efa155;
	font-size: 12px;
}
.philosophy ul li a{color: #460501;}

.asideRight{
	float: right;
	width: 244px;
}
.asideRight div h2 img{margin-right: 0px;}
.asideRight ul{padding: 12px 0 7px;}
.filterProducts div.categoryFilter{
	background: #f0ede6;
	padding: 8px 0 0 10px;
	margin-top: 0;
	margin-bottom: 7px;
}
.categoryFilter p{
	padding: 5px 0 10px;
	overflow: hidden;
}
.categoryFilter p.itemsColorLabel{
	background: #eae4d8;
	margin: 3px 0 7px -10px;
	padding: 7px 0 12px 10px;
}
.categoryFilter p span{
	display: block;
	font: bold 13px Georgia, serif;
	color: #460501;
	padding-bottom: 5px;
}
.categoryFilter p input[type="text"]{
	border: 1px solid #c3bcad;
	background: #fff;
	padding: 0 5px;
	width: 60px;
	margin-right: 10px;
}
.categoryFilter .catTopTitle{
	color: #101010;
	font: 18px Georgia, serif;
	padding: 0 0 8px;
	margin-right: 14px;
	background: url(../../images/zoovetshop/categoryFilter.jpg) 0 100% repeat-x;
}
.categoryFilter label{
	font-size: 12px;
	color: #282728;
	padding: 0 7px 1px;
	display: inline-block;
	background: url(../../images/zoovetshop/dotLabel.png) 0 8px no-repeat;
}
.categoryFilter label.activeItemFilter{
	color: #fff;
	background-image: none;
	background: #efa155;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.categoryFilter .bigestLabel{padding: 10px 0 6px;}
.bigestLabel label{
	position: relative;
	background-image: none;
	background: #dfd9cd;
	border: 1px solid #c0b6a0;
	color: #460501;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	float: left;
	line-height: 30px;
	padding: 0 18px;
	min-width: 60px;
	text-align: center;
}
.categoryFilter .bigestLabel .activeItemFilter{
	background: #cbc2ae;
	border-top: 1px solid #ac9f84;
	border-left: 1px solid #ac9f84;
	border-bottom: 1px solid #cbc2ae;
	color: #460501;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.categoryFilter .bigestLabel label + label,.categoryFilter .bigestLabel label + .activeItemFilter{
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-right: 1px solid #ac9f84;
}
.weightP label{background: none;}
.weightP .values_slide{
	display: inline-block;
	border: 1px solid #c3bcad;
	background: #fff;
	padding: 0 5px;
	width: 60px;
	margin-right: 10px;
	position: relative;
	height: 24px;
	line-height: 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.weightP p{
	color: #282728;
	padding-bottom: 0;
}


/* Content */
.content {padding-left: 201px;}
.threeMainColumn .content{padding: 0 265px 0 198px;}
.wrapSlider{overflow: hidden; margin-bottom: 20px;}
.choiseNavAside {
    width: 112px;
    margin-top: -5px;
    float: left;
}
.choiseNavAside a{
	height: 30px;
	padding: 52px 10px 0;
	font: 13px/13px Georgia, serif;
	display: block;
	text-align: center;
	color: #64240b;
	margin-top: 10px;
}
.choiseNavAside a:hover{text-decoration: none;}
.choseLink{background: url(../../images/zoovetshop/chose-link.png) 0 0 no-repeat;}
.calculateLink{background: url(../../images/zoovetshop/calculate-link.png) 0 0 no-repeat;}
.askLink{background: url(../../images/zoovetshop/ask-link.png) 0 0 no-repeat;}

.articleWrap{overflow: hidden;}
.articleWrap .oneColumn{
	float: left;
	width: 280px;
	margin-right: 0;
	margin-bottom: 40px;
	padding:0 6px 0 0;
	background: url(../../images/zoovetshop/border-bg-r.jpg) 100% 0 repeat-y;
}
.articleWrap .twoColumn{
	float: right;
	background: none;
	width: 285px;
	margin-right: 0;
	margin-bottom: 40px;
	padding-right: 0;
}
.articleWrap .twoColumn div{margin: 0 0 18px 12px;}
.articleWrap .oneColumn div + div,  .asideRight div + div{
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 0 repeat-x;
	padding-top: 22px;
	margin-top: 18px;
}
.articleWrap .twoColumn div + div + div{
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 0 repeat-x;
	padding-top: 22px;
	margin-top: 18px;
}

section.slider + section{
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 0 repeat-x;
	padding-top: 8px;
	clear:both;
}


.articleWrap div{
	margin-right: 12px;
	padding-bottom: 10px;
}
.articleWrap h2, .asideRight h2{line-height: 34px; /*overflow: hidden;*/}
.articleWrap h2 img, .asideRight h2 img{float: right; margin: -5px 5px 0 0;}
.articleWrap h2 span, .asideRight h2 span{font-size: 43px;}
.articleWrap h2.titleColor{color: #eb7604;}
.articleWrap ul{padding:15px 0 7px;}
.articleWrap li:first-child, .asideRight li:first-child{border: none;}
.articleWrap li, .asideRight li{
	font-size: 14px;
	padding: 5px 0;
	border-top: 1px dotted #efa155;
}
.articleWrap li a, .asideRight li a{color: #460501;}
.more{position: relative;}
.more a{
	font-size: 12px;
	text-decoration: underline;
	color: #6d6d6d;
}
.more a:hover{text-decoration: none;}
.more span{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 7px;
	top: 4px;
	background: url(../../images/zoovetshop/sprite.png) -62px -57px no-repeat;
}
.twoColumn ul{max-width: 266px;}
.twoColumn .columnFloatBox div{
	float: left;
	width: 235px;
	padding-right: 15px;
	background: url(../../images/zoovetshop/border-bg-r.jpg) 100% 0 repeat-y;
}
.twoColumn .columnFloatBox div + div{
	background: none;
	margin-top: 0;
	padding-top: 0;
}

.articleWrap div.news{
	padding: 0;
	margin: 0 0 0 15px;
	background: none;
	width: 244px;
	float: right;
}
.titleBg{
	font: 18px/38px Georgia, serif;
	padding: 0 10px;
	color: #fff;
	background: url(../../images/zoovetshop/title-aside.png) 0 0 no-repeat;
}
.news article{
	background: #f0ede6;
	padding: 8px 10px 9px;
	margin-bottom: 7px;
}
.news .date{color: #968c7e;}
.news article p{padding-top: 3px; font-size: 14px;}
.news article p a{color: #460501;}
.news article p span{
	display: inline-block;
	position: relative;
	width: 13px;
	height: 8px;
	margin: 3px 0 0 8px;
	background: url(../../images/zoovetshop/sprite.png) -81px -57px no-repeat;
}
.news .more{padding-top: 13px;}
.articleWrap h1{
	color: #eb7604;
	font: 50px/43px Georgia, serif;
	padding-bottom: 18px;
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 100% repeat-x;
}
.articleWrap .articleThreeColumn{
	width: 260px;
	float: left;
	margin: 47px 0 0;
	padding-right: 5px;
}
.articleThreeColumn + div{
	background: url(../../images/zoovetshop/border-bg-r.jpg) 0 0 repeat-y;
	padding-left: 20px;
}
.articleWrap .articleThreeColumn div{
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 100% repeat-x;
	padding-bottom: 5px;
	margin-bottom: 22px;
}
.articleThreeColumn h2{
	font-size: 34px;
	line-height: 29px;
	color: #460501;
	overflow: visible;
	padding: 4px 0 0;
}
.articleThreeColumn h2 img{
	float: right;
	margin-top: 10px;
}
.articleThreeColumn ul{
	padding: 22px 0 21px 3px;
	border-bottom: 1px dotted #efa155;
}
.articleThreeColumn ul li{
	display: inline;
	padding: 0;
	border: none;
	line-height: 28px;
	font-size: 14px;
}
.articleThreeColumn ul a{
	color: #6d6d6d;
	text-decoration: underline;
}
.articleThreeColumn ul a:hover{color: #460501;}
.articleThreeColumn .more{
	padding: 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.articleThreeColumn .more a{
	color: #460501;
	font-size: 16px;
	text-decoration: none;
}
.articleThreeColumn .more span{top: 2px; margin-left: 12px;}

/* Form box */
.formMainBox{

}
.titleFormReg{
	color: #460501;
	font: 26px/26px Georgia, serif;
	padding-bottom: 25px;
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 100% repeat-x;
}
.formBox{
	padding: 26px 0 17px;
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 100% repeat-x;
}
.formBoxBorderNone{background: none;}
.formBox p{padding-bottom: 11px;}
.formBox p.textareaWrapBox span{
	vertical-align: top;
	padding-top: 40px;
}
.formBox p span,.paddTitlePhone, .formPhotoAdd span{
	display: inline-block;
	width: 180px;
	vertical-align: middle;
	color: #460501;
	font: bold 13px/18px Verdana, Arial, sans-serif;
}
.formPhoneBox{padding: 6px 0 4px;}
.paddTitlePhone, .formPhotoAdd span{float: left;}
.formPhoneBox p{padding: 0 0 10px 183px;}
.formPhoneBox p span.phoneIconStac, .formPhoneBox p span.phoneIconMob{
	width: 15px;
	height: 20px;
	background-image: url(../../images/zoovetshop/sprite.png);
	background-repeat: no-repeat;
	vertical-align: top;
	position: relative;
	margin: 0 0 0 3px;
}
.formPhoneBox p span.phoneIconStac{
	background-position: -126px 0;
	height: 15px;
	width: 17px;
	top: 2px;
}
.phoneIconMob{
	background-position: -127px -14px;
	top: -3px;
	left: -1px;
}
.formPhoneBox label{
	margin-right: 17px;
	font-size: 12px;
	color: #6d6d6d;
	border-bottom: 1px dotted;
}
.formPhoneBox input[type="text"]{
	width: 118px;
	font-size: 15px;
	padding-left: 12px;
}
.formPhoneBox input[type="text"].smallPhoneInput{
	text-align: center;
	width: 42px;
	margin-right: 8px;
	padding: 0;
}
.formPhoneBox p{font-size: 14px;}
.formPhoneBox p .numbCountry{
	width: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #6d6d6d;
	padding: 0 0px 0 6px;
}
.formBox .formBottLink{
	text-align: right;
	padding: 3px 110px 10px 0;
}
.formBottLink a{
	font-size: 12px;
	text-decoration: underline;
	margin-left: 55px;
}
.formBottLink a:hover{text-decoration: none;}
.fblCapcha{
	width: 280px;
	border-top: 1px dotted #d8d8d9;
	overflow: hidden;
}
.fblcRight{
	float: right;
	margin-right: 110px;
}
.formBox .fbLastSubs{padding:4px 0 13px 184px; color: #4f4f4f;}
.formBox .textForCapcha{
	font-weight: normal;
	display: block;
	padding: 10px 0 5px;
	font: 11px/18px Verdana, Arial, sans-serif;
	color: #4f4f4f;
	width: 100%;
}
.formBox .capcha{
	float: left;
	width: 98px;
	height: 38px;
	border: 1px solid #c7c0b4;
}
.fblCapcha input[type="text"]{
	font-size: 15px;
	width: 136px;
	float: right;
	position: relative;
	top: 14px;
}
.formBox .wrapBtn{
	clear: both;
	padding: 35px 0 0;
}
.formBox .imgAnimalsBottom{
	width: 100%;
	display: block;
	position: relative;
	clear: both;
	padding-top: 10px;
	top: 75px;
}
.youHaveAcc{padding: 0 0 15px;}
.youHaveAcc p{
	font: bold 13px/13px Verdana, Arial, sans-serif;
	color: #460501;
	padding-bottom: 9px;
}
.youHaveAcc p a{
	font: 12px Arial, sans-serif;
	color: #6d6d6d;
	text-decoration: underline;
}
.youHaveAcc p a:hover,.titleNextForm a:hover,.busketForm td a:hover,.orderWrpaBtn a:hover,.enterRegUser a{
	text-decoration: none;}
.titleNextForm a{
	float: right;
	font: 12px Arial, sans-serif;
	position: relative;
	top: 13px;
	text-decoration: underline;
}
.titleNextForm{
	background: #f0ede6;
	font: 26px/39px Georgia, serif;
	padding: 0 20px 0 16px;
	color: #460501;
}
.formMainBox .titleNextForm{padding-bottom: 0;}
.busketForm{padding-bottom: 18px;}
.busketForm table{margin-top: 22px;}
.busketForm th{
	text-align: left;
	padding-left: 2px;
	color: #460501;
	padding-bottom: 12px;
	font: bold 13px Arial, sans-serif;
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 100% repeat-x;
}
.busketForm .colTable{
	width: 70px;
	padding-right: 14px;

}
.busketForm .priceTable{width: 112px;}
.busketForm td{
	padding: 16px 0 15px;
	border-bottom: 1px dotted #efa155;
	color: #6a0000;
}
.busketForm td p{
	font: bold 18px/16px Arial, sans-serif;
	padding: 11px 0 0;
}
.busketForm td span{
	font-size: 14px;
	font-weight: normal;
}
.busketForm td a{
	color: #747474;
	font: 14px Arial, sans-serif;
	text-decoration: underline;
}
.busketForm td img{
	float: left;
	width: 76px;
	/*height: 62px;*/
	margin-top: -2px;
	margin-right: 21px;
	border: 1px solid #c2c2c2;
}
.busketForm .close{
	position: relative;
	display: block;
	left: 24px;
	top: 11px;
	width: 14px;
	height: 14px;
	background: url(../../images/zoovetshop/sprite.png) -154px -20px no-repeat;
}
.colPanelTable{
	display: block;
	position: relative;
	width: 22px;
	top: 6px;
	left: 4px;
	padding: 0 10px;
	height: 30px;
	background: url(../../images/zoovetshop/sprite.png) -170px 0px no-repeat;
}
.colPanelTable input{
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #64240b;
	padding: 0;
	text-align: center;
	background: none;.
	border: none;
}
.colPanelTable a{
	position: absolute;
	top: 6px;
	width: 7px;
	height: 9px;
}
.colMinus{left: 1px;cursor:pointer;}
.colplus{right: -1px;cursor:pointer;}
.summBusket{
	color: #6a0000;
	font: bold 18px Arial, sans-serif;
	/*text-align: right;*/
	padding: 12px 60px 0 0;
}
.summBusket span{
	font-weight: normal;
	font-size: 14px;
}
.summBusket .summText {
    font-size: 13px;
    font-weight: bold;
    margin-right: 30px;
    float: left;
    margin-left: 310px;
}
.orderWrpaBtn{
	padding: 30px 44px 0 0;
	text-align: right;
	font-size: 12px;
}
.orderWrpaBtn input{
	border: none;
	background: url(../../images/zoovetshop/order-btn.png) 0 0 no-repeat;
	color: #282728;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	width: 127px;
	height: 27px;
	text-shadow: 1px 1px #f2dcbf;
	margin-left: 45px;
}
.orderWrpaBtn a{text-decoration: underline;}
.enterRegUser{padding-bottom: 10px;}
.enterRegUser p,.titleSmallForm{
	font: bold 13px Verdana, Arial, sans-serif;
	color: #460501;
	padding: 9px 0 12px;
}
.enterRegUser a{
	font: normal 12px Arial, sans-serif;
	text-decoration: underline;
}
.formBox .titleSmallForm{
	padding: 0 0 22px;
	font-size: 16px;
}
.formBox .metroForm span i{font-weight: normal;}
.adressStreetInfo{padding: 0 0 23px 84px;}
.adressStreetInfo span{
	max-width: 	90px;
	text-align: right;
	margin-right: 10px;
}
.adressStreetInfo input{
	width: 76px;
	padding: 0 5px;
}
.formBox .dateDev{padding-bottom: 20px;}
.dateDev input{
	width: 104px;
	color: #ce938f;
	font: italic 13px Verdana, Arial, sans-serif;
	background: url(../../images/zoovetshop/calendar.png) 95% 4px no-repeat;
}
.dateDev input.devInput{
	width: 62px;
	margin-right: 42px;
}
.timeDev,.formBox .commentsForm{
	font: bold 13px Verdana, Arial, sans-serif;
	color: #460501;
}
.timeDev input{
	width: 15px;
	padding: 0 5px;
	margin: 0 5px;
}
.timeDev i{
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.paymentForm p{
	padding: 0 40px 20px 36px;
	position: relative;
}
.paymentForm p input{
	position: absolute;
	left: 7px;
	top: 3px;
}
.paymentForm label{
	font: bold 13px Verdana, Arial, sans-serif;
	color: #460501;
}
.paymentForm i{font-weight: normal;}
.formBoxLast textarea{
	width: 553px;
	margin-top: 14px;
}
.formBox .fbLastSubsChek{padding-bottom: 20px;}

.productsMain{padding: 30px 0 0;}
.productsMain h1{
	color: #460501;
	font: 26px/26px Georgia, serif;
	padding: 10px 0 20px;
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 100% repeat-x;
	margin-bottom: 12px;
}
.productItem{
	overflow: hidden;
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 100% repeat-x;
	padding-bottom: 20px;
	margin-bottom: 23px;
}
.productItem h2{margin-bottom: 16px;}
.productItem .imgProduct{
	float: left;
	position: relative;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eeeae2;
	-webkit-box-shadow: 0px 0px 10px #f8f7f6 inset;
	-moz-box-shadow: 0px 0px 10px #f8f7f6 inset;
	box-shadow: 0px 0px 10px #f8f7f6 inset;*/
	text-align: center;
	margin-bottom: 10px;
}
.imgAccess{
	float: left;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eeeae2;
	-webkit-box-shadow: 0px 0px 10px #f8f7f6 inset;
	-moz-box-shadow: 0px 0px 10px #f8f7f6 inset;
	box-shadow: 0px 0px 10px #f8f7f6 inset;
	width: 220px;
	text-align: center;
	height: 247px;
	margin-bottom: 10px;
}
.imgAccess,.imgAccess img{
	float: none;
	display: block;
	width: 77px;
	margin-bottom: 6px;
	height: 69px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.productItem .imgProduct img{
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 170px;
}
.asideInfoProd{
	float: right;
	width: 374px;
	padding-left: 20px;
	margin-top: -3px;
	margin-bottom: 10px;
}
.asideInfoProd p{
	line-height: 20px;
	/*padding-bottom: 20px;*/
}

.long_name {
	padding-top: 15px;
}

.tableInfoBox{
	clear: both;
	padding: 17px 0 0;
	border-bottom: 1px solid #edebe6;
}
.tableInfoBox ul{
	padding: 10px 0 24px;
	overflow: hidden;
}
.tableInfoBox li{
	font-weight: bold;
	color: #460501;
	text-align: center;
	min-width: 142px;
	max-width: 142px;
	float: left;
	line-height: 10px;
	height: 38px;
	border-left: 1px dotted #989696;
}
.single_product li{
	min-width: 100px;
	max-width: 100px;

}

.tableInfoBox li span{
	display: block;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	padding: 14px 0 0;
	font-weight: normal;
}
.tableInfoBox li span.priceInfo, .priceInfo{
	color: #6a0000;
	font: 13px Arial, sans-serif;
}
.tableInfoBox li span.priceInfo b, .priceInfo b{font-size: 18px;}
.btnAddCart{
	display: inline-block;
	position: relative;
	background: url(../../images/zoovetshop/sprite.png) -180px -28px no-repeat;
	width: 55px;
	height: 45px;
	top: -2px;
	left: 0px;
}
.tableInfoBox li .colorProdInfo{padding: 10px 0 0 2px;}
.tableInfoBox li .colorProdInfo span{
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 1px;
	position: relative;
	margin-left: -2px;
	background: url(../../images/zoovetshop/sprite.png) -214px 0px no-repeat;
}
.tableInfoBox li .colorProdInfo span span{
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 1px;
	top: 1px;
	background: #fff;
	padding: 0;
	left: 2px;
	margin: 0;
}
.tableInfoBox li.moreProdInfo{
	text-align: left;
	min-width: 50px;
	max-width: 50px;
	height: 13px;
	padding: 25px 0 0 20px;
}
.tableInfoBox li.moreProdInfo a{
	color: #efa155;
	border-bottom: 1px dotted #efa155;
	font-weight: normal;
}
.tableInfoBox li.moreProdInfo a:hover{
	border: none;
	text-decoration: none;
}
.tableInfoBox + div{border: none;}
.tabs{
	border-bottom: 1px solid #c8bea7;
	padding-left: 2px;
}
.tabs li{
	display: inline-block;
	padding: 0 8px;
	line-height: 25px;
	margin-left: -3px;
	color: #815d5b;
	cursor: pointer;
	background: #eae4d8;
	position: relative;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 11px;
}
.tabs li.current{
	border: 1px solid #c8bea7;
	border-bottom: none;
	background: #fff;
	color: #460501;
	top: 1px;
}
.box-zoo{
	display: none;
	padding: 16px 0 22px;
}
.box-zoo.visible{display: block;}
.box-zoo ul li:first-child{border: none;}
.box-zoo ul li{
	border-top: 1px dotted #c8bea7;
	color: #747474;
	text-align: right;
	padding: 1px 0;
}
.box-zoo1 ul li{
	color: #747474;
	padding: 1px 0;
	border-top:none;
	text-align:left;
	
}
.box-zoo ul li span{
	float: left;
	color: #282728;
}
.asideInfoProd table{
	width: 100%;
}
.asideInfoProd th{
	color: #460501;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}
.asideInfoProd th.tblColOne{
	width: 80px;
	text-align: left;
}
.asideInfoProd th.tblColTwo{width: 120px;}
.asideInfoProd th.tblColThree{width: 50px;}
.asideInfoProd tr:first-child,.asideInfoProd tr:last-child{border: none;}
.asideInfoProd tr{border-bottom: 1px solid #edebe6;}
.asideInfoProd td{
	color: #101010;
	font: 14px Verdana, Arial, sans-serif;
	vertical-align: middle;
}
.asideInfoProd .colPanelTable{top: 4px;}
.asideInfoProd .colPanelTable2{top: 10px;}
.asideInfoProd .btnAddCart{left: 20px; margin: 0;}
.asideInfoProd table p{padding: 5px 0 0;}
.asideInfoProd table i{
	display: block;
	font: bold normal 13px Arial, sans-serif;
	text-decoration: line-through;
	color: #8c8b8a;
	padding: 3px 0 3px 15px;
}
.asideInfoProd table i span{
	font-size: 12px;
	font-weight: normal;
}
.asideInfoProd table .priceInfo{
	padding: 2px 10px;
	margin-left: 10px;
}
.asideInfoProd table p .priceInfo{
	background: #6a0000;
	padding: 3px 5px 2px;
	color: #fff;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-left: 1px solid #c39999;
	border-bottom: 1px solid #c39999;
}
.clearTextProdItem{
	line-height: 20px;
	clear: both;
}
.descriptItemPeod{
	padding: 17px 0 0;
	margin: 15px 0 0;
	/*background: url(../../images/zoovetshop/border-bg-b.jpg) 0 0 repeat-x; */
	clear: both;
}
.descriptItemPeod p{
	font: bold 13px Georgia, serif;
	color: #460501;
	padding-bottom: 7px;
}
.descriptItemPeod li{padding-top: 3px;}
.descriptItemPeod li span{color: #282728;}
.newIcon,.persentIcon{
	display: inline-block;
	width: 45px;
	height: 20px;
	background: url(../../images/zoovetshop/sprite.png) -142px -120px no-repeat;
	position: relative;
	top: 12px;
	left: 3px;
}
.navTopPagin{padding: 10px 0 0;}
.navTopPagin li:first-child{
	padding-left: 0;
	background: none;
}
.navTopPagin li{
	display: inline-block;
	padding-left: 20px;
	background: url(../../images/zoovetshop/top-pagin.png) 6px 5px no-repeat;
}
.navTopPagin li a{
	color: #7e7567;
	text-decoration: underline;
}
.navTopPagin li a:hover{text-decoration: none;}
.prodMainCatalog{
	margin-top: -5px;
}
.prodMainCatalog h2{
	color: #460501;
	font-size: 26px;
	padding-bottom: 16px;
	background: url(../../images/zoovetshop/border-bg-b.jpg) 0 100% repeat-x;
	margin-bottom: 20px;
}
.prodMainCatalog h3 a, .prodMainCatalog .en-name a{
	color: #460501;
}
.prodMainCatalog h3{
	background: none;
	font: 17px Georgia, serif;
	padding: 0 0 3px;
	color: #460501;
}

.prodMainCatalog .en-name{
	background: none;
	font: 23px Georgia, serif;
	padding: 0 0 5px;
	color: #460501;
}

.prodMainCatalog .imgProduct{

}
.prodMainCatalog .imgProduct img{

	/* height: 176px; */
}
.prodMainCatalog .asideInfoProd{
	width: 374px;
	padding-left: 0;
}
.prodMainCatalog .asideInfoProd .textCatalogProd{
	padding-bottom: 14px;
	line-height: 15px;
	font-size: 12px;
	color: #747474;
}
.prodMainCatalog th.tblColTwo{
	width: 80px;
	text-align: left;
	padding-left: 20px;
}
.prodMainCatalog th.tblColTwo2, .prodMainCatalog td.tblColTwo2{
	width: 60px;
	text-align: left;
	/*padding-left: 20px;*/
}
.prodMainCatalog table .priceInfo .persentIcon{
	background-position: -193px -121px;
	top: 10px;
}
.prodMainCatalog table td{padding: 2px 0 3px;}
.prodMainCatalog .productItem{margin-bottom: 47px;}
.newCorner{
	position: absolute !important;
	left: -1px;
	top: -1px;
	width: 39px !important;
	height: 41px;
	/* background: url(../../images/zoovetshop/sprite.png) -237px 0 no-repeat; */
}
.prodMainCatalog .tableInfoBox{
	padding-top: 0;
	margin-bottom: 20px;
}
.prodMainCatalog .tableInfoBox + div{
	border-bottom: 1px solid #edebe6;
}
.prodMainCatalog .tableInfoBox ul{padding-top: 7px;}
.prodMainCatalog .tableInfoBox ul + ul{padding-bottom: 0;}
.prodMainCatalog .tableInfoBox li{
	min-width: 18px;
	padding: 0 10px;
	height: 40px;
}
.prodMainCatalog .tableInfoBox li:first-child{
	padding: 0 8px 0 0;
	border-left: none;
	text-align: left;
}
.prodMainCatalog .tableInfoBox li .priceInfo{padding-top: 10px;}
.prodMainCatalog .tableInfoBox li.moreProdInfo{
	display: block;
	border: none;
	padding: 15px 0 0;
	height: 27px;
}
.paginationPage{
	padding: 0;
	overflow: hidden;
	margin-left: -16px;
}
.paginationPage li{
	float: left;
	font-size: 14px;
	line-height: 26px;
}
.paginationPage li a{
	color: #460501;
	margin: 0 8px;
}
.paginationPage li.active a{
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	background: #eb7604;
	width: 26px;
	height: 26px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 0;
}
.paginationPage li.paginPrev a, .paginationPage li.paginNext a{
	display: block;
	width: 12px;
	height: 12px;
	background: url(../../images/zoovetshop/sprite.png) -244px -124px no-repeat;
	position: relative;
	top: 6px;
}
.paginationPage li.paginPrev a{left: 8px;}
.paginationPage li.paginNext a{
	background-position: -256px -124px;
	right: 8px;
}
.accessoriesBox{
	clear: left;
	float: left;
	padding: 12px 0 0;
	width: 185px;
	color: #460501;
}
.accessoriesBox ul{
	overflow: hidden;
	padding: 16px 0 0;
	margin-left: -15px;

}
.accessoriesBox .accessTitle{
	font: bold italic 16px/18px Georgia, serif;
	padding: 0 0 0 5px;
}
.accessoriesBox li{
	float: left;
	width: 85px;
	margin-left: 15px;
}
.accessoriesBox li a{
	font: italic 14px Georgia, serif;
	color: #460501;
}
.accessoriesBox li p{padding-bottom: 5px;}
.accessoriesBox .priceInfo b{font-size: 16px;}
.accessoriesBox .btnAddCart{left: 10px;}


/* Footer */
.footer {
	width: 100%;
	background: #e9dcd0;
	position: relative;
	padding-top: 27px;
}
.footer .centeredBox{padding-bottom: 28px;}
.paymentWrap{
	background: #5a1e09;
	height: 67px;
	padding-top: 12px;
}
.footer.paymentWrap div{overflow: hidden; padding-bottom: 0;}
.paymentWrap img{margin: 0; padding: 0;}
.paymentWrap a{float: left;}
.plantFooter{
	width: 186px;
	height: 56px;
	background: url(../../images/zoovetshop/bottom-plant.png) 0 0 no-repeat;
	position: absolute;
	top: -83px;
	left: -25px;
}
.footerLogo{
	float: left;
	width: 170px;
	margin-right: 95px;
}
.copy{
	font: 12px/14px Verdana, sans-serif;
	color: #967455;
	padding-top: 10px;
}
.copy span{display: block;}
.socBox{
	float: left;
	width: 96px;
	padding-top: 11px;
}
.socBox span{
	display: block;
	margin-bottom: 5px;
}
.footer .centeredBox ul{
	float: left;
	width: 240px;
	margin-right: 25px;
	padding-top: 5px;
}
.footer .centeredBox li{
	border-top: 1px dashed #bdac9b;
	padding: 5px 0 4px;
}
.footer .centeredBox li:first-child{
	border: none;
	padding-top: 6px;
}
.footer .centeredBox li a{
	color: #64240b;
	font-size: 12px;
}

/* Flexslider */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;margin-bottom: 8px;}



.flexslider .slides img {
	width: 100%;
	display: block;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eeeae2;
	max-width: 577px;
}

.asideLeft .flexslider .slides img {border: none;max-width: 180px;}

.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

/*.threeMainColumn .flexslider{height: 216px;}*/
.flexslider {
	position: relative;
	zoom: 1;
	max-width: 705px;
	/*height: 263px;
	overflow: hidden;*/
}

.content section{float:left;}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport{max-height: 300px;}
.flexslider .slides{zoom: 1;}

.carousel li {margin-right: 5px}

.flex-control-thumbs,.flex-direction-nav {display: none;}

/* Control Nav */
.flex-control-nav {width: 100%; overflow: hidden; position: absolute; bottom: 21px; right: 17px; text-align: right;}
.flex-control-nav li {margin: 0 2px 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 13px;
	height: 13px;
	display: block;
	background: #e2dcce;
	cursor: pointer;
	text-indent: 9999px;
	position: relative;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
.flex-control-paging li a:hover {background: #70270d;}
.flex-control-paging li a.flex-active {background: #70270d; cursor: default;}
.threeMainColumn .flex-control-nav{bottom: 12px;}
.threeMainColumn .flex-control-paging li{margin: 0 2px;}
.threeMainColumn .flex-control-paging li a{
	width: 10px;
	height: 10px;
}

/* jcarousel-skin-tango */
.jcarousel-skin-tango .jcarousel-container{
	position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	border-radius: 5;
    background: #fff;
    border: 1px solid #eeeae2;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {direction: rtl;}
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 177px;
    height: 488px;
    padding: 47px 0 27px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  175px;
    height: 480px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 87px;
    margin-left: 12px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {margin-bottom: 10px;}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical,.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    left: 50%;
    z-index: 1;
    margin-left: -22px;
    width: 44px;
    height: 24px;
    cursor: pointer;
    background-image: url(../../images/zoovetshop/sprite.png);
	background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-vertical{
	background-position: -62px -25px;
	bottom: 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
	background-position: -62px 0;
	top: 0;
}

/* Dropdown control */
.selectBox-dropdown {
	min-width: 271px;
	padding-left: 7px;
	position: relative;
	border: solid 1px #cbc2ae;
	line-height: 22px;
	text-decoration: none;
	text-align: left;
	color: #000;
	outline: none;
	vertical-align: middle;
	background: #f0ede6;
	height: 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: default;
}
.selectBox-dropdown.selectBox-menuShowing {
	position: relative;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 100%;
	background: url(../../images/zoovetshop/sprite.png) -148px 7px no-repeat;
	border-left: solid 1px #cbc2ae;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	padding-left: 15px;
	overflow: hidden;
	background: 6px center no-repeat;
}
.selectBox-options LI A:hover{text-decoration: none;}
.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

/* File form*/
.formPhotoAdd{padding: 15px 0 28px;}
.fileForm {
    background-color: #FFFFFF;
    height: 120px;
    overflow: hidden;
    padding: 2px 0 0 32px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 280px;
}

.photoUpload{
	border: 2px solid #dcdcdc;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
}
.photoUpload img{
	display: block;
	width: 100px;
	height: 100px;
}
.fileTextBot{
	padding: 56px 0 0 128px;
	color: #a4a3a3;
	font: italic 12px/18px Verdana, Arial, sans-serif;
}

.formPhotoAdd .fileForm .selectbutton {
    float: right;
    margin-right: 74px;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 76px;
    background: url(../../images/zoovetshop/file.jpg) 0 0 no-repeat;
    font: 12px/28px Verdana, Arial, sans-serif;
    text-transform:uppercase;
    text-shadow:1px 1px #f2c9a4;
    color: #000;
}

.fileForm #upload{
    position:absolute;
    top:0;
    right:74px;
    width:76px;
    height: 28px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index:20;
}
.formPhotoAdd span{width: 150px;}

/* Nice Checkbox */
.formMainBox p span.niceCheck {
	width: 16px;
	height: 16px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 2px;
	cursor: pointer;
	background: url(../../images/zoovetshop/check-bg.png) 0 -18px no-repeat;
}
.formMainBox p span.niceChecked {background-position: 0px 0px;}
.niceCheck input {margin-left: -30px;}


/* jQuery ui slider
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #a7a7a7;
	background: #ffffff;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px #e2e2e2 inset;
	-moz-box-shadow: 0px 0px 5px #e2e2e2 inset;
	box-shadow: 0px 0px 5px #e2e2e2 inset;
	color: #222222;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #efa155;
	color: #222222;
	font-weight: bold;
	border: 2px solid #e2e2e2;
}
.ui-widget-header a {
	color: #222222;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 5px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px/*{cornerRadius}*/;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	cursor: default;
	background: url(../../images/zoovetshop/sprite.png) -275px -124px no-repeat;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border:0;
	background-position: 0 0;
	margin: 12px 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 11px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	margin-left: -9px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 2px;
	height: 7px;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.error_message{
	color: red;
	padding: 4px;
	font-weight: bold;
}
.error_msg_f{
	color: red;
	padding:6px 0px 6px 0px;
	font-weight: bold;
}
.ok_msg_f{
	color: blue;
	padding:6px 0px 6px 0px;
	font-weight: bold;
}

.success_block{
	font-weight: bold;
	border: 0px solid #26B273;
	border-width: 1px 0px 1px 0px;
	color: black;
	background-color: #D1F7CF;
	padding:10px;
	margin: 10px;
	background-color: #D1F7CF;
}

.error_block{
	font-weight: bold;
	border: 0px solid #C75A5A;
	border-width: 1px 0px 1px 0px;
	background-color: #F7CFCF;
	padding:10px;
	margin: 10px;
	color: black;
}

.product_option_color {
	display:none;
}

.colorProdInfo input[type=radio]:checked + label>span {
   /* background-image: none; */
    border: 1px solid #000;
	padding: 1px;
	border-radius: 3px 3px 3px 3px;
	padding: 1px 2px 0 0;
}

#zakaz td {
    padding: 0 0 8px;
    vertical-align: middle;
}

.cat_path_in_productpage{width:100%;}

#cat_info_left_block table {
    display: block;
    font-size: 16px;
    padding: 23px 0;
    text-decoration: underline;
}

/****************************
SHOPPING CART
*****************************/

#cart_total,#shippping_total{
 font-size: 110%;
 font-weight: bold;
 padding: 10px;
 white-space: nowrap;
}

#discount_coupon_code {
	width: 120px
}



/************
CHECKOUT
************/
.checkout_noframe_title {
	padding: 5px 15px;
}
#checkout_have_account {
	padding: 15px;
	background-color: #F5F5F5;
	margin: 0 -5px 15px -5px;
}
#checkout_logininfo { width:428px;}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea {
	width: 200px;
}
.paddingblock input.checkout_buttons {
	font-size: 130%;
	font-weight: bold;
	margin:5px 0;
}
.checkout_steps_divider {
	width: 40px;
	height:1px;
	background-color:#99C9DF;
	overflow:hidden;
}
#checkout_addresses { width:800px;}
#checkout_addresses td { }
/**********************
ORDER STYLES
***********************/
tr#ord_total_row * {
	font-size: 105%;
	font-weight: bold;
}
.row_odd td {
	background-color: #F8F8F8;
}
.row_even td {
	border: 0px solid #F5F5F5;
	border-width: 1px 0px;
}

.paddingblock { background:#fff;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	font-size:12pt;

}
.paddingblock h2 {
	padding:20px 5px;
	margin-top: 0px;
}
.paddingblock td { font-size:95%; vertical-align:top; padding:5px;}
.paddingblock p { margin-bottom:10px;}

.paddingblock input { margin:2px 0 0 0;}
.asterisk {
	color:red;
}
.cellpadding tr td {
	padding: 5px;
}
.cust_name {
	font-size:110%;
	font-weight: bold;
}
#prddeatailed_container .cpt_product_rate_form table {
	width: 100%;
	/***********************/
width: auto;/**/
}

#block-customerinfo td { font-size:100%;}
.cpt_product_images{
float: left;
}

.review-product td{padding:5px;}

.table_subcat {
    display: block;
    padding: 20px 0 10px;
}

.mceContentBody span,.mceContentBody p,.mceContentBody b,.mceContentBody font,.description p,.description span, .description b, .description font{
	color:#2b2b2b!important;
	font-size:13px!important;	
}
.mceContentBody p ,.description p{
	 margin-bottom: 10px;	
}
.mceContentBody table{width:100%;}

.box-zoo table {
    width: 100% !important;
}

.box-zoo table td,.box-zoo table th {
    border: 1px solid #747474;
    padding: 4px;
}

#cat_info_left_block td,.table_subcat td {
    padding: 0 15px 15px 0;
    width: 273px;
}

.jcarousel-item {
    text-align: center;
}
.jcarousel-item img {
    max-height: 91px;
	max-width: 160px;
}


.post_image {
	float: left;
	padding: 0 15px 15px 0;
	/* width: 200px; */
}
.post_image img {
	/*max-width: 200px;*/
}

.post_block_art {
	clear: both;
	padding-top: 10px;
}

.post_title {
	padding-bottom: 15px;
	color: #6a0000;
}

.post_content {
	padding-bottom: 15px;
	clear:both;
}

.post_date_art {
	padding-bottom: 10px;
}

.article_text img {
	padding: 15px 0;
}

.product_code {
    color: #460501;
    display: block;
    margin-bottom: 10px;
}


.dropNovelty.list-new > article {
    border-bottom: 1px solid #ebe6dd;
    float: left;
    line-height: 18px;
    padding-bottom: 2px;
}

.dropNovelty.list-new > article {
    border-bottom: 1px solid #ebe6dd;
    float: left;
    line-height: 18px;
    padding-bottom: 2px;
}

.dropNovelty.list-new > article a{padding: 0px 5px 5px 0px; float: left;}


.dropNovelty.list-new span {
    display: block;
    padding-top: 10px;
}

.table_subcat a {
    font-size: 15px;
    font-weight: bold;
}

#go_extra {
    width: 94px;
    height: 29px;
    font-size: 16px;
    margin: 20px 0 0 0;
}
.extra_reset{text-decoration:underline;}

.dropMenuBox2 a{color:#460501;}

aside.asideLeft .flex-control-nav {
    display: none;
}

.post_content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
	text-align: justify;
	color: #2b2b2b;
}

.empty-reviews{margin:20px 0;}

.post_block-reviews{margin: 10px 0 0 0; padding-bottom: 15px; border-bottom: 1px #a1a1a1 dotted;}

.common_wrapper input[type="text"],.common_wrapper textarea{
	margin-bottom:10px;
}
.common_wrapper {
    margin-bottom: 30px;
}

.bottom-banners{margin-top:30px;}
.error-review a{color:#460501;}

.postdate-review {
    font-size: 12px;
}
.posttitle-review {
    color: #460501;
    font-size: 18px;
}
.postcontent-review {
    margin: 5px 0 15px 0;
}

.autocomplete-w1{background:url(../../images/zoovetshop/shadow.png?2.0) no-repeat bottom right;position:absolute;top:0px;left:0px;margin:6px 0 0 6px;_background:none;_margin:1px 0 0 0;}
.autocomplete{border:1px solid #999;background:#FFF;cursor:default;text-align:left;max-height:350px;overflow:auto;margin:-4px 6px 6px -11px;_height:350px;_margin:0;_overflow-x:hidden;}
.autocomplete .selected{background:#F0F0F0;}
.autocomplete div{padding:2px 5px;white-space:nowrap;overflow:hidden;}
.autocomplete strong{font-weight:normal;color:#3399FF;}

.main-video{margin: 0 auto;width: 550px;}

