.shopTitle {
	width: 400px;
	float: left;
}
.shopFilter { 
	margin: 0 0 5px 0;
	border:1px solid #e3e0e0;
	background-color:#eeeeee;
	clear:both;
	width:100%;
}
.shopFilter td { 
	vertical-align: middle;
	color: gray;
	padding: 4px;
	text-align: right;
	width: 9%;	
}
.shopFilter td:first-child { 
	text-align: left;
}
.shopFilter td.label { 
	width: 5%;
}
.shopFilter select { 
	width: 100%;
}
.shopItem {
	border-bottom:	1px solid silver;
	margin: 5px 0 15px 0;
	color: gray;
	line-height: 1.5em;
   overflow: hidden;
}
.shopItem a img {
	border: none;
}
.shopItemImage {
	float: right;
	margin: 10px;
}
.shopItemDetails {
  float: left;
  margin: 10px 0;
  overflow: hidden;
  width: 600px;
}
.shopItemInfo {
	margin-left: 10px;
}
.shopItemDetails .clear,
.shopItemPrice .clear {
	clear: left;
	float: none;
}
.shopItemDetail {
	display: block;
	width: 200px;
	float: left;
}
.shopItemDesc,
.shopItemPrice,
.shopItemAvailability {
	clear: left;
	margin: 15px 0;
   overflow: hidden;
}
.shopItemPrice span,
.shopItemAvailability span {
	float: left;
}
.shopItemPricePriceLabel {
	clear: left;
}
.shopItem form {
	clear: left;
}
.shopItem form .input {
	width: 30px;
	text-align: center;	
}
.shopItem form img {
	margin-left: 20px;
}
.shopItem form .button { 
	width: auto;
	margin: 0 0 0 20px;
}
.shopItemPriceDiscountRate {color: red;}
.shopItemPriceDiscount {color: green;}
.shopItemPriceTotal {color: black;}
.shopItemPricePrice {color: purple;}
.shopItemPriceCommonLabel,
.shopItemPricePriceLabel,
.shopItemAvailabilityLabel {
	width: 180px;
}
.shopItemPriceTotalLabel {
	width: 160px;
}
.shopItemPriceDiscountRateLabel {
	width: 80px;
}
.shopItemPriceDiscountRate {
	width: 80px;
}
.shopItemPriceCommon,
.shopItemPricePrice,
.shopItemPriceDiscount,
.shopItemPriceTotal {
	width: 100px;
}

.shop-type {
	text-align: center;
	height: 195px;
	margin: 0 10px 15px 0;
	width: 30%;
	border-bottom:1px solid silver; 
	float:left; 
}

.shop-types h3 {
	text-align: center;
	color:#3856AB;
	font-size:15px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.shop-types h3 a {
	text-decoration: none;
	color:#3856AB;
}

.shop-types h3 a:hover {
	text-decoration: none;
	color:#3856AB;
}

.shop-types a img {
	border: none;
}
.cartForm {
	float:left;
	margin-right:10px;	
}
.shopItemMoreImages a {
	float: right;
	text-decoration: none;
}
.shopItemMoreImages a:hover {
	text-decoration: none;
}
.shopItemMoreImages img {
	border: none;
	margin: 5px;
}
.buttonCart {
	background: url(../images/kosik.gif) 2px center no-repeat;	
	border: 1px solid #666;
	padding: 2px 2px 2px 25px;
	color: #666;	
}
.buttonCart:hover {
	background-color: #f6f6f6;
}
.buttonDetail {
	background: url(../images/detail.gif) 2px center no-repeat;
	border: 1px solid #666;
	padding: 2px 2px 2px 25px;
	color: #666;		
	display: inline-block;
}
.buttonDetail:hover {
	background-color: #f6f6f6;
	text-decoration: none;
}
.shopItemAvailabilityIcon img {
	vertical-align: text-top;
}
