@import url("tools.css");
@import url("blocks.css");
@import url("base.css");

a { color: #cf4614; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

.sr {
background: url('http://fobis.ru/images/sr1.jpg') no-repeat;
width: 40px; 
height: 40px;
background-repeat: no-repeat 0 0;
border: none;
cursor: pointer;
}
#mytxt li, #add_text_r li, #add_text_b li {list-style-type:disc;list-style-position:inside;margin-left:5px;text-align:justify;}
#mytxt ul, #add_text_r ul, #add_text_b ul {margin-bottom:10px;}
#mytxt p {text-align:justify;}
#add_text_b {padding:3px;}
#add_text_b p, #mytext h2, #mytext h1 {text-align:justify;}
#add_text_r p {text-align:justify;}

.smallimg {
border: 1px solid #FFFFFF;
margin: 3px;
padding: 3px;
width: 76px;
height: 76px;
float: left;
}

.element_required {
color: #FF0000;
font-family: Arial;
font-size: 10px;
}

.smallimg:hover, #prev div.selected {
border: 1px solid #CCCCCC;
}

/*h1-h6*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, table, font {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    margin: 0 0 0.2em 0;
	line-height: 1.1em;
}

/*Настройка заголовков*/
h1 { font-size: 14px; font-weight: bold; }
h2 { font-size: 12px; font-weight: bold; line-height: 18px; }
h3 { font-size: 1em; font-weight: bold; line-height: 18px; }
h4 { font-size: 10px; font-weight: bold; line-height: 18px; }
.flarge { font-size: 17px; font-weight: normal; line-height: 18px; }

/*forms*/
input, textarea, select {
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
}

.pagebg { padding: 0; margin: 0; text-align: center; }

