﻿.shop .groups
{
	margin-bottom: 0px;
	display: block;
	font-family: "Trebuchet MS" ,Verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 1px;
}

.shop .groups a
{
	color: #111;
	float: left;
	display: block;
	padding: 2px 7px 2px;
	margin-bottom: -1px;
	margin-top: 0;
	text-transform: uppercase;
}

.shop h1
{
	background: #EFF1D3 none repeat scroll 0 0;
	font-family: arial,verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.shop .Pager
{
	text-align: center;
}
.shop .Pager a
{
	background-color: #B5A581;
	padding: 2px 5px;
}

.shop table.productlist tr td
{
	border-bottom: 1px solid #ccc;
}

.shop .BigButton
{
	background-color: #808080;
	border: medium none;
	color: White;
	cursor: pointer;
	display: block;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 6px 12px;
	padding:1px 5px;
	text-align: center;
	text-transform: uppercase;
}

.shop .BigButton.Disable 
{
	text-decoration:line-through;
}

.shop .price
{
	font-style: italic;
}

.shop .groups a.selected
{
	background-color: #5D5C09;
	color: #FFFFFF;
}

.shop .product .price 
{
	font-size:16px;
}

.shop .ShopFront tr td 
{

}

.shop .backlink
{
	text-align:right; 
	margin-top:30px;
}

.shop .ShopFrontCell 
{
	height:170px;
	margin-right:20px;
	width:141px;
}
.shop .ShopFrontCell .image
{
	max-width: 80px; 
	max-height:100px;
	margin-bottom: 8px;
}
* html .shop .ShopFrontCell .image
{
	height: expression( this.scrollHeight > 99 ? "100px" : "auto" ); /* sets max-height for IE */
}
.shop .buybuttonbox 
{
	/*width:70px;*/
	float:right
}

.shop .infotext 
{
	color:Red;
}

.shop .sum 
{
	font-size:14px;
	font-weight:bold;
}

.shop .outofstock 
{
	font-style:italic;
}

img.shopfront_img 
{
	max-width:80px
}

* html img.shopfront_img, *:first-child + html img.shopfront_img 
{
	width:80px;
}
