body, table
{
    font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
}
body
{
	color: #222;
	margin:0; padding:0;
	text-align:center;
	background-image:url(../../images/web/body_bg.gif);
	background-position: 0px 21px ;
	background-repeat: repeat-x;
}
a
{
    color:#253C9D;
    text-decoration:none;
}

a:hover
{
    color: #253C9D;
    text-decoration:underline;
}


hr.cleaner
{
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}


.non-visible {
	position: absolute;
	left: -9999px !important; /* accessible to screen readers too */
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.fltl {
	float: left;
}

.fltr {
	float: right;
}

.hid {
	display: none;
}

.odsazeno
{
	margin-top:30px;
}
.bgBlue
{
    background-color:#253C9D;
}
.bgRed
{
    background-color:#E31836;
}
.blue
{
    color:#253C9D;
}
.red
{
    color:#E31836;
}

h2, h2 a
{
    font-size:21px;
    color:#E31836;
    text-decoration:none;
}
h3, h3 a 
{
    font-size:17px;
    color:#253C9D;
    text-decoration:none;
}
h4, h4 a
{
    font-size:13px;
    text-decoration:none;
}
h2 a:hover, h3 a:hover, h4 a:hover
{
    text-decoration:underline;
}

a img
{
    border:0px;
}

table
{
    border-collapse:collapse;
}
#pageBlock
{
    background-image:url(../../images/web/content_bottom_bg.gif);
    background-repeat:repeat-x;
    background-position: bottom;
}

#content
{
	margin:0px auto;
	text-align:left;
	width: 1000px;
        position:relative;
}
#middleBlock
{
    padding-bottom:20px;
    width:100%;
}

#sidebar
{
	float: left;
	width: 288px;
	margin:0; padding:0;
}

#sidebar-content
{
	margin-left:36px;
	background:#E9E9E9;
	font-size:11px;
}

#main
{
	margin:0px 0px 0px 297px; padding:0;
}

#main-content
{
    margin:0px 23px 0px 0px;
    background:#FFFFFF;
}
#main-content-data
{
    margin-left:13px;
    margin-right:22px;
    padding-top:13px;
    padding-bottom:100px;
    background:#FFFFFF;
    background-image:url(../../images/web/content_bg_logo.gif);
    background-position: right bottom;
    background-repeat:no-repeat;
    text-align:justify;
}

/* chyby a zpravy */
#errors li, #messages li {
	margin-bottom: 10px;
	padding: 10px;
	color: #8a1f11;
	list-style-type: none;
	background-color: #FBE3E4;
	border: 2px solid #FBC2C4;
}

#messages li {
	color: #264409;
	background-color: #E6EFC2;
	border-color: #C6D880;
}

#banner
{
	height: 175px;
	background:#FFFFFF;
}
#banner h1 
{
  display: none;
}
#banner #top_menu
{
    float:right;
    padding-right:20px;
    padding-top:15px;
    font-size:11px;
    color:#666666;
}
#banner #top_menu a
{
    color:#666666;
}
#banner #logo
{
    margin-left:40px;
    padding-top:20px;
    width:240px;
    height:150px;
    display:block;
}

#banner #logo img
{
    border:0px;
}

