	
/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }
#page {
    min-width:980px;
}
*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

html { height: 100%; background: #171717; font: 0.75em/1.5 Arial, Helvetica, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; background:#171717; color:#999999; margin: 0px; padding: 0px; font-size:12px;} /* body height 100% */

a { color:#ffb129; }
a:visited { }
a:hover { color:#fff }
a:active {  }
h1 {
    font-size:14px;
    color:#eaa113;
}
h2 {
    font-size:12px;
    color:#ffb129;
    margin-bottom:10px;
}
/* Layout Boxs
------------------------------ */

.page-layout { margin-right: -5px; }
.layout-box { float: left; margin: 0 5px 5px 0; }

.lb-1 { width: 779px; } /* 100% */
.lb-2 { width: 583px; } /* 75% */
.lb-3 { width: 387px; } /* 50% */
.lb-4 { width: 191px; } /* 25% */
			
/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden;}
.menu-h li { float: left; list-style: none; padding:0px; text-align:center; }
.menu-h a { text-decoration: none; display: block; color:#969694; font-size:11px; }
.menu-h a:first-letter {text-transform:uppercase; font-size:12px; color:#ffd012; font-weight:bold; }
.menu-h a:hover { text-decoration: underline; color:#fff; }
			
/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 24px; border-left: 1px solid #ccc; }
.menu-h-d li { float: left; display: block; position: relative; border: 1px solid #ccc; border-width: 1px 1px 1px 0px; list-style: none; }
.menu-h-d a { text-decoration: none; padding: 2px 10px; display: block; }

.menu-h-d ul { display: none; position: absolute; top: 22px; left: -1px; width: 160px; background: #fff; border: 0; border-bottom: 1px solid #ccc; }
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; border-width: 1px 1px 0px 1px; }

.menu-h-d li:hover { background: #ccc; }
.menu-h-d a:hover { color: #fff; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }
			
/* Vertical Menu
------------------------------ */

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }
.menu-v a { text-decoration: none; display: block; }
.menu-v a:hover { text-decoration: underline; }
			
/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }
			
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; font-weight: bold; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #232323; background-color: #232323; height: 1px; border-width: 0px; margin-top:5px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 11px; }

.box { margin: 11px; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
			
/* Corners (em)
------------------------------ */

.corners { position: relative; }
.corners em.tl, .corners em.tr, .corners em.bl, .corners em.br { position: absolute; font-size: 1px; }
.corners-10 em.tl, .corners-10 em.tr, .corners-10 em.bl, .corners-10 em.br { width: 10px; height: 10px; background: url(../i/corners/corners-10.gif); }
.corners-10 em.tl { left: 0px; top: 0px; background-position:10px 10px; }
.corners-10 em.tr { right: 0px; top: 0px; background-position:0 10px; }
.corners-10 em.bl { left: 0px; bottom: 0px; background-position:10px 0; }
.corners-10 em.br { right: 0px; bottom: 0px; }
.corners .titleC {
    position: absolute;
    top:-9px;
    left:10px;
    color:#404040;
    background:#171717;
    padding:0 4px;
    float:left;
}
.corners .linkC {
    position: absolute;
    bottom:-6px;
    right:10px;
    color:#404040;
    background:#171717;
    padding:0 4px;
    float:left;
}
.borderC {
    padding:10px; border:#282828 solid 1px;
}
.borderCmin {
    padding:5px; border:#282828 solid 1px;
}

.Top {
    background:url("../i/topBg.gif") no-repeat top left;
}
.topMenu {
    height:26px;
    background:url("../i/hMenuBg.gif") repeat-x;
    line-height:26px;
    padding-left:20px;
}
.userZone {
    position: absolute;
	display:block;
    top:40px;
    right:26px;
}
.vL, .vR {
  display:block;  
}
.vL {
    float:left;
    background:url("../i/podsvetkaL.png") no-repeat;
    width:237px;
    height:39px;
    line-height:30px;
}
.vLLink {
    background:url("../i/vL.gif") no-repeat left center;
    padding-left:22px;
    font-size:10px;
    text-decoration:none;
    color:#757575;  
}
.vWrapper {
    padding:0 30px 5px 20px;
}
.vR {
    float:right;
    background:url("../i/podsvetkaR.png") no-repeat;
    width:237px;
    height:39px;
    line-height:30px;
    text-align:right;
}
.vRLink {
    background:url("../i/vR.gif") no-repeat center right;
    padding-right:22px;
    font-size:10px;
    text-decoration:none;
    color:#757575;
}
.menuTopSplitter {
    background:url("../i/hMenu_splitter.gif") no-repeat top center;
    width:5px;
    height:26px;
    margin:0 10px;
}
.bannerWrapper {
    margin-top:50px;
    position: relative;
}
.banner {
    height:171px;
    background:#000;
    margin-left:16px;
    margin-right:27px;
    position: relative;
}
.logoFlash {
    float: left;
}
.bannerWrapper .langZone {
    position: absolute;
    width:20px;
    top:0;
    right:0;
}
.eu, .ua, .ru {
    background: url("../i/map.jpg") no-repeat;
    display:block;
}
.eu {
    height:56px;
    background-position:0 0;
}
.eu:hover, .eu:active {
      background-position:-21px 0;
      height:56px;
}
.ua {
    height:68px;
    background-position:0 -56px;
}
.ua:hover, .ua:active {
      background-position:-21px -56px;
      height:68px;
}
.ru {
    height:44px;
    background-position:0 -125px;
}
.ru:hover, .ru:active {
      background-position:-21px -125px;
      height:44px;
}
.footerMenu {
    margin-bottom:20px;
    padding:0 20px;	
    background:url("../i/preFooter.jpg") repeat-x;
}
.footerMenuR {
    float:right;
    width:10%;
    font-size:10px;
	padding-right:15px;
    text-align:right;
}
.Navigation {
    color:#757575;
    font-size:10px;
}
.Navigation a{
    text-decoration:none;
    color:#757575;
    font-size:10px;
}
.Navigation a:hover {
    color:#fff;
}
.Navigation span {
    color:#404040;
}
.footerMenuL {
    float:left;
    width:70%;
    color:#757575;
    font-size:10px;
}
.footerMenuL a{
    text-decoration:none;
    color:#757575;
    line-height:20px;
    margin:0 5px;
    font-size:10px;
}
.footerMenuL a:hover {
    color:#fff;
}
.footer {
    background:url("../i/footerBg.jpg") bottom left;
    height:69px;
}
.footerWrapper {
    background:url("../i/footerImg.jpg") no-repeat bottom left;
    width:100%;
    height:69px;
}
.footerInfoLeft, .footerInfoRight {
           color:#757575;
            padding:10px 20px;
}
.footerInfoLeft a, .footerInfoRight a, .footerInfoLeft span, .footerInfoRight span{
           color:#ffb129;
}
.footerInfoLeft a:hover, .footerInfoRight a:hover {
    color:#fff;
}
.footerInfoLeft {
            float: left;
            width:40%;
}
.footerInfoRight {
            float: right;
            width: 40%;
            text-align: right;
}
.rotator {
    margin:10px 30px 10px 20px;
}
.title {
    color:#757575;
    margin-bottom:5px;
}
.loginSearchZone {
    background: none;
}
.searchZone {
    float: right;
    width:200px;
    margin-right:33px;
    position: relative;
}
  .searchZone .searchBtn {
      position: absolute;
      border:none;
      background:url("../i/searchBtn.gif") no-repeat;
      height:17px;
      width:23px;
      bottom:-2px;
      right:-8px;
  }
.rotatorWrapper {
    position: relative;
    padding:0 20px;
    overflow:hidden;
    height:110px;
}
.rotatorWrapper .Left {
    position: absolute;
    left:0;
    top:30px;
}
.rotatorWrapper .Right {
    position: absolute;
    right:0;
    top:30px;
}
.rotatorItems {
    overflow:hidden;
    display:inline;
}
.rotatorItem {
    width:100px;
    float:left;
    margin:0 15px;
    height:110px;
    
}
.loginZone {
    float:left;
    width:50%;
    margin-left:15px;
    height:20px;
    line-height:20px;
}
.submitBtnWrapper {
    padding-top:5px;
    float:left;
    margin-left:5px;
}
.regLink {
    background:url("../i/regBtn.gif") no-repeat;
    padding-left:25px;
    color:#757575;
    font-size:10px;
    line-height:15px;
    display:block;
    text-decoration:none;
    margin-top:8px;
}
.regLinkWrapper {
    float: left;
    line-height:20px;
    margin-left:20px;
}
.field1, .field2 {
    margin:5px 5px;
    float:left;
}
.textFieldL {
    background:url("../i/textInputL.jpg") no-repeat;
    height:20px;
    padding-left:3px;
    float:left;
}
.textFieldR {
    background:url("../i/textInputR.jpg") no-repeat top right;
    height:20px;
	width:150px;
    padding-right:3px;
}
.textFieldR input {
    border:0;
    background:none;
    font-size:10px;
	width:144px;
    color:#757575;
    padding:2px 5px;
    
}
.submitBtn {
    border:0;
    cursor: pointer;
    background:url("../i/enterBtn.jpg") no-repeat;
    height:20px;
    width:30px;
}
.onlyMainTable td{
    border:0;
}
.mainContent {
    margin:10px 30px 10px 20px;
	color: #ddd;
}
.leftPanel {
    width:auto;
}
.rightPanel {
    width:300px;
}
.stdBlock {
    margin-bottom:10px;
}
.alterText {
    color:#ffb129
}
.obItems {
    margin-bottom:10px;
    margin-top:10px;
}
.obItem {
    background:url("../i/bottomL.jpg") no-repeat bottom;
    width:161px;
    padding-bottom:10px;
    float:left;
    margin:0 15px;
}
.obItemI {
    background:url("../i/topL.jpg") no-repeat top;
    padding:10px 10px 0px 10px;
}
.list1 {
    list-style:none;
}
.list1 li {
    margin-bottom:5px;
}
.price {
    margin-top:10px;
    margin-bottom:10px;
}
.zakBtn {
    background:url("../i/zakBtn.jpg") no-repeat;
    height:20px;
    font-family:Tahoma, sans-serif;
    color:#ffb129;
    font-size:12px;
    font-weight:bold;
    border:0;
    cursor: pointer;
    width:83px;
}
.portName {
    margin:5px 0;
    text-align:center;
}
.portItem {
    margin-bottom:20px;
}
.searchBtn {

}
.form{
	border: 0px;
	font-size: 13px;
	padding: 0 2px;
	color: #999999;
	padding-top: 2px;
	border: 1px solid #FFF948;
	background-color: #191919;
}
.orange
{
	font-size:13px;
	color:#E9CD84;
}
.wp-commentnavi a, .wp-commentnavi a:link, .wp-commentnavi a:visited  {
	padding: 3px 6px 3px 6px; 
	margin: 2px 0px 2px 0px;
	border-top: 1px solid black;
	color: #e1e1e1;
	background-color: #4f4f4f;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.wp-commentnavi a:hover {
	border-top: 1px solid black;
	color: #e1e1e1;
	background-color: #111111;
	font-weight: bold;
	text-decoration: none;	
	font-size: 11px;
}
.wp-commentnavi span.current {
	padding: 3px 6px 3px 6px;
	margin: 2px 0px 2px 0px;
	font-weight: bold;
	border-top: 1px solid black;
	color: #ffb129;
	background-color: #111111;
	font-size: 11px;
}
.hhead{            
background: #202020;
height: 36px; 
}
.hhead .right-bg{
background: url("../i/br.jpg") no-repeat right;
height: 36px; 
}
.hhead .left-bg{
background: url("../i/bl.jpg") no-repeat left bottom;
height: 36px; 
}
.hhead .text h1{
padding: 7px 20px;
color: #bbbbbb;
}