/* $Revision$ */

/* ------------------------------------------
  Project name: BLOCK Motors
  Project starts:

  File: index.css
--------------------------------------------- */

/* ---- reset ---- */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }

table { border-collapse: collapse;  }
thead{
    display:table-header-group;
}
tbody{
    display:table-row-group;
}

html {
  height:100%;
}
body{
	background:#fff;
	color:#666;
	font:normal 62.5%/160% Tahoma, Arial, Helvetica, sans-serif;
    text-align:center;
}

* html body{
    /*width:expresstion(( document.body.clientWidth > 800 ) ? "800px" : "auto");*/
}

table, table td, table th {
  font-size:1em;
}
td a{ font-size:12px; }
h1 {
	color:#6f6f6f;
	font-size:1.2em;
    font-weight:bold;
	margin:0 0 5px 0;
}
h1.large{
    font-size:1.5em;
    margin-bottom:1em;
}
h2 {
	color:#6f6f6f;
	font-size:1em;
    font-weight:bold;
	margin:5px 0 10px 0;
}
h3{
    color:#666;
    font-size:1.1em;
}

a {
  color:#6f6f6f;
  font-size:1em;
  text-decoration:none;
}
a:hover,
a:active
{ text-decoration:underline; }

p {
    margin-top:7px;
    margin-bottom:11px;
}

