/*Commom Classes*/
table.contentpaneopen{
	width: 100%;
}

.module, .module-buttons, .module-events, .module-smallbox, .module-news, .module-transparent{
	margin: 0;
}

.bannergroup{
	}
	.bannergroup img{
		border: none;
		margin: 0;
	}
	.bannergroup .banneritem{
		margin-bottom: 7px;
	}

/*Commom IDs*/
#height_container{
	position: relative;
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
* html #height_container{
	height: 100%;
}

#container{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 364px;
	text-align: left;
}
	#component{
		width: 600px;
		padding-top: 25px;
		margin-left: 35px;
		padding-bottom: 25px;
	}
		#component .contentpaneopen table{
			width: 100%;
		}
		#component .contentheading, #component .componentheading{
			font-size: 12px;
			font-weight: bold;
			color: #4e6b94;
			text-transform: uppercase;
			line-height: 1;
			padding: 0;
			padding-bottom: 20px;
			margin: 0;
		}
		
	#lang{
		position: absolute;
		height: 20px;
		top: 8px;
		left: 790px;
		overflow: hidden;
	}
		#lang ul.jflanguageselection{
			list-style-type: none;
			margin: 0;
			padding: 0;
			line-height: 20px;
		}
			#lang ul.jflanguageselection li{
				display: inline;
			}
				#lang ul.jflanguageselection li, #lang ul.jflanguageselection li *{
					font-size: 12px;
					font-weight: bold;
					color: #8a8892;
					text-transform: uppercase;
					text-decoration: none;
				}
				#lang ul.jflanguageselection li .langImg{
					border: none;
					margin-right: 7px;
					margin-left: 10px;
				}
				
	#frontpage{
		position: absolute;
		top: 11px;
		left: 18px;
		line-height: 1;
	}
		#frontpage, #frontpage *{
			font-size: 11px;
			font-weight: normal;
			color: #8a8892;
			text-decoration: none;
		}
		#frontpage a:hover{
			color: #041f4a;
		}
		
	#scrolltext{
		position: absolute;
		width: 650px;
		height: 30px;
		top: 9px;
		left: 120px;
		line-height: 1.2;
	}
		#scrolltext p{
			margin: 0;
		}
		#scrolltext, #scrolltext p{
			font-size: 12px;
			color: #041f4a;
		}
		
	#footer{
		position: relative;
		width: 1000px;
		height: 20px;
		margin-top: -67px;
		padding-top: 40px;
		padding-bottom: 7px;
		background-image: url(../images/footer.gif);
		background-repeat: no-repeat;
		background-position: 50% 0;
		line-height: 1.2;
		margin-left: auto;
		margin-right: auto;
	}
		#footer p{
			margin: 0;
		}
		#footer, #footer p, #footer a{
			font-size: 12px;
			color: #4e6b94 !important;
		}
		#bottomscroll{
			position: absolute;
			width: 1000px;
			height: 26px;
			line-height: 26px;
			top: 0;
			left: 0;
		}
			#bottomscroll p{
				margin: 0;
			}
			#bottomscroll p, #bottomscroll{
				color: #fff !important;
				font-size: 20px;
			}
		
#cmm_subscribe, #cmm_unsubscribe{
	border: none;
}
		
	

/*Side bars*/
#left_js, #right_js{
}
.leftcol, .rightcol{
	width: 175px;
	padding-top: 1px;
	overflow: hidden;
}
	.leftcol .module, .rightcol .module, .rightcol .module-news{
		margin-bottom: 10px;
	}
		.leftcol .module .button, .rightcol .module .button, .addtocart_button, .rightcol .module-smallbox .button{
			width: 80px;
			height: 23px;
			font-size: 11px;
			color: #000;
			border: none;
			font-weight: normal;
			text-align: center;
			background-image: url(../images/button.gif);
			background-repeat: no-repeat;
			background-position: 50% 50%;
		}
		.leftcol .module #subscriber_email, .rightcol .module #subscriber_email{
			width: 146px;
			font-size: 16px !important;
			background-image: url(../images/input1.gif);
			background-repeat: no-repeat;
			background-position: 50% 50%;
			border: none;
		}
		.leftcol .module p, .rightcol .module p, .rightcol .module-news p, .module-smallbox p{
			margin: 0;
			line-height: 1.2;
		}
		.leftcol .module h3, .rightcol .module h3, .rightcol .module-news h3{
			width: 165px;
			font-size: 16px;
			font-weight: normal;
			color: #000;
			line-height: 25px;
			background-image: url(../images/mod-head.gif);
			background-repeat: repeat;
			background-position: 0 0;
			margin: 0;
			margin-top: -5px;
			margin-left: -8px;
			padding: 0;
			padding-left: 5px;
		}
		.rightcol .module-news h3{
			font-weight: bold;
		}
		.leftcol .module div, .rightcol .module div, .rightcol .module-news div{
			background-color: #efeff1;
			background-image: url(../images/mod-dot.gif);
			background-repeat: repeat-x;
			background-position: 0 0;
			border-bottom: 3px solid #707b97;
		}
			.leftcol .module div div, .rightcol .module div div, .rightcol .module-news div div{
				border-bottom: 3px solid #fff;
				padding: 10px;
			}
				.leftcol .module div div div, .rightcol .module div div div, .rightcol .module-news div div div{
					border: none;
					background-color: transparent;
					background-image: none;
					padding: 0;
				}

