/* Styles für eigene Klassen */
		
.lichtflutslider #maincontainer{
	width:639px;
	height:248px;
	overflow:hidden;
	position:relative;
	margin-bottom: 11px;
	background: url(../images/bg_productslide.jpg) 0px 0px no-repeat;
	}	
	
.lichtflutslider .item{
		float:left;
		height:248px;
		width:639px;
		position:relative;
}
	
#slidernav {
	position: absolute;
	bottom: 19px;
	left: 19px;
	margin: auto;
	z-index: 88;
}

.lichtflutslider .singleitem {
	display: none;
}

#slidernav ul {
	list-style: none;
	padding: 0px;
}

#slidernav ul li {
	float:left;
	margin-right: 1px;
	cursor: pointer;
}

#slidernav ul li a {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: url(../images/bg_slidenav_no.gif) 0px 0px no-repeat;
}

#slidernav ul li a:hover {
	background: url(../images/bg_slidenav_over.gif) 0px 0px no-repeat;
}

#slidernav ul .active a {
	background: url(../images/bg_slidenav_act.gif) 0px 0px no-repeat;
	color: #fff;
}
		
/* TABELLE */
.product-slide-table {
	border-collapse: collapse;
	border-spacing: 0;
	height: 248px;
}

.product-slide-table .product-slide-image { text-align: right; width: 396px; text-align: center; vertical-align: middle; }
.product-slide-table .product-slide-image img {}

.product-slide-table .product-slide-detail {
	background: url(../images/bg_slidedetails.jpg) top right no-repeat;
	width: 243px;
	color: #FFFFFF;
	vertical-align: top;
}

.product-slide-wrap {
	padding: 114px 25px 20px 20px;
	background: url(../images/bg_sonderaktionen.gif) 19px 25px no-repeat;
	position: relative;
}

.product-slide-table .product-slide-detail .product-name {
	margin-bottom: 2px;
}

.product-slide-table .product-slide-detail .product-name a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.product-slide-table .product-slide-detail .price-box .price {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

.product-slide-table .product-slide-detail .price-box .price-label { display: none; color: #FFFFFF; font-weight: normal;}
.product-slide-table .product-slide-detail .price-box .old-price {}
.product-slide-table .product-slide-detail .price-box .old-price .price-label { display: inline;}
.product-slide-table .product-slide-detail .price-box .special-price .price { color: #2B92CC; font-size: 15px;}
.product-slide-table .product-slide-detail .price-box .special-price .price-label { display: inline;}

/*.product-slide-table .product-slide-detail .price-box .price-label { display:none;}*/

.product-slide-table button.button { float:right; bottom: 0px; text-align:center; height: 37px; background: url(../images/bg_buttons_slider.gif) left 0px  no-repeat; overflow:visible; width:auto; border:0; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
.product-slide-table button.button span { display:block; background: url(../images/bg_buttons_slider.gif) right -74px  no-repeat; padding: 11px 10px 15px; text-align: center; font:bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#FFFFFF; }
.product-slide-table button.button { position: absolute; bottom: 10px; right: 10px; text-align:center; height: 37px; background: url(../images/bg_buttons_slider.gif) left 0px  no-repeat; overflow:visible; width:auto; border:0; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
.product-slide-table button.button:hover { background-position: left -37px; }

/* LichtflutNews */
.newssidebar ul {
}

.newssidebar .newsheader {
	margin: 0px 0px 2px;
}
.newssidebar .newsheader a {
	text-decoration: none;
}

.newssidebar .newsheader a:hover {
	text-decoration: underline;
}

.newssidebar .newscontent {
}

.news-single {
	margin-bottom: 50px;
}

.news-single p {
	line-height: 18px;
}

.news-archive {
}

.news-archive h2 {
	border: 0px;
	margin-bottom: 5px;
}

.news-archive ul {
	border-top: 1px solid #DDDDDD;
}

.news-archive ul li {
	border-bottom: 1px solid #DDDDDD;
}

.news-archive ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 5px;
}

.news-archive ul li a:hover {
	text-decoration: underline;
}

.lichtflut_randomproducts td.empty{
	background: #FFFFFF none repeat scroll 0;
	border:none;
}
	
