/**
 * J!Blank Template for Joomla by Joomla-book.ru
 * @category   Ascon
 * @author     smet.denis <admin@joomla-book.ru>
 * @copyright  Copyright (c) 2009-2012, Joomla-book.ru
 * @license    GNU GPL
 */

/*base size*/
.content {font-size:1em; line-height:1.4em; color:#333; padding: 0em 2em 1em 0.1em;}
.content h1{font-size:1.6em;margin:0 0 0.5em;}
.content h2{font-size:1.1em;margin:1.6em 0 1em; margin-top: 2em;}
.content h3{font-size:1em;margin:1.5em 0 0.75em;}
.content h4{font-size:1.1em;margin:1.2em 0 0.5em;}
.content h5{font-size:1em;margin:1em 0 0.5em;}
.content h6{font-size:1em;margin:1em 0 0.5em;}


/*hr*/
.content hr{display:block;background:#aaa;width:100%;height:1px;border:none;}

/*list*/
.content ul, .content ol{margin-left:2em;margin-bottom:1em;}
.content ol ol{margin-left:2.5em;}
/*.content ul > li{list-style:url('../images/list.gif');list-style-position:outside;}*/
.content ol > li{list-style-image:none;list-style-type:decimal;}
.content dt{font-weight:bold;}

/*dt,dl,dd*/
.content dl dt{margin-bottom:0.25em;font-weight:bold;}
.content dl dd{padding-left:4em;margin-bottom:0.25em;}

/*table )*/
.content table {width:100%;border-top:solid 0px #222;}
.content table caption {color:#999;font-style: italic;}
.content table th {text-align: right;}
.content table thead th {text-align: center;border-bottom:solid 2px #222;}
.content table th, .content table td {line-height:1.5em;padding: 0.75em 0.75em  0.25em; background: none;}
.content table th, .content table.gallery td {line-height:1.5em;padding: 0.50em 0.75em 0.25em 0.25em; background: none;}
.content table.gallery td h1, .content table.gallery td h2, .content table.gallery td h3{ color:#5C707C;}
.content table thead th, .content table thead td {padding-top:0.75em}
.content table tfoot th, .content table tfoot td {padding-bottom:0.75em; font-style: italic;}
.content table tbody th, .content table tbody td, .content table tfoot th, .content table tfoot td {/*Линия таблицы border-top:solid 1px #000*/}
.content table tr:nth-child(even) td{}
.content table tr:hover {background: none!important;}

/* Таблица чередует раскраску фона */
/*.content table tbody tr:nth-child(odd) th,
.content table tbody tr:nth-child(odd) td {
background:rgba(0, 0, 0, 0.05);
}*/

/*margin & padding*/
.content blockquote p:first-child{margin:1em 0;}
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content form, .content table{margin-bottom:0.5em;}
.content p+p{margin-bottom:1em;}
.content p{text-indent:0;}
.content caption{padding:0.5em 0;}
.content blockquote{padding:0 1em;margin:1.8em 0;}

/*link*/
.content a:link{text-decoration:underline;color:#36c;}
.content a:visited{text-decoration:underline;color:#36c;}
.content a:hover{text-decoration:none;color:#36c;}
.content a:active, .content a:focus{text-decoration:underline;color:#36c;}
.content ul.tri_orange li a{color: #5C707C;}
.content a{text-decoration:underline;color:#36c;}
.content a:hover{text-decoration:none;}
/* Ставит иконку стрелку на target="_blank"
.content a[target="_blank"], .content a.external{background:url("../images/external-link.gif")no-repeat 100% 50%;padding-right:13px;}*/

/*code, pre*/
.content pre {margin: 0.5em 0;padding: 0.5em 0 0.5em 1em;border: 1px dotted #aab4be;border-left: 1.8em solid #b4b4b4;background: #fafafa;font-size: 90%;color: #2E8B57;white-space: pre-wrap;}
.content code {word-spacing: -2px;color: #D64514;}

/*image*/
.content img, .content img.alignImageLeft, .content img.alignImageRight{border:0px solid #ccc;}
.content a:hover img {border-color:#aaa;/*outline:1px solid #ff0;*/}
.content img[align="left"], .content img.alignImageLeft{float:left;margin:0 1em 0.5em 0;}
.content img[align="right"], .content img.alignImageRight{float:right;margin:0 0 0.5em 1em;}

/*quote*/
.content blockquote{border-top:1px solid #ccc;border-bottom:1px solid #ccc;color:#666;font-style:italic;}
blockquote *:before {content: "\201C";}
blockquote *:after {content: "\201D";}
q:before {content: "\00AB";}
q:after {content: "\00BB";}

/*form & control*/
.content legend, .content fieldset, .content input,.content textarea,.content select, .content a.button, .content button {border-radius: 3px;}
.content fieldset{padding:1em;margin:1.8em 0;}
.content legend{padding:0.2em 0.5em; border: 1px solid #ccc; margin: 0.5em 0;white-space:normal;}
.content legend+*{margin-top:1em;}
.content input[type="checkbox"], .content input[type="radio"], .content option, .content select{margin:0 0.45em;}
.content form.form-mode-1 label { display: block; }
.content form .row{margin-bottom: 0.75em;}
.content form .row-input-colonm input[type="radio"], .content form .row-input-colonm input[type="checkbox"] {float:left;}
.content form .row-input-colonm label {display: block;margin-bottom: 0.5em;}

/*form button*/
.content input[type="text"], .content input[type="password"], .content select, .content textarea {
    padding: 4px;
    min-width: 200px;
    border: 1px solid #d2d2d2;
    border-top-color: #aeaeae;
    background-color: #fcfcfc;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.04);
     color: #000;
}
.content input[type="text"]:focus, .content input[type="password"]:focus, .content select:focus, .content textarea:focus {
    outline: none;
    color: #000;
    border-color: #b9b9b9;
    border-top-color: #919191;
    /*background-color: #fff;*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.12);
}
.content button, .content input[type="button"], .content input[type="reset"], .content input[type="submit"], .content .button {
    padding: 2px 10px 2px 10px;
   /* border: 1px solid #d9d9d9;
    border-bottom-color: #bfbfbf;
    background-clip: border-box;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1.0), 0 1px 1px rgba(0,0,0,0.05);*/
    line-height: 16px;
    color: #000000;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(255,255,255,1.0);
    text-transform: uppercase;
    text-decoration: none!important;
    display: inline-block;
    margin-left: 2px;
}
.content button:hover, .content input[type="button"]:hover, .content input[type="reset"]:hover, .content input[type="submit"]:hover,
.content .button:hover, .content .button:hover {
    border-color: #cfcfcf;
    border-bottom-color: #b5b5b5;
    background-position: 0 -50px;
    color:#36c;
}
.content button:active, .content input[type="button"]:active, .content input[type="reset"]:active,
.content input[type="submit"]:active, .content .button:active, .content .button:active {
    border-color: #cfcfcf;
    border-top-color: #a2a2a2;
    border-bottom-color: #cfcfcf;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

/*form validate error*/
.content input:invalid,.content textarea:invalid,.content input.error,.content textarea.error,.content legend.error,
.content select.error{
    background-color: #f0dddd!important;
    border:1px solid #ffb4b4!important;
    color:#000!important;
}
.content input:invalid:focus,.content textarea:invalid:focus,.content input.error:focus,.content textarea.error:focus,
.content legend.error:focus,.content select.error:focus {
    background-color: #fff!important;
}

.content a.href{
color: #5C707C;
}

ul.filelist { 
list-style-type: none;
margin: 0px;
padding: 0px;
}

ul.filelist li { 
padding: 0px;
position: relative;
z-index: 1;
padding-left:20px;
margin:5px auto;
}

ul.filelist ins.icon16 { 
left: 0px;
position: absolute;
top: 0px;
}

.icon16 { 
display: block;
height: 16px;
overflow: hidden;
position: relative;
width: 16px;
}

.icon16 ins{ 
background: url("../images/icons.png") no-repeat transparent;
display: block;
height: 16px;
left: 0px;
position: absolute;
top: 0px;
width: 560px;
/*border:1px solid;*/
}
.i_txt ins { 
left: -176px;
}

.i_eshop ins { 
left: -304px;
}

.i_pdf ins { 
left: -224px;
}

ins { 
text-decoration: underline;
 }
div.signature { 
color: #5C707C;
font-size: 80%;
line-height:14px;
margin: 4px 0;
}

div.signature ul{
list-style-type: square;
}

img.border { 
border: 1px solid #D5DDE2;
}

ul.dash  {
margin-left: 20px;
}

ul.dash li { 
list-style-type: none;
margin-left: 0em;
padding-left: 0px;
padding-right: 20px;
text-indent: -20px;
margin-top:4px;
margin-bottom:4px;
}

.content ul.tri_green li ul.dash li {
background:none;
}

ul.dash li::before { 
content: "—";
padding-right: 0.5em;

}
.r, tr.r td, td.r { 
text-align: right;
}

ul.tri_blue{
margin-left:0;
}

table.data { 
margin-bottom: 1.5em;
}

.content table.data tr td a {
color: #5C707C;
}

.gray { 
color: #5C707C;
}

.content table td.bggray{
background-color: #e6ebf0;
}

thead { 
display: table-header-group;
vertical-align: middle;
}

tbody.stripped tr.odd { 
border-bottom: none;
}

tbody.stripped .odd td { 
background: url("../images/bg_tr_odd.png") transparent;
}

.content table td.grey2{
background-color:#c7d6df;
}
.content table td.grey3{
background-color:#e6ebf0;
}

div.inline { 
float: left;
}
div.inline img { 
margin: 0px 12px 6px 0px;
}
.content  h1.greencolor, .content  h2.greencolor, .content  h3.greencolor, .content dl.ref dt.greencolor { 
color: #00CC00;
}

.content ul.tri_green
{
margin-left:0em;
margin-bottom:1em;
}

.content ul.tri_green li
{
margin-bottom:0.5em;
}

.content .greengroup h1, .content .greengroup h2, .content .greengroup h3, .content .greengroup h3 strong{
color: #00CC00;
}

.content   .greengroup .tri_blue a{
color: #5C707C;
}

ul.tri_blue li{
margin-top:5px;
margin-bottom:5px;
}

img.cover { 
border: 1px solid #D5DDE2;
height: 300px;
margin: 0px 0.5em 0.5em 0px;
width: 200px;
}

.content table.certificat tr td{
padding:0;
}

ul.pagination li{
float:left;
margin:0 3px;
}
ul.pagination{
margin-left:220px;
}

div.forlevel_1, div.forVDlevel_1{
color: #00CC00;
font-size: 155%;
font-weight: 400;
margin-left:10px;
}

div.forVDlevel_1.blue{
color:#0066CC;
margin-left:0;
}

div.forlevel_2, div.forVDlevel_2{
/*color: #00CC00;*/
color: #5C707C;
font-size: 110%;
font-weight: 700;
padding-left:12px;
background-repeat:no-repeat;
background-position:left 9px;
margin-left:20px;
margin-top:10px;
margin-bottom:10px;
}

.block_img_blue div.forlevel_2, .block_img_blue div.forVDlevel_2{
background-image: url("../images/li_tri_blue.png");
}
.block_img_green div.forlevel_2, .block_img_green div.forVDlevel_2{
background-image: url("../images/li_tri_green.png");
}

div.forlevel_3{
margin-left:40px;
margin-top:5px;
margin-bottom:5px;
}

div.forVDlevel_3{
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
font-weight:bold;
}

div.forlevel_3:before, 
div.forlevel_4:before{
content: "—";
padding-right: 0.5em;
color: #5C707C;
font-weight:bold;
}

.content .forlevel_1 a, .content .forVDlevel_1 a{
text-decoration:none;
}

.block_img_green .forlevel_1 a{
color:#00CC00;
}

.content .forlevel_2 a,
.content .forlevel_3 a, 
.content .forlevel_4 a,
.content .forVDlevel_2 a,
.content .forVDlevel_3 a, 
.content .forVDlevel_4 a{
color: #5C707C;
font-weight:bold;
}

div.forlevel_4, div.forVDlevel_4{
margin-left:60px;
margin-top:5px;
margin-bottom:5px;
}

.content div.forlevel_3, 
.content div.forlevel_4,
.content div.forVDlevel_3, 
.content div.forVDlevel_4{
display:none;
}

#spisok, #spisok1, #spisok_0, #spisok_01{
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
color: #5C707C;
}

#spisok:hover, #spisok1:hover, #spisok_0:hover, #spisok_01:hover{
color: #ED5C00 !important;
}
#spisok a, #spisok1 a, #spisok_0 a , #spisok_01 a {
color: #5C707C;
border-bottom:1px dashed #003366;
text-decoration:none;
}
.mar10{
padding-left:10px;
margin-bottom:10px;
margin-top:10px;
width:540px;
}

.content .catalog h2 { 
background-image: url("../images/li_tri_orange.png");
background-position:left 9px;
background-repeat:no-repeat;
padding-left:12px;
color: #5C707C;
}

.catalog{
width:590px;
border:0px solid;
margin-left:15px;
}

.catalog ul.dash_1 li{
list-style-type: none;
margin-left:30px;
border:0px solid;
}

.catalog ul.dash_1 li a{
font-weight:bold;
}

.catalog h2, .catalog_machinery h2, .catalog_construction h2 { 
background-position: 8px 0.6em;
background-repeat: no-repeat;
color: #ED5C00;
margin: 1em 0px 0px;
padding-left: 20px;
}

.dash_1{
display:none;
}

ul.dash_1  {
margin-left: 20px;
}

ul.dash_1 li { 
list-style-type: none;
margin-left: 0em;
padding-left: 0px;
padding-right: 20px;
text-indent: -20px;
margin-top:4px;
margin-bottom:4px;
}

.content ul.tri_green li ul.dash_1 li {
background:none;
}

ul.dash_1 li::before { 
content: "—";
padding-right: 0.5em;
}

.content .spisok_cl a{
text-decoration:none;
color: #0066CC;
border-bottom:1px dotted #000066;
}

.spisok_cl:hover{
color: #ED5C00 !important;
}

.spisok_cl{
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
}

.content .manufacttitle a,
.content .manufacttitle a:active,
.content .manufacttitle a:focus,
.content .manufacttitle a:visited{
color: #5C707C;
}

table.border{
width:420px;
}

table.border tr td{
border:1px solid;
}

.side_content h3.module-header, .side_content_1 h3.module-header{
font-weight: 400;
margin-top: 0.5em;
color: #5C707C;
font-size:20px;
}

div.side_content_1{
margin-top:220px;
}

.i_new ins { 
left: -400px;
}

.content .module module-right module-header orangee h3{
color: #F68428;
}

.type1{
width:16px;
height:16px;
background: url("../images/icons.png") no-repeat transparent;
background-position: -176px;
float:left;
}
.type5{
width:16px;
height:16px;
background: url("../images/icons.png") no-repeat transparent;
background-position: -224px;
float:left;
}
.typemarg{
float:left;
height:16px;
width:3px;
}
.articleblock{
display:none;
margin-left:25px;
width:610px;
border:0px solid;
}

.graynavig, .content .graynavig a{
color: #5C707C;
font-size:11px;
}

ul.tri_gray li { 
background-image: url("../images/li_tri.png");
}

.content .graycolor h3{
color: #5C707C;
font-weight:100;
font-size:20px;
margin-bottom:15px;
}

.content .graycolor ul{
margin-left:0;
}
.content .graycolor ul li{
margin:5px 0;
}

.content .graycolor ul li a:visited{
color: #5C707C;
} 

.content div.graytext h1, 
.content div.graytext h2, 
.content div.graytext a.gray
{
color: #5C707C;
}

.content div.graytext h2.orange{
color: #F68428;
}

table.job{
width:634px;
}

.textright{
text-align:right;
width:190px;
}

table.myjob{
width:660px;
}

table.myjob p {
margin:0;
}

table.myjob ul.dash li{
margin-top:0;
margin-bottom:5px;
}
.content table.mod_search_job tr td{
padding:0;
}

.widthselect{
width:225px;
}

.namewidth{
width:65px;
text-align:right;
color: #333333;
}

.inpsubmit{
width:220px;
}


.content table td.widthoffice{
width:170px;
}

.content table td.widthoffice_2{
width:180px;
}

.content table td.right_bl{
text-align:right;
width:90px;
line-height: 1.5em;
padding:  2px 0 2px 0;
}

.content table td.left_bl{
text-align:left;
line-height: 1.5em;
padding:  2px 0 2px 15px;
}

table.office{
border-bottom:1px solid #D5DDE2;
}

h1.country{
margin-top:40px;
padding-left:10px;
}

h1.country a{
text-decoration:underline;
}

h1.country a:hover, h1.country a.active{
color:#F68428;
text-decoration:none;
}

ul.flags { 
list-style-type: none;
margin: 0px 0px 0px 26px;
padding: 0px;
}

ul.flags li { 
padding: 0px;
position: relative;
z-index: 1;
margin-top:5px;
margin-bottom:5px;
}

ul.flags ins.icon24 { 
left: -28px;
position: absolute;
top: -4px;
}

.icon24 { 
display: block;
height: 24px;
overflow: hidden;
position: relative;
width: 24px;
}

.icon24 ins { 
background: url("../images/icons24.png") no-repeat transparent;
display: block;
height: 24px;
left: 0px;
position: absolute;
top: 0px;
width: 72px;
}
ins.f1{
background-position:-24px top;
}
ins.f2{
background-position:-48px top;
}
.margleft_10, .content h4.margleft_10{
margin-left:10px;
}
.alignright{
text-align:right;
width:170px;
}


#branch_id, #region_id, #holding_id{
width:320px;
}

table.tableaction p{
margin:0;
}

table.tableaction tr td, .content table.tableaction tr td a{
color:#5C707C;
}

table.tableaction tr td.alignright_100{
text-align:right;
width:80px;
color:#F68428;
}


.jcb_pagination1 ul.pagination{
margin-left:30px;
}

.content .orange a{
color:#5C707C;
}

.content h1.orange{
color:#F68428;
}

.content table.tablaction td a{
color:#5C707C;
font-weight:bold;
font-size:16px;
}

.content table td.tablactiontd{
width:180px;
text-align:right;
color: #F68428;
font-weight:bold;
font-size:16px;
}

.content h2.gray{
color: #5C707C;
}

.content div.orange{
color: #F68428;
}

.content a.gray{
color: #5C707C;
}

.content a.orange{
color: #F68428;
}

.content a.orange.marginleft500{
margin-left:480px;
}

.content a.gray.bold, .content a.bold{
font-weight:bold;
}

div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured{
background:none;
}

div.itemToolbar{
padding:0;
}

.content h1.gray{
color: #5C707C;
}

.batareya{
background: url("../images/icons.png") no-repeat -128px 2px;
/*display: block;*/
height: 16px;
width: 16px;
float:left;
-ms-background-position-x:-128px;
}

table.arhiv{
width:400px;
margin-top:20px;
}

.rssicons{
background: url("../images/icons.png") no-repeat -144px 2px;
height: 16px;
width: 16px;
float:left;
-ms-background-position-x:-144px;
}

ul.clsquare{
list-style:square;
}
ul.clsquare li{
padding:4px 0;
}

div.blocknews{
 padding-left:10px;
 padding-top:15px;
 overflow:hidden;
 }
 
 .yeararhiv{
 font-size:16px;
 margin-right:15px;
 font-family: Arial, Helvetica, sans-serif;
 }
 
 a.bold.yeararhiv.active{
 color: #F68428;
 }
 .even{
 background:none;
 }

.content a.moduleItemTitle{
color: #5C707C;
}

.container_12{
position:relative;
}

#industryselect{
border:1px solid #FF9900;
width:600px;
height:auto;
position: absolute;
top:184px;
right: 12px;
display:none;
z-index:10;
background-color:#FFFFFF;
}

#industryselect table tr td{
padding:5px 10px;
border:0px solid #CCCCCC;
}
#industryselect table tr td a{
color: #5C707C;
}

#industryselect table tr td a.orange:visited{
color: #F68428;
}


#industr{
width:16px;
height:16px;
background: url("../images/icons.png") no-repeat -80px 0;
background-repeat:no-repeat;
overflow:hidden;
float:left;
margin-right:5px;
}

a.orange:visited{
color: #F68428;
}

#selectindustrial{
 margin-top:-52px;
 margin-left:999px;
 height:30px;
 width:252px;
 padding-top:4px;
}

#closewin{
display:block;
}

.module-right.graycolor{
border-bottom:1px solid #CCCCCC;
padding-bottom:15px;
}

a.bluegray:visited{
color: #5C707C;
}

.selecthrefind {
 color: #F68428;
 }
 
.selecthrefind:hover{
color:#FFFFFF;
background-color: #F68428;
} 