body {
	background-color:#fff;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
}

/* Graphical user interface */

#container {
	display:block;
	width:975px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
}

	#top {
		display:block;
		width:975px;
		height:65px;
		padding:0;
		margin:0;
		background-color:#000;
		background-image:url('../images/logo.jpg');
		background-repeat:no-repeat;
		background-position:top right;
		z-index:10;
	}
		#menu {
			display:block;
			padding:20px;
			padding-bottom:0;
		}
			#menu ul {
				display:block;
				padding:0;
				margin:0;
			}
			#menu ul li {
				display:block;
				float:left;
				padding:0;
				margin:0;
				list-style:none;
				list-style-image:none;
			}
			#menu ul li a {
				display:block;
				height:auto;
				padding-top:5px;
				padding-right:10px;
				padding-bottom:5px;
				padding-left:10px;
				border-left:1px solid #19aed9;
				color:#fff;
				font-weight:normal;
				text-transform:uppercase;
				font-size:13px;
			}
					#menu ul li a:hover {
						color:#fa11d6;
					}
			/* Submenu styles */
			#menu ul ul {
				position:absolute;
				display:none;
				padding:10px;
				padding-left:0;
				background-color:#000;
				margin:0;
				width:965px;
				z-index: inherit;
			}
				#menu ul ul li {
					float:left;
				}
				#menu ul ul li a {
					font-weight:bold;
					background-color:#000;
					color:#fff;
					padding-top:5px;
					padding-right:10px;
					padding-bottom:5px;
					padding-left:10px;
					border-left:1px solid #fff;
				}
					#menu ul ul li a:hover {
						color:#19aed9;
					}

	#header {
		display:block;
		width:975px;
		padding:0;
		margin:0;
		background-color:#999999;
	}
                #header .header {
			display:block;
			width:975px;
			padding-top:45px;
		}
			.header #photo {
				display:block;
				width:975px;
				background-position:0 0;
				background-repeat:no-repeat;
			}
				.header #photo .top {
					display:block;
					width:975px;
					height:32px;
					background-image:url('../images/border_top.png');
					background-position:0 0;
					background-repeat:no-repeat;
				}
				.header #photo .middle {
					display:block;
					width:975px;
					height:276px;
				}
				.header #photo .bottom {
					display:block;
					width:975px;
					height:32px;
					background-image:url('../images/border_bottom.png');
					background-position:0 0;
					background-repeat:no-repeat;
				}


		#shop_scroller {
			display:block;
			width:925px;
			height:226px;
			padding-top:60px;
			margin:0 auto;
		}
			#shop_scroller .categories {
				display:block;
				padding-left:25px;
			}
			#shop_scroller .categories a.category {
				display:block;
				float:left;
				font-size:12px;
				font-weight:bold;
				line-height:normal;
				padding-top:5px;
				padding-left:7px;
				padding-right:7px;
				padding-bottom:3px;
				color:#fff;
				margin-right:1px;
			}
			#shop_scroller .categories a.category span {
				font-size:10px;
				color:#ccc;
				display:none;
			}
			#shop_scroller .categories a.current_categoryID,
			#shop_scroller .categories a.category:hover {
				background-image:url('../images/shop_scroller_trans_bg.png');
				background-position:0 0;
				background-repeat:repeat;
				color:#fa11d6;
			}
			
			#shop_scroller div.items {
				display:block;
			}
			#shop_scroller .category_label {
				display:none;
			}
			#shop_scroller div.items .scrollPane {
				display:block;
				position:relative; /* this is needed to make the scoll clip in MSIE */
				width:825px;
				height:190px;
				background-image:url('../images/shop_scroller_trans_bg.png');
				background-position:0 0;
				background-repeat:repeat;
				float:left;
				overflow:hidden;
			}
			#shop_scroller div.items .scrollContent {
				display:block;
				height:120px;
				width:18000px;
				white-space:nowrap;
				position:relative;
			}
			#shop_scroller div.items div.left {
				display:block;
				float:left;
				width:50px;
				height:190px;
				background-image:url('../images/shop_scroller_arrow_left.png');
				background-position:0 0;
				background-repeat:no-repeat;
				cursor:pointer;
			}
			#shop_scroller div.items div.right {
				display:block;
				float:right;
				width:50px;
				height:190px;
				background-image:url('../images/shop_scroller_arrow_right.png');
				background-position:0 0;
				background-repeat:no-repeat;
				cursor:pointer;
			}

			#shop_scroller div.items div.item {
				display:block;
				float:left;
			}
			#shop_scroller div.items a.item {
				display:block;
				float:left;
				text-align:center;
				padding:5px 15px 0 15px;
			}
			#shop_scroller div.items a.item.hover,
			#shop_scroller div.items a.item:hover {
			}
			#shop_scroller div.items a.item img {
				border:1px solid #fa11d6;
				width:175px;
				height:175px;
			}

			#shop_scroller div.item_info {
				display:none;
			}
			
			#shop_scroller div.popInfoBox {
				display:none;
				position:absolute;
				width:250px;
				margin-left:0;
				margin-top:-105px;
				z-index:100;
				font-size:10px;
				color:#000;
				background-image:url('../images/shop_scroller_arrow_top.png');
				background-position:bottom center;
				background-repeat:no-repeat;
				padding-bottom:10px;
			}
			#shop_scroller div.popInfoBox .block {
				display:block;
				height:90px;
				background-image:url('../images/shop_scroller_bg_popinfobox.png');
				padding:5px;
				padding-left:10px;
				padding-right:10px;
			}

			#shop_scroller div.popInfoBox .price {
				white-space:nowrap;
				padding-left:10px;
			}
			#shop_scroller div.popInfoBox .block,
			#shop_scroller div.popInfoBox h2,
			#shop_scroller div.popInfoBox .info {
				display:block;
			}
			#shop_scroller div.popInfoBox h2 {
				font-weight:bold;
				font-size:12px;
				color:#000;
			}


	#content {
		display:block;
		width:975px;
		float:left;
		background:#fff;
		padding-top:10px;
		padding-bottom:10px;
	}
		#content .left {
			display:block;
			width:264px;
			float:left;
			padding-right:20px;
			border-right:1px solid #e0e0e0;
		}
		#content .right {
			display:block;
			width:670px;
			float:right;
			padding-left:20px;
			border-left:0;
		}

			/* cms generated content
			// was engine
			// articles */
			#content .left .article,
			#content .right .article {
				display:block;
			}
				#content .left .article .title,
				#content .right .article .title {
						display:block;
				}
					#content .left .default > div.title h1,
					#content .right .default > div.title h1 {
						display:block;
					}
					#content .left .article.default > div.title,
					#content .right .article.default > div.title {
						background-image:url('../images/bg_articles_title.jpg');
						background-repeat:repeat-x;
						background-position:0 0;
						padding:20px;
						padding-top:10px;
						padding-bottom:10px;
					}
					#content .left .module_contents .article.default > div.title,
					#content .right .module_contents .article.default > div.title {
						padding:0;
						background:none;
					}
				#content .left .default,
				#content .right .default {
					display:block;
				}
					#content .left .default p,
					#content .right .default p {
						display:block;
						padding-bottom:10px;
					}
				#content .left .content,
				#content .right .content {
					display:block;
					padding-top:0;
					padding-right:20px;
					padding-left:20px;
					padding-bottom:10px;
				}
	
			/* cms generated content 
			// was engine
			// news module */
			.module_contents .news_module {
				display:block;
			}
				.module_contents .news_module .listing{
					display:block;
				}
				.module_contents .news_module .listing .article_container {
					display:block;
				}
					.module_contents .news_module .listing .article_container .article {
						display:block;
						padding:0;
						margin:0;
					}
					.module_contents .news_module .listing .article_container .article .title h1.title {
						padding-left:20px;
					}
					.module_contents .news_module .listing .article_container .article .title h1.title a.title {
							font-size:18px;
							line-height:120%;
					}
						.module_contents .news_module .listing .article_container .article .content {
							display:block;
							padding:0;
							margin:0;
						}
								.module_contents .news_module .listing .article_container .article .content .news_article {
									display:block;
									padding:0;
									margin:0;
									padding-bottom:10px;
									border-bottom:1px solid #e0e0e0;
								}
								.module_contents .news_module .listing .article_container .article .content .news_article .news_infobar,
								.module_contents .news_module .listing .article_container .article .content .news_article .item_infobar {
									display:none;
								}

	#footer {
		display:block;
		position:relative;
		width:975px;
		height:27px;
		float:left;
		text-align:center;
		border-top:1px solid #e0e0e0;
	}
		#footer p {
			color:#9d9d9d;
			margin:0;
			padding:3px;
		}
			#footer p b {
				font-weight:bold;
				color:#fa11d6;
			}
			#footer p a {
				color:#fa11d6;
			}
				#footer p a:hover {
					color:#fa11d6;
				}


