html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    color: #222;
    background: #fff;
    font-size: 85%;
    font-family: "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
}
#wrapper {
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
    background: url("images/footer_bg.gif");
    height: 135px;
}
#header_down {
    background: url("images/main_menu_bg.gif");
    height: 48px;
}
#autoriz {
    float: right;
    padding: 15px 15px 0 0;
}
/* Menu, Search & User
-----------------------------------------------------------------------------*/
#menu {
    float: left;
    background: url("images/menu_bg.png") no-repeat;
    height: 48px;
}
#menu ul {
    margin: 0px;
    padding: 16px 10px 0 10px;
}
#menu li {
    float: left;
    list-style-type: none;
}
#menu a{
    padding: 7px 14px;
    display: block;
    color: #fff;
    background: url(images/up_menu_div.png) no-repeat right top;
    font: 13px Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
#menu a:hover{
    background: url(images/up_menu_bg_ov.png) no-repeat right top;
}
#search {
    float: right;
    width: 350px;
    background: url("images/search_bg.png") no-repeat;
    text-align: right;
    height: 48px;
}
.user_enter ul {
	padding: 5px 0 0 0;
	margin: 0;
    list-style: none;
}
.user_enter li {
    margin: 2px 0 0 0;
    padding: 0;
}
.user_enter a {
	color: #fff;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    padding: 0 0 100px;
    height: 1%;
}
#middle:after {
    clear: both;
    display: block;
    content: '.';
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    padding: 15px 50px 0 300px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
    float: left;
    width: 280px;
    margin-left: -100%;
    position: relative;
}
#basket{
    position: absolute;
	right: 38px;
	top: 0;
    padding: 0;
    width: 240px;
	background: url(images/basket_bg.png) no-repeat right top;
	float: right;
	margin-top: 17px;
	z-index:1000;
}
/* left_menu
-----------------------------------------------------------------------------*/
.menu{
	padding: 10px 0 10px 12px;
	width: 264px;
}
.menu ul {
		list-style:none;
		Padding:0px;
		Margin:0px;
}
.menu ul li {
	margin:0px;
	padding:0px;
	line-height:20px;
}
.menu ul li a {
	display:block;
	padding:6px 0 6px 18px;
	background:URL('/img/2/l1_bg.png') no-repeat left;
	color:#666;
	text-decoration:none;
}
.menu ul li.active a {
	background: URL('/img/2/l1_active_bg.png') no-repeat left;
	color:#666;
	margin-bottom:-1px;
}
.menu ul li.open a {
	background: URL('/img/2/l1_active_bg.png') no-repeat left;
	color:#666;
	margin-bottom:-1px;
}
.menu ul li.current a {
	background:#5a88b7 URL('/img/2/arrw.gif') no-repeat left;
	color:#fff;
}
.menu ul a:hover {color:#000; background:URL('/img/2/l1_bg_hover.png') #E6E4E1 no-repeat left;}

/*****  UL  UL  ****/
.menu ul ul {
	margin:0;
}
.menu ul ul li {
	margin-bottom:0px;
}

.menu ul ul a, .menu ul .active ul a, .menu ul .open ul a {
	background: URL('/img/2/li.gif') no-repeat left;
	color:#000;
	padding-left:20px;
}
.menu ul ul .active a {
	color:#FF4000;
}
.menu ul ul a:hover {
	color:#000;
}
.menu ul ul .active a {
	background: URL('/img/2/li_active.gif') no-repeat left;
}
/*****  UL  UL  UL  ****/
.menu ul ul ul {
	margin-left:1em;
}
.menu ul ul ul li {
	margin-left:0.5em;
	border-bottom:1px #fff solid;
}
.menu ul ul ul a {
	font-size: 12px;
}
/*****  submenu  ****/
.submenu {
	display: none;
        position: absolute;
        z-index: 10;
        margin: -32px 0px 0px 264px;
}
.submenu ul{
    position: relative;
}
.submenu ul li {
	margin:0px;
	padding:0px;
	line-height:20px;
}
.submenu ul li a {
	display:block;
	padding:6px 10px 6px 18px;
    margin: 0px;
	background:URL('/img/2/l2_bg_hover.png') #E6E4E1 no-repeat left !important;
	color:#666;
	text-decoration:none;
}
.submenu ul a:hover {
    color:#000 !important;
    background:URL('/img/2/l1_bg_hover.png') #E6E4E1 no-repeat left !important;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
    margin: -100px auto 0;
    min-width: 1000px;
}
#footer_block{
    margin-top: 20px;
    padding: 5px 0 0 0;
    color: #fff;
    background: url(images/footer_bg.gif);
    font: 11px Tahoma, sans-serif;
    text-align: center;
    height: 100px;
}
#footer_block a{
    color: #fff;
}
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
    color: #111;
    font-weight: normal;
}
h1 a, h2 a{
    color: #111;
    font-weight: normal;
    text-decoration: none;
}
h1 a:hover, h2 a:hover{
    color: #111;
    font-weight: normal;
    text-decoration: underline;
}
h1 {
    margin: 0.5em 0 0.5em 0;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
h2 {
    margin-bottom: 0.75em;
    font-size: 1.3em;
}
h3 {
    margin-bottom: 1em;
    font-size: 1.2em;
    line-height: 1;
}
h4 {
    margin-bottom: 1.25em;
    font-size: 1em;
    line-height: 1.25;
}
h5 {
    margin-bottom: 1.5em;
    font-size: 1em;
    font-weight: bold;
}
h6 {
    font-size: 1em;
    font-weight: bold;
}
/* Text elements
-------------------------------------------------------------- */
form {
    margin: 0px;
}
img {
    border: none;
}
p {
    margin: 0 0 0.8em;
    line-height: 1.5em;
}
p img.left {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
p img.right {
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
}
a {
    color: #000;
    text-decoration: underline;
}
blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}
em,dfn {
    font-style: italic;
}
sup, sub {
    line-height: 0;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
}
address {
    margin: 0 0 1.5em;
    font-style: italic;
}
pre {
    margin: 1.5em 0;
    white-space: pre;
}
pre,code,tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}
  table.cont {
    width: auto;
    margin-bottom: 0.5em;
    border-top: 2px #888 solid;
    border-bottom: 2px #888 solid;
    font-size: 1em;
    border-collapse: collapse;
}
  table.cont caption {
    font-variant: small-caps;
}
  table.full {
    width: 100%;
}
  table.fixed {
    table-layout: fixed;
}
  table.cont th,table.cont td {
    padding: 0.5em;
}
  table.cont thead th {
    border-bottom: 2px #800 solid;
    color: #000;
}
  table.cont tbody th {
    background: #e0e0e0;
    color: #333;
}
  table.cont tbody th[scope="row"], tbody th.sub {
    background: #f0f0f0;
}
  table.cont tbody th {
    border-bottom: 1px solid #fff;
    text-align: left;
}
  table.cont tbody td {
    border-bottom: 1px solid #eee;
}
  table.cont tbody tr:hover th[scope="row"],
  table.cont tbody tr:hover tbody th.sub {
    background: #f0e8e8;
}
  table.cont tbody tr:hover td {
    background: #fff8f8;
}
 a.bonus {
 	 text-decoration: none;
 }
 a:hover.bonus {
 	 text-decoration: underline;
 }
 .non_underline a{
	 text-decoration: none;
 }
