body {
   text-align: left;
   font-family: arial,verdana,helvetica;
   font-size: 80%;
   margin: 0px;
   color: #000000;
   background-color: #F1F1F1;
}
.header {
   overflow: hidden;
/*   width: 775px;*/
   width: 990px;
   margin: 0px;
   text-align: center;
   border: 1px solid #C0C0C0;
   border-top: 0px;
   border-bottom: 0px;
   background-color: #FFFFFF;
   background-image: url("../images/stin.gif");
   background-repeat: repeat-x;
}
.main {
   width: 990px;
   margin: 0px;
   border: 1px solid #C0C0C0;
   border-top: 0px;
   background-color: #FFFFFF;
}
.main_left {
   float: left;
   width: 160px;
   height: 1100px;
   margin: 0px;
   text-align: left;
   background-color: #BD0000;
   border: 1px solid #800000;
   border-left: 0px;
   border-top: 0px;
}
.main_right {
   float: right;
   width: 820px;
   margin: 5px;
   margin-right: 3px;
/*   margin-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;*/
}
.footer {
   width: 990px;
   clear: both;
   text-align: center;
   margin: 3px;
   color: #808080;
   font-size: 80%;
}


a {
   color: #C00000;
   text-decoration: none;
}
a:hover  {
   color: #800000;
   text-decoration: underline;
}
a.menu   {
   height: 18px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   padding-left: 5px;
   padding-right: 5px;
}
a.menu:hover {
   color: #FFA405;
   text-decoration: none;
}
a.menu_left {
   width: 100%;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   padding: 2px 5px 2px 5px;
}
a.menu_left:hover  {
   color: #FFA405;
   text-decoration: none;
   background-color: #A80000;
}
.selected {
   height:19px;
   background-color: #800000;
   border-bottom: 1px solid #A80000;
}
.non_selected {
   height:19px;
   border-bottom: 1px solid #A80000;
}
.header_hlavicka {
   width: 990px;
   height: 79px;
   font-weight: bold;
   background-image: url("../images/hlavicka.png");
}
.header_hlavicka_min {
   width: 100%;
   height: 79px;
   font-weight: bold;
   background-image: url("../images/hlavicka_min.png");
}
.katalog_ram {
   width: 198px;
   height: 195px;
   float: left;
   margin-left: 3px;
   margin-right: 2px;
   margin-bottom: 5px;
   text-align: center;
   border: 1px solid #C0C0C0;
   background-color: #FFFFFF;
}
.katalog_ram_akce {
   width: 198px;
   height: 195px;
   float: left;
   margin-left: 3px;
   margin-right: 2px;
   margin-bottom: 5px;
   text-align: center;
   border: 1px solid #C0C0C0;
   background-color: #FFFFC0;
   border: 1px solid #C00000;
   background-image: url("../images/pozadi_akce.gif");
   background-repeat: no-repeat;
}
.katalog_nazev {
   height: 50px;
   text-align: left;
   margin-bottom: 3px;
   padding-left: 5px;
   font-weight: bold;
   background-image: url("../images/pozadi_katalog.gif");
   overflow: hidden;
}
.katalog_cena {
   width: 100px;
   float: left;
   margin-left: 5px;
   text-align: left;
   font-weight: bold;
   color: #C00000;
}
.katalog_sort {
   width: 180px;
   float: left;
   text-align: left;
   padding-left: 5px;
}
.katalog_nav {
   width: 380px;
   float: right;
   text-align: right;
   padding-right: 5px;
}
.katalog_top10 {
	position: relative;
	left: +610px;
   top: -1111px;
   width: 200px;
   height: 1008px;
   padding-top: 4px;
   background-color: #BD0000;
   border: 1px solid #800000;
}
.detaily_ram {
   text-align: left;
   padding: 10px;
   border: 1px solid #C0C0C0;
}
.detaily_nazev {
   height: 36px;
   text-align: left;
   font-weight: bold;
   background-image: url("../images/pozadi_katalog.gif");
}
.detaily_akce {
   background-color: #FFFFC0;
/*   background-image: url("../images/cenova_bomba_big.gif"); */
   background-repeat: no-repeat;
}
.detaily_cena {
   text-align: left;
   font-weight: bold;
   color: #C00000;
}


