/*
	shopping2008.de
	2007 10 18			*/

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #163856;
}

html, body {
	background: #ffffff;
	background-image:url('images/main_bg.png');
		background-position:top;
	background-repeat:repeat-x;
}



img { border: 0; }




hr {
	width: auto;
	height: 1px;
	color: #98a6b4;
	background-color: #98a6b4;
	border: #98a6b4;
	margin: 0px;
	padding: 0px;
}

#header {
	height: 120px;
	width: 100%;
	clear: both;
	}

.logo {
	float: left;
	padding: 10px 0px 0px 20px;
	z-index:2;
	}

.logo h1{
    margin: 10px 0px 0px 0px;  
}
.searchfield {
	float: right;
	padding-right: 20px;
	}

#bar {
	background-color: #ccccff;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;

	margin: 0px 20px 0px 20px;
	}

.extra_ads {
	background-color: #ffffff;
	font-size: 13px;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	padding:15px;
}

.extra_ads_link {
	font-size: 14px;
	font-weight: bold;
	color:#1b59d7;
	text-decoration:underline;
	cursor:pointer;
	display:inline;
}

#barbox {
	background-color: #eeeef8;
	width: auto;
	height: 30px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #ccccff;
	border-top: 0px;
	}

#catbox {
	height: auto;
	width: 30%;
	float: left;
	}

.box {
	background-color: #eeeef8;
	margin: 20px 0px 0px 20px;
	padding: 10px;
	border: 1px solid #ccccff;
	}

.itembox {
	height: auto;
	width: 48%;
	margin: 20px 20px 0px 0px;
	float: right;
}




.itemlink {
	cursor:pointer;
	text-decoration: underline;
	color: #00f;

}

.itemlink:hover { color: #f00;}

.imprint {
	width: 780px;
	text-align: left;
	}

.imprint p {
	padding-top: 10px;
	}

.imprint .box {
	width: 270px;
	}

.smallprinted {
	font-size: 9px;
	color: #999;
	padding-top: 8px;
	}

.footer {
	padding-top:20px;
	padding-bottom:10px;
	margin-left:20px;
	text-align:left;
	clear:both;

}

.sitemap span {
	margin-right: 10px;
	}


.item_table{
	border-spacing:0px;
	margin:0px;
	padding:0px;
	border: 1px solid #e0e0e0;
}
.item_table tr{
	border-spacing:0px;
	border-bottom:1px solid #e0e0e0;
	background-image:url('images/item_bg.png');
	background-position:bottom;
	background-repeat:repeat-x;
}

.item_table tr:hover {
	background-image:url('images/item_hover_bg.png');
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	background-position:bottom;
}


.item_table td img{
	border-spacing:0px;
	/* border:1px solid #e0e0e0; */
	margin:5px;

}


.item_table th{
	padding:5px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background-color:#ccccff;
	background-image:url('images/item_title_bg.png');
	color:#163856;
	height:40px;
}

.itemlink {
	cursor:pointer;
	text-decoration: underline;
	color: #00f;

}









/* PRODUCT */
.product {
    float: left;
    width: 160px;
    background-color: #fff;
    height: 260px;
    margin: 3px;
    text-align: center;
    padding: 8px 5px 0px 5px;
    border: 1px solid #d0d0d0;
}

.productimg {
    height: 95px;
}

.product:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.productlink {
    cursor: pointer;
    text-decoration: underline;
    color: #00f;
    font-weight: bold;
    margin-top: 5px;
    min-height: 50px;
}

.productlink:hover     , .productseller:hover {
    color: #ac0114;
}

.productprice {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 3px;
}

.productseller {
    font-size: 10px;
    font-style: italic;
    cursor: pointer;
    text-decoration: underline;
    color: #00f;
}


.left{
float:left;
}
.right{
float:right;
}