/*Other*/
p { padding: 0; margin: 0 0 8px 0; }
.clr { clear: both; }
img  { border:0 none; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
hr	{ border: 0 none; height: 1px; border-top: 1px solid #cfcfcf; }

table {
	border-collapse: collapse;
	border-spacing: 0; border: 0px;
}

table td { padding: 0px; }

/*UL, LI*/
ul li { margin: 0; padding: 0; list-style: none; display: block; }

ul.liststyle {
    margin: 0;
    padding-left: 16px;
    list-style-position: outside;
    list-style-image: none;
}

ol.liststyle {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 18px;
	margin-left: 2.2em;
}

.wrapper {
  background-color: #ffffff;
	margin: auto;
	width: 100%;
	min-width: 1024px;
 /*	max-width: 1400px;  */
	text-align: left;
}

.wrapwide { width: 100%; min-width: 1024px; text-align: center; }
/*.wrapper { width: expression(((document.body.clientWidth)) < 1154? "1024px": ((document.body.clientWidth)) > 1400? "1400px": "92%" ); }*/

.topheadwide {
	background: transparent url("../images/header_bg_wide.png") repeat-x 0 0;
	height: 270px;
	overflow: hidden;
}

.topheadwide .wrapper { margin-top: 0px; }

/*Head*/
#fobhead {
	background: #3b3b3b url("../images/fobhead.png") repeat-x 0 0;
	height: 270px;
}

.fhead {
	height: 115px;
	overflow: hidden;
	text-align: center;
	padding: 0 0px 0 22px;
}

/*Logotype*/
.fhead .fobis_ru {
	width: 356px;
    height: 124px;
	display: block;
	margin-left: -178px;
	text-align: center;
    position: absolute;
    left: 50%;

}

.fhead .contacts {
	float: left;
	text-align: left;
	font-size: 19px;
	margin-top: 2px;
    position: relative;
}

.fhead .contacts a,
.fhead .contacts { color: #E9E9E9; }

.fhead .fobis_ru img {
	width: 224px; height: 93px;
	//background: transparent url("../images/fobislogo.png") no-repeat 0 0;
}

/*toolbar*/
.fhtoolbar { height: 155px; overflow: hidden; }
.fhtoolbartop { height: 18px; padding: 0 22px; overflow: hidden; }

/*TOPBANNER*/
.bannertop { background-color: #ffffff; }
.bntop{ /*background: #4d4d4d url("../images/bannertop2_bg.png") repeat 0 0; */ text-align: center;  }
.bntop .ban{ display: inline-block; padding: 8px 8px 0 0; vertical-align: middle;}
/*
.bntopinn {
 overflow: hidden; background: transparent url("../images/bannertop_bg.png") repeat-x right 0;
}

.toolbar {
	height: 20px;
	background: #c6c6c6 url("../images/toolbar_bg.png") repeat-x left top;
}
*/
.hideadv { height: 20px; text-align: center; }

/*mainwide*/
.mainwide { background: transparent url("../images/mainwidebg.png") repeat-x 0 0; }
.maincontent { background-color: #fff; padding: 8px 0 0 0; min-height: 990px; border: 0px solid; vertical-align: top; width: 86%; float: left;}

/*structure*/
.container,
.rightside,
.leftside,
.centersideinn { overflow: hidden; }
.rightside { float: right; width: 192px; position: relative; margin: 0 -200px 0 0; padding: 0 0 0 8px}
.leftside { float: left; width: 14%; overflow: visible !important; }
.centerside { margin-left: 200px; margin-right: 0px; }
.centersideinn { overflow: hidden; }
 *html .centersideinn { width: 99%; }

.matr{ padding: 0 0 0 8px; margin: 0;}
.matr .matr{ padding: 0 207px 0 0}

.mainside, .midside{ width: 100%;}
.midside, .rightside{ display: inline;}
.midside{float: left;}


/*Footer*/
.footwide { background: transparent url("../images/footwidebg.png") repeat-x 0 0; }
.footmenu {
	background: #878787 url("../images/footerfobis.png") repeat-x 0 0;
	height: 41px;
	padding-right: 5px;
}

.counts {
	float: right;
	position: relative;
	top: 5px;
	text-align: center;
	line-height: 0;
}

.fobfooter {
	background: #404040 url("../images/footerfobis.png") repeat-x 0 -41px;
	height: 106px;
	position: relative;
	padding-left: 17px;
}

.copyright h3, .copyright h3 a { color: #fffffe; }
.copyright h3 { text-transform: uppercase; }
.copyright {
	text-align: left;
	padding-top: 17px;
	color: #908f8f;
}
.copyright a { color: #b8b8b8; }

.centroarts { position: absolute; top: 74px; right: 16px; }

#banner_right {width: 196px;}

div.breadcrumbs{height: 20px; font-size: 1.2em; font-weight: bold; font-family: Arial,Tahoma,Verdana,sans-serif;}

a.cattitle{color: black;}
span a.cattitle{color: #cf4614;}

span.prop_card_title { color: #FFCC00; text-transform: uppercase;}

#options td.tleft{ width: 40pc; vertical-align: top; padding-left: 10px}
#options tr.hover td{ color: #98D615;}
#options td.tright{ width: 40pc; vertical-align: top; padding-left: 10px; border-bottom: 1px solid #EAEAEA;}
#options th{ background: #FFFDE5; height: 12px; color: #E22A2A; }
.yashare-auto-init{ margin-top: 3px; }

#ourshops{font-size: 1.2em;color: #9e9e9e;float: left;width: 100%}
#ourshops div{float: left; line-height: 28px;}
#ourshops a{display: block; float: left;}
#ourshops a img{height: 22px; margin: 3px 0;}
#ourshops a.moffhome img{background: url('/images/oh.png') no-repeat scroll 0 0 transparent; width: 138px;}
#ourshops a.mfobis img{ background: url('/images/fobis.png') no-repeat scroll 0 0 transparent; width: 87px;}
#ourshops a.moffhome{padding-left: 20px;}
#ourshops a:hover img{background-position: 0 -22px;}

.certificates a{
    margin: 8px 49px 55px 15px;
    display: block;
    float: left;
    width: 222px;
}
.certificates img{
    height: 314px;
}

table.tresult{width: 100%;}


.tresult th{
    padding: 5px 4px 9px;
    border-bottom: 3px solid #D6D6D6;
    text-align: center;
    text-transform: uppercase;
}
.tresult th.sort{
    cursor: pointer;
    color: #E22A2A;
}

.tresult td.res1{ padding-left: 8px;}
.tresult td.res1 a.cur{ color: #98D615; font-weight: bold; font-size: 1.1em;}

.tresult td{ border-bottom: 1px solid #D6D6D6;}
.tresult tr.arch td, .tresult tr.arch a{
    color: #a9a9a9;
}

.tb_title{font-size: 14px;}
.mtel, .gtel, .dtel{ font-family: Courier; }
.smaplnk{ text-align: center; margin: 0; }

.infblock{ float: right; width: 214px; margin-left: 10px}
.mrvblock{ float: right; }

.infwrp{ margin-top: 6px; background-color: #F8F8F5;}
.infwrp .conup{ background: url('/images/crinf.png') no-repeat scroll 0 0 transparent; height: 11px;}
.infwrp .condown{ background: url('/images/crinf.png') no-repeat scroll 0 -11px transparent; height: 11px;}
.infwrp .infl{ border-left: 1px solid #a8dc2e; border-right: 1px solid #a8dc2e; padding: 0 8px 0 0; }
.infwrp .infl p{ margin: 0; padding: 5px 0 5px 16px; font-size: 13px}
.infwrp .infl img{ position: relative; left: -9px; top: 5px; float: left; }

.infwrp p.hrd{ border-bottom: 1px dashed #a8dc2e; margin: 0 0 0 8px;}

.also {margin: 0; padding: 0; overflow: hidden;}
.also li {float: left; margin: 0; padding-right: 40px;}
.also li img { margin-top: 7px;}
.price_concern{ color: #6D9616; }
