.jqwindow {
	border: 1px solid #D0D0D0;
	position: absolute;
	background: #ffffff;
	z-index: 1000;
}

.jqwindow_normal {
	box-shadow: 0px 0px 10px #BBB;
	border-radius: 0.3em;
}

.jqwindow_basic {
	background: #ffffff;
}

.jqwindow_masked {
	background: #CCCCCC;
}

.jqwindow_framed {
	background: #F1F1F1;
}

.jqwindow > .jqwindow_body {
	overflow: hidden;
    position: relative;
}

.jqwindow.jqwindow_scrollable > .jqwindow_body {
	overflow: auto;
}

.jqwindow_padded > .jqwindow_body > .jqwindow_content {
	margin: 5px;
}
.jqwindow_padded > .jqwindow_body > .jqwindow_content > .loader{
    margin: 20% 0 0 45%;
}

.jqwindow_padded-basic > .jqwindow_body > .jqwindow_content,
.jqwindow_padded-masked > .jqwindow_body > .jqwindow_content,
.jqwindow_padded-framed > .jqwindow_body > .jqwindow_content {
	margin: 5px;
	border: 1px solid #D0D0D0;
}

.jqwindow_padded-basic > .jqwindow_body > .jqwindow_content {
	background: #ffffff;
}

.jqwindow_padded-masked > .jqwindow_body > .jqwindow_content {
	background: #CCC;
}

.jqwindow_padded-framed > .jqwindow_body > .jqwindow_content {
	background: #F1F1F1;
}

