@CHARSET "UTF-8";

/* Reset all tags' styles (taken for YUI, reset.css) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input,p,th,td,select,table{margin:0;padding:0;}

* HTML table{width:100%; margin-left:-3px;}

blockquote{ border-left: 3px solid black; padding-left:10px}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
label {white-space: normal;}

/*div#main-area {
    padding: 0 10px;
}*/

/*ul,ol {
    padding-left: 40px;
    margin: 10px 0;
}*/

li {
    margin: 5px 0;
}
    
form {
/*    display: inline;*/
}

body {
    background-color:#ffffff;
    font-family : "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

h1 {
    font-weight:normal;
    font-size: 30px;
}

h2 {
    /**/color: #A4A6A5;
    /*font-size: 20px;*/
    font-size: 15px;
    /*margin: 10px 0;*/
    padding-bottom: 5px;
    /*border-bottom: 1px solid #aaa;*/
}

h3{
    font-weight: bold;
    font-size: 11px;
    color: #A4A6A5;
}

code.block {
    margin: 10px 0 10px 10px;
    white-space: pre;
    display: block;
    border-left: 20px solid #ccc;
    padding-left: 5px;
}

strong {
    font-weight: bold;
    font-family: Arial;
}

p {
    margin-bottom: 10px;
    line-height: 150%;
}

#grey_block p{
    margin-bottom: 0px !important;
}
a, a:visited, a:active {
    color: #000099;
    text-decoration: underline;
}