.gray {
   color: #808080;
}
.left {
   text-align: left;
}
p {
   margin: 0px;
   margin-bottom: 10px;
}
.nadpis {
   height: 30px;
   text-align: left;
   font-size: 120%;
   font-weight: bold;
   padding-top: 8px;
   margin-bottom: 10px;
   background-image: url("../images/logo_pozadi.gif");
   background-repeat: no-repeat;
}
.bold {
   color: #404040;
   font-weight: bold;
}
.error {
   width: 100%;
   font-size: 110%;
   text-align: center;
   margin-bottom: 10px;
   color: #404040;
   background-color: #FFE981;
   border:1px dotted #BD0000;
/*
   padding: 20px;
   padding-left: 50px;
*/
   background-image: url("../images/error.gif");
   background-repeat: no-repeat;
}
.error_in {
   margin: 20px;
   margin-left: 50px;
}
.small {
   font-size: 80%;
}
ul {
   margin-top: 5px;
   margin-left: 20px;
}
form {
   margin: 0px;
}
input {
   font-family: arial,verdana,helvetica;
   font-size: 100%;
   color: #000000;
   border: 1px solid #D6D6D6;
   border-bottom: 1px solid #000000;
}
select {
   position: relative;
   top: +2px;
   font-family: arial,verdana,helvetica;
   font-size: 100%;
   color: #000000;
   border: 1px solid #D6D6D6;
   border-bottom: 1px solid #000000;
}
textarea {
   font-family: arial,verdana,helvetica;
   font-size: 100%;
   color: #000000;
   border: 1px solid #D6D6D6;
   border-bottom: 1px solid #000000;
}
.tlacitko {
   width: 60px;
   font-size: 90%;
   font-weight: normal;
   color: #000000;
   background-color: #D9D9D9;
   border: 1px solid #5E5E5E;
   border-bottom: 1px solid #000000;
   border-right: 1px solid #000000;
   cursor: hand;
}

.ramecek {
   background-color: #F1F1F1;
   border: 1px solid #C0C0C0;
   margin-bottom: 10px;
}
.ramecek_adm {
	font-size: 80%;
   background-color: #F1F1F1;
   border: 1px solid #C0C0C0;
   margin-bottom: 10px;
}
table {
   font-family: arial,verdana,helvetica;
   font-size: 100%;
   color:#000000;
   margin: 0px;
   padding: 0px;
}
th {
   font-weight: bold;
   background-color: #D9D9D9;
}
td {
   margin: 0px;
   padding: 2px;
}
.table_line {
   height: 1px;
   padding: 0px;
   background-color: #C0C0C0;
}
.odskok {
   width: 55px;
}
.povine {
   color: red;
   font-size: 150%;
   font-weight: bold;
   margin-left: 5px;
}


.cleaner {
	clear: both;
}
.katalog_ram_vizualne {
	text-align: center;
	float: left;
   margin: 5px 0 0 0;
/*   margin: 0 3px 5px 0;*/
	width: 141px;
   font-size: 10px;
/*   border: 1px solid #C0C0C0;*/
   background-color: #FFFFFF;
}
.katalog_kod_vizualne {
	color: #808080;
}
.katalog_nazev_vizualne {
	width: 140 px;
   margin: 2px 0 0 0;
	color: #404040;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.katalog_cena_vizualne {
   font-size: 11px;
	color: #800000;
   text-align: center;
}
.katalog_kosik_vizualne {
   border: 0px;
   position: relative;
   top: +3px;
   left: +1px;
}














.admin_header0 {
   width: 990px;
   height: 15px;
   margin: 0px;
   color: #808080;
   font-size: 80%;
   text-align: right;
   border: 1px solid #C0C0C0;
   border-bottom: 0px;
   background-color: #FFFFFF;
}
.admin_header {
   width: 990px;
   height: 18px;
   margin: 0px;
   text-align: left;
   border: 1px solid #C0C0C0;
   border-bottom: 0px;
   background-color: #C60000;
}
.admin_main {
   width: 990px;
   margin: 0px;
   text-align: left;
   border: 1px solid #C0C0C0;
   background-color: #FFFFFF;
}
.admin_footer {
   width: 990px;
   clear: both;
   margin: 3px;
   text-align: center;
   color: #808080;
   font-size: 80%;
}