/* --- FORMs --- */
input,
select,
textarea
{border:1px solid #A5ACB2;}

input,
option{
    color:#999;
    font-size:1em;
    height:15px;
}
select{
    color:#999;
    font-size:12px;
}
textarea{
    color:#999;
    font-size:12px;
}
/* html textarea{ font-size:1em }*/

input.button,
input.radio,
input.checkbox{
    border:none;
    height:auto;
    margin:0;
}
input.hidden{ display:none !important; }

input.text:focus,
textarea:focus
{ border:1px solid; }

form dt{
    clear:left;
    float:left;
    margin-right:10px;
    width:150px;
}
form dd label{
/*    margin:0 0.2em 0 -1.3em;*/
	margin:0 0.2em 0 1em;
    vertical-align:top;
}
form dd input.text,
form dd select,
form dd textarea{
    margin-bottom:0.4em;
}
form dd input.text{
    margin-right:1.7em;
    height:17px;
    vertical-align:baseline;
    width:100px;
}
form dd select{ width:103px;height:19px; }

form dd select.wide{ width:212px; }
form dd input.wide,
input.wide,
form dd textarea.wide
{ width:212px; }

form.search dd input.wide{ width:222px; }

form.twocols .subm{
    margin:10px 0 0 160px;
}
* html form.twocols .subm{ margin-left:163px; }
/* --- end of FORMs */

strong,
.strong *
{ font-weight:bold; }

em{ font-style:italic; }

blockquote{ margin:0 2.7em; }

#WorkArea ul li,
#WorkArea ol li{ margin:2px 0 3px 30px;}
#WorkArea ul li{ list-style:square; }

/* ---- classes ---- */
* html .iehasLayout{ height:1% !important; }

.blocked{ display:block; }

.clearall{ clear:both; }
.fleft{ float:left; }
.fright{ float:right; }
.fnone{ float:none; }

* html .fleft,
* html .fright{ display:inline; }

.taleft{ text-align:left; }
.taright{ text-align:right; }
.tacenter{ text-align:center; }


.lgray{ color:#9A9A9A; }
.red{ color:#f00; }

.fontSmall{ font-size:0.9em; }

.pointer{ cursor:pointer; }

td.empty{ width:3%; }

.illustration{
    float:left;
    margin:3px 15px 5px 0;
}
.illustration.centered{
    display:block;
    float:none;
    margin:0 auto 5px;
    text-align:center;
}

.annotation{ font-style:italic; }
p.annotation{ margin-top:1em; }

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* =round-corners */
.rnd-corners{ position:relative;float:left; }
.rnd-corners .rtl,.rnd-corners .rtr,
.rnd-corners .rbl,.rnd-corners .rbr{
    background:transparent no-repeat;
    display:block;
    font-size:1px;
    line-height:1px;
}
.rnd-corners .rtl{ background-position:left top; }
.rnd-corners .rtr{ background-position:right top; }
.rnd-corners .rbl{ background-position:left bottom; }
.rnd-corners .rbr{ background-position:right bottom; }

.rnd-corners .rtl,
.rnd-corners .rbl,
.rnd-corners img{ position:relative;top:0px;left:0px; }
.rnd-corners .rtl,
.rnd-corners .rbl{ z-index:10; }
.rnd-corners img{ z-index:1; }

.rnd-corners .rtl,.rnd-corners .rtr,
.rnd-corners .rbl,.rnd-corners .rbr
{ height:6px; }
.rnd-corners .rtl{ background-image:url(/_pic/r-tl.png); }
.rnd-corners .rtr{ background-image:url(/_pic/r-tr.png); }
.rnd-corners .rbl{ background-image:url(/_pic/r-bl.png); }
.rnd-corners .rbr{ background-image:url(/_pic/r-br.png); }
.rnd-corners img{ margin:-6px 0 -6px; }


/* ----
    Graphic links classes
*/
.graph{
    background:transparent none no-repeat left top;
    display:block;
    outline:none;
    text-indent:-900em;
}

#Navi a.graph:hover,
#inx #Menu a.graph:hover,
a:hover span.graph,
#Navi .active
{ background-position:left bottom !important; }

div.blOffers{ width:140px; }
span.blOffers{
    background-image:url(/_pic/h-bl-offerts.png);
    width:123px;
    height:13px;
}

div.blNews{ width:115px; }
span.blNews{
    background-image:url(/_pic/h-bl-news.png);
    width:99px;
    height:13px;
}

div.blOnline{ width:135px; }
span.blOnline{
    background-image:url(/_pic/h-bl-online.png);
    width:119px;
    height:13px;
}
div.blServises{ width:140px; }
span.blServises{
    background-image:url(/_pic/h-bl-servises.png);
    width:121px;
    height:13px;
}

div.blMods{ width:140px; }
span.blMods{
    background-image:url(/_pic/h-bl-mods.png);
    width:123px;
    height:13px;
}

/*div.blFAQ{ width:115px; }*/
span.blFAQ{
    background-image:url(/_pic/h-bl-faq.png);
    width:117px;
    height:13px;
}


div.compare{ width:58px; }
div.accept{ width:55px; }
div.doSearch{ width:45px;margin-top:10px; }
div.dofaq{ width:80px; }

a.mail,
a.map{
    width:15px;
    height:15px;
}
a.mail{
    background-image:url(/_pic/ico-mail.gif);
}
a.map{
    background-image:url(/_pic/ico-struct.gif);
}

a.icoMore{
    width:17px;
    height:17px;
}

a.doChaim{
    background-image:url(/_pic/h-do-claim.png);
    width:80px;
    height:12px;
}
a.doPrint{
    background-image:url(/_pic/h-do-print.png);
    width:34px;
    height:12px;
}

a.doFullGallery{
    background-image:url(/_pic/h-do-big-photos.png);
    width:153px;
    height:12px;
}

a.gol,a.gor,a.gobb,a.goff{ height:5px; }
a.gobb,a.goff{ width:9px; }
a.gol,a.gor{ width:5px; }

a.gobb { background-image:url(/_pic/ico-bb.png); }
a.goff { background-image:url(/_pic/ico-ff.png); }
a.gor { background-image:url(/_pic/ico-f.png); }
a.gol { background-image:url(/_pic/ico-b.png); }

a.close
{ width:17px;height:17px; }
a.close { background-image:url(/_pic/ico-close.gif); }

.ico-spec{
    width:50px;
    height:21px;
    background-image:url(/_pic/ico-spec.png);
}
.ico-new{
    width:26px;
    height:9px;
    background-image:url(/_pic/ico-new.gif);
}


div.sendclaim{ width:104px; }
a.sendclaim{
    background-image:url(/_pic/h-send-claim.png);
    width:88px;height:11px;
}

h1.toask{
    background-image:url(/_pic/h-do-faq.png);
    width:107px;height:16px;
}

/*
    endf of Graphic links classes
---- */

.icq{
    background:transparent none no-repeat left center;
    padding-left:20px;
}

.colorbox{ background-image:url(/_pic/ico-empty.gif); }

a.counter{ margin-right:12px; }

.counters a{ margin-right:12px; }

.bbHeader{
    background:url(/_pic/hdr.png) no-repeat right top;
    margin-bottom:20px;
    height:26px;
}
.bbHeader a{
    background:transparent no-repeat left top;
    display:block;
    margin-left:-1px;
    outline:none;
    padding:7px 10px;
    text-indent:-900em;
}
* html .bbHeader a{ padding-bottom:4px; }

.bbHeader a span{
    font-size:10px;
    cursor:pointer;
}

ul.nav,
ul.nav li,
ul.hor,
ul.hor li{
    list-style:none !important;
    margin:0;
    padding:0;
}
#inx .nav{
    margin-right:26px;
}

ul.nav li,
dl.nav dt,
dl.nav dd{
    border-left:2px solid;
    margin-bottom:15px;
    padding-left:10px;
}

ul.nav li span{ font-weight:bold; }
dl.nav dt{ margin-bottom:0; }

.nav .title{ text-decoration:underline; }

dl.nav a:hover,
.blockOffers a:hover{ text-decoration:none !important; }

.offers{ clear:both;margin:0 0 20px;}
dl.offers dt{
    margin-right:0px !important;
    margin-bottom:6px;
    clear:both;
}
dl.offers a:hover{ text-decoration:none; }
.offers dd img{ float:left;margin:0 10px 2px 0;}

dl.nav{ height:1%; }

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .offers dd {
    height: 1%;
}
/* End hide from IE5/mac */

a.arrowed{ padding-left:10px; }

ul.arrowed li,
a.arrowed{
    background:transparent url(/_pic/ico-arrow-tred.gif) no-repeat left .4em;
    border:none;
}
ul.commonLi li{ margin-bottom: 5px; }

ul.hor li,
.tabbed li,
.tabbed2l li
{ display:inline; }

/* -- .menu  -- */
.menu li{
    float:left;
    margin:0 !important;
    padding:0 !important;
}
.menu a{
    font-size:0.9em;
    display:block;
    padding-right:2px;
}
* html .menu a{ padding-right:0; }

.menu a span{ cursor:pointer; }
.menu span{
    font-size:11px;
    display:block;
    float:none;
    /*padding:5px 0 4px 8px;*/
    padding:3px 0 3px 2px;
}
* html .menu span{
    /*padding:5px 0 4px 8px;*/
}
.menu span span{
    padding:0;
}
.menu a:hover,
.menu a.active{
    background:url(/_pic/m-sel-r.png) no-repeat right top;
    text-decoration:none;
}
.menu a:hover span,
.menu a.active span{
    background:transparent url(/_pic/m-sel-l.png) no-repeat left top;
    color:#fff;
}
.menu a:hover span span,
.menu a.active span span{background-image:none;}

.menu .graph{
    height:13px;
}

/* -- .tabbed -- */
/*.tabbed td{ width:20%; }*/
.tabbed td{ width:20%; }
.tabbed a{
    background-repeat:no-repeat;
    background-position:right top;
    border-bottom:1px solid;
    color:#606060;
    display:block;
    padding:0;
    margin-top:0;
    font-size:12px;
}
.tabbed span{
    display:block;
    /*padding:5px 25px 7px;*/
    padding:5px 3px;
    text-align:center;
}
.tabbed .first span{ background:transparent no-repeat left top; }
.tabbed .last a{ background-image:none;padding:0; }
.tabbed .last span{ background:transparent no-repeat right top; }

.tabbed a:hover,
.tabbed a:active,
.tabbed a.active{
    background:transparent no-repeat right top;
    border-bottom:none;
    margin-top:0;
    text-decoration:none;
}
.tabbed a:hover span,
.tabbed a:active span,
.tabbed a.active span{
    background:transparent no-repeat left top;
}

/* -- .tabbed2l - ���� 2��� ������ -- */
.tabbed2l{
    background:transparent no-repeat right top;
    width:100%;
}
.tabbed2l .first{
    background:transparent no-repeat left top;
    padding-left:3px;
}
.tabbed2l a{
    font-size:11px;
    margin:2px 0 2px 9px;
    padding:0 !important;
}
.tabbed2l span{
    line-height:22px;
    padding:0 7px !important;
}

/* -- team member profile -- */
dl.profile{
    clear:both;
    margin-bottom:25px;
}
dl.profile dt{
    clear:left;
    display:inline;
    float:left;
    margin-right:10px;
}
/*dl.profile dd{ margin-left:50px; }*/

dl.profile.fleft{
    clear:none;
    min-height:48px;
    width:115px;
}
* html dl.profile.fleft{
    height:48px;
}

dl.profile dd{ font-size:11px; }

.subm{
    background:transparent url(/_pic/btn-right.gif) no-repeat right top;
    height:19px;
}
.subm span{
    background:transparent url(/_pic/btn-left.gif) no-repeat left top;
    display:block;
    padding:0 8px;
}
div.subm span{
    /*margin-left:-1px;*/
    padding-top:5px;
    padding-bottom:5px;
}
* html div.subm span{
    padding-top:4px;
    padding-bottom:4px;

    font-size:10px;
}
.subm.fright{ margin-left:10px; }

.blockNews .nav{
    margin-left:10px;
}
.blockOffers .nav{
    margin-left:5px;
}


.round,
.rsolid,
.solid,
.block{
    margin-bottom:17px;
}

.round{
    border-top:1px solid;
    border-right:1px solid;
    margin-top:13px;
    position:relative;
    min-height: 40px;
}
* html .round{ height:1%; }
/*#inx .round{ width:153px; }*/

/* IE/Win Disappearing List-Background Bug FIX */
* html .round ul,
* html .round ol,
* html .round dl
{ position:relative; }

.wide{ border-bottom:1px solid; }

.round .bbHeader{
    /*margin:-14px 0 0;*/
    position:absolute;
    top:-13px;
    left:0px;
}
.round .rcRTop,
.round .rcTop,
.round .rcBottom,
.round .rcBLeft,
.round .rcBRight{
    border:none;
    font-size:1px;
    line-height:1px;
    position:absolute;
    /*display:none;*/
}

.round .rcBLeft,
.round .rcBRight,
.round .rcBottom,
.round .rcTop{
    background:white none no-repeat left bottom;
    height:7px;
}
.round .rcRTop{
    background:white no-repeat right top;
    width:5px;height:5px;
    top:-1px;
    right:-1px;
}
.round .rcBottom{
    width:153px;
    bottom:-1px;right:-1px;
}
.round .rcTop{
    width:154px;
    height:14px;
    top:-2px;right:0px;
}

.round .rcBLeft{
    width:7px;
    bottom:-1px;left:-1px;
}
* html .round .rcBLeft{ /*bottom:-2px;*/ }
.round .rcBRight{
    width:7px;
    bottom:-1px;right:-1px;
}
* html .round .rcBRight{ /*bottom:-2px*/;right:-2px; }
* html .round .rcBottom,
* html #inx .round .rcRTop,
* html #SideBarLeft .round .rcRTop
{ right:-2px; }

.round .rcBLeft,
.round .rcBRight {
    _bottom: expression(this.parentNode.offsetHeight%2==0?"-1px":"-2px");
}

.round .nav{
    padding-bottom:20px;
    margin:34px 10px 0 2px;
}
.round .nav li{ margin-bottom:6px; }

.round form{ margin:10px 0; }

.fullR{
    /*border-top:none;*/
}

.fullR .rcTop{
    width:154px;
    height:14px;
    top:-2px;right:0px;
}
.fullR .rcBottom{
    width:153px;
    height:13px;
    bottom:-1px;right:0px;
}
.fullR ul.nav{
    margin-top:15px;
    margin-left:14px;
    padding-bottom:4px;
}
.fullR ul.nav li{
    background:transparent no-repeat left 3px;
    margin-bottom:10px;
    padding-left:16px;
}
.fullR ul.nav li.act{
    background:transparent no-repeat left 3px;
}
/*.fullR ul.nav li a:hover,
.fullR ul.nav li strong{
    background:transparent url(/_pic/ico-bull-act.png) no-repeat left 3px;
    text-decoration:none;
} */

.rsolid{
    background:transparent repeat-x left top;
    margin-bottom:25px;
}
.rsolid .bt{
    background:transparent url(/_pic/rc-big-bottom.png) no-repeat left bottom;
    padding:0 0 16px;
}
.rsolid h3{
    background:transparent url(/_pic/rc-big-top.png) no-repeat left top;
    font-size:1.2em;
    padding-top:16px;
    margin-bottom:13px;
}
.rsolid h3,
.rsolid dl,
.rsolid ul{
    padding-left:16px;
    padding-right:16px;
}
.rsolid .icq{
    clear:left;
    margin-left:16px;
}

.block h4,
.block ul{
    font-size:0.9em;
    margin-left:5px;
}
.block h4{
    font-weight:bold;
    margin-bottom:13px;
}
.block ul{
    margin-bottom:21px;
    width:150px;
}
.block ul li{
    border-bottom:1px solid #E7E7E7;
    display:block;
    line-height:1.7em;
    margin:0 0 5px;
}
.block ul li a:hover{
    text-decoration:none;
}
.block ul li .lgray{ color:#ccc; }

.bgray{
    background:url(/_pic/rc-narrow-bot.png) no-repeat left bottom;
    padding-bottom:3px;
}
.bgray .tp{
    background:transparent url(/_pic/rc-narrow-top.png) no-repeat left top;
    padding-top:18px;
    padding-bottom:6px;
}
.bgray .nav li{ margin-bottom:10px; }

.catElementCase {
    width: 49%;
    float: left;
    position: relative;
    left: 37%;
}
.catElement{
    float:left;
    padding:0 2.5% 20px 2%;
    min-height:138px;
    text-align:center;
    margin: 0 auto;
    position:relative;top:0px;left:-50%;
}
* html .catElement{ display:inline; height:138px;width:194px; }

.catElement a:hover,
.catElement a:active
{ text-decoration:none; }

.catElement a,
.catElement img{ /*display:block;*/text-align:center; }
.catElement strong.ttl{
    display:block;
    font-size:1.3em;
    margin:3px 0 -2px;
    text-transform:uppercase;
}
.catElement strong.ttl sup.red{
	font-size:10px;
}


.catElement .ico-spec{
    position:absolute;
    top:3px;left:28px;
}
.catElement .ico-new{
	position:absolute;
	right:0px;
	top:10px;
}

table.dataTable{
    border-collapse:collapse;
}
.dataTable th,
.dataTable td{ border:none; }

.dataTable{
    margin-bottom:10px;
    width:100%;
}
.dataTable th,
.dataTable td{
  border-bottom:1px solid #E8E8E8;
  line-height:1.8em;
  /*padding-left:7px;*/
  padding:0 7px;
  vertical-align:middle;
}
* html th .graph,
* html td .graph
{ line-height:1em; }

.dataTable td.first,
.dataTable td.last{ padding-left:0; }

.dataTable td.first{
    width:17px;
}
.dataTable td.last{
    border:none;
    text-align:center;
    width:40px;
}
.dataTable td a{ text-decoration:none; }

.dataTable thead th{
    font-weight:bold;
    line-height:1.8em;
}
.dataTable tfoot th,
.dataTable tfoot td{
    border:none;
    vertical-align:top;
}

.bordered th,
.bordered td{
    border-right:1px solid #E8E8E8;
}

.data h1{
    margin-bottom:17px;
}
.element{
    margin-top:5px;
    margin-bottom:25px;
}

/* --- .layout --- */
.w50{ width:49%; }
.w100{ width:100%; }

.layout{
    float:left;
}
WorkArea .layout .content{
    padding:0 10px;
}
.lcmain{
    width:100%;
}
.lcmain .content{}
.layout.lcleft{
    margin-left:-100%;
}
/* --- end of .layout --- */

/*.gallery li.fleft{
    display:inline;
    margin:0 3px 3px 0;
}*/

/*.gallery img{ margin:0 3px 3px 0; }*/
.gallery img.border{
    background:transparent none repeat left top;
    cursor:pointer;
    margin-left:-79px;
}
.gallery img.active{ background-image:url(/_pic/box-border-trans.png); }
* html .gallery img.active{
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_pic/box-border-trans.png', sizingMethod='scale');
}
.gallery div.doFullGallery{
    margin-top:15px;
    width:168px;
}

dl.question,
dl.answer{
    margin:10px 10px;
}
dl.question dt,
dl.answer dt{
    background:transparent none no-repeat left top;
    min-height:17px;
    padding-left:25px;
    /*word-spacing:1em;*/
}
* html dl.question dt,
* html dl.answer dt{ height:17px; }

dl.question dt p{
    padding:0;
    margin:0;
}

dl.question dt span,
dl.answer dt span
{ vertical-align:middle;padding-right:1em; }

dl.question dt .author strong,
dl.answer dt .author strong
{ word-spacing:0.1em; }

dl.question dd,
dl.answer dd{
    margin-left:25px;
}
dl.answer{ margin:0 0 20px 35px;
}

/* ------ _IDs ------ */
/*  globals */
#inx #Menu,
#Content
{margin:0 4%;clear:both;}

#WraperMain{
    min-width:1000px;
	max-width:1280px;

    height:100%;
    /*margin-bottom:-208px;*/
   margin-bottom:-100px;
}
* html #WraperMain{
  width:expression( (document.documentElement.clientWidth) < 1000 ? '997px' : (( document.documentElement.clientWidth ) > 1201 ? '1200px' : 'auto') );
  /*margin-bottom:-230px;*/
 margin-bottom:-130px;
}

#Stick{
    /*height:250px;*/
    height:130px;
    clear:both;
    max-width: 1280px;
}