.jqwindow > .jqwindow_header {
	background-color: #D7D2D2;
	background-image: -moz-linear-gradient(center top, #F0F0F0, #D7D7D7);
	border-bottom: 1px solid #D0D0D0;
	box-shadow: 0 1px 0 0 #EFEDED inset;
	padding: 0.7em 1em;
	line-height: 1em;
	font-size: 0.7em;
}

.jqwindow > .jqwindow_header {
	background-image: url("../img/title_bg.jpg");
}

.jqwindow > .jqwindow_header.draggable {
	cursor: move;
}

.jqwindow > .jqwindow_header > .jqwindow_favicon {
	float: left;
	margin-right: 0.5em;
}

.jqwindow > .jqwindow_header > .jqwindow_title {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	width: 0;
	color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: bold;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar {
	vertical-align: top;
	display: inline-block;
	float: right;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	/*HACK*/
    * display: inline;
    /*/HACK*/
	height: 15px;
	margin: 0 4px;
	width: 15px;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button:last-child {
	margin-right: 0;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_collapse {
	background: url("../img/tool-sprites.gif") no-repeat scroll 0 -15px transparent;
}
.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_collapse:hover {
	background: url("../img/tool-sprites.gif") no-repeat scroll -15px -15px transparent;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_minimize {
	background: url("../img/tool-sprites.gif") no-repeat scroll 0 -45px transparent;
}
.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_minimize:hover {
	background: url("../img/tool-sprites.gif") no-repeat scroll -15px -45px transparent;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_maximize {
	background: url("../img/tool-sprites.gif") no-repeat scroll 0 -30px transparent;
}
.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_maximize:hover {
	background: url("../img/tool-sprites.gif") no-repeat scroll -15px -30px transparent;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_close {
	background: url("../img/tool-sprites.gif") no-repeat scroll 0 0 transparent;
}
.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_close:hover {
	background: url("../img/tool-sprites.gif") no-repeat scroll -15px 0 transparent;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button > em {
	display: none;
}

.jqwindow .jqwindow {
	width: auto;
	height: auto;
}

.jqwindow_overlay {
	background: none repeat scroll 0 0 #FFFFFF;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    z-index: 50;
}
.jqwindow_overlay.jqwindow_modal_overlay {
    background-color: #AAA;
}

.error_404 {
    display: inline-block;
    clear: both;
    margin: 0em 0 4em 0;
}
.error_404 > .column{
    display: inline-block;
    float: left;
    margin-right: 4em;
    vertical-align: top;
}
.error_404 > .column > h3 {
    margin-top: 2em;
}
.error_404 > .column > ul > li{
    margin: 0.4em 0 0 0.5em;
}

.footer_block {
    display: inline-block;
    padding: 1em 0;
    clear: both;
    width: 100%;
}
.footer_block > .column {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-right: 1.4em;
}
.footer_block > .column50 {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-right: 1.4em;
    width: 45%;
}
.footer_block > .column100 {
    margin-bottom: 1em;
}
.footer_block > .column >h3 {
    margin: 0 0 0.5em 0;
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    border: 1px solid #FFFFFF;
    padding: 2px 6px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -border-radius:4px;
    border-radius:4px;
}

.footer_block > .column100 >h3,
.footer_block > .column50 >h3 {
    margin: 0 0 0.5em 0;
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    border: 1px solid #FFFFFF;
    padding: 2px 6px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -border-radius:4px;
    border-radius:4px;
}
.footer_block > .column li,
.footer_block > .column50 li{
    margin: 0.2em 0 0 0.5em;
}
.footer_block > .column100 li{
    margin: 0.2em 0 0 0.5em;
    display: inline-block;
    width: 45%;
}

.footer_block > .column a,
.footer_block > .column100 a,
.footer_block > .column50 a {
    color: #FFFFFF;
    font-size: 0.86em;
    text-decoration: none;
}
.footer_block > .column50 a:hover,
.footer_block > .column100 a:hover,
.footer_block > .column a:hover {
    text-decoration: underline;
}
.footer_block .vcard *{
color: #FFFFFF;
    }
.footer_block .vcard li {
/*margin: 0.2em 0 0 0;*/
}
.footer_block .vcard > .fn{
    display: block;
}

.footer_block .vcard > .locality{
    display: block;
}

.footer_block .vcard > .street-address{
    display: block;
}

.footer_block .vcard > .name{
    display: block;
}

.footer_block .vcard > .phone{
    display: block;
}

.footer_block .vcard > .phone > .tel{font-size: 1rem;}

.footer_block .vcard > .phone > .email{display: block;}

.recommendations {
    color: #FFFFFF;
    font-size: 0.86em;
    margin-bottom: 0.5em;
}
.recommendations a {
    font-size: inherit;
}

.fother {
    margin: 0.3em 0;
}
.fother a{
    color: #CC66CC;
    font-size: 0.86em;
}


.banner_lateral {
    position: absolute;
    top: 0;
    right: -160px;
    display: block;
    width: 150px;
    height: 400px;
}

.banner_yandex_vertical {
    margin: 4.8em 0 0 0;
    padding-left: 2em;
}

.news_index {
    margin: 5.4em 0 0 1em;
}

.news_index > .list{
    display: inline-block;
}
.news_index > .list li{
    margin: 0 0 1em 0;
}

.news_index > .list .date{
    color: #990099;
    font-weight: bold;
    margin: 0 1em 0 0;
}

.news_index > .list .content{

}
.news_index > .archive {
    display: inline-block;
    margin: 1em 0 0 0;
    float: right;
}

.news_list {
    margin-top: 2em;
}

.news_list > ul {
}

.news_list > ul > li {
    margin: 0 0 1em 0;
}

.news_list > ul > li > .date {
    display: block;
    color: #990099;
    font-weight: bold;
    margin: 0 1em 0 0;
}

.news_list > ul > li > .date {}


.article_list {
    margin: 2em 0;
}

.article_list .list li {
    margin: 1em 0 2em 0;
}

.article_list .list li .title {

}

.article_list .list li .descr {
    display: block;
}

.article_item {
    margin: 2em 0;
}

.catalog_item {
    margin: 2em 0;
}

.list {
    margin: 0;/* 5px;*/
}
.list th {
    font-weight: bold;
    padding: 12px 4px;
    text-align: left;
}
.list tr.odd {
    background-color: #F4F4F4;
}
.list td {
    padding: 10px 6px;
    vertical-align: middle;
}
.list span.au {
    margin-top: 0.3em;
}

.list td .preview {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -border-radius: 8px;
    border-radius: 8px;
}
.conditions {
    display: block;
    text-align: right;
}
.conditions a{
    font-weight: bold;
}

.catalog_list {
    margin: 2em 0;
}
.catalog_list .list {

}
.catalog_list .list li {
    margin-top: 1.4em;
}
.catalog_list .list h2{
    margin-top: 2em;
}
.catalog_list .list .head{
    margin: 0 0 0 2em;
    font-size: 1.2em;
    font-weight: bold;
}

.catalog_list .list .plant_list .item {
    margin-top: 12px;
}

.catalog_list .list .addplant {
    margin-left: 3em;
    font-size: 0.8em;
    margin-top: -0.4em;
}

.plant_item {
    margin: 2em 0;
}
.plant_item > .image {
    display: inline-block;
    vertical-align: top;
    width: 500px;
}
.plant_item > .image > .big {}
.plant_item > .image > .big > .big_image{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -border-radius: 8px;
    border-radius: 8px;
}
.plant_item > .image > .preview {
    clear: both;
    margin-top: 1em;
}
.preview img{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -border-radius: 8px;
    border-radius: 8px;
}

.plant_item > .image > .preview li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 1em;
}

.plant_item > .info {
    display: inline-block;
    vertical-align: top;
    margin-left: 1em;
    padding: 1em;
    width: 396px;
    background-color: #F4F4F4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -border-radius: 8px;
    border-radius: 8px;
}
.plant_item > .info > .price {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    color: #990099;
}
.plant_item > .info > .descr {
    display: inline-block;
    vertical-align: top;
}
.plant_item > .info h2{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1em 0;
}


.user_panel {
    display: block;
    position: absolute;
    right: 0;
    z-index: 999;
}

.menu_main {
    display: inline-block;
    vertical-align: top;
}
.menu_main > li{
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.menu_main > li a {
    display: inline-block;
    position: relative;
    height: 177px;
    z-index: 200;
}

.streptocarpus {
    width: 172px;
    background: url('/img/sprite.png') no-repeat -400px -100px;
}

.violets {
    width: 145px;
    background: url('/img/sprite.png') no-repeat -600px -100px;
}

.fuchsia {
    width: 163px;
    background: url('/img/sprite.png') no-repeat -200px -100px;
}

.columnea {
    width: 149px;
    background: url('/img/sprite.png') no-repeat 0px -100px;
}

.logo_block{
    display: inline-block;
    vertical-align: top;
    width: 260px;
    margin: 1em 0 0 0;
}
.logo_block .logo{
    display: block;
    width: 242px;
    height: 41px;
    background: url('/img/sprite.png') no-repeat 0px 0px;
}
.logo_block .info {
    margin: 0.5em 0 0 0.79em;
}
.logo_block .info .phone{
    display: block;
    color: #990099;
    margin: 0.5em 0 0 0;
    font-size:   0.93em;
}
.logo_block .info .phone i{
    display: inline-block;
    vertical-align: bottom;
    width:  17px;
    height: 13px;
    background: url('/img/sprite.png') no-repeat -140px -320px;
    margin: 0 0.4em 0 0;
}
.logo_block .info .email{
    display: block;
    margin: 0.5em 0 0 0;
    font-size:   0.93em;
}
.logo_block .info .email i{
    display: inline-block;
    vertical-align: middle;
    width:  17px;
    height: 10px;
    background: url('/img/sprite.png') no-repeat -120px -320px;
    margin: 0 0.4em 0 0;
}

.logo_block .info .name{
    color: #990099;
    margin: 0.5em 0 0 0;
    font-size:   0.93em;
}



.action_edit {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('/img/sprite.png') no-repeat 0px -320px;
    margin-left:1em;
}

.action_add {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url('/img/sprite.png') no-repeat -20px -320px;
    margin-left:1em;
}




.form .login{
}

.form .error,
.form .field_error_list li{
    color: red;
}
.field_error_list

input[type="text"], input[type="password"], textarea, select {
	-moz-box-sizing:border-box;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}


.baseview input.text, .baseview input.title, .baseview textarea, .baseview select {
	margin:0;
}

.baseview input.text{
	padding:0.1em;
	width:99%;
	font-size:100%;
}

.baseview textarea {
	height:25em;
	padding:0.1em;
	width:600px;
}

.baseview textarea.error {
	border:1px solid red;
}


.baseview textarea.textarea, .baseview textarea{
	height:5em;
	padding:0.2em;
	width:650px;
}

.baseview textarea.wysiwyg-big {
	height:30em;
}

.baseview textarea.wysiwyg-tiny {
	height:30em;
}

.baseview input.error{
	border:solid 1px red;
}
.baseview dl {
	display:block;
	padding:1em;
	overflow:hidden;
	float:none;
	color:#222222;
	display:inline-block;
	display:block;
}

.baseview dl:after {
	clear:both;
	content:'. . . . . . . . . .';
	display:block;
	height:0;
	visibility:hidden;
}

.baseview dl dt {
	float:left;
	width:12em;
	padding-right:2em;
}

.baseview dl dd {
	margin-left: 12.5em;
	/*padding-left:2em;*/
}

.baseview dl dd input[type="text"], .baseview textarea{
	width: 90%;
}

.baseview dd, .baseview dt {
	margin:0;
	padding:0;
}

.baseview dl.inline dt {
	float:none;
	width:100%;
}

.baseview dl.inline dd {
	float:none;
	padding-left:0;
}

.baseview dl.odd, .baseview dl.even
{
	width: 97%;
	
}

.baseview dl.odd
{
	background-color: #FFFFFF;
}

.baseview dl.even
{
	background-color: #F4F4F4;
}

.baseview dl:nth-child(odd) {
	background-color: #FFFFFF;
}

.baseview dl:nth-child(even) {
	background-color: #F4F4F4;
}


.baseview div.comment {
	color:#6F6F6F;
	line-height:100%;
	margin-left:1em;
	padding:0.2em 0.5em;
	width:30em;
	font-size:90%;
}

.baseview.short_form dl dd{
    padding-left: 0em;
    width: 12em;
}

.baseview.short_form div.comment {
    width: auto;
}
.baseview .image_action {
    clear: both;
}
.baseview .image_action .image{
    display: inline-block;
    width: 166px;
    max-height: 120px;
    vertical-align: top;
}
.baseview .image_action li {
    display: inline-block;
    float: left;
}
.baseview .image_action .action{
    display: inline-block;
    width: 166px;
    margin: 125px 0 0 -166px;
    vertical-align: bottom;
}
.baseview .image_action .action .left,
.baseview .image_action .action .right{
    color: green;
}

.baseview .del_button {
    margin-left: 5em;
}
.generated_text p {
    margin: 0 0 0.5em 0;
}

.pager {
    margin: 2em 0 1em 2em;
}
.pager a, .pager strong {
    font-size: 1.2em;
    padding: 3px 6px 3px 5px;
}
.pager strong {
    background-color: #CC0099;
    color: #F8BC94;
}
.pager > .title {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2em;
    margin-right: 1em;
}

.pager .page_next,
.pager .page_next_na,
.pager .page_previous,
.pager .page_previous_na{
    display: inline-block;
    width: 9px;
    height: 1em;
    padding: 0;
    font-size: 1.2em;
}
.pager .page_next {
    background: url('/img/sprite.png') no-repeat -40px -291px;
}
.pager .page_next_na {
    background: url('/img/sprite.png') no-repeat -60px -291px;
}
.pager .page_previous {
    background: url('/img/sprite.png') no-repeat 0px -291px;
}
.pager .page_previous_na {
    background: url('/img/sprite.png') no-repeat -20px -291px;
}


.breadcrumbs {
    display: inline-block;
    clear: both;
    padding: 0.2em 0 0 0.79em;
}
.breadcrumbs li {
    display:inline-block;
    float: left;
    list-style: none outside none;
    margin: 0 0.3em 0.3em 0;
}

.breadcrumbs li.first{
    margin-left: 0;
}

.breadcrumbs li:after {
     content: " / ";
}
.breadcrumbs li >a {
    font-size: 0.86em;
}
.breadcrumbs li.last > span {
    font-weight: bold;
    font-size: 0.86em;
}

.layout_header {
}

.layout_body {
    position: relative;
}

.layout_footer .layout_wrapper_center{
    background-color: #98009D;
}

.layout_header .layout_wrapper_center,
.layout_body .layout_wrapper_center {
    position: relative;
    background-color: #FFFFFF;
}

.layout_header .layout_wrapper_center {
    /*border-bottom: 2px solid #98009D;*/
}

.layout_header_background {
    position: absolute;
    bottom: 0px;
    height: 47px;
    width: 942px;
    background: url('/img/sprite.png') no-repeat 0px -350px;
    z-index: 0;
}
.layout_wrapper_center {
    width: 942px;
    padding: 0 1em;
    margin: 0 auto;
}

.layout_onecolumn {
    display: inline-block;
    width: 100%;
}

.layout_sempl {
    margin: 2em 0;
}

.layout_twocolumn {
    display: inline-block;
    width: 100%;
}

.layout_twocolumn  .layout_column_big {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
.layout_twocolumn  .layout_column_big .layout_sempl {
    margin: 0em 1em 2em 0;
}
.layout_twocolumn  .layout_column_small {
    display: inline-block;
    vertical-align: top;
    width: 29%;
}

.mainCatalogList {
    margin-left: 60px;
}


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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    line-height: 1.2em;
    font: 14px Arial,Tahoma,Geneva CY,Sans-Serif;
    vertical-align: baseline;
    color:#585858;
}

ol, ul {
    list-style: none;
}
p {
    margin: 1em 0 0.2em;
}
h1, h2, h3, h4, h5 {
    color: #990099;
    font-weight: bold;
    clear: both;
    margin: 20px 0 10px 40px;
}
h1 {
    font-size: 1.4em;
}
h1.beautiful {
    display: inline-block;
    position: relative;
    height: 39px;
    min-width: 150px;
    background: url('/img/sprite.png') no-repeat 0px -450px;
    margin: 20px 0 10px -36px;
    color: #FFFFFF;
    padding: 18px 1em 0 60px
}
h1.beautiful .endbg {
    display: inline-block;
    position: absolute;
    height: 57px;
    width: 29px;
    background: url('/img/sprite.png') no-repeat 0px -550px;
    right: -29px;
    top: 18px;
    margin: -7px 0 0 0;
}
a {
    color: #CC0099;
    text-decoration: underline;
}
a:hover {
    color: #CC0099;
    text-decoration: none;
}
a:visited {
    color: #CC66CC;
}
body{
    background-color: #F0D9F0;
    /*border: 9px solid #F0D9F0;*/
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix{
    display: inline-block;
}

