* {
	padding:0;
	margin:0;
}

body {
	background:#fff url('../images/bg.gif') repeat-x 0 0;
	font:12px tahoma,arial,serif;
	color:#565656;
}
table {
	border-collapse:collapse;
}
a img {
	border:none;
}
a {
	color:#ed1c24;
}
a.bullet {
	padding:0 0 0 12px;
	background:url('../images/bullet.gif') no-repeat 0 4px;
}

ul {
	list-style:none;
}
	ul li {
		padding:0 0 0 12px;
		background:url('../images/bullet.gif') no-repeat 0 4px;
	}


#root, #menu, #main {
	width:938px;	
	margin:0 auto;
}
#root {
	margin-top:19px;
}
#menu {
	text-align:center;
	margin-bottom:24px;
}
	#top {
		height:121px;
	}
	#logo {
		width:459px;
		background:url('../images/top.gif') no-repeat;
		vertical-align:top;
	}
		#logo a {
			display:block;
			height:120px;
			width:100%;
		}
	#search {
		width:226px;
		background:url('../images/address.gif') no-repeat 0 68px;
		padding-top:13px;
		vertical-align:top;
	}
		#search form {
			background:url('../images/search.gif') no-repeat;
			padding-top:14px;
		}
			#search form input.q {
				border:1px solid #ccc;
				background:#fff;
				vertical-align:top;
				margin:0 1px 0 0;
				height:14px;
				font-size:10px;
				padding:1px;
				width:135px;
			}
	#phones {
		width:187px;
		background:url('../images/phones.gif') no-repeat;
	}
	#ico {
		width:89px;
		background:url('../images/icons.png') no-repeat center center;
		vertical-align:middle;
	}
		#ico a {
			display:block;
			height:10px;
			margin:11px 0;	
		}
	
	
	#left {
		/*width:669px;*/
		vertical-align:top;
		padding-right:30px;
	}
	#right {
		border-left:1px solid #ccc;
		width:227px;
		vertical-align:top;
	}
		#right .news-block {
			padding-left:30px;
		}
			#right .news-block img {
				margin-right:0;
			}
	
	#headshot {
		height:30px;
		background:url('../images/headshot.jpg') no-repeat 0 0;
	}
	
	#welcome {
		vertical-align:top;
		background:#f7f7f7 url('../images/chick.jpg') no-repeat 0 0;
		height:245px;
		padding:23px 30px 30px 258px;
	}
	
	#art-block {
		background:#f2f2f2;
		border-left:1px solid #fff;
		padding:25px 30px 30px 30px;
		vertical-align:top;
	}
	
	
.Image1 {
	padding:4px;
	border:1px dotted #ccc;
	margin:0 20px 20px 0;
}

.Image2 {
	padding:4px;
	border:1px dotted #ccc;
	margin:0 0 20px 20px;
}

.title {
	margin:0 0 20px 0;
}
.title2 {
	margin:0 0 10px 0;
}
.hs {
	padding:20px 0;
	height:1px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	background:url('../images/hs.gif') repeat-x left center;
	
}
.vs {
	padding:0 20px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	background:url('../images/vs.gif') repeat-y 50% 50%;
}
.date {
	color:#000;
	font-size:10px;
}


#very-good {
	height:91px;
	background:url('../images/very-good.gif') no-repeat 0 50%;
	padding:0 0 0 49px;
}

	#very-good a {
		font-size:11px;
	}
		#very-good a.creation {
			color:#565656;
			text-decoration:none;
		}
#copyrights {
	text-align:right;
	font-size:11px;
}
	#copyrights img {
		vertical-align:middle;
	}
	#copyrights strong {
		color:#000;
	}
#cats {
	width:100%;
}
	#cats tr td {
		width:50%;
		height:50px;
		vertical-align:middle;
	}
#sub-goods {
	/*background:#f7f7f7;*/
	border:#cbcbcb dotted 1px;
	padding:10px 25px;
}
	#sub-goods .current {
		border:#cccccc dashed 1px;
	}

