html {
  height: 100%;
}


body {
  font-family: Arial;
  font-size: 0.72em;
  color: #FFF;
	background: #3c3a3c;
  margin: 0px;
  padding: 0px;
  height: 100%;
  line-height: 1.8em;
}

a {
  color: #dadcdf;
  text-decoration: none;
}
  a:hover {
    color: #ebedef;
  }

h1, .h1 {
  display: block;
  font-size: 30px;
  font-weight: normal;
  padding: 0px 0 15px;
  margin: 0px;
  line-height: 1;
}
	h1 a, .h1 a {

	}

h2, .h2 {
  display: block;
  font-size: 20px;
  font-weight: normal;
  padding: 15px 0 5px;
  margin: 0px;
  line-height: normal;
  color: #f8981d;
}
	h2 a, .h2 a {
    color: #f8981d;
	}
	
h3, .h3 {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0 5px;
  margin: 0px;
}
	h3 a, .h3 a {

	}
 
h4, .h4 {

}
	h4 a, .h4 a {

	}
 

p {
  margin: 0px;
  padding: 5px 0;
}
ul {
  margin: 0 0 0 0px;
  padding: 5px 0;
  list-style: none;
}
  ul li {
    padding: 4px 0 4px 15px; 
    background: url(../images/ul_li.png) left 8px no-repeat;   
  }

ol {
  margin: 0 0 0 15px;
  padding: 5px 0;
}
  ol li {
    padding: 0 0 0 10px;
  }

table {
  width: 100%;
  border-spacing: 1px;
}
  table tr {
    width: 100%;
  }
    table tr th {
      padding: 5px 10px;
      text-align: left;
      background: #BBB;
    }
    table tr td {
      padding: 5px 10px;
      vertical-align: top;
    }

fieldset {

}
label {
  display: inline-block;
  width: 150px;
  line-height: 25px;
}
input[type=text] {
  
}
textarea {
  font-family: arial;
  width: 315px;
}

img {
  border: none;
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}

.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}

.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearer {
  clear: both;
}

.shown {
  display: block;
}
.hidden {
  display: none;
}

.button_more {
  display: inline-block;
  background: url(../images/button_more_bg.png) bottom no-repeat;
  width: 145px;
  height: 51px;
  padding: 0 10px 0 0;
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 52px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
  .button_more:hover {
    background: url(../images/button_more_bg.png) bottom no-repeat;
  }


.button {
  display: inline-block;
  background: url(../images/button_bg.png) no-repeat;
  width: 155px;
  height: 51px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 44px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
  .button:hover{
 
    color: #756F64;
  }
.button.large {
  background: #000 url(../images/button_large.png) top no-repeat;
  width: 180px;
}
  .button.large:hover {
    background: url(../images/button_large.png) bottom no-repeat;
  }
.button.small {
  background: #000 url(../images/button_small.png) top no-repeat;
  width: 93px;
}
  .button.small:hover {
    background: url(../images/button_small.png) bottom no-repeat;
  }

.back_button {
  margin: -27px 0 0 0;
}

/* tabulka s pozadím stránky */
#layout {
  border: none;
  border-spacing: 0px;
}
  #layout .first_td {
    width: 50%;
    border: none;
    padding: 0px;
    vertical-align: top;
    background: none;
  }
  #layout .second_td {
    border: none;
    padding: 0px;
    width: 995px;
    padding: 0px;
    vertical-align: top;
    background: #FFF  url(../images/shaddow_header_bottom.png) center 130px no-repeat;
  }
  #layout .third_td {
    width: 50%;
    border: none;
    padding: 0px;
    vertical-align: top;
    background: none;
  }
  
  #layout .footer_tr {
  
  }
    #layout .footer_tr .first_td {

    }
    #layout .footer_tr .second_td {

    }
    #layout .footer_tr .third_td {

    }
  

#page {

}

/* Header */
#header {
  position: relative;
  height: 149px;
  background: url(../images/header_bg.png) repeat-x;
}
    
