body
{
	width:100%;
	background-image:url(../images/all/potolok.jpg);
	background-position:top;
	background-repeat:repeat-x;


}
.zavetushka {
    background:none repeat scroll 0 0 #F5E4C7;
    border:0px;
    color:#7A4141;
    cursor:pointer;
    font-family:Monotype Corsiva;
    font-size:23px;
}


.zavetushka:hover {
    color:red;
}

.h1
{
	font-size: 21px;
	font-family: "Times New Roman",Georgia,  serif;
	font-weight:lighter;
	color:#b03636;
    font-style:italic;
    margin: 5px;
}

.h2
{
	font-size: 18px;
	font-family:"Times New Roman", Georgia,  serif;
	font-weight:lighter;
	color:#b03636;
}

.catalog img
{
    border:1px solid #888888;
}

.kolonna_left
{
	background-image:url(../images/all/left.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:103px;
	height:277px;
	z-index:20;
}

.text
{
	text-indent: 15px;
}

.kolonna_right
{
	background-image:url(../images/all/right.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
    margin:auto 0px;
	top:0px;
	width:103px;
	height:277px;
	z-index:20;
}

.left_bg
{
	width:50px;
	height:666px;
	background-image:url(../images/all/left_bg.jpg);
	background-repeat:repeat-y;

}

.right_bg
{
	width:50px;
	height:666px;
	background-image:url(../images/all/right_bg.jpg);
	background-repeat:repeat-y;

}

.fleft_bg
{
	padding-left:50px;
	background-image:url(../images/all/left_bg.jpg);
	background-repeat:repeat-y;

}

.fright_bg
{

	padding-right:50px;
	background-image:url(../images/all/right_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;

}

.logo
{
	margin-top:32px;
	background-color:#f8f2e6;
}

	.logo td.logo_left
	{
		background-image:url(../images/all/leftfon.jpg);
		background-repeat:no-repeat;
		width:440px;
		height:98px;

	}

	.logo td.logo_right
	{
		background-image:url(../images/all/rightfon.jpg);
		background-repeat:no-repeat;
		width:440px;
		height:98px;

	}





.frontpage_nav
{

	background-image:url(../images/frontpage/frontpage_nav.gif);
	background-repeat:repeat-x;
	height:33px;
	text-align:center;
	vertical-align:middle;
}

		.frontpage_nav table
		{
			text-align:center;
			vertical-align:middle;
			height:32px;

		}
			.frontpage_nav td
			{

				height:16px;
				text-decoration:none;
				font-weight:bold;
			}

			.frontpage_nav td.lilia
			{
				width:40px;
				background-image:url(../images/frontpage/lilija.gif);
				background-position:center;
				background-repeat:no-repeat;
			}


table.index
{
	z-index:10;
}

td.left_sidebar
{
	width:220px;
	vertical-align:top;

}

		td.left_sidebar div.block_freski
		{
			padding-top:20px;
		}

				td.left_sidebar div.block_freski div.block_text tr:hover
				{
					color:#000
				}


				td.left_sidebar div.block_freski div.block_text td
				{
					height:20px;
					vertical-align:top;
				}


				td.left_sidebar div.block_freski a
				{
					font-weight:bold;
				}

				td.left_sidebar div.block_freski span
				{
					font-size:11px;
					margin-right:8px;
				}

td.ger
{
	width:15px;
	background-image:url(../images/all/li.jpg);
	background-repeat:no-repeat;
}

td.content
{
	vertical-align:top;
	padding:10px;
	padding-left: 30px;


}



.catalog img
{
	border:1px solid #DFD0B5
}



td.right_sidebar
{
	width:220px;
	vertical-align:top;
	font-size:11px;
    padding-left:6px;
}

	td.right_sidebar div.block_text
	{
		margin-right:8px;
		margin-top:10px;
	}


table.sub
{
	font-size:11px;
}

		table.sub td
		{
			text-align:center;
		}


table.catalog_nav
{
	background-color: #ead5b1;
	border: 1px solid #dfc2b0;
	/*width: 620px;*/
	border-collapse: collapse;
}

table.catalog_nav td
{
	border: 1px solid #dfc2b0;
	padding: 10px;
}

table.catalog_nav td:hover
{
	background-color: #f1ddbb
}




table.collapse
{
    border-collapse:collapse;
    border:1px solid #AAAAAA;
    background-color:#FFF3DF;
}

    table.collapse td
    {
        padding:5px;
    }

    table.collapse td img
    {
        border:1px solid #AAAAAA;
    }


    table.collapse th
    {
        background-color:#824c4a;
        color:#FFFFFF;
        padding:4px;
        border-bottom:5px solid #AAAAAA;
        font-size:13px;
        font-variant:small-caps;
    }

td.cart_link a
{
    font-size:16px;
    font-weight:bold;
    font-family: "Times New Roman",Georgia,  serif;
    
}

.cart_zakaz
{
    font-size:18px;
    width:160px;
    border:2px solid #AAA;
    text-align:center;
    padding:5px;
    background-color:#824c4a;
}

.cart_zakaz a
{
    color:#EEEEEE
}

.cart_zakaz a:hover
{
    color:#FFFFFF
}




.zitem {
	width:180px;
	height:100px;
	border:0px solid #222;
	overflow:hidden;
	position:relative;
	float:left;
}

.zitem .caption {
	width:180px;
	height:30px;
	background:#5F0C0C;
	color:#fff;
	position:absolute;
	bottom:-1px; /* fix IE*/
	left:0;
	display:none;
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* mozilla  */
	-khtml-opacity: 0.7;
	opacity: 0.7;

}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	padding:5px;
	display:block;
}

.zitem img {
	border:0;

	/* allow javascript moves the img position*/
	position:absolute;
}



		div#feature_list {
			width: 600px;
			height: 230px;
			overflow: hidden;
			position: relative;
			background-color:#F4EBDA;
			border:1px solid #FFF;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;
			padding: 0;
			margin: 0;
		}

		ul#tabs {

			z-index: 2;
			width: 320px;
		}

		ul#tabs li {
			font-size: 12px;
			text-align:left
		}

		ul#tabs li h3 {
			font-size: 12px;
			margin:0px;
			padding:0px;
			margin-left:6px;
		}

		ul#tabs li h3 {
			font-size: 12px;
			margin:0px;
			padding:0px;
			margin-left:6px;
		}

		ul#tabs li img {

			border: none;
			float: left;

		}

		ul#tabs li a {
			color: #824c4a;
			text-decoration: none;
			display: block;
			padding: 2px;
			height: 20px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background-image:  url('../js/feature-tab-current.png');
			background-repeat:no-repeat;

			color: #555;

		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 463px;
			height: 240px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 463px;
			height: 240px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}

		ul#output li a:hover {
			background-color: #D33431;
		}

