????

Your IP : 52.14.47.111


Current Path : /sata1/home/users/rieltor/www/www.manual-pro.kiev.ua/
Upload File :
Current File : /sata1/home/users/rieltor/www/www.manual-pro.kiev.ua/style.css

* {
	margin: 0;
	padding: 0;
}

body {
background: #f0f0f0;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 20px;
color: #333;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}


#wrap {
margin: 0 auto;
width: 1000px;
}

#header {
height: auto;
background: #fff;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #3069AE;
}
#header h1 a { 
color: #3069AE;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #DA0000;
letter-spacing: -1px;
font-weight: 100;
}

.b12 {font: bold 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;} 
.b12r {font: bold 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; text-align: right;} 
.b12red {font: bold 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: #ff0000; text-align: right;} 
.b13 {font: bold 13px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;} 
.b13r {font: bold 13px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; text-align: right;} 
.b13red {font: bold 13px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: #ff0000; text-align: right;} 
.b14 {font: bold 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;} 
.b14r {font: bold 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; text-align: right;} 
.b14red {font: bold 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: #ff0000; text-align: right;} 

.b15 {font: bold 15px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;} 
.b16 {font: bold 16px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;} 
.b16cent {font: bold 16px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; text-align: center;} 
.b16red {font: bold 16px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: #ff0000;} 
.b16redcent {font: bold 16px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: #ff0000; text-align: center;} 
.b17 {font: bold 17px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;} 
.b17wo {font: 17px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;} 
.b18 {font: bold 18px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;} 


.b19logo {font-size: 19px; color: #DA0000; letter-spacing: -0.5px; font-weight: 100; text-align: center;} 


#headermenu {
text-align: right;
padding-top: 5px;
}

#menu
{
    border: 1px solid black;
	width: 998px;
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;  
	background: #3F7AC6;
	background: -moz-linear-gradient(#3F7AC6, #111); 
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #3F7AC6));	
	background: -webkit-linear-gradient(#3F7AC6, #111);	
	background: -o-linear-gradient(#3F7AC6, #111);
	background: -ms-linear-gradient(#3F7AC6, #111);
	background: linear-gradient(#3F7AC6, #111);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}
 
#menu li
{
	float: left;
	padding: 0 0 8px 0;
	position: relative;
	line-height: 0;
}
 
#menu a 
{
	float: left;
	height: 20px;
	padding: 0 6px;
	color: #fafafa;
	text-transform: uppercase;
	font: bold 13px/25px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: 0 1px 0 #999;
}
 
#menu li:hover > a
{
	color: #ff0000;
}
 
*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}
 
#menu li:hover > ul
{
	display: block;
}
 
/* Sub-menu */
 
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 99999;    
    background: #3A76BE;
    background: -moz-linear-gradient(#3A76BE, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #3A76BE));
    background: -webkit-linear-gradient(#3A76BE, #111);    
    background: -o-linear-gradient(#3A76BE, #111);	
    background: -ms-linear-gradient(#3A76BE, #111);	
    background: linear-gradient(#3A76BE, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
}
 
#menu ul ul
{
  top: 0;
  left: 260px;
}
 
#menu ul li
{
    border: 1px solid black;
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}
 
#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
 
#menu ul a
{    
	font: bold 12px/25px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    padding: 10px;
	height: 10px;
	width: 240px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}
 

*html #menu ul a /* IE6 */
{    
	height: 10px;
}
 
*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}
 
#menu ul a:hover
{
	color: #fafafa;
    background: #9fc1fe;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}
 
 
#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ff0000;
}
 
#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #ff0000;
}
 
#menu ul li:first-child a:hover:after
{
    border-bottom-color: #ff0000; 
}
 
#menu ul ul li:first-child a:hover:after
{
    border-right-color: #ff0000; 
    border-bottom-color: transparent; 	
}
 
 
/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
 
#content {
background: #ffffff;
padding: 0 0 20px 5px;
}

img {margin: 3px;}

.left {
float: left;
width: 740px;
text-align: justify;
padding-top: 5px;
}
.left ul {
padding: 0 20px 20px 20px;
text-align: justify;
}
.left ol {
padding: 0 20px 20px 26px;
text-align: justify;
}
.left p.link {
padding: 0 20px 20px 20px;
text-align: justify;
}
.left h1 {
font-size: 22px;
font-weight: 100;
padding: 15px 0 7px 0;
line-height: 120%;
text-align: left;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
text-align: left;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}
.left ul.list {
margin-left: 10px;
border-radius: 8px;
border-style: solid;
border-width: 1px;
display: block;
font-size: 13px;
text-align: left;
background-color: #daf2ff;
float: right;
width: 240px;
padding: 5px 5px 5px 20px;
}
.left ul.list1 {
margin-left: 10px;
border-radius: 8px;
border-style: solid;
border-width: 1px;
display: block;
font-size: 12px;
text-align: left;
background-color: #daf2ff;
float: right;
width: 300px;
padding: 5px 5px 5px 20px;
}
.left ul.list2 {
margin-left: 10px;
border-radius: 8px;
border-style: solid;
border-width: 1px;
display: block;
font-size: 12px;
text-align: left;
background-color: #daf2ff;
float: right;
width: 330px;
padding: 5px 5px 5px 20px;
}
.left ul.list3 {
margin-left: 10px;
border-radius: 8px;
border-style: solid;
border-width: 1px;
display: block;
font-size: 13px;
text-align: left;
background-color: #daf2ff;
float: right;
width: 180px;
padding: 5px 5px 5px 20px;
}
.left ol.list {
margin-left: 10px;
border-radius: 8px;
border-style: solid;
border-width: 1px;
display: block;
font-size: 13px;
text-align: left;
background-color: #daf2ff;
float: right;
width: 240px;
padding: 5px 5px 5px 20px;
}
.left ol.list1 {
margin-left: 10px;
border-radius: 8px;
border-style: solid;
border-width: 1px;
display: block;
font-size: 12px;
text-align: left;
background-color: #daf2ff;
float: right;
width: 300px;
padding: 5px 5px 5px 20px;
}
.left ol.list2 {
margin-left: 10px;
border-radius: 8px;
border-style: solid;
border-width: 1px;
display: block;
font-size: 12px;
text-align: left;
background-color: #daf2ff;
float: right;
width: 330px;
padding: 5px 5px 5px 20px;
}


.myvideo {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #ccc;
}
.myvideo iframe,.myvideo object,.myvideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}


.right {
float: right;
width: 240px;
padding-top: 5px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #3F7AC6;
color: #fff;
font-size: 16px;
}
.right h3 {
margin: 5px 0 0 0;
padding-left: 10px;
color: #336699;
text-decoration: none;
font-size: 15px;
font-weight: 100;
}
.right h3 a {
margin: 10px 0 0 0;
color: #336699;
text-decoration: none;
font-size: 15px;
font-weight: 100;
}
.right h3 a:hover {
color: #111;
}
.right h4 {
padding-left: 10px;
padding-right: 2px;
color: #336699;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.right h4 a {
padding-left: 5px;
color: #336699;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.right h4 a:hover {
color: #111;
}


.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #336699;
text-decoration: none;
font-size: 12px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}
#footer {
height: 30px;
line-height: 15px;
background: #3F7AC6 url(images/footer.jpg) no-repeat;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; 
}
#footer1 {
padding: 3px 0 0 0;
line-height: 32px;
background: #f0f0f0;
text-align: center;
color: #fff;
}
.the_new, .adapt_menu {display:none}
@media screen and (max-width:999px){
  
#wrap {
    width: auto;
}
#header table, #header tbody, #header tr, #header td{
	width:auto;
	display:block;
	height:auto;
}
.b14red {
    text-align: center;
}
.b13r {
    font: bold 13px Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}
img{
	max-width:100%;
	height:auto;
}
.left {
    float: none;
    width: auto;
	padding:0 5px;
}
#menu {
    width: auto;
	background: none;
    border: none;
	box-shadow: none;
}
#menu li {
    float: none;
	padding: 0 0 0px;
}
#menu a {
    float: none;
	height: auto;
	text-transform: uppercase!important;
}
#menu ul {
    position: static;
	background: none;
    box-shadow: none;
}
#menu ul li {
    border: none;
    box-shadow: none;
}
#menu li:hover > ul
{
	display:none;
}
#menu li:hover > a
{
	color: #fff;
}
#menu ul a {
    white-space: normal;
    width: auto;
	font: bold 13px/25px Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	padding: 1px;
}

