body{
	font-size: 8pt;
	line-height: 10pt;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
	margin: 0px;
	padding: 0px;
	background-image: url(images/container_background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #dee4db;
}

td{
	font-size: 8pt;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #99cc33;
}

input, select{
	border: 1px #000000 solid;
	font-size: 8pt;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
h3{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

/*container*/
#overall-container{
	position: absolute;
	width: 830px;
	left: 50%;
	margin-left: -415px;
	min-height: 100%;
	padding: 0px;
}

#header{
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height:230px;
	width: 830px;
	left: 0px;
}

#main-navigation{
	position: absolute;
	top: 169px;
	left: 50px;
}
#main-navigation img{
	border: none;
}

#content-container{
	width: 800px;
	margin-top: 0px;
}

#sub-navigation{
	position: absolute;
	left: 12px;
	width: 149px;
	background-image: url(images/subnavi_back.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#subnavihead{
	background-image: url(images/subnavi_topshadow.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#subnavibottom{
	background-image: url(images/subnavi_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#center-column{
	position: absolute;
	left: 170px;
	width: 480px;
	margin-top: 15px;
}
#content{
	width: 480px;
}

#additionals-top{
	background-image: url(images/additionals_topshadow.gif);
	background-repeat: no-repeat;
	height: 12px;
}

#additionals{
	position: absolute;
	left: 663px;
	width: 149px;
	background-image: url(images/additionals_back.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#additionals form, #additionals p{
	margin: 10px 0px 15px 20px;
}

#additionals-bottom{
	background-image: url(images/additionals_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#breadcrumb{
	position: relative;
	margin: 0px;
	left: 40px;
	width: 400px;
}


/*classes*/

#sub-navigation a{
	display: block;
}

#sub-navigation img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #663366;
	color: #ffffff;*/
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	text-transform: uppercase;
}

#sub-navigation img.sub{
	margin: 5px 0px 5px 0px; 
}

#sub-navigation a.sub-sub, #sub-navigation a.sub-sub-selected{
	margin: 0px 10px 0px 20px;
	font-weight: bold;
	line-height: 12pt;
	/*background-color: #99cc33;*/
}

#sub-navigation a.sub-sub-sub, #sub-navigation a.sub-sub-sub-selected{
	margin: 0px 0px 0px 10px;
	/*background-color: #DEE4DB;*/
}
#sub-navigation a.sub-sub-sub-selected{
	font-weight: bold;
	color: #663366;
}

#sub-navigation a.sub-sub-selected{
	font-weight: bold;
	margin: 0px 10px 0px 20px;
	color: #663366;
	/*background-color: #663366;*/
}

#sub-navigation div.sub-active a.sub-sub-selected{
	font-weight: bold;
	font-size: 8pt;
	border-bottom: 1px solid;
	padding: 0px 0px 2px 0px;
	color: #ffffff;
	background-color: #663366;
	margin: 0px 10px 0px 0px;
	margin: -2px 1px 0px -1px;
}


#breadcrumb a, #breadcrumb{
	color: #663366;
}

.clear{
	clear: both;
}
div.sub-active{
	background-image: url(images/sub_navi_back.gif);
	background-position: top left;
	background-repeat: repeat-y;
	/*border: 1px solid #663366;*/
	width: 119px;
	margin: 5px 0px 10px 20px;
	padding: 2px 5px 4px 2px;
}

#shop-navi-container{
	width: 480px;
	margin-bottom: 100px;
}

div.shop-navi{
	width: 235px;
	border: blue 1px solid;
	float: left;
}

/*/////////////shop/////////////////*/
/*list*/
/*#content-shop-list form{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed;
}

#content-shop-list p{
	margin: 0px 0px 0px 60px;
}

#content-shop-list img{
	float: left;
	margin: 0px 10px 10px 0px; 
	border: #000000 1px solid;
}
#content-shop-list img.shop-heading{
	float: none;
	border: none;
}

#content-shop-list input.shop-product-count{
	width: 20px;
}

#content-shop-list div.shop-inputs{
	text-align: right;
	float: right;
}

#content-shop-list  div.shop-inputs img{
	border: none;
	margin: 0px 0px 10px 0px;
	float: none;
}

#content-shop-list p.shop-product-note{
	margin-bottom: 10px;
}*/
#content-shop-list div.content-shop-list-single{
	width: 150px;
	margin: 0px 10px 10px 0px;
	float:  left;
	
}
#content-shop-list div.content-shop-list-single p.image{
	text-align: center;
	border: 1px solid #99cc33;
	margin: 0px;
	height: 227px;
	padding: 0px;
}
#content-shop-list div.content-shop-list-single p.title{
	text-align: left;
	height: 30px;
}
#content-shop-list div.content-shop-list-single p.price{
	text-align: right;
	background-color: #99cc33;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}
