/* 
    Document   : style
    Created on : 06.06.2013, 10:42:53
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/
@IMPORT url("/xwidgets/components/townMenu.css");
root { 
    display: block;
}

#header {
    margin: 0 auto;
    font-family: Arial;
    color: #333;
    font-size: 12px;
}
#header * {
    box-sizing: content-box;
}
#header a:hover {
    text-decoration: none;
}

#header .bottomhead .other a {
        text-decoration: none; 
}

#header .bottomhead .other span{
    border-bottom: 1px dotted #fff; 
}

.menutown {
	display:block;
	margin-left:100px;
}


#header .bottomhead .other span:hover {border-bottom: none}

#header .logo img {
    padding-right: 18px;
    border-right: 1px solid rgb(185, 185, 185);
    float: left;
    width: 110px;
    margin-right: 18px;
}

#header .logo a.gorod {
    text-decoration: none;
    border-bottom: 1px dotted;
    height: 15px;
    display: inline-block;
}

#header .logo a.gorod:hover {
    border-bottom: none;
}

#header .download {
    position: absolute;
    margin: -20px 0 0 415px;
    width: 200px;
    line-height: 12px;
    
}

#header .download a{
    font-size: 13px;
    color: rgb(255, 143, 0);
    text-decoration: none;
    background: url(/xwidgets/static/header/arrowdownload.png) no-repeat;
    height: 31px;
    display: block;
}

#header .download .bold {
    font-weight: bold;
}
#header .download span {margin-left: 30px}
#header .download a:hover {text-decoration: underline}

#header .download img {
    float: left;
    margin-right: 5px;
}
#header .aut {
    float: right !important;
    margin-right: 10px;
}

#header .aut a{
    display: block;
}
#header .bottomhead {
    height: 30px;
    background: #49c1e5; /* Old browsers */
    background: -moz-linear-gradient(top, #49c1e5 0%, #4f96e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49c1e5), color-stop(100%,#4f96e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #49c1e5 0%,#4f96e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #49c1e5 0%,#4f96e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #49c1e5 0%,#4f96e2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #49c1e5 0%,#4f96e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c1e5', endColorstr='#4f96e2',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 1px 1px #444;
}
#header .bottomhead ul {
    list-style-type: none;
    padding-left: 0;
    height: 30px;
    margin: 0;
}

#header .bottomhead li {
    float: left;
    margin-top: 6px;
    color: white;
    padding: 0 18px;
    text-align: center;
}

#header .bottomhead a{
    color: white;
    text-shadow: 0px -1px 0px #888;
    display: block;
    height: 25px;
}


#header .select {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
    background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%);
    background: -o-linear-gradient(top, #fff 0%,#ddd 100%);
    background: -ms-linear-gradient(top, #fff 0%,#ddd 100%);
    background: linear-gradient(to bottom, #fff 0%,#ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
    margin: 0 !important;
    height: 30px;
}

#header .select a {
    color: #333;
    text-shadow: none;
    margin-top: 6px;
}

#header .select
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#header .select:before, #header .select:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#header .select:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

#header .logolink {
    background: url(/xwidgets/static/header/logo_maps_gis.png) no-repeat;
    width: 110px;
    height: 30px;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
}

#header .popup {
    margin-left: -35px;
}

#header .popup ul {
    width: auto !important;
    position: absolute;
    z-index: 9999;
}

#header .popup li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 35px;
    width: 100% !important;
    float: none;
    background: #eeeeee;
    background: -moz-linear-gradient(top, rgb(241, 241, 241) 0%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(241, 241, 241)), color-stop(100%,#ddd));
    background: -webkit-linear-gradient(top, rgb(241, 241, 241) 0%,#ddd 100%);
    background: -o-linear-gradient(top, rgb(241, 241, 241) 0%,#ddd 100%);
    background: -ms-linear-gradient(top, rgb(241, 241, 241) 0%,#ddd 100%);
    background: linear-gradient(to bottom, rgb(241, 241, 241) 0%,#ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(241, 241, 241)', endColorstr='#ddd',GradientType=0 );
    margin-top: 0;
}

#header .popup li:hover {
    background: #ffa84c; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}

#header .popup li:hover a {color: #fff}

#header .popup a {
    color: #333;
    border-bottom: none !important;
    text-decoration: underline !important;
    text-shadow: none;
    background: none !important;
}

#header .tophead span.arrow {
    background: url(/xwidgets/static/header/arrowdownblack.png) no-repeat right; 
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    border-bottom: none;
    margin-top: -15px;
    margin-left: 228px;
}

li.logo a.logolink {
    height: 22px !important;
    width: 90px !important;
    border-bottom: none  !important;
}

a.gorod span.arrow {margin-left: 80px !important}

.noborder {
	border-bottom: none !important;
}

div.popup a {
    padding-top: 9px;
}

.aut table td {
    padding-left: 15px;
}

#header #townmenu {
	text-align: left;
}

#header #townmenu li {
	float: none;
	margin-top: 0;
	color: white;
	padding: 0 0;
	text-align: left;
}

#header #townmenu {
	top: 18px;
	right: 10px;
	left: auto;
}

#header .bottomhead #townmenu ul {
	height: auto;
}

#header .menutown .gorod:AFTER {
	content: url(/xwidgets/static/header/arrowdown.png);
	width: 12px;
	height: 12px;
	display: block;
	border-bottom: none;
	float: right;
	margin-right: -15px;
}

#header .bottomhead .menutown a {
	text-shadow: none;
	display: block;
	height: auto;
}