/* CSS Document */
@import url("box_default.css");

body	{
	text-align:center;
	font-family:verdana;
	font-size:11px;
	background: #1361a9 url('img/over_bg.jpg') repeat-x bottom left ; 
	margin:0px;
	padding:0px;

}

#shop	{
	background: url('img/background.png') repeat-x; 
	padding-top:50px;
}

a{
	color:#1361a9;
	text-decoration:none;
}

a img	{
	border:0px;
}

.clearer	{
	clear:both;
}

/****************************************/
/****  Container   -   START      ******/

#shop_container {
	width:900px;
	margin:0px auto;
	background-color:white;
	padding:15px;
	min-height:500px;
	height:auto !important;
	height:500px;
}
/**********		  END      *************/


/****************************************/
/**** 	 TOP   -   START    	********/

#shop_top	{
	position:relative;
	text-align:left;
	width:900px;
	height:180px;
	background:#1361a9 url('img/fadeimages.jpg') center no-repeat;
	margin:0px 0px 10px 0px;
	z-index:10;
}

.moebelhaus {
	background: url('img/moebelhaus.png') center no-repeat;
	width:97px;
	height:96px;
	z-index:100;
	position:absolute;
	top:50px;
	right:-20px;
	display:block;
}

.shop_top_menu	{
	padding:3px 0px 0px 15px;
	color:black;
	text-align:right;	
}

.shop_top_menu a{
	background-color:#FFFFFF;
	padding:3px;
	text-decoration:none;
	color:black;
}
.shop_top_menu a:hover{
	border-bottom:1px solid #1361a9;
}

.shop_top_menu img:hover{
	border-bottom:0px;
}
.shop_top_menu img	{
	border:0px;
}	

.shop_top_breadcrumb {
	background:url('img/menu_bg.gif') left #CCCCCC;
	padding:2px 0px 4px 20px;	
	position:relative;
	top:152px;
	left:0px;
}

.shop_top_breadcrumb a{
	text-decoration:none;
	color:#333333;
	font-size:7pt;
}
#logo
{
	margin-left:20px;
	top:30px;
	position:absolute;
	z-index:999999;
	width:217px;
	height:99px;
	background-image:url('img/logo.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}
/**********		  END      *************/

/***************************************/
/**** 	 MIDDLE   -   START    	********/

#shop_middle	{
	text-align:left;
	width:900px;	
}

#left	{
	float:left;
	width: 180px;
}


#right	{
	float:left;
	width: 180px;
}

#center	{
	width:500px;
	float:left;
	margin:0px 15px 0px 15px;
	padding:0px 10px 0px 0px;
}

/**********		  END      *************/

/***************************************/
/**** 	 BOTTOM   -   START    	********/


#shop_bottom	{
	padding-top:5px;
	margin:0px auto;
	text-align:center;
	width:900px;	
	clear:both;
	color:#ffffff;
}

#shop_bottom a{
	color:#ffffff;
	text-decoration:none;
}

.copyright,
.copyright a	{
	color:white;
	margin-bottom:10px;
}

.parseTime	{
	display:none;
}

.PRODUCT_NAVIGATOR	{
	border-top:1px solid #333333;
	margin-top:4px;
	padding-top:4px;
	width:100%;
	height:20px;
}