body {
	padding:0;
	margin:0;
	background-color:#2d2d2d;
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#c6c6c6;
}
a img {
	border:none;
}
a {
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#c6c6c6;
}
.Header {
	height:129px;
	background-color:#000000;
}
.LangSelection {
	float:right;
	padding:8px;
	width:170px;
}
.LangOn, .LangOff {
	margin:8px;
	float:right;
	text-align:center;
}
.LangOn a {
	color:#c6c6c6;
	text-decoration:none;
}
.LangOff a {
	color:#616161;
	text-decoration:none;
}
.Content{
	padding-left:61px;
}
.Menu{
	height:45px;
	overflow:hidden;
}
.Menu a{
	display:block;
	height:45px;
	background-color:#000000;
	padding:15px 20px 0 20px;
	float:left;
}
h1{
	font-size:24px;
	font-weight:normal;
}
.GalleryPicture img{
	border:#a1a1a1 5px solid;
}
.GalleryPictureShadow{
	background:url(../images/shadow.jpg) right bottom no-repeat;
	padding-right:12px;
	padding-bottom:12px;
	float:left;
	overflow:visible;
}
.GalleryPictureShadowLeft{
	float:left;
	padding-left:12px;
	margin-left:-12px;
	display:inline;
	background:url(../images/shadow_left.jpg) left bottom no-repeat;
}
.PictureInfo{
	float:left;
}
.InfoHeader{
	font-weight:bold;
}
.Price{
	margin:50px 0 0 12px;
	font-weight:bold;
}
.PriceValue{
	font-size:18px;
	font-weight:bold;
}
.PicturesListContent{
	height:136px;
	margin-top:10px;
}
.ArrowList{
	margin:0 10px;
	display:inline;
	float:left;
}
.PictureList{
	background:#232323 url(../images/gallery_list_bg.jpg) left top no-repeat;
	float:left;
	width:80%;
	height:136px;
	border:#000000 1px solid;
	overflow:hidden;
	padding:20px 20px 0 20px;
}
.PictureListInner{
	white-space:nowrap;
}
.PictureListInner img{
	border:#404040 3px solid;
}
.Footer{
	margin:10px 0;
	line-height:20px;
}
