/* Nad Bohemkou */

/*************
 * CONSTANTS *
 * **********/

 .float_right {
  float: right;
 }

* {
  margin: 0;
  padding: 0;
  border-width: 0;
}

h1 {
  font-size: 140%;
  color: #5B6D03;
  margin: 10px 0;
}

body {
  font-family: Verdana;
  font-size: 12px;
  background-color: black;
}

#main {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

div.container {
  width: 950px;
  margin: 0 auto;
  /*margin-bottom: 15px;*/
}

#top_panel {
  height: 116px;
  border-top: 1px solid #3B392D;
  border-bottom: 1px solid #3B392D;
  background: #D7CDC3 url(/application/gfx/panel_top_bgr1.png) repeat-x scroll 0 0;
  min-width: 950px;
  padding: 0 40px;
  font-size: 0px;
}

#top_panel div.top_panel_left {

}

#top_panel div.top_panel_right {
  width: 600px;
  float: right;
  margin: 10px auto;
}

#img_viewer {
  height: 172px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 0 40px;
  background: #B5CE42 url(/application/gfx/img_viewer_bgr.png) repeat-x scroll 0 0;
  min-width: 950px;
}

#img_viewer div.img_viewer_left {
  width: 231px;
  padding: 26px 17px;
  height: 252px;
  height: 235px;
  background: transparent url(/application/gfx/img_preview_bgr.png) no-repeat scroll 0 0;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/application/gfx/img_preview_bgr.png', sizingMethod='scale');
  _background-image: none;
  position: absolute;
  top: 87px;
  margin-left: -8px;
}

#img_viewer_right {
  width: 680px;  
  padding-left: 240px;
  margin: 10px auto;
}

#img_viewer_right div a
{
  position: absolute;
  border: 2px solid #7B920C;
}


div.img_viewer_border {
  
}

div.gallery_viewer_left {
  float: left;
  background: transparent url(/application/gfx/img_viewer_left_bgr.gif) no-repeat scroll left -3px;
  padding: 20px 38px 20px 20px;
  width: 166px;
  height: 104px;
}

div.gallery_viewer_right {
  float: left;
  background: transparent url(/application/gfx/img_viewer_right_bgr.gif) no-repeat scroll right -3px;
  padding: 20px 20px 20px 28px;
  width: 166px;
  height: 104px;
}

div.gallery_viewer_middle {
  float: left;
  padding-top: 2px;
  margin-right: 10px;
  width: 231px;
  height: 147px;
}

img.viewer_img {
  border: 1px solid white;
  margin-bottom: -3px;
}

#img_viewer .img_viewer_left .img_viewer_preview {
  border: 1px solid #7B920C;
  width: 227px;
  font-size: 1px;
}

img.img_preview {
  border: 1px solid white;
}

div.arrow {
  float: left;
  margin-right: 20px;
}

#menu {
  background-color: #807060;
  height: 40px;
  border-top: 1px solid #3B392D;
  padding: 0 40px;
  min-width: 950px;
  background: transparent url(/application/gfx/menu_bgr.gif) repeat scroll 0 0;
}

#menu div.menu_left {

}

#menu div.menu_right {
  width: 680px;
  float: right;
  padding: 5px 0;
}

#menu div.menu_right ul {
  list-style-type: none;
  font-size: 90%;
}

#menu div.menu_right ul li {
  float: left;
  margin-left: 3px;
}

#menu div.menu_right ul li:last-child {
  float: left;
}

#navigator {
  background-color: #E0D9D0;
  height: 40px;
  border-top: 1px solid white;
  padding: 0 40px;
  min-width: 1000px;
}

#navigator div.navigator_left {

}

#navigator div.navigator_right {
  width: 680px;
  float: right;
  padding: 12px 0;
}

#navigator div.navigator_right ul {
  list-style-image: url(/application/gfx/content_arrow.png);
  margin-left: 20px;
  font-size: 90%;
}

#navigator div.navigator_right ul li {
  float: left;
  margin-right: 24px;
}

#content {
  background: white url(/application/gfx/content_bgr.png) repeat-x scroll 0 0;
  padding: 8px 40px;
  display: block;
  border-bottom: 1px solid #3B392D;
  min-width: 1000px;
}

#content div.content_left {
  width: auto;
  float: left;
}

#content div.content_left_info {
  width: 224px;
  padding: 25px 20px;
  min-height: 100px;
  background: transparent url(/application/gfx/content_left_bgr.png) no-repeat scroll 0 0;
  margin-left: -10px;
}

#content div.content_left_info ul {
  list-style-image: url(/application/gfxcontent_arrow.png);
  font-size: 90%;
  margin-left: 20px;
}

#content div.content_right {
  width: 640px;
  float: right;
  padding-right: 40px;
	letter-spacing: 1px;
	font-size: 11px;
}

#content div.content_right #parsed_products h2
{
    color: #5B6D03;
    font-size: 120%;
}

#content div.content_right #parsed_products table
{
    margin-bottom: 20px;
}

#content p
{
  text-align: justify;
  margin-top: 14px;
}

#content ul
{
  margin-left: 20px;
}

