@import url("forms.css");
@import url("print.css");

/* ***** Tags **** */

body {
	font-family: Helvatica, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	background: url('background.gif') #eee;
}

a, h1, h2, h3, legend {
	color: #c50;
}
h1 {
	font-size: 2em;
	font-weight: lighter;
	letter-spacing: .2em;
}
h1 span {
	display: block;
	text-align: justify;
	font-size: 70%;
	letter-spacing: 0;
	font-weight: normal;
}
a:hover {
	color: #f70;
	text-decoration: none;
}
hr {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
}
th, td {
	border: 1px solid silver;
	padding: .5ex 1ex;
}
th {
	text-align: left;
	background: #eee;
	font-weight: normal;
}
dt {
	font-style: italic;
}

/* ***** Layout **** */

#page {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: left;
	background: white;
}
#top {
	height: 131px;
/* 	background: url('film.png') bottom left no-repeat; */
}
#top a {
	display: block;
	background: url('banner.gif') top right no-repeat;
	height: 67px;
}
#top a img, #top img {
	border: none;
}

#menu {
	position: relative;
	top: 10px;
	height: 18px;
	border-bottom: 2px solid black;
}
#left_bar {
	padding-top: 10px;
	width: 180px;
	font-size: 8pt;
}
#contents {
	padding-top: 10px;
	float: right;
	width: 750px;
}
#footer {
	text-align: center;
	padding-top: .5em;
	border-top: 1px solid gray;
	color: gray;
}
.clearer {
	clear: both;
	height: 1px;
}
#detached_bar {
	position: absolute;
	top: 0;
	left: 1000px;
	width: 120px;
	height: 600px;
	padding: 10px;
	background: white;
}

/* ***** Classes **** */
.edit {
	text-align: right;
	font-size: .8em;
}
.error {
	color: red;
}
.imgtext {
	margin: 5px;
	border: 2px solid black;
	padding: 2px;
}

/* ***** Menu **** */

#menu ul, #menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	width: 20%;
	text-align: center;
	background: black;
	margin: 0 1px;
	padding-top: 3px;
	height: 15px;
	font-size: 1.1em;
	position: relative;	
}
#menu ul li ul {
	position: absolute;
	top: 18px;
	left: -40%;
	width: 180%;
	height: auto;
	border: solid black 2px;
	background: white;
	visibility: hidden;
	padding: 0 0 2px;
	text-align: left;
	z-index: 2;
}
#menu ul li ul li {
	display: block;
	float: none;
	width: auto;
	height: 25px;
	line-height: 22px;
	border-top: 2px solid white;
	font-size: 1em;
}

#menu li.active {
	background: white;
	border: 2px solid black;
	border-style: solid solid none;
}
#menu li li.active {
	border: none;
	border-top: 2px solid white;
}
#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: overline;
/* 	text-decoration: none; */
}
#menu li.active a, #menu li.active li.active a {
	color: black;
	text-decoration: underline;
}
#menu li.active li a {
	color: white;
	text-decoration: overline;
}
#menu a:hover {
	text-decoration: underline !important;
}
#menu li li:hover, #menu li li.Hover {
	background: #600;
}
#menu li li:hover a, #menu li li.Hover a {
	color: white !important;
}
#menu li:hover ul, #menu li.Hover ul {
	visibility: visible;
}

/* ***** Catalog **** */