#menu
{
	background-image:url(../../images/web/top_menu_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:77px;
	line-height:41px;
	color:#FFFFFF;
	font-weight:bold;
}
#menu .menu_item
{
    padding-right:1px;
    background-image:url(../../images/web/top_menu_bg_delimiter.gif);
    background-position:top right;
    background-repeat:no-repeat;

}

#menu .menu_item_last
{
    background-image:none;
}

#menu .menu_item, #menu .menu_item_last
{
    line-height:41px;
    height:41px;
    text-decoration:none;
    float:left;
    position:relative;
}

#menu .menu_item a, #menu .menu_item_last a
{
    padding-left:35px;
    padding-right:35px;
    color:#FFFFFF;
    display:block;
}

#menu .menu_item a:hover, #menu .menu_item_last a:hover
{
    text-decoration:none;
}
#menu .hovered a
{
    color:#FFCC01;
}
#menu .submenu
{
    position:absolute;
    top:39px;
    display:none;
    z-index:100;
}

#menu .submenu a
{
    padding:0px;
    background-color:#203486;
    color:#FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding:8px 12px;
    line-height:12px;
    font-size:11px;
    text-align:center;
}
#menu .submenu a:hover
{
    background-color:#E31836;
    color:#FFFFFF;
}

#sidebar-content #left_top
{
    background-color:#E31836;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    text-align:center;
    padding-bottom:15px;
}

#sidebar-content .left_banner
{
    color:#FFFFFF;
    height:32px;
    line-height:32px;
    padding-left:15px;
    padding-right:5px;
    font-weight:bold;
    font-size:13px;
}
#sidebar-content .left_banner a
{
    color:#FFFFFF;
    display:block;
    width:100%;
    text-decoration:none;
    background-image:url(../../images/web/left_menu_link.gif);
    background-position: right center;
    background-repeat:no-repeat;
}
#sidebar-content .left_banner a:hover
{
    text-decoration:underline;
}
#sidebar-content .sidebar-content-data
{
    padding:10px 15px;
    line-height:15px;
}

#main-content #main_top
{
    background-color:#253C9D;
    height:33px;
    border-bottom:1px solid #C9C9F4;
}

#main-content-data .detailName
{
    color:#FFFFFF;
    height:32px;
    line-height:32px;
    padding-left:10px;
    font-weight:normal;
}

/* zalozkovy system u detailu produktu */
#tabs
{

}

#tabs .tabs-menu
{
    height:32px;
    line-height:32px;
    color:#FFFFFF;
    background:#000000;
    margin:0px;
    padding:0px;
}
#tabs .tabs-menu li
{
    float:left;
    list-style:none;
    padding:0px 0px 0px 10px;
    margin:0px;
    color:#CCCCCC;
    font-size:13px;
    font-weight:bold;
}
#tabs .tabs-menu li a
{
    color:#CCCCCC;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    margin-right:10px;
}
#tabs .tabs-menu li a:hover
{
    text-decoration:underline;
}
#tabs .tabContent
{
    padding:0px 210px 0px 10px;
    margin-right:10px;
    background-image:url(../../images/web/detail_foto.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    min-height:300px;
}
#tabs.wide .tabContent
{
    background-image:none;
    padding: 0px 10px 0px 10px;
}

#tabs #timeTable
{
    width:240px;
}
#tabs #timeTable tr
{
    height:25px;
    line-height:25px;
}
#tabs #timeTable th
{
    width:120px;
    background-color:#CCCCCC;
    padding-left:10px;
    text-align:left;
}
#tabs #timeTable td
{
    width:120px;
    background-color:#E1E1E1;
    text-align:center;
    font-weight:bold;
}

#tabsFooter
{
    text-align:right;
    height:32px;
    line-height:32px;
    color:#FFFFFF;
    font-size:11px;
    padding-right:10px;
    margin-top:10px;
    font-weight:bold;
}
#tabsFooter a
{
    color:#FFFFFF;
    text-decoration:none;
}
#tabsFooter a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

.shopList
{
    width:640px;
}
.shopList table
{
    width:100%;
    padding:0px;
}
.shopList .catName
{
    line-height:32px;
    height:32px;
    color:#FFFFFF;
    padding-left:10px;
    text-align:left;
    width:630px;
}
.shopList td
{
    width:25%;
}
.shopList .shopImg a
{
    line-height:100px;
    height:100px;
    background-color:#CCCCCC;
    background-repeat:no-repeat;
    background-position:center center;
    text-align:center;
    display:block;
    text-decoration:none;
}

.shopList .shopName
{
    line-height:32px;
    height:32px;
    background-color:#36548B;
    text-align:center;
    border-top:2px solid #FFFFFF;
}
.shopList .shopName a
{
    line-height:32px;
    height:32px;
    color:#FFFFFF;
    text-decoration:none;
}
.shopList .shopName a:hover
{
    text-decoration:underline;
}

.fotoList
{
    width:640px;
}

.fotoTable
{
    width:100%;
}
.fotoTable td
{
    width:156px;
    height:130px;
    padding:0px;
    background-image:url(../../images/web/foto_bg.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}

.fotoTable td .fotoBlock
{
    margin:15px 13px;
    display:block;
    width:130px;
    height:100px;
    line-height:100px;
    text-align:center;
    background-position:center center;
    background-repeat:no-repeat;
    text-decoration:none;

}
.fotoTable td.empty
{
    visibility:hidden;
}

.fotoTableList
{
    width:100%;
    font-size:11px;
}
.fotoTableList td
{
    padding-left:20px;
    height:15px;
}

.fotoTableList td.text
{
    height:70px;
    vertical-align:top;
}

.fotoTableList td.top
{
    height:20px;
}

.fotoTableList td.first
{
    width:156px;
    height:130px;
    padding:0px;
    background-image:url(../../images/web/foto_bg.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}

.fotoTableList td .fotoBlock
{
    margin:15px 13px;
    display:block;
    width:130px;
    height:100px;
    line-height:100px;
    text-align:center;
    background-position:center center;
    background-repeat:no-repeat;
    text-decoration:none;
}

.fotoTableList td .fotoBlock:hover
{
    text-decoration:none;
}

.fotoTableList td h3
{
    margin:0px;
}


/* seznam akci */
.actionTable
{
    width:640px;
    border-spacing:0px;
}
.actionTable td.underline, .actionTable th.underline
{
    border-bottom:1px solid #FFFFFF;
}

.actionTable th
{
    background-color:#36548B;
    color:#FFFFFF;
    height:32px;
    line-height:32px;
    padding-left:10px;
    margin:0px;
}
.actionTable td
{
    background-color:#E0E0E0;
    margin:0px;
    padding:5px;
}

.actionTable td.img
{
    width:200px;
    vertical-align:top;
    padding:0px;
    background-position:center 10px;
    background-repeat:no-repeat;
}

.actionTable td.name
{
    font-size:13px;
    font-weight:bold;
}
.actionTable td.date
{
    font-weight:bold;
}

.kontaktTable
{
    width:640px;
    border-spacing:0px;
    padding:0px;
    background-color:#E9E9E9;
}
.kontaktTable td
{
    width:50%;
    padding-left:10px;
    line-height:20px;
    vertical-align:top;
}
.kontaktTable th
{
    height:32px;
    line-height:32px;
    color:#FFFFFF;
    padding-left:10px;
    text-align:left;
}
.kontaktTable .first
{
    padding-top:10px;
}
.kontaktTable .last
{
    padding-bottom:10px;
}
.kontaktTable td.mapy
{
    background-image:url(../../images/web/mapy.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    height:282px;
}

.kontaktTable .submit
{
    font-weight:bold;
    border:0px;
    background:#666666;
    color:#FFFFFF;
    padding:3px 15px;
}


.kontaktTable .inpText, .kontaktTable textarea
{
    width:250px;
    border:1px solid #000000;
}
.kontaktTable h3
{

    margin:0px 0px 5px 0px;
}

/* mapa centra */
#plan
{
    position:relative;
    width:640px;
}
#plan #budova
{
    position:absolute;
    top:0px;
    right:0px;
    width:380px;
    height:160px;
    background-image:url(../../images/web/plan_budova.jpg);
    background-repeat:no-repeat;
    background-position:top left;
}
#plan #budova #patraText
{
    padding: 30px 0px 0px 300px;
    margin: 0px;
    list-style:none;
    line-height:30px;
}
#plan #budova #patraText a
{
    display:block;
    line-height:30px;
    text-decoration: none;
}

#plan #mapa
{
    height:415px;
    margin-top:10px;
}
#plan hr
{
    margin-top:30px;
}

.listShops
{
    margin-top:10px;
}
.listShops h4
{
    margin:0px;
    line-height:20px;
    padding-left:10px;
}
.listShops a
{
    padding-left:20px;
}



#footer
{
    background-color:#DFDFDF;
    border-top:1px solid #FFFFFF;
    text-align:center;
}


#footer #footer-content
{
    padding-right:23px;
    text-align:right;
    line-height:37px;
    font-size:11px;
    width: 1000px;
    margin-left:auto;
    margin-right:auto;
}
#footer #footer-content a
{
    color:#000000;
    text-decoration:none;
}

#footer #footer-content a:hover
{
    text-decoration:underline;
}

