/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** MODULES STYLES ***********************/

/********** jmmodule **********/

.jm-module {
	padding: 0;
	margin: 0;
	position: relative;
	color: #426a08;
}

h3.jm-title {
	font-size: 17px;
	margin: 0;
	padding: 0 10px 10px;
	color: #426a08;
	text-align: center;
}

.jm-module-content {
	padding: 0;
	margin: 0;
}

.jm-module_top {
	background: url(../images/module_top.png) no-repeat top left;
	padding: 11px 0 0 0;
}

.jm-module_bot {
	background: url(../images/module_bot.png) no-repeat bottom left;
	padding: 4px 15px 15px;
}

.short .jm-module_bot {
	background: url(../images/module_bot_short.png) no-repeat bottom left;
	padding: 4px 15px 15px;
}

/********** green module **********/

.jm-module.green {
	color: #fff;
}

.jm-module.green h3.jm-title {
	color: #fcff01;
}

.jm-module.green .jm-module_top {
	background: url(../images/module_green_top.png) no-repeat top left;
	padding: 11px 0 0 0;
}

.jm-module.green .jm-module_bot {
	background: url(../images/module_green_bot.png) no-repeat bottom left;
	padding: 4px 15px 15px;
}

.jm-module.green.short .jm-module_bot {
	background: url(../images/module_green_bot.png) no-repeat bottom left;
	padding: 4px 15px 15px;
}

/********** violet module **********/

.jm-module.violet {
	color: #fff;
}

.jm-module.violet h3.jm-title {
	color: #fcff01;
}

.jm-module.violet .jm-module_top {
	background: url(../images/module_violet_top.png) no-repeat top left;
	padding: 11px 0 0 0;
}

.jm-module.violet .jm-module_bot {
	background: url(../images/module_violet_bot.png) no-repeat bottom left;
	padding: 4px 15px 15px;
}

.jm-module.violet.short .jm-module_bot {
	background: url(../images/module_violet_bot.png) no-repeat bottom left;
	padding: 4px 15px 15px;
}

/********** jm-moduleR **********/

.jm-moduleR {
	color: #426a08;
	position: relative;
}

.jm-moduleR_in {
	background: url(../images/right_in.png) no-repeat bottom left;
	padding: 0 6px;
}

.jm-moduleR_bot {
	background: url(../images/right_bot.png) no-repeat bottom left;
	height: 11px;
}

.jm-moduleR h3.jm-title {
	font-size: 24px;
	color: #426a08;
	background: url(../images/ball_green.png) no-repeat left 1px;
	padding: 0 0 10px 30px;
	text-align: left;
}

.rightload-in .jm-moduleR_border {
	border-top: 1px dotted #426a08;
}

.rightload-in-first .jm-moduleR_border {
	border-top: none;
}

.jm-moduleR_border {
	padding: 15px 9px 15px 9px;
}

.jm-moduleR.violet h3.jm-title {
	font-size: 24px;
	color: #7d2d54;
	background: url(../images/ball_violet.png) no-repeat left 1px;
	padding: 0 0 10px 30px;
}

/********** front jm-moduleR **********/

.home .jm-moduleR_in {
	background: url(../images/right_front_in.png) no-repeat bottom left;
	padding: 0 6px;
}

.home .jm-moduleR_bot {
	background: url(../images/right_front_bot.png) no-repeat bottom left;
	height: 11px;
}

.noright-front.noright-mod .jm-moduleR_bot {
	display: none;
}

.right-front-in .jm-moduleR_border {
	border-top: 1px dotted #426a08;
}

.right-front-in-first .jm-moduleR_border {
	border-top: none;
}

/********** jm-moduleRM **********/

#jm-right-mod .rowcount_1 .right-mod-in {
	width: 100%;
	float: left;
	margin:0;
	padding:0;
}

#jm-right-mod .rowcount_2 .right-mod-in {
	width: 50%;
	float: left;
	margin:0;
	padding:0;
}

#jm-right-mod {
	background: url(../images/right_in.png) no-repeat bottom left;
	padding: 0 6px;
}

#jm-right-mod_border {
	border-bottom: 1px dotted #426A08;
	padding: 15px 9px 5px 9px;
}

.noright #jm-right-mod_border,
.noright-front #jm-right-mod_border {
	border: none;
}

.jm-moduleRM_top_left {
	background: url(../images/module_top_left.png) no-repeat top left;
	padding-left: 9px;
}

.jm-moduleRM_top_right {
	background: url(../images/module_top_right.png) no-repeat top right;
	height: 4px;
}

