/* Font styles. */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 11px/14px Tahoma;
  color: #222;
}

/* Links */
a:link, a:visited {
	color: #a20e11;
}

a:hover, a:active {
  color: #000;
  text-decoration: underline;
}

/* Titles. */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 7px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #a52524;
  color: #a52524;
  text-transform: uppercase;
}

h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
table {
  width: 99%;
}

tr.even td,
tr.odd td {
  padding: 10px 5px;
}

tr.odd {
  background-color: #f2e4c4;
}
tr.even {
  background-color: #fffaf0;
}
tr.even, tr.odd {
	border-bottom: 1px solid #dfc799;
}
thead th  {
	border-bottom: 3px solid #dfc799;
}
td.active {
	background: #fff;
}

/* Code. */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
#edit-title {
  font-size: 24px;
  width: 98%;
}

#system-themes-form img {
  width: 100px;
}

.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}


div.status {
	background: #fff;
	border: 1px solid #f0ae68;
	font-weight: bold;
	padding: 9px 15px;
}
fieldset {
	border: 0;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #a52524;
}
legend {
	font-size: 18px;
	margin-bottom: 10px;
}
legend a {
	background: none !important;
	color: #222 !important;
	padding-left: 0 !important;
	text-decoration: none !important;
	border-bottom: 1px dashed #222 !important;
	padding-bottom: 5px !important;
}
.section-cart legend a {
	border-bottom: 0 !important;
	padding: 0 !important;
}
input, select {
	border: 1px solid #ac9260;
	padding: 3px;
	background: #fffff6;
}
input.form-submit {
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
}
textarea {
	border: 1px solid #ac9260;
	background: #fffff6;
}
.resizable-textarea .grippie {
	border: 0;
	background-color: #ac9260;
}


/* START STYLING */
.page-wrapper-outer {
	background: url(../images/bg.png);
	padding-bottom: 50px;
}
.page-wrapper {
	background: url(../images/header-bg.png) top repeat-x;
}
.page-wrapper-inner {
	background: url(../images/header4.jpg) center top no-repeat;
}


#header {
	height: 184px;
	position: relative;
}
.logo a {
	position: absolute;
	left: 13px;
	display: block;
	width: 160px;
	height: 170px;
}
	
.one-sidebar #content-inner, .two-sidebars #content-inner {
	padding-right: 24px;
	padding-left: 24px;
}
.section-deep #content-inner {
	padding-left: 28px;
	padding-right: 30px;
	padding-bottom: 26px;
	background: url(../images/content-bottom.png) 28px bottom no-repeat;
}

.front #content-inner {
	padding-left: 0;
}

/* Navig top */
.navig-top {
	height: 35px;
}
.navig-top ul {
	padding: 0;
	margin: 0;
}
.navig-top ul li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	list-style-image: none;
	display: block;
}
.navig-top ul li a {
	display: block;
	padding: 10px 20px 10px 8px;
	background: url(../images/navig-top-hl.png) right top no-repeat;
	font-size: 12px;
	color: #f8f6f3;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px #0c6094;
	line-height: 15px;
	margin-right: 12px;
	text-decoration: none;
}
.navig-top ul li.first a {
}
.navig-top ul li.last a {
	margin-right: 0;
	background: none;
}
.navig-top ul li.active-trail,.navig-top ul li.parent {
	background: url(../images/navig-top-active-right.png) right top no-repeat;
	
}
.navig-top ul li.active-trail, .navig-top ul li.parent {
	margin-left: -25px;
}
.navig-top ul li.active-trail a, .navig-top ul li.parent a {
	padding: 10px 30px 10px 36px;
	background: url(../images/navig-top-active-left.png) left top no-repeat;
	margin-right: 12px;
	color: #a52524;
	text-shadow: 1px 1px #fdfbf7;
}
.navig-top ul li.last.active-trail a, .navig-top ul li.last.parent a {
	padding: 10px 27px 10px 38px;
}

/* Frontpage */
.front-item {
	float: left;
	margin: 0 35px 35px 0;
	width: 352px;
	height: 228px;
	display: block;
}
.front-item.even {
	margin-right: 0;
}
#node-14 {
	padding-left: 0px;
}

