body {
	background-color:#e3e3e3;
}
	#container {
		display:block;
		width:1035px;
		margin-left:auto;
		margin-right:auto;
	}
		#header {
			display:block;
			background-image:url(../images/default_header.jpg);
			background-repeat:no-repeat;
			background-position:10px 10px;				
		}
		#header .mobile_header {
			display:none;
		}
		#header .overlay {
			display:block;
			height:275px;
			background-image:url(../images/header_01.png);
			background-repeat:no-repeat;
			background-position:bottom;				
		}
			#header div.on_sale {
				display:block;
				width:300px;
				height:140px;
				overflow:hidden;
				position:relative;
				left:713px;
				top:123px;
			}
		
		#content {
			display:block;
			background-image:url(../images/header_02.png);
			background-repeat:repeat-y;
		}
			#content .footer {
				display:block;
				background-image:url(../images/header_04.png);
				background-repeat:no-repeat;
				background-position:bottom;				
			}

			#menu {
				display:block;
				float:left;
				margin-top:13px;
			}
				#menu ul {
					display:block;
					width:168px;
					margin:0;
					padding:0;
					padding-left:25px;
				}
				#menu ul li {
					display:block;
					margin:0;
					padding:0;
					list-style:none;
					list-style-image:none;
					margin-top:-6px;
				}
				#menu ul li a {
					display:block;
					background-image:url(../images/menu_button.png);
					color:#eee;
					font-size:14px;
					padding:9px;
					padding-left:15px;
					line-height:normal;
				}
				#menu ul li a:hover {
					color:#fff;
				}
				
					#menu ul ul {
						display:none;
						position:absolute;
						width:216px;
						padding:0;
						margin-left:168px;
						margin-top:-34px;
						padding-bottom:5px;
						background-image:url(../images/submenu_05.png);
						background-repeat:no-repeat;
						background-position:bottom left;
						z-index:10;
					}
					#menu ul ul span.bottom {
						display:block;
						padding-top:4px;
						padding-bottom:4px;
						background-image:url(../images/submenu_03.png);
						background-repeat:no-repeat;
						background-position:top left;
					}
					#menu ul ul li {
						margin:0;
					}
					#menu ul ul li a {
						display:block;
						background-image:none;
						padding:2px;
						padding-left:15px;
					}
				
			#middle {
				display:block;
				float:left;
				width:665px;
			}
				#middle .article.default {
					display:block;
					background-image:url(../images/text_area_03.png);
					background-repeat:no-repeat;
					background-position:top;
					padding-top:22px;
				}
				#middle .article.default .bottom {
					display:block;
					background-image:url(../images/text_area_10.png);
					background-repeat:no-repeat;
					background-position:bottom;
					padding-bottom:20px;
				}
				#middle .article.default div.title {
					display:block;
					background-image:url(../images/text_area_08.png);
					background-repeat:repeat-y;
					padding:20px;
					padding-top:0px;
					padding-bottom:0px;
				}
				#middle .article.default div.content {
					display:block;
					background-image:url(../images/text_area_08.png);
					background-repeat:repeat-y;
					padding:20px;
					padding-top:0px;
					padding-bottom:0px;
				}
				
			#right {
				display:block;
				width:173px;
				float:left;
				margin-left:-10px;
				padding-top:3px;
			}
				#right .article.default {
					display:block;
					background-image:url(../images/side_pink_03.png);
					background-repeat:no-repeat;
					background-position:top;
					padding-top:17px;
				}
				#right .article.default .bottom {
					display:block;
					background-image:url(../images/side_pink_09.png);
					background-repeat:no-repeat;
					background-position:bottom;
					padding-bottom:18px;
				}
				#right .article.default div.title {
					display:block;
					background-image:url(../images/side_pink_06.png);
					background-repeat:repeat-y;
					padding:20px;
					padding-top:0px;
					padding-bottom:0px;
				}
				#right .article.default div.content {
					display:block;
					background-image:url(../images/side_pink_06.png);
					background-repeat:repeat-y;
					padding:20px;
					padding-top:0px;
					padding-bottom:0px;
				}

				#right .article.white {
					display:block;
					background-image:url(../images/side_white_03.png);
					background-repeat:no-repeat;
					background-position:top;
					padding-top:22px;
				}
				#right .article.white .bottom {
					display:block;
					background-image:url(../images/side_white_09.png);
					background-repeat:no-repeat;
					background-position:bottom;
					padding-bottom:20px;
				}
				#right .article.white div.title {
					display:block;
					background-image:url(../images/side_white_06.png);
					background-repeat:repeat-y;
					padding:20px;
					padding-top:0px;
					padding-bottom:0px;
				}
				#right .article.white div.content {
					display:block;
					background-image:url(../images/side_white_06.png);
					background-repeat:repeat-y;
					padding:20px;
					padding-top:0px;
					padding-bottom:0px;
				}
			
			#footer {
				display:block;
				clear:both;
				padding:20px;
				font-size:10px;
				text-align:center;
				color:#fff;
			}
			#footer a {
				color:#fff;
			}
		
		

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

