﻿
/*
---------------------------------------------------
CarneLabs
theme: Default
---------------------------------------------------
šedá světlá pozadí                      #f8f8f8;
šedá okraj obsah                        #e2e2e2;
šedá okraj panely                       #cccccc;
šedá světlá písmo                       #a0a0a0;
šedá path                               #747474;
červená                                 #e3051a;
oranžová                                #ff9600;
zelená                                  #009933;
---------------------------------------------------
*/

body 
{
    font-family: Arial, Sans-Serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    background-image: url(BodyBg.gif);
    background-repeat: repeat-x;
}

h1 
{
    font-family: Arial, Sans-Serif;
    font-size: 160%;
    font-weight: lighter;
    margin: 0 0 1em;
}

h1.Red 
{
    color: #e3051a;
}

h2 
{
    font-family: Arial, Sans-Serif;
    font-size: 140%;
    font-weight: lighter;
    margin: 0 0 1em;
}

h3 
{
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 1em;
}

h4 
{
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    margin: 0 0 1em;
}

p 
{
    line-height: 160%;
    margin: 0;
    margin-bottom: 1em;
}

p.Link 
{
    margin-bottom: 30px;
}

ol, ul 
{
    line-height: 160%;
}

table.LinksTable 
{
    margin-bottom: 30px;
}

table.LinksTable td 
{
    padding: 5px;
}

/*
---------------------------------------------------
PagePanel
---------------------------------------------------
*/

div.PagePanel 
{
    width: 980px;
    position: relative;
    margin: 0 auto;
    padding-top: 165px;
}


/*
---------------------------------------------------
HeaderPanel
---------------------------------------------------
*/