#left_nojs, #right_nojs{
	position: absolute;
	top: 364px;
}
#left_nojs{
	left: 0;
}
#right_nojs{
	left: 100%;
	margin-left: -175px;
}

/*Header flash*/
#header_container{
	position: absolute;
	width: 100%;
	min-width: 1020px;
	height: 311px;
	top: 20px;
	left: 0;
	background-image: url(../images/header-shaddow.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
* html #header_container{
	width: expression(document.body.clientWidth < 1020 ? "1020px" : "100%" );
}
	#header{
		width: 1020px;
		height: 305px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	
/*Top menu*/
#topmenu{
	position: absolute;
	width: 1000px;
	height: 24px;
	top: 332px;
	left: 0;
	overflow: hidden;
	text-align: center;
}
	#topmenu ul.menu{
		list-style-type: none;
		margin: 0;
		padding: 0;
		line-height: 24px;
	}
		#topmenu ul.menu li{
			float: left;
			white-space: nowrap;
		}
			#topmenu ul.menu li a{
				display: block;
				font-size: 14px;
				font-weight: normal;
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
			}
				#topmenu ul.menu li a span{
					display: block;
					background-image: url(../images/meniu.gif);
					background-repeat: repeat-x;
					background-position: 0 0;
					/*padding-left: 8px;
					padding-right: 8px;*/
				}
				#topmenu ul.menu li.first a span{
					padding-left: 5px;
				}
				#topmenu ul.menu li.last a span{
					padding-right: 5px;
				}
				#topmenu ul.menu li a:hover span, #topmenu ul.menu li.active a span{
					background-image: url(../images/meniu-hover.gif);
					background-repeat: repeat-x;
					background-position: 0 0;
				}
			#topmenu ul.menu li.first a{
				padding-left: 3px;
				background-image: url(../images/meniu-corner1.gif);
				background-repeat: no-repeat;
				background-position: 0 0;
			}
			#topmenu ul.menu li.first a:hover, #topmenu ul.menu li.first.active a{
				background-image: url(../images/meniu-hover-corner1.gif);
				background-repeat: no-repeat;
				background-position: 0 0;
			}
			#topmenu ul.menu li.last a{
				padding-right: 3px;
				background-image: url(../images/meniu-corner2.gif);
				background-repeat: no-repeat;
				background-position: 100% 0;
			}
			#topmenu ul.menu li.last a:hover, #topmenu ul.menu li.last.active a{
				padding-right: 3px;
				background-image: url(../images/meniu-hover-corner2.gif);
				background-repeat: no-repeat;
				background-position: 100% 0;
			}
			
.leftcol .module ul.menu, .rightcol .module ul.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}
	.leftcol .module ul.menu li, .rightcol .module ul.menu li{
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #d3d2d8;
	}
		.leftcol .module ul.menu li a, .rightcol .module ul.menu li a{
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #4e6b94;
			padding-left: 15px;
			background-image: url(../images/arrow1.gif);
			background-repeat: no-repeat;
			background-position: 0 50%;
			text-decoration: none;
		}
		.leftcol .module ul.menu li a:hover, .rightcol .module ul.menu li a:hover, .leftcol .module ul.menu li.active a, .rightcol .module ul.menu li.active a{
			color: #041f4a;
			background-image: url(../images/arrow1_hover.gif);
		}
			
			.leftcol .module ul.menu li ul, .rightcol .module ul.menu li ul{
				list-style-type: none;
				margin: 0;
				padding: 0;
				padding-top: 5px;
			}
				.leftcol .module ul.menu li ul li, .rightcol .module ul.menu li ul li{
					padding-top: 5px;
					padding-bottom: 5px;
					border-bottom: none;
				}
					.leftcol .module ul.menu li ul li a, .rightcol .module ul.menu li ul li a{
						font-size: 12px;
						font-weight: normal;
						color: #4e6b94 !important;
						padding-left: 25px;
						background-image: none !important;
						text-decoration: none;
					}
					.leftcol .module ul.menu li ul li a:hover, .rightcol .module ul.menu li ul li a:hover, .leftcol .module ul.menu li ul li.active a, .rightcol .module ul.menu li ul li.active a{
						color: #041f4a !important;
						background-image: none;
						text-decoration: underline;
					}
					
