@charset "utf-8";
/* CSS Document */
.shopcontainer {
	position: relative;
	margin: 0;
}
.shopcategorycontainer {
	clear: left;
	border-bottom: 1px dotted #5B8A3C;
	margin: 0 0 1em 0;
}
.shopcategorycontainer h2 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}
.shopcategorycontainer a:link,
.shopcategorycontainer a:active,
.shopcategorycontainer a:visited {
	color: #5B8A3C;
	text-decoration: none;
}
.shopcategorycontainer a:hover {
	text-decoration: underline;
}

.shopitemsummary {
	width: 245px;
	float: left;
	/* height: 220px; */
	overflow: hidden;
	border-top: 2px dotted #5B8A3C;
	padding: 1em;
	margin: 1em 20px 1em 0em;
	font-size: 0.9em;
}
.shopitemsummarywide {
	width: inherit;
	float: none;
	height: auto;
	overflow: hidden;
	border-left: none;
	padding: 1em;
	margin: 1em 0.5em;
	font-size: 0.9em;
}
.shopitemsummary h3 {
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: bold;
}
.shopitemsummary p {
	
}
.shopitemsummary a:link,
.shopitemsummary a:active,
.shopitemsummary a:visited {
	color: #5B8A3C;
	text-decoration: none;
}
.shopitemsummary a:hover {
	text-decoration: underline;
}
#shoptoolbar {
	color: #FFF;
	background: url(images/toolbar_top.png) no-repeat top left;
	font-size: 0.8em;
	padding: 0;
	margin-left: 2em;
	float: right;
	width: 250px;
}
#shoptoolbar div {
	padding: 0.4em 0.6em;
	text-align: center;
	background: url(images/toolbar_bottom.png) no-repeat bottom left;
}
#shoptoolbar a:link,
#shoptoolbar a:active,
#shoptoolbar a:visited {
	color: #FFF;
	text-decoration: none;
}
#shoptoolbar a:hover {
	color: #D5E8BB;
}

.breadcrumbnav {
	font-size: 0.7em;
	margin-bottom: 1em;
}
.breadcrumbnav a:link,
.breadcrumbnav a:active,
.breadcrumbnav a:visited {
	color: #000;
	text-decoration: none;
}
.breadcrumbnav a:hover {
	text-decoration: underline;
}
.shopimgright {
	margin: 1em 0 1em 1em;
}
.shopimgleft {
	margin: 1em 1em 1em 0;
}
.shopitemprice {
	font-weight: bold;
	color: #5B8A3C;
	margin-bottom: 1em;
	float: left;
}
.shopitempricecat {
	font-weight: bold;
	color: #5B8A3C;
	float: right;
}
.shoppricedisplay {
	clear: left;
	float: left;
	font-size: 1.2em;
	color: #5B8A3C;
	font-weight: bold;
}
.incvat {
	clear: left;
	float: left;
	font-size: 0.7em;
	color: #5B8A3C;
	font-weight: normal;
}
.shopotherprices {
	float: left;
	font-size: 0.8em;
	color: #5B8A3C;
}
.shopitemsummary .shopitemprice {
	font-size: 1em;
}
.shopitemdetail .shopitemprice {
	font-size: 1.2em;
}
#shopcartcontainer {
	display: none;
}
.shopcartitemprice {
	float: right;
	width: 7em;
}
.shopcartitemtools {
	float: right;
	width: 5em;
}
.shopcartitem {
	font-size: 0.8em;
	clear: both;
	padding: 0.5em;
	border: 1px solid #2B3819;
	margin: 0 0 0.1em 0;
	background: #F2FFDF;
}
.shopcartitemremove:link,
.shopcartitemremove:active,
.shopcartitemremove:visited {
	text-decoration: none;
	color: #000;
}
.shopcartitemremove:hover {
	text-decoration: underline;
}
.shopcartcost {
	font-size: 0.8em;
	clear: both;
	padding: 0.5em;
	border: 1px solid #2B3819;
	margin: 0 0 0.1em 0;
}
.shopbasketbuttons {
	margin-top: 1em;
}
.checkoutcontainer {
	clear: both;
	padding: 1em 0;
}
.checkoutregister {
	float: left;
	padding: 10px;
	background: #EAF9E8;
	width: 275px;
}
.checkoutregistererror {
	padding: 10px;
	background: #EAF9E8;
}
.checkoutloginerror {
	padding: 10px;
	background: #EAF9E8;
}
.checkoutlogin {
	float: right;
	padding: 10px;
	background: #EAF9E8;
	width: 275px;
}
.shopinputmedium {
	width: 260px;
}
.shopformfield {
	font-size: 0.8em;
	margin-top: 0.5em;
}
.shopformerror {
	color: #F00;
	font-size: 0.8em;
	margin-left: 1em;
}