#hwi-product-prices {
	text-align: center;
	margin-top: 4rem;
	margin-top: 56px;
}

#vbulletin_html #hwi-product-prices {
	margin-top: 0;
}

#hwi-product-prices-loader {
	box-shadow: none;
}

#hwi-product-prices h2 {
	margin-bottom: 0.5rem;
	margin-bottom: 7px;
}

#hwi-product-prices .table-price {
	border: 1px solid #D2D2D2;
	margin: 0 auto 0.5rem auto;
	margin: 0 auto 7px auto;
}

#hwi-product-prices .table-price th,
#hwi-product-prices .table-price td {
	border: none;
}

#hwi-product-prices .table-price tr {
	background: transparent;
}

#hwi-product-prices .table-price th {
	background-color: #EFEFEF;
	background-image: -moz-linear-gradient(center top, #EBEBEB 0px, #F4F4F4 100%);
	background-image: -ms-linear-gradient(center top, #EBEBEB 0px, #F4F4F4 100%);
	background-image: -webkit-linear-gradient(center top, #EBEBEB 0px, #F4F4F4 100%);
	background-image: -o-linear-gradient(center top, #EBEBEB 0px, #F4F4F4 100%);
	background-image: linear-gradient(center top, #EBEBEB 0px, #F4F4F4 100%);
	border-bottom: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	color: #333;
}

#hwi-product-prices .table-price th.headerSortBoth {
	cursor: pointer;
}

#hwi-product-prices .table-price th.headerSortBoth:after {
	left: 10px;
	top: 1px;
	height: 2px;
	position: relative;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-width: 4px;
	border-style: solid;
	border-color: #B3B3B3 transparent;
	content: "";
	display: inline-block;
}

/* Maximum width of 960 pixels. */
@media all and (max-width: 60em) {
	#hwi-product-prices col:nth-child(2),
	#hwi-product-prices th:nth-child(2),
	#hwi-product-prices td:nth-child(2) {
		display: none;
	}
}

#hwi-product-prices .table-price img {
	border: none;
	box-shadow: none;
}

#hwi-product-prices img.shoplogo {
	border-radius: 0px;
	border: 1px solid #D2D2D2;
}

#hwi-product-prices .btn {
	word-wrap: initial;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#hwi-product-prices #showall,
#hwi-product-prices #showfirst,
#hwi-product-prices #showall:focus,
#hwi-product-prices #showfirst:focus {
	background: url('//www.planet3dnow.de/vbulletin/images/gradients/generic_button.png') repeat-x scroll 0% 0% #E9E9E9;
	color: #424242;
	border: 1px solid #A8A8A8;
	border-radius: 0px;
	filter: initial;
	text-shadow: initial;
	font: bold 11px/1.23 Tahoma,Calibri,Verdana,Geneva,sans-serif;
	padding: 3px 5px;
	box-shadow: none;
}

#hwi-product-prices #showall:hover,
#hwi-product-prices #showfirst:hover,
#hwi-product-prices #showall:active,
#hwi-product-prices #showfirst:active {
	background-color: #EFEFEF;
	background-position: initial;
	transition: initial;
	color: #0F4736;
}

@media print {
	#display-hwi-product-prices {
		display: none;
	}
}