﻿/*
-------------------------------------------------
BARVY
-------------------------------------------------
modrá                   #476BC3
zelená                  #7FAB00
-------------------------------------------------
*/


* 
{
    margin: 0; padding : 0;
}

html, body {
    height: 100%;
}

.clear
{
    clear : both;
}

div.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

a img
{
    border-width : 0;
}

form 
{
    height : 100%;
}

body 
{ 
    background-position : center top; 
}

.ContentPanel
{
    position : relative;
}


.CenterContentPanel .button 
{
    padding : 3px 11px;
}

.CenterContentPanel label
{
    padding : 0px 6px 3px 0px;
    position : relative;
    top : -2px;
}

.CenterContentPanel .Radio label
{
    padding-left : 4px;
}

.right 
{
    float : right;
}

.absoluteHolder
{
    position : relative;
}

span.Red 
{
    color: #cc0000;
}

h1 a 
{
    text-decoration : none; 
}
h1 a.right 
{
    margin-left : 30px;
}

.invisible table
{
    border-width : 0 !important;
    background-color : transparent !important;
    border-collapse : collapse !important;
}

.invisible table th, .invisible table td
{
    border-width : 0 !important;
    background-color : transparent !important;
}

table.invisible
{
    border-width : 0 !important;
    background-color : transparent !important;
    border-collapse : collapse !important;
}

table.invisible th, table.invisible td;
{
    border-width : 0 !important;
    background-color : transparent !important;
}

.CenterContentPanel h2{
	margin:10px 0;
}

.CenterContentPanel a img 
{
    border-width : 0;
}

.CenterContentPanel p {
	margin:1em 0;
}

.CenterContentPanel ul {
	padding-left : 40px;
	margin : 1em 0;
	overflow : auto;
}

strong.Red 
{
    color: #cc0000;
}


.input.TextBox, table.OrderTable textarea.TextBox
{
    border: 1px solid #cccccc;
}

div.DownloadPanel
{
    padding: 10px;
    border: solid 1px #333333;
    background-color: #e5e5e5;
    margin-bottom: 20px;
}


div.BorderBottom 
{
    padding-bottom: 1em;
    border-bottom: dotted 1px #cccccc;
    margin-bottom: 1em;
}

/*
------------------------------------------
Generic Tables
------------------------------------------
*/


table.ListTable th
{
    background : url('table_header.png') repeat-x bottom left;
    padding : 0.7em 1em;
}

table.ListTable td, table.ListTable th
{
    border : solid 1px #EAEAF5;
}

div.CenterContentPanel table.neviditelna_tabulka 
{
    margin-left : -7px;
}

div.CenterContentPanel table.neviditelna_tabulka, 
div.CenterContentPanel table.neviditelna_tabulka th, 
div.CenterContentPanel table.neviditelna_tabulka td 
{
    border-width : 0;
    background-image : none;
    background-color : transparent;
}

table.GreyTable 
{
    border-collapse: collapse;
    width: 500px;
    margin: 0 0 20px;
}

table.GreyTable tr.OddRow 
{
    background-color: #ebebeb;
}

table.GreyTable tr.EvenRow 
{
    background-color: #ffffff;
}

table.GreyTable td 
{
    border: solid 1px #eeeeee;
    padding: 5px;
}

table.GreyTable td.PropertyValue 
{
    text-align: center;
    width: 15%;
}


table.GreyTable td.PropertyPrice
{
    text-align: center;
    width: 15%;
    font-weight: bold;
}

table.GreyTable td.Grey 
{
    color: #999999;
}

table.OrderTable 
{
    width: 100%;
}

table.OrderTable td 
{
    padding: 2px 5px;
    vertical-align: text-top;
}

table.OrderTable td.Label 
{
    font-weight: bold;
}
 

/* Floating table */
.floatTableTr 
{
    width : 100%;
    float : left;
    margin-bottom : 4px;
}

.floatTableTr .td 
{
 float : right;
 min-width : 67%;
}
/*
------------------------------------------
HeaderPanel
------------------------------------------
*/