#content-shop-list div.clear{
	clear: both;
}


/*list offers*/

#content-shop-list-offers{
	
}
#content-shop-list-offers div.clear{
	clear: both;
}

#content-shop-list-offers form{
	display: block;
	margin: 12px 12px 0px 0px;
	padding-bottom: 10px;
	padding: 0px;
	/*border: 1px solid #99cc33;*/
	/*background-color: #99cc33;*/
	width: 220px;
	height: 410px;
	float: right;
	text-align: center;
	background-image: url(images/product_offers.jpg);
	background-repeat: no-repeat;
}

#content-shop-list-offers p{
	margin: 0px 10px 0px 10px;
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
}

#content-shop-list-offers img{
	margin: 0px 0px 0px 0px;
	border: none;
}
#content-shop-list-offers span.shop-header a{
	font-size: 7pt;
	text-align: left;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	padding: 15px 20px 5px 20px;
	/*background-color: #99cc33;*/
}


/*single item*/
#product-image{
	float: left;
	margin: 10px 10px 10px 0px;
}
#product-image img{
	display: block;
	border: #000000 1px solid;
}
#content-shop-item p{
	margin: 10px 0px 10px 220px;
}

#content-shop-item input.shop-product-count{
	width: 20px;
}
#content-shop-item p.right{
	text-align: right;
}
#content-shop-item p.back{
	float: right;
	margin: 0px 0px 10px 0px;
}

/*search*/
#search input{
	
}

/*basket*/

#content-shop-basket table{
	border-collapse: collapse;
	margin-bottom: 20px;
}
#content-shop-basket td{
	font-size: 8pt;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
	border: none;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
}

#content-shop-basket input.shop-product-count{
	width: 20px;
}

#content-shop-basket table.main-basket{
	width: 480px;
}
#content-shop-basket p.normal{
	margin: 5px 0px 5px;
}

#content-shop-basket td.bold{
	font-weight: bold;
}

#content-shop-basket tr.heading td{
	background-color: #99cc33;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	padding: 2px;
}

#content-shop-basket td.product-overview img{
	float: left;
	margin: 0px 10px 0px 0px;
}
#content-shop-basket td.product-overview{
	width: 300px;
}
#content-shop-basket p{
	margin: 0px;
}
#content-shop-basket td.bottom{
	vertical-align: bottom;
}
#content-shop-basket td.bottom-right{
	vertical-align: bottom;
	text-align: right;
	font-weight: bold;
}

#content-shop-basket td.product-title a{
	font-weight: bold;
	display: block;
	float: left;
	font-size: 8pt;
}
#content-shop-basket td.product-title{
	text-align: right;
}

#content-shop-basket tr.product-overview{
	border-bottom: 1px solid #99cc33;
}

#content-shop-basket tr.product-overview td{
	padding-bottom: 10px;
}


/*mailform*/

table.tw-mailform-table{
	border-collapse: collapse;
	margin-top: 10px;
}
table.tw-mailform-table input, table.tw-mailform-table select, table.tw-mailform-table textarea{
	width: 230px;
}
table.tw-mailform-table textarea{
	height: 100px;
}

td.tw-mailform-cell{
	padding: 5px;
	vertical-align: top;
}

td.tw-mailform-input-cell{
	text-align: right;
}

/*links*/

span.links{
	display:block;
	border-bottom: 1px dashed;
	padding-bottom: 10px;
	margin: 10px 0px 0px 0px;
}
a.links-ext{
	display: block;
	margin: 0px;
	font-weight: bold;
}
.links-int{
	display: block;
	margin: 0px;
	color: #99cc33;
}

/* NEWS */

div.news-latest-item{
	margin: 0px 10px 0px 20px;
}

div.news-latest-item h3{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.news-latest-morelink{
	text-align: right;
}

#additionals div.news-latest-item p.bodytext{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#additionals hr.clearer{
	width: 120px;
	color: #AAAAAA;
}

span.news-latest-date, span.news-latest-date a{
	margin: 0px 0px 0px 0px;
	font-size: 7pt;
	font-style: italic;
	color: #AAAAAA;
}

/*news list */

div.news-list-item{
	margin-bottom: 30px;
}
span.news-list-date{
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
color: #99cc33;
}
h3{
	font-size: 8pt;
	margin-top: 0px;
}