/* 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 .listing  {
	display:block;
}
.store_module .listing div.category {
	display:none;
	clear:both;
}
.store_module .listing .row {
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
.store_module .listing .article.hover {
	border-color:#000 !important;
	cursor:pointer;
}
.store_module .listing .article {
	display:block;
	margin:0;
	margin-right:30px;
	margin-bottom:30px;
	width:175px;
	float:left;
	border:1px solid #fa11d6;
}
.store_module .listing .article div.thumb {
	display:block;
	text-align:center;
	height:175px;
	width:175px;
	margin-bottom:5px;
	border-bottom:1px solid #fa11d6;
}
.store_module .listing .article div.no_thumb {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:90px;
	width:175px;
	padding-top:85px;
	background-color:#ddd;
	margin-bottom:5px;
	border-bottom:1px solid #fa11d6;
}
.store_module .listing .article div.specs,
.store_module .listing .article div.info,
.store_module .listing .article div.more_info {
	display:none;
}
.store_module .listing .article div.manufacturer {
	display:block;
	font-weight:bold;
	text-align:center;
}
.store_module .listing .article div.manufacturer label {
	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.title {
	margin:0;
	display:block;
	float:none;
	text-align:center;
	padding-top:5px;
	height:53px;
}

.store_module .listing .article div.info {
	display:none;
}
.store_module .listing .article .price_line {
	display:block;
	clear:both;
	/*padding:5px;*/
}
.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:center;
	background-color:#ccc;
	height:55px;
}
.store_module .listing .article .prices select {
	width:90px;
}
.store_module .listing .article .prices input.input {
	width:15px;
}
.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:normal;
}
.store_module .listing .article .item_ref,
.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 .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;
	float:right;
}
.store_module .article div.prices {
	display:block;
	clear:both;
	border-top:1px solid #fa11d6;
	margin-top:10px;
	padding-top:10px;
	/*margin-bottom:20px;*/
}
#container .store_module .article div.price_line {
	/*display:none !important;*/
}
.store_module .article div.price_line span {
	margin-right:10px;
}
.store_module .article div.price_line div.price {
	width:450px;
	display:block;
	float:left;
}
.store_module .article div.price_line span.article {
	/*display:none !important;*/
	display:block;
	float:left;
}
.store_module .article div.price_line div.price span {
	display:inline;
}
.store_module .article div.price_line div.price .ref {
	font-weight:normal;
	font-size:10px;
}
.store_module .article div.price_line div.ui {
	display:block;
	float:right;
	white-space:nowrap;
}
.store_module .item_details .article .new_price {
	float:right;
	clear:both;
	display:block;
	height:30px;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#FF00DC;
}
.store_module .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;
}

.shop_pricesmenu_module span.amount,
.shop_specifications_module span.amount,
.shop_categories_module span.amount {
	color:#999;
	font-size:9px;
}

.shop_categories li,
.shop_pricesmenu li {
	padding-bottom:3px;
}


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:175px;
}


.regiomap_module h1.title {
	display:none;
}




/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:50%; margin-left:-300px; background-color:#fff; border:3px solid #fff;}
#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}

.alert {
	display:block;
}
.alert .string {
	display:block;
	padding:10px;
	text-align:center;
	color:#fff;
	background-color:#ED1C24;
	font-size:14px;
	font-weight:bold;
}

