@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1201px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
        position:absolute;
        height: 100%;
        left: -306px;
	float: left; /* since this element is floated, a width must be given */
	width: 308px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
        background-image:url(../images/001_61.gif);
}

.twoColFixLtHdr #best {
	float: left; /* since this element is floated, a width must be given */
	width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-position: left top;
	background-image:url(../images/001_45.gif);
	background-repeat: repeat-x;
	background-color:#FBF9F7;
}

.MenuFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #59493A;
	font-weight:bold;
}

a.MenuFontActive {
	text-decoration:none;
	color: #000;
	font-weight:bold;
}

.MenuFont2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #59493A;
	font-weight:bold;
}

.MenuFont2R {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-weight:bold;
}

a.MenuFont2Active {
	text-decoration:none;
	color: #000;
	font-weight:bold;
}

a.MenuFont {
color: #59493A;
text-decoration:none;
}

a.MenuFont2 {
color: #59493A;
text-decoration:none;
}

.Hit {

}

a.Hit {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #AA0000;
	text-decoration:none;
	font-weight:bold;
}

.twoColFixLtHdr #MenuName {
	float: left; /* since this element is floated, a width must be given */
	width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 34px;
	background-position: right;
	background-image:url(../images/001_12.gif);
/*	background: #AC947D; */
	background-repeat: repeat-y;
}
.twoColFixLtHdr #MenuLabel {
margin: 7px;
}

.MenuName #MenuTel {
	background-image:url(../images/001_49.gif);
}

.MenuLabelFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000;
}

.twoColFixLtHdr #TopMenu {

	margin: 0 0 0 0;

}

.twoColFixLtHdr #mainContent {
        position:relative;  
	margin: 0 0 0 306px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-position: right bottom;
	background-image:url(../images/fon_1.jpg);
	background-repeat: no-repeat ;
        height: 100%;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

li.MenuFont {
 	list-style-type: none;
 	}

ul {
 	margin-left: 5px;
 	padding-left: 5px;
 	}

li.MenuFont2 {
}

ul.MenuFont2 {
 	margin-left: 30px;
 	padding-left: 30px;
 	}


.TopMenuNorm {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight:bold;
}

.TopMenuActive {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000;
	font-weight:bold;
}

a.TopMenuNorm {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight:bold;
text-decoration:none;
}

a.TopMenuActive {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000;
	font-weight:bold;
    text-decoration:none;
}

.Catalog_opis{
      line-height: 2.0;
}

.Normal_text{
      font-family:Arial, Helvetica, sans-serif;
      font-size: 10pt;
}

#reflect_example {
	width: 200px;
}
#reflect_example h3 {
	display: none;
}
#reflect_example ul {
	list-style: none;
}
.reflect_archive_list ul {
list-style: none !important;
	margin-left: 0px;
	padding-left: 0;
}
.reflect_archive_list ul ul {
	margin-left: 0px;
}
.reflect_archive_list ul ul li {
	margin-top: -5px;
	margin-bottom: 0.8em;
}
.reflect_archive_list li a {
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 1px 0;
	background-color:#f6f6f6;
	border-right:10px solid #fff;
	color:#666;
	text-decoration:none;
	border-left:2px solid #ddd;
}
.reflect_archive_list li a:hover {
	background-color:#eee;
	color:#333;
	border-right:10px solid #eee;
}

 #ajaxSearch_form {
           color: #444;
           width: auto;
       }
       #ajaxSearch_input {
           width: auto;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           background: #fff url(images/input-bg.gif) repeat-x top left;
           margin: 0 3px 0 0;
           padding: 3px 0 0;
           vertical-align: top;
       }
       #ajaxSearch_submit {
           display: inline;
           height: 22px;
           line-height: 22px;
       }
       #ajaxSearch_output {
           border: 1px solid #444;
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
       }
       .AS_ajax_result {
          font-size: 10pt;
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }

a.form-link{
font-size:9pt;
color:black;
text-decoration:underline;
}
a.form-link:hover{
color:#333;
}

#FloaintBox{ padding:2px; 
margin:2px; 
margin:0px;
cursor:pointer;
}

#FloaintBox img{
display:inline;
border:0;
padding-right:10px;
width:64px;
height:64px;
}
#FloaintBox table{
border: 2px solid #dedede;

border-collapse:collapse;padding:0;margin:0;
width:235px;

}
#FloaintBox td{
border:none;padding:0;margin:0;vertical-align:middle;
font-family:Verdana;
background-color:#222;
color:#fff;
padding:7px;
}
#FloaintBox *{
font-size:8pt;
color:#fff;
cursor:pointer;
}
#FloaintBox a{
font-size:12pt;
font-weight:bold;
outline:0;
text-decoration:none;
}













.gula{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}

.gula h1{
	color: #000;
	font-size: 1.2em;
	padding: 1em 0 0.5em 0;
	font-weight:bold;
	text-align: center;
}

.gula p{
	text-indent: 2ex;
	padding: 0 0 0.5em 0;
}

.gula h2{
	font-size: 1em;
	font-weight:bold;
	padding: 1em 0 0.5em 0;	
	text-align: center;
}
.gula img{
	margin: 1em;
	
}
.gula img.no-border{
	border: 0;
}
.gula img.border{
	border: 2px solid #ccc;
}

.gula img.break{
	clear:both;
}


.gula table{
	
	border-collapse: collapse;
	border: 0;
	margin: 0;
}
.gula table td,.gula table th{

	padding: 0.2em;
	border: 1px solid #ccc;
	text-align:center;
}


.gula table th{
	border-bottom:3px double #ccc;
	font-weight:bold;
	background-color: #efefef;
}