/*Left menu*/
.module-buttons{
	margin-bottom: 10px;
}
.module-buttons ul.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	.module-buttons ul.menu li{
		margin-bottom: 10px;
	}
		.module-buttons ul.menu li a{
			display: block;
			font-size: 13px;
			font-weight: normal;
			color: #fff;
			line-height: 25px;
			text-align: center;
			background-image: url(../images/sidemenu.gif);
			background-repeat: no-repeat;
			background-position: 50% 0;
			text-decoration: none;
		}
			.module-buttons ul.menu li a:hover, .module-buttons ul.menu li.active a{
				background-position: 50% -25px;
			}
			
			.module-buttons ul.menu li ul{
				list-style-type: none;
				margin: 0;
				padding: 0;
				line-height: 1;
			}
				.module-buttons ul.menu li ul li{
					padding: 0;
					margin: 0;
				}
					.module-buttons ul.menu li ul li a{
						display: block;
						font-size: 12px;
						font-weight: normal;
						color: #4e6b94;
						line-height: 25px;
						text-align: center;
						background-image: none !important;
						text-decoration: none;
					}
					
/*Events*/
.module-events{
	margin-bottom: 10px;
	border: 1px solid #723988;
	background-image: url(../images/events-back.jpg);
	background-repeat: repeat-x;
	background-position: 0 38px;
}
	.module-events div{
		background-image: url(../images/events-header.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
		.module-events div div{
			background-image: none;
		}
			.module-events div div div{
				padding-bottom: 10px;
			}
				.module-events div div div div{
					padding: 0;
				}
	
	.module-events h3{
		text-align: center;
		height: 36px;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.1;
		text-transform: uppercase;
		color: #fff;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		padding-top: 2px;
	}
	
	.module-events table.mod_eventlistcalq_calendar, .module-events	table.mod_eventlistcalq_calendar th.mod_eventlistcalq_daynames,
	.module-events table.mod_eventlistcalq_calendar .mod_eventlistcalq, .module-events	table.mod_eventlistcalq_calendar .mod_eventlistcalq_calday,
	.module-events table.mod_eventlistcalq_calendar .mod_eventlistcalq_caltoday, .module-events table.mod_eventlistcalq_calendar .mod_eventlistcalq_caldaylink
	{
		background-color: transparent;
		border: none;
		padding: 2px;
		height: auto;
		width: auto;
		line-height: 1;
	}
	.module-events table.mod_eventlistcalq_calendar .mod_eventlistcalq_caldaylink{
		background-color: #5c147b;
	}
		.module-events table.mod_eventlistcalq_calendar .mod_eventlistcalq_caldaylink a{
			background-color: transparent;
			color: #fff;
			font-weight: normal;
		}
		.module-events table.mod_eventlistcalq_calendar td{
			font-size: 11px;
			color: #000;
			padding: 0;
			height: auto;
			width: auto;
			font-weight: normal;
		}
		.module-events table.mod_eventlistcalq_calendar .mod_eventlistcalq_daynames{
			background-image: url(../images/events-weeks.jpg);
			background-repeat: repeat-x;
			background-position: 0 0;
			line-height: 17px;
			font-size: 11px;
			font-weight: bold;
			color: #000;
		}
		
		.module-events	table.mod_eventlistcalq_calendar .mod_eventlistcalq_caltoday{
			border: 1px solid #000;
		}
		
/*Shop*/
table.product_category_childs{
	width: 100%;
}
	table.product_category_childs td, #product_list .browseProductContainer{
		background-image: url(../images/shop-child-back.jpg);
		background-repeat: repeat-x;
		background-position: 0 0;
		background-color: #f3f3f5;
	}
		table.product_category_childs td, table.product_category_childs td a{
			font-size: 12px;
			color: #4e6b94;
			font-weight: bold;
		}
		table.product_category_childs td a{
			text-decoration: underline;
		}
		table.product_category_childs td img{
			margin-bottom: 10px;
		}
		
	.browseprice .product-Old-Price{
		color: #aaa;
		text-decoration: line-through;
	}
		
#product_list{
	overflow: hidden;
}
#product_list .browseProductContainer{
	padding: 12px;
	text-align: center;
}
	#product_list .browseProductContainer, #product_list .browseProductContainer a{
		font-size: 12px;
		color: #4e6b94;
		font-weight: bold;
	}
	#product_list .browseProductContainer a{
		text-decoration: underline;
	}
	#product_list .browseProductContainer img{
		margin-bottom: 10px;
	}
	