#FLA,
#Selling,
#Content,
#Buying,
#Contacts,
#Banners,
#Copyrights
{text-align:left;}


/*  #Header */
#Header{
    background:transparent repeat-y right top;
    padding:6px 22px 8px 42px;
    overflow:hidden;
}
/* NY TREE */
div.xmass{
  background:transparent url(/_pic/ny-tree.jpg) no-repeat left -3px;
}

#Logo,
#MarkLogo{
    display:inline;
}

#Logo{
    float:left;
    /*margin:17px 0 0 2px;*/
/*    margin:15px 0 0 -100%; Alex */
    margin:2px 0 0 -100%;
    width:148px;
    height:50px;
}
/*#Logo a{
    background:transparent url(/_pic/block_logo.gif) no-repeat left top;
    width:157px;
    height:24px;
}*/

#MarkLogo{
    float:left;
    margin-left:-84px;
    width:84px;
}
/*#MarkLogo a{
    background:transparent url(/_pic/hyundai-logo.png) no-repeat left top;
    width:84px;
    height:49px;
}*/

#NavigationWrap{
    float:left;
    width:100%;
}
#Navi{
    margin: 2px 95px 0 146px;
}
#Navi .tube{ margin-left: 30px; margin-right: 80px;}
#Navi table{ width:98%;*width:auto; }
#Navi .graph{ height:13px; }

