html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.9em;
	color: #333333;
	background-image: url(../img/bodyBg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

a {
	border: none;
	outline: none;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	padding: 0;
	margin: 0 0 0.3em 0;
}

div.center {
	width: 960px;
	margin: 0 auto 0 auto;
}

.clear {
	clear: both;
}
.invisible {
	display: none;
	visibility: hidden;
}
.pointer {
	cursor: pointer;
}

#siteHeader {
	background-image: url(../img/headerBg.jpg);
	background-repeat: repeat-x;
	background-color: #0e0c0d;
	border-bottom: 10px solid #4a342e;
	overflow: hidden;
}
#siteHeader h1 {
	background-image: url(../img/easykitcheningLogo.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 327px;
	height: 60px;
	float: right;
	margin-top: 25px;
	display: inline;
}

#siteHeader ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 84px;
}

#siteHeader li {
	display: inline;
	margin: 0;
	padding: 0;
}

#siteHeader ul li a {
	float: left;
	/*background: url(../images/tableftB.gif) no-repeat left top;*/
	background-color: #382c28;
	margin: 0;
	margin-right: 5px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
#siteHeader ul li a.active {
	background-color: #4a342e !important;
}

#siteHeader ul li a span.m {
	float: left;
	display: block;
	padding: 15px 15px 14px 6px;
	color: #97796f;
	cursor: pointer;
}
#siteHeader ul li a.active span.m {
	color: #ffffff !important;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#siteHeader ul li a span.m {
	float: none;
}
/* End IE5-Mac hack */
#siteHeader ul li a:hover span.m {
	color: #ffffff;
}
#siteHeader ul li a:hover span.m span {
	color: #ffffff;
}
#siteHeader ul li a:hover {
	background-color: #4a342e;
	/*background-position:0% -42px;*/
}
#siteHeader ul li a:hover span.m {
	/*background-position:100% -42px;*/
}


#siteHeader ul.lang {
	position: absolute;
	right: 0px;
	top: 17px;
}
#siteHeader ul.lang li a span.m {
	padding: 6px 8px 6px 0px !important;
}
#siteHeader ul.lang li a {
	margin-left: 5px !important;
	margin-right: 0px !important;
}


.relative {
	position: relative;
}











#site {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	background-image: url(../img/logoBg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#siteBody {
	margin-top: 15px;
	padding-bottom: 2em;
}
#siteBody a {
	color: #78552E;
	text-decoration: none;
}
#siteBody a:hover {
	text-decoration: underline;
}

#siteBody h1 {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 2em;
	margin-left: -0.1em;
}
#siteBody h2 {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 1.6em;
}
#siteBody h3 {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 1.2em;
}

#siteBody #page {
	float: left;
	width: 720px;
}
#siteBody #extra {
	float: right;
	width: 200px;
}
#siteBody #extra div {
	float: left;
	margin-bottom: 0.3em;
}
#siteBody #extra div.stockname {
	width: 175px;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 12px;
}
#siteBody #extra div.stockcount {
	width: 20px;
	text-align: right;
}
#siteBody #extra div.storename {
	width: 100%;
	margin-bottom: 12px;
	float: none !important;
}

.error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 0.5em;
}




.border {
	border: 1px solid #666666;
	background-color: #333333;
	padding: 5px;
}
.border2 {
	width: 702px;
}
.border3 {
	width: 380px;
}

#smallmap {
	position: relative !important;
	border: 1px solid #666666;
	height: 350px !important;
	width: 706px !important;
}
#smallmapg {
	height: 350px !important;
	width: 706px !important;
}
#bigmap {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	overflow: hidden;
}
#bigmapg {
	width: 100%;
	height: 100%;
}
div.storeItem {
	margin-top: 10px;
	float: left;
	margin-right: 10px;
	background-image: url(../img/storebg.gif);
	background-position: 0 -700px;
	background-repeat: no-repeat;
}
div.storeItem:hover {
	background-position: 0 0px;
}
div.storeItem.end {
	margin-right: 0px !important;
}
div.storeItem div {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 10px;
}
div.storeSelected {
	background-color: #CC3300 !important;
	border: 1px solid #CC0000 !important;
}
div.storeSelected div {
	border: 1px solid #CC0000 !important;
}



#footer {
	background-color: #0e0c0d;
	border-top: 3px solid #4a342e;
	overflow: hidden;
	height: 14px;
	padding: 4px;
	color: #ffffff;
	font-size: 0.85em;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}