.page-name h2 {
	margin:0 0 20px 0;
}

/* + 24-07-2009 */
.holder {
	position:relative;
}
.layer {
	position:absolute;
	z-index:1;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}

h1 {
	font-size:18px;
	text-transform:uppercase;
	color:#9d032a;
}
	.cat-title {
		margin-bottom:15px;
	}
	.series-title {
		color:#ed1c24;
		font-size:30px;
		text-transform:none;
		font-weight:normal;
	}
h2 {
	font-size:12px;
	margin-bottom:5px;
}
	h2 a {
		background:url("/images/bullets/h2.png") no-repeat left 5px;
		padding-left:11px;
	}

img.icon {
	float:left;
	margin-right:20px;
}
.gallery img.icon {
	margin:10px;
}

img.cache {
	padding:0; margin:0; border:0;	
	width:0; height:0;
	visibility:hidden;
}
.article {
	font-size:10px;
}
.article strong {
	color:#000;
}

.table-holder {
	margin-left:-20px;
	margin-right:-20px;
}
table.catalogue {
	width:100%;
	margin-bottom:20px;
}
	table.catalogue tr td {
		padding:0 20px;
		vertical-align:top;
	}
	table.catalogue.series tr td {
		width:50%;
	}
	
table.index-catalogue tr td {
	width:50%;
}	
	table.catalogue.products tr td {
		width:33%;
	}
	
	table.catalogue tr td.vline-dotted {
		background:url("/images/lines/vline-bg.png") repeat-y left top;
	}
	
	div.hline-dotted {
		clear:both;
		background:url("/images/lines/hline-bg.png") repeat-x left center;
		height:41px;
	}
	
table.vertical-align-top td {
	vertical-align:top;
}	
td.frame-images {
	/*width:470px;*/
	white-space:nowrap;
}	
.frame-images img {
	float:left;
	margin:0 20px 20px 0;
}	
	
#series-scroller {
	overflow:hidden;
	width:853px;
	height:126px;
	padding:0 43px;
	padding-top:31px;
	background:url("/images/scroller/bg.png");
	margin-bottom:30px;
}
	#series-scroller .left, #series-scroller .right {
		display:block;
		width:62px;
		height:157px;	
		top:0;
		background:url("/images/scroller/left-right.png");
	}	
	#series-scroller .left {
		left:0;
	}
	#series-scroller .right {		
		right:0;
		background-position:-62px 0;
	}
	
	#series-holder {
		width:10000px;
	}
	#series-scroller .series-item {
		float:left;
		width:366px;
		margin:0 35px;
	}
	
.pages-scroller {
	overflow:hidden;
	width:938px;
	position:relative;
}	
	.pages-holder {
		width:10000px;
		margin:0;
	}
	.pages-holder .page-item {
		width:938px;
		float:left;
	}
	
.category-with-childs {
	background:#efefef;
}
	.category-with-childs .padding {
		padding:10px;
	}
	.category-with-childs .icon {
		margin:10px;
		margin-right:20px;
	}
	
table.bottom-catalogue a {
	display:block;
	margin:0 3px 5px 3px;
}
	table.bottom-catalogue a.current {
		background:#fff;
	}
	
.pager {
	font-size:9px;
}	
	
	.pager a {
		display:block;
		width:19px;
		height:16px;
		float:left;
		margin-right:2px;
		
		text-align:center;
		padding-top:2px;
	}	
	.pager a {
		border:#ccc dotted 1px;
	} 
	
	.pager a.current {
		background:#ed1c24;
		border:#ed1c24 solid 1px;
		color:#fff;
		text-decoration:none;
	}
	
.map-item .map-item {
	margin-left:20px;
}	

table.params {
	
}
	table.params tr th {
		background:#b13555;
		border:#b13555 solid 1px;
		padding:5px 10px;
		color:#fff;
		font-size:12px;
	}

	table.params tr td {
		border:#ce8194 solid 1px;;
		padding:5px 10px;
	}
	
span.highlight {
	background:#efef00;
}	