a:hover {
/*  background-color: #339;*/
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.action {
    font-size: 12px;
}

.error {
    margin: 5px 0px;
    padding: 5px;
    border:1px solid #FF0000;
    background-color: #FFF0F0;
    color: #9C0A0D;
    text-align: left;
}
    .error span {
        font-weight: bold;
        padding: 0px;
        margin: 0px;
    }

    .error * {
        color: #9C0A0D;
    }

    .error a
    {
        color: #3B5998;
    }

table {
    border-collapse: collapse;
}

th span {
    display: block;
    font: bold 11px Arial, sans-serif;
    text-align : center;
}

th a.order_up,
th a.order_dn {
    display: block;
    width: 10px;
    height: 10px;
    margin: 1px auto 3px auto;
    background: url('icn_arrow_blue_up.gif');
    overflow: hidden;
    text-align:center;
}
th a.order_dn {
    background: url('icn_arrow_blue_dn.gif');
    text-align:center;
}

th a.order_dn_na {
    display: block;
    width: 10px;
    height: 10px;
    margin: 1px auto 3px auto;
    overflow: hidden;
    background: url('icn_arrow_blue_dn_na.gif');
    text-align:center;
}

th a.order_up_na {
    display: block;
    width: 10px;
    height: 10px;
    margin: 1px auto 3px auto;
    background: url('icn_arrow_blue_up_na.gif');
    overflow: hidden;
    text-align:center;
}

th a.order_up {
    background-image: url('icn_arrow_blue_up.gif');
    width: 10px;
    height: 10px;
}

th a.order_dn {
    background-image: url('icn_arrow_blue_dn.gif');
    width: 10px;
    height: 10px;
}

th a.order_up_na {
    background-image: url('icn_arrow_blue_up_na.gif');
    width: 10px;
    height: 10px;
}

th a.order_dn_na {
    background-image: url('icn_arrow_blue_dn_na.gif');
    width: 10px;
    height: 10px;
}


/*********[ pager ]***********/

.navigator {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    margin: 5px 0px;
    padding: 0 5px;
}

.navigator .control label {
    font-weight: bold;
}

.navigator.top{
    margin-bottom: 20px;
}
.navigator.bottom  {
    margin-top: 20px;
}

.navigator.bottom div, .navigator.top div {
    margin: 0px;
    padding: 0px;
}

.navigator.bottom div.bottom {
    float: right;
}

.navigator .control {
    float: left;
    padding-right: 10px !important;
    padding-top: 3px;
    margin: 0px;
    margin-top: 3px !important;
}
    .navigator a, .navigator a:visited, .navigator a:active {
        float: left;
        padding: 3px 2px;
        display: block;
        text-decoration: none;
        color: #3B5998;
    }
    .navigator a:hover {
        background-color: #3B5998;
        color: #fff;
    }
    .navigator a.prev {
        padding-right: 5px;
    }
    .navigator a.next {
        padding-left: 5px;
    }
    .navigator a.current, .navigator a:hover.current {
        background-color: transparent;
        color: #3B5998;
        border-bottom: 2px solid #3B5998;
        font-weight: bold;
    }

    .navigator.bottom a.current, .navigator.bottom a:hover.current {
        border-top: 2px solid #3B5998;
        border-bottom: 0;
        padding-top: 1px;
        padding-bottom: 5px;
        font-weight: bold;
    }
.dump {
    margin: 10px 0 10px 0;
}


div.clear {
    clear: left;	
}

.map_container {
    position: relative;	
}

.window_container {
	position: absolute;
	z-index: 10000;
	display: none;
	top: 0px; 
    left: 0px;
}

.window {
    position: relative;    
    background: #ffffff url('../images/window_dot.jpg') left top repeat-y;
}

.window-shadow {
	position: absolute;
    background-color:#555;
    opacity:0.7;
    filter:alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    display: none;	
}

.window a.close,
.offices a.close,
.office a.close {
	background: transparent url('../images/window_close.gif') left top no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0px;
}

.window a.close:hover,
.offices a.close:hover,
.office a.close:hover {
    background-color: transparent;	
}

.window h1 {
    background-color: #014596;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 1px;
}

.window a {
    float: left;
    display: block;
    width: 150px;
    color: #000000;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

.window a:hover {
    background-color: #6680B1; 	
}

.window a.clear {
    clear: left;
}

.offices_container {
    position: absolute;
    z-index: 10000;
    display: none;
    top: 0px; 
    left: 0px;
    width: 200px;
}

.offices {
    position: relative;    
    background: #ffffff url('../images/window_dot.jpg') left top repeat-y;
}

.offices .scroll {
    overflow: auto;
}

.offices h1 {
    background-color: #014596;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 1px;
}

.offices a {
    display: block;
    color: #000000;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

.offices a:hover {
    background-color: #6680B1;  
}

.office_container {
	position: absolute;
    z-index: 10000;
    display: none;
    top: 0px; 
    left: 0px;
}

.office {
    position: relative;    
    background: #ffffff url('../images/window_dot.jpg') left top repeat-y;   
}

.office .content {
    padding: 10px 5px 20px 5px;	
}

.office h1 {
    background-color: #014596;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 1px;
    padding-right: 20px;
}

.office .content .officeInfo {
    border-collapse: collapse;
}

.office .content .officeInfo th {
    color: #BCBCBC;
    vertical-align: top;
}

.office .content .officeInfo td {
    color: #000000;
    vertical-align: top;
    padding-left: 10px;
}

.office .content p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #024596;    
}

.office .content a {
    color: #024596;
}

.office a.back {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 55px;
    height: 19px;
    line-height: 19px;
    background: transparent url('../images/window_back.gif') right center no-repeat;   
}

.window_hint_container {
    position: absolute;
    z-index: 10000;
    display: none;
    top: 0px; 
    left: 0px;
}

.window_hint_container .hint_image {
    height: 25px;
    background: transparent url('../images/hint_right_top.png') right 1px no-repeat;
}

.window_hint_container.left_corner .hint_image {
	background: transparent url('../images/hint_left_top.png') left 1px no-repeat;
}

.window_hint_container .window_hint {
    background-color: #ffffff; 
    padding: 20px;
}

.window_hint_container.left_corner .window_hint{
    margin-left: 20px;	
}

.window_hint_container.bottom_image .hint_image{
	display: none;
}

.window_hint_container .hint_image_bottom {
	display: none;
}

.window_hint_container.bottom_image .hint_image_bottom{
    display: block;
    height: 25px;
    background: transparent url('../images/hint_right_bottom.png') right -1px no-repeat;
}

.window_hint_container .window_hint h1 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 1px;   
}

.window_hint_container .window_hint a {
	float: left;
    display: block;
    width: 150px;
    display: block;
    color: #000000;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    outline: none;
}

.window_hint_container .window_hint a:hover {
    background-color: #6680B1;  
}

.window_hint_container .window_hint a.clear {
    clear: left;
}

/****beata 15.04.2009*/
input, select, textarea{
    font-size:11px;
}
input{
    height:11px;
}
.shop-table input{
	display:block;
}
select{
    height:19px;
}

.top_job {
	color:#A4A6A5;
	font-size:9px;
}

.errorColor{
	color: #D8000C;
}