/*****************/
/* BASIC CLASSES */
/*****************/
.floatr{ float: right; }
.floatl{ float: left; }
.st { margin-top: 10px; }
.sr { margin-right: 10px; }
.sb { margin-bottom: 10px; }
.sl { margin-left: 10px; }
.hidden { display: none; }

input[type=text], input[type=password], textarea, .jHtmlArea {
	color: #fff;
	/* background: #787f89 none; */
	background: #303030 none;
	border: 2px solid #52555a;
}
.shortinput{
	width: 30px;
}
.mediuminput{
	width: 50px;
}
.textarea{
	width: 100%;
	height: 200px;
}
.fancy_heading {
	padding: 10px;
	background: transparent url('/lib/img/heading_bg.png') bottom left repeat-x;
}
.alt_heading {
	padding: 10px;
	background: transparent url('/lib/img/alt_heading_bg.png') top left repeat-x;
}
.bigbutton{
	padding: 3px;
	border: 2px solid #52555a;
	background: #787f89 none;
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	cursor: pointer;
}
.smallbutton{
	padding: 1px;
	border: 2px solid #52555a;
	background: #787f89 none;
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	cursor: pointer;
}
.flash_message{
	padding: 10px;
	border: 2px solid #fff;
	margin: 20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
	.flash_message.ok {
		background: #0c0;
	}
	.flash_message.error {
		background: #ee3333;
	}

label{
	cursor: pointer;
}
.editor{
	width: 100%;
	height: 400px;
	font-size: 1.0em;
}

table{
	width: 100%;
	color: #c6952b;
}
	table tr th{
		font-weight: normal;
		text-align: left;
		color: #fff;
	}
.content table {
	border: 1px solid #c6952b !important;
}
	.content table tr td, .content table tr th {
		border: 1px solid #c6952b !important;
	}

/********************/
/* SPECIFIC CLASSES */
/********************/
.big_bg{
	background: #000 url('/lib/img/big_bg.jpg') center top no-repeat;
	min-height: 900px;
	position: relative;
	padding-bottom: 10px;
}

/* LOGO */
#logo{
	width: 172px;
	height: 172px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: transparent url('/lib/img/logo.png') top left repeat-x;
}
	#logo a{
		width: 172px;
		height: 172px;
		display: block;
	}
		#logo a span{
			position: absolute;
			text-indent: -900px;
		}


/* #HEADER */
#header{
	height: 101px;
	background: transparent url('/lib/img/header_bg.png') top left repeat-x;
}
	#header .inner{
		padding: 10px;
	}

#login_box{
	width: 285px;
	height: 77px;
	float: right;
	background: transparent url('/lib/img/login_box_bg.png') no-repeat;
}
	#login_box .inner{
		padding: 10px;
		overflow: hidden;
	}
	#login_box a{
		width: 50%;
		float: left;
		font-size: 0.8em;
		font-weight: bold;
		color: #fff;
	}
	#login_box label{
		width: 41%;
		float: left;
		cursor: pointer;
		font-size: 0.9em;
	}
	#login_box .textinput{
		width: 40%;
		height: 16px;
		float: left;
		padding: 1px;
		margin-right: 7px;
	}

#moving-banners {
	float: left;
	width: 480px;
	height: 90px;
	margin-left: 180px;
	margin-top: 5px;
	overflow: hidden;
}
	#moving-banners ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#moving-banners ul li {
			float: left;
			margin: 0;
			padding: 0;
			height: 100px;
			text-align: center;
		}
			#moving-banners ul li a {
				vertical-align: middle;
			}
				#moving-banners ul li a img {
					vertical-align: middle;
				}

/* #CONTENT */
#content .darksection{
	padding: 0 10px 10px 10px;
	background: #000 none;
	border-bottom: 1px #f0f0f0 solid;
	border-left: 1px #f0f0f0 solid;
	border-right: 1px #f0f0f0 solid;
}

