html {
	height: 100%;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #00467f;
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}



td {
	/* border: dashed #f00 1px;  */
	 border: 0; 
}

.menuitem1 {
	background: #ffd204;
	text-align: center;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
} .menuitem1 a { color: #444; padding: 5px 20px 7px 20px; text-decoration: none;} .menuitem1 a:hover { background: #f26532; color: #fff;}

.menuitem2 {
	background: #ffd204;
	text-align: center;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
} .menuitem2 a { color: #444; padding: 5px 20px 7px 20px; text-decoration: none;} .menuitem2 a:hover { background: #4f91cd; color: #fff;}

.menuitem3 {
	background: #ffd204;
	text-align: center;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
} .menuitem3 a { color: #444; padding: 5px 20px 7px 20px; text-decoration: none;} .menuitem3 a:hover { background: #00467f; color: #fff;}

.lang_menu {
	margin: 5px 10px 0px 0px;
}

.cart {
	margin: 4px 0px 0px 0px;
	color: #fff;
}
.cart_buttons {
	margin: 4px 0px 0px 0px;
	color: #fff;
}
.left_margins {
	margin: 5px 10px;
}

.content {
	margin: 7px;
}


.group_title {
	margin: 4px 8px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background: #fff url('blt_main.gif') no-repeat;
}

.prod_title {
	background-color: #ffd204;
	padding: 4px 6px;
	font-weight: bold;
} .prod_title a {		text-decoration: none; color: #f26532;	}
  .prod_title a:visited {	text-decoration: none; color: #f26532;	}
  .prod_title a:hover {	text-decoration: underline; color: #f26532; }

.more a {		text-decoration: none; color: #f26532;	}
.more a:visited {	text-decoration: none; color: #f26532;	}
.more a:hover {	text-decoration: underline; color: #f26532; }

.prod_content{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border-top: 0;
	border-left: 0;
	border-bottom: solid #ffd204 1px;
	border-right: solid #ffd204 1px;
	background-color: #f2f2f2;
} .prod_content a {		text-decoration: none; color: #f26532;	}
  .prod_content a:visited {	text-decoration: none; color: #f26532;	}
  .prod_content a:hover {	text-decoration: underline; color: #f26532; }

.cart_content{
	width: 600px;
	margin: 0px 10px 0px 5px;
	border-top: 0;
	border-left: 0;
	border-bottom: solid #ffd204 1px;
	border-right: solid #ffd204 1px;
} .cart_content a {		text-decoration: none; color: #f26532;	}
  .cart_content a:visited {	text-decoration: none; color: #f26532;	}
  .cart content a:hover {	text-decoration: underline; color: #f26532; }

.prodlist_header{
	margin: 0px 10px 0px 5px;
} .prodlist_header a {		text-decoration: none; color: #f26532;	}
  .prodlist_header a:visited {	text-decoration: none; color: #f26532;	}
  .prodlist_header a:hover {	text-decoration: underline; color: #f26532; }

.price {
	background-color: #dedede;
	color: #f00;
	font-weight: bold;
	padding: 4px 6px;
	font-size: 11px;
}

.prodgroups {
	margin: 5px 10px;
    font-size: 11px;
}
.prodgroups FONT {
    font-size: 11px;
}
.prodgroups a {		text-decoration: none; color: #000; } 
.prodgroups a:visited {	text-decoration: none; color: #000;	}
.prodgroups a:hover {		text-decoration: none; color: #f00;	}

#ProductSearchParameter {
	border: solid #f26532 1px;
}

.sep {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: dashed #ddd 1px;
	margin: 10px 0px;
}