.jm-moduleRM_in_left {
	background: url(../images/module_in_left.png) no-repeat top left;
	padding-left: 5px;	
}

.jm-moduleRM_in_right {
	background: url(../images/module_in_right.png) no-repeat top right;
	padding-right: 5px;	
}

.jm-moduleRM_bot_left {
	background: url(../images/module_bot_left.png) no-repeat top left;
	padding-left: 95px;
}

.jm-moduleRM_bot_right {
	background: url(../images/module_bot_right.png) no-repeat top right;
	height: 10px;
}

.jm-moduleRM_in {
	background: #f6f6f6;
	padding: 5px 10px;
}

.jm-moduleRM h3.jm-title {
	font-size: 20px;
	color: #426a08;
	padding: 0 0 10px 0;
	text-align: center;
}

.jm-moduleRM.violet h3.jm-title {
	color: #7d2d54;
}

.rowcount_2 .right-mod-row-first .jm-moduleRM {
	padding: 0 0 10px 5px;
}

.rowcount_2 .right-mod-row-last .jm-moduleRM {
	padding: 0 5px 10px 0;
}

.jm-moduleRM.higher {
	margin-top: -65px;
}

.jm-moduleRM {
	color: #426a08;
	padding: 0 0 10px 0;
	position: relative;
}

/********** front jm-moduleRM **********/

.home #jm-right-mod {
	background: url(../images/right_front_in.png) no-repeat bottom left;
	padding: 0 6px;
}

/********** jm-moduleT **********/

.jm-moduleT {
	padding: 10px 20px 20px 20px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/********** badges **********/

.badge-hot span.badge {
	background: url("../images/hot_badge.png") no-repeat scroll 0 0 transparent;
	height: 40px;
	position: absolute;
	right: 6px;
	top: 3px;
	width: 40px;
	z-index: 9;
}

.badge-new span.badge {
	background: url("../images/new_badge.png") no-repeat scroll 0 0 transparent;
	height: 40px;
	position: absolute;
	right: 6px;
	top: 3px;
	width: 40px;
	z-index: 9;
}

.jm-moduleRM.badge-new span.badge,
.jm-moduleRM.badge-hot span.badge,
.jm-moduleRM.violet.badge-hot span.badge,
.jm-moduleRM.violet.badge-new span.badge {
	right: 5px;
	top: 0;
}

.jm-moduleR.badge-new span.badge,
.jm-moduleR.badge-hot span.badge,
.jm-moduleR.violet.badge-hot span.badge,
.jm-moduleR.violet.badge-new span.badge {
	right: 6px;
	top: 1px;
}

.right-front-in-first .jm-moduleR.badge-new span.badge,
.right-front-in-first .jm-moduleR.badge-hot span.badge,
.right-front-in-first .jm-moduleR.violet.badge-hot span.badge,
.right-front-in-first .jm-moduleR.violet.badge-new span.badge,
.rightload-in-first .jm-moduleR.badge-new span.badge,
.rightload-in-first .jm-moduleR.badge-hot span.badge,
.rightload-in-first .jm-moduleR.violet.badge-hot span.badge,
.rightload-in-first .jm-moduleR.violet.badge-new span.badge {
	top: 0;
}

.rowcount_2 .right-mod-row-last .jm-moduleRM.badge-new span.badge,
.rowcount_2 .right-mod-row-last .jm-moduleRM.badge-hot span.badge {
	right: 10px;
	top: 0;
}

.violet.badge-hot span.badge,
.violet.badge-new span.badge,
.green.badge-hot span.badge,
.green.badge-new span.badge {
	right: 5px;
	top: 2px;
}

/********** bottom-mods **********/

#jm-bottom-mods {
	width: 972px;
	color: #fff;
}

#jm-bottom-mods .rowcount_1 .bottom-in {
	width: 100%;
	float: left;
	overflow: hidden;
	margin:0;
	padding:0;
}

#jm-bottom-mods .rowcount_2 .bottom-in {
	width: 50%;
	float: left;
	overflow: hidden;
	margin:0;
	padding:0;
}

#jm-bottom-mods .rowcount_3 .bottom-in {
	width: 33.3%;
	float: left;
	overflow: hidden;
	margin:0;
	padding:0;
}

#jm-bottom-mods .rowcount_4 .bottom-in {
	width: 25%;
	float: left;
	overflow: hidden;
	margin:0;
	padding:0;
}

.bottom-in.bottom-row-first .jm-moduleB,
.bottom-in.bottom-row-first.bottom-row-last .jm-moduleB  {
	background: none;
}