/* Videosection */
#content .darksection.videosection .video_thumb{
	width: 140px;
	background: #002b28 none;
	text-align: center;
	float: left;
	margin: 4px 5px 4px 4px;
}
#content .darksection.videosection .video_thumb a{
	display: block;
}
#content .darksection.videosection .video_thumb a span{
	margin-top: 5px;
	display: block;
}
#content .darksection.videosection .video_thumb a img{
	width: 120px;
}
#content .darksection.videosection .video_thumb .inner{
	padding: 10px;
}
#content .alt_darksection.videosection .video_thumb{
	background: #002b28 none;
	text-align: center;
	float: left;
}
#content .alt_darksection.videosection .video_thumb a{
	display: block;
}
#content .alt_darksection.videosection .video_thumb .inner{
	padding: 10px;
}

/* gallerysection */
#content .darksection.gallerysection .gallery_thumb{
	width: 140px;
	background: #002b28 none;
	text-align: center;
	float: left;
	margin: 4px 5px 4px 4px;
}
#content .darksection.gallerysection .gallery_thumb a{
	display: block;
}
#content .darksection.gallerysection .gallery_thumb a span{
	margin-top: 5px;
	display: block;
}
#content .darksection.gallerysection .gallery_thumb a img{
	width: 120px;
}
#content .darksection.gallerysection .gallery_thumb .inner{
	padding: 10px;
}
#content .alt_darksection.gallerysection .gallery_thumb{
	background: #002b28 none;
	text-align: center;
	float: left;
}
#content .alt_darksection.gallerysection .gallery_thumb a{
	display: block;
}
#content .alt_darksection.gallerysection .gallery_thumb a img{
	width: 130px;
}
#content .alt_darksection.gallerysection .gallery_thumb .inner{
	padding: 5px;
}

#content .alt_darksection{
	background: transparent url('/lib/img/alt_darksection_bg.png');
}
	#content .alt_darksection .inner{
		padding: 0 10px 10px 10px;
	}

/* Strongmansection */
#content .strongmansection .strongman_thumb{
	width: 140px;
	background: #002b28 none;
	text-align: center;
	float: left;
	margin: 4px 5px 4px 4px;
}
	#content .strongmansection .strongman_thumb .inner{
		padding: 10px;
	}
	#content .strongmansection .strongman_thumb .inner a{
		display: block;
	}
	#content .strongmansection .strongman_thumb .inner a span{
		margin-top: 5px;
		display: block;
	}
	#content .strongmansection .strongman_thumb .inner a img{
		width: 120px;
	}
	
/* Shopsection */
#content .shopsection .product_thumb{
	width: 140px;
	background: #002b28 none;
	text-align: center;
	float: left;
	margin: 5px;
}
#content .shopsection .product_thumb a img{
	width: 120px;
}
#content .shopsection .product_thumb a span{
	margin-top: 5px;
	display: block;
}
#content .shopsection .product_thumb a{
	display: block;
}
#content .shopsection .product_thumb .inner{
	padding: 10px;
}

/* Protocolssection */
#content .protocolssection table {
	width: 100% !important;
	font-size: 0.8em;
}
#content .protocolssection table tr td, #content .protocolssection table tr th{
	padding: 5px !important;
}

/* .REGISTERSECTION */
.registersection{
	font-size: 1.2em;
}
	.registersection .textinput{
		font-size: 1.0em;
	}

/* .NEWSADDSECTION */
.newsaddsection{
	font-size: 1.2em;
}
	.newsaddsection .textinput{
		width: 100%;
		font-size: 1.0em;
	}

.news_list li {
	border-bottom: 1px solid #fff;
}

.chart_table{
	width: 100%;
	color: #c6952b;
}
	.chart_table tr:hover{
		background: #002b28 none;
	}
	.chart_table tr td{
		padding: 5px;
	}
	.chart_table tr td a{
		display: block;
	}
	.chart_table tr td a span{
		vertical-align: middle;
	}
	.chart_table tr td a img{
		vertical-align: middle;
		width: 48px;
	}
	.chart_table .textright{
		text-align: right;
	}
		.chart_table .textright small.date{
			font-size: 0.8em;
			color: #fff;
		}

