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

/********** djmodule **********/

.djmodule, 
.djmodule_menu {
    padding: 0;
    margin: 0;
}

.module-content {
	padding: 10px;
}

.djmodule.nopadding .module-content {
	padding: 0;
}

.djmodule h3.title,
.djmodule_menu h3.title {
	background: url(../images/djmodule_green.png) no-repeat top left;
	height: 40px;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0 10px;
}

.djmodule.blue h3.title {
	background: url(../images/djmodule_blue.png) no-repeat top left;
}

.djmodule.red h3.title {
	background: url(../images/djmodule_red.png) no-repeat top left;
}

.djmodule.orange h3.title {
	background: url(../images/djmodule_orange.png) no-repeat top left;
}

/********** top-mods **********/

#top-mods_wrap {
	width: 988px;
	margin: 0 auto;
}

#top-mods {
	color: #fff;
}

#top-mods .rowcount_1 .top-in {
	width: 100%;
	float: left;
	margin:0;
	padding:0;
}

#top-mods .rowcount_2 .top-in {
	width: 50%;
	float: left;
	margin:0;
	padding:0;
}

#top-mods .rowcount_3 .top-in {
	width: 33.3%;
	float: left;
	margin:0;
	padding:0;
}

#top-mods .rowcount_4 .top-in {
	width: 25%;
	float: left;
	margin:0;
	padding:0;
}

#top-mods .djmoduleT, #top-mods .djmoduleT_menu {
	background: none;
	margin: 0 15px 25px 15px;
	position: relative;
}

#top-mods .djmoduleT .module-content,
#top-mods .djmoduleT_menu .module-content {
	padding: 50px 10px 10px;
}

#top-mods .djmoduleT .module-content.no_bagde_title,
#top-mods .djmoduleT_menu .module-content.no_bagde_title {
	padding: 10px;
}

#top-mods h3.title {
	line-height: 46px;
	height: 46px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	margin: 4px 5px 0 5px;
	padding: 0 0 0 60px;
	overflow: hidden;
}

div.h3_wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
}

#top-mods .no_badge h3.title {
	text-align: center;
	padding: 0;
}

/* djmoduleT default red */

.djmoduleT .top-left,
.djmoduleT_menu .top-left {
	background: url(../images/red-top-left.png) no-repeat top left;
	padding-left: 8px;
	height: 10px;
}

.djmoduleT .top-right,
.djmoduleT_menu .top-right {
	background: url(../images/red-top-right.png) no-repeat top right;
	height: 10px;
}

.djmoduleT .in-left,
.djmoduleT_menu .in-left {
	background: url(../images/red-in-left.png) repeat-y top left;
	padding-left: 8px;
}

.djmoduleT .in-right,
.djmoduleT_menu .in-right {
	background: url(../images/red-in-right.png) repeat-y top right;
	padding-right: 8px;
}

.djmoduleT .bot-left,
.djmoduleT_menu .bot-left {
	background: url(../images/red-bot-left.png) no-repeat top left;
	padding-left: 8px;
	height: 10px;
}

.djmoduleT .bot-right,
.djmoduleT_menu .bot-right {
	background: url(../images/red-bot-right.png) no-repeat top right;
	height: 10px;
}

.djmoduleT h3.title,
.djmoduleT_menu h3.title {
	background: url(../images/red_h3.png) repeat-x bottom left;
}

/* djmoduleT blue */

.djmoduleT.blue .top-left {
	background: url(../images/blue-top-left.png) no-repeat top left;
	padding-left: 8px;
	height: 10px;
}

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

.djmoduleT.blue .in-left {
	background: url(../images/blue-in-left.png) repeat-y top left;
	padding-left: 8px;
}

.djmoduleT.blue .in-right {
	background: url(../images/blue-in-right.png) repeat-y top right;
	padding-right: 8px;
}

.djmoduleT.blue .bot-left {
	background: url(../images/blue-bot-left.png) no-repeat top left;
	padding-left: 8px;
	height: 10px;
}

.djmoduleT.blue .bot-right {
	background: url(../images/blue-bot-right.png) no-repeat top right;
	height: 10px;
}

.djmoduleT.blue h3.title {
	background: url(../images/blue_h3.png) repeat-x bottom left;
}

/* djmoduleT green */

.djmoduleT.green .top-left {
	background: url(../images/green-top-left.png) no-repeat top left;
	padding-left: 8px;
	height: 10px;
}

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

.djmoduleT.green .in-left {
	background: url(../images/green-in-left.png) repeat-y top left;
	padding-left: 8px;
}

.djmoduleT.green .in-right {
	background: url(../images/green-in-right.png) repeat-y top right;
	padding-right: 8px;
}

.djmoduleT.green .bot-left {
	background: url(../images/green-bot-left.png) no-repeat top left;
	padding-left: 8px;
	height: 10px;
}

.djmoduleT.green .bot-right {
	background: url(../images/green-bot-right.png) no-repeat top right;
	height: 10px;
}

.djmoduleT.green h3.title {
	background: url(../images/green_h3.png) repeat-x bottom left;
}

/* djmoduleT orange */

.djmoduleT.orange .top-left {
	background: url(../images/orange-top-left.png) no-repeat top left;
	padding-left: 8px;
	height: 10px;
}

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

.djmoduleT.orange .in-left {
	background: url(../images/orange-in-left.png) repeat-y top left;
	padding-left: 8px;
}

