#background {
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#background img {
	width:100%;
	height:100%;
	border:0px;
}
#scroller {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
	#container {
		display:block;
		width:900px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../images/header.png);
		background-position:top center;
		background-repeat:no-repeat;
	}
		#header h1,
		#header h2,
		#header .logo b,
		#header hr {
			display:none;
		}
	
		#header {
			display:block;
			height:210px;
		}
			#header a.logo {
				display:block;
				float:right;
				width:310px;
				height:125px;
				background-image:url(../images/logo_off.png);
				background-repeat:no-repeat;
			}
			#menu {
				display:block;
				position:absolute;
				top:140px;
				width:900px;
				background-image:url(../images/50.png);
			}
			#menu ul.nav_main {
				float:left;
			}
			#menu ul.nav_social {
				float:right;
			}
			#menu ul {
				display:block;
				margin:0;
				padding:0;
				padding-left:17px;
			}
			#menu ul li {
				display:block;
				float:left;
				margin:0;
				padding:0;
				padding:5px;
				padding-top:7px;
				list-style:none;
				list-style-image:none;
			}
			#menu ul li a {
				display:block;
				font-size:18px;
				line-height:18px;
				font-weight:bold;
				text-transform:uppercase;
				text-shadow: 1px 1px 0px #ffffff;
				filter: dropshadow(color=#ffffff, offx=1, offy=1);
			}
			#menu ul.nav_social li a {
				font-size:14px;
				line-height:22px;
			}
				#menu ul ul {
					display:none;
				}
			
		#content {
			display:block;
		}
			.article {
				display:block;
				margin-bottom:20px;
			}
			.article div.title {
				display:block;
				background-image:url(../images/50.png);
				padding:3px;
				padding-left:21px;
				margin-bottom:5px;
			}
			.article div.title * {
				line-height:normal;
			}
			.article div.content {
				display:block;
				margin-left:21px;
			}
			.article.white div.content {
				display:block;
				background-color:#fff;
				padding:3px;
			}

			#left {
				display:block;
				float:left;
				width:200px;
				margin-right:20px;
			}
			
			#middle {
				display:block;
				float:left;
				width:400px;
			}
			
			#right {
				display:block;
				float:right;
				width:260px;
			}
			
		#footer {
			display:block;
			text-align:center;
		}
			#footer hr {
				display:none;
			}
			#bottommenu {
				display:block;
				margin-bottom:10px;
			}
			#bottommenu ul {
				display:block;
				overflow:hidden;
				margin:0;
				padding:0;
				margin-left:auto;
				margin-right:auto;
			}
			#bottommenu ul li {
				display:inline;
				float:left;
				margin:0;
				padding:0;
				padding-left:5px;
				padding-right:5px;
				border-left:1px solid #999;
				margin-left:-1px;
				list-style:none;
				list-style-image:none;
			}
			#bottommenu ul li a {
				text-transform:uppercase;
			}
			
			#footer .copyrights {
				display:block;
				clear:both;
				font-size:10px;
			}

div.last_news_article_module .more_info,
.read_more {
	white-space:nowrap;
}
div.last_news_article_module .more_info,
.read_more br {
	display:none;
}

/* Shop module */
.store_module {
	display:block;
}