.chart_list{
	color: #c6952b;
	list-style: none;
	padding: 0;
}
	.chart_list li{
		margin: 0;
		display: block;
		clear: both;
	}
	.chart_list small.date{
		font-size: 0.8em;
		color: #fff;
	}
	
.new_in_shop{
	
}
	.new_in_shop ul {
		list-style: none;
	}
		.new_in_shop ul li {
			margin: 0;
			margin-bottom: 5px;
		}
		.new_in_shop ul li a {
			display: block;
			clear: both;
			padding: 5px;
		}
		.new_in_shop ul li a:hover {
			background: #002b28 none;
		}
		.new_in_shop ul li img {
			float: left;
			margin: 0 10px 0 0;
		}

/* SHOP */
.shopping_cart_section{
	
}
.shopping_cart_section .shopping_cart_table{
	border: 1px solid #fff;
}
.shopping_cart_section .shopping_cart_table tr td, .shopping_cart_section .shopping_cart_table tr th{
	padding: 5px;
	border: 1px solid #fff;
}
.no_border{
	border: none !important;
}


/* #MENU */
#menu{
	height: 45px;
	background: transparent url('/lib/img/menu_bg.png') top left repeat-x;
	margin-bottom: 20px;
}
#menu_content ul{
	padding-left: 160px;
	list-style: none;
	margin: 0;
}
	#menu_content ul li{
		float: left;
		margin: 0;
	}
		#menu_content ul li a {
			color: #fff;
			display: block;
			padding: 12px 10px;
			position: relative;
		}
		#menu_content ul li a:hover, #menu_content ul li a.active{
			color: #c6952b;
		}
			#menu_content ul li a span{
				font-weight: bold;
				position: relative;
			}
			#menu_content ul li a span.shadow{
				color:#000;
				left:13px;
				top:14px;
				position: absolute;
			}
#menu_content .buttons {
	float: right;
	padding-top: 8px;
}
	#menu_content .buttons img {
		height: 30px;
	}


/* FOOTER */
#footer{
	min-height: 220px;
	background: transparent url('/lib/img/footer_bg.png') top left repeat;
	padding-bottom: 10px;
}
	#footer .footer_col{
		padding: 10px;
	}
		#footer .footer_col ul{
			color: #000;
		}
		#footer .footer_col h4{
			color: #000;
		}

#footer_copyright{
	height: 54px;
	background: transparent url('/lib/img/footer_copyright_bg.png') top left repeat-x;
}
	#footer_copyright p{
		padding-top: 17px;
		color: #d5d5d5;
		text-align: center;
	}
		#footer_copyright p a{
			color: #d5d5d5;
		}

.right_col_banners {
	
}
	.right_col_banners .banner_300x100 {
		width:300px;
		height:100px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.right_col_banners .banner_300x100.show {
		background: transparent url(/lib/img/fillers/ad_bg_300x100.png);
	}
		.right_col_banners .banner_300x100 p {
			font-size: 1.5em;
			text-align: center;
			margin-top: 20px;
			color: #303030 !important;
			font-weight: bold;
			margin-bottom: 50px;
		}
			.right_col_banners .banner_300x100 p a, .right_col_banners .banner_300x100 p span {
				font-size: 0.8em;
				color: #303030;
			}
			.right_col_banners .banner_300x100 p a {
				text-decoration: underline;
			}
#slideshow, #slideshow2 {
    position:relative;
	width: 620px;
	height:100px;
	overflow: hidden;
	float: left;
	margin: 10px 0;
}

#slideshow2 {
	width: 300px;
	height: 100px;
}

#slideshow img, #slideshow2 img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    width: 620px;
    /* margin: -2px -2px -4px; */
}

#slideshow2 img {
	width: 300px;
}

#slideshow img.active, #slideshow2 img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active, #slideshow2 img.last-active {
    z-index:9;
}