/*  #FLA */
div#FLA{
    /*width:100%;*/
    height:18px;
}
div#FLA div{
    background:#D8D9DA no-repeat right center;
    width:49%;
    height:18px;
}

#inx div#FLA{
    background:transparent repeat-x left top;
    width:100%;
    height:auto;
}

/*  #Menu */
#Menu{
    margin-bottom:22px;
    text-align:left;
}
#Menu .menu{
    margin-top:15px;
}
#Menu .menu li,
#Menu .menu td{
    /*padding-right:1%;*/
   padding:0;
}
#Menu .menu .graph{ height:16px; }
#Menu .menu li span,
#Menu .menu td span{ padding-top:4px;padding-bottom:2px;margin:0 auto;}

#Menu .menu li span span,
#Menu .menu td span span{padding:0px;}

#Menu .menu{
	-text-align:center;
	/*width:80%;*/
	margin-left:3%;
	margin-right:3%;
}
#Menu .menu table{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#Menu .menu table td.empty{
	width:3% !important;
}
/*#Menu .menu li span span.plain{
    display:block;
    float:left;
    height:16px;
}*/

#CarModel{
    /*float:left;*/
    height:39px;
    width:120px;
    margin-top:8px;
    /*background:transparent none no-repeat right bottom;*/
    background:transparent none no-repeat left bottom;
}