/* Breadcrumbs */
ul.breadcrumbs {
	padding: 0;
}
.breadcrumbs li {
	padding: 0 22px 0 0;
	margin: 0 10px 0 0;
	list-style: none;
	list-style-image: none;
	float: left;
}
.clear-breadcrumb {
	height: 13px;
}
li.breadcrumb-1, li.breadcrumb-3, li.breadcrumb-5, li.breadcrumb-7, li.breadcrumb-9 {
	background: url(../images/breadcrumb-1.png) right 1px no-repeat;
}
li.breadcrumb-2, li.breadcrumb-4, li.breadcrumb-6, li.breadcrumb-8, li.breadcrumb-10 {
	background: url(../images/breadcrumb-2.png) right 1px no-repeat;
}


/* Photoalbum */
.photo-item {
	float: left;
	width: 170px;
	margin: 0 30px 30px 0;
}
.photo-item.last {
	margin-right: 0;
}
.view-photoalbum td {
	width: 290px;
	padding: 0 45px 45px 0;
	vertical-align: top;
}
.view-photoalbum td.col-3 {
	padding-right: 0;
}
.view-photoalbum .title {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

/* News */
.view-news .row {
	padding: 0 0 30px 0;
}
.view-news .title {
	font-size: 11px;
	font-weight: bold;
}
.view-news .text {
	padding-top: 7px;
}
.view-news .date {
	padding-bottom: 7px;
	font-size: 12px;
}

/* Footer */
#footer {
	height: 110px;
	background: url(../images/footer.jpg) center top no-repeat #0f71b9;
}
.footer-inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	color: #c4edfe;
	line-height: 19px;
}
.footer-inner a {
	color: #f9d563;
}
.copyright {
	position: absolute !important;
	top: 35px;
	left: 40px;
}
.footer-address {
	position: absolute !important;
	top: 35px;
	left: 415px;
}
.footer-contacts {
	position: absolute !important;
	top: 60px;
	left: 40px;
}


/* Catalog */
.magazin-btns {
	margin-bottom: 10px;
}
.magazin-btns a {
	margin: 0 25px 20px 0;
	display: block;
	width: 239px;
	float: left;
}
.magazin-btns a.last {
	margin-right: 0;
}
.page-magazin h1 {
	font-size: 14px;
	color: #1a84c5;
	font-weight: bold;
	border: 0;
	padding: 0;
	margin-bottom: 15px;
}
.block.contacts h3 {
	height: 37px;
	text-indent: -9999px;
	font-size: 0;
    line-height: 0px;
	background: url(../images/contacts-header.png) no-repeat;
}
.block.contacts .wrapper {
	background: url(../images/brands-bg.gif) repeat-y;
	padding: 5px 15px 15px 18px;
}
.block.contacts {
	padding-bottom: 23px;
	background: url(../images/brands-bottom.png) left bottom no-repeat;
}
.block.contacts .phone {
	padding-top: 85px;
	background: url(../images/contacts-icon.png) center top no-repeat;
	color: #e35610;
	font-size: 18px;
	line-height: 26px;
}
.block.contacts .icq {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 5px 0 5px 25px;
	background: url(../images/icq-icon.png) left no-repeat;
	margin: 10px 0 17px 0;
}
.block.contacts .links a {
	color: #1175bc;
	padding: 0 0 7px 0;
	display: block;
}
.block.contacts .links a:hover {
	color: #000;
}


.catalog ul.menu {
	padding: 0;
}
.catalog ul.menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
li.menu-mlid-1609.active-trail, li.menu-mlid-1667.active-trail, li.menu-mlid-1706.active-trail, li.menu-mlid-1714.active-trail {
	padding-bottom: 25px !important;
	background: url(../images/menu-bottom.png) left bottom no-repeat;
}
li.menu-mlid-1609, li.menu-mlid-1667, li.menu-mlid-1706, li.menu-mlid-1714 {
	margin-bottom: 10px !important;
}