.tbl_wall
{
    border-collapse:collapse;
    border:1px solid #555555;
}
.tbl_wall td
{
    padding:3px;
	 border:1px solid #555555;
}

div.hermitage_resource
{
    margin-left:16px;
}

div.hermitage_resource div
{
    height:26px;
}

.news_title
{
    border-top:2px solid #DFB299;
    font-size:13px;
    font-weight:bold;
    background-color:#EFDAC2;
    padding:4px;
}

.news_line
{
    height:10px;
}
.news_line2
{
    height:30px;
}


a.link
{
	color:#900;
	font-size:13px;
}

a.link:hover
{
	color:#000;
}




.str
{
	float:left;
	margin:5px;
	height:20px;

}

.set_dealer td
{
	padding:5px;
}

.form-item lable
{ 
	width:180px;
	border:1px solid #000
}



/** ==============================================================  **/

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:675px;
  height:403px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:675px;
  height:403px;
}

.window
{
    border:6px solid #F7EAD9;
}

.pager
{

	float:left;
	width:16px;
	height:16px;
	background-image:url(../page.gif);
	background-repeat:no-repeat;
	padding:2px;
	margin:3px;
	cursor:pointer;
}

.pager:hover, .pager.active

{
	background-image:url(../page2.gif);
}


.pager a
{
	color:#FFFFFF;
	text-decoration:none
}


.pager:hover a
{
	color:#CCCCCC;
	text-decoration:none
}

.menutitle {display:block; text-decoration:none; width:217px; height:66px; background:url(/theme/images/menutitle.jpg) no-repeat; text-align:center; font-size:26px; font-style:italic;font-family: Georgia; color:#A19275 !important;}

#leftmenu {}
#leftmenu ul {list-style:none; padding:5px 0 0 0; margin:0;}
#leftmenu ul.open {display:block;}
#leftmenu ul ul {display:none; text-align:left;}
#leftmenu li a {font-weight:bold;}
#leftmenu .submenu {font-weight:normal !important; font-size:12px; margin:0; padding:0;}
#leftmenu .submenu1{font-weight:normal !important; font-size:12px; margin-left:35px;}
#leftmenu .submenu2{font-weight:normal !important; font-size:11px; margin-left:50px;}
#leftmenu .active {color:#713537; font-weight:bold;}
#leftmenu .active ul {display:block;}
#leftmenu li {white-space:nowrap; padding-bottom:5px;}
#leftmenu li span{padding-right:4px; font-family: Arial; font-size: 11px; font-weight: normal; width:120px; display: block; float: left; text-align: right;}
#langSelector {z-index:999 !important;}