.store_module .listing_header {
	display:none !important;
}
.store_module div.spec_group_menus {
	display:none;
}
.store_module div.spec_group_menu {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.store_module div.spec_group_menu label {
	display:block;
}
.store_module div.spec_group_menu select {
	display:block;
	clear:both;
}
span.spec_submit {
	display:none;
}
.spec_group_menu select {
	width:93px;
}
span.spec_reset {
	white-space: nowrap;
}
.store_module .listing .title * {
	font-size:14px;
	line-height:16px;
}
.store_module .title .item_ref {
	display:none;
}
.store_module .listing  {
	display:block;
}
.store_module .listing div.category {
	display:none;
	clear:both;
}
.store_module .listing .row {
	display:block;
	overflow:hidden;
}
.store_module .listing .article.hover {
	border-color:#d00 !important;
	cursor:pointer;
}
.store_module .listing .article {
	display:block;
	margin:0;
	margin-bottom:5px;
	padding:5px !important;
	border:1px solid #ccc !important;
}
.store_module .listing .article div.thumb {
	display:block;
	text-align:center;
	float:left;
	margin-right:5px;
}
.store_module .listing .article div.no_thumb {
	display:block;
	float:left;
	text-align:center;
	width:100px;
	margin-right:5px;
	border:1px solid #ccc;
	background-color:#ddd;
}
.store_module .listing .article div.more_info {
	display:none;
}
.store_module .listing .article div.prices,
.store_module .listing .article div.price_line,
.store_module .listing .article div.price {
	display:block;
}
.store_module .listing .article span.article {
	display:none !important;
}
.store_module .details {
	display:block;
}
.store_module .specs {
	display:block;	
}
.store_module .specs .spec_group {
	display:block;
}
.store_module .specs .spec_item {
	display:inline;
}
.store_module .specs .spec_item label {
	padding-right:5px;
}
.store_module .spec_title {
	display:inline;
}
.store_module .spec_checkbox {
	display:inline;
}
.store_module .specs .spec_item .yes {
	display:none;
}

.store_module .listing .article div.info {
	display:none;
}
.store_module .listing .article .price_line {
	display:block;
	clear:both;
}
.store_module .listing .article .price_line div.price {
	display:block;
	float:left;
}
.store_module .listing .article .price_line span.tax {
	display:none;
}

.store_module .listing .article .prices {
	display:block;
	text-align:right;
}
.store_module .listing .article span.stock {
	display:none;
}
.random_price,
.store_module .listing .article span.price {
	/*font-family:Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;*/
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}
.store_module .listing .article .price .ref,
.store_module .listing .article .price .article {
	display:none;
}
.store_module .listing .article div.ui {
	display:block;
	float:right;
	text-align:right;
}

.store_module .item_details {
	display:block;
}
.store_module .item_details div.category {
	display:none;
}
.store_module .item_details .article {
	display:block;
	padding:0 !important;
}
.store_module .item_details .article div.specs {
	display:block;
	float:left;
	width:300px;
}
.store_module .item_details .article div.info {
	display:block;
	padding-top:15px;
	clear:left;
}
.store_module .item_details .article div.preview {
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.store_module .item_details .article div.prices {
	display:block;
	clear:both;
	border-top:1px solid #c10116;
	margin-top:10px;
	padding-top:10px;
	margin-bottom:20px;
}
.store_module .item_details .article div.price_line {
	display:block;
}
.store_module .item_details .article div.price_line span {
	margin-right:10px;
}
.store_module .item_details .article div.price_line div.price {
	display:block;
	float:right;
}
.store_module .item_details .article div.price_line span.article {
	/*display:none !important;*/
	display:block;
	float:left;
}
.store_module .item_details .article div.price_line div.price span {
	display:inline;
}
.store_module .item_details .article div.price_line div.price .ref {
	font-weight:normal;
	font-size:10px;
}
.store_module .item_details .article div.price_line div.ui {
	display:block;
	float:right;
	clear:both;
	white-space:nowrap;
}
.store_module .item_details .article span.price {
	/*font-family:Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;*/
	font-size:18px !important;
	font-weight:bold;
	display:block;
	float:right;
}
.store_module .article strike.old_price {
	font-size:10px;
	display:block;
	width:100%;
	text-align:left;
	line-height:10px;
	margin-top:-10px;
}
.store_module div.addthis_toolbox {
	float:right;
	clear:both;
	padding-top:10px;
	padding-bottom:5px;
}
/*.shop_categories_module a,.shop_specifications_module a,.shop_manufacturers a*/

.shop_manufacturers li,
.shop_pricesmenu_module li,
.shop_specifications_module li,
.shop_categories_module li {
	padding-bottom:3px;
}

.shop_manufacturers span.amount,
.shop_pricesmenu_module span.amount,
.shop_specifications_module span.amount,
.shop_categories_module span.amount {
	color:#999;
	font-size:9px;
}


div.page_stats {
	display:block;
	clear:both;
	text-align:center;
}
div.page_stats table {
	margin-left:auto;
	margin-right:auto;
}
.store_module div.tax {
	text-align:center;
}

.loginform span {
	display:block;
}
.loginform input.input {
	width:120px;
}

.public_address select {
	width:120px;
}

.shop_cart span.item_ref {
	display:none;
}

.news_module {
	display:block;
}
.news_module div.option_bar {
	display:block;
	float:right;
	clear:both;
	padding-top:10px;
}

.regiomap_module h1.title {
	display:none;
}



/* caption determines the style of
   the month/year banner above the calendar. */

caption {
     color: #333;
     font-weight: bold;
	 text-align:left;
}

/* .calendar determines the overall formatting style of the calendar,
   acting as the default unless later overruled. */

.calendar_module {
	display:block;
}

.calendar {
    border:none;
	margin-bottom:10px;
}
.calendar tr {
}

.calendar tr.head {
	display:none;
}


/* .header determines the formatting of the weekday headers at the top of the calendar. */
.header {
	 color:#ddd;
     border:none;
}

/* .day determines the formatting of each day displayed in the calendar. */
.day {
	width:60px;
	height:80px;
	color:#999;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	text-align:top left;
	vertical-align:top;
}

/* .linkedday determines the formatting of a date to which content is available. */
.linkedday {
	width:14%;
	height:80px;
	color:#000;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	text-align:left;
	vertical-align:top;
}

.today {
	border-color: #f00;
	border-style: solid;
	border-width: 1px;
	color:#000;
}

.linkedday ul {
	margin:0px;
	padding:0px;
	display:inline;
}
.linkedday ul li {
	font-size:10px;
	list-style-type: none;
	margin:0px;
	padding:0px;
	display:block;
	border-top:1px solid #000;
}
.linkedday ul li a {
}



.downloads_module {
	display:block;
}
.downloads_module div.item {
	display:block;
	clear:both;
	padding-bottom:20px;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	background-image:url(../images/arrow_bottom_red.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:10px;
	opacity: 0.85;
	color:#fff;
}
#tooltip * {
	padding: 5px;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	background-color:#840311;
}
#tooltip h3, #tooltip div { margin: 0; }


/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:50%; margin-left:-300px; background-color:#fff; border:2px solid #fff;}
#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:30px; height:29px; display:inline; z-index:3200; position:absolute; top:-20px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}

.alert {
	background-color:#EF4035;
	color:#fff;
	text-align:center;
}
.alert .string {
	font-size:14px;
	display:block;
	padding:20px;
}		
