/*    =COMMON
-----------------------------------------------------*/
body {
    background: #162233 url('images/bg.png') repeat-x fixed top left;
    font-family: Arial;
    color: #585858;
}

strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 a {
    text-decoration: none;
    color: #585858;
}

em {
    font-style: italic;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover, a:focus {
    text-decoration: underline;
}

.tilt, .click {
    font-size: 14px;
    font-weight: bold;
}

.tilt {
    color: #477683;
}

form input.button {
    color: #065e72;
    border: 0;
    font-family: Arial;
    font-size: 1.2em; /* 12px */
    cursor:pointer;
}

p.discount {
    width: 440px;
    line-height: 16px;
}

p.l {
    clear: both;
    border-bottom: #ebe7de solid 0.1em;
    width: 460px;
}

/*    =CONTAINER
-----------------------------------------------------*/
#container { background-color: #FFF; }

/*    =HEAD
-----------------------------------------------------*/
#head {
    background: url('images/header_bg.png') no-repeat scroll top left;
}

    /*    =NAVI
    -----------------------------------------------------*/    
    #head #ivec ul#navi li a {
        color: #477683;
        font-size: 1.2em; /* 12px */
    }
    
    /*    =CART
    -----------------------------------------------------*/
    #head a#cart {
        background: url('images/cart.png') no-repeat scroll top left;
        text-decoration: none;
    }
        
        #head a#cart dl { font-size: 1.2em; /* 12px */ }
        
            #head a#cart dl dt { color: #ababab; }
            #head a#cart dl dd { color: #585858; }
            
    /*    =H2
    -----------------------------------------------------*/
    #head h2 {
        color: #81b3c1;
        font-size: 1.2em; /* 12px */
        font-weight: normal;
    }
    
    /*    =SIDEBAR_NAVI
    -----------------------------------------------------*/
    #head #sidebar_navi { 
        background: url('images/sidebar_navi.png');
        color: #FFF;
    }
    
        #head #sidebar_navi ul li {
            border-bottom: 0.1em solid #5c8793;
            font-size: 1.5em; 
        }
        
        #head #sidebar_navi ul li.l { border: 0; }
            
            #head #sidebar_navi ul li a { color: #FFF; }
            
    /*    =FORM
    -----------------------------------------------------*/
    #head #sidebar form input#q {
        color: #585858;
        background: url('images/search_input.png');
        border: 0;
        font-family: Arial;
        font-size: 1.2em; /* 12px */
        height: 19px;
    }
    
    form input.button.search {
        background: url('images/search_button.png');
        font-weight: bold;
    }
    
/*    =MAIN
-----------------------------------------------------*/

    /*    =NAVI
    -----------------------------------------------------*/
    #main #main_navi {
        color: #585858;
        background: #FFF url('images/navi_bg.png') no-repeat scroll top left;
    }
    
    #main #main_navi ul {
        font-size: 1.2em; /* 12px */
    }
        
        #main #main_navi ul li { border-bottom: #e5e5e5 solid 0.083em; }        
            #main #main_navi ul li.l { border: 0; }
            
        #main #main_navi ul li.toggle a { text-decoration: none; }
            
/*    =CONTENT
-----------------------------------------------------*/
#main #content h1, #main #content h2 {
    font-size: 1.8em; /* 18px */
}

    #main #content h3 {
        font-size: 12px;
        color: #585858;
    }
    
    #main #content h3 a {
        color: #585858;
        font-weight: none;
        text-decoration: none;
    }

    #main #content div.pagination {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        color: #477683;
    }
    
    #main #content div.pagination a {
        font-weight: normal;
        font-size: 12px;
        color: #ababab;
    }
    
    #main #content div.news h2 {
        color: #477683;
    }

    #main #content div p {
        font-size: 1.1em; /* 11px */
    }
    
    #main #content div.news p {
        font-size: 14px; /* 11px */
    }
    
    #main #content div.news p.date {
        font-size: 11px; /* 11px */
        font-weight: bold;
    }
    
    #main #content ul.podjetje {
        font-size: 1.1em; /* 11px */
        line-height: 16px;
    }
    
    #main #content ul li dl.product dt a, #main #content ul li dl.product dt span {
        color: #477683;
        font-size: 14px; /* 14px */
    }
    
    #main #content ul li dl.product dd.code {
        color: #585858;
        font-weight: bold;
        font-size: 14px; /* 14px */
    }
    
    #main #content ul li dl.product dd {
        color: #585858;
        line-height: 1.46em;
        font-size: 1.1em; /* 11px */
    }
    
    #main #content ul li dl.product dd.d {
        font-size: 13px; /* 14px */
    }
    
    #main #content ul li dl.product dd.action {
        color: #ababab;
        font-size: 9px; /* 9px */
    }
    
    #main #content ul li div.price dl dt {
        color: #477683;
        font-size: 1.8em; /* 18px */
        font-weight: bold;
    }
    
        #main #content ul li div.price dl dd {
            color: #ababab;
            font-size: 1.6em; /* 9px */
            font-weight: bold;
            text-decoration: line-through;
        }
        
        form input.button.cart {
            background: url('images/cart_button.png');
            font-weight: normal;
        }
    
/*    =FOOTER
-----------------------------------------------------*/
#footer {
    border-top: #ebe7de 0.1em solid;
    color: #a09b95;
}

    #footer a { color: #477683; text-decoration: none; }








