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

/* complette div */
.feat_prods, .feat_prods_news  {
	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, .feat_prods_news .next {
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 20;
	cursor: pointer;
}
.feat_prods .prev, .feat_prods_news .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:185px;
	height:180px;
	line-height: 100%;
	margin:10px 0 0 20px;
	background-color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border:#EFEFEF 1px solid;
	-webkit-border-radius: 10px;
}
.single_list li:hover {
	background-color:#DEDEDE;
}
.single_list li#active {
	border:#EFEFEF 1px solid;
	background-color:#B3B3B3;
	color:white;
}
.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;
}
#imgField iframe {
	width:170px;
	z-index:5;
}
/* titel bereich */

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

}


/* bereich unten */
#gallery h1 {
	font-size:22px;
	color:#4C4C4C;
	font-weight:normal;
	margin: 0px 0px 17px 0px;
}
#gallery p {
	font-size:12px;
	line-height:133%
}
#gallery {
	width:745px;
	*width:738px;
}
#gallery ul {
	width:100%;
	list-style:none;
}
#gallery li {
	width:97px;
	height:97px;
	float:left;
	text-align:center;
	margin:0px 9px 8px 0;
	*margin:0px 8px 8px 0;
	background-color:#CCCCCC;
}
#gallery li:last-child {
	margin-right:0px;
}

