.level_2 
{
	margin-left:20px;
	
}
.level_3
{
	margin-left:40px;
	
}
.level_4{
	margin-left:60px;

}
.level_5{
	margin-left:80px;

}
.oil_box {
	width:250px;
	border:1px dotted grey;
	border-radius:2px;
	margin:20px;
	height:auto;
	float:left;
}
.inner_box_left {
	float:left;
	margin:10px;
}

.inner_box_right {
	
	margin:14px 10px 10px 0;
	font:12px tahoma
}
.top_inner_box_right {
	height:85px;
	overflow:hidden;
}
.bottom_inner_box_right{
	
	padding:5px 0;
}

.oil_content_outer {
	
	margin:0 auto;
	
}

.oil_content {
	margin:0 auto;
	padding:10px 0 0 20px;
	min-height:800px;
	min-width:760px;
	width:1000px;
	padding-bottom:60px;
	background-color:#fff;

}


.left_content {
	width:30%;
	
	float:left;
}
.clear {
	clear:both;
}
.right_content {
	width:70%;
	float:right;
}

.level_5, .level_4, .level_3, .level_2 {
	/*display: none;*/
}


.level_1  {
	font:15px Tahoma;
	border:3px solid #ffc00e;
	height:30px;
	margin-top:5px;
	line-height:25px;
	padding-left:10px;
	background: #ffc00e url(/img/bgt.png) bottom left repeat-x;
	overflow: hidden;

}

.level_1:hover {
	background-color: #fff;
	cursor: pointer;
}

#v0 a{
	text-decoration: none;
	color: black;
}

#v0 a:hover{
	color: black;
}

.level_2{
	margin-top:5px;
	min-height:20px;
	cursor: pointer;
	border-bottom:1px solid #dadada;
	color:blue;
	text-decoration: underline;
	font-size:15px;
	padding:3px 0;
}
.level_2 a, .level_2 a:visited{
		color:blue;
		text-decoration: underline;
		font-size:15px;
}

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

.level_3, .level_4, .level_5, .level_3 a, .level_4 a,.level_5 a,.level_3 a:visited, .level_4 a:visited,.level_5 a:visited {

	padding:2px 0 3px 0;
	cursor:pointer;
	color:blue;
	text-decoration: underline;



}

.level_3:hover, .level_4:hover, .level_5:hover, .level_3 a:hover, .level_4 a:hover,.level_5 a:hover {

	text-decoration: none;
}
.h1_oil{

text-align:center;	

}

#oil_navbar ul li {
	text-decoration: underline;
}
#oil_navbar ul li:hover {
	text-decoration: none;
}

#oil_navbar {
	margin:50px 0 60px -20px;
	
}

body {
	background-image: url('../img/oil_fon.jpg');
}
.inner_box_left img{
	width: 90px;
	height: 130px;
}

.left_content div.selected a {
	font-weight: bold;
}

.slide {
	
	border:1px solid grey;
	padding:10px;
	background-repeat:no-repeat;
	background-color:#fff;
	background-image: url('../img/loading.gif');
	display:none;
	position:absolute;
	border-radius:5px;
	background-position:center center;	
	min-width:40px;
	min-height:40px;
}

body {
	background: url('/bitrix/templates/bootstrap/images/bg_new.jpg');
	margin:0 auto;
}

.close {
	opacity:0.3;
	top:2px;
	right:2px;
	position:absolute;
}

.close:hover {
	opacity:1;
}

.ul_style  {
	list-style-type:none;

}

.ul_style li{
	display: inline;
}
.li_style {
	background-image:url('/oil/img_oil/arrow1.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:30px;
	
}
.hide {
	display: none;
}

@media screen and (max-width: 760px) {
   h1 {
	   font:18px verdana;
	   text-align:left;
	   width:700px;
	   margin:0 30px
	   padding:0;
	   
	   
   }
   body {
	   width:760px;
   }
   .oil_content{
	   width:700px;
	   
	   margin:0;
   }
   .left_content{
	 width:50%;
	   
   }
   .right_content{
	  width:50%; 
	   
   }
   .oil_box {
	   margin-left:100px;
   }
  
 
}