html {
    overflow: -moz-scrollbars-vertical;
}

a img {
    border: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

td {
    font-size: 12px;
}

body {
    background: #ffcf00;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#page_block {
	background: #fff url("/images/page.gif") repeat-y;
    color: #000;
    width: 878px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#center {	text-align: left;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}

#head {
    background: url("/images/head.jpg") right no-repeat;
    height: 160px;
}

#uvod {
	position: relative;
	width: 230px;
	text-align: center;
}

#uvod div {	position: absolute;
	width: 100%;
	top: 95px;
	left: 0px;
}

#uvod h2, #uvod h3 {	font-style: italic;
	color: #a51e00;
	margin: 0px;
	padding: 0px;
}

#uvod h2 {	font-size: 16px;
}

#uvod h3 {
	padding-bottom: 6px;
	font-size: 14px;
}

#head_cart {
	padding-top: 5px;
	color: #fff;
	float: right;
	width: 175px;
}

#head_cart td {
	font-size: 11px;
}

#head_cart a {
    color: #fff;
    text-decoration: underline;
}

#head_cart a:hover {
    color: #ffcf00;
    text-decoration: underline;
}

#menu_box {
	clear: both;
	font-size: 11px;
    background-color: #a51e00;
    color: #fff;
    font-weight: bold;
	padding: 6px 10px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

#menu_box td {
    font-size: 11px;
}

#menu_box ul {
	margin: 0px;
	padding: 0px;
}

#menu_box ul li {
	display: inline;
    padding: 0px 10px;
	background: url("/images/menu-li.gif") center left no-repeat;
}

#menu_box a {
    color: #fff;
    text-decoration: none;
}

#menu_box a:hover {
    color: #fff;
    text-decoration: underline;
}

#left_box {
    background-color: #e6e6e6;
    width: 200px;
    color: #000;
	border-right: 1px #a6a6a6 solid;
}

div#hledat {	padding: 10px 10px;
}

#left_box a {
    color: #000;
}

#left_box a:hover {
    color: #a51e00;
}

.left_head {
	background-color: #a51e00;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
    padding: 6px 10px;
}

div#vyrobce {
	font-size: 11px;
	padding: 10px 0px;
	text-align: center;
}


#ikony div {    clear: both;
    margin: 0px 0px 10px 0px;
}

#ikony img {
    border: none;
}

div#kategorie {
	font-size: 11px;
}

div#kategorie span.plus, div#kategorie span.minus, div#kategorie span.normal {
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	top: 7px;
	left: 5px;
	line-height: 0px;
	font-size: 0px;
	color: #000;
}

div#kategorie span.plus {	background: url('/images/plus.gif') no-repeat;
}

div#kategorie span.minus {
	background: url('/images/minus.gif') no-repeat;
}

div#kategorie span.normal {
	background: url('/images/normal.gif') no-repeat;
}

div#kategorie ul li hr {
    color: #a6a6a6;
    height: 1px;
    border-width: 0px;
    background-color : #a6a6a6;
}

div#kategorie a.selected {
	background: #bddbf5;
}

div#kategorie ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: none;
}

div#kategorie ul.show {
	display: block;
}

div#kategorie ul li {
	position: relative;
}

div#kategorie ul li a {
	display: block;
	height: 22px;
	line-height: 23px;
	text-decoration: none;
	text-indent: 20px;
	color: #000;
	border-bottom: 1px #fff solid;
}

div#kategorie ul li a:hover {
	background: #bddbf5;
	color: #000;
}

div#kategorie ul li ul li {
	background: #f3ead8;
}

div#kategorie ul li ul li ul li {
	background: #ead6b6;
}

div#kategorie ul li ul li span.plus, div#kategorie ul li ul li span.minus, div#kategorie ul li ul li span.normal {
	left: 20px;
}

div#kategorie ul li ul li a {
	text-indent: 35px;
}

div#kategorie ul li ul li ul li span.plus, div#kategorie ul li ul li ul li span.minus, div#kategorie ul li ul li ul li span.normal {
	left: 35px;
}

div#kategorie ul li ul li ul li a {
	text-indent: 50px;
}





.telo {
    padding: 10px 15px;
}

#footer_box {	height: 46px;
    border-top: 1px #fff solid;
	background: #e7e7e7 url("/images/footer-bg.gif") repeat-x;
	color: #000;
 	font-size: 11px;
 	text-align: center;
}

#footer_box div {
	padding: 8px 10px;
}

#footer {
	display: block;
	color: #83819d;
	font-size: 11px;
    padding: 4px 10px;
    text-align: center;
}

#footer a {
    color: #83819d;
    text-decoration: none;
}

#footer a:hover {
    color: #000;
    text-decoration: underline;
}

#zaver {
	background: #fff url("/images/footer2-bg.gif") bottom repeat-x;
    color: #000;
	height: 4px;
    width: 876px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}




a, a:active, a:visited {
    color: #990000;
    text-decoration: underline;
}

a:hover {
    color: #000099;
    text-decoration: underline;
}

hr {
    color: #D6D6D6;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #D6D6D6;
}

h1 {
    font-size: 22px;
    color: #a51e00;
    padding-bottom: 6px;
}

