/* default styles for extension "tx_imagegallery" */
	.tx-shop .bg-default {
		color: #fff;
		background-color: #ccc;
	}

	.tx-shop .product-offer {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0255,,0,1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,255,0,1);
		box-shadow: 0px 0px 5px 0px rgba(0,255,0,1);
	}

	#shop-flash-messages {
		position: fixed;
		top: 10px;
		right: 20px;
		z-index: 9999;
	}

	.nobr {
		white-space: nowrap;
	}
	.product-body {
		margin-top: 30px;
	}



	/* Shopping basket */
	.shop-basket-show .table thead th,
	.shop-basketorder-confirm-order .table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6;
	}
	.shop-basket-show .table tbody,
	.shop-basketorder-confirm-order .table tbody {
		border-bottom: 2px solid #dee2e6;
	}
	.shop-basket-show .quantity-column .basket-item-quantity {
		padding-right: 0;
	}
	.shop-basket-show .quantity-column,
	.shop-basketorder-confirm-order .quantity-column {
		width: 150px;
	}
	.shop-basket-show .product-no-column,
	.shop-basketorder-confirm-order .product-no-column {
		width: 110px;
	}
	.shop-basket-show .price-amount-column,
	.shop-basketorder-confirm-order .price-amount-column {
		width: 110px;
	}
	.shop-basket-show .single-price-column,
	.shop-basketorder-confirm-order .single-price-column {
		width: 120px;
	}
	.shop-basket-show .price-tax-column,
	.shop-basketorder-confirm-order .price-tax-column {
		width: 120px;
	}
	.shop-basket-show .actions-column,
	.shop-basketorder-confirm-order .actions-column {
		width: 70px;
	}

/* default styles for extension "tx_gkhrssimport_pi1" */
.tx-gkhrssimport-pi1-rss_title,
.tx-gkhrssimport-pi1-rss_title a {
	font-size: medium;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #FF6100;
	width: 100px;
	padding-bottom: 1px;
}
.tx-gkhrssimport-pi1-description {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #2763A5;
	margin-bottom: 15px;
}
.tx-gkhrssimport-pi1-header {
	font-weight: bold;
}
.tx-gkhrssimport-pi1-content,
.tx-gkhrssimport-pi1-download {
	margin-bottom: 10px;
}
.tx-gkhrssimport-pi1-pubbox,
.tx-gkhrssimport-pi1-date,
.tx-gkhrssimport-pi1-author,
.tx-gkhrssimport-pi1-category {
	display: inline;
}
.tx-gkhrssimport-pi1-content p img {
	float: left;
	width: 150px;
	height: 100px;
	padding-right: 5px;
	padding-bottom: 5px;
}
