/* ================================================================================= RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ================================================================================= ZAKLADNI HTML PRVKY */
body {
	background: url(../../img/bcg_body.png) repeat-x left top;
  color: #000000;
	font-family: Calibri, sans-serif;
	text-align: left;
}

/* --- fonty --- */
@font-face {
	font-family: 'Museo700';
	src: url('../fonts/museo700regular.eot');
	src: local('Museo'), local('Museo-700'), url('../fonts/museo700regular.woff') format('woff'), url('../fonts/museo700regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Museo500';
	src: url('../fonts/museo500regular.eot');
	src: local('Museo'), local('Museo-500'), url('../fonts/museo500regular.woff') format('woff'), url('../fonts/museo500regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Museo300';
	src: url('../fonts/museo300regular.eot');
	src: local('Museo'), local('Museo-300'), url('../fonts/museo300regular.woff') format('woff'), url('../fonts/museo300regular.ttf') format('truetype');
}

/* --- odkazy --- */
a
  {color: #4D4D4D; text-decoration: underline;}
a:hover
  {text-decoration: none;}


/* --- odkazy - doplnkove --- */
a.odkaz
  {color: #202020; text-decoration: none; font-weight: normal;}
a.mail
  {background: url(../../img/ico_mailanchor.gif) no-repeat right 0em; font-weight: normal; padding-right: 18px;}
a.button
  {background: #127767; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #127767; color: #fff; font-family: Museo700, Cambria, Georgia, 'New York CE', utopia, serif; font-size: 0.8em; font-weight: normal; margin: 15px 0 0 0; padding: 5px 10px; text-decoration: none; text-transform: uppercase;}  


/* --- ikonky k odkazum --- */
a[href$='.doc'], a[href$='.rtf'] 	
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/doc.png) no-repeat center left;}
a[href$='.txt']
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/txt.png) no-repeat center left;}
a[href$='.xls']		
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/xls.png) no-repeat center left;}
a[href$='.rss'], a[href$='.atom']
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/rss.png) no-repeat center left;}
a[href$='.vcard']
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/vcard.png) no-repeat center left;}
a[href$='.pps'], a[href$='.ppt']
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/pps.png) no-repeat center left;}
a[href$='.pdf']
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/pdf.png) no-repeat center left;}
a[href$='.fla'], a[href$='.swf']
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/swf.png) no-repeat center left;}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] 
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/zip.png) no-repeat center left;}
a[href$='.css']
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/css.png) no-repeat center left;}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] 		
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/avi.png) no-repeat center left;}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] 
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/mp3.png) no-repeat center left;}
a[href *="icq.com"]
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/icq.png) no-repeat center left;}
a[href ^="callto:"]
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/skype.png) no-repeat center left;}
a[href ^="skype:"]
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/skype.png) no-repeat center left;}  
a[href ^="mailto:"], a.mail
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/mailto.png) no-repeat center left;}
a.out
		{padding: 5px 20px 5px 0; background: transparent url(../../img/ico/external.png) no-repeat center right;}
a.print
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/print.png) no-repeat center left;}
.phone
		{padding: 5px 0 5px 20px; background: transparent url(../../img/ico/phone.png) no-repeat center left;}



/* --- zakladni html prvky ---*/
em, i
  {font-style: normal;}
p
  {text-align: left; margin: 10px 0px 10px 0px; line-height: 1.3em;}
code
  {font-size: 140%; font-weight: bold;}
