/*
 * print.css - media print (print)
 * Autor: Martin Zemánek, martinzemanek at email.cz 
 */
* { 
padding: 0; 
margin: 0;
}
.noborder {
  border:none;
  background:none;
}
body {
 font-family: Arial, Verdana, "Times New Roman", Verdana;
 font-size: 13px;
 color: black;
 background: white;
 background-attachment:fixed;
}
/* ------------------ Poziční bloky - obsah, sloupce--------------------*/
#wrap {
float:left;
width:1000px;
}
#content_block {
  width:100%;
  float:left;
}
#main { 
 float: left;
 width:100%;
}
#content { 
 float:left;
 display:block; 
 padding:0 5px;
}
#left, #rating_of_products, .submit2, iframe, #detail_product, .submit, .input_mini, .navigace_back3, .navigace_back2, #detail_submit, input#but_tisk, form#but_compar input, form#but_oblib input { 
 display:none;
}
#right, .coin-slider, #detailmenu, #slidecontent, #slide_home, .labels, .labels_detail, .label, .buy_detail, .footer_cats { 
 display:none;
}
.table_detail {
  width:100%;
}
.h1_background {
  font-size:16px;
  font-weight:bold;
  padding:10px 0;
  color:black;
  background:white;
  text-shadow:none;
}
/* ------------------ Hlavička --------------------*/
#header { 
 display:none;
}
/* ------------------ NAVIGACE nahoře --------------------*/
#navigace { 
  display:none;
}

/* ------------------ Ikony --------------------*/
.top_bottom {
  display:block;
}

.dokosiku { 
  display:none;
}
.detail_produktu { 
  display:none;
}
.dokosiku_detail, .detail_produktu { 
  display:none;
}
.navigace_back {
  border: none;
  height:50px;
  padding:3px 0;
  margin:0 0 10px 0;
}
/* ------------------ Vlastnosti elementu --------------------*/
th {
  padding:3px;
}
table {
  width:100%;
}
td {
  padding:2px 1px;
}
table, tr, td, th {
  border-collapse:collapse;
}

select {
  border: 1px solid #eee;
  padding:0 0 0 2px;
  font-size:13px;
}
img {
  border:none;
}
a {
  font-weight:bold;
  color:black;
}
.white, .light, .color, .color_bold, .color2 {color:black;font-weight:bold;}
a:hover {
  text-decoration:none;
}

/* ------------------ Patička --------------------*/
#footer, .cart_box {
	display:none;
}
/* ------------------ Výpis produktů - záhlaví a zápatí --------------------*/
.list_of_products {
  height:30px;
  line-height:30px;
  border: 1px solid #eee;
  width:100%;
  font-weight:bold;
}
table.list_of_products_table tr td {
  padding: 2px 3px;
  border: 1px solid #eee;
  border-bottom:2px solid white;
}
#paging_header {
  display:none;
}
#paging_header p.paging_header_left {
  line-height:20px;
  float:left;
}
#paging_header p.paging_header_right {
  line-height:20px;
  float:right;
}
#paging_footer {
  display:none; 
}

#paging_footer table tr td{
 padding:0;
}
#paging_footer table tr td.leftpage {
 width:16px;
text-align:left;
}
#paging_footer table tr td.rightpage{
 width:70px;
 text-align:right;
}
#paging_footer table tr td.centerpage{
 text-align:center;
}
/* ------------------ Ostatní vlastnosti --------------------*/
.infomessage {
vertical-align: middle;
color:black;
}
.errormessage {
vertical-align: middle;
color:black;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}
.smaller_bold {
  font-weight:bold;
  font-size:75%;
}
.bold {
  font-weight:bold;
}
.center {
  text-align:center;
}
.center_small {
  text-align:center;
  width:100px;
}
.hidden {
	display: none;
}

.justify {
  text-align:justify;
}
.clear {
  clear: both;
}
.smaller, .description, .description2 {
  font-size:75%;
}
.smaller_center {
  font-size:75%;
  text-align:center;
}
.smaller_color {
  font-size:75%;
}
.smaller_gray {
  font-size:75%;
  color:black;
}

.background {
  border-style: inset;
}

.color_bold {
  font-weight:bold;
}

.submit {
  border:none;
  font-size:13px;
  border: 1px solid #ddd;
  height:auto;
  cursor:pointer;
}
a.special_submit {
  border:none;
  font-size:14px;
  border: 1px solid #ddd;
  height:auto;
  cursor:pointer;
  padding:5px;
  color:black;
  display:block;
}
.detailcontent{
  background:white;color:black;padding:0;
}
.top_left {float:left;margin-right:10px;}