/*
* obsah headeru
*/
  #logo {
    position: absolute;
    left: 20px;
    top: 5px;
    display: block;
    width: 165px;
    height: 137px;
    background: url(../images/logo_bg.png) no-repeat;
  }

  .headline {
    position: absolute;
    left: 210px;
    font-size: 36px;
    top: 40px;
    font-weight: normal;
    line-height: normal;
  }

	#header #main_navigation {
    position: absolute;
		bottom: 2px;
		left: 200px;
		height: 66px;
        width: 950px;
	}
		#header #main_navigation ul {
		  list-style: none;
		  margin: 0px;
		  padding: 0px;		  
		}
		#header #main_navigation ul li {
		  position: relative;
			float: left;
			background: none;
			padding: 0px;
			margin: 0px;
			height: 66px;
		}
			#header #main_navigation ul li a {
				position: relative;			
				display: inline-block;
				text-align: center;
				text-decoration: none;
        float: left;
				height: 66px;
        line-height: 66px;
				padding: 0 10px;
				text-transform: uppercase;
				color: #FFF;
        background: url(../images/main_navigation_separator.png) left no-repeat;
			}
      #header #main_navigation ul li a:hover {
				color: #d88b29;
			}
  			#header #main_navigation ul li a.first {
          background: none;
  			}
  			#header #main_navigation ul li a span.arrow_down {
          display: block;
  				position: absolute;
  				bottom: 0px;
  				left: 50%;
  				margin: 0 0 0 -18px;
  				width: 37px;
  				height: 19px;
  			/*	background: url(../images/main_navigation_arrow.png) center no-repeat;*/
  				z-index: 10;
  			}
  			#header #main_navigation ul li a.active span.arrow_down {
  			/* 	background: url(../images/main_navigation_arrow_active.png) center no-repeat;*/
        color: #d88b29;
  			}
          			#header #main_navigation ul li a.active span.arrow_down {
  			/* 	background: url(../images/main_navigation_arrow_active.png) center no-repeat;*/
        color: #d88b29;
  			}

  		  #header #main_navigation ul li a.active {
          color: #d88b29;
  			}
        #header #main_navigation ul li:hover a span.arrow_down {
  				background: url(../images/main_navigation_arrow_active.png) center no-repeat;
  			}
 


			#header #main_navigation ul li ul {
				position: absolute;
        left: 0px;
        top: 66px;
        height: auto;
        background: #F8981D;
        padding: 20px 0px;
        width: 250px;
        z-index: 100;
        float: left;
        display: none;
        border-radius: 7px;
			}
			#header #main_navigation ul li:hover ul {
        display: block;
			}
  			#header #main_navigation ul li ul li {
  				line-height: normal;
          height: auto;
          padding: 0px 10px;
          float: left;
  			}
    			#header #main_navigation ul li ul li a {
    				line-height: normal;
            color: #000;
            display: block;
            width: 230px;
            float: left;
            text-align: left;
            padding: 15px 0;
            background: none;
            height: auto;
            border-bottom: 1px solid #F5D5AD;
    			}
      			#header #main_navigation ul li ul li a:hover {
              color: #333;
              border-bottom: 1px solid #fce3c3;
              color: #FFF;
      			}
      			
       			#header #main_navigation ul li ul li ul {
      				position: absolute;
              left: 200px;
              top: 0px;
              height: auto;
              background: #e51747;
              padding: 0px;
              width: 200px;
              z-index: 100;
              float: left;
              display: none;
      			}
       			#header #main_navigation ul li ul li:hover ul {
              display: block;
      			}


  #header_user {
    float: right;
  }
    #header_user a {

    }
    
  #header_social {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
  }

  #search_form {
    position: absolute;
    right: 50px;
    top: 20px;
    padding: 0 0 0 30px;
  }
    #search_text {
      display: inline-block;
      border: none;
      padding: 0px 10px;
      margin: 0px;
      font-size: 100%;
      width: 280px;
      height: 30px;
      line-height: 30px;      
      border: none;
      float: left;
      background: url(../images/search_text.png) no-repeat;
    }
    #search_submit {
      position: relative;
      z-index: 90;
      display: inline-block;
      width: 50px;
      height: 30px;        
      border: none;
      background: none;
      margin: 0px;
      padding: 0px;
      cursor: pointer;
      font-size: 100%;
      font-family: arial;
      background: #f6f4e9;
      color: #252525;
      float: left;
      background: url(../images/lupa.png) no-repeat;
    }
    #search_submit:hover {
      background: url(../images/lupa.png) no-repeat;
    }
 
    #naseptavac {
      border: 0px solid #EEE;
      background: #FFF;
      position: relative;
      margin: 33px 0 0 0;
      z-index: 110;
    }
      #naseptavac .naseptavac_item {
        display: block;
        padding: 10px;
        border-bottom: 1px dashed #FFF;
        cursor: pointer;
      }
      
          #naseptavac a {
            color:#000;
          }
        #naseptavac .naseptavac_item.tiskarna{
          padding-left: 40px;
          background: url(../images/naseptavac_tiskarna.png) 5px center no-repeat
        }
        #naseptavac .naseptavac_item.toner{
          padding-left: 40px;
          background: url(../images/naseptavac_toner.png) 5px center no-repeat
        }
      #naseptavac .naseptavac_item:hover {
        background-color: #EEE;
      }
    
  
  #header_kosik {
    position: absolute;
    top: 50px;
    right: 20px;
    margin: 0px;
    padding: 0 0 0 0;
    height: 32px;
    line-height: 32px;
  }
    #header_kosik a {
      display: inline-block;
      height: 32px;
      line-height: 32px;
      padding: 0 30px 0 0;
      background: url(../images/header_kosik_bg.png) right no-repeat;
    }
  
  
  #breadcrumbs {
    padding: 20px 0;
    line-height: 25px;
    font-weight: bold;
  }
    #breadcrumbs a {
      color: #ff0000;
    }
    #breadcrumbs .predel {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 10px;
      background: url(../images/arrow_left.png) no-repeat;
    }
    #breadcrumbs h1 {
      display: inline;
    }
    #breadcrumbs h2 {
      display: inline; 
    }
     
	#lang_navigation {
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
  	#lang_navigation a {
      position: relative;
      display: inline-block;
      width: 34px;
      height: 34px;
      overflow: hidden;
    }
    	#lang_navigation a img {
        position: absolute;
        bottom: 0px;
      }
    	#lang_navigation a.lang_navigation_active img {
        position: absolute;
        top: 0px;
      }
    	#lang_navigation a:hover img {
        position: absolute;
        top: 0px;
      }
  
  
  #currency_navigation {
    display: none;
    position: absolute;
    bottom: 64px;
    height: 18px;
    right: 250px;
  }
    #currency_navigation a {
      display: inline-block;
      padding: 0 4px;
      line-height: 18px;
      background: #8e867b;
      color: #FFF;
      margin: 0 1px 0 0;
    }
    #currency_navigation a.active {
      background: #E2DED3;
      color: #252525;
    }
    #currency_navigation a:hover {
      background: #E2DED3;
      color: #252525;
    }


