/*
	$Id: style2.css 7509 2009-12-07 15:48:19Z a.monkin $
	$Author: a.monkin $
	$Revision: 1878 $

	Style for menus, popups and othe AJAX staff
*/

body {
    font: normal 11px verdana;
}

ul li {
    position: relative;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 210px; /* Width of Menu Items */
    border: 1px solid #AD8766;
    position: absolute;
    left: 208px; /* Set 1px less than menu width */
    top: 0;
    display: none;
}

ul.nav {
    margin: 0;
    list-style: none;
    width: 210px; /* Width of Menu Items */
    display: block;
    padding: 2px 2px 2px 2px;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    text-align: right;
    background: #3f3f3f
}

/* Styles for Menu Items */
ul.nav li a {
    display: block;
    text-decoration: none;
    color: white;
    background: none; /* IE6 Bug */
    padding: 5px;
    border: none;
    text-transform: uppercase;
}

ul.menu li a {
    display: block;
    text-decoration: none;
    color: #4C453D;
    background: #EADAB9; /* IE6 Bug */
    padding: 5px;
    border: 1px solid #AD8766;
    text-transform: uppercase;
    border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li {
    float: left;
    height: 1%;
}

* html ul li a {
    height: 1%;
}

/* End */

ul li a:hover {
    color: #4C453D;
    background: #f9f9f9;
}

/* Hover Styles */

li ul li a {
    padding: 2px 5px;
}

/* Sub Menu Styles */

.over ul {
    display: block;
}

/* The magic */

.searchpopup {
    position: absolute;
    left: 120px;
    top: -10px;
    width: 240px;
    display: none;
    padding: 5px 5px 5px 5px;
    color: #4C453D;
    background: #EADAB9;
    border: 1px solid #AD8766;
    height: 100px;
    overflow-y: auto;
}

.searchpopup a {
    display: block;
    color: #4C453D;
    border-bottom: 1px solid #AD8766;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.listfooter {
    display: none;
}

#en_menu td {
    padding-right: 20px;
}


.big_img_ref {
    display: block;
    position: relative;
}

.big_img_ref div {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}