li.menu-mlid-1609 a {
	background: url(../images/menu-sobaki.png) no-repeat;
	display: block;
	height: 65px;
	text-indent: -9999px;
	font-size: 0;
    line-height: 0px;
}
li.menu-mlid-1667 a {
	background: url(../images/menu-koshki.png) no-repeat;
	display: block;
	height: 63px;
	text-indent: -9999px;
	font-size: 0;
    line-height: 0px;
}
li.menu-mlid-1706 a {
	background: url(../images/menu-ptici.png) no-repeat;
	display: block;
	height: 67px;
	text-indent: -9999px;
	font-size: 0;
    line-height: 0px;
}
li.menu-mlid-1714 a {
	background: url(../images/menu-grizuni.png) no-repeat;
	display: block;
	height: 64px;
	text-indent: -9999px;
	font-size: 0;
    line-height: 0px;
}
li.menu-mlid-1727 a {
	background: url(../images/menu-suveniry.png) no-repeat;
	display: block;
	height: 67px;
	text-indent: -9999px;
	font-size: 0;
    line-height: 0px;
}
li.menu-mlid-1609.active-trail a {
	background: url(../images/menu-sobaki-down.png) no-repeat;
}
li.menu-mlid-1667.active-trail a {
	background: url(../images/menu-koshki-down.png) no-repeat;
}
li.menu-mlid-1706.active-trail a {
	background: url(../images/menu-ptici-down.png) no-repeat;
}
li.menu-mlid-1714.active-trail a {
	background: url(../images/menu-grizuni-down.png) no-repeat;
}
.catalog ul.menu li li a {
	background: none;
	display: block;
	height: auto;
	text-indent: 0px;
	font-size: 11px;
    line-height: 18px;
	padding: 0 0 4px 0;
}
.catalog ul.menu li li.active-trail a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.catalog ul.menu ul {
	background: url(../images/menu-bg.gif) repeat-y;
	padding-left: 23px;
}
.catalog ul.menu ul li {
	padding-left: 15px;
	background: url(../images/menu-bullet.gif) left 8px no-repeat;
}
.catalog ul.menu ul li {
	padding-left: 15px;
	background: url(../images/menu-bullet.gif) left 8px no-repeat;
}

.brands h3 {
	height: 37px;
	text-indent: -9999px;
	font-size: 0;
    line-height: 0px;
	background: url(../images/brands-header.png) no-repeat;
}
.brands ul {
	background: url(../images/brands-bg.gif) repeat-y;
	padding: 15px 18px 0 18px;
}
.brands .menu-level-3 {
	padding-bottom: 23px;
	background: url(../images/brands-bottom.png) left bottom no-repeat;
}
.brands li {
	padding: 0 0 7px 25px;
	margin: 0;
	list-style: none;
	list-style-image: none;
	background: url(../images/brands-bullet-1.png) left 3px no-repeat;
}
.brands li.active-trail a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.brands li.second {
	background: url(../images/brands-bullet-2.png) left 3px no-repeat;
}
.brands li.third {
	background: url(../images/brands-bullet-3.png) left 3px no-repeat;
}

.filter h3 {
	height: 37px;
	text-indent: -9999px;
	font-size: 0;
    line-height: 0px;
	background: url(../images/filter-header.png) no-repeat;
}
.filter ul {
	padding: 0;
	background: url(../images/brands-bg.gif) repeat-y;
	padding: 15px 18px 0 18px;
}
.filter .menu-level-4 {
	padding-bottom: 23px;
	background: url(../images/brands-bottom.png) left bottom no-repeat;
}
.filter li {
	padding: 0 0 7px 25px;
	margin: 0;
	list-style: none;
	list-style-image: none;
	background: url(../images/brands-bullet-1.png) left 3px no-repeat;
}
.filter li.active-trail a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.filter li.second {
	background: url(../images/brands-bullet-2.png) left 3px no-repeat;
}
.filter li.third {
	background: url(../images/brands-bullet-3.png) left 3px no-repeat;
}


.brands li a, .filter li a  {
	color: #1175bc;
}
.brands li a:hover, .filter li a:hover {
	color: #000;
}


#sidebar-second .block {
	margin-bottom: 25px;
}

.view-catalog ul {
	padding: 0;
	margin-left: -5px;
}
.view-catalog li {
	list-style: none;
	float: left;
	padding: 0 23px 22px 0;
	height: 105px;
	display: block;
}
.view-catalog li.last {
	padding-right: 0;
}


.section-deep h1 {
	height: 28px;
	background: url(../images/h1-deep.png) no-repeat;
	border: 0 !important;
	font-size: 12px;
	color: #fff !important;
	font-weight: bold;
	text-shadow: 1px 1px #926c42;
	padding: 8px 0 0 20px;
	margin: 0;
	line-height: 18px;
	text-transform: none;
}
.section-deep .view-catalog {
	background: url(../images/content-bg.gif) repeat-y;
}