/* main, obsah */
#main {

}
  #main_content {
  
  }


#background_image {
  position: relative; 
  height: 320px;
  overflow: hidden;
  border-bottom: 1px solid #d88b29;
}
  #background_image img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
  }
  #background_image img.bottom {
    bottom: 0px;
  }
  
  .background_image_content {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 23%;
    min-width: 300px;
    padding: 0;
    background: url(../images/background_image_content.png);
    color: #FFF;
    z-index: 10;
  }
    .background_image_content_2 {
      padding: 50px;
    }
      .background_image_content h1 {
        font-family: Arial;
        font-size: 40px;
        font-weight: normal;
        line-height: 50px;
      }
      .background_image_content .button {
        background: url(../images/button_more_bg.png) no-repeat;
        width: 145px;
        height: 51px;
        padding: 0 10px 0 0;
        margin: 20px 0 0 0;
        font-size: 12px;
        line-height: 44px;
        text-transform: uppercase;
      }

.layout {
  border-spacing: 0px;
}
  .layout td {
    padding: 0px;
  }


.left_column {
  width: 23%;
  min-width: 300px;
  background: #656465 url(../images/left_column_bg.png) no-repeat;
}
  .left_column_content {
    padding: 50px;
  }

.second_column {
  width: 77%;
}
  .second_column_content {
    padding: 50px;
    max-width: 1000px;
  }

