/*
 * II. Print CSS
 *     ==================
 **/
body	{
  margin: 0; padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12pt;
}
a	{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}   
#bg, #lista, #footer, #search, #hp-navigace, #column, .foto a span {
  display: none;
}
#header {
  height: 100px;
}
#content, #product {
  width: 100%;
}

#theme {
  border-top: 1px solid #d9dee4;
}

.tab-cart td, .tab-cart th, .tab td, .tab th {
  border-bottom: 1px solid #dddce4;
}

/* -- Logo -- */
#logo { font-size: 3em; }
#logo, #logo a { color: #000; text-decoration: none;}
#logo span { background: none;}

ul li {
  list-style-type: square !important;
}