#inx #Menu{
    background:transparent url(/_pic/mebg-r.png) no-repeat right center;
    margin-top:12px;
    padding:0 !important;
    width:auto;
    float:none;
    text-align:center;
}
#inx #Menu div.out{
    background:transparent url(/_pic/mebg-l.png) no-repeat left center;
}
#inx #Menu ul,
#inx #Menu div.int{
    background:transparent url(/_pic/mebg.png) repeat-x left center;
    padding:11px 5px;
    margin:0 9px;
}
#inx #Menu .graph{ height:10px;font-size:10px; }
#inx #Menu li{
    display:inline;
    margin:0 .95%;
}
#Menu li.first{ margin-right:1%; }
#Menu li.last{ margin-right:0; }


/* =LAYOUT MAIN=============*/
#Header,
#Content{
    padding-left:3%;
    padding-right:3%;
}
#Menu{ padding-left:3%; }

#Menu .menu .tube{
    /*margin-left:2.4%;*/
    margin-left:0;
    margin-right:0;
}
/*#Menu .menu{ margin-left:189px; }*/

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

/*  #Content */
#Content{
    /*font-size:1.1em;*/
    font-size:1.2em;
    margin-top:25px;
    margin:0;
    /*padding:0 31px;*/
}
#inx #Content{ margin-top:12px; }