.novinky {
  
}
  .clanky_short_titul {
    background: url(../images/novinky_arrow.png) no-repeat;
    border-top: 1px solid #8F8D90;
    padding: 20px 50px 20px 0;
    margin: 0 -50px 0 0 ;
  }
    .clanky_short_titul h2 {
      font-family: Arial;
      font-size: 18px;
    }
      .clanky_short_titul h2 a {
        color: #dadcdf;
      }
      .clanky_short_titul h2 a:hover {
        color: #ebedef;
      }      
        
    .clanky_short_titul .more {
      color: #000;
      text-transform: uppercase;
      margin: 10px 0 0 0;
      display: inline-block;
    }
      .clanky_short_titul .more:hover {
        color: #222;
      }

  .clanky_short {
    margin: 0 0 30px;
  }

    .clanek_image img {
      margin: 10px 0px 10px 10px; 
    }

.rozcestnik {
 /* margin: 20px -40px 20px -40px;*/ 
}
  .rozcestnik_item {
    position: relative;
    width: 300px;
    margin: 10px;
    height: 200px;
    float: left;
   /* padding: 40px;*/
    overflow:hidden;
  }
      .rozcestnik_item img {
        height: 200px;
        text-align: center;
        margin: 0px 0px 0px -300px;
      }
      
    .rozcestnik_item .obsah {
      position: absolute;
      width: 300px;
  /*    left: 40px;*/
      bottom: 0px;
      text-align: center;
      background: url(../images/rozcestnik_item_obsah_bg.png) no-repeat;
    }
      .rozcestnik_item .obsah h2 {
        color: #FFF;
        padding: 0px;
        margin: 0px;
        font-family: Arial;
        font-weight: normal;
        text-transform: uppercase;
      }
        .rozcestnik_item .obsah h2 a {
          color: #FFF;
          display: block;
          padding: 25px 15px;
        }


.clanek_full {

}
  .clanek_full .image {
    float: right;
    margin: 0 0 10px 20px;
    background: #FFF;
    padding: 5px;
  }


#teaser {
  position: relative;
  width: 955px;
  height: 350px;
  overflow: hidden;
  margin: 0 0 5px;
}

  #teaser_nav {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 100;
  }
    #teaser_nav .teaser_nav_item {
      display: inline-block;
      width: 19px;
      height: 19px;
      margin: 0 3px;
      background: url(../images/teaser_nav_item_bg.png) no-repeat;
    }
    #teaser_nav .teaser_nav_item.selected {
      background: url(../images/teaser_nav_item_sel_bg.png) no-repeat;
    }
  
  #teaser_overlay {
    position: absolute;
    width: 955px;
    height: 350px;
    left: 0px;
    top: 0px;
    z-index: 50;
  }
  #teaser_content {
    width: 1490px;
    background: #EEE;
  }

