/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/

/***default modules styles***/

.jm-module {
	margin: 0 0 20px;
	padding: 0;
}

#jm-content .jm-module {
	padding: 0;
}

.jm-module h3.jm-title {
	font-size: 1.3em;
	border-bottom: 1px solid #E5E8E9;
	padding: 0 10px 9px;
	margin: 0 0 10px;
}

.jm-module .jm-module-content {
	padding: 0 10px;
}

/*** module with blank suffix ***/

.jm-module.blank h3.jm-title {
	border-bottom: none;
}

/*** catalog module style ***/

#jm-content-top .jm-module h3.jm-title {
	padding: 0 0 9px;
	margin: 0 0 10px;
}

#jm-content-top .jm-module .jm-module-content {
	padding: 0;
}

/*** header module style ***/

#jm-header-mod .jm-module {
	padding: 0 10px;
	margin: 0;
}

#jm-header-mod .jm-module h3.jm-title {
	border-bottom: none;
	padding: 0 0 9px;
}

#jm-header-mod .jm-module .jm-module-content {
	padding: 0;
}

/*** jm-moduletable style ***/

.jm-moduletable h3.jm-mod-title {
}

/** content bottom modules **/
#jm-content-bottom .rowcount_1 .content-bottom-in {
    width: 100%;
    margin: 0;
    padding: 0;
}

#jm-content-bottom .rowcount_2 .content-bottom-in {
    width: 50%;
    float: left;
}

#jm-content-bottom .content-bottom-bg {
	padding: 20px 0 0;	
	background: url(../images/module_sep.png) top right repeat-y;
}

#jm-content-bottom .content-bottom-in.content-bottom-row-last .content-bottom-bg{
    background: none;
    padding: 20px 0 0 15px;
}

#jm-content-bottom .content-bottom-in.content-bottom-row-first .content-bottom-bg{
    padding: 20px 15px 0 0;
}

#jm-content-bottom .jm-module-content {
	padding: 0;
}

#jm-content-bottom h3.jm-title {
	padding: 0 0 9px;
}

/** bottom1 modules **/
#jm-bottom1 .rowcount_1 .bottom1-in {
    width: 100%;
    margin: 0;
    padding: 0;
}

#jm-bottom1 .rowcount_2 .bottom1-in {
    width: 50%;
    float: left;
}

#jm-bottom1 .rowcount_3 .bottom1-in {
	 width: 33.3%;
    float: left;
}

#jm-bottom1 .bottom1-bg {
	padding: 0 5px;	
}

/** bottom2 modules **/
#jm-bottom2 .rowcount_1 .bottom2-in {
    width: 100%;
    margin: 0;
    padding: 0;
}

#jm-bottom2 .rowcount_2 .bottom2-in {
    width: 50%;
    float: left;
}

#jm-bottom2 .rowcount_3 .bottom2-in {
	 width: 33.3%;
    float: left;
}

#jm-bottom2 .rowcount_4 .bottom2-in {
	 width: 25%;
    float: left;
}

#jm-bottom2 .rowcount_5 .bottom2-in {
	 width: 20%;
    float: left;
}

#jm-bottom2 .bottom2-bg {
	padding: 20px 5px 0;	
	background: url(../images/module_sep.png) top right repeat-y;
}

#jm-bottom2 .bottom2-in.bottom2-row-last .bottom2-bg{
    background: none;
}

/** #jm-bottom-menu **/
	
#jm-bottom-menu .jm-moduletable h3.jm-mod-title, #jm-bottom-menu .jm-moduletable .jm-mod-content {
	float: left;
	margin: 0;
	padding: 0;
}

#jm-bottom-menu .jm-moduletable h3.jm-mod-title {
	margin: 0 10px 0 0;
	font-size: 1em;
	line-height: 1.5em;
}

#jm-bottom-menu .jm-moduletable {
	display: block;
	margin: 0 0 5px 0;
}

/** djslider **/

.djslider .navigation-container-custom {
	right: auto !important;
	left: 10px !important;
	top: auto !important;
	bottom: 10px !important;
}

.slide-desc-bg {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.slide-desc-text .slide-title {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

.slide-desc-text .slide-title,
.slide-desc-text .slide-title a {
    color: #fff;
}

.slide-desc-text a:link,
.slide-desc-text a:visited {
	color: #fff;
}

.slide-desc-text a.readmore:link,
.slide-desc-text a.readmore:visited {
	background: none;
	padding: 0;
}

.slide-desc-text .slide-title a:link,
.slide-desc-text .slide-title a:visited {
	text-decoration: none;
}

/** djcatalog frontpage **/

.djf_mod .djf_left {
    float: none;
	display: inline-block;
	width: 100%;
}

.djf_mod .djf_gal .djf_cell {
    border: 3px solid #eceff0;
    padding: 0;
}

.djf_mod .djf_img {
    border: 3px solid #eceff0;
    float: left;
    margin: 0;
    padding: 0;
}

.djf_mod .djf_gal td {
    padding: 0 3px 3px 0;
}

.djf_mod .djf_text .djf_cat h2 {
    color: #FBB802;
	margin: 0 0 10px;
    font-style: normal;
	font-size: 1.5em;
}

.djf_mod .djf_text h3 {
	font-size: 1.3em;
}

.djf_mod .djf_pag span {
    background: none;
    font-weight: normal;
    margin: 0 4px 0 0;
    padding: 2px 4px;
}

.djf_mod .djf_pag span.active {
    font-weight: normal;
	color: #fff;
}

.djf_mod .djf_pag {
    margin: 5px 0 0;
}

/** djcatalog items **/

div.mod_djc_item .djc_category_info,
div.mod_djc_item .djc_producer_info,
div.mod_djc_item .djc_price {
	font-size: 1em;
	opacity: 1;
    filter: alpha(opacity = 100);
	margin: 0;
	padding-bottom: 5px;
	color: #636363;
}

div.mod_djc_item .djc_price span {
	font-size: 1.2em;
	font-weight: bold;
	color: #2e2e2e;
}

div.mod_djc_item .djc_image img {
    padding: 0;
 	border: 3px solid #ECEFF0;
}

div.mod_djc_item .djc_image {
	text-align: center;
	margin-bottom: 10px;
}

div.mod_djc_item {
	padding: 0 0 10px;
}

div.mod_djc_item .djc_readon a:link,
div.mod_djc_item .djc_readon a:visited {
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 0 15px;
}

div.mod_djc_item .djc_title h4 a:link,
div.mod_djc_item .djc_title h4 a:visited {
	text-decoration: none;
}