﻿body 
{
    padding:0px;
    margin:0px;
    background-color:#edce84;
    font-family:Tahoma;
    font-size:11px;
    text-align:center;
    min-width:800px;
}

#center
{
    width:800px;
    margin:0 auto;
}

#holder
{
    float:left;
    width:800px;
    text-align:left;
}

#header
{
    float:left;
    width:800px;
    height:150px;
    background-image:url(/files/images/header/header_tile.jpg);
    background-repeat:repeat-x;
}

#menu
{
    float:left;
    width:798px;
    height:50px;
    border-left:1px solid #d6a93c;
    border-right:1px solid #d6a93c;
    border-bottom:1px solid #d6a93c;
    background-color:#f6e1b1;  
      
}

#menu a
{
    display:block;
    width:111px;
    height:50px;
    border-right:1px solid #edce84;
    font-size:14px;
    color:#94711f;
    text-decoration:none;
    float:left;
    text-align:center;
    line-height:50px;
}

#menu a:hover
{
    background-color:#e4cc95;
}

#footer
{    
    float:left;
    width:758px;
    border:1px solid black;
    border-top:none;
    background-color:black;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;
    color:White;

}

#footer a
{
    color:White;
    text-decoration:underline;
}

#footer a:hover
{
    text-decoration:none;
}

#content
{
    float:left;
    width:798px;
    border:1px solid #d6a93c;
    border-top:none;
    background-color:#fff5dd;
    padding-top:20px;
    padding-bottom:20px;
}

#left
{
    float:left;
    width:400px;
    padding:10px;
}

#tekst
{
    float:left;
    width:400px;
    color:#777777;
}

#tekst h1
{
    font-size:26px;
    color:#b42323;
    font-weight:normal;
    margin:0px;
    margin-bottom:20px;
}

#tekst h2
{
    font-size:26px;
    color:#b42323;
    font-weight:normal;
    margin:0px;
    margin-bottom:20px;
}

#tekst h5
{
    font-size:11px;
    color:#b42323;
    font-weight:normal;
    margin:0px;
    margin-bottom:10px;
    margin-top:10px;
}

#tekst h5 a
{
    color:#b42323;
    text-decoration:none;
}

#tekst h5 a:hover
{
    text-decoration:underline;
}

#tekst h3
{
    font-size:14px;
    color:#b42323;
    font-weight:normal;
    margin:0px;
    margin-bottom:10px;
    margin-top:10px;
    font-weight:bold;
}

#tekst img
{
    float:left;
    padding:5px;
    border:1px solid #fae7bd;
    background-color:White;
    margin-right:10px;
}

#tekst input.tekst
{
    border:1px solid #edce84;
    width:200px;
    height:16px;
    font-size:11px;
    color:#777777;
}

#tekst input.invalid
{
    border:1px solid #CF0000;
    width:200px;
    height:16px;
    font-size:11px;
    color:#777777;
}

#tekst input.small
{
    border:1px solid #edce84;
    width:30px;
    height:16px;
    font-size:11px;
    color:#777777;
}

#tekst select
{
    border:1px solid #edce84;
    width:100px;
    height:16px;
    font-size:11px;
    color:#777777;
}


#tekst input.button
{
    width:50px;
    height:18px;
    background-color:#edce84;
    color:#94711f;
    font-size:11px;
}

#tekst input.chkbx
{
    float:left;
    width:25px;
}

#tekst textarea
{
    border:1px solid #edce84;
    width:200px;
    height:75px;
    color:#666666;
    font-family:Tahoma;
    font-size:11px;
}

#tekst a
{
    color:#b42323;
}

#tekst a:hover
{
    text-decoration:none;
}

#tekst ol li
{
 margin-top:20px;
}

#tekst ol li ul li
{
margin-top:5px;
}

#tekst ol li ul li a
{
text-decoration:none;
}

#tekst ol li ul li a:hover
{
text-decoration:underline;
}

#items
{
    float:left;
    width:400px;
}

#items h2
{
    font-size:26px;
    color:#b42323;
    font-weight:normal;
    margin:0px;
    margin-bottom:20px;
}

#item
{
    float:left;
    width:400px;
    padding-bottom:10px;
    border-bottom:1px solid #f7e4b6;
    font-size:11px;
    color:#747474;
    text-align:justify;
}

#item h3
{
    margin:0px;
    font-size:16px;
    color:#b42323;
    margin-top:10px;
    margin-bottom:5px;
    font-weight:normal;
}


#item h3 a
{
    text-decoration:none;
    color:#b42323;
}

#item h3 a:hover
{
    text-decoration:underline;
}

#item img
{
    margin-right:10px;
}

#cart_holder
{
    float:left;
    width:400px;
    height:22px;
}

#cart
{
    float:left;
    width:355px;
    height:22px;
    text-align:right;
}

#shop_notice
{
    float:left;
    width:45px;
    height:22px;
    text-align:right;
    line-height:22px;
}

#shop_notice a
{
    color:#b42323;
    text-decoration:none;

}

#right
{
    float:left;
    width:370px;
    color:#747474;
    border-left:1px solid #edce84;
}

#contact_intro
{
    float:left;
    width:355px;
    padding:10px;
    padding-bottom:10px;
    border-bottom:1px solid #fae7bd;
    text-align:justify;
}

#contact_intro a
{
    color:#b42323;
    text-decoration:underline;
}

#contact_intro a:hover
{
    text-decoration:none;
}

#contact_intro h4
{
    font-size:18px;
    font-weight:normal;
    margin:10px 0px 20px 0px;
    color:#b42323;
    margin-top:5px;
    margin-bottom:10px;
}

#contact_intro h4 a
{
    text-decoration:none;
}

#contact_intro h4 a:hover
{
    text-decoration:underline;
}

#contact_intro img
{
    float:left;
    padding:5px;
    border:1px solid #fae7bd;
    background-color:White;
    margin-right:10px;
}

#try_intro
{
    float:left;
    width:357px;
    margin:10px;
    padding-bottom:10px;
    border-bottom:1px solid #fae7bd;
}

#try_intro h1
{
    font-size:18px;
    font-weight:normal;
    margin:10px 0px 20px 0px;
    color:#b42323;
}

#try_intro h1 a
{
    text-decoration:none;
}

#try_intro h1 a:hover
{
    text-decoration:underline;
}

#try_intro img
{
    float:left;
    background-color:White;
    margin-right:10px;
}

.price
{
    color: #b42323;
    font-size:11px;
    font-weight:bold;
}

.price-strike
{
    color: #b42323;
    font-size:11px;
    font-weight:normal;
    text-decoration:line-through;
}