.teaser_item {
  position: absolute;
  width: 955px;
  height: 350px;
  top: 0px;  
  left: 955px;
  overflow: hidden;
}
.teaser_item.selected {
  left: 0px;
}
  .teaser_item h2 {
    font-size: 40px;
    font-weight: normal;
  }



  .teaser_item_content {
    position: relative;
  }
  .zbozi_teaser {
    position: relative;
    z-index: 100;
    margin: 0px;
  }
  
  .zbozi_teaser .h1 {
    display: inline-block;
    width: auto;
    height: auto;
    position: static;
    font-family: 'Arial';
    color: #ED1B26;
    text-decoration: none;
    margin: 0px;
  }
    .zbozi_teaser .price_label {
      height: 16px;
      line-height: 16px;
      display: inline-block;
    }
    .zbozi_teaser .price {
      font-size: 28px;
      font-weight: normal;
      color: #ED1B26;
      margin: 0px;
      height: 35px;
      padding: 0px!important;
      line-height: 32px;
      overflow: hidden;
      font-family: 'Arial';
    }
      .zbozi_teaser .price.red {
        color: #F00;
      }
    .zbozi_teaser .price_old {
      font-size: 12px;
      font-weight: normal;
      color: #4a494a;
      background: url(../images/line_through.gif) 0 10px repeat-x;
      margin: 0 0 0 0;
      height: 16px;
      line-height: 16px;
      display: inline-block;
      padding: 0px;
    }
      .zbozi_teaser a.detail {
        position: static;
        display: block;
        background: url(../images/rozcestnik_detail.png) left no-repeat; 
        width: 120px;      
        height: 30px;
        line-height: 30px;
        margin: 0px;
        padding: 0px;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        font-weight: bold;
      }
      .zbozi_teaser .sleva {
        position: static;
        display: block;
        float: left;
        margin: 0 1px 0 0;
        color: #FFF;
        background: url(../images/zbozi_short_sleva.gif) bottom no-repeat;
        width: 35px;
        height: 35px;
        line-height: 30px;
        font-size: 190%;
        text-align: center;
      }
      .zbozi_teaser .add_to_cart {
        position: static;
        display: block;
        background: url(../images/add_to_cart_pb.png) top no-repeat;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border: none;
        margin: 0 0 5px 0;
        padding: 0px;
        cursor: pointer;
      }
      .zbozi_teaser .kratky_popis {
        padding: 10px 0;
        color: #4a494a;
        width: 350px;
      }
      .zbozi_teaser .stock {
        position: absolute;
        right: 5px;
        top: 270px;
        color: #315e10;
        font-weight: bold;
      }

    .teaser_item img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      z-index: 0;
    }
    .teaser_item a {
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;
      width: 955px;
      height: 350px;
      z-index: 100;
    }

.page_image {
  margin: 0 0 5px;
}
.vyrobci {
  margin: 0 0 20px;
}

.separator {
  background: url(../images/separator.png) no-repeat;
  width: 995px;
  height: 135px;
  margin: 20px 0 -115px -20px;
}


#zbozi_full {

}
  #zbozi_full  #main_image {
    float: right;
    max-width: 300px;
    display: inline-block;
    margin: 0 0 0 50px;
  }
    
  


#footer_top {
  background: url(../images/footer_top_bg.png) top repeat-x;
}
  #footer_top_content {

  }
  #footer_top_content .left_column {
    background: none;
  }


#footer {
  background: #1E1E1E url(../images/footer_bg.png) repeat-x;
}
  #footer_content {
    padding: 50px;
    background: url(../images/footer_shadow.png) center 4px no-repeat;
  }

  #footer a {

  }

  #footer_navigation {
    margin: 0 0 15px;
  }
    #footer_navigation a {
      display: inline-block;
      margin: 0 1px;
    }
    #footer_navigation a.first {
      margin: 0 1px 0 0;
    } 
    
    
  #footer_tree {
    margin: 0 0 15px;
  }
    #footer_tree table {

    }
      
    #footer_tree td {
      padding: 0 50px 0 0;
      width: 25%;
    }
    #footer_tree h3 {
      font-size: 16px;
      padding: 0 0 15px;
      margin: 0 0 15px;
      font-weight: normal;
      font-family: Arial;
      border-bottom: 1px solid #7B7B7D;
    }
    #footer_tree h4 {
      font-size: 14px;
      padding: 0px;
      margin: 0px;
      font-weight: normal;
      border-bottom: 1px solid #333233;
    }
      #footer_tree h4 a {
        color: #d88b29;
        padding: 10px 0;
        display: inline-block;
      }
      #footer_tree h4 a .arrow {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 10px 0 0;
        background: url(../images/footer_tree_h4.png) no-repeat;
      }
      #footer_tree h4 a:hover .arrow {
        background: url(../images/footer_tree_h4.png) bottom no-repeat;
      }
    

  #footer_facebook_google {
    float: left;
    width: 300px;
    margin: 0 0 0 40px;
  }
    #footer_facebook_google .footer_facebook {
      float: left;
    } 
    #footer_facebook_google .footer_google {
      float: left;
      margin: 0 0 0 20px;
    }  
  
    
