/*
Theme Name: Agro
Theme URI: 
Author: Ismail Albakov
Author URI: http://wowsite.ru/
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: agro

*/

/**
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 13px/18px Verdana, Arial, sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 1260px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.wp-caption-text {
	text-align: center;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 175px;
	position: relative;
}

.logo {
	display: block;
	margin: 0 auto;
	background: url(img/logo.gif) no-repeat top center;
	width: 1260px;
	height: 101px;
	border-bottom: 4px solid #1065C8;
	margin-bottom: 1px;
}

.main-navigation {
	background: url(img/left_rect.jpg) no-repeat 0 0 #00468C;
	padding-left: 244px;
}

.main-navigation ul li {
	list-style: none;
	float: left;
}

.main-navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	background: url(img/li-top.png) no-repeat 0 7px #00468C;
	padding-left: 23px;
	margin-right: 3px;
	font-family: 'Arial';
}

.main-navigation ul li a:hover, .main-navigation ul .current-menu-item a {
	background-position: 0 -33px;
}

.clear {
	clear: both;
}

.col {
	display: inline-block;
	vertical-align: top;
	float: left;
}

.main-menu-title {
	width: 230px;
	height: 39px;
	background: url(img/katalog.gif) no-repeat 0 0;
}

.center-pl {
	width: 805px;
	height: 65px;
	background: url(img/soder.gif) no-repeat 0 0;
	position: absolute;
}

.right-side {
	background: #00468C;
	width: 225px;
	height: 35px;
	float: right;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 90px;
	position: relative;
	display: inline-table;
	margin-top: -6px;
}

.container {
	width: 805px;
	overflow: hidden;
	vertical-align: top;
	float: left;
}
.content {
	padding: 0 20px;
}

.content-rte {
	padding: 40px 5px 0;
	color: #000099;
}

.content-rte iframe {
	max-width: 640px;
	max-height: 360px;
	margin: 20px auto;
	display: block;
}

.content-rte p {
	margin-bottom: 10px;
	text-indent: 50px;
}

strong, b {
    font-weight: bold;
}

h1 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: bold;
}

h4 {

}

h5 {

}

h6 {
	font-style: italic;
	font-size: 10px;
}

.content-rte ul, .content-rte ol {
	margin-left: 40px;
}

.content-rte ol li {
	list-style: decimal;
}

.content-rte ul li {
	list-style: disc;
	margin-bottom: 8px;
}

.content-rte table {
	/*width: 100%;*/
	margin: 20px auto;
}

.content-rte table td {
	padding: 5px;
	border: 1px solid #333;
	vertical-align: middle;
}

.content-rte table td a {
	text-decoration: none;
}

.content-rte table td a:hover {
	text-decoration: underline;
}

.noborder, .noborder td {
	border: 0!important;
}

.content-rte a {
	color: #003399;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignright {
	display: block;
	float: right;
	margin: 0 0 0 10px;
}

