@charset "UTF-8";
/* CSS Document */

/* complette div */
.feat_prods {
	background: url(../media/utilities/galler-bg.jpg) repeat-x left bottom;
	border-top: solid 1px #B3B3B3;
	border-bottom: solid 1px #B3B3B3;
	position: relative;
	height:200px;
	margin:0px 0px 20px 0px;
	padding: 0px 0px 0 50px;
}
.feat_prods .next {
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 20;
	cursor: pointer;
}
.feat_prods .prev {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 20;
	cursor: pointer;
}
.single_list {
	list-style: none;
	margin: 0px;
	width:100%;
}
.single_list li {
	width:215px;
	background:url(../media/utilities/gallery-win.png) no-repeat left top;
	height:180px;
	line-height: 100%;
	margin-top:10px;
}
.single_list a {
	color: #666;
	text-decoration: none;
}
.single_list a:hover {
	text-decoration: none;
}
.single_list img {
	width:170px;
}
/* bild bereich */
#imgField {
	height:110px;
	width:168px;
	overflow:hidden;
	margin:9px 9px 3px 9px;
}
/* titel bereich */

.price {
	z-index:20;
	width:85%;
	margin-left:9px;
}
.price a {
	line-height:110%;
}
.price a:hover {
	color:#AD1316;

}


/* bereich unten */

#galleryLeft {
	width:205px;
	height:auto;
	float:left;
}
#galleryLeft h1 {
	font-size:22px;
	color:#4C4C4C;
	font-weight:normal;
	margin: 0px 0px 17px 0px;
}
#galleryLeft p {
	font-size:12px;
	line-height:133%
}
#galleryRight {
	width:535px;
	float:left;
}
#galleryRight ul {
	width:100%;
	list-style:none;
}
#galleryRight li {
	width:97px;
	height:97px;
	float:left;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#CCCCCC;
}