#webshop_basketBox{
	width: 293px;
	height: 37px;
	background: url('img/webshop_basketBox.png');
	color: #fff;
	margin: 0px 10px 10px 0px;
	text-align: center;
	float: right;
	padding-top: 5px;
}
#webshop_basketBox a{
	color: #fff;
}

.webshop_cartPriceTable{
	width: 300px;
}
.webshop_cartPriceTable .titleRow td{
	text-decoration: underline;
}


/* image gallery on product page */
.webshop_imgGallery{
	display: block;
	float: right;
	clear: right;
	width: 243px;
	padding: 0px;
	margin-right: 10px;
}
.webshop_imgGallery .imgThumb{
	display: inline;
	padding: 0px;
	margin: 5px 5px 0px 0px;
	list-style: none;
}
.webshop_imgGallery .imgThumb img{
	width: 110px;
}
.webshop_imgGallery #webshop_mainImg{
	display: block;
	width: 100%;
	clear:both;
	
}
.webshop_imgGallery #webshop_mainImg img{
	width: 100%;
}


/* style for main website product list page */
.webshop_productListItem{
  display: block;
  float: left;
  width: 23%;
  text-align: center;
  border:1px solid #ccc;
  margin: 5px;
	padding: 0px;
	list-style: none;
	padding: 0px;
}
.webshop_productListItem .button{
	text-align: center;
}
.webshop_productListItem .description{
	border-top: 1px solid #ccc;
	height: 100px;
	vertical-align: top;
}
.webshop_productListItem .image{
	border-top: 1px solid #ccc;
	text-align: center;
	height: 200px
}
.webshop_productListItem .image img{
	height: 200px;
}
.webshop_productListItem .price{
	font-size: 30px;
	color: #9d4497;
	text-align: center;
}
.webshop_productListItem .title{
	display: block;
	height: 30px;
	font-weight: bold;
}