.djmoduleT.orange .in-right {
	background: url(../images/orange-in-right.png) repeat-y top right;
	padding-right: 8px;
}

.djmoduleT.orange .bot-left {
	background: url(../images/orange-bot-left.png) no-repeat top left;
	padding-left: 8px;
	height: 10px;
}

.djmoduleT.orange .bot-right {
	background: url(../images/orange-bot-right.png) no-repeat top right;
	height: 10px;
}

.djmoduleT.orange h3.title {
	background: url(../images/orange_h3.png) repeat-x bottom left;
}

#top-mods a:link,
#top-mods a:visited {
	color: #fff;
}

/* badges */

.badge-new span.badge {
	position: absolute;
	background: url(../images/new.png) no-repeat;
	width: 77px;
	height: 79px;
	top: -15px;
	left: -20px;
	z-index: 10;
}

.badge-hot span.badge {
	position: absolute;
	background: url(../images/hot.png) no-repeat;
	width: 77px;
	height: 79px;
	top: -15px;
	left: -20px;
	z-index: 10;
}

.badge-info span.badge {
	position: absolute;
	background: url(../images/info.png) no-repeat;
	width: 77px;
	height: 79px;
	top: -15px;
	left: -20px;
	z-index: 10;
}

.badge-top span.badge {
	position: absolute;
	background: url(../images/top.png) no-repeat;
	width: 77px;
	height: 79px;
	top: -15px;
	left: -20px;
	z-index: 10;
}

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

#bottom-mods_wrap {
	width: 958px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

#bottom-mods_wrap .main_top {
	background: url(../images/main_top_scheme1.png) no-repeat top left;
}

#bottom-mods_wrap .main_bot {
	background: url(../images/main_bot_scheme1.png) no-repeat bottom left;
	padding: 8px 0;
}

#bottom-mods_wrap .main_in {
	background: url(../images/main_in_scheme1.png) repeat-y top left;
	padding: 5px 13px 6px 13px;
	width: 932px;
}

#bottom-mods {
	width: 932px;
	border-bottom:1px solid #BABABA;
	margin: 0 0 10px 0;
}

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

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

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

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

#bottom-mods .djmodule, #bottom-mods .djmodule_menu {
	background: none;
	margin: 0;
}

#bottom-mods h3.title {
	padding: 10px 10px 0 10px;
	margin: 0;
}

/******** catalog **********/

.djf_mod .djf_gal img {
	border: 1px solid #CCCCCC;
	margin: 0 3px 3px 0;
	padding: 0;
}

.djf_mod .djf_gal a {
	display: block;
	outline: none;	
}

.djf_mod .djf_img img {
	border: 1px solid #BABABA;
	padding: 0;
}

div.djf_cat h2 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.djf_mod .djf_text h3, .djf_mod .djf_text .djf_cat {
	margin: 4px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.djf_mod .djf_pag span.button {
	margin: 0 4px 0 0;
	padding: 2px 4px;
}

.djf_mod .djf_pag span.button.active {
	background: #AD1515;
	color: #fff;
}

div#djcatalog div.djcat_item .djcat_price, 
div#djcatalog div.djcat_item .djcat_category, 
div#djcatalog div.djcat_item .djcat_producer, 
div#djcatalog div.djcat_item .djcat_files {
	font-size: 100%;
	font-weight: bold;
	padding:0 0 5px;
}

div#djcatalog ul.djcat_ultab {
	border-bottom: 1px solid #47750E;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#djcatalog li.djcat_litab {
	background: #fff;
	border-left: 1px solid #47750E;
	border-right: 1px solid #47750E;
	border-top: 1px solid #47750E;
	cursor: pointer;
	display: block;
	float: left;
	color: #47750E;
	font-size: 100%;
	margin: 2px 10px 0 0;
	padding: 6px 15px;
}

div#djcatalog li.djcat_litab_active {
	background: #47750E;
	font-weight: bold;
	color: #fff;
}

div#djcatalog div.djcat_image img {
	padding-bottom: 0;
	margin-bottom: 4px;
	border: 1px solid #BABABA;
}

div.djcat_thumbnails img {
	margin-left: 0px !important;
	margin-right: 4px !important;
}

div#djcatalog .djcat_rowtab {
	float: none;
	width: auto;
}

div.djcat_blog_pagination div#pagination {
	padding: 10px 0 0 0;
}

div#djcatalog div.djcat_blog_item div.djcat_blog_image img {
	background: none;
	border: 1px solid #BABABA;
	padding: 0;
}

div#djcatalog div.djcat_blog_item_bg {
	background: #EEEEEE;
	margin: 2px;
}

div#djcatalog div.djcat_toolbar {
	background: none;
	float: left;
	margin: 0 0 10px;
	width: 100%;
}

div#djcatalog tr.djcat_table_row1 td {
	background: #EEEEEE;
}

div#djcatalog td.djcat_td_image div.djcat_td_image_in {
	float: none;
	padding: 5px;
}

div#djcatalog td.djcat_td_image div.djcat_td_image_in a img {
	border: 1px solid #BABABA;
}

/********** slider **********/

#djslider55 ul li {
	background: none;
}

.slide-desc-text .slide-title {
	text-align: center;
}

.slide-desc-text .slide-title a {
	font-size: 14px;
	color: #47750E;
	font-weight: bold;
	text-decoration: none;
}

.slide-desc-bg {
	background: #F2FDDC;
	opacity: 0.8;
}