#ContentWrapper{
    float:left;
    width:100%;
    /*position:relative;*/
    height:1%;
}

#WorkArea{
    margin:0 193px 0 154px;
    /*padding:0 20px 0 20px;*/
    /*padding:0 4%;*/
}

#WorkArea .tube{ margin:0 4%; }
* html #WorkArea .tube{ height:1%; }

#Workarea ul{ margin-left:20px;	 }
/*#Workarea li{
  background:transparent url(/_pic/ico-arrow-tred.gif) no-repeat scroll left 0.4em;
  padding-left:10px;
}*/
#Workarea .sitemap li{
  background:none;
}

#Content .goAll{
    font-size:1em;
    text-decoration:underline;
    position:relative;
    bottom:0px;
}
#Content #s.goAll{ left:30%;*left:26%; }
#Content #n.goAll{ right:174px; }

#WorkArea .tabmenu{
    margin-top:10px;
    margin-bottom:40px;
}
#WorkArea .tabbed2l{
    margin-bottom:-25px;
}
#WorkArea .tabbed2l a span{ font-size:12px; }

#WorkArea .colors h3{ font-weight:bold;margin:5px 0 17px 3px; }
#WorkArea .colors .content{ padding-left:35px; }
#WorkArea dl.profile.fleft{
    margin:0 6px 10px 5px;
    min-height:65px;
    width:115px;
}
* html #WorkArea dl.profile.fleft{
    height:65px;
}
#WorkArea dl.profile.fleft dt{
	margin-left:0px;
}
#WorkArea dl.profile.fleft dd{
	margin-left:35px;
	padding-left:10px;
}

