﻿input, textarea, select
{
	font: 11px Arial, sans-serif;
	color:#666;
}

div.box
{
	float:left;
	width:775px;
	background:rgb(234,234,234);
	border:1px solid rgb(224,224,224);
}

div.box-top-left, div.box-top-right, div.box-bottom-left, div.box-bottom-right
{
	position:relative;
	clear:both;
	float:left;
	width:775px;
}

div.box-top-left
{
	top:-1px;
	left:-1px;
	background: url(/resources/images/template/gallery/bg-box-top-left.gif) no-repeat top left;
}

div.box-top-right
{
	left:2px;
	background: url(/resources/images/template/gallery/bg-box-top-right.gif) no-repeat top right;
}

div.box-bottom-left
{
	top:2px;
	left:-2px;
	background: url(/resources/images/template/gallery/bg-box-bottom-left.gif) no-repeat bottom left;
}

div.box-bottom-right
{
	left:2px;
	background: url(/resources/images/template/gallery/bg-box-bottom-right.gif) no-repeat bottom right;
}

div.box div.box-content
{
	position:relative;
	top:-1px;
	left:-1px;
	clear:both;
	float:left;
	padding:14px 10px 18px 10px;
	width:755px;
	color: rgb(143,143,143);
}

.content div.box-content img
{
	margin:0px;
	float:left;
	padding:3px;
	background: #fff;
	border:1px solid rgb(224,224,224);
	vertical-align:bottom;
	max-width:175px;
}
/*
.content div.box-content img:hover
{
	cursor: pointer;
}*/

/* H1 */
div.content div.box-content h1, div.content div.box-content h2
{
	float:none;
	margin:0px;
	padding:0px 0px 10px 0px;
}

/* H1 */
div.content div.box-content h1 span, div.content div.box-content h2 span
{
	padding-left:15px;
	font-weight:normal;
	font-size:13px;
}

div.box-content .info
{
	float:right;
	padding: 20px 40px 20px 40px;
	width:111px;
	height:85px;
	font: 12px Arial, sans-serif;
}

div.box-content .info a
{
	display:block;
	padding:10px 0px 0px 0px;
	width:42px;
	height:11px;
	background: url(/resources/images/template/gallery/bg-enter.gif) no-repeat bottom left;
}

div.box-content .info a.is
{
	background: url(/resources/images/template/gallery/bg-skoda.gif) no-repeat bottom left;
}

div.box-content .info a span
{
	display:none;
}

.v-clear
{
	clear:both;
	float:left;
	width:755px;
	height:13px;
}

.h-clear
{
	overflow:hidden;
	float:left;
	width:7px;
	height:8px;
}

.image
{
	clear:both;
	position: absolute;
	/*z-index:2;*/
	top:220px;
	width:851px;
}

.image-top
{
	clear:both;
	float:left;
	width:851px;
	height:32px;
	#filter: none !important;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/images/template/gallery/image-top.png', sizingMethod='');
	background: url(/resources/images/template/gallery/image-top.png) no-repeat !important;
	background: none;
}

.image-middle
{
	clear:both;
	float:left;
	width:851px;
	#filter: none !important;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/images/template/gallery/bg-main.png', sizingMethod='scale');
	background: url(/resources/images/template/gallery/bg-main.png) repeat-y !important;
	background: none;
}

.image-bottom
{
	clear:both;
	float:left;
	width:851px;
	height:32px;
	#filter: none !important;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/images/template/gallery/image-bottom.png', sizingMethod='');
	background: url(/resources/images/template/gallery/image-bottom.png) no-repeat !important;
	background: none;
}

.image-close
{
	clear:both;
	float:left;
	padding:0px 40px 5px 30px;
	width:841;
	text-align:right;
}

.image-close img
{
	float:right;
}

.image-content
{
	padding:0px 25px 0px 35px;
	width:791px;
	text-align:center;
}

.image-content img
{
	float:none;
	vertical-align:bottom;
}

div#image-text
{
	color: #333;
	font: 12px/17px Arial, sans-serif;
}

div#image-page
{
	padding:0px 10px 0px 0px;
	text-align:right;
	line-height:22px;
	font-size:20px;
	font-weight:bold;
	color: rgb(153,153,153);
}

div#image-page img
{
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

.left-column
{
	position:relative;
	top:-20px;
}