/*
* obsah footeru
*/
  #inwebio_in {
    margin: 0 1px 0 0;
    vertical-align: bottom;
  }
  .inwebio_link {
    line-height: 16px;
    vertical-align: center;
    text-decoration: none!important;
  }

 

#tree_navigation {
  margin: 0 0 20px;
}
  #tree_navigation a {

  }
  /* první úroveň */
  #tree_navigation ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
  }
    #tree_navigation ul li {
      padding: 0px;
      margin: 0px;
    }
      #tree_navigation ul li a {
        display: block;
        padding: 7px 10px 7px 20px;
        margin: 0px;
        background: #252525;
        color: #FFF;
        margin: 0 0 1px;
      }
        #tree_navigation ul li a.plus {
          background: #252525 url(../images/more_level_1.gif) 5px 10px no-repeat;
        }
        #tree_navigation ul li a.minus {
          background: #252525 url(../images/less_level_1.gif) 5px 10px no-repeat;
        }
        #tree_navigation ul li a:hover {
          background-color: #333;
        }        
        #tree_navigation ul li a.selected {
          background-color: #333;
        }

      /* druhá úroven */
        #tree_navigation ul li ul {
          padding: 0px;
          margin: 0px;
        }
          #tree_navigation ul li ul li {
            padding: 0 0 0 10px;
            margin: 0px;
            background: transparent url(../images/tree_navigation_vertical.gif) 20px 0px repeat-y;
          }
          #tree_navigation ul li ul li.last {
            background: transparent url(../images/tree_navigation_item_last.gif) 20px top no-repeat;
          }
          
            #tree_navigation ul li ul li a {
              color: #252525;
              padding: 3px 10px 3px 20px; 
              background: transparent url(../images/tree_navigation_item.gif) 12px 10px no-repeat;
            }
            #tree_navigation ul li ul li a.last {
              background: none;
            }
            #tree_navigation ul li ul li a:hover {
              background-color: transparent;
              text-decoration: underline;
            }
            #tree_navigation ul li ul li a.selected {
              background-color: transparent;
              font-weight: bold;
            }
            #tree_navigation ul li ul li a.plus {
              background: url(../images/more.gif) 5px 4px no-repeat;
            }
            #tree_navigation ul li ul li a.minus {
              background: url(../images/less.gif) 5px 4px no-repeat;
            }

              #tree_navigation ul li ul li ul li a {
                padding: 2px 10px 2px 20px; 
              }
 
 
.bg_block {
  background: #E2DED3;
  border: 1px solid #8E867B;
  padding: 20px;
}

 


/* stepper */


/* doprava a platba */


/* uzivatel */


/* dodací údaje */


/* zbozi short, produkt, product zbozi_short, zboží */          
.zbozi_short {
  margin: 0 0 20px;
  max-width: 900px;
  border-bottom: 1px solid #AB6F26;
  padding: 0 0 20px;
}
  .zbozi_short img {
    margin: 0 0 0 50px;
  }
    



.youtube_videa {

}
  .youtube_video_link {
  
  }
    .youtube_video_image {
      width: 60px;
    }
  
.related_item {
  width: 97px;
  height: 170px;
  margin: 0 5px 5px 0;
  padding: 0px;
  float: left;
}
  .related_item h3 {
    padding: 0px;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
  }
  .related_item .image_link {
    display: block;
    margin: 0 0 5px;
    width: 97px;
    height: 97px;
    line-height: 97px;
    background: #FFF;
    text-align: center;
  }
    .related_item .image_link img {
      vertical-align: middle;
    }
  
  
  .related_item .detail {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 80px;
    text-align: center;
    margin: 0px auto;
    background: #252525;
    color: #FFF;
  }
  .related_item .price {
    display: block;
    margin: 5px 0 0 0;
    font-size: 95%;
  }
  .related_item .price strong {
    font-size: 14px;
  }
  
  .related_item .price .small {
    font-weight: normal;
  }