.pagination, .limit_total{
	text-align: center !important;
}

.shop_product_details .images{
	width: 135px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../images/shop-child-back.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #f3f3f5;
	text-align: center;
	overflow: hidden;
}
.shop_product_details .details{
	width: 360px;
	margin-left: 25px;
}
	.shop_product_details .details p{
		margin: 0;
	}
	.shop_product_details .details .label{
		color: #4e6b94;
		font-size: 12px;
		font-weight: normal;
	}
	.shop_product_details .details .productPrice{
		font-weight: bold;
	}
	.shop_product_details .details .product-Old-Price{
		color: #f00;
		text-decoration: line-through;
	}
	
.vmCartModule .cartleft-data{
	color: #fff;
}
.vmCartModule .cartleft-data .cartleft-title{
	margin-right: 5px;
	margin-left: 10px;
	font-weight: bold;
}
.vmCartModule .opencart-div{
	text-align: center;
	margin-top: 5px;
	line-height: 23px;
}
.vmCartModule .opencart-div a{
	width: 80px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
	
/*Login box*/
.rightcol .module-smallbox{
	margin-bottom: 10px;
}
	.rightcol .module-smallbox h3{
		font-size: 12px;
		color: #fff;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		line-height: 1;
	}
	.rightcol .module-smallbox .inputbox{
		width: 156px;
		background-image: url(../images/input2.gif);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		border: none;
		margin-bottom: 3px;
	}
	.rightcol .module-smallbox div{
		background-color: #445e83;
	}
		.rightcol .module-smallbox div div{
			background-image: url(../images/smallbox-bot.gif);
			background-position: 50% 100%;
			background-repeat: no-repeat;
			background-color: transparent;
		}
			.rightcol .module-smallbox div div div{
				min-height: 72px;
				background-image: url(../images/smallbox-top.gif);
				background-position: 50% 0;
				background-repeat: no-repeat;
				padding: 7px;
			}
			* html .rightcol .module-smallbox div div div{
				height: 72px;
			}
				.rightcol .module-smallbox div div div div{
					background-color: transparent;
					background-image: none;
					min-height: 0;
					padding: 0;
				}
				* html .rightcol .module-smallbox div div div div{
					height: auto;
				}
				
/*Side news*/
.leftcol .module table.contentpaneopen, .rightcol .module table.contentpaneopen, .rightcol .module-news .module table.contentpaneopen, .rightcol .module-news table.contentpaneopen {
	width: 100%;
}
	.leftcol .module .contentheading, .rightcol .module .contentheading, .rightcol .module-news .contentheading{
		line-height: 1;
	}
		.leftcol .module .contentheading, .rightcol .module .contentheading, .leftcol .module .contentheading a, .rightcol .module .contentheading a, .rightcol .module-news .contentheading a{
			font-size: 12px;
			font-weight: bold;
			color: #4e6b94;
			text-decoration: none;
		}
		.leftcol .module .contentpaneopen p, .rightcol .contentpaneopen .module p, .rightcol .module-news .contentpaneopen .module p{
			margin: 0;
		}
		.leftcol .module .contentpaneopen p, .rightcol .module .contentpaneopen p, .leftcol .module .contentpaneopen, .rightcol .module .contentpaneopen, .rightcol .module-news .contentpaneopen{
			color: #4e6b94;
			font-size: 11px;
			line-height: 1.2;
		}
		.leftcol .module .contentpaneopen a.readmore, .rightcol .module .contentpaneopen a.readmore, .rightcol .module-news .contentpaneopen a.readmore{
			color: #4e6b94;
			font-weight: bold;
			text-decoration: underline;
		}
		.leftcol .module .contentpaneopen img, .rightcol .module .contentpaneopen img, .rightcol .module-news .contentpaneopen img{
			width: 50px;
			height: auto;
			margin: 0;
			margin-right: 5px;
		}
		.leftcol .module .article_separator, .rightcol .module .article_separator, .rightcol .module-news .article_separator{
			display: block;
			line-height: 1px;
			background-image: url(../images/mod-dot.gif);
			background-repeat: repeat-x;
			background-position: 0 0;
		}
		
/*Moon callendar*/
#mooncallendar{
	position: relative;
	width: 171px;
	padding-top: 99px;
	background-image: url(../images/moonhead.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #f6f3ee;
	border: 1px solid #505376;
	margin-bottom: 10px;
	overflow: hidden;
}
	#mooncallendar .mod_placehere .mod_placehere_leading table.contentpaneopen{
		width: 100%;
	}
		#mooncallendar .mod_placehere .mod_placehere_leading table.contentpaneopen table td{
			text-align: center;
		}
			#mooncallendar .mod_placehere .mod_placehere_leading table.contentpaneopen table td, #mooncallendar .mod_placehere .mod_placehere_leading table.contentpaneopen table td *{
				font-size: 11px;
				font-weight: normal;
				color: #000;
				margin: 0;
				line-height: 1;
			}
			#mooncallendar .mod_placehere .mod_placehere_leading table.contentpaneopen table td a img{
				border: 1px solid #214888;
			}
		#mooncallendar .mod_placehere .mod_placehere_leading table.contentpaneopen table td.caption{
			background-color: #214888;
			background-color: #fb9999;
		}
			#mooncallendar .mod_placehere .mod_placehere_leading table.contentpaneopen table td.caption, #mooncallendar .mod_placehere .mod_placehere_leading table.contentpaneopen table td.caption *{
				color: #fff;
				color: #000;
			}
	#mooncallendar .mod_placehere .mod_placehere_leading  span.article_separator{
		display: none;
	}
	
	#weekdays{
		position: absolute;
		top: 99px;
		left: 4px;
	}
		#weekdays span{
			display: block;
			float: left;
			width: 15px;
			margin-right: 2px;
			text-align: center;
			font-size: 11px;
			font-weight: bold;
			color: #000;
		}
		
