        body {
                margin:0px;
                padding:0px;
                background:#000 url("../img/bg.gif");
                font-family:verdana,arial,sans-serif;
                font-size:90%;
                color:#fd941f;
                text-align:center;
        }

/*
    globalni nastaveni
*/
        a {
                color:#fd941f;
                text-decoration:none;
        }

        a:hover {
                color:#fd941f;
                text-decoration:underline;
        }

        .light {
                color:#d8ab8c;
        }

        .light:hover {
                color:#d8ab8c;
                text-decoration:underline;
        }

        .dark {
                color:#c35c21;
        }

        .dark:hover {
                color:#c35c21;
                text-decoration:underline;
        }
        
        .clear {
                clear:both;
                font-size:1px;
                height:1px;
                display:inline;
        }

        table {
                padding:0px;
                margin:0px;
                border-collapse:collapse;
                border:0px none;
        }

        table td {
                margin:0px;
                padding:0px;
        }

        form {
                padding:0px;
                margin:0px;
                display:inline;
        }

        input {
                border:1px solid #000;
                height:18px;
                padding:0px;
                margin:0px;
                font-size:100%;
        }

        .itembutton {
                border:1px solid #c35c21;
                background:#c35c21;
                color:#000;
                height:18px;
                padding:1px;
        }

        .simple {
                border:1px solid #000;
                background:#fff;
                font-size:100%;
                width:15px;
                height:14px;
                width:15px;
                color:#000;
                text-align:right;
        }
        
        .noborder {
                border:0px none;
        }

        .bigger {
                font-size:115%;
                color:#efefef;
        }

        img {
                border:0px;
                padding:0px;
                margin:0px;
        }

        .text input {
                width:450px;
        }
        
        .text .autowidth {
                width:auto;
        }
        

        .text textarea {
                width:450px;
                height:50px;
                color:#000;
                font-family:arial,verdana,sans-serif;
                border:1px solid #000;
        }

/*
  dodatecny vetsi frame!
*/
        #site {
                width:964px;
                margin-left:auto;
                margin-right:auto;
        }

        #logo {
                float:left;
                width:47px;
                height:auto;
                padding:5px 3px 10px 5px;
                background:#000;
        }
        
        #banners {
                float:left;
                width:120px;
                padding:0px 5px 5px 3px;
                
        }
        
        #banners h1 {
                text-align:right;
                color:#fd941f;
                padding-right:5px;
                padding-top:10px;
                font-size:80%;
        }
        
        #banners .cart {
                display:block;
                width:106px;
                padding:8px 3px;
                margin:0px 0px 5px 5px;
                text-align:center;
                border:1px solid #444;
                border:1px solid #fd941f;
                background:#000 url("../img/bag.jpg") no-repeat top left;         
                font-size:80%;   
                color:#efefef;    
        }
        
        #banners .banner {
                display:block;
                width:114px;
                margin:0px 0px 10px 5px;
                text-align:center;
        }
        
        #banners .tip {
                display:block;
                width:86px;
                padding:13px;
                margin:0px 0px 5px 5px;
                text-align:center;
                border:1px solid #444;
                background:#000;
        }

        .tip .image {
                width:80px;
                height:80px;
                padding:0px;
                margin:0px;
                background:#7e7e7e;
                border:1px solid #000;
                text-align:center;
        }

        .tip .image img {
                border:0px none;
                margin:0px;
                padding:0px;
                vertical-align:middle;
        }

        .tip .desc {
                color:#fff;
                font-size:60%;
                font-weight:bold;
                width:80px;
                height:24px;
                overflow:hidden;
        }

        .tip .desc a {
                color:#efefef;
        }

        .tip .desc a:hover {
                color:#fd941f;
                overflow:hidden;
        }

