body {

}
	#container {
		display:block;
		width:985px;
		margin-left:auto;
		margin-right:auto;
	}
		#page {
			display:block;
			margin-top:7px;
		}
			#top {
				display:block;
				height:185px;
			}
				#logo {
					display:block;
					width:185px;
					height:185px;
					background-image:url(../images/freqing_logo.gif);
					background-repeat:no-repeat;
					margin-bottom:7px;
					float:left;
				}
				#logo .header {
					display:none;
				}
				
				#header {					
					display:block;
					height:185px;
					width:793px;
					float:right;
				}
					#menu {
						display:block;
						/*background-image:url(../images/menu_bar.gif);*/
						/*background-repeat:no-repeat;*/
						background-color:#666;
						border:1px solid #000;
						height:26px;
						overflow:hidden;
						margin-top:7px;
						padding-left:15px;
					}
						#menu ul {
							display:block;
							padding:0;
							padding:0px;
							margin:0;
						}
							#menu ul li {
								display:block;
								float:left;
								list-style:none;
								padding:0;
								margin:0;
							}
							#menu ul li a {
								display:block;
								color:#fff;
								padding-top:4px;
								padding-bottom:7px;
								padding-left:10px;
								padding-right:10px;
								font-size:13px;
								font-weight:normal;
								line-height:normal;
							}
							#menu ul li a:hover {
								background-image:url(../images/glass_over.gif);
								background-repeat:repeat-x;
								background-position:center;
								background-color:#d00;
							}

					#header .header {
						display:block;
						height:150px;
						width:793px;
						background-image:url(../images/default_header.jpg);
						background-repeat:no-repeat;
						background-position:bottom center;
					}
			#left {
				display:block;
				float:left;
				width:185px;
			}
				#left .article,
				#right .article {
					display:block;
				}
					#left .content,
					#right .content {
						display:block;
					}
				
				#left .shop_menu div.title,
				#right .shop_menu div.title {
					margin:0;
					padding:0;
					padding-left:15px;
				}
				#left .shop_menu div.title *,
				#right .shop_menu div.title * {
					margin:0;
					padding:0;
					color:#eee;
					font-size:12px;
					text-transform:uppercase;
					font-family:Tahoma, Geneva, Verdana;
				}
				#left div.shop_specifications_module div.title,
				#right div.shop_specifications_module div.title {
					display:none;
				}
				#right .shop_menu,
				#left .shop_menu {
					display:block;
					background-image:url(../images/menu_middle.gif);
					background-repeat:repeat-y;
					margin-bottom:7px;
				}
				#left .shop_menu div.top,
				#right .shop_menu div.top {
					display:block;
					padding-top:0px;
					background-image:url(../images/menu_top.gif);
					background-repeat:no-repeat;
					background-position:top;
				}
				#left .shop_menu div.bottom,
				#right .shop_menu div.bottom {
					display:block;
					padding-bottom:5px;
					background-image:url(../images/menu_bottom.gif);
					background-repeat:no-repeat;
					background-position:bottom;
				}
					#left .shop_menu ul,
					#right .shop_menu ul {
						display:block;
						margin:0px;
						padding:0px;
					}
						#left .shop_menu ul li,
						#right .shop_menu ul li {
							display:block;
							margin:0;
							padding:0;
							list-style:none;
						}
							#left .shop_menu ul li a,
							#right .shop_menu ul li a {
								display:block;
								padding:3px;
								padding-left:15px;
								padding-right:15px;
								border-top:1px solid #FF1A25;
								color:#FF1A25;
								font-size:11px;
								font-weight:bold;
							}
							#left .shop_menu ul li a:hover,
							#right .shop_menu ul li a:hover {
								color:#fff;
								background-color:#FF1A25;
							}
							#left .shop_menu ul li .name,
							#right .shop_menu ul li .name {
								float:left;
							}
							#left .shop_menu ul li .amount,
							#right .shop_menu ul li .amount {
								display:none;
								float:right;
								color:#666;
								font-weight:normal;
							}
							#right .shop_menu ul li a:hover .amount,
							#left .shop_menu ul li a:hover .amount {
								color:#fff !important;
							}
					#left .shop_menu ul ul,
					#right .shop_menu ul ul {
						display:none;
						position:absolute;
						margin-left:185px;
						margin-top:-25px;
						width:179px;
						border:2px solid #FF1A25;
						border-top:1px solid #FF1A25;
						background-image:url(../images/menu_middle.gif);
						background-position:center;
						background-repeat:repeat-y;
						background-color:#fff;
					}
					
			#middle {
				display:block;
				float:left;
				width:608px;
			}
				#middle div.article {
					display:block;
					padding:10px;
					padding-top:0px;
				}
				#middle div.article div.title {
					display:block;
				}				
				#middle div.article div.content {
					display:block;
				}				
					#middle ul {
						padding-left:15px;
					}
					#middle li a {
						display:inline;
					}

			#right {
				display:block;
				float:right;
				width:185px;
			}

		#footer {
			display:block;
			clear:both;
			height:16px;
			/*background-image:url(../images/footer.gif);*/
			/*background-repeat:no-repeat;*/
			background-color:#666;
			color:#fff;
			font-size:10px;
			padding:3px;
			padding-left:10px;	
		}
			#footer .copyrights {
				display:block;
				float:left;
			}
			#footer a {
				color:#fff;
			}
			
		#bottommenu {
			display:block;
			float:right;
		}
		#bottommenu ul {
			display:block;
			margin:0;
			padding:0;
		}
		#bottommenu ul li {
			display:block;
			list-style:none;
			margin:0;
			padding:0;
			float:left;
		}
		#bottommenu ul li a {
			padding-left:10px;
			padding-right:10px;
			border-left:1px solid #000;
		}
		#bottommenu ul ul {
			display:none;
		}
		