.view-catalog .row {
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #e7ddd2;
}
.view-catalog .row .left {
	width: 115px;
	float: left;
	margin-right: 25px;
}
.view-catalog .row .right {
	width: 323px;
	float: left;
}
.view-catalog .row .title {
	margin-bottom: 15px;
}
.view-catalog .row .title a {
	font-size: 12px;
	font-weight: bold;
	color: #1175bc;
}
.view-catalog .row .descr {
	padding-bottom: 4px;
}
.view-catalog .row .descr p {
	margin: 0;
}
.view-catalog .row a.more {
	color: #1175bc;
}
.view-catalog .row a:hover {
	color: #000;
}
.view-catalog .row .avail {
	margin-top: 11px;
	font-size: 12px;
	font-weight: bold;
	color: #d00708;
}
.view-catalog .row .avail .yes {
	color: #488d1c;
}
.view-catalog .row .price {
	font-size: 24px;
	color: #d00708;
	padding-top: 10px;
}
.view-catalog .row .price .yes {
	color: #488d1c;
}
.view-catalog .row .price .yes.discount {
	color: #d00708;
}
.view-catalog .discount-image {
	padding: 10px 0 0 20px;
	float: left;
}
.view-catalog .row .price span.curr {
	font-size: 11px;
}
.view-catalog .price-left {
	float: left;
	padding-right: 10px;
}
.view-catalog .price-right {
	float: left;
	width: 212px;
}
.view-catalog .price-right .attributes {
	float: left;
}
.view-catalog .price-right .add-to-cart .node-add-to-cart {
	position: absolute;
	right: 0;
	bottom: 30px;
}
.node-add-to-cart {
	width: 101px;
    height: 50px;
    background: url(../images/add-to-cart.png) no-repeat !important;
    border: 0;
    cursor: pointer;
    margin: 0;
    text-indent: -9999px;
    display: block;
	font-size: 0 !important;
    line-height: 0px;
}
.view-catalog .row .add-to-cart {
}

.section-deep #content-area {
	background: url(../images/content-bg.gif) repeat-y;
	padding: 20px 15px 40px 15px;
}
.node.node-type-product {
	padding-top: 10px;
}
.node.node-type-product .left {
	float: left;
	margin-right: 55px;
	position: relative;
}
.node.node-type-product .left .discount-image {
	position: absolute;
	top: 0;
	right: -30px;
}
.node.node-type-product .right {
	width: 260px;
	float: left;
	position: relative;
	margin-top: 7px;
}
.node.node-type-product .left a {
	padding-bottom: 15px;
	background: url(../images/product-zoom.gif) center bottom no-repeat;
}
.node.node-type-product .model {
	margin: 0 0 18px -2px;
	display: block;
}
.node.node-type-product .model span {
	background: url(../images/product-number-left.png) left no-repeat #f9f4e3;
	padding: 7px 0 7px 12px;
	
}
.node.node-type-product .model span span {
	background: url(../images/product-number-right.png) right no-repeat #f9f4e3;
	height: 27px;
	padding: 7px 18px 7px 8px;
}
.node.node-type-product .info-left {
	width: 125px;
	padding-right: 7px;
	float: left;
	padding-bottom: 7px;
	color: #999;
}
.node.node-type-product .info-right {
	width: 125px;
	float: left;
	padding-bottom: 7px;
}
.node.node-type-product .avail {
	margin-top: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #d00708;
}
.node.node-type-product .avail .yes {
	color: #488d1c;
}
.node.node-type-product .price {
	font-size: 24px;
	color: #d00708;
	padding-top: 10px;
}
.price-old {
	font-size: 20px;
	padding-top: 8px;
	color: #488d1c;
	text-decoration: line-through;
}
.price-old span {
	font-size: 11px;
}
.node.node-type-product .price .yes {
	color: #488d1c;
}
.node.node-type-product .price .yes.discount {
	color: #d00708;
}
.node.node-type-product .price span.curr {
	font-size: 11px;
}
.node.node-type-product .add-to-cart {

}
.node.node-type-product .price-left {
	float: left;
	padding-right: 20px;
}
.node.node-type-product .price-right {
	float: left;
	padding-top: 11px;
}
.node.node-type-product .price-right.discount {
	padding-top: 25px;
}


