body {
	color: #fff;
	background-color: #f28928;
}
.body {	background: #be4e0e url('/images/bg_glassware.gif') no-repeat left top; }
.highslide-image { border: 2px solid #f39a44; }

input.text, select, textarea { border: 1px solid #f39a44; }

a { color: #fff; text-decoration: underline; }
a:hover { color: #4d4747; text-decoration: underline; }



/* Container -> Header -> logo */
#logo {
	width: 125px;
	height: 130px;
}



/* Languages */
#lang a:hover { color: #f69e45; }
#lang span { color: #f69e45; }



/* Container -> content */
#content {
	background: url('/images/bg_orange.png') repeat left top;
	padding: 1em 5px;
}
* html #content {
	background-color: #f69e45;
	background-color: transparent;
	background-image: url('/images/spacer.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bg_orange.png", sizingMethod="scale");
}



/* Topmenu */
#top .menu a:hover { color: #f69e45; text-decoration: underline; }
#top .menu span { color: #f69e45; }



/* Leftmenu */
td.left .menu a { border-bottom: 1px solid #f39a44; }
td.left .menu a.active { color: #fac569; }
td.left .menu a:hover,
td.left.menu a.active:hover { color: #4d4747; text-decoration: none; }




div.shadowblock a:hover { color: #f69e45; }



ul.topics_list a.thumb { border: 1px solid #f39a44; }
ul.topics_list a.thumb:hover { border: 1px solid #4d4747; }
ul.topics_list a:hover { text-decoration: underline; }



/* Catalogue item styles */
.item {
	width: 114px;
	float: left;
	margin: 0 7px 7px 0;
}
.item a {
	width: 110px;
	height: 90px;
	padding: 2px;
	display: block;
	border: 1px solid #f39a44;
}
.item a:hover { border: 1px solid #4d4747; }



/* Item */
#currentitem #picture { width: 250px; }
#currentitem #picture a {
  width: 250px;
  height: 170px;
  border: 1px solid #f39a44;
}
#currentitem #picture a:hover { border: 1px solid #4d4747; }



/* Item additional images */
#currentitem #gallery a {
	width: 70px;
	height: 50px;
	border: 1px solid #f39a44;
}
#currentitem #gallery a:hover { border: 1px solid #4d4747; }