#WorkArea dl.profile a:hover{ text-decoration:none; }

#SideBarLeft{
    float:left;
    margin-left:-100%;
    width:154px;
}
#SideBarRight{
    float:left;
    margin-left:-193px;
    width:193px;
}

#inx #SideBarLeft{
    width:40%;
}
* hmtl #inx #SideBarLeft{
    padding-left:0;
}

#inx #SideBarRight{
    width:156px;
    margin-left:-156px;
}
#inx #WorkArea{
    margin:0 156px 0 40%;
}

#SideBarLeft form{ margin:30px 0 0 13px; }
#SideBarLeft input.text,
#SideBarLeft select,
#SideBarLeft textarea{
    display:block;
    margin-bottom:7px;
    width:120px;
}
/*#SideBarLeft input.subm{ width:auto; }*/

#SideBarLeft h1.graph,
#SideBarLeft h4{
    margin:0pt 0pt 13px 12px;
}
#SideBarLeft .tp form{
    margin-top:0;
    margin-left:13px;
}

#WorkArea h1.mtitle{
    margin-bottom:15px;
}

/*  #Path */
#Path{
    padding-top:0.5em;
    margin:0 0 25px;
}
#Path span{ font-weight:bold; }

#Poster{
    background:red none no-repeat center;
    margin-bottom:13px;
    /*height:167px;*/
}
#Poster div{
    background:transparent url(/_pic/rc-mod-l.png) no-repeat left top;
    /*height:167px;*/
}
#Poster div span{
    background:transparent url(/_pic/rc-mod-r.png) no-repeat right top !important;
    height:167px;
}

#BlockChars .dataTable{
    margin-top:20px;
    /*width:49%;*/
}
#BlockChars .dataTable thead th{
    border:none;
}
#BlockChars .dataTable th h2{
    /*color:#4473a1;*/
    margin:4px 0 2px;
    /*text-transform:uppercase;*/
}
#BlockChars .dataTable th h3{
    text-transform:uppercase;
}

#BlockChars .dataTable .boolean{ width:71px;font-weight:bold; }
.dataTable .boolean{
    text-align:center;
}

#GItemMain{
    background:transparent url() no-repeat left top;
}

/*  #Pager */
#Pager{
    clear:both;
    margin-left:50%;
}
#Pager ul{
    float:left;
    margin-left:-15%;
    position:relative;
    top:0px;left:0px;
}
#Pager ul li{
    font-size:1.1em;
    font-weight:bold;
    float:left;
    margin:0px;
    margin-right:7px !important;
}
#Pager li a{
    color:#999;
    font-size:1em;
    font-weight:normal;
    padding-top:2px;
}
#Pager ul li span{ color:#999;font-weight:normal; }
#Pager li a.graph{ padding-top:0px;margin-top:6px; }


/*  #Contacts */
#Contacts{
    height:40px;
    margin-top:13px;
}