/*
    velky frame - zaklad webu
*/
        /*IE 5.x*/
        #frame {
                position:relative;
                float:left;
                display:block;
                width:780px;
                padding:0px;
                padding-top:172px;
                margin-top:0px;
                margin-bottom:0px;
                background:#000 url('../img/top2.jpg') no-repeat top left;
                text-align:left;
        }

        #search {
                position:absolute;
                top:70px;
                width:180px;
                font-size:80%;
                border:1px solid #444;
                padding:10px;               
                margin-left:20px;
                background:#77b3fa;
                color:#fff;
        }

        #quickcontact {
                position:absolute;
                top:10px;
                right:10px;
                font-size:120%;
                font-weight:bold;         
                border:1px solid #444;
                padding:10px;               
                background:#fd941f;
                background:#000;
                color:#fff;       
        }
        
        #quickcontact .smalltext {
                font-size:70%;
                font-weight:normal;
        }

        .transon {
                filter:alpha(opacity=50);
                -moz-opacity:0.50;
        }

        .transoff {
                filter:alpha(opacity=100);
                -moz-opacity:1;
        }

        #search input {
                width:110px;
                height:16px;
        }

        #search .button {
                width:auto;
                font-weight:bold;
                height:18px;
        }
                

        #frame #menu {
                float:left;
                width:180px;
                padding:0px;
                margin:0px;
                font:verdana,arial,sans-serif 11px bold;
                color:#7e7d79;
        }

        #frame #menu #catlist {
                font:Verdana,Arial,sans-serif;
                font-size:90%;
                font-weight:bold;
                width:180px;
        }

        #frame #menu #catlist .space {
                display:block;
                height:3px;
                font-size:1px;
        }

        .light {
                color:#ededed;
                text-decoration:none;
                width:160px;
                display:block;
                padding:3px 10px;
                margin:0px;
        }

        .light:hover {
                background:#ededed;
                color:#000;
                text-decoration:none;
        }

        .dark {
                color:#77b3fa;
                text-decoration:none;
                width:160px;
                display:block;
                padding:3px 10px;
                margin:0px;
        }

        .dark:hover {
                background:#77b3fa;
                color:#000;
                text-decoration:none;
        }

/*
  podkategorie
*/
        .sublight {
                color:#ededed;
                text-decoration:none;
                display:block;
                padding:3px 10px;
                margin:0px;
        }

        .sublight:hover {
                background:#ededed;
                color:#000;
                text-decoration:none;
        }

        .subdark {
                color:#fd941f;
                text-decoration:none;
                display:block;
                padding:3px 10px;
                margin:0px;
        }

        .subdark:hover {
                background:#fd941f;
                color:#000;
                text-decoration:none;
        }


        .nocat {
                font-size:105%;
                font-weight:normal;
                text-decoration:none;
                padding:3px 10px;
                display:block;
                width:160px;
        }

/*
  hlavni kus stranky
*/
        /*IE 5.x*/
        #frame #main {
                float:left;
                width:600px;
                padding:0px;
                margin:0px;
        }

/*
  ohraniceny text
*/
        /*IE 5.x*/
        #frame #main .text {
                width:569px;
                padding:10px;
                margin:0px 0px 4px 4px;
                border:1px solid #444;
        }

        #frame #main .highlight {
                width:561px;
                padding:10px;
                margin:0px 0px 4px 4px;
                border:5px solid #f00;
                color:#f00;
        }

        /*IE 5.x*/
        #frame #main .carttext {
                width:565px;
                padding:10px;
                margin:0px 4px 4px 4px;
                border:3px solid #fd941f;
        }

        #frame #main .text .info, #frame #main .carttext .info {
                font-size:80%;
                color:#efefef;
        }

        #frame #main .text .info h1 {
                font-size:120%;
                color:#fd941f;
        }

        #frame #main .text .light, #frame #main .text .dark {
                font-size:75%;
        }

/*
  cislovany seznam
*/
        .numbered {
                font-size:110%;
        }

        .numbered li {
                margin-top:5px;
        }

        .simplelist {
                list-style:square;
                margin-left:16px;
        }

