

/* --- Stylesheet 6115 () --------- */ 

#detail-shop .items {
	margin: 0px -30px 0px 0px;
	
}

#detail-shop .item {
	position: relative;
	float: left;
	width: 460px;
	height: 220px;
	margin: 0px 30px 20px 0px;
	border-bottom: 1px solid #ccc;
	
}

#detail-shop .item .Bild {
	float: left;
	width: 225px;
	
}

#detail-shop .content {
	float: left;
	width: 235px;
	
}


#detail-shop .button { 
	display: inline-block; 
	cursor: pointer; 
	background-color: #ff8;
	padding: 3px 11px 3px 6px; 
}
#detail-shop .button:hover {
	background-color: #ee7;
}
#detail-shop .button .button-cart { display: inline-block; }
#detail-shop .button select { margin-right: 6px; margin-bottom: 2px; }

#detail-shop .price {
	position: absolute;
	right: 0px;
	bottom: 20px;
	font-size: 16px;
	background-color: #fff;
	
}

#detail-shop .price .digit {
	display: inline-block;
	padding: 3px 8px;
	
}

#detail-shop .price a {
	background-color: #ff8;
	color: #330;
	display: inline-block;
	padding: 3px 8px;
	
}

#detail-shop .price a:hover {
	background-color: #cc6;
	
}

#detail-shop .subheadline {
	font-size: 12px;
	
}

#detail-shop a {
	color: #000;
	text-decoration: none;
	
}

#detail-shop .info {
	font-size: 15px;
	
}