.node.node-type-product .descr .title {
	margin: 0 0 18px 0;
}
.node.node-type-product .descr .title span {
	background: url(../images/descr-left.png) left no-repeat #ba771e;
	padding: 7px 0 7px 24px;
	color: #f9f4e3;
	font-weight: bold;
	
}
.node.node-type-product .descr .title span span {
	background: url(../images/descr-right.png) right no-repeat #ba771e;
	height: 27px;
	padding: 7px 31px 7px 8px;
}
.node.node-type-product .descr {
	margin-top: 35px;
}
.node.node-type-product .techs {
	margin-top: 25px;
}
.node.node-type-product .techs td {
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
	padding: 10px;
	width: 50%;
}

/* Cart */
.my-cart {
	height: 144px;
	background: url(../images/cart-bg.png) no-repeat;
	color: #fafbec;
}
.my-cart .block-inner {
	padding: 47px 0 0 75px;
}
a.cart-checkout {
	width: 117px;
    height: 25px;
    background: url(../images/cart-checkout.png) no-repeat;
    border: 0;
    cursor: pointer;
    margin: 16px 0 0 -8px;
    text-indent: -9999px;
    display: block;
	font-size: 0;
    line-height: 0px;
}
#cart-form-products, #cart-form-buttons, .cart-review, #checkout-form-bottom {
	border: 0;
}
.address-pane-table td.field-label {
	text-align: left;
}

.order-review-table {
	border: 0;
	font-size: 11px;
	width: 100%;
}
.order-review-table .title-col {
	text-align: left;
	padding: 0;
}
.order-review-table td {
	padding: 5px !important;
}
.order-review-table .review-button-row {
	background: none;
	border: 0;
}
.order-review-table .pane-title-row {
	border: 0;
	text-align: left;
	background: #dfc799;
}


.section-tovary-dlya-koshek h1 {
	color: #4c971b;
	border-bottom: 1px solid #4c971b;
}
.section-tovary-dlya-ptits h1 {
	color: #35b0e2;
	border-bottom: 1px solid #35b0e2;
}
.section-tovary-dlya-gryzunov h1 {
	color: #f79219;
	border-bottom: 1px solid #f79219;
}


/* Doska */
.view-doska .row {
	float: left;
	width: 220px;
	height: 220px;
	padding: 6px 0 0 0;
	background: url(../images/doska-bg-top.gif) top no-repeat #f9f4e8;
	margin: 0 30px 20px 0;
}
.view-doska .row.even {
	margin: 0 0 20px 0;
}
.view-doska .row .inner {
	height: 220px;
	background: url(../images/doska-bg-bottom.gif) bottom no-repeat #f9f4e8;
}
.section-doska-obyavleniy h1 {
	height: 28px;
	background: url(../images/h1-deep.png) no-repeat;
	border: 0;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #926c42;
	padding: 8px 0 0 20px;
	margin: 0;
}
.section-doska-obyavleniy #content-area {
	background: url(../images/content-bg.gif) repeat-y;
	padding: 20px 15px 40px 15px;
}
.section-doska-obyavleniy #content-inner {
	padding-left: 26px;
	padding-right: 30px;
	padding-bottom: 26px;
	background: url(../images/content-bottom.png) 26px bottom no-repeat;
}


.view-doska-objavleniya.view-display-id-default .view-empty {
	text-align: center;
}
.view-doska-objavleniya.view-display-id-default {
	padding: 10px 8px 0 8px;
}
.view-doska-objavleniya.view-display-id-default .item {
	background: url(../images/doska-info-icon.gif) left 2px no-repeat;
	color: #000;
	margin-bottom: 8px;
}
.view-doska-objavleniya.view-display-id-default .item-inner {
	padding: 0 0 8px 20px;
	background: url(../images/doska-dotted-border.gif) bottom repeat-x;
}
.view-doska-objavleniya.view-display-id-default .item.last {
	margin: 0;
}
.view-doska-objavleniya.view-display-id-default .item.last .item-inner {
	padding-bottom: 0;
	background: none;
}

.advert-header {
	color: #a52524;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.advert-add {
	text-align: center;
	margin-bottom: 15px;
}
.advert-add.bottom {
	text-align: center;
	margin: 25px 0 0 0;
}

