* {
padding: 0;
margin: 0;
}

html,body {
	/* background-color: #CDF8B6; */
	background-color: #FFFFFF;
	padding: 0px 0;
	margin : 0px 0;
	width: 100%;
	height: 100%;
	text-align:center;
  /* scrollbar-track-color: #CDF8B6;*/
  scrollbar-track-color: #FFFFFF;
}

td,tr,div {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

a:link                     { color: #66AE3D; }
a:visited                  { color: #66AE3D; }
a:active                   { color: #646464; }
a:hover                    { color: #0000FF; }

h1 {
  color: #AD005B;
  font-size: 20px;
  font-weight: normal;
}

h2 {
  color: #AD005B;
  font-size: 18px;
  font-weight: normal;
}

h3 {
  color: #AD005B;
  font-size: 16px;
  font-weight: normal;
}

#layoutTable {
  background-color: #E2EFDA;
	margin: 0 auto;
	width: 800px;
	height: 100%;
	border-left: 1px solid #66AE3D;
	border-right: 1px solid #66AE3D;
	background-image: url('g/kroes.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#contentTd {
  width: 460px;
  padding-right: 39px;
  padding-bottom: 37px;
  padding-top: 20px;
  padding-left: 40px;
}

#mainTable {
  margin: 0 auto;
}

#menu {
  background-image:url('g/menu_bg.png');
}

#friseTd {
  vertical-align: bottom;
}

#friseTable {
  width: 100%;
  height: 80px;
  background-image: url('g/frise_bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
}

.mainBorder {
  background-color: #66AE3D;
}

.mainFill {
  background-color: #EDF6E8;
}

.red {
  color: #AD005B;
}

.black {
  color: #000000;
}

.red a:link { color: #AD005B; text-decoration: none; }
.red a:hover { color: #66AE3D; text-decoration: none; }
.red a:active { color: #AD005B; text-decoration: none; }
.red a:visited { color: #AD005B; text-decoration: none; }

.green {
  color: #66AE3D;
}

.gray {
  color: #A3A3A3;
}

#headImgTD {
  background-repeat: no-repeat;
}

.menuItem {
  background-image: url('g/menu/button.png');
  background-repeat: no-repeat;
  height: 24px;
  vertical-align: middle;
  color: #AD005B;
}

.menuItem a {
  display:block;
  width:100%;
  height:100%;
  vertical-align: middle;
  padding-left:10px;
  padding-top:5px;
}

.menuItem a:link { color: #AD005B; text-decoration: none; }
.menuItem a:hover { color: #AD005B; text-decoration: none; }
.menuItem a:active { color: #AD005B; text-decoration: none; }
.menuItem a:visited { color: #AD005B; text-decoration: none; }

.item_info_image_box {
  float: right;
  border: 1px solid #66AE3D;
  background-color: #FAFCF9;
  margin: 5px;
  padding: 5px;
}

.cartThumbTable {
  width: 100%;
  height: 83px;
  padding: 5px;
  background-image: url('g/menu/kurv.png');
  background-repeat: no-repeat;
}

.greenTable {
  border: 1px solid #66AE3D;
  background-color: #FAFCF9;
  padding: 5px;
}

.cartTable {
  border: 1px solid #66AE3D;
  background-color: #FAFCF9;
  padding: 5px;
  width:100%;
}

.thumbItemTable {
  width: 100%;
  border: 1px solid #66AE3D;
  background-color: #FAFCF9;
  /*background-image: url('g/kroes_2.png');
  background-repeat: no-repeat;*/
}

.thumbItemImageTd {
  padding: 5px;
  width: 80px;
  vertical-align:middle;
}

.thumbItemPriceDiv {
  float: right;
  padding: 5px;
  text-align: right;
  color: #AD005B;
  line-height: 20px;
  font-size: 12px;
}

.thumbItemDescriptionDiv {
  padding-bottom: 5px;
  padding-top: 5px;
}

.admMenu {
  float:right;
  padding: 5px;
  border: 1px solid #66AE3D;
  background-color: #FAFCF9;
  width:100px;
  line-height: 20px;
  color: #66AE3D;
}

.admBox {
  width: 70%;
  padding: 5px;
  border: 1px solid #66AE3D;
  line-height: 20px;
  color: #66AE3D;
}

.admMenu a:link { color: #AD005B; text-decoration: none; }
.admMenu a:hover { color: #AD005B; text-decoration: none; }
.admMenu a:active { color: #AD005B; text-decoration: none; }
.admMenu a:visited { color: #AD005B; text-decoration: none; }

.boxDiv {
  position: absolute;
  visibility: hidden;
  width: 300px;
  border: 1px solid #66AE3D;
  background-color: #FAFCF9;
  padding: 5px;
}