hr
  {background: url(../../img/bcg_hr.gif) repeat-x; border-width: 0px; clear: both; color: #ffffff; display: block; margin: 10px 0px; text-align: center; }


/* --- seznamy --- */
ul
  {list-style: none; margin: 5px 0px 5px 15px; padding: 0px; text-align: left;}
ol
  {margin: 5px 0px 5px 15px; padding: 4px 0px 0px 5px;}


/* --- obrazky --- */
img
  {border: 0px;}
img.border
  {border: 1px solid #d3c6b3;}
img.gallery
  {background: #fff; border: 1px solid #d3c6b3; padding: 3px;}
img.icon
  {vertical-align: -0.5em; margin: 0px 3px 0px 1px;}
img.mail_text
  {vertical-align: -0.5em;}
img.toleft
  {margin-right: 10px;}
img.toright
  {margin-left: 10px;}


/* --- horni a dolni indexy --- */
sub, sup
  {vertical-align: baseline; position: relative;}
sub
  {top: 0.4em;}
sup
  {bottom: 0.4em;}


/* --- tabulky --- */
table.list tr.title th        
  {background: url(../../img/bcg_table_list_th_1.png) repeat-x left bottom #dcede9; padding: 7px 0px 7px 4px; text-align: left;}
table.list tr.total th        
  {background: url(../../img/bcg_table_list_th_3.png) repeat-x left bottom #dcede9; color: #dcedea; padding: 7px 5px; text-align: center;}
table.list tr.head th         
  {background: url(../../img/bcg_table_list_th_2.png) repeat-x left bottom #137f6e; color: #fff; padding: 7px 10px; }
table.list tr.head th.investor         
  {text-align: left;}
table.list tr.head th.castka         
  {text-align: right;}
table.list tr.head th.urok         
  {text-align: right;}
table.list tr.even td 
  {background: url(../../img/bcg_table_list_td_even.png) repeat-x left bottom #fff; font-size: 15px; padding: 10px;}
table.list tr.odd td 
  {background: url(../../img/bcg_table_list_td_odd.png) repeat-x left bottom #fff; font-size: 15px; padding: 10px;}
table.list tr td.investor         
  {width: 130px;}
table.list tr td.urok
  {width: 40px; text-align: right;}
table.list tr td.castka
  {width: 90px; text-align: right;}
table.list tr td.detail
  {width: 40px;}
table.list_all 
  {border: 2px solid #137f6e; -webkit-border-radius: .3em; -moz-border-radius: .3em; border-radius: .3em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2);}
table.list_all tr td 
  {font-size: 0.9em; padding: 7px 12px;}
table.list_all tr.head th         
  {background: url(../../img/bcg_table_list_th_2.png) repeat-x left bottom #137f6e; color: #fff; font-size: 0.9em; padding: 7px 10px; }
table.list_all tr.head th a         
  {color: #fff; text-decoration: underline;}
table.list_all tr.head th a:hover         
  {text-decoration: none;}
table.list_all tr.head th.castka         
  {text-align: right;}
table.list_all tr.head th.urok         
  {text-align: right;}
table.list_all tr.head th.vzestupne div {background-image: url(../../img/bcg_sipka_up.png); background-position: 0.4em 0.35em; background-repeat: no-repeat; padding-left: 20px;}
table.list_all tr.head th.sestupne div {background-image: url(../../img/bcg_sipka_down.png); background-position: 0.4em 0.35em; background-repeat: no-repeat; padding-left: 20px;} 
table.list_all tr.head th.vzestupne_pravy div {background-image: url(../../img/bcg_sipka_up.png); background-position: right 0.35em; background-repeat: no-repeat; padding-right: 12px;}
table.list_all tr.head th.sestupne_pravy div {background-image: url(../../img/bcg_sipka_down.png); background-position: right 0.35em;background-repeat: no-repeat;padding-right: 12px;} 
table.list_all tr.even td 
  {background: url(../../img/bcg_table_list_td_even.png) repeat-x left bottom #dcedea;}
table.list_all tr.odd td 
  {background: url(../../img/bcg_table_list_td_odd.png) repeat-x left bottom #dcedea;}
table.list_all tr.listing td 
  {text-align: center;}
table.detail 
  {border: 2px solid #137f6e; -webkit-border-radius: .3em; -moz-border-radius: .3em; border-radius: .3em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); width: 550px;}
table.detail tr td 
  {border-bottom: 1px dotted #137f6e; font-size: 0.9em; padding: 7px 12px;}
table.detail tr td input 
  {margin-top: 5px;}
table.detail tr td select 
  {margin-top: 5px;}
table.detail tr td textarea 
  {margin-bottom: 0px; height: 70px; width: 220px;}
table.detail tr td textarea.poznamka 
  {width: 515px;}
table.detail tr td.item 
  {background: #dcedea; font-weight: bold; text-align: right; width: 270px;}



/* --- hlavicky --- */
h1, h2, h3, h4, h5, h6
  {font-family: Museo700, Cambria, Georgia, 'New York CE', utopia, serif; clear: both; color: #573a32; font-size: 1.3em; margin: 0px;}
h1
  {font-size: 1em; color: #573A32; font-weight: bold; float: left; margin-bottom: 15px;}
h2
  {padding: 0px; font-size: 1.15em; margin: 2px 0px 5px 0px;}
h3
  {color: #ce2031; font-size: 1.4em; margin: 0 0 10px 0;}
h3.product 
  {margin: 20px 0px 0px 5px;}
h2 span
  {display: none;}
h3 span
  {display: none;}


/* --- formulare --- */
input
  {background: url(../../img/bcg_input.png) repeat-x left bottom #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #cecece; font-family: Calibri, sans-serif; font-size: 1.1em; margin-bottom: 5px; padding: 3px;}
input[type$='submit']
  {background: #cd2031; border: #858585; color: #fff; cursor: pointer; font-family: Museo700, Cambria, Georgia, 'New York CE', utopia, serif; font-size: 0.8em; font-weight: normal; margin: 15px 0 0 0; padding: 5px 25px; text-transform: uppercase;}
input.button
  {background: #f5f1ee; border-width: 0px; color: #000; font-size: 1em; font-weight: bold; padding: 3px 0px 3px 0px; text-align: center; text-decoration: none; text-transform: uppercase; width: 150px; }
input[type$='checkbox']
  {vertical-align: 10px;}
input#query
  {width: 110px;}
input#hledej
  {margin-right: 9px; width: 55px;}
input:focus, button, textarea:focus, select:focus
	{border: 1px solid #188475;}
select
  {background: url(../../img/bcg_input.png) repeat-x left bottom #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #cecece; font-family: Calibri, sans-serif; font-size: 1.1em; margin-bottom: 5px; padding: 3px;}
textarea
  {background: url(../../img/bcg_input.png) repeat-x left bottom #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #cecece; font-family: Calibri, sans-serif; font-size: 1.1em; margin-bottom: 5px; padding: 3px;}
form
  {margin: 0; padding: 0;}
form label span.povinne
  {color: #ff0000;}
form .radio_box
  {float: right; width: 280px; margin: 7px 0 7px 0;}
label
  {display: block; margin: 5px 0 2px 0;}
label.inline
  {display: block; margin: 0; padding: 0px;}
  

form div.forms
  {clear: both; display: block; margin: 0 0 15px 0; padding: 0;}
form div.forms label
  {float: left; margin: 0 10px 0 0; padding: 5px 0 0 0; text-align: right; width: 260px;}
form div.forms label.long
  {width: 540px;}
form div.forms label.center
  {text-align: center;}
form div.forms label.inline
  {float: none; margin: 0; padding: 0; text-align: left; width: 200px;}
form div.forms .input_box
  {float: right; width: 280px; margin: 0 0 7px 0;}
form div.forms textarea
  {width: 280px; height: 80px;}
  
/* --- listovani --- */
div.listing_container 
  {margin: auto; margin-top: 7px; margin-bottom: 7px;}
ul.listing 
  {display: inline; margin: 0; padding: 0;}
ul.listing li 
  {display: inline; height: 20px; padding: 5px; width: 20px;}
ul.listing li a 
  {background: url(../../img/bcg_listovani_li.png) repeat-x top left #ddd; border: 1px solid #c9c9c9; color: #107564; display: inline-block; font-size: 0.85em; height: 17px; padding: 3px 0 0 0; text-decoration: none; text-align: center; width: 20px; -webkit-border-radius: 1px; -moz-border-radius: 2px; border-radius: 1px; -webkit-box-shadow: 0 1px 5px #eaeaea; -moz-box-shadow: 2px 2px 5px #eaeaea; box-shadow: 0 1px 5px #eaeaea;}
ul.listing li a.next 
  {width: 60px;}
ul.listing li a.previous 
  {width: 80px;}
ul.listing li a:hover, ul.listing li a.selected  
  {border: 1px solid #cd2031; color: #cd2031;}


/* ================================================================================= GLOBALNI TRIDY */
.clear
  {clear: both;}
.smaller
  {font-size: 0.85em;}
.small
  {font-size: 0.8em;}
.bigger
  {font-size: 1.1em;}
.gray
  {color: #686868;}
.blue
  {color: #004080;}
.white
  {color: #fff;}
.red
  {color: #9f0000;}
.green
  {color: #008000;}
.brown
  {color: #573a32;}
.right
  {text-align: right;}
.center
  {text-align: center;}
.left
  {text-align: left;}
.toblock
  {text-align: justify;}
.toleft
  {display: block; float: left;	text-align: left;}
.toright
  {display: block; float: right; text-align: left;}
.nomargin
  {margin: 0px;}
.nobold
  {font-weight: normal;}
.noborder
  {border-width: 0px;}
.nobackground
  {background: none;}
.strike
  {text-decoration: line-through;}
.upper
  {text-transform: uppercase;}
.error
  {border: 1px solid #999; color: #000; display: block; font-weight: bold; margin-bottom: 10px; padding: 2px 0px; text-align: center;}
.error a
  {color: #000000;}
.hidden
  {display: none;}
.bad
  {background-color: #ff0000; color: #ffffff; padding: 2px 3px 2px 3px;}
.bad a
  {color: #ffffff;}
.box-info
  {background: #ffffcc url(../../img/ico/info.png) 5px 5px no-repeat; border: solid 1px #000; clear: both; color:#000; display: block; font-size: 0.9em; font-weight: bold; margin: 0 0 5px 0; padding: 4px 4px 4px 30px; text-align: left; width: 90%; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.box-error
  {background: #f7cbca url(../../img/ico/error.png) 6px 4px no-repeat; border: solid 1px #000; clear: both; color:#000; display: block; font-size: 0.9em; font-weight: bold; margin: 0 0 5px 0; padding: 4px 4px 4px 30px; text-align: left; width: 90%; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.box-help
  {background: #b6f5a0 url(../../img/ico/comment.png) 6px 4px no-repeat; border: solid 1px #14a753; clear: both; color:#000000; display: block; margin: 0px 0px 5px 0px; padding: 4px; text-align: center; width: 100%; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.border
  {height: 150px; text-align: center; vertical-align: middle;}


/* ================================================================================= LAYOUT WEBU */
#main {
	display: block;
	margin: auto;
	width: 980px;
}
  
  #main #content {
    display: block;
    width: 980px;
    }

    /* ------------- #left --- */
    #main #content #left {
      display: block;
      float: left;
      width: 800px;
    }
    
      /* ------------- #top --- */
      #main #content #left #top {
        display: block;
        height: 191px;
        width: 800px;
        }
      
      
        #main #content #left #top #top-logo {
          background: url(../../img/bcg_top.png) no-repeat;
          display: block;
          float: left;
          height: 191px;
          width: 300px;
          }
        
        #main #content #left #top #top-slider {        
          display: block;
          float: left;
          height: 191px;
          width: 500px;
          }

      /* ------------- #menu --- */
      #main #content #left ul#menu {
        background: url(../../img/bcg_menu.jpg) repeat-x;
        display: block;
        float: right;
        height: 50px;
        margin: 0;
        padding: 0;
        width: 800px;
        }
      
        #main #content #left ul#menu li {
          display: inline;
          float: left;
          margin: 0;
          padding: 0;          
          }

          #main #content #left ul#menu li a {
            color: #cd2031;
            display: block;
            font-family: Museo700, Cambria, Georgia, 'New York CE', utopia, serif;
            font-size: 1.05em;
            font-weight: bold;
            padding: 15px 12px 0 12px;
            text-decoration: none;
            }

            #main #content #left ul#menu li a:hover {
              text-decoration: underline;
              }

      /* ------------- #page --- */
      #main #content #left #page {
        display: block;
        float: right;
        margin: 30px 0 0 0;
        padding: 0;
        width: 800px;
      }

        #main #content #left #page h2 {
          background: url(../../img/bcg_dotted.png) bottom left repeat-x;
          color: #2f8772;
          display: block;
          font-size: 1.2em;
          float: left;
          font-family: Museo700, Cambria, Georgia, 'New York CE', utopia, serif;
          padding: 0 15px 12px 15px;
          width: 175px;
          }

        #main #content #left #page h3 {
          margin: 20px 0 5px 0;
          font-size: 1.05em;
          width: auto;
          }
          
          #main #content #left #page h3:first-child {
            margin-top: 0;
            }

          #main #content #left #page table.list tr.title th h3 {
            display: block;
            float: left;
            padding: 7px 0 0 7px;
            width: 193px;
            }

          #main #content #left #page table.list tr.title th a {
            display: block;
            float: right;
            font-size: 13px;
            padding: 0.5em 0 0 0;
            text-align: left;
            width: 170px;
            }

            
        #main #content #left #page #page_content {
          display: block;
          float: right;
          padding: 4px 0 0 40px;
          width: 555px;        
          }          

          #main #content #left #page #page_content ul li {
            margin: 4px 0;
            }

          #main #content #left #page #page_content p {
            margin-top: 0;
            }

          #main #content #left #page #page_content table.list_all {
            width: 555px;
          }




        /* ------------- #page #homepage --- */
        #main #content #left #page #homepage {
          display: block;
          float: left;
          width: 800px;
          }

          #main #content #left #page #homepage h2 {          
            background: none;
            color: #cd2031;
            font-size: 1.6em;
            padding: 0;
            width: auto;
            }

          #main #content #left #page #homepage #homepage_left {
            display: block;
            float: left;
            width: 390px;
            }
            
            #main #content #left #page #homepage #homepage_left #homepage_left_text {
              display: block;
              min-height: 195px;
              height: 195px;
              max-height: 195px;
              width: 390px;
              overflow: hidden;
            }
            
            #main #content #left #page #homepage #homepage_left table.list {
              width: 390px
              }
              
          #main #content #left #page #homepage #homepage_right {
            display: block;
            float: right;
            width: 380px;
            }

            #main #content #left #page #homepage #homepage_right table.list {
              width: 380px;
              }            
            
            #main #content #left #page #homepage #homepage_right #search {
              background: url(../../img/bcg_search.png) no-repeat left top;
              color: #fff;
              display: block;
              height: 165px;
              padding: 15px;
              width: 350px;
              }
              
            #main #content #left #page #homepage #homepage_right #search h3 {
              color: #fff;
              margin: 0 0 15px 0;
              text-shadow: 2px 2px 2px #0b6251;
              text-transform: uppercase;
              filter: dropshadow(color=#0b6251, offx=2, offy=2); 
              }            

            #main #content #left #page #homepage #homepage_right #search select {
              color: #666666;
              font-size: 0.9em;
              margin: 0 0 0 20px;
              width: 70px;
              }
              
            #main #content #left #page #homepage #homepage_right #search select.typ {
              margin: 0;
              width: 120px;
              }

            #main #content #left #page #homepage #homepage_right #search input {
              color: #666666;
              font-size: 0.9em;
              margin: 0 5px 0 25px;
              padding-top: 4px;
              padding-bottom: 4px;
              }

            #main #content #left #page #homepage #homepage_right #search .input_send {
              float: right;
              margin: 15px 10px 0 0;
              }
              
              #main #content #left #page #homepage #homepage_right #search .input_send input {
                color: #fff;
                }              


    /* ------------- #right --- */
    #main #content #right {
      display: block;
      float: right;
      margin: 0;
      width: 160px;
      }
    
      /* ------------- #right #right-login --- */
      #main #content #right #right-login {
        background: url(../../img/bcg_login.jpg) no-repeat;
        display: block;
        height: 171px;
        width: 160px;
        }

          #main #content #right #right-login form input {
            border: none;
            color: #087563;
            font-size: 0.9em;
            height: 30px;
            padding: 0 0 0 7px;
            width: 133px;        
            }
        
            #main #content #right #right-login form input[type$='text'] {
              background: url(../../img/bcg_login_input.png) no-repeat;
              margin: 10px 0 0 10px;
              }

            #main #content #right #right-login form input[type$='password'] {
              background: url(../../img/bcg_login_input.png) no-repeat;
              margin: 5px 0 0 10px;
              }

            #main #content #right #right-login form input[type$='image'] {
              background: none;
              border: none;
              height: 30px;
              margin: 10px 0 0 3px;
              width: 140px;
              }

          #main #content #right #right-login p {
            color: #fff;
            margin: 0;
            padding: 65px 0 0 0;
            text-align: center;
            }


          #main #content #right #right-login ul {
            margin: 10px 0 0 0;
            padding: 0;
            }


            #main #content #right #right-login ul li {
              margin: 0;
              padding: 0;
              text-align: center;
              }
          
              #main #content #right #right-login ul li a {
                color: #fff;
                font-weight: normal;
                font-size: 0.8em;
                text-decoration: none;
                }
          
                #main #content #right #right-login ul li a:hover {
                  color: #fff;
                  text-decoration: underline;
                  }
                  
        /* ------------- #right #right-login #login-user --- */
        #main #content #right #right-login #login-user {
          background: url(../../img/bcg_user.png) center 3px no-repeat;
          }

      #main #content #right .title {
        background: url(../../img/bcg_linka.png) 0 7px repeat-x #fff; 
        display: block;
        margin: 0;
        width: 160px;
        }

      #main #content #right .title-text {
        background: #fff; 
        color: #666;
        display: block;
        font-size: 0.75em;
        height: 16px;
        margin: 14px 0 2px 10px;
        padding: 0 4px;
        width: 42px;
        }
                  

      /* ------------- #right #right-ad --- */
      #main #content #right #right-ad {
        display: block;
        height: 600px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 160px;
        }

        #main #content #right #right-ad .ad {
          height: 600px;
          overflow: hidden;
          width: 160px;
          }

               

    /* ------------- #bottom --- */
    #main #content #bottom {
      background: url(../../img/bcg_bottom.png) repeat-x;
      clear: both;
      display: block;
      float: right;
      height: 605px;
      margin: 15px 0 0 0;
      width: 980px;
      }

      /* ------------- #bottom #help-bottom --- */
      #main #content #bottom #bottom-help {
        clear: both;
        display: block;
        height: 282px;
        padding: 40px 0 0 40px;
        width: 940px;
        }

        #main #content #bottom #bottom-help h3 {
          color: #e75563;
          }

        #main #content #bottom #bottom-help p {
          color: #fff;
          }

        #main #content #bottom #bottom-help a {
          color: #fff;
          }
        
        #main #content #bottom #bottom-help #video {
          background: #fff;
          float: left;
          margin: 0 20px 0 0;
          height: 240px;
          width: 360px;
          }
        
        #main #content #bottom #bottom-help #text {
          float: left;
          height: 240px;
          overflow: auto;
          margin: 0 30px 0 0;          
          width: 300px;        
          }

        #main #content #bottom #bottom-help #href {
          float: left;
          height: 240px;
          overflow: auto;
          width: 200px;        
          }

          #main #content #bottom #bottom-help #href ul {
            margin: 0;
            padding: 0;
            }


            #main #content #bottom #bottom-help #href ul li {
              background-position: 0px 7px;
              background-repeat: no-repeat;
              color: #fff;
              font-size: 1em;
              margin: 10px 0 0 0;
              padding: 0 0 0 40px;
              }

              #main #content #bottom #bottom-help #href ul li span {
                color: #42c3b5;
                font-size: 1.2em;
                }

              #main #content #bottom #bottom-help #href ul li a {
                background: none;
                color: #42c3b5;
                font-size: 0.9em;
                font-weight: normal;
                padding: 0;
                text-decoration: none;
                }

                #main #content #bottom #bottom-help #href ul li a:hover {
                  text-decoration: underline;
                  }

          
              #main #content #bottom #bottom-help #href ul li#phone {
                background-image: url(../../img/ico_phone.png);
                }


              #main #content #bottom #bottom-help #href ul li#mail {
                background-image: url(../../img/ico_mail.png);
                }

              #main #content #bottom #bottom-help #href ul li#skype {
                background-image: url(../../img/ico_skype.png);
                }

      /* ------------- #bottom #bottom-ad --- */
      #main #content #bottom #bottom-ad {
        clear: both;
        display: block;
        float: right;
        height: 150px;
        margin: 30px 0 0 0;
        padding: 0 0 45px 0;
        width: 980px;
        }

        #main #content #bottom #bottom-ad .title {
          background: url(../../img/bcg_linka.png) 0 8px repeat-x; 
          display: block;
          margin: 0;
          width: 980px;
          }

        #main #content #bottom #bottom-ad .title-text {
          background: #fff; 
          color: #666;
          display: block;
          font-size: 0.8em;
          height: 20px;
          margin: 0 0 0 20px;
          padding: 0 10px;
          width: 45px;
          }


        #main #content #bottom #bottom-ad .ad_150 {
          background-image: url(../../img/_ad_180_150.png);
          display: block;
          float: left;
          height: 150px;
          width: 180px;
          margin: 0 20px 0 0;
          }

        #main #content #bottom #bottom-ad .last {
          margin: 0;
          }
          
      /* ------------- #bottom #bottom_menu --- */
      #main #content #bottom ul#bottom-menu {
        display: block;
        float: right;
        height: 30px;
        margin: 5px 0 20px 0;
        padding: 0;
        width: 980px;
        }
      
        #main #content #bottom ul#bottom-menu li {
          display: inline;
          float: left;
          margin: 0;
          padding: 0;          
          }

          #main #content #bottom ul#bottom-menu li a {
            color: #108673;
            display: block;
            font-weight: bold;
            padding: 20px 15px 0 15px;
            text-decoration: none;
            }

            #main #content #bottom ul#bottom-menu li a:hover {
              text-decoration: underline;
              }

      /* ------------- #bottom #bottom_menu --- */
      #main #content #bottom-partneri {
        border-top: 1px dashed #999;
        display: block;
        float: right;
        font-size: 0.85em;
        margin: 5px 0;
        padding: 5px;
        text-align: center;
        width: 970px;
        }

        #main #content #bottom-partneri a {
          font-size: 0.85em;
          }


/* ------------------------ T E S T ----------------------------- */
/*
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
  letter-spacing: 0.15em;
	text-align: center;
	text-decoration: none;
	font-family: Museo700, Cambria, Georgia, 'New York CE', utopia, serif; 
	font-size: 0.9em;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	text-transform: uppercase;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #AF1B2A;
	background: #CB2031;
	background: -webkit-gradient(linear, left top, left bottom, from(#CB2031), to(#AF1B2A));
	background: -moz-linear-gradient(top,  #CB2031,  #AF1B2A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CB2031', endColorstr='#AF1B2A');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#AF1B2A), to(#CB2031));
	background: -moz-linear-gradient(top,  #AF1B2A,  #CB2031);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF1B2A', endColorstr='#CB2031');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
  */        