#navigation, #manufacturers fieldset, #order fieldset, #popular {
	border: 1px dotted #999;
	margin: .4em 0;
	padding: .3em 1em;
	font-size: .9em;
}
#navigation span {
	display: block;
	float: left;
	width: 33%;
}
.pages {
	clear: both;
	text-align: right;
	background: #eee;
	margin: .5em 0;
	padding: 0 1em;
}
.list_link {
	float: left;
}
/* .catalog div { */
.catalog a {
	position: relative;
	width: 160px;
	height: 160px;
	float: left;
	border: 1px solid gray;
	font-size: .8em;
	margin: 7px !important;
	padding: 5px;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
	background: white;
}
.catalog a span.h {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px;
	color: #c50;
}
.catalog a span.m {
	display: block;
	margin: 0.8em 0;
}
.catalog a:hover h3 {
	color: #f70;
	text-decoration: underline;
}
.catalog p {
	margin: 5px 0;
}
.catalog a button {
	position: absolute;
	bottom: 1em;
	left: 0;
	margin: .1em;
	padding: .1em .3em;
}
.catalog .in_store, .catalog .in_store2 {
	position: absolute;
	bottom: 0;
	left: 0;
	color: green;
	background: white;
	padding: 0 .2em;
	z-index: 1;
}
.in_store {
	color: green;
}
.in_store2 {
	color: #960 !important;
}
.catalog .price {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	color: gray;
	background: white;
	padding: 0 .2em;
}
.catalog .price strong {
	display: block;
	color: black;
}
.catalog img {
	max-width: 80px;
	max-height: 80px;
	float: right;
	border: none;
}
.catalog .discount, .catalog .action, .catalog .deliveryfree {
	position: absolute;
	background: white;
	border: 1px dotted gray;
	font-size: 1.4em;
	width: 70px;
	padding: .5em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	opacity: .7;
	filter: alpha(opacity=70);
}
.discount {
	color: red;
}
.action {
	color: green;
}
.deliveryfree {
	color: blue;
}
.catalog .discount, .catalog .deliveryfree {
	top: 100px;
	right: 10px;
}
.catalog .deliveryfree {
	font-size: 1.2em;
	padding: .2em
}
.catalog .action {
	top: 60px;
	right: 10px;
}

#tabs {
	margin-top: 3em;
}
#tabs h3 {
	margin-top: 0;
/* 	border-bottom-style: none !important; */
}
#tabs div {
	margin-bottom: 1em;
}
#tabs .catalog a {
	margin: 6px;
}

.flags {
	float: right;
}
.flags img {
	border: 1px solid silver;
	margin: 0 5px;
}

div.photo {
	float: right;
	border: 1px solid silver;
	text-align: center;
}
table.product {
	width: auto;
}

form#manufacturers label {
	color: #c50;
}
form#manufacturers label:hover {
	color: #f70;
}

form abbr {
	color: #c50
}

div.box {
	margin: 10px 0;
	padding: 10px 0;
	border: 1px dotted #999;
	background: #f0f0f0;
}
div.box p.right {
	float: right;
}
div.box h3, div.box p {
	margin: 0 10px !important;
}

#basket_finish {
	position: relative;
	height: 5em;
}
#basket_finish button {
	position: absolute;
	top: 3em;
	width: 15em;
	height: 2em;
}
#basket_button_finish {
	left: 4em;
	color: #0c0;
}
#basket_button_empty {
	right: 4em;
	color: #c00;
}

/* ***** Left bar **** */

#left_bar fieldset {
	border: 1px dotted #999;
	margin: 1em 0;
	padding: .3em 1em;
	width: 85%;
	background: #fff8e0;
}
#left_bar fieldset legend {
	background: white; /* MSIE */
}
#left_bar input {
	width: 130px;
}
#left_bar input.checkbox {
	width: 1em;
}

#tree ul, #tree li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tree ul li ul {
	margin-left: 1em;
	display: none;
}
#tree ul li.list {
	font-weight: bold;
}
#tree ul li.list ul {
	display: block;
	font-weight: normal;
}
#tree img, img.js {
	cursor: pointer;
}
.now {
	font-weight: bold;
}
#left_bar label span {
	float: none;
	width: auto;
}

/* ***** Colors **** */

.green {
	color: green;
}
.red {
	color: red;
}
.blue {
	color: blue;
}

/* ***** Index ***** */
#contents div.left, #contents div.right, #contents div.wide, #contents div.righthigh {
	margin: 0 0 10px;
	padding: 9px;
	border: 1px dotted #999;
	background: #f0f0f0;
	overflow: hidden;
	float: right;
}
#contents div.left {
	width: 328px;
	height: 185px;
	margin-right: 10px;
}
#contents div.right {
	width: 372px;
	height: 185px;
}
#contents div.righthigh {
	width: 372px;
	height: 400px;
}
#contents div.right a {
	margin: 5px 0;
}
#contents div.wide {
	clear: both;
}
#contents div h3 {
	margin: 0;
}

/* **** Toolbar **** */
#toolbar {
	width: 300px;
}