/* 
    Document   : full_screen
    Created on : 18.04.2012, 11:48:47
    Author     : MVE
    Description:
        Purpose of the stylesheet follows.
*/

.fs .footer,.fs #sticky, .fs .additional-l-menu,
.fs .title, .fs .l-side .tabs li span,
.fs .objSelectionPanel .showSelectionPanelButton a,
.fs .tabs li.act ul,
.fs .logo, 
.fs .site-title, 
.fs .atm-logo,
.fs .page-control,
.fs #addObjectAtMapLink,
.fs #goToTheTop,
.fs #sticky-holder {
    display: none;
}
.fs .css-titles td.title {
	display: table-cell;
}
.fs .header {
    margin-top: -50px;
}
.fs .l-side {
    position: fixed;
    top: 20%;
    width: auto;
    margin-left: -22px;
    z-index: 300000;
	
}
.fs .c-side {width: auto; margin: 0 10px 0 20px; border: 0;}
.fs .tabs {
    o1pacity: .7
}
.fs .tabs:hover {
    opacity: 1;
    background: #fff;
}
/*.fs .tabs img {opacity: .6;}
.fs .tabs a:hover img, .fs .tabs li.act img {opacity: 1;}*/
.fs .tabs li {margin-bottom: 3px; position: relative; width: auto; opacity: .7}
.fs .tabs li li {margin: 0; opacity: 1}
.fs .tabs li:hover, .fs .tabs li.act {opacity: 1}
.fs .tabs ul, .fs .tabs li.act ul {
    position: absolute;
    top: 0;
    border: 0;
    width: 200px;
}
.fs .tabs li.act ul {
	box-shadow: 1px 1px 1px rgba(150, 150, 150, .5);
}
.fs .tabs li a, .fs .tabs li.act a:hover  {
    border-width: 0;
    background: none;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border: 0
}


.fs .tabs li a:hover, fs .tabs li.act a  {
	border: 0;
	background: #bed8ff; /*#0092ef;*/
}
/*.fs .tabs li.act a:hover
/*
.fs .tabs li a:hover ~ ul {
    display: block;
    margin-left: 45px;
    padding: 0;
    border: 1px solid red;
}*/
.fs .empty {height: 1px;}
.fs .mini-logo {
	display: block;  
	margin-top: 50px;
	background: #fff;
	padding: 5px 10px;
	margin-left: -10px;
	height: 16px;
}
.fs .top-menu {
    padding-top: 53px;
}