/*Intro news*/
#component div.moduletable{
	clear: both;
	border-bottom: 1px solid #000;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	padding-bottom: 10px;
	overflow: hidden;
}
	#component div.moduletable h3{
		font-size: 12px;
		font-weight: bold;
		color: #4e6b94;
		text-transform: uppercase;
		line-height: 1;
		padding: 0;
		padding-bottom: 20px;
		margin: 0;
		text-align: center;
	}
	
	#component div.moduletable .contentpaneopen, #component .blog .contentpaneopen{
		background-color: #efeff7;
		border: 1px solid #fff;
	}
		#component div.moduletable .contentpaneopen td, #component .blog .contentpaneopen td{
			padding-left: 5px;
		}
		#component div.moduletable .contentpaneopen img, #component .blog .contentpaneopen img{
			margin-left: 0;
		}
	
	#component div.moduletable .contentheading, #component .blog .contentheading{
		margin: 0;
		padding: 0;
		color: #003366;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5;
		text-transform: none;
	}
	#component div.moduletable .readmore, #component .blog .readon{
		color: #000080;
		font-weight: bold;
	}
	
	#component div.moduletable p, #component .blog p{
		margin: 0;
	}
	
/*Archive list*/
ul#archive-list{
	line-height: 1.2;
}
ul#archive-list .contentheading, ul#archive-list h5{
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}
ul#archive-list li{
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-image:url(../images/mod-dot.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

/*Article navigation*/
#navigation{
	text-align: center;
}
#navigation .pagination{
	display: block;
	clear: both;
}

#navigation .pagination span, #navigation .pagination a{
	margin-left: 2px;
	margin-right: 2px;
}

#system-message{
	list-style-type: none;
	background-color: #4E6B94;
	color: #fff;
	padding: 5px;
	margin: 0 0 10px 0;
}
	#system-message dt.error, #system-message dd.error{
		color: #f00;
		font-weight: bold;
		background-color: #fff;
		padding: 0 5px;
	}
	#system-message dd.error{
		padding: 0 15px 0 5px;
		margin: 0;
	}
