html {
	height: auto;
}
body { 
  border-top: 15px solid #602400;
	background-color: #fff; 
	color: #333; 
	background:transparent url(/images/bg_2.png) center 15px repeat-x;
}

body, p, ol, ul {
  font-family: tahoma, sans-serif;
  font-size:   14px;
  line-height: 16px;
  margin: 0px;
  text-align: left;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #602400; }
a:visited { color: #602400; }
a:hover { color: #888; text-decoration: none; }

img { border:none;} 

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

p {
  margin-bottom: 10px;
}

h1 {
  color:#602400;
	display: block;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

h2 {
  color:#602400;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1em;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

h3 {
	font-weight: normal;
	font-size: 1.17em;
	line-height: 1em;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.ent-shd {
  background-image: url(/images/shade-side.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 15px;
}

.ent-shd2 {
  background-image: url(/images/shade-side.png);
	background-position: 100% 0px;
	background-repeat: repeat-y;
	padding: 0px 15px 0px 0px;
}

#admin a {
	padding: 2px;
	background-color: #ff8888;
}

#container {
	width: 990px;
	margin: 0px auto;
	position: relative;
	height: auto;
	min-height: 600px;
}

#header {
	padding: 0px;
	width: 990px;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 326px;
}

#header-top {
	background-position: center top;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 130px;
	background-repeat: no-repeat;
	position:relative;
	z-index:1;
}

#top_nav {
	text-align: right;
}

#top_nav a{
	color: #01679B;
	font-size: 16px;
}

#top_nav a:hover {
	color: #000;
	text-decoration: none;
}

#footer {
  background-color: #602400;
  display: block;
  color:#ccc;
/*  margin: 10px 0px 0px 0px;*/
	padding: 10px 10px 10px 0px;
  bottom: 0px;
	font-size: 12px;
}

#footer_in {
  width: 990px;
  margin: 0 auto;
  color:#ccc;
  text-align: center;
}

#footer_in a {
  color:#ccc;
  text-decoration: none;
  text-transform: uppercase;
}

#flash_notice {
    background-color: #9E9;
    border: solid 1px green;
	padding: 10px;
	margin-bottom: 10px;
	color: #004000;
}

#flash_error {
	color: red;
}

#author {
	font-style: italic;
}

#middle {
	min-height: 500px;
	padding: 0px 0px 0px 0px;
	width: 990px;
	
}

#menu {
  background:transparent url(/images/button_2.png) left top repeat-x;
	position:relative;
	width: 990px;
	margin:0 0 0 0px;
	list-style:none;
	line-height:1em;
	height: 40px;
	display: block;
}

#menu ul {
	background:transparent url(/images/button_2.png) left top repeat-x;
	position:absolute;
	float:left;
	margin:0;
	padding: 0;
	list-style:none;	
}

#menu a {
  text-transform: uppercase;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	display:block;
	color:#444;
	text-decoration: none;
	/*text-shadow: #555 1px 1px 5px;*/
	font-weight: normal;
	margin:0;
  text-shadow: black 1px 1px 1px;
}

#menu ul li ul {
  background-image: none !important;
}

#menu A:hover,
#child:hover,
#menu A:active,
#child:active,

#menu UL LI.selected,
#menu UL LI.selected:visited {
  background:transparent url(/images/ramochka_2.png) left top repeat-x;
	position:relative;
	z-index:1;
}
#menu li {
	float:left;
}

#menu a:hover {
	color: #0896C2;
	text-decoration: none;
}
#menu UL LI {
	float:left;
	display:block;
	width: 140px;
	margin-top: 0px;
	vertical-align: middle;
	
}

#menu UL A {
	color: #fff;
	display:block;
	border:0;
	text-align: center;
	vertical-align: middle;
	
}

#menu UL A:hover,
#menu UL A:active,
#menu UL A.selected:link,
#menu UL A.selected:visited {
	color:#fff;
}

#menu_left_pattern {
	background-image: url(/images/menu_left.png) !important;
	width: 33px !important;
	height: 40px;
	
}

#menu_right_pattern {
	background-image: url(/images/menu_right.png) !important;
	width: 33px !important;
	height: 40px;
	
}

#main1 {
	background:transparent url(/images/button_2.png) left top repeat-x;
	vertical-align: middle;
	height: 40px;
	padding-left: 40px;
}
#main1 a {
	padding-top: 12px;
	padding-bottom: 15px;
}

#main2 {
	background:transparent url(/images/button_2.png) left top repeat-x;
	vertical-align: middle;
	height: 40px;
}
#main2 a {
	padding-top: 4px;
	padding-bottom: 6px;
}

#main2 ul {
	width: 140px;
	background-color: #DCB639;
	z-index: 99;
	position: absolute;
	list-style: none;
	margin: 0px;
}

