BODY {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial
}
.x-small,.small,.medium,.normal,.large,.x-large,.xx-large { 
	color : #000000;
	FONT-FAMILY: Arial;
}

.medium_grey { 
	font-size : 9px;
	color: #ACACAC;
	text-decoration: none;
}

.x-small { 
	font-size : 6px; 
}
.small { 
	font-size : 8px; 
}
.medium { 
	font-size : 9px;
}

.normal, a.normal { 
	font-size : 11px;
	text-decoration: none;
}

.normal_grey, a.normal_grey { 
	font-size : 11px;
	color: #444444;
	text-decoration: none;
}

.large { 
	font-size : 12px; 
}
.x-large { 
	font-size : 13px; 
}
.xx-large { 
	font-size : 18px; 
}

.copyrights, a.copyrights {
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

.test {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a:link,a:active,a:visited {
	text-decoration: none;
}

.row0 {
	background-color: #FFFFFF;
}

.row1 {
	background-color: #D1D1D1;
}

.row2 {
	background-color: #EEEEEE;
}

.row_green {
	background-color: #e6fee3;
}

.row_orange {
	background-color: #fdecd2;
}

.row_blue {
	background-color: #d2d3fd;
}

.row_red {
	background-color: #ee3424;
}

.search_input {
	BORDER: #c41200 1px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	FONT-FAMILY: Arial; 
}

td {
	FONT-SIZE: 10PX;
	FONT-FAMILY: Arial; 
}

.prod_desc {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	FONT-FAMILY: Arial;
	COLOR: RED;
}

html {
	height: 100%; 
	margin-bottom: 1px;
}

.word_tip{
	color: #C41200;
	text-decoration: underline;
}

.hlpd_cli, a.hlpd_cli {
	font-size: 11px; 
	font-family: Arial;
	font-weight: bold;
	color: #6dbd63;
	text-decoration: none;
}

.hlpd_emp, a.hlpd_emp {
	font-size: 11px; 
	font-family: Arial;
	font-weight: bold;
	color: #6163da;
	text-decoration: none;
}

.cat_head, a.cat_head {
	font-size: 11px; 
	font-family: Arial;
	font-weight: bold;
	color: #C41200;
	text-decoration: none;
}

.cat_head_large, a.cat_head_large {
	font-size: 11px; 
	font-family: Verdana;
	font-weight: bold;
	color: #C41200;
	text-decoration: none;
}

.glp_txt, a.glp_txt {
	font-size: 11px; 
	font-family: Arial;
	font-weight: bold;
	color: #3A3A3A;
	text-decoration: none;
}

.glp_txt_white, a.glp_txt_white {
	font-size: 11px; 
	font-family: Arial;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
}

.glp_txt_block, a.glp_txt_block {
	font-size: 10px; 
	font-family: Arial;
	color: #3A3A3A;
	text-decoration: none;
}

.cat_head_medium, a.cat_head_medium {
	font-size: 9px; 
	font-family: Arial;
	color: #C41200;
	text-decoration: none;
}

.cat_head_small, a.cat_head_small {
	font-size: 10px; 
	font-family: Arial;
	font-weight: bold;
	color: #C41200;
	text-decoration: none;
}

.menu_head {
	font-size: 11px; 
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

img {
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

.text {
	border: 1px #808080 solid;
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.textarea {
	border: 1px #808080 solid;
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	FONT-FAMILY: Arial; 
}

.text_req {
	border: 1px #C41200 solid;
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.submit {
	border: 1px #808080 solid;
	background-color: #FFFFFF;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

/* Style for invalid input */
.invalidInput
{
	border:1px dotted #e79595;
	padding:1px;
}

/* Style for valid input */
.validInput
{
	border:0px dotted;
	padding:1px;
}


/* Search panel */
.search_nav
{
/*	cursor: default;*/
	display: block;
	height:23px;
	float:none;
	border: solid 1px rgb(180,180,180);
	padding:0;
	margin:0;
	background:#EEEEEE none;
	color:#000000; /* Color of main panel */
	font:normal 10px Verdana;
}

.search_nav a
{
	line-height:23px;
	display: block;
	float: left;
	font-weight: bold;
	color: rgb(80,80,80);
	padding: 0 5px;
	margin: 0;
	background:#EEEEEE none;
	border-right:solid 1px rgb(180,180,180);
}

.search_nav a:hover
{
	background-color:rgb(230,230,230);
}

.dropmenudiv
{
/*	cursor: default;*/
	position:absolute;
	border:1px solid rgb(180,180,180);
	border-bottom: none;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color:white;
	visibility: hidden;
	text-indent: 4px;
}

.dropmenudiv a
{
	color: rgb(80,80,80);
	display: block;
	border-bottom: 1px solid rgb(180,180,180);
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	width:100%;
}

.dropmenudiv a:hover
{ /*hover background color*/
	background-color: rgb(230,230,230);
}

.search_cat_nav
{
	display: block;
	border: solid 1px rgb(180, 180, 180);
	border-top: none;
	font:bold 10px Verdana;
	line-height:14px;
	padding: 1px 4px;
	color: black;
	overflow: hidden;
	height: 100px;
	background-color: white;
}

.search_cat_nav a
{
	display:inline;
	text-decoration: none;
	font-weight: bold;
	color: #C41200;
}

.search_cat_nav a:hover
{
	text-decoration:underline;
}

.search_cat_nav_extender
{
	display:block;
	text-align:center;
	border: solid 1px rgb(180, 180, 180);
	border-top: none;
	padding: 0;
	margin: 0;
}

.search_cat_nav_extender a
{
	font:normal 8px courier monospace;
	padding: 0;
	margin: 0;
	display:block;
	background-color: rgb(245,245,245);
}

.search_cat_nav_extender a:hover
{
	background-color: rgb(230,230,230);
}
input.required {
	border: 1px #808080 solid;
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	padding-right: 13px;
	background-image: url('/templates/hd.nl/images/input_required.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

input.checked {
	border: 1px #808080 solid;
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	padding-right: 13px;
	background-image: url('/templates/hd.nl/images/input_checked.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.el1,.el2,.el3{
	float: left;
	border:1px #808080 solid;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sub_txt_field {
	float: left;
	border: 1px #808080 solid;
	width: 572px;
	background-color: #FFFFFF;
	padding: 3px;
	margin-bottom: 10px;
}

.el1{
	width: 184px;
	height: 250px;
}

.el2{
	width: 572px;
	height: 150px;
}

.el3{
	width: 378px;
	height: 250px;
}

.clear{
	clear:both;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}