/* -------------- Home Page ---------------- */

.products_thumbnail_box {float: left; width: 77px;}
.products_thumbnail_box img{border-width: 1px; border-style: solid;}
.products_thumbnail_box:hover img{border-width: 1px; border-style: solid;}
.products_thumbnail_box:hover{color: #c2c2c2; /* irrelevant definition to overcome IE bug */}

.products_thumbnail_box a:link{text-decoration: none;}
.products_thumbnail_box a:hover{text-decoration: none;}


#leaflets_box {margin: 0 26px 0 26px;}
#menus_box {margin: 0 26px 0 26px;}
#exhibition_box {margin: 0 26px 0 26px;}

/* hover area for text  */
#products_text_area.hover #hover {display: block;}

#products_text_area:hover, default
#products_text_area.hover #default {display: none;}

li { 
	list-style: url(/images/bullet.gif);
}

select {
width:55px; 
}