#Contacts a{
    float:left;
    display:inline;
}
#Contacts a.graph{
    background-image:url(/_pic/h-tel-directory.gif);
    width:154px;
    height:40px;
    margin:0 30px 0 45px;
}
#Contacts a.butred{
    margin-top:3px;
}
#Line{
    background:transparent url(/_pic/line-bg.gif) repeat-x left center;
    margin-left:247px;
    position:relative;
    top:14px;
}

#Copyrights td,
#Banners td{
    /*padding:0 26px 0;*/
    text-align:left;
}

/*  #Banners */
#Banners{
    margin-top:30px;
    margin-bottom:30px;
    padding:0 31px 0;
}
#Banners a{
    background:transparent none repeat-x left top;
    color:#fff;
    display:block;
    position:relative;
    text-decoration:none
}
#Banners a span{
    cursor:pointer;
    position:absolute;
    top:10px;
    right:20px;
    width:60%;
}

/* Copyrights */
#Copyrights{
    border-bottom:15px solid;
    min-height:50px;
    padding:0 31px 0;
}
* html #Copyrights{ height:50px; }

#Copyrights td{
    vertical-align:middle;
    width:33.3%;
}

#Copyrights #copy p,
#Copyrights #copy a{
    float:left;
    margin-top:0;
    margin-bottom:0;
    font-size:1em;
}
#Copyrights #copy a{
    text-decoration:none;
}

#Copyrights td a.graph{
    display:inline;
    margin-left:26px;
    text-decoration:none;
}

#Copyrights #webway{
    text-align:right;
}
#Copyrights #webway a{
    float:none;
    /*margin-right:50px;*/
    text-decoration:underline;
}
#Copyrights #webway a:hover,
#Copyrights #webway a:active
{ text-decoration:none; }


/* ADV */
#ADV{
    background-color:#fff;
    border:1px solid #aaa;
	display:none;
    position:fixed;
    /*top:30px;*/
    top:50%;
    left:50%;
}
#ADV .bd{
    margin:25px 5px 5px;
}
#ADV .hd{
    position:absolute;
    top:3px;right:5px;
}

* html #ADV{
    _position: absolute;
    /*_top: expression( eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+30 : document.body.scrollTop+30 );*/
    _overflow: hidden;
}


.bbHeader .blSubsc{
  background-image:url(/_pic/block-subsc.gif) !important;
  height:10px !important;
  width:100px !important;
}

.bbHeader .blVoting{
  background-image:url(/_pic/block-voting.gif) !important;
  height:10px !important;
  width:100px !important;
}

#WorkArea p a{
    text-decoration:underline;
}
#WorkArea .tabmenu a,
.catElement a,
#WorkArea .dataTable td a{
    text-decoration:none !important;
}

/* debug */
p.ViiClass{
    text-align:justify;
    margin-left:215px;
}
p.ViiClass img{
    margin-right:5px;
    text-align:justify;
}


.hide{
    display:none !important;
}

.voting input {
    vertical-align: middle;
    height: auto;
    border: 0;
}
.voting input.button {
    font: normal 10px Tahoma,Arial,Helvetica,sans-serif;
    background: none;
    color: #f00;
    cursor: pointer;
    height: 19px;
}
.voting .subm {
    width: 100px;
    text-align: center;
}
.voting .subm span {
    padding: 0;
}

.voting {
    padding-top: 8px;
}
.voting li {
    padding-bottom: 5px;
    _height: 1px;
}

.voting li.clearall {
    height: 1px;
    padding: 0!important;
    margin: 0;
    overflow: hidden;
    font-size: 1px;
    line-height: 1px;
}
.voting div {
    _height: 1px;
}
#SideBarLeft .voting {
margin-top: 0;
}
.votingRes dd {
    padding-bottom: 20px;
}
#Navi .tube a {
    /*padding-left: 9px;
    background: url(/_pic/menu/list.gif) no-repeat 0 4px;*/
    white-space: nowrap;
}

#Navi .tube table {
    width: 90%!important;
    margin: 0 20px;
}
#Navi .tube .submenu {
    margin: 5px 20px 15px;
}
#Navi .tube .submenu a {
    color: #6f6f6f;
    font-size: 14px;
    text-transform: uppercase;
    background: none;
    padding: 0;
}

#Navi .tube .submenu td {
    padding: 0;
    width: 1px;
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
}
#Navi .tube td span {
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
}
#Navi .tube .submenu td span {
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
}
#Navi .tube .submenu td.empty {
    width: auto;
    padding: 0 5px;
    background: url(/_pic/menu/sep.gif) no-repeat 49% 50%;
}

.ttl span {
    font-size: 75%;
}