/* Shop stuff */


.shopBox {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	float: right;
	width: 230px;
}
#productsholder {
	padding-right: 0.4em;
	padding-left: 0.4em;
	padding-top: 0.4em;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-left-color: #e5e5e5;
	padding-bottom: 0em;
}
.productbox {
	padding: 0.3em;
	border: 1px solid #D0D2DD;
	margin-bottom: 0.4em;
}
.productbox img {
	float: left;
	margin-right: 0.75em;
	border: 1px solid #D0D2DD;
}
.productbox h2 {
	color: #770000;
	margin-top: 0.75em;
}

.productbox p {
	padding-bottom: 0em;
}
.shopheaderleft {
/*	background-image: url(../images/test01/headbox_L.png);	*/
	background-image: url(../images/General-Images_BACKEND/Globals/shoppingBox/headbox_L.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 24px;
	width: 4px;
}
.headShop {
	width:230px;
	background-image: url(../images/General-Images_BACKEND/boxes/ShopBoxhead.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.shopheaderright {
/*	background-image: url(../images/test01/headbox_R.png);	*/
	background-image: url(../images/General-Images_BACKEND/Globals/shoppingBox/headbox_R.png);	
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 24px;
	width: 4px;
}
.shopheader {
	color: #FFFFFF;
}
.productboxLast {
	margin-bottom: 0em;
}
.productbox:hover {
	padding: 0.3em;
	border: 1px solid #EA0207;
	background-color: #F5F5F5;
}
#wrapper #contentHolder .shopBox #productsholder .productbox .shopfrontWrapper {
	float: right;
	width: 105px;
	padding-top: 0.8em;
}


.productprice {
	font-weight: bold;
	color: #8C0002;
}
a.gotoproduct {
	background-image: url(../images/General-Images_BACKEND/blims/readMoreArrow.gif);
	background-repeat: no-repeat;
	background-position: 41px 5px;
	width: 100px;
	font-size: 1.0em;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
	clear: right;
	display: block;
	margin-top: 0.5em;
}
a.gotoproduct:hover {
	text-decoration: underline;
}
