body {
	background: #a3b856 url(images/bg.gif) repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #33381e;
	margin: 0;
	padding: 0;
}

.gallery-pictures {
	overflow: hidden;
	width: 100%;
}
.gallery-pictures img { display: block; margin: 10px; float: left; }

	.clearfix { overflow: hidden; width: 100%; }
	.left { float: left; }
	.right { float: right; }
	img { border: 0px; }

	#wrapper {
		width: 820px;
		margin: 20px auto;
	}
	
	#top { margin: 20px 0; }
	
	#top a#logo { float: left;  }
	#top .shop_tools { float: right; font-size: 11px; margin: 0 10px; line-height: 16px;}
	#top .shop_tools ul li { float: left; display: block; margin-left: 15px; }
	#top .shop_tools ul li a { font-weight: bold; color: #555; }
	#top .shop_tools ul li.basket {
		background: url(images/cart.png) top left no-repeat; 
		padding-left: 25px;
		border-right: 2px solid #fff;
		padding-right: 15px;
	}
	#top .shop_tools ul li.basket a { display: block; }
	#top .shop_tools ul li.basket span { color: #fff; }
	#top .shop_tools ul li.shop_action a { padding: 2px; margin: 2px 0; }
	#top .shop_tools ul li.shop_action a.goto_checkout { background: url(images/creditcards.png) top left no-repeat; padding-left: 25px; }
	#top .shop_tools ul li.shop_action a.goto_basket { background: url(images/cart.png) top left no-repeat; padding-left: 25px; }
	
	#menu, #submenu {
		background: #829248;
		overflow: hidden;
		border: 1px solid #6f7d3d;
	}
	#menu ul { list-style: none; padding: 0; margin: 0; }
	#menu ul li { float: left; background: url(images/seperator.jpg) left center no-repeat; }
	#menu ul li:first-child { background: none; }
	#menu ul li a {
		padding: 10px;
		display: block;
		color: #e7edc7;
		text-decoration: none;
	}
	#menu ul li.current a, #menu ul li a:hover { color: #fff; }
	
	#banner {
		height: 156px;
	}
	
	#submenu { padding: 10px; }
	
	#container { margin: 15px 0; }
	
	ul.newslist{
		padding: 0px;
		margin: 0px;
		list-style: none;
		width: 100%;
		overflow: hidden;
	}
	
	ul.newslist li{
		display: block;
		width: 47.5%;
		float: left;
		padding-right: 2.5%;
	}
	
	ul.newslist li .newsdate{
		display: block;
		font-size: 0.9em;
		font-style: italic;
	}
	
	ul.newslist li .newstitle{
		font-size: 1.3em;
		display: block;
		font-weight: bold;
	}
	
	#sidebar {
		width: 205px;
		float: left;
	}
	
	#sidebar div.box {
		background: #c0d06e;
		padding: 10px;
		border: 1px solid #98a458;
		margin-bottom: 15px;
	}
	
	#content {
		width: 580px;
		float: right;
		background: #c0d06e;
		padding: 10px;
		border: 1px solid #98a458;
	}
	
	ul.cat_list {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 14px;
	}
	ul.cat_list li {
		padding: 3px 0 3px 10px;
		border-bottom: 1px dotted #829248;
	}
	ul.cat_list li a { color: #000; text-decoration: none; }
	ul.cat_list li a:hover { text-decoration: underline; }
	ul.cat_list li.current a { font-weight: bold; }
	
	ul.cat_list li.current ul li a {
		font-weight: normal;
	}
	
	ul.cat_list li ul{
		font-size: 0.9em;
	}
	
	#footer {
		background: #829248;
		text-align: center;
		font-size: 11px;
		color: #e7edc7;
		padding: 10px;
		border-bottom: 1px solid #6f7d3d;
	}
	#footer p { margin: 0; }
	
	a:link, a:visited {
		color: #000;
		text-decoration: none;
	}
	a:hover { color: #fff; }
	
	img.frame {
		display: block;
		background: #fff;
		padding: 2px;
		border: 1px solid #000;
	}
	
	h1, h2, h3 {
		font-size: 24px;
		color: #000;
		margin: 10px 0;
		padding: 0;
		font-weight: bold;
	}
	h2 { font-size: 18px; }
	h3 { font-size: 16px; }
	

/* SHOP */

div.mini_basket table {
		width: 100%;
		font-size: 11px;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
	}
	div.mini_basket table tbody tr td { border-bottom: 1px solid #000; padding: 3px 0; }
	div.mini_basket table tr th {
		text-align: left;
	}

table.shop_productlist {
	width: 100%;
	margin: 10px 0px;
}

table.shop_productlist th, table.shop_productlist td {
	vertical-align: top;
}

table.shop_productlist thead tr th, table.shop_productlist tfoot tr th {
	background-color: #33381e;
	color: #fff;
	text-align: left;
	padding: 5px;
}
table.shop_productlist th.price, table.shop_productlist td.price {
	width: 60px;
}
table.shop_productlist tbody td {
	padding: 5px;
}
table.shop_productlist td.image img {
	display: block;
	background: #fff;
	padding: 2px;
	border: 1px solid #000;
}
span.symbolright {
	display: none;
}
span.pricesecondary {
	display: none;
}
table.shop_productlist em.partnumber {
	display: block;
}


div.shopproduct div.top {
	overflow: hidden;
	width: 100%;
}
div.shopproduct div.top div.images {
	display: inline;
	float: right;
	width: 306px;
}
div.shopproduct div.top div.images div.bigimage img {
	display: block;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #000 !important;
}

div.shopproduct div.top div.info {
	display: inline;
	float: left;
	width: 45%;
}
div.shopproduct div.top div.info .priceprimary {
	font-size: 17px;
}

div.shopproduct div.top div.info .buttons {
	font-weight: bold;
	padding-top: 25px;
	padding-left: 4px;
	font-size: 1.3em;
}
div.shopproduct div.top div.info table.variantselection td {
	padding: 0px;
}
div.shopproduct div.top div.info table.variantselection td.variantlabel {
	padding-right: 10px;
	font-weight: bold;
	width: 70px;
}
div.shopproduct div.top div.info table.variantselection td input {
	width: 110px;
}

div.shopproduct div.top div.info div.backbutton {
	margin-top: 20px;
}
div.shopproduct div.top div.info div.backbutton a {
	color: #33381e;
	font-weight: bold;
	font-size: 0.9em;
}
div.shopproduct div.top div.info div.backbutton a:hover {
	text-decoration: underline;
}

ul.ultimize_list_pager {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul.ultimize_list_pager li {
	margin: 0px;
	padding: 0px 5px;
	list-style-type: none;
	display: inline;
}
ul.ultimize_list_pager li.ultimize_list_pager_back {
	padding-left: 0px;
}

ul.ultimize_list_pager li.selected{
	font-weight: bold;
	font-size: 1.2em;
}

ol.shopcheckoutsteps {
	overflow: hidden;
	width: 100%;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}
ol.shopcheckoutsteps li {
	float: left;
	display: inline;
	padding: 0px 3px;
}
ol.shopcheckoutsteps li.selected {
	text-decoration: underline;
}

table.basket {
	border-collapse: collapse;
	width: 100%;
}
table.basket thead tr th {
	background-color: #33381e;
	color: #fff;
	text-align: left;
	padding: 5px;
	margin: 0px;
}
table.basket tfoot tr th {
	text-align: right;
}
table.basket td { border-bottom: 1px solid #33381e; padding: 5px; }
table.basket td.quantity, table.basket th.quantity,
table.basket td.price, table.basket th.price {
	text-align: right;
}
table.basket td.quantity input {
	width: 40px;
}

div.customerdata table, div.deliverydata table {
	width: 100%;
}
div.customerdata table td, div.deliverydata table td {
	padding: 2px 0px;
}
div.customerdata table td.label, div.deliverydata table td.label {
	width: 150px;
}
div.customerdata table td.field input, div.deliverydata table td.field input, 
div.customerdata table td.field select, div.deliverydata table td.field select {
	width: 250px;
}

table.shopcheckoutshipping {
	width: 50%;
}

div.shopcheckoutproducts h2, div.shopcheckoutdeliverytype h2, div.shopcheckoutcomment h2, div.shopcheckoutpaymentmethods h2, div.checkoutcontainer h3 {
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.shopcheckoutpaymentmethods table {
	width: 50%;
}

div.shopcheckoutcomment textarea {
	width: 350px;
	height: 100px;
}

div.shopcheckoutclearfix {
	width: 100%;
	overflow: hidden;
}
div.shopcheckoutclearfix div.shopcheckoutdeliverytype {
	display: inline;
	float: left;
	width: 49%;
}
div.shopcheckoutclearfix div.shopcheckoutpaymentmethods {
	display: inline;
	float: right;
	width: 49%;
}

div.checkoutcontrolbuttons {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
div.checkoutcontrolbuttons a.nextstep, div.checkoutcontrolbuttons a.prevstep {
	background-color: #829248;
	color: #fff;
	padding: 4px 10px;
	float: left;
	display: inline;
}
div.checkoutcontrolbuttons a.nextstep {
	float: right;
}
div.checkoutcontrolbuttons a:hover {
	text-decoration: none;
}


/* SHOP END */