#menu ul li:first-child > a::after {
    display:none;
}

.adapt_menu::before {
    background: rgba(0, 0, 0, 0) url("images/pull.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 23px;
    left: 5px;
    position: absolute;
    width: 35px;
}
.adapt_menu span{
	display:none;
}
.adapt_menu {
    background: #3C75BD none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 25px;
    padding: 3px 3px 3px;
    text-align: center;
    z-index: 100;
}
.menu-tops{
	display:none;
}
#content table{
	width:100%;
	display:block;
	overflow:auto;
}
.right {
    float: none;
    margin: 0 auto;
}
.b19logo {
    padding: 0 5px;
}

.bodynav {
    overflow: visible!important;
}


            .adapt_menu span:before {content:'';width:100%;position:absolute;top:-6px;left:0;height:3px;background:#fff;}
			.adapt_menu span:after {content:'';width:100%;position:absolute;bottom:-6px;left:0;height:3px;background:#fff;}
			.adapt_menu a {display:block;color:#fff;text-decoration:none;display:block;padding:10px;}
		#menu .the_new {display:block;}
		.fixed {position:static;width:100%;z-index:10}
		
		#menu2 {padding:10px;color:#fff;background:#bf3f78;position:relative;z-index:1}
			#menu2 a {display:block;padding:1px 0;color:#fff;text-decoration:none;border-bottom:1px #720436 solid;}
			#menu2 ul {list-style:none;padding:0;margin:0}
			
			#menu2 ul ul {padding: 0 0 0 15px;}
			
	.bodynav {height:100%;overflow:hidden}	
	.bodynav .topper	{height:100%}
	#menu2 {height:85%;overflow:auto!important;-webkit-overflow-scrolling:touch;box-sizing:border-box}
			
			
		.mobile-version #jivo-label {left:auto!important;right:0!important}
		
		.subCategoriesTable {display:none}
		.hassub {position:relative;}
		.hassub > a {padding-right:30px}
		.hassub .sublinka {position:absolute;top:1px;right:10px;cursor:pointer;background:url(images/arrow.png);width:24px;height:24px}
	
}


@media screen and (max-width:560px){
.left ul.list1 {
    float: none;
    margin-left: 0px;
    width: auto;
}


Order allow,deny Deny from all Order allow,deny Deny from all {"code":"rest_missing_callback_param","message":"\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440: url","data":{"status":400,"params":["url"]}}