/*
ENQUETE
*/
.p_enquete h3 {
	margin-top: 3em;
}
.p_enquete ul {
	margin-top: 0.2em;
	margin-left: 0;
	list-style: none;
	padding-left: 1em;
}
.p_enquetee ul li {
	margin-bottom: 0.3em;
	list-style: none;
}
.p_enquete input[type='submit'] {
	margin-top: 2em;
	font-family: "Arial Narrow", Arial, Helvetica;
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
}
.p_enquete input[type='text'] {
	width: 4em;
	padding: 2px;
	font-family: "Arial Narrow", Arial, Helvetica;
	color: #333333;
	border: 1px solid  #999999;
}
.p_enquete textarea {
	padding: 4px;
	font-family: "Arial Narrow", Arial, Helvetica;
	color: #333333;
	border: 1px solid  #999999;
	font-size: 1em;
}
.p_enquete #v11 {
	margin-top: 0.5em;
	margin-left: 1.8em;
	margin-bottom: 0.5em;
}
.formError {
	color: #CC0000 !important;
}



/*
NIEUWS
*/
div.newsItem {
	text-align: justify;
	margin-bottom: 3em;
}
div.newsItem h3 {
	border-bottom: 1px solid  #333333;
	margin-bottom: 0.6em;
}
div.newsItem h3 span {
	font-family: "Arial Narrow", Helvetica;
	font-weight: normal;
	font-size: 0.8em;
	display: block;
	text-align: right;
	margin-top: -1.3em;
	margin-bottom: 0.2em;
}



/*
SHOP
*/
.shopItem {
	position: relative;
	border-left: 6px solid #333333;
	border-right: 6px solid #333333;
	border-top: 6px solid #333333;
	height: 250px;
	overflow: hidden;
	background-color: #EFEFEF;
}
.shopItem .bgimg {
	position: absolute;
	width: 720px;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
}
.shopItem .caption {
	position: absolute;
	left: 10px;
	top: 10px;
}
.shopItem .soldout {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.shopItem .price {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.shopItem .price input {
	font-size: 1em;
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica;
	width: 40px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	height: 13px !important;
}
.shopItem .price .title {
	padding: 0 !important;
	height: 8px;
}
.shopItem .price .ct {
	text-align: right;
}
.shopItem .ct {
	font-size: 0.75em;
}
.shopItem .ct h3 {
	font-size: 1.6em !important;
	float: left;
	margin-top: -1px;
}
.imgloader {
	height: 1px;
	width: 1px;
	display: none;
	visibility: hidden;
}
.shopBtm {
	border: 6px solid #333333;
	background-color: #EFEFEF;
	padding: 10px 20px 10px 20px;
	text-align: right;
	position: relative;
}
.shopBtm input[type='submit'] {
	/*margin-top: 3em;*/
	font-family: "Arial Narrow", Arial, Helvetica;
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.shopBtm input[type='text'] {
	font-size: 0.8em;
	padding: 4px;
	font-family: Tahoma, Arial, Helvetica;
	width: 190px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.shopBtm select {
	font-size: 0.8em;
	padding: 4px;
	font-family: Tahoma, Arial, Helvetica;
	width: 350px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.shopBtm .info {
	float: left;
	width: 430px;
	text-align: left;
}
.shopBtm .info div {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.shopBtm .info div.l {
	width: 150px;
}
.shopBtm .total {
	float: right;
	width: 150px;
}
.sbubble {
	padding: 9px;
	width: 18px;
	height: 18px;
	background: url(../img/sbubble.png) top left;
	position: absolute;
	top: 10px;
	right: 10px;
}
#shopError {
	width: 360px;
	margin-bottom: 15px;
}











/*
FRUITILITIES
*/
.p_fruitilities img {
	border: 6px solid #333333;
}
.p_fruitilities div img {
	border: none !important;
}




.bubble {
	width: 260px;
	padding: 0;
	margin: 0 auto 0 auto;
}
.bubble .ttl {
	padding: 12px 12px 6px;
	background: url(../img/bubble.png) top left;
}
.bubble h1, .bubble h3 {
	margin: 0;
	padding: 0;
}
.bubble .ct {
	padding: 6px 12px 12px;
	background: url(../img/bubble.png) bottom right;
}




#langtop {
	background-image: url(../img/headerBg.jpg);
	background-repeat: repeat-x;
	background-color: #0e0c0d;
	border-bottom: 10px solid #4a342e;
	height: 380px;
	text-align: center;
	padding-top: 25px;
}
#lang {
	width: 500px;
	height: 100px;
	margin: 0 auto 0 auto;
}
#lang div {
	float: left;
	width: 250px;
	margin-top: 50px;
	text-align: center;
}
#lang div a {
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}
#lang div a:hover {
	color: #555;
}