.alignleft {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.news {
	margin-bottom: 10px;
}

.news .col {
	display: block;
	float: left;
	vertical-align: top;
}

.col-time {
	width: 120px;
	margin-right: 20px;
}

.col-name {
	width: 610px;
}

.col-s-time {
	width: 150px;
}

.col-s-time {
	font-size: 16px;
    margin: 10px 5px 0 0;
    font-weight: bold;
}

.col-s-name {
	width: 600px;
	margin-bottom: 10px;
}

.col-name a {
	color: #0857a6;
	font-size: 13px;
	text-decoration: none;
    font-weight: bolder;
}

.col-name a:hover {
	text-decoration: underline;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 230px;
	position: relative;
	vertical-align: top;
    margin-top: 6px;
}

.menu-left-container {
	background: #00468c;
}

.menu-left-container ul li {
	list-style: none;
	display: block;
	text-align: center;
}

.menu-left-container ul li a {
	color: #fff;
	text-decoration: none;
	background: url(img/line_katalog.gif) no-repeat 50% 100%;
	height: 23px;
	display: block;
	line-height: 17px;
}

.menu-left-container ul li a:hover {
	text-decoration: underline;
}

.sidebar-blk {
	margin-bottom: 5px;
}

.sidebar-blk .textwidget {
	font-size: 11px;
	line-height: 15px;
	color: #000099;
	padding-left: 15px;
}

.sidebar-blk img {
	display: block;
	margin: 0 auto;
}

.sidebar-blk .title {
	display: block;
    background: url(img/title.gif) no-repeat 0 0;
    width: 230px;
    height: 22px;
    text-transform: uppercase;
    padding-left: 48px;
    line-height: 22px;
    color: #03036D;
    text-shadow: 0 0 2px rgba(0, 0, 153, 0);
}

.sidebar-blk ul {
	margin-left: 15px;
	padding: 0;
}

.sidebar-blk ul li {
	list-style-image: url(img/li-left.png);
}

.sidebar-blk ul li a {
	color: #000066;
	font-size: 11px;
	line-height: 10px;
	font-family: Verdana, Arial, Sans-serif;
	text-decoration: none;
}

.sidebar-blk ul li a:hover {
	color: #3333FF;
	text-decoration: underline;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	display: table-cell;
	width: 225px;
	position: relative;
	background: #00468C;
	color: #fff;
	margin-top: -6px;
	/*padding-bottom: 94%;*/
	vertical-align: top;
}

.right-blk {
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px solid #959595;
}

.right-blk .news-btn {
	background: url(img/news.gif) no-repeat 0 0;
	width: 221px;
	height: 94px;
	margin-bottom: 10px;
}

.right-blk .news-btn a {
    cursor: pointer;
    color: #fff;
    display: block;
    margin: 70px 0 0 10px;
    position: absolute;
}

.right-blk .news-btn a:hover {
	text-decoration: none;
}

.news h2 {
	margin-top: 0;
}

.doors-btn {
	display: block;
	background: url(img/doors.jpg) no-repeat 0 0;
	width: 169px;
	height: 184px;
	margin: 0 auto;
}

.catalog-cats ul {
	margin-left: 0;
}

.catalog-cats ul li {
	background: url(img/t_oborud.gif) no-repeat 0 50%;
	display: block;
	list-style: none;
	padding-left: 20px;
	vertical-align: top;
    margin-bottom: 1px;
}

.catalog-cats ul li a {
    color: #0857A6;
    font-weight: bolder;
}

.catalog-cats ul li a:hover {
	color: #0000FF;
}

.col-price {
	float: right;
    padding: 3px;
    background: rgb(153, 153, 255);
    color: #fff;
    width: 90px;
    text-align: center;
}

.col-title {
    max-width: 630px;
}

.catalog-table table, .taxonomy-description table {
	width: 100%;
}

.catalog-table table td, .taxonomy-description table td {
	border: 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

.catalog-table table td:nth-child(even), .taxonomy-description table td:nth-child(even) {
	background: url(img/fon_oborud.gif) no-repeat 0 0;
}

.catalog-table a, .taxonomy-description a {
	font-weight: bold;
	color: #0857a6;
    padding-left: 15px;
}

i, em {
	font-style: italic;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1260px;
	margin: -80px auto 0;
	height: 80px;
	border-top: 1px solid grey;
	position: relative;
}

.menu-footer-container {
	text-align: center;
	margin: 10px auto;
}

.menu-footer-container ul li {
	list-style: none;
	display: inline-block;
	color: #000066;
}

.menu-footer-container ul li:after {
	content: '|';
}

.menu-footer-container ul li:last-child:after {
	content: '';
}

.menu-footer-container ul li a {
	padding: 0 5px;
	color: #000066;
	font-size: 11px;
	text-decoration: none;
}

.menu-footer-container ul li a:hover {
	color: #3333FF;
	text-decoration: underline;
}

.liveinternet {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#toc_container p.toc_title {
	text-align: left!important;
	text-indent: 0!important;
}

#toc_container a {
	text-decoration: underline;
}

#toc_container a:hover {
	text-decoration: none;
}

.nopadding td {
	padding: 2px!important;
}

.cart-blk {
	padding: 15px 10px;
	color: #fff;
	border-bottom: 0!important;
	border-top: 1px solid #959595;
}

.cart-blk .title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.cart-blk .title:hover {
	text-decoration: underline;
}

.empty, .no-empty {
	margin: 10px 0;
}

.open-cart {
	color: #fff;
}

.open-cart:hover {
	text-decoration: none;
}

.entry-content {
	position: relative;
}

.price-blk {
	position: relative;
	float: right;
	margin-top: -10px;
}

.price-blk span {
	font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.add-cart-btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #4A9A4D!important;
    border: 1px solid;
    padding: 5px;
    text-decoration: none;
}

.add-cart-btn:hover {
	color: #fff!important;
	background: #4A9A4D;
}

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }

.box-modal {
	position: relative;
	width: 400px;
	height: 120px;
	padding: 20px;
	background: #fff;
	color: #000;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 13px; line-height: 15px; color: rgba(48, 54, 182, 1); cursor: pointer; }
.box-modal_close:hover { color: #666; }

.continue-shopping, .go-to-cart {
	display: block;
	font-size: 14px;
	color: #000099;
	float: left;
	vertical-align: top;
	text-decoration: underline;
	cursor: pointer;
}

.continue-shopping:hover, .go-to-cart:hover {
	text-decoration: none;
}

.go-to-cart {
	float: right;
}

.added {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-added {
	display: block;
	margin: 20px 0;
}

#product-title {
	text-decoration: underline;
}

.shopping-cart table {
	width: 100%;
}

.shopping-cart .head {
	font-weight: bold;
	color: #333;
	background: #DDD;
}

.shopping-cart table td {
	text-align: center;
	border: 1px solid #DDD;
}

.no-brd-right {
	border-right: 0!important;
}

.no-brd-left {
	border-left: 0!important;
}

.no-brd-top {
	border-top: 0!important;
}

.delete {
	cursor: pointer;
}

.itogo {
	display: block;
	float: right;
}

.itogo .col {
	font-size: 18px;
}

.itogo .col b {
	display: block;
	margin-right: 10px;
}

#order-form input {
	display: block;
	width: 300px;
	padding: 5px;
	color: #333;
	margin: 0 auto 10px;
}

#order-form textarea {
	width: 300px;
	height: 80px;
	padding: 5px;
	margin: 0 auto 10px;
	display: block;
}

.order-form .title {
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 20px auto 40px;
	font-weight: bold;
}

.order-btn {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	margin: 20px auto;
	cursor: pointer;
	border: 1px solid #003399;
}

.order-btn:hover {
	color: #fff;
	background: #003399;
}