a.HeaderImageHyperlink 
{
    display: block;
    float: left;
    margin-top: 0px;
    width : 200px;
    height : 100%;
}

img.HeaderImage
{
    display: block;
}

div.HeaderTextPanel
{
    padding: 0;
    float: right;
}


/*
------------------------------------------
HorizontalMenuPanel
------------------------------------------
*/

div.RadMenu 
{
    background-image: url(HorizontalMenuSeparator.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size : 100%;
}

body div.RadMenu a.rmLink 
{
    cursor:pointer;
}

body .RadMenu .rmLink
{
    padding-left : 9px;
}

body .RadMenu .rmHorizontal .rmText 
{
    padding-right : 9px;
}

body .RadMenu .rmGroup .rmText
{
    padding-left : 9px;
    padding-right : 23px;
}

ul.rmRootGroup li.rmItem
{
    text-transform: uppercase;
} 

ul.rmGroup li.rmItem
{
    text-transform: none;
}

a.MenuImageHyperlink 
{
    display: block;
    float: left;
}

img.MenuImage
{
    display: block;
}



/*
------------------------------------------
BannerPanel
------------------------------------------
*/

div.RotatorItemPanel
{
    position: relative;
}

span.RotatorItemTitle
{
    display: block;
    position: absolute;
    left: 400px;
    top: 40px;
    font-size: 180%;
    font-weight: bold;
    color: #476BC3;
    z-index: 10;
}

span.RotatorItemText
{
    display: block;
    width: 500px;
    position: absolute;
    left: 400px;
    top: 80px;
    color: #656565;
    line-height: 160%;
    font-size: 130%;
    z-index: 10;
}

a.RotatorItemButton
{
    display: block;
    width: 100px;
    height: 44px;
    padding-left: 13px;
    padding-top: 7px;
    color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    left: 400px;
    top: 220px;
    background-image: url(banner_button.png);
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 10;
}

a.RotatorItemButton:hover
{
    background-position: -113px center;
}


div.BannerImagePanel
{
    position: relative;
}

span.BannerTitle
{
    display: block;
    position: absolute;
    left: 400px;
    top: 40px;
    font-size: 180%;
    font-weight: bold;
    color: #476BC3;
    z-index: 10;
}

span.BannerContent
{
    display: block;
    width: 500px;
    position: absolute;
    left: 400px;
    top: 80px;
    color: #656565;
    line-height: 160%;
    font-size: 130%;
    z-index: 10;
}


/*
------------------------------------------
ContentPanel
------------------------------------------
*/

div.ContentOuterPanel 
{
    overflow: hidden;
}

div.ContentPanel
{
    overflow: hidden;
}

/*
------------------------------------------
CenterContentPanel
------------------------------------------
*/
div.CenterContentPanel
{
}


div.CenterContentPanel ul 
{
    /*line-height: 200%;*/
    padding-left : 5px;
}


div.CenterContentPanel li 
{
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 18px;
}

.rrClipRegion .rrItemsList li
{
    padding-left: 0;
    background-image : none;
}
div.CenterContentPanel .RadUpload li 
{
    background-image : none;
    margin-left : 0;
    padding-left : 0;
}
/*
------------------------------------------
SideContentPanel
------------------------------------------
*/

div.SideContentPanel
{
}

div.SideContentPanelIn
{
    padding-bottom : 1px;
}
a.ContactButtonHyperlink
{
    display: block;
}

div.SideContentPanel a.CatalogGroupLink 
{
    display: block;
    color: #fff;
    background-color: #000;
    padding: 5px 5px 5px 15px;
    margin-bottom: 1px;
    text-decoration:none;
    border-left : solid 5px #f40c0a;
}

div.SideContentPanel a.CatalogGroupLink:hover
{
    color: #ffffff;
    background-color: #f40c0a;
}


img.ContactButtonImage
{
    display: block;
}



/*
------------------------------------------
InterestingPanel
------------------------------------------
*/

div.InterestingPanel 
{
    margin-left : 15px;
    margin-bottom : 12px;
    padding-top : 25px;
}

div.InterestingPanelIn
{
    background-color : #702065;
    width : 234px;
    padding-top : 15px;
    padding-bottom : 5px;
}

div.InterestingPanelIn h3
{
    color : #f071da;
    font-size : 90%;
    margin : 0 13px 0 13px;
    padding : 2px;
    padding-bottom : 6px;
    
    background-image : url('novinky-delic-1.jpg');
    background-repeat : no-repeat;
    background-position : bottom left;
}

div.InterestingPanelIn p
{
    font-size : 90%;
    color : White;
    padding : 5px;
    margin : 0px 10px 8px 10px;
}

span.InterestingTitle 
{
    display: block;
    color: #ffffff;
    padding-left : 12px;
    margin-bottom: 5px;
}



/*
------------------------------------------
VerticalMenuPanel
------------------------------------------
*/

div.VerticalMenuPanel
{
    width: 100%;
    padding: 0;
    background-color: #fff;
    margin-bottom: 15px;
}


/*
------------------------------------------
NewsPanel
------------------------------------------
*/


.newsLinks a.infiniLink
{
    margin-right : 0px;
    float : right;
    border : solid 1px #eee;
}

.newsLinks a.hanakLink
{
    margin-top : 15px;
    float : left;
}

.newsLinks 
{
    height : 65px;
    position : relative;
    top : -8px;
}

div.NewsItemPanel 
{
    overflow: hidden;
    margin-bottom: 20px;
    color : #606060;
}

div.NewsItemPanel a.NewsTitleHyperlink 
{
    display: block;
    color: #8e2c81;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0px;
}

div.NewsItemPanel a img
{
    border-width : 0;
}

div.NewsItemPanel a.NewsTitleHyperlink:hover 
{
    text-decoration: underline;
}


div.NewsItemPanel span.NewsTitleLabel 
{
    display: block;
    color: #E12020;
    font-weight: bold;
    margin-bottom: 10px;
}

div.NewsItemPanel span.Date
{
    position : absolute;
    top : -20px;
    right : 2px;
}

div.NewsItemPanel p 
{
    padding: 10px 10px 27px 10px;
    margin: 0;
    width : 333px;
    position : relative;
    line-height: 160%;
    font-size: 90%;
    border : solid 1px #d8d8d8;
    background-color : #e8e8e8;
    margin-top : 25px;
    float : left;
}

div.NewsItemPanel .More
{
    position : absolute;
    right : 10px;
    bottom : 5px;
    display : block;
    padding : 3px 5px;
    text-decoration : none;
    line-height : 120%;
}

div.NewsItemPanel .More:hover
{
    text-decoration : underline;
    color : #903582;
}

div.NewsItemPanel p img
{
    border : solid 1px #fff;
}

div.NewsItemPanel span.NewsDart
{
    position : absolute;
    top : -12px;
    left : 50px;
    width : 21px;
    height : 12px;
    background-image : url('newsDart.png');
    z-index : 100;
}


/* == */



a.NewsItemHyperlink
{
    display: block;
    width: 90px;
    height: 23px;
    padding-left: 8px;
    line-height: 23px;
    background-image: url(but_cely_clanek.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #ffff00;
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
}

a.NewsItemHyperlink:hover 
{
    background-position: -98px center;
    color: #000000;
}


/*
------------------------------------------
FastContactPanel
------------------------------------------
*/

div.FastContactPanel
{
    color: #ffffff;
    font-size: 10pt;
    padding: 0 15px;
    background-color: #505050;
    width : 232px;
}

span.FastContactTitle
{
    display: block;
    font-weight: bold;
    color : #a0a0a0;
    padding : 10px 0 5px 0;
}


span.FastContactPhone
{
    display: block;
    height: 44px;
    line-height: 44px;
    background-image: url(iko_tel.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    font-weight : bold;
    font-size : 120%;
}


span.FastContactEmail
{
    display: block;
    height: 37px;
    line-height: 37px;
    background-image: url(iko_mail.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

span.FastContactEmail a
{
    color: #ffffff;
    text-decoration: none;
}

span.FastContactEmail a:hover
{
    text-decoration: underline;
}

span.FastContactSeparator
{
    display: block;
    height: 5px;
    margin-bottom : 2px;
    border-bottom : solid 1px #a0a0a0;
}


/*
------------------------------------------
RegisterLinkPanel
------------------------------------------
*/

div.RegisterLinkPanel
{
    margin-bottom: 10px;
}

div.LargeBannerPanel
{
    width: 230px;
    height: 230px;
    text-align: center;
    background-color: Silver;
    margin-bottom: 10px;
}

div.SmallBannerPanel
{
    width: 230px;
    height: 70px;
    text-align: center;
    background-color: Silver;
}



/*
------------------------------------------
FooterPanel
------------------------------------------
*/

.FooterContent
{
    width : 600px;
    float : left;
    padding-top : 25px;
    line-height : 1.7em;
}

.FooterCopyright
{
    width : 300px;
    float : right;
    padding-top : 25px;
    text-align : right;
    line-height : 1.7em;
}

.FooterCopyright a
{
    text-decoration : none;
}

div.FooterContactPanel
{
    width: 230px;
    height: 145px;
    margin-bottom: 20px;
	line-height: 160%;
	float: left;
}

div.FooterPanel div.madein 
{
    text-align : right;
    font-size : 95%;
}

div.FooterContactPanel p
{
    margin: 0 0 5px;
}

span.FooterPhone
{
    display: block;
    height: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    background-image: url(paticka_tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

span.FooterEmail
{
    display: block;
    height: 16px;
    line-height: 16px;
    background-image: url(paticka_mail.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

div.FooterLinksPanel
{
    width: 730px;
    height: 145px;
    float: right;
}

div.FooterLinksPanel ul
{
    line-height: 160%;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

div.FooterLinksPanel ul li
{
    list-style-image: url(odrazka_sipka.png);
}


ul#FooterLinks1
{
    width: 220px;
    float: left;
}

ul#FooterLinks2
{
    width: 220px;
    float: left;
}


ul#FooterLinks3
{
    width: 220px;
    float: left;
}


div.FooterTextPanel
{
    font-size: 90%;
	line-height: 140%;
	clear: both;
}

img.FooterImage
{
    float: left;
    margin-right: 20px;
}


.footerLinks 
{
    height : 96px;
    margin-bottom : 20px;
    padding-left : 5px;
    padding-right : 5px;
}

.footerLinks a
{
    float : right;
    margin-right : 20px;
}

.footerLinks a img
{
    border-width : 0;
}

.footerLinks a.infiniFooterLink
{
    margin-top : 17px;
    margin-right : 0px;
}

.footerLinks a.hanakFooterLink
{
    margin-top : 32px;
}

.footerLinks a.icons, .footerLinks div.icons
{
    position : relative;
    padding-top : 20px;
    display : block;
    float : left;
    margin-right : 25px;
    height : 60px;
    top : 1px;
}

.footerLinks a.icons:hover
{
    background-image : url('footer-menu-active.png');
    background-position : 50% top;
    background-repeat : no-repeat;
}

.footerLinks a *
{
    cursor : pointer;
}

.footerLinks span.Text
{
    position : absolute;
    bottom : 0px;
    left : 0px;
    color : #afafaf;
    font-size : 90%;
    text-align : center;
    width : 100%;
    font-weight : bold;
    font-family : Arial;
}

.footerLinks span.icon
{
    display : block;
    background-position : 0 0;
}


.footerLinks a:hover span.Text
{
    color : #8d3581;
    
}

.footerLinks .sluzbyFooterLink
{
    width : 40px;
}

.footerLinks .sluzbyFooterLink span.icon
{
    width : 40px;
    height : 42px;
    background-image : url('sluzby-icon.png');
}

.footerLinks .sluzbyFooterLink:hover span.icon
{
    background-position : 0 -42px;
}


.footerLinks .radyFooterLink
{
    width : 72px;
}

.footerLinks .radyFooterLink span.icon
{
    width : 54px;
    margin-left : 9px;
    height : 39px;
    background-image : url('rady-a-typy-icon.png');
    background-position : 0 -1px;
}

.footerLinks .radyFooterLink:hover span.icon
{
    background-position : 0 -40px;
}


.footerLinks .dopravaFooterLink
{
    width : 51px;
}

.footerLinks div.moreFooterLink
{
    width : 161px;
    text-align : left;
    height : 60px;
    padding-top : 20px;
    
}

.footerLinks .moreFooterLink *
{
    float : left;
    padding : 2px 0;
    text-decoration : none;
}

.footerLinks .moreFooterLink a:hover
{
    text-decoration : underline;
}

.footerLinks .dopravaFooterLink span.icon
{
    width : 51px;
    height : 43px;
    background-image : url('doprava-icon.png');
}

.footerLinks .dopravaFooterLink:hover span.icon
{
    background-position : 0 -43px;
}

.footerLinks2
{
    background-image : url('logo-small-1.png');
    background-repeat : no-repeat;
    padding-left : 75px;
    margin-left : 0px;
    height : 34px;
    padding-top : 2px;
}

.footerLinks3
{
    float : right;
    text-align : right;
    padding-right : 5px;
    padding-top : 2px;
}

.footerLinks3 span.tele
{
    font-size : 165%;
    font-weight : bold;
    
}
/*
---------------------------------------------------------------------------
Catalog Group Styles
---------------------------------------------------------------------------
*/


div.catalogGroupDescription 
{
    margin-bottom : 20px;
}

div.catalogGroupDescription p
{
    margin : 0;
}

div.catalogGroupsDataList
{
    float : left;
    width : 100%;
}

.catalogGroupsDataList p
{
    margin-bottom : 0;
}

div.catalogGroupsDataListItem 
{
    float:left;
    margin : 0 50px 0 0;

    padding-left : 0px;

}

div.catalogGroupsDataListItemContent
{
    padding : 0 10px 1px 10px;
}

div.catalogGroupsDataListItem a * 
{
    cursor : hand;
}

div.catalogGroupsDataListItem  a:hover h2 {
    color : #666;
}

div.catalogGroupsDataListItem a img 
{
    border-width : 0;
    vertical-align : middle;
}

div.catalogGroupsDataListItem a table.imgHolder
{
    display : block;
    margin : 10px 0;
    position : relative;
    border-width : 0;
    text-align : center;
}

div.catalogGroupsDataListItem a table.imgHolder td 
{
    vertical-align : middle;
    border-width : 0;
}

div.catalogGroupsDataListItem a p.comment
{
    font-size : 90%;
    line-height : 1.1em;
    vertical-align : middle;
    color : #666;
}

div.catalogGroupsDataListItem a:hover p.comment
{
    color : #999;
}

/*-----------------------------
product datalist item
-----------------------------*/

div.catalogProductDataList 
{
    float : left;
    width : 100%;
}

div.catalogProductDataListItem 
{
    float:left;
    margin : 0 50px 0 0;
    padding : 0;
}

div.catalogProductDataListItemContent
{
    border : solid 1px #ddd;
    padding : 10px;
}

div.catalogProductDataListItem a 
{
    text-decoration : none;
    letter-spacing : .1px;
}

div.catalogProductDataListItem a * 
{
    cursor : hand;
}

div.catalogProductDataListItem a .Akce 
{
    color : Red;
    font-weight : bold;
}

div.catalogProductDataListItem h2
{
    margin-bottom : 0px;
    margin-top : 1px;
    color : #555;
    font-size : 100%;
}

div.catalogProductDataListItem   h2 a:hover {
    color : #666;
    text-decoration : underline;
}

div.catalogProductDataListItem a div.content 
{
    margin-top : 1px;
}

div.catalogProductDataListItem a img 
{
    border-width : 0;
    vertical-align : middle;
}

div.catalogProductDataListItem table.imgHolder
{
    display : block;
    margin : 0;
    position : relative;
    border-width : 0;
    text-align : center;
    background-color : transparent;
    border-top-width : 0;
    border-bottom-width : 0;
}

div.catalogProductDataListItem table.imgHolder td 
{
    vertical-align : middle;
    border-width : 0;
}


div.catalogProductDataListItem a p 
{
    padding : 0 5px 0px 0px;
    font-size : 80%;
    margin : 0;
    color : #999;
}

div.catalogProductDataListItem a:hover p 
{
    color : #666;
} 

div.catalogProductDataListItem a div.price 
{

    font-weight : bold;
    font-size : 120%;
    height : 1.5em;
}

div.catalogProductDataListItem a div.price p
{
    color : #FF0000;
}

div.catalogProductDataListItem a div.comment
{
    height : 4.4em;    
}

div.catalogProductDataListItem a div.comment p 
{
    font-size : 90%;
    line-height : 1.1em;
    vertical-align : middle;
    color : #666;
}

div.catalogProductDataListItem a:hover div.comment p 
{
    color : #999;
}

/*--------------------------
product and group data list footer
---------------------------*/

div.productDataListBottomContent, div.groupDataListBottomContent  
{
    float : left;
    width : 100%;
    position : relative;
    padding : 10px 0 20px 0;
}


div.groupDataListBottomContent p, div.productDataListBottomContent p 
{
    padding : 0; margin : 0;
}

div.productDataListBottomContent div.catalogProductDataListPager2
{
    top : 15px;
}

/*--------------------------
product data list filter
---------------------------*/

div.catalogProductDataListFilter
{
    background-color : #eee; padding : 7px 10px;
    position : relative;
    margin-bottom : 10px;
    clear : both; 
    height : 20px;
}

div.catalogProductDataListPager
{
    position : absolute;
    right : 10px;
    top : 9px;
    color : #999;
}

div.catalogProductDataListPager a 
{
    text-decoration : none;
    font-weight : normal;
    padding : 0 3px;
}

div.catalogProductDataListPager :disabled 
{
    visibility : hidden;
}

span.catalogProductDataListPagerBody
{
   position:relative;
   top : 0px;
}

/*-------------------------------------------------
product gallery
--------------------------------------------------*/

div.CatalogProductGallery
{
    float : left; 
    width : 378px;
    margin-right : 10px;
}

a.CatalogProductFancybox 
{
    cursor:pointer;
}

img.CatalogProductGalleryImage 
{
    margin-bottom : 5px;
    border : solid 1px #999;
}
div.CatalogProductGalleryThumb 
{
    margin-right : 6px;
    float : left;
    margin-bottom : 15px;
    border : solid 1px #eee;
}

div.CatalogProductGalleryList 
{
    
}

div.CatalogProductGalleryList a
{   
    border : solid 1px #999;
    display : block;
    float : left;
}

div.CatalogProductGalleryList a img 
{
    border-width : 0;
}

/*---------------------------------------------------------
product info panel
---------------------------------------------------------*/

div.CatalogProductInfoPanel
{
    float : left; 
    width : 250px;
}

table.CatalogProductTable td,table.CatalogProductTable th
{
    line-height : 160%;
}

div.CatalogProductInfoPanel p 
{
    margin-top : 0;
}

div.CatalogProductInfoPanel a.BuyButton 
{
    background : left center url("buy_button.png") no-repeat;
    padding : 5px 0 5px 28px;
}

div.CatalogProductInfoPanel table 
{
    border-collapse : collapse;
    border-width : 0;
    width : 100%;
}

div.CatalogProductInfoPanel table th, div.CatalogProductInfoPanel table td
{
    border-width : 0;
    padding : 2px 0;
    margin : 0;
}

div.CatalogProductInfoPanel table th 
{
    text-align : left;
    vertical-align : top;
    padding : 2px 7px 2px 0;
}

div.CatalogProductInfoPanel table th.BuyLabel 
{
    padding-top : 5px;
}

p.CatalogProductDetailDescription
{
    clear : both;
    padding-top : 5px;
}

div.catalogProductAkceListPager
{
    position : absolute;
    top : -43px;
    right : 30px;
    color : #999;
}

div.catalogProductAkceListPager2
{
    position: absolute;
    bottom : 14px;
    right : 30px;
    color : #999;
}

div.CenterContentPanel strong.Price 
{
    font-size:120%;
    margin : 0; padding : 0;
    font-weight : bold;
    color : #f00;
}


/*-------------------------------------------------
Shopping cart
-------------------------------------------------*/

div.shoppingCartContent
{
    padding : 0 8px;
}

p.shoppingCartMenu a 
{
    text-decoration : none;
    padding : 0 10px 0 0;
}

p.shoppingCartMenu a:hover
{
    text-decoration : underline;
}

span.ShoppingCartDopravaRadio 
{
    position : relative;
    top : 7px;
    left : -3px;
}

p.ShoppingCartCenaCelkem
{
    background-color:#eeeeee;
    padding:10px;
    font-weight:bold;
    margin : 10px -8px 0 -8px;
}

div.ShoppingCartAdresaContainer
{
    margin : 10px -8px 0 -8px;
    background-color : #eee;
}

body table.ShoppingCartAdresaTable
{
    border-collapse : collapse;
    border-width : 0;
    width : 100%;
    border-top : solid 5px #eee;
    border-bottom : solid 5px #eee;
}

table.ShoppingCartAdresaTable td 
{
    padding : 5px 10px;
    border-width : 0;
}
table.ShoppingCartAdresaTable td.Label 
{
    font-weight : bold;
}

body table.ShoppingCartList 
{
    width : 100%;
    background-color : #fff;
    font-size : 87%;
}

body table.ShoppingCartList th 
{
    background-color : #eee;
    padding: 3px 9px;
}
body table.ShoppingCartList td 
{
    padding : 3px 9px;
}



/*
--------------------------------------------
ProductsListItem
--------------------------------------------
*/

div.ProductsListItem {
    float : left;
    width: 100%;
}

div.ProductsListItem h3 
{
    margin-left: 150px;
}

div.ProductsListItem img 
{
    display: block;
    width: 120px;
    height: 90px;
    padding: 0px;
    float: left;
    margin-right: 10px;
    margin-bottom : 0px;
    border : solid 1px #fff;
    /*background-color: rgb(235,235,235); */
}

div.ProductsListItem p {
    margin-left: 150px;
    margin-bottom : 0;
}

div.ProductsListItem h5 {
    margin: 0;
    padding: 0 20px 0 0;
    text-align: right;
}

/*
--------------------------------------------
ProductsDetail
--------------------------------------------
*/

div.ProductDetail img {
    width: 240px;
    height: 180px;
    display: block;
    margin-top: 0px;
    float: left;
    border : solid 1px #fff;
}

div.ProductDetail p 
{
    padding: 0 0 5px 0;
    margin: 0 0 0 270px;
}


div.Rule 
{
    width: 100%;
    height: 1px;
    /*background-image: url(RuleBg.gif);*/
    background-repeat: repeat-x;
    background-position: left center;
    border-bottom : solid 1px #eaeaf5;
    height : 12px;
    margin-bottom : 12px;
    clear : both;
}

.catalogGroupsDataList .Rule
{
    width : auto;
}

div.ProductDetail h1 
{
    margin-left: 270px;
} 


div.ProductDetail table 
{
    clear: both;
}

div.ProductDetail table tr.Header td 
{
    font-weight: bold;
    background-color: rgb(235,235,235);
}


/*
--------------------------------------------
JobItem
--------------------------------------------
*/

table.JobItem
{
    width : 635px;
}

table.JobItem td.Header
{
    width : 100px;
    vertical-align : top;
}

/*
--------------------------------------------
OfferItem
--------------------------------------------
*/

div.CenterContentPanel div.OfferItemPanel table 
{
    width : 645px;
    margin-bottom : 0px;
    margin-left : 15px;
}

div.OfferItemPanel table img
{
    cursor : pointer;
}

div.OfferItemPanel table td
{
    padding : 3px 5px;
}

div.OfferItemPanel table span.Label
{
    width : 95px;
    font-weight : bold;
    display : block;
    float : left;
}

div.OfferItemPanel table span.Text
{
    width : 400px;
    display : block;
}

div.OfferItemPanel table td.MainImage
{
    width : 130px;
}


div.AdGalleryList a
{
    margin-left : 10px;
    float : left;
    display : block;
}

div.MenuStin
{
    height : 28px;
    width : 258px;
    background-image : url('menu-stin-2.png');
    background-repeat : no-repeat;
    margin : 12px 5px 5px 5px;
}

/*----------------------------------------------------------
    Photo gallery
----------------------------------------------------------*/

.photoStripePH
{
    padding : 10px 40px;
    position : relative;
    float : left;
}

.photoStriperLeftBtn
{
    position : absolute;
    top : 50%;
    left : 5px;
    margin-top : -10px;
    display : block;
    background-image : url('leftArrow.jpg');
    width : 20px;
    height : 20px;
    background-position : 0 0;
}


.photoStriperRightBtn
{
    position : absolute;
    display : block;
    right : 5px;
    top : 50%;
    margin-top : -10px;
    background-image : url('rightArrow.jpg');
    width : 20px;
    height : 20px;
    background-position : 0 0;
}

.photoStriperLeftBtnDisabled
{
    background-position : 0 bottom;
}

.photoStriperRightBtnDisabled
{
    background-position : 0 bottom;
}



.ImageBoxItemPH[class]
{ 
    display : table; 
    position : static; 
}

.ImageBoxItemPH
{
    border : solid 0px #c3c3c3 !important;
    margin : 4px;
    #position : relative !important;
    overflow : hidden;
}

.ImageBoxItemPH2[class]
{
    display: table-cell; 
    vertical-align: middle; 
    width: 100%; 
    position: static;
}

.ImageBoxItemPH2
{
    #position : absolute !important;
    #top : 50% !important;
    text-align : center;
    width : 100%;
}


.ImageBoxItemPH3
{
    #position: relative !important; 
    #top: -50% !important;
    margin-left: auto; 
    margin-right: auto;
}

.ImageBoxItemPH a img
{
    border : solid 1px #555;
    cursor : pointer;
}

.ImageBoxItemPH span
{
    padding : 5px;
    display : block;
    font-size : 95%;
}

.photoGalleryPH table
{
    width : 100%;
    
}
.photoGalleryPH table *
{
    text-align : center;
}

/*--------------------------------------------------------
Articles
----------------------------------------------------------*/

.ArticleImageGallery table
{
    width : 620px;
    border-width : 0 !important;
    background-color : #fff;
    margin-right : -10px;
}

.ArticleFileList br
{
    display : none;
}
.ArticleFileList ul
{
    margin-top : 0;
    padding-top : 0;
}
.ArticleImageGallery table td
{
}

.ArticleListItem
{
    width : 100%;
    float : left;
    margin-bottom : 20px;
}

.ArticleListImage
{
    float : left;
    margin-right : 20px;
}

.ArticleMainImage
{
    display : block; 
    float : left; 
    margin-right : 20px;
    margin-bottom : 20px;
}

.ArticleGroupItem
{
    
}


.BreakingNewsImageHolder
{
    width : 100%;
    text-align : center;
}

.BreakingNewsImageHolder img
{
    margin : 0px 20px;
}

.PagePathPanel
{
    margin-bottom : 20px;
}


.CenterContentPanel table.clear td
{
    padding : 2px !important;
}