/**/
/*Allgemeine Sachen*/
/**/
/*Vor-/Zurueck Schalter*/
#navigation-wrap{
	font-weight:bold;
	width:99%;
	float:left;
	margin-top:5px;
	margin-bottom: 10px;
}
.forward-link{
/*	width:100;*/
	float:right;
}
.backward-link{
	width:100;
	float:left;
}
.browse-links {
	float: left;
}

/**/
/*CSS fuer Artikel im Listview*/
/**/
#wrap-list {
	width:700px;
	float:left;
	border-bottom-style:groove;
	margin-bottom:12px;
	padding-bottom:12px;
}
.box-list {
	margin:2px;
	width:330px;
	float:left;
}
.list-view-single-itme-product_title{
	height:20px;
}
.pic-listview{
	position:relative;
	top:30px;
}
/**/
/*CSS fuer SINGLE View */
/**/
.pic-article-singleview{
	margin-right:10px;
	float:left;
}
.name-article-singleview{
	font-weight:bold;
	font-size:110%;
}
/**/
/*CSS fuer warenkorb */
/**/
/*Mini basket*/
#mini-basket-frame{
	text-align:center;
	border-style:ridge;
	margin-bottom:5px;
}
/*Warenkorb*/
.basket {
	border-collapse:collapse;
	border-style: solid;
	border-width: 1px;
	background-color: #fff1ff;
}
.basket td  {
	border-style: solid;
	border-width: 1px;
}

/*Kundendateneingabe*/
#basket-billing-address-frame {
	width:700px;
	border-style:groove;
	padding:1px;
	float:left;	
}
.basket-address-line {
	width:695px;
	float:left;
}
.basket-address-field {
	font-weight:bold;
	width:125px;
	float:left;
}
.basket-address-input-field{
	width:550px;
}

/**/
/*CATLIST*/
/**/
#CATLIST-box {
	width:700px;
	float:left;
}
.CATLIST-item-box {
text-align: center;
	padding:2px;
	width:200px;
	height:200px;
	float:left;	
}

/**/
/*Menuframe nicht tt_products*/
/**/
#shop-submenu-frame {
	margin-top:5px;
	text-align:left;
	border-style:ridge;
}