.store_module .listing_header {
	display:none !important;
}
.store_module div.spec_group_menus {
	display:block;
}
.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;
	padding-left:15px;
	/* width:970px; */
}
.store_module .listing div.article.category {
	clear:both;
}
.store_module .listing .row {
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}
.store_module .listing .article_container.hover {
	background-image:url(../images/gray_gradient_small.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border-color:#3B72A6 !important;
	cursor:pointer;
}
.store_module .listing .article_container {
	display:block;
	background-image:url(../images/gray_gradient_big.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0 !important;
	margin-right:10px !important;
	margin-bottom:10px !important;
	width:160px;
	float:left;
	padding:10px !important;
	border:1px solid #ccc !important;
}
.store_module .listing .article div.thumb {
	display:block;
	text-align:center;
	height:190px;
	margin-bottom:5px;
}
.store_module .listing .article div.no_thumb {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:118px;
	height:190px;
	border:1px solid #ccc;
	background-color:#ddd;
	margin-bottom:5px;
}
.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;
	display:inline;
}
.store_module .spec_title {
	display:inline;
}
.store_module .spec_checkbox {
	display:inline;
}
.store_module .specs .spec_item .yes {
	display:none;
}

.store_module .listing .article .item_ref {
	font-size:10px;
	font-weight:normal;
}
.store_module .listing .article div.info {
	display:none;
}
.store_module .listing .article .price_line {
	display:block;
	clear:both;
	margin-top:5px;
	border-top:1px solid #ccc;
	padding-top:5px;
}
.store_module .listing .article .price_line div.price {
	display:block;
	float:left;
}

.store_module .listing .article .prices {
	display:block;
	text-align:right;
}
.store_module .listing .article span.stock {
	display:none;
}
.store_module .listing .article .old_price {
	font-size:12px;
}
.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 .price .ref,
.store_module .listing .article .price .article {
	display:none;
}
.store_module .listing .article div.ui {
	display:none;
	float:right;
	text-align:right;
}

.store_module .item_details {
	display:block;
}
.store_module .item_details .article {
	display:block;
	float:none !important;
	padding:0 !important;
	margin:0px !important;
}
.store_module .item_details .article h1.title {
	display:block;
}
.store_module .item_details .article h1.title .item_ref {
	font-size:10px;
	padding-left:10px;
}
.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 .item_details .article div.prices {
	display:block;
	clear:both;
	border-top:1px solid #3B72A6;
	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 div.price {
	display:block;
	float:left;
	width:700px;
}
.store_module .item_details .article div.price_line div.price span {
	padding-right:10px;
}
.store_module .item_details .article div.price_line div.price span.article {
	display:block;
	float:left;
	width:400px;
}
.store_module .item_details .article div.price_line div.price span.price {
	display:block;
	float:right;
	clear:none;
	margin-top:-20px;
	font-size:14px;
	font-weight:normal;
}
.store_module .item_details .article div.price_line div.price .old_price {
	font-size:12px !important;
}
.store_module .item_details .article div.price_line div.price span.ref {
	display:block;
	float:left;
	font-weight:normal;
	font-size:10px;
}
.store_module .item_details .article div.price_line div.ui {
	display:block;
	float:right;
	margin-top:-5px;
	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;
}

.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:175px;
}


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

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:15%; 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;}
