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

#new-products-wrapper {
	margin-top: 1px;
	border: 1px solid #dcdcdc;
	float: left;
	overflow: hidden;
	width: 644px;
	margin:0 auto;
	margin-top: 1px;
	padding: 10px 0;
	position: relative;
	z-index: 0;
}

#new-products-list {
	border:0;
	margin:0;
	padding:0;
}

.new-products-auszahlung {
	position: relative;
	margin-top: -170px;
	margin-left: 20px;
	background:url(../img/general/frontpage/auszahlung.png) no-repeat;
	width: 86px;
	height: 86px;
	color: white;
	padding: 23px 0 0 2px;
	text-align: center;
	z-index: 2;
}

#prevBtn, #nextBtn {
	height: 17px;
	margin-top: 1px;
	background: #e9e9e9;
}

#prevBtn img, #nextBtn img {
	margin-top: 5px;
}

#prevBtn a, #nextBtn a {
	display: block;
	background: #d9d9d9;
	width: 321px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	color: #6f6f6f;
}

#prevBtn a:hover, #nextBtn a:hover {
	background: #cfcfcf;
	text-decoration: none;
}

#prevBtn {
	float: left;
}

#nextBtn {
	float: right;
}

.new-products-image {
	width: 128px;
	height:  186px;
	margin: 0 auto;
}

#new-products-list li{
	list-style:none; 
	margin:0; 
	padding:0; 
	border:0; 
	float:left;
	width:213px;
	height:300px;
	border-right: 1px dotted #dcdcdc;
	overflow: hidden;
}

#new-products-wrapper a.products-name {
	font-size: 11px;
	color: #76a900;
	text-decoration: underline;
}

#new-products-wrapper .products-name-area {
	height: 40px;
	padding-top: 5px;
	text-align: center;
}

.new-products-price {
	background: #c4013d;
	padding: 3px;
	color: white;
	font-weight: bold;
}

.new-products-price-light {
	padding: 3px;
	color: #c4013d;
}

.new-products-button-details {
	width: 55px;
	margin-top: 6px;
	margin-left: -25px;
	float: left;
}

.kandy_css_bestprice_prefix, .kandy_css_bestprice_before_comma, .kandy_css_bestprice_after_comma, .kandy_css_bestprice_additional, .kandy_css_price, .kandy_css_bestprice_without_contract {
	float: left;
	font-size: 11px;
}

.kandy_css_bestprice_prefix {
	margin-right: 5px;
}

.kandy_css_bestprice_without_contract {
	margin-left: 5px;
}

.kandy_css_price, .kandy_css_bestprice_without_contract {
	color: #cbcbcb;
}

.kandy_css_bestprice_prefix, .kandy_css_bestprice_before_comma, .kandy_css_bestprice_after_comma, .kandy_css_bestprice_additional {
	color: #929292;
	font-size: 12px;
}