.detailImage {
	margin: 0 auto;
}

.thumbImage {
	max-width: 120px;
	max-height: 120px;
}

.collapsingPanel a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";    
    float: right; 
    color: grey; 
}
.collapsingPanel a.collapsed:after {
    content: "\e080";
}

.dropdown-menu_menue {
	max-width: 230px;
}

.anzahlchooserelement {
	height: 36px;
}

.productThumbArea {
	margin-left: auto; 
	margin-right: auto; 
	position: relative; 
	width: 75px;
}

@media (max-width: 540px) {
	.navbarLogo {
	 	width: 150px !important;
	}
}

@media (max-width: 440px) {
	.navbarLogo {
	 	width: 100px !important;
	}
}

footer {
	background-color: #2D3E50;
	font-size: 10px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
}

footer a:link,
footer a:visited, 
footer a:active, 
footer a:hover,
footer a:focus {
	color: #cccccc;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline overline;
}

.deletedContent {
	text-decoration: line-through;
	font-style: italic;
}