h2 {
    font-size: 18px;
    color: #a51e00;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    margin-top: 8px;
    margin-bottom: 0px;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.small {
    font-size: 10px;
}

.midle {
    font-size: 11px;
}

.errtext {
  color: #990000;
}

th {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #c2c6d0;
}

.licha td, .suda td {    border-top: 1px solid #c2c6d0;
    font-size: 11px;
}

a.url_up, a.url_up:active, a.url_up:visited {
    color: #000000;
    text-decoration: underline;
}

a.url_up:hover {
    color: #D20000;
    text-decoration: underline;
}

.nasecena {
	font-size: 20px;
	color: #D20000;
    font-weight: bold;
}

.cenadph {
	font-size: 10px;
	color: #D20000;
}

.normalcena {
	font-size: 11px;
	color: #666666;
}

.detail_box {
    float: left;
    margin: 6px 6px 6px 6px;
}

.ramecek {
    border: 1px solid #c2c6d0;
}

.ramecek2 {
    border: 1px #c2c6d0 solid;
}

.ramecek_index {
    border-bottom: 3px solid #c2c6d0;
    border-right: 1px solid #c2c6d0;
}

.db_page {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    background-color: #F4F4F4;
    border: 1px solid #EEEEEE;
    padding: 4px 10px 4px 10px;
}

.db_page_active {
    color: #D20000;
}

A.db, A.db:active, A.db:link, A.db:visited {
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
}

A.db:hover {
    color: #D20000;
    text-decoration: underline;
}

#navigace {
    background-color: #F4F4F4;
    border: 1px solid #EEEEEE;
    padding: 4px 10px 4px 10px;
}

#navigace TD {
    sfont-weight: bold;
    font-size: 11px;
    color: #000000;
}

#navigace A, #navigace A:active, #navigace A:link, #navigace A:visited {
    color: #000000;
    text-decoration: underline;
}

#navigace A:hover {
    color: #D20000;
    text-decoration: underline;
}

A.kosurl, A.kosurl:active, A.kosurl:link, A.kosurl:visited {
    color: #000000;
    text-decoration: none;
}

A.kosurl:hover {
    color: #000000;
    text-decoration: underline;
}

STRIKE, DEL {
    text-decoration: none;
    background: url("/images/strike.gif") repeat-x center left;
}

.detail_img {
    padding: 0px 0px 10px 15px;
    width: 160px;
}

.cervena {
    color: #D20000;
}

A.texturl, A.texturl:active, A.texturl:visited {
    color: #000000;
    text-decoration: underline;
}

A.texturl:hover {
    color: #D20000;
    text-decoration: underline;
}

.note{
	font-size: 11px;
	color: #999999;
}

.obrazky {
    border-left: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
}

.pointer{
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}

.req {	color: #D20000;
}

.prcena {	color: #D20000;
    font-weight: bold;
}



div#anketa {	font-size: 11px;
	padding: 5px 10px 3px 10px;
	color: #000;
}

div#anketa a {
	color: #000;
	text-decoration: underline;
}

div#anketa a:hover {
	color: #990000;
	text-decoration: underline;
}

div#anketa em {	font-size: 10px;
	font-style: normal;
	color: #990000;
}

div#anketa hr {
    color: #07043B;
    height: 1px;
    border-width: 0px;
    background-color: #07043B;
}

div#anketa img {
    background-color: #990000;
}

.katlist {	font-size: 11px;
	width: 75px;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.katdetail {	background: url("/images/kat_bg.gif") no-repeat;
	width: 75px;
	height: 75px;
	margin-top: 10px;
}


.reqinput {	background-color: #fff4ba;
	border: 1px solid #7f9db9;
}

.pop {
	font-size: 11px;
	color: #666;
	font-style: normal;
}



div#bazar span.datum {
	font-size: 10px;
	color: #7995B0;
	font-style: normal;
}

div#bazar em {
	font-size: 11px;
	color: #666;
	font-style: normal;
	float: left;
	display: block;
	width: 60px;
}

div#bazar storng {
	font-size: 11px;
	color: #666;
	font-style: normal;
}

.galimg {
    border: 1px #999 solid;
    padding: 1px;
}

div#companylist h2 {	font-size: 16px;
}

div#companylist h2 a {
	color: #990000;
	text-decoration: none;
}

div#companylist h2 a:hover {
	color: #990000;
	text-decoration: underline;
}

div#mapa ul {
	list-style-image: url("images/normal.gif");
	margin: 10px 0px;
	padding: 0px;
}

div#mapa li {
	margin-left: 30px;
}


div#snav {
    background-color: #F7F7F7;
    border: 1px solid #F1EFEF;
    font-size: 11px;
    color: #000;
    padding: 6px;
}

div#snav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#snav ul li {
	display: inline;
	margin-left: 10px;
}

div#snav ul li a {
    color: #000;
}

div#snav ul li a:hover {
    color: #990000;
}


div#detail_param td {	font-size: 11px;
	padding: 4px 50px 4px 10px;
	border-bottom: 1px #ccc solid;
}


div#tblporovnani table {	border: 1px #ccc solid;
	padding: 1px;
}

div#tblporovnani td.legend {
	background-color: #b5dbf9;
}
div#tblporovnani td {	background-color: #efefef;
	font-size: 11px;
	padding: 4px 10px;

}

div#tblporovnani td h2 {	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.clear {	clear: both;
}

.list_text {	text-align: left;
	font-size: 11px;
}

