.shop-cart-open {
	background : url("../images/shopping-basket.png") no-repeat center center;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 2px 20px;
	font-weight: bold;
	float:right;
	clear:both;
}

.shop-cart-open-fi {
	padding: 2px 0 2px 20px;
	font-size: 9pt;
	font-weight: bold;
	float:right;
	clear:both;
}

.shop-cart-open-fi i
{
	font-size: 20px;
	margin-right:6px
}

.shop-product-noimage {
	display:table-cell;
	width: 110px;
	height: 155px;
	border: 1px dotted #ccc;
	color: #ccc;
	text-align: center;
	vertical-align: middle;
}

.shop-product-image {
	float: left;
	margin-right: 10px;
	position: relative;
	width: 115px;
}

.shop-product-text {
	margin-left: 125px;
}

.shop-product-small-title {
	color: #777777;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 10px;
}

.shop-product-large-title {
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 15px;
}

.shop-product-large-title a {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 15px;
}

h1 i, .shop-product-large-title i
{
	color: #cccccc;
	font-size: 16px;
}

h1 i:hover, .shop-product-large-title i:hover
{
	color: #0088cc;
}

.shop-product-short-content {
	color: #666666;
	margin-bottom: 20px;
}

.shop-product-long-content {
	font-size: 10pt;
	line-height: 150%;
	margin-bottom: 20px;
}

.shop-product-price {
	color: #c93404;
	font-weight: bold;
	font-size: 11pt;
}

.shop-product-footer {
	margin: 30px 0 30px 0;
	clear: both;
}

.shop-product-footer hr {
	display: block;
	padding: 0;
	margin: 10px 0;
	height: 0;
	max-height: 0;
	border: none;
	border-top: 1px solid #e3e3e3;
	font-size: 1px;
	line-height: 0;
}

.shop-product-long-content>table td {
	vertical-align: top;
}

.shop-product-long-content table td p:first-child {
	margin-top: 0;
}

.shop-product-long-content p:last-child {
	margin-bottom: 0;
}

.shop-product-long-content img {
	cursor: pointer;
}