/*--------------------------------------------------------------
# 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 ***********************/

/********** djmodule **********/

.djmodule {
    padding: 0;
    margin: 0 0 10px 0;
}

.module-content {
	padding: 10px;
}

h3.title {
    line-height: 22px;
    font-size: 18px;
    padding: 15px 15px 15px 45px;
    margin: 0;
    color: #a09c83;
	border-bottom: 2px dotted #bcad9b;
	background: url(../images/h3_decor.png) no-repeat 10px 15px;
}

/********** bottom-mods **********/

#jm-bottom-mods .djmodule {
	background: url(../images/bottom-mods_top.png) no-repeat top center;
	padding: 45px 0 0 0;
	margin: 10px 0 0 0;
}

#jm-bottom-mods h3.title {
	text-align: center;
	padding: 0;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 24px;
	color: #82847e;
}

#jm-bottom-mods_wrap {}

#jm-bottom-mods {
	width: 710px;
}

#jm-bottom-mods.noleft {
	width: 940px;
}

#jm-bottom-mods .rowcount_1 .bottom-in {
	width: 99.9%;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#jm-bottom-mods .rowcount_2 .bottom-in {
	width: 49.9%;
	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: 24.9%;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/******** slider **********/

#slider49 li {
	background: none;
}

.slide-desc-text {
	text-align: left;
}

.slide-desc-text .slide-title,
.slide-desc-text .slide-title a:link,
.slide-desc-text .slide-title a:visited {
	font-family: Georgia;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.slide-desc-bg {
	opacity: 0.6;
}