/* Lists
-------------------------------------------------------------- */
li ul,
li ol {
    margin: 0 1.5em;
}
ul, ol {
    margin: 0 0 0.5em 1.5em;
    padding: 0 0 0.5em 1.5em;
    line-height: 1.5em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
dl {
    margin: 0 0 1.5em 0;
}
dd {
    margin-left: 1.5em;
}
/* phpshop
-----------------------------------------------------------------------------*/
.basket_price{
    padding-left: 90px;
    display: inline;
    color: #fff;
    font-size: 18px;
}
a.product_name{
    color: #000;
    font: 14px Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
ul.catalog{
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
    list-style-type: decimal;
    color: #a6a6a6;
}
li.podcatalog{
    list-style-type: none;
}
html > body li.podcatalog a {
    padding-left: 20px;
}
ul.catalog li {
    padding: 5px 0px;
    text-transform: capitalize;
    cursor: pointer; /*Бег каталога*/
}
#order a{
    color: 003399;
    font-weight: bold;
}
#allspec{
    margin-right: 10px;
    padding: 5px 0 5px 0;
}
#allspecwhite{
    margin-top: 10px;
    margin-right: 10px;
    border: #d3d3d3 1px dashed;
    padding: 5px;
}
.white2 {
    padding-left: 3px;
    color: #401012;
}
.price {
    white-space: nowrap;
    color: #000;
    font-size: 24px;
}
.valuta {
    color: #000;
    font-size: 14px;
}
.price2{
    color: #C34046;
}
input, td.center {
    vertical-align: middle;
}
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img, #katalog_c {
    margin: 0;
}
a.product_name:hover, a.b:hover, a.b2:hover {
    text-decoration: underline;
}
ul.catalog li  a:hover, li.catalog2 a:hover {
    color: #2E9BC2;
    text-decoration: none;
}
li.podcatalog a, li.podcatalog a, ul.catalog li strong, ul.catalog li  a {
    color: #0089c0;
    font-weight: normal;
    text-decoration: none;
}
li.catalog2 strong, li.catalog2 a {
    padding-left: 13px;
    color: #0089c0;
    font-weight: normal;
    text-decoration: none;
}
a.black:hover, a.link {
    color: #181818;
    text-decoration: underline;
}
/* autocomplete
-----------------------------------------------------------------------------*/
.ac_results {
    padding: 0px;
    border: 1px solid #7FB7FB;
    overflow: hidden;
  background-color: #6699FF;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;

}