div.HeaderPanel 
{
    width: 980px;
    height: 94px;
    position: absolute;
    left: 0;
    top: 19px;
    background-image: url(HeaderBg.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

img.HeaderImage 
{
    display: block;
    margin-left: 30px;
    margin-top: 25px;
}

div.CartInfoPanel 
{
    width: 230px;
    height: 70px;
    padding: 10px 0 0 20px;
    border-left: solid 1px #cccccc;
    position: absolute;
    left: 700px;
    top: 8px;
    background-image: url(BigCart.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

div.CartInfoPanel a 
{
    color: #e3051a;
}


div.CartInfoPanel a:hover 
{
    color: #000000;
}


/*
---------------------------------------------------
HorizontalMenuPanel
---------------------------------------------------
*/

div.HorizontalMenuPanel 
{
    width: 100%;
    height: 52px;
    position: absolute;
    left: 0;
    top: 113px;
}

div.HorizontalMenuLeftMargin 
{
    width: 10px;
    height: 52px;
    float: left;
    background-image: url(HMenuLeftMargin.gif);
    background-repeat: no-repeat;
}

div.HorizontalMenuItemsPanel 
{
    width: 690px;
    height: 35px;
    padding-top: 17px;
    float: left;
    background-image: url(HMenuItemsBg.gif);
    background-repeat: repeat-x;
}


div.HorizontalMenuSearchPanel 
{
    width: 270px;
    height: 52px;
    float: left;
    background-image: url(HMenuSearchBg.gif);
    background-repeat: repeat-x;
}

div.HorizontalMenuRightMargin 
{
    width: 10px;
    height: 52px;
    float: right;
    background-image: url(HMenuRightMargin.gif);
    background-repeat: no-repeat;
}


/*
---------------------------------------------------
ContentPanel
---------------------------------------------------
*/

div.ContentPanel 
{
    width: 918px;
    position: relative;
    padding: 45px 20px 20px;
    border: solid 1px #e2e2e2;
    border-top-style: none;
    margin: 0 auto 20px;
    background-color: #f8f8f8;
    overflow: hidden;
}

div.SiteMapPathPanel 
{
    width: 918px;
    padding: 10px 0;
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 90%;
    color: #747474;
}

div.SiteMapPathPanel a 
{
    color: #747474;
}

div.SiteMapPathPanel a:hover 
{
    color: #000000;
}


/*
---------------------------------------------------
ContentCenterPanel
---------------------------------------------------
*/

div.ContentCenterPanel 
{
    width: 730px;
    float: right;
    overflow: hidden;
}

div.ContentCenterPanel a
{
    color: #e3051a;
}

div.ContentCenterPanel a:hover 
{
    color: #000000;
}

div.ProductPanel 
{
    border-bottom: solid 1px #cccccc;
    margin-bottom: 1em;
    overflow: hidden;
}


div.ProductPanel img.OfferImage  
{
    left: 42px;
    top: 0;
}

table.ProductItems 
{
    border-color: #cccccc;
    font-size: 90%;
}

table.ProductItems th
{
    border: solid 1px #000000;
    background-color: #000000;
    color: #ffffff;
    padding: 0.5em;
}

table.ProductItems td
{
    border: solid 1px #cccccc;
    padding: 0.2em 0.5em;
}

div.RedStripPanel 
{
    height: 29px;
    margin-bottom: 1em;
}

div.RedStripLeft 
{
    width: 10px;
    height: 100%;
    background-image: url(RedStripLeftMargin.jpg);
    background-repeat: no-repeat;
    float: left;
} 

div.RedStripCenter 
{
    height: 23px;
    background-image: url(RedStripBg.jpg);
    background-repeat: repeat-x;
    padding-top: 6px;
    color: #ffffff;
    font-weight: bold;
}

div.RedStripRight 
{
    width: 10px;
    height: 100%;
    background-image: url(RedStripRightMargin.jpg);
    background-repeat: no-repeat;
    float: right;
} 

div.OfferProductPanel 
{
    border-bottom: solid 1px #cccccc;
    margin-bottom: 1em;
    overflow: hidden;
}


div.OfferProductPanel img.OfferImage  
{
    left: 42px;
    top: 0;
}

div.SubgroupPanel 
{
    border-bottom: solid 1px #cccccc;
    margin-bottom: 1em;
}

table.CartItems 
{
    border-color: #cccccc;
    font-size: 90%;
}

table.CartItems th
{
    border: solid 1px #000000;
    background-color: #000000;
    color: #ffffff;
    padding: 0.5em;
}

table.CartItems td
{
    border: solid 1px #cccccc;
    padding: 0.3em 0.5em;
}

span.ProductPrice 
{
    font-size: 150%;
    color: #e3051a;
    margin-left: 0.2em;
}
/*
---------------------------------------------------
ContentCenterTopPanel
---------------------------------------------------
*/

div.ContentCenterTopPanel 
{
    width: 730px;
    height: 215px;
    position: relative;
    margin-bottom: 1em;
    background-image: url(ContentCenterTopBg.jpg);
    background-repeat: no-repeat;
}

div.ContentCenterTopPanel a.CatalogHyperlink 
{
    display: block;
    width: 220px;
    height: 26px;
    padding-top: 8px;
    color: #ffffff;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: url(HyperlinkBg.gif);
    background-repeat: no-repeat;
    position: absolute;
    left: 503px;
    top: 175px;
}

div.ContentCenterTopPanel a.CatalogHyperlink:hover 
{
    text-decoration: underline;
}

div.ContentCenterTopPanel p.CatalogText 
{
    color: #ffffff;
    width: 25%;
    font-size: 90%;
    position: absolute;
    left: 20px;
    top: 20px;
}


/*
---------------------------------------------------
ContentLeftPanel
---------------------------------------------------
*/

div.ContentLeftPanel 
{
    width: 170px;
    float: left;
    overflow: hidden;
}    

div.RedTitlePanel 
{
    width: 150px;
    height: 23px;
    padding: 6px 10px 0 10px;
    background-image: url(RedTitleBg.gif);
    background-repeat: no-repeat;
}

div.RedTitlePanel span 
{
    color: #ffffff;
    font-weight: bold;
} 


div.VerticalMenuItemsPanel 
{
    width: 148px;
    padding: 5px 10px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}

table.VerticalMenuItem td 
{
    border-bottom: dotted 1px #cccccc;
    padding-left: 8px;
    background-image: url(BlackArrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.SmallBottomPanel 
{
    width: 170px;
    height: 15px;
    background-image: url(SmallBottomPanelBg.gif);
    background-repeat: no-repeat;
}


div.OffersMenuItemsPanel 
{
    width: 148px;
    padding: 5px 10px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}


/*
---------------------------------------------------
FooterPanel
---------------------------------------------------
*/

div.FooterPanel 
{
    position: relative;
    width: 920px;
    padding: 0 20px;
    margin: 0 auto;
    height: 88px;
    font-size: 90%;
    background-image: url(FooterBg.gif);
    background-repeat: repeat-x;
}

img.FooterLogo 
{
    display: block;
}

div.FooterPanel span
{
    color: #a0a0a0;
    position: absolute;
    left: 40px;
    top: 38px;
}

div.FooterPanel a 
{
    color: #a0a0a0;
}

div.FooterPanel a:hover 
{
    color: #ffffff;
}