.view-doska-objavleniya.view-display-id-block_1 .item {
	background: url(../images/doska-objavlenie-top.png) top no-repeat #f9f4e8;
	width: 471px;
	margin-bottom: 13px;
	
}
.view-doska-objavleniya.view-display-id-block_1 .item .inner {
	background: url(../images/doska-objavlenie-bottom.png) bottom no-repeat;
	padding: 15px 11px 17px 11px;
}
.view-doska-objavleniya.view-display-id-block_1 .text {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	background: url(../images/doska-dotted-border.gif) top repeat-x;
}
.view-doska-objavleniya.view-display-id-block_1 .text-inner {
	padding-left: 20px;
	background: url(../images/doska-info-icon.gif) left 3px no-repeat;
}
.view-doska-objavleniya.view-display-id-block_1 .image {
	width: 130px;
	float: left;
	padding-top: 4px;
	padding: 0 12px 0 0;
}
.view-doska-objavleniya.view-display-id-block_1 .image img {
	border: 2px solid #e7e1d2;
}
.view-doska-objavleniya.view-display-id-block_1 .name {
	font-weight: bold;
	color: #a52524;
	float: left;
	padding-left: 5px;
}
.view-doska-objavleniya.view-display-id-block_1 .date {
	color: #855217;
	float: right;
	padding-right: 5px;
}
.page-doska-obyavleniy .messages.status {
	display: none;
}
.page-doska-obyavleniy .messages.error {
  	background: #fff;
	border: 1px solid #f0ae68;
	font-weight: bold;
	padding: 9px 15px;
	color: #336600;
}




.item-list ul li {
	margin-left: 5px;
	height: auto;
}
.not-logged-in .help {
	display: none;
}
.not-logged-in .node-form #edit-preview {
	display: none;
}

.site-map-menus .site-map-box {
	float: left;
	padding-right: 120px;
}


.icons {
	position: absolute !important;
	top: 10px;
	right: 5px;
}
.icons li {
	float: left;
}

.icons li {
	margin: 0 2px 0 0 !important;
	padding: 8px 11px 7px 9px !important;
	list-style: none;
	list-style-image: none;
}
.icons li.active-trail {
	background: url(../images/icon-bg.png) center top no-repeat;
}
.icons li.home a {
	width: 11px;
	height: 10px;
	background: url(../images/icon-home.gif) center 4px no-repeat;
	padding: 5px;
	border: 0;
    cursor: pointer;
    margin: 0;
    text-indent: -9999px;
    display: block;
	font-size: 0;
    line-height: 0px;
}
.icons li.home.active-trail a {
	background: url(../images/icon-home-active.gif) 6px 4px no-repeat;
}
.icons li.mailus a {
	width: 13px;
	height: 9px;
	background: url(../images/icon-mail.gif) center center no-repeat;
	padding: 5px;
	border: 0;
    cursor: pointer;
    margin: 0;
    text-indent: -9999px;
    display: block;
	font-size: 0;
    line-height: 0px;
}
.icons li.mailus.active-trail a {
	background: url(../images/icon-mail-active.gif) 6px center no-repeat;
}
.icons li.sitemap a {
	width: 11px;
	height: 9px;
	background: url(../images/icon-sitemap.gif) center center no-repeat;
	padding: 5px;
	border: 0;
    cursor: pointer;
    margin: 0;
    text-indent: -9999px;
    display: block;
	font-size: 0;
    line-height: 0px;
}
.icons li.sitemap.active-trail a {
	background: url(../images/icon-sitemap-active.gif) 6px center no-repeat;
}


.block.news h3 {
	height: 37px;
	text-indent: -9999px;
	font-size: 0;
    line-height: 0px;
	background: url(../images/news-header.png) no-repeat;
}
.block.news .block-inner {
	background: url(../images/brands-bottom.png) left bottom no-repeat;
	padding-bottom: 23px;
	
}
.block.news .view-news {
	background: url(../images/brands-bg.gif) repeat-y;
	padding: 15px 18px 5px 18px;
}

.admin-doska {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}


.contacts-address {
	float: left;
	width: 450px;
	margin-right: 50px;
}
.contacts-map {
	float: left;
	width: 450px;
}



.view-master-klass .row {
  padding-bottom: 20px;
}
.view-master-klass .title {
  font-weight: bold;
}
.view-master-klass .text {
  padding-top: 7px;
}


.view-articles .row {
	padding-bottom: 15px;
}
.view-articles .title {
	padding-bottom: 3px;
}
.view-articles .title a {
	font-weight: bold;
}


.section-deep .taxonomy-term-info {
	background: url(../images/content-bg.gif) repeat-y;
}
.section-deep .taxonomy-term-info .block-inner {
  padding: 0 20px;
}