.ac_results li {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden;

}

.ac_loading {
    background : #AFD2FD url('img/loader.gif') right center no-repeat;
}

.ac_over {
    background-color: white;
    color: black;
}
html>body #corner {
    position:fixed;bottom:0px;right:0px;width: 150px; height: 150px;
}
* html #corner {
	position: absolute;
	bottom: expression(document.body.scrollTop + "px");
	right: 0px;
}
#compare{
	position:fixed;top:0px;left:45%;width: 237px; height: 34px;
	background: #ff4000;
	border: solid #fff 0 1px 1px 1px;
	padding: 12px 0 0 9px;
}
#compare a{
	color: #fff;
	text-decoration: none;
}
/* slide
-----------------------------------------------------------------------------*/
.slide-out-div {
    padding: 0;
    width: 250px;
    height: 194px;
    background: url('/img/online_bg.png') repeat-y;
}
.slide-out2-div {
    padding: 0;
    width: 250px;
    height: 194px;
    background: url('/img/online_bg.png') repeat-y;
}
slide-out3-div {
    padding: 0;
    width: 308px;
    height: 135px;
}
.slide-in-div {
    width: 250px;
    height: 194px;
    background: url('/img/online_bg_v.png') repeat-x;
}
.slide-in-div3 {
    width: 308px;
    height: 135px;
    background: url('/img/bg_c.gif');
}
/* niceforms
-----------------------------------------------------------------------------*/
.info { clear:both; padding-top:0px; line-height:1.6; }
.slide-out-div h2 { color:#525252; margin: 60px 0 10px 15px; font-family: Arial; font-size:18px; }
.slide-out-div p {color:#525252; font-family: Arial; font-size:13px; margin: 000 15px; padding-bottom:10px; font-family: Arial;}
.slide-out-div input { outline:none; }
.form { float:left; width:250px; -moz-border-radius:5px; -webkit-border-radius:5px; padding:0px; margin:0px 10px 0 10px; font-family: Arial; font-size:12px;}
.form .form-row { width:100%; margin-bottom: 5px; float:left; }
.form .label { float:left; width:100px; margin:0 0 3px 5px; color: #525252; font: 13px Verdana; }
.form .input-container { float:left; width:195px; text-align:right; }
    .form .input { width:180px;    height:18px;}
    .form .textarea { width:180px; height:120px; border:2px solid #c4c4c4; font-family:Tahoma; font-size:11px; }
    .form .error-input, .form .error-both .input, .form .error-same .input { background-color:#FFAEAE; border: 2px solid #E60000; color:#660000; }
    .form .error-div { float:left; margin:15px 0 0 5px; color:red; font-size:11px; }
    .form .error-div-alternative { display:none; -moz-border-radius:10px; -webkit-border-radius:10px; width:800px; top:0; left:50%; position:absolute; z-index:1000; margin-left:-400px; text-align:center; font-size:16px; color:#934; padding:20px 0 20px 0; background-color:#fee; border:solid 2px #d36; border-top-width:0; }
    .form .error-same, .form .error-both { color:#fff; background-color:#b66; -moz-border-radius:3px; }
    .form .sendBtn {
        width:95px;
        height:24px;
        text-align:center;
        background:url(images/submit-btn-bg.gif) repeat-x 0 0;
        color:#5f5f5f;
        border:1px solid #aaa;
        float:left;
        display:block;
        cursor:pointer;
        font-weight:bold;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
    }
    .form .sendBtn:hover { background:url(images/submit-btn-bg-hover.gif) repeat-x 0 0; color:#ffffff; border:1px solid #5f5f5f; }

/* j-tip
-----------------------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
dt#tab1, dt#tab2, dt#tab3, dt#tab4 {
	display: inline;
}
/* baner
-----------------------------------------------------------------------------*/
#baner_block{
	width: 270px;
	height: 80px;
	margin: 5px 0 5px 8px;
}
#baner_block li ul,
#baner_block li ol {
    margin: 0;
}
#baner_block ul, #baner_block ol {
    margin: 0;
    padding: 0;
}