.print_full_galerie {

}
  .print_full_galerie a {
    display: inline-block;
    margin: 0 5px 5px 0;
    background: #FFF;
    padding: 5px;
    height: 80px;
    vertical-align: middle;
  }

/* box pro hlášky */
.message {
  background: #caffc4;
  color: #252525;
  border: 1px solid #0e9600;
  display: block;
  padding: 5px;
  margin: 10px 0;
}
.message_red {
  background: #FB0101;
  color: #FFF;
  border: 1px solid #FF0000;
  display: block;
  padding: 10px;
  margin: 10px 0;
  font-size: 13px;
}
.message_tip {
  background: #ffdb95;
  color: #252525;
  border: 1px solid #ffa85a;
  display: block;
  padding: 5px;
  margin: 10px 0;
}
 


  


/* Z-index of #mask must lower than #boxes .window */
#mask {
  position: absolute;
  z-index: 10;
  background-color: #252525;
  display: none;
  left: 0px;
  top: 0px;
}

.filtr {
  height: 30px;
  display: block;
  padding: 0px;
  clear: both;
  color: #000;
}
  .filtr_form {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
  }
    .filtr_form label {
      height: 30px;
      line-height: 30px;
      vertical-align: middle;
    }
#PagerId {

}

/* PAGER */
.PagerClass {
  height: 48px;
  display: block;
  float: right;
  border-left: 0px solid #FFF;
  color: #FFF;  
}
.PagerClass a, .PagerClass span {
  padding: 0 8px;
  margin: 0 0 0 1px;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 44px;
  font-size: 15px;
  font-family: OpenSans;
  background: #f8981d;
  color: #FFF;
  text-decoration: none;
}
.PagerClass span {
  color: #FFF;
  background: #f8981d;
}

  .PagerClass a:hover {
    text-decoration: none;
      background: #f8981d;
  }
.PagerClass span.actual {
  color: #000;
  margin: 0 0 0 1px;
    background: #f8981d;
}

/* předchozí a další*/
.PagerClass a.next {
  padding-right: 10px;
  width:100px;
  background: #f8981d;
}
  .PagerClass a.next:hover {
    width:100px;
  background: #000;
  }
.PagerClass a.previous {
  padding-left: 10px;
    width:100px;
  background: #f8981d;
}
  .PagerClass a.previous:hover {
    width:100px;
    background: #000;
  }
.PagerClass span.next {
  color: #AAA;
  width:100px;
  background: #000;
}
.PagerClass span.previous {
  padding-left: 10px;
  width:100px;
  color: #AAA;
  background: #000;
}

/* první a poslední */
.PagerClass a.first {
  width: 15px;
  background: #000 url(../images/first_disabled.gif) center no-repeat;
}
  .PagerClass a.first:hover {
    background: #000 url(../images/first_disabled.gif) center no-repeat;
  }
.PagerClass a.last {
  width: 15px;
  background: #000 url(../images/last_disabled.gif) center no-repeat;
}
  .PagerClass a.last:hover {
    background: #000 url(../images/last_disabled.gif) center no-repeat;
  }

.PagerClass span.first {
  width: 15px;
  background: #000 url(../images/first.gif) center no-repeat;
}
.PagerClass span.last {
  width: 15px;
  background: #000 url(../images/last.gif) center no-repeat;
}

#rekalamce_form_content {
  
}
  #rekalamce_form_content label {
    display: inline-block;
    width: 250px;
    line-height: 15px;
    padding: 8px 0;
    vertical-align: middle;
    text-align: right;
  }
    #rekalamce_form_content label .small {
      font-size: 95%;
      display: block;
    }
    #rekalamce_form_content input[type=text] {
      width: 500px;
    }
    #rekalamce_form_content textarea {
      width: 500px;
    }
    