div.article_container {
	display:block;
	margin-bottom:7px;	
}



#left .shop_categories_module ul li a:hover,
#left .shop_specifications_module ul li a:hover,
#right .shop_categories_module ul li a:hover,
#right .shop_specifications_module ul li a:hover {
	background-image:url(../images/glass_over.gif);
	background-repeat:repeat-x;
	background-position:center;
	background-color:#d00;
	color:#fff;
}
			
/* Shop module */
#middle .store_module .listing_header {
	display:none;
}
.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 .title * {
	font-size:16px;
	line-height:18px;
}
.store_module .listing {
	display:block;
	width:618px;
	overflow:hidden;
}
.store_module .listing .category {
	display:block;
	clear:both;
}
.store_module .listing .article_container.hover {
	background-color:#eee;
	cursor:pointer;
	border-color:#d00 !important;
}
.store_module .listing .article_container {
	display:block;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
	width:167px;
	float:left;
	padding:10px !important;
	border:1px solid #ccc;
}
.store_module .listing .article div.thumb {
	display:block;
	text-align:center;
	height:167px;
	margin-bottom:10px;
}
.store_module .listing .article div.no_thumb {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:165px;
	height:145px;
	padding-top:20px;
	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;
}
.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 .prices {
	display:block;
	clear:both;
	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:normal;
}
.store_module .listing .article .price .ref,
.store_module .listing .article .price .article {
	display:none;
}
.store_module .listing .article div.ui {
	display:block;
	text-align:center;
	margin-top:10px;
	padding:3px;
	background-color:#eee;
	border:1px solid #ccc;
}

.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;
}
.store_module .item_details .article div.info {
	display:block;
	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 #999;
	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;
	font-size:14px;
	font-weight:bold;
}
.store_module .item_details .article div.price_line div.price {
	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;
	white-space:nowrap;
}
.store_module .item_details .article span.price {
	font-family:Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
	font-size:18px !important;
}

table.tracks {
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
}
table.tracks td {
	padding:3px;
	padding-bottom:1px;
	padding-top:1px;
}
table.tracks td.nr {
	text-align:right;
}
table.tracks .odd {
	background-color:#fff;
}
table.tracks .even {
	background-color:#eee;
}

div.page_stats {
	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;
}

#middle div.loginform {
	display:block;
	width:175px;
	margin-left:auto;
	margin-right:auto;
}

#middle .random_article_module {
	display:block;
}
#middle .random_article_module .random_article {
	display:block;
	float:left;
	width:160px;
	margin-right:10px;
	padding:10px;
	border:1px solid #ccc;
}
#middle .random_article_module img {
	margin:0px;
	margin-right:5px;
}
#middle .random_article_module .random_info {
	display:none;
}
#middle .random_article_module .random_price_block {
	display:block;
	float:right;
}
#middle .random_article_module a.read_more {
	display:block;
	float:left;
	margin-top:-14px;
}

#middle div.shop_specifications_module {
	display:block;
}
#middle div.shop_spec_group_block {
	display:block;
	float:left;
	width:180px;
}


/* 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;}	