.bottom-in .jm-moduleB {
	background: url(../images/footer_sep.png) repeat-y top left;
}

.bottom-in.bottom-row-last .jm-moduleB {
	background: url(../images/footer_sep.png) repeat-y top left;
}

.rowcount_1 .bottom-in .jm-moduleB {
	background: none;
}

#jm-bottom-mods .jm-moduleB {
	padding: 0 10px 0 12px;
	margin: 0;
}

#jm-bottom-mods .bottom-bg {
	padding: 0 0 20px 0;
}

#jm-bottom-mods .jm-module-content {
	padding: 0;
}

#jm-bottom-mods h3.jm-title {
	padding: 0 0 20px 0;
	color: #c9e529;
	font-size: 18px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

/********** dj-catalog2 modules **********/

.djf_mod {
    display: inline-block;
    margin-bottom: -40px;
}

#jm-header .djf_mod .djf_left {
    float: left;
    margin: 0;
	width: 557px;
}

.djf_mod .djf_left {
    float: left;
    margin: 0;
}

#jm-header .djf_mod .djf_img {
	background: url(../images/catalog_img_bg.png) no-repeat;
    border: none;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    box-shadow: none;
}

.djf_mod .djf_img {
    background: none;
    border: none;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    box-shadow: none;
}

.djf_mod .djf_img img {
	padding: 6px 11px 18px 12px;
}

#jm-header .djf_text {
    float: right;
    width: 415px;
    padding: 10px 0;
}

.djf_text {
	float: right;
	padding: 10px 0;
}

#jm-header .djf_mod .djf_gal {
    float: left;
	padding: 0 0 0 9px;
}

.djf_mod .djf_gal {
    float: left;
    padding: 0;
}

.djf_mod .djf_gal .djc_col {
	padding: 0 10px 0 0;
}

#jm-header .djf_mod .djf_gal div.djf_cell {
	display: block;
	background: url(../images/catalog_small_img_bg.png) no-repeat;
	border: none;
	width: 83px;
	height: 83px;
	padding: 3px;
	box-shadow: none;
}

.djf_mod .djf_gal div.djf_cell {
    display: block;
    background: none;
    border: none;
    padding: 3px;
    box-shadow: none;
}

.djf_mod .djf_text .djf_cat h2 {
    color: #426A08;
    font-family: Georgia,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 10px;
}

#jm-header .djf_mod .djf_text .djf_cat h2 {
    color: #FFFFFF;
}

.djf_mod .djf_text h3, .djf_mod .djf_text .djf_cat {
    color: #F3FF91;
    font-family: Georgia,Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 0 0 5px;
}

.djf_mod .djf_pag {
    margin: 8px 0;
    padding: 4px;
	float: none;
}