#main3 {
	background:transparent url(/images/button_2.png) left top repeat-x;
	vertical-align: middle;
	height: 40px;
}
#main3 a {
	padding-top: 11px;
	padding-bottom: 13px;
}
#main3 ul {
	width: 140px;
	background-color: #DCB639;
	z-index: 99;
	position: absolute;
}

#main4 {
	background:transparent url(/images/button_2.png) left top repeat-x;
	vertical-align: middle;
	height: 40px;
}
#main4 a {
	padding-top: 12px;
	padding-bottom: 15px;
}

#main5 {
	background:transparent url(/images/button_2.png) left top repeat-x;
	vertical-align: middle;
	height: 40px;
}
#main5 a {
	padding: 5px 20px 10px;
}
#main5 ul {
	width: 140px;
	background-color: #DCB639;
	z-index: 99;
	position: absolute;
}

#main6 {
	background:transparent url(/images/button_2.png) left top repeat-x;
	vertical-align: middle;
	height: 40px;
}
#main6 a {
	padding-top: 12px;
	padding-bottom: 15px;
}

#main7 {
	background:transparent url(/images/button_2.png) left top repeat-x;
	vertical-align: middle;
	height: 40px;
	padding-right: 70px;
}
#main7 a {
	padding-top: 5px;
	padding-bottom: 15px;
}

#child {
	display: block;
	font-size: 18px;
	line-height: 24px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

#child:hover {
	
}

#child a {
	padding-top: auto;
	padding-bottom: 0px;
}

#left_child {
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

#sidebar_left {
	float: left;
	margin: 10px 0px 0px 0px;
}

#left_nav {
	margin-bottom: 10px;
	width: 170px;
	padding: 13px 15px;	
}

#news_bar {
	margin-bottom: 10px;
	width: 210px;
	padding: 0px;
}

#left_nav ul {
	padding: 0px 0px 0px 30px;
	list-style-image: url(/images/bullet.png);
}

#left_nav a {
	
}

#bullets ul {
	padding: 0px 0px 0px 30px;
	list-style-image: url(/images/bullet.png);
}

#center {
	padding: 10px 0px 15px 10px;
	margin: 0px;
}

#breadcrumb_nav {
  display: none;
	background-color: #ffffe2;
	font-style: italic;
	font-size: 1.17em;
	padding: 13px;
	width: 500px;
	margin-bottom: 10px;
}

#content {
	padding: 0;
	width: 750px;
}

#content p {
	text-align: justify;
}

#sidebar_right {
  float: right;
	margin: 10px 0px 0px 10px;
}

#banners {
	width: 192px;
	background-color: #dcb639;
	padding: 5px 5px 2px 5px;
	border: 1px solid #5B2E22;
	margin-bottom: 5px;
}

#banners img {
	border: 1px solid #5B2E22;
}

#flash-banners {
	background-color: #dcb639;
	padding: 5px 5px 2px 5px;
	border: 1px solid #5B2E22;
	margin-bottom: 25px;
	width: 514px;
}

#flash-banners img {
	border: 1px solid #5B2E22;
}

#table_line {
	border: 1px solid black;
}

#table_line:hover {
}

#showpic {
	width: 500px;
	text-align: center;
	vertical-align: middle !important;
}

#imagecell {
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle !important;
	padding: 15px;
}

#ribbon{
	background-image: url(/images/lenta.png);
	padding: 22px 0px 18px 0px;
	text-align: center;
	width: 200px;
	height:11px;
	margin-bottom: 15px;
}

.pagination {
	text-align: center;
}

#preview {
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}

#local_nav ul li{
	background-image: none !important;
	
}

#search_input { 
	width:277px; 
	height:40px; 
	background:#ecba57; 
	border:1px solid #620b01; 
	margin:3px;
	font-family: 'Palatino Linotype', 'Times New Roman';
	color:#48109f;
	font-size:24px;
}

/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider-wrapper {
    background:url(/images/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
    background:url(/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    position:absolute;
    left:260px;
    bottom:-42px;
}
.nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(/images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.nivo-controlNav a.active {
    background-position:0 -22px;
}

.nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(/images/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
a.nivo-prevNav {
    left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#catalog table td {
  width: 270px;
  padding-bottom: 40px;
}


.catalog {
}

.catalog_group {
  padding-bottom: 20px;
}

.catalog_name {
  display: block;
  border-top: 1px solid #602400;
  border-bottom: 1px solid #602400;
  text-transform: uppercase;
  font-size: 1.3em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}

.catalog_name a {
  text-decoration:none;
}

.catalog_image {
  height: 120px;
  display: block;
  margin: 20px 0 10px;
}

.catalog_image img {
  display: block;
  margin: 0 auto;
}

.brand_tab {
  display: inline;
  font-size: 20px;
  margin-left: 10px;
}

.new_product_price {
  text-decoration: line-through;
}