﻿
/* ------------------------------------------- */
/* General styles
/* ------------------------------------------- */

body 
{
    background-color: #DFDDBC;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-align: center;
	margin: 5px;
}

/* ------------------------------------------- */
/* Header
/* ------------------------------------------- */
.header
{
    height: 110px;
}

.header-home-back
{
    background-image: url(shop4all-back.jpg);
}

.header-tab
{
    float: left;
    height: 60px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    border-right: 1px solid OrangeRed;
}

.header-tab-left
{
    border-left: 1px solid OrangeRed;
}

.header-tab-image
{
    float: left;
    width: 148;
    height: 110px;
    margin-right: 10px;
}

.header-tab a
{
    color: DarkSlateGray;
}

.header-tab-title
{
    color: OrangeRed;
    margin: 0px 10px 10px 10px;
}

.header-tab-normal
{
    color: DarkSlateGray;
    margin: 0px 10px 0px 10px;
}

.header-tab-slogan
{
    float: right;
    margin: 10px 10px 10px 0px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16pt;
    border-right: 1px solid OrangeRed;
    color: OrangeRed;
}

.tab-selected-left
{
    float: left;
    width: 10px;
    height: 28px;
    background-image: url(btn-selected-l.jpg);
}

.tab-selected-middle
{
    float: left;
    height: 28px;
    background-image: url(btn-selected-m.jpg);
    background-repeat: repeat-x;
}

.tab-selected-middle a
{
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.tab-selected-right
{
    float: left;
    width: 10px;
    height: 28px;
    background-image: url(btn-selected-r.jpg);
}

.tab-normal-left
{
    float: left;
    width: 10px;
    height: 28px;
    background-image: url(btn-normal-l.jpg);
}

.tab-normal-middle
{
    float: left;
    height: 28px;
    background-image: url(btn-normal-m.jpg);
    background-repeat: repeat-x;
}

.tab-normal-middle a
{
    font-weight: bold;
    color: DarkSlateGray;
    text-decoration: none;
}

.tab-normal-right
{
    float: left;
    width: 10px;
    height: 28px;
    background-image: url(btn-normal-r.jpg);
}

.tab-spacer
{
    margin-top: 5px;
}

/* ------------------------------------------- */
/* Footer
/* ------------------------------------------- */
.footer
{
    clear: both;
    color: White;
    text-align: center;
    vertical-align: center;
    font-size: 9px;
    height: 20px;
    background-color: #00759F;
    padding-top: 10px;
}

/* ------------------------------------------- */
/* Quick menu
/* ------------------------------------------- */
.navbar
{
    position: absolute;
    top: 116px;
    width: 760px;
    background-color: White;
    padding-bottom: 5px;
}

.navbar-1
{
    background-image: url(back-contents-noline.jpg);
    background-repeat: repeat-y;
}

.navbar-2
{
    background-image: url(back-contents-one-line.jpg);
    background-repeat: repeat-y;
}

.navbar-3
{
    background-image: url(back-contents.jpg);
    background-repeat: repeat-y;
}

/* ------------------------------------------- */
/* Position and size
/* ------------------------------------------- */
.contents-all
{
    width: 760px;
    text-align: left;
    border: 1px Solid #808080;
    color: #666666;
    background-color: White;
}

.contents-home
{
    margin-top: 30px;
    width: 100%;
    background: #DFDDBC url(back-contents.jpg) repeat-y;
}

.contents-home-one-line
{
    margin-top: 30px;
    width: 100%;
    background: #DFDDBC url(back-contents-one-line.jpg) repeat-y;
}

.contents-home-noline
{
    margin-top: 30px;
    width: 100%;
    background: #DFDDBC url(back-contents-noline.jpg) repeat-y;
}

/* ------------------------------------------- */
/* Layout (1 column)
/* ------------------------------------------- */
.layout-1col-col1
{
    float: left;
    width: 750px;
    padding: 10px 5px 10px 5px;
}

/* ------------------------------------------- */
/* Layout (2 column)
/* ------------------------------------------- */
.layout-2col-col1
{
    float: left;
    width: 142px;
    padding: 10px 5px 10px 5px;
}

.layout-2col-col2
{
    float: left;
    width: 595px;
    padding: 10px 5px 10px 5px;
}

/* ------------------------------------------- */
/* Layout (3 column)
/* ------------------------------------------- */
.layout-3col-col1
{
    float: left;
    width: 142px;
    padding: 10px 5px 10px 5px;
}

.layout-3col-col2
{
    float: left;
    width: 447px;
    padding: 10px 5px 10px 5px;
}

.layout-3col-col3
{
    float: left;
    width: 140px;
    padding: 10px 5px 10px 5px;
}

/* ------------------------------------------- */
/* Text
/* ------------------------------------------- */
.text-title
{
    font-weight: bold;
    color: White;
    background-color: #00759F;
    padding: 4px;
}

.text-normal
{
    padding: 4px;
    margin-top: 5px;
    color: #666666;
    text-align: left;
}

/* ------------------------------------------- */
/* Pogoji poslovanja
/* ------------------------------------------- */
.text-opis
{
    font-size: 10pt;
}

.pager
{
    text-align: center;
    background-color: Lavender;
    border: 1px solid LightSteelBlue;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ------------------------------------------- */
/* Akcijski artikli
/* ------------------------------------------- */
.akcija
{
    text-align: center;
    background-color: Lavender;
    border: 1px solid LightSteelBlue;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
}

/* ------------------------------------------- */
/* Podroben prikaz artikla
/* ------------------------------------------- */
.hyperlink-podrobno
{
    font-weight: bold;
    font-size: 8pt;
}

.hyperlink-podrobno a
{
    color: #6495ED;
}

.hyperlink-podrobno a:visited
{
    color: #6495ED;
}
