/* $Id: screen.css,v 1.4 2005/06/20 14:47:49 tb Exp $ */

html, body { 
	height: 100%; 
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body, td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 15px;
}

#container {
	height: 100%;
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 5px 0;
}

a {
	color: #000000;
	text-decoration: none;
}

.logo {
	border: 0;
}


/** Mac IE5 hidden \*/

#container {
	width: 801px;
	height: 100%;
}
	
/** end **/

#lang-container {
	margin: 0;
}

.lang-menu {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.lang-menu li {
	display: inline;
	margin: 0;
}

.lang-menu li img {
	margin: 4px 1px 1px 8px;
	border: 0;
}

.lang-menu li a {
	font-weight: bold;
	margin: 0;
}

#logo-container {
	float: right;
	clear: both;
	padding: 0 0 10px 0;
}

#menu-container {
	background: #B6221D;
	width: 100%;	
	height: 22px;
	margin-bottom: 20px;
	clear: both;
}

#menu-container table {
	width: 100%;
	height: 22px;
}

#menu-container table td {}

#menu-container table td div {
	margin: 0;
	padding: 0;
	border-left: 1px solid #FFFFFF;
}

#menu-container table td div.first {
	border-left: 0;
}

#menu-container table td div a {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0 0 0 15px;
	background: transparent url(../images/icons/pil_white.gif) no-repeat 7px 3px;
	text-decoration: none;
}

#menu-container table td div a.active {
	color: #000000;
	background: transparent url(../images/icons/pil_black.gif) no-repeat 7px 3px;
}

#menu-container table td div a:hover {
	color: #000000;
	background: transparent url(../images/icons/pil_black.gif) no-repeat 7px 3px;
}

#left-container {
	float: left;
}

.leftmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.leftmenu li {
	padding: 0 0 10px 0;
}

.leftmenu li a {
	background: transparent url(../images/icons/pil_grey.gif) no-repeat 2px 3px;
	padding: 0 0 0 10px;
	font-size: 10px;
	font-family: arial;
	text-transform: uppercase;
	color: #90929A;
}

.leftmenu li a.active {
	background: transparent url(../images/icons/pil_red.gif) no-repeat 2px 3px;
	color: #BB0009;
}

.leftmenu li a:hover {
	background: transparent url(../images/icons/pil_red.gif) no-repeat 2px 3px;
	color: #BB0009;
}

#content {
	float: left;
}

.input-text-login {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #919191;
	padding: 1px;
	width: 200px;
}

.input-text-view {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #919191;
	padding: 1px;
	width: 250px;
}

.input-but {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	margin-top: 5px;
}

/* site specific styles */

/** GALLERY css **/

#gallery-list {
	position: relative;	
}
table.gallery-list td {
	padding: 0 4px 8px 4px;
}
table.gallery-list td img {
	border: 1px solid #A4A5A6;
}
table.gallery-list td.active img {
	border: 1px solid #D8232C;
}
table.gallery-list td div.slideshow span {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0 8px 0 10px;
}
table.gallery-list td div.slideshow span a  {
	padding: 0 10px 0 0;
	text-decoration: none;
	background: transparent url(../images/icons/pil_black.gif) no-repeat right 3px;
}
table.gallery-list td div.slideshow span a:hover {
	color: #BB0009;
	background: transparent url(../images/icons/pil_red.gif) no-repeat right 3px;
}
table.gallery-list td div.slideshow a:hover {
	
}
.gallery-img {
	float: right;
}
.gallery-text {
	float: right;
	clear: both;
}

/* SHOP */

div.shop {
	padding-top: 15px;
	clear: both;
}
div.shop div.item {
	float: left;
	margin: 0 45px 10px 0;
}
div.shop div.item img {
	margin: 0 0 5px 0;
}
div.shop div.item h2 {
	font-size: 14px;
	margin: 0 0 3px 0;
}
div.shop div.item a.bigimg {
	background: transparent url(../images/icons/pil_grey.gif) no-repeat 0 3px;
	padding: 0 0 0 8px;
	font-weight: bold;
}
div.shop div.item a.order {
	color: #BB0007;
	background: transparent url(../images/icons/pil_red.gif) no-repeat 0 3px;
	padding: 0 0 0 8px;
	font-weight: bold;
}

.black-pil {
	background: transparent url(../images/icons/pil_grey.gif) no-repeat 0 3px;
	padding: 0 0 0 8px;
	font-weight: bold;
}