.djf_mod .djf_pag span.button {
	margin: 0 4px 0 0;
	padding: 0;
	display: inline-block;
	background: #852d58;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1MmQ1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NzIwM2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #852d58 0%, #57203b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#852d58), color-stop(100%,#57203b));
	background: -webkit-linear-gradient(top, #852d58 0%,#57203b 100%);
	background: -o-linear-gradient(top, #852d58 0%,#57203b 100%);
	background: -ms-linear-gradient(top, #852d58 0%,#57203b 100%);
	background: linear-gradient(top, #852d58 0%,#57203b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#852d58', endColorstr='#57203b',GradientType=0 );
	border: 1px solid #540b2f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 17px;
	width: 17px;
	line-height: 17px;
	text-align: center;	
	color: #fff;
}

.djf_mod .djf_pag span.active {
	background: #852d58;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1MmQ1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NzIwM2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #852d58 0%, #57203b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#852d58), color-stop(100%,#57203b));
	background: -webkit-linear-gradient(top, #852d58 0%,#57203b 100%);
	background: -o-linear-gradient(top, #852d58 0%,#57203b 100%);
	background: -ms-linear-gradient(top, #852d58 0%,#57203b 100%);
	background: linear-gradient(top, #852d58 0%,#57203b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#852d58', endColorstr='#57203b',GradientType=0 );
    font-weight: normal;
	color: #FCFF01;
}

.djf_text a.btn,
.djf_mod a.readon:link,
.djf_mod a.readon:visited {
	height: 24px;
	line-height: 24px;
	background: #852d58 url(../images/catalog_readon.png) no-repeat right center;
	background: url(../images/catalog_readon.png) no-repeat right center, -moz-linear-gradient(top, #852d58 0%, #57203b 100%);
	background: url(../images/catalog_readon.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#852d58), color-stop(100%,#57203b));
	background: url(../images/catalog_readon.png) no-repeat right center, -webkit-linear-gradient(top, #852d58 0%,#57203b 100%);
	background: url(../images/catalog_readon.png) no-repeat right center, -o-linear-gradient(top, #852d58 0%,#57203b 100%);
	background: url(../images/catalog_readon.png) no-repeat right center, -ms-linear-gradient(top, #852d58 0%,#57203b 100%);
	background: url(../images/catalog_readon.png) no-repeat right center, linear-gradient(top, #852d58 0%,#57203b 100%);
	border: 1px solid #540b2f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px 0 #000;
	-moz-box-shadow: 0 0 3px 0 #000;
	-webkit-box-shadow: 0 0 3px 0 #000;
	color: #fff;
	padding: 0 42px 0 15px;
}

.djf_text a.btn:hover,
.djf_mod a.readon:hover {
	text-decoration: none;
	color: #FCFF01;
}

.djf_text a.btn:active,
.djf_mod a.readon:active {
	background: #57203b url(../images/catalog_readon.png) no-repeat right center;;
	background: url(../images/catalog_readon.png) no-repeat right center, -moz-linear-gradient(top, #57203b 0%, #852d58 100%);
	background: url(../images/catalog_readon.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57203b), color-stop(100%,#852d58));
	background: url(../images/catalog_readon.png) no-repeat right center, -webkit-linear-gradient(top, #57203b 0%,#852d58 100%);
	background: url(../images/catalog_readon.png) no-repeat right center, -o-linear-gradient(top, #57203b 0%,#852d58 100%);
	background: url(../images/catalog_readon.png) no-repeat right center, -ms-linear-gradient(top, #57203b 0%,#852d58 100%);
	background: url(../images/catalog_readon.png) no-repeat right center, linear-gradient(top, #57203b 0%,#852d58 100%);
	position: relative;
	color: #FCFF01;
	top: 1px;
}

.mod_djc_items .mod_djc_item {
    margin: 20px 0 0;
}

.mod_djc_items .mod_djc_item:first-child {
    margin: 0;
}

div.mod_djc_item .djc_image {
    margin: 0 0 10px;
    text-align: center;
}

div.mod_djc_item .djc_image img {
    background: #D7E0C4;
    border-radius: 4px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
}

.jm-module.violet div.mod_djc_item .djc_image img {
    background: #FFDFEF;
}

div.mod_djc_item .djc_title h4 {
	font-size: 16px;
}

div.mod_djc_item .djc_title h4 a:link,
div.mod_djc_item .djc_title h4 a:visited {
	text-decoration: none;
}

.jm-module.violet div.mod_djc_item .djc_title h4,
.jm-module.violet div.mod_djc_item .djc_title h4 a:link,
.jm-module.violet div.mod_djc_item .djc_title h4 a:visited,
.jm-module.green div.mod_djc_item .djc_title h4,
.jm-module.green div.mod_djc_item .djc_title h4 a:link,
.jm-module.green div.mod_djc_item .djc_title h4 a:visited {
	color: #FCFF01;
}

.jm-module.violet .djc_price span,
.jm-module.green .djc_price span {
    color: #fff;
    font-size: 14px;
}

div.mod_djc_item .djc_category_info, 
div.mod_djc_item .djc_producer_info, 
div.mod_djc_item .djc_price {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    opacity: 1;
    padding-bottom: 5px;
}

div.mod_djc_item .djc_category_info span, 
div.mod_djc_item .djc_producer_info span {
    font-weight: normal;
}

div.mod_djc_item .djc_price span {
    color: #7D2D54;
    font-size: 14px;
}

div.mod_djc_item .djc_readon a:link,
div.mod_djc_item .djc_readon a:visited {
	float: right;
    padding: 2px 20px 2px 5px;
	margin: 0;
    font-weight: normal;
	text-decoration: none;
    font-size: 12px;
    line-height: 18px;
	outline: none;
	overflow: hidden;
	text-align: center;
	background: url(../images/li.png) no-repeat 100% 4px;
	color: #375807;
}

div.mod_djc_item .djc_readon a:hover {
    text-decoration: underline;
}

/** djcatalog search module */
	
input#mod_djcatsearch {
	width: 100px;
}	

/* djcatalog module items */

.mod_djc_items {
    margin-left: -20px;
}

.mod_djc_item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
} 

.mod_djc_item .djc_readon {
	display: inline-block;
	width: 100%;
}

.mod_djc2filters small {
    display: inline-block;
}

fieldset.djc_mod_search {
    padding: 0;
}