#content table
{
  font-size: 90%;
  border-collapse: collapse;
}

#content table tr td, th
{
  padding: 2px 5px;
  border: 1px solid white;
  text-align: center;
}

#content table tfoot td
{
  background-color: #7D9300;
  padding: 1px 0px;
  font-size: 0px;
}

#content table tr.row1
{
  background-color: #F8F7E6;
}

#content table tr.row2
{
  background-color: #ECEDBF;
}

#content table td.colored
{
	background-color: #ff9900;
}

#content table a
{
  text-decoration: underline;
}

#content table th
{
  background-color: #7D9300;
  vertical-align: top;
  color: white;
}

#footer {
  background-color: #CAC0B6;
  color: #433A31;
  font-size: 80%;
  min-width: 950px;
  height: 55px;
  border-top: 1px solid white;
  padding: 0 40px;
}

#footer .footer_top {
  background-color: #D2C9C0;
}

#footer div.footer_top div.footer_copyright {
  margin-top: 10px;
  float: right;
  margin-right: 40px;
}

#footer div.footer_top div.footer_copyright div.copyright_text {
  text-align: right;
  width: 420px;
  float: right;
}

#footer div.footer_top div.footer_copyright div.logo {
  float: right;
  margin-left: 10px;
}

#footer div.footer_top div.footer_menu {
  background: transparent url(/application/gfx/footer_menu_bgr.gif) no-repeat scroll left bottom;
  float: left;
  height: 32px;
  margin-top: -3px;
  *margin-top: -37px;
  color: white;
  width: 246px;
  
}

#footer div.footer_top div.footer_menu a:link,
#footer div.footer_top div.footer_menu a:active,
#footer div.footer_top div.footer_menu a:visited {
  color: white;
  text-decoration: none;
}

#footer div.footer_top div.footer_menu a:hover {
  text-decoration: underline;
}

#footer div.footer_top div.footer_menu ul {
  list-style-type: none;
  height: 26px;
}

#footer div.footer_top div.footer_menu ul li {
  float: left;
  margin: 10px 0;
  padding: 0 19px;
  border-left: 1px solid white;
  font-weight: bold;
}

#footer div.footer_top div.footer_menu ul li.first {
  border-left: 0px solid white;
}

#footer_panel_top {
  background: transparent url(/application/gfx/footer_menu_bgr.png) repeat-x scroll 0 0;
  height: 10px;
  min-width: 1000px;
  padding: 0 40px;
}
#footer_panel_bottom {
  padding: 0 40px;
  border-top: 1px solid white;
  border-bottom: 1px solid black;
}
#footer_bottom {
  clear: both;
  background-color: #D2C9C0;
  height: 40px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

/********
 * LINKS
 * *****/

a:link, a:active, a:visited {
  color: #738201;
  text-decoration: underline;
}

a:hover {
  color: #738201;
  text-decoration: none;
}

/* main menu links */
#menu a {
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  background: transparent url(/application/gfx/menu_btn_passive.gif) no-repeat scroll left center;
  padding: 0 0 0 12px;
  cursor: pointer;
  margin-right: 11px;
}

#menu a.active {
  color: black;
  background-image: url(/application/gfx/menu_btn_active.gif);
  cursor: default;
}

#menu a:hover,
#menu a:active,
#menu a:focus  {
  background-image: url(/application/gfx/menu_btn_active.gif);
  color: black;
}

#menu a span {
  display: block;
  line-height: 30px;
  background: transparent url(/application/gfx/menu_btn_passive.gif) no-repeat scroll right center;
  padding: 0 12px 0 0px;
  margin-right: -11px;
}

#menu a:hover span,
#menu a:active span,
#menu a:focus span,
#menu a.active span {
  background-image: url(/application/gfx/menu_btn_active.gif);
}

#menu ul.sub-menu
{
  position: absolute;
  display: none;
}

#menu ul.sub-menu li
{
  background-color: rgb(170, 170, 170);
  border-bottom: 1px solid black;
  float: none !important;
  display: block;
  width: 200px;
  padding: 2px;
  margin: 0;
  *margin-top: -2px;
}

#menu ul.sub-menu a, #menu ul.sub-menu a:hover
{
  text-align: left !important;
  display: block;
  background: none;
  font-weight: normal;
  line-height: normal;
}

#menu ul.sub-menu a.active
{
  display: block;
  background: none;
}

#big_image
{
  background: transparent url(/application/gfx/big_img_bg.png) no-repeat scroll left -3px;
  padding: 0px 17px;
  width: 670px;
  height: 104px;
}

#big_image img
{
  border: none;
}

#druha_faze {
  /*background: transparent url(/application/gfx/druha_faze.png) no-repeat;*/
  background: transparent url(/application/gfx/druha_faze2.png) no-repeat 0 -35px ;
  position: absolute;
  left: 18px;
  bottom: 12px;
  width: 228px;
  height: 35px;
  display: block;
 /* _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/application/gfx/druha_faze.png', sizingMethod='scale'); */
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/application/gfx/druha_faze2.png', sizingMethod='scale');
  _background-image: none;
}