/*
  pole pro produkty
*/
        /*IE 5.x*/
        #frame #main .products {
                width:598px;
                padding:0px;
                margin:0px;
                border:0px none;
        }

        /*IE 5.x*/
        #frame #main .products .product {
                float:left;
                display:inline;
                width:86px;
                padding:13px;
                margin:0px 0px 5px 5px;
                text-align:center;
                border:1px solid #444;
        }
        /*IE 5.x*/
        #frame #main .products .product .image {
                width:80px;
                height:80px;
                padding:0px;
                margin:0px;
                background:#7e7e7e;
                border:1px solid #000;
                text-align:center;
        }

        #frame #main .products .product .image img {
                border:0px none;
                margin:0px;
                padding:0px;
                vertical-align:middle;
        }

        /*IE 5.x*/
        #frame #main .products .product .desc {
                color:#fff;
                font-size:80%;
                font-weight:bold;
                width:80px;
                height:24px;
                overflow:hidden;
        }
        /*IE 5.x*/
        #frame #main .products .product .desc a {
                color:#efefef;
        }

        #frame #main .products .product .desc a:hover {
                color:#fd941f;
                overflow:hidden;
        }

/* navigace */
        /*IE 5.x*/
        #frame #main .nav {
                display:block;
                clear:both;
                width:589px;
                height:15px;
                padding:5px 0px;
                margin:0px 4px 4px 4px;
                border:1px solid #444;
                background:#363636;
                font-weight:bold;
        }

        #frame #main .nav a {
                color:#fd941f;
                font-weight:normal;
                text-decoration:none;
        }

        #frame #main .nav a:hover {
                color:#fd941f;
                text-decoration:underline overline;
        }
        /*IE 5.x*/
        #frame #main .nav .prev {
                float:left;
                padding:0px 5px;
                font-size:80%;
                text-align:left;
                color:#ddd;
                width:50px;
        }

        #frame #main .nav .pages {
                float:left;
                padding:0px 0px;
                font-size:80%;
                text-align:center;
                color:#ddd;
                width:469px;
        }

        /*IE 5.x*/
        #frame #main .nav .next {
                float:left;
                padding:0px 5px;
                font-size:80%;
                text-align:right;
                color:#ddd;
                width:50px;
        }

        h1 {
                font-size:105%;
                font-weight:bold;
                padding:0px;
                margin:0px 0px 5px 0px;
        }

        #frame #main .product a {
                font-size:75%;
                color:#ddd;
                text-decoration:none;
        }

        #frame #main .product a:hover {
                color:#9e0b0e;
                text-decoration:none;
        }

        /*
          obrazek v detailu
        */

        /*IE 5.x*/
        #frame #main .itemimage {
                width:589px;
                padding:10px 0px;
                margin:0px 0px 4px 4px;
                border:1px solid #444;
                text-align:center;
        }

        #frame #main .itemimage img {
                border:1px solid #444;
        }

        /*
          info o zbozi
        */
        #frame #main .iteminfo {
                width:600px;
                padding:0px;
                margin:0px;
                border:0px none;                
                font-size:75%;
                color:#efefef;
        }

        #frame #main .iteminfo .detail {
                float:left;
                display:inline;
                width:288px;
                padding:10px;
                margin-left:4px;
                border:1px solid #444;
        }

        /*IE 5.x*/
        #frame #main .iteminfo .order {
                float:left;
                display:block;
                width:255px;
                padding:10px;
                margin-left:4px;
                border:1px solid #444;
        }

/*
  polozka v kosiku
*/
        #frame #main .cartproduct {
                width:569px;
                padding:10px;
                margin:0px 0px 4px 4px;
                border:1px solid #fd941f;
                background:#363636;
        }

        .cartproduct .image {
                float:left;
                display:inline;
                width:80px;
                height:80px;
        }

        .cartproduct .desc {
                float:left;
                width:478px;
                display:inline;
                margin-left:10px;
                color:#efefef;
                font-size:80%;
        }

        .cartproduct .listlink {
                font-size:80%;
                text-align:right;
                font-weight:bold;
                clear:both;
        }

        .blue {
                color:#77b3fa;
        }

/*
  copyright
*/
        /*IE 5.x*/
        #copyright {
                clear:both;
                width:760px;
                margin-top:10px;
                margin-bottom:0px;
                background:url("../img/bottom.jpg") no-repeat top left;
                padding:85px 10px 3px 10px;
                color:#efefef;
                font-size:70%;
        }

        .address {
                width:450px;
                margin-left:auto;
                margin-right:auto;
        }

        #copyright a {
                color:#ccc;
                text-decoration:underline;
        }
        
        #copyright a {
                color:#fff;
        }                

