﻿/*AutoComplete flyout */
.ac_input
{
	width: 200px;
}
.ac_results
{
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.ac_results iframe
{
	display: none; /*sorry for IE5*/
	display: /**/ block; /*sorry for IE5*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}

.ac_results li
{
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	
}
.ac_loading
{
	background: url('http://www.mykosik.cz/images2/indicator.gif') right center no-repeat;
}
.ac_odd
{
	background-color: #eee;
}

.ac_over
{
	background-color: #0A246A;
	color: white;
}

.detay
{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../IMAGES/loading.gif" );
}
BODY
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 10pt;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background: #ffffff;
	color: #313233;
}

A
{
	text-decoration: none;
}
A:hover
{
	color: #ff0000;
	text-decoration: underline;
}
A:active
{
	color: #ff0000;
	text-decoration: none;
}

H1
{
	line-height: normal;
	font-size: 14pt;
	padding-left: 15px;
	border-bottom: #f3f3f3 1px solid;
	padding-bottom: 4px;
	background: url(http://www.mykosik.cz/images/arrow-on.gif) no-repeat left center;
	padding-right: 4px;
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 4px;
}
H2
{
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 0px;
	line-height: -1;
	padding-left: 7px;
}

H4
{
	line-height: normal;
}
H1
{
	font-size: 1.7em;
	font-weight: normal;
}

H4
{
	font-size: 1em;
}

OL
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 230px;
}
OL li
{
	position: relative;
}
OL li OL
{
	position: absolute;
	left: 230px;
	top: 0;
	display: none;
	background-color: #E3DCD8;
	width: 200px;
}

OL li a
{
	display: block;
	border-bottom: #f3f3f3 1px solid;
	padding-bottom: 4px;
	padding-left: 15px;
	background: url(http://www.mykosik.cz/images/arrow-on.gif) no-repeat left center;
	padding-right: 4px;
	display: block;
	color: #313233;
	text-decoration: none;
	padding-top: 4px;
}

OL li a:hover
{
	background: url(http://www.mykosik.cz/images/arrow-on.gif) #E3DCD8 no-repeat right center;
	color: #313233;
	text-decoration: none;
}
OL li:hover OL, OL li.over OL
{
	display: block;
	padding-top: 0px;
	float: left;
}

#container
{
	margin: 0px auto;
	width: 1000px;
}
HR
{
	border-right-width: 0px;
	border-bottom-width: 0px;
	height: 1px;
	border-top: #e6e6e6 1px solid;
	border-left-width: 0px;
}
A IMG
{
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}

.kategori
{
	line-height: normal;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	text-decoration: none;
	color: #0896ff;
}
.kategori:hover
{
	line-height: normal;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 2px;
	text-decoration: none;
	color: #000000;
}


.inputbox
{
	border-bottom: #e6e6e6 1px solid;
	border-left: #e6e6e6 1px solid;
	background: #f3f3f3;
	color: #313233;
	border-top: #e6e6e6 1px solid;
	border-right: #e6e6e6 1px solid;
}
.inputbox:hover
{
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
.inputbox:focus
{
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

A.contentpagetitle
{
	line-height: normal;
	color: #e9a853;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
A.contentpagetitle:hover
{
	line-height: normal;
	color: #e9a853;
	font-size: 16px;
	text-decoration: none;
}
A.contentpagetitle:active
{
	line-height: normal;
	color: #e9a853;
	font-size: 16px;
	text-decoration: none;
}
A.contentpagetitle:focus
{
	line-height: normal;
	color: #e9a853;
	font-size: 16px;
	text-decoration: none;
}

.small
{
	color: #b6b6b6;
	font-size: 9pt;
}

A.mainlevel
{
	border-bottom: #f3f3f3 1px solid;
	padding-bottom: 4px;
	padding-left: 15px;
	background: url(http://www.mykosik.cz/images/arrow-on.gif) no-repeat left center;
	padding-right: 4px;
	display: block;
	color: #313233;
	text-decoration: none;
	padding-top: 4px;
}
A.mainlevel:hover
{
	background: url(http://www.mykosik.cz/images/arrow-on.gif) #ffffff no-repeat right center;
	color: #313233;
	text-decoration: none;
}
A.mainlevel:active
{
	background: url(http://www.mykosik.cz/images/arrow-on.gif) #ffffff no-repeat right center;
	color: #313233;
	text-decoration: none;
}
A.mainlevel:focus
{
	background: url(http://www.mykosik.cz/images/arrow-on.gif) #ffffff no-repeat right center;
	color: #313233;
	text-decoration: none;
}
A.mainlevel#active_menu
{
	background: url(http://www.mykosik.cz/images/arrow-on.gif) #ffffff no-repeat right center;
	color: #313233;
	text-decoration: none;
}
.kirmizi8
{
	line-height: normal;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	text-decoration: none;
	color: #ff0000;
}
.kirmizi8:hover
{
	line-height: normal;
	font-weight: bold;
	font-size: 8pt;
	padding-left: 2px;
	text-decoration: none;
	color: #ffffff;
}
.aylar
{
	background-color: #000000;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}

A:hover.aylar
{
	background-color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}
A:hover.active
{
	background-color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}
A:hover.focus
{
	background-color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}

*
{
	margin: 0;
	padding: 0;
}

.hotel-main-link
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 20px;
}
.slider a
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 20px;
}
.slider a:hover
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 20px;
	text-decoration: underline;
	cursor: pointer;
}

.button
{
	border-bottom: #f3f3f3 2px solid;
	font-size: 12pt;
	border-left: #f3f3f3 2px solid;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 18px;
	background: #D10101;
	color: #ffffff;
	border-top: #f3f3f3 2px solid;
	border-right: #f3f3f3 2px solid;
	padding-top: 5px;
}
.button:hover
{
	border-bottom-color: #e6e6e6;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
.button:focus
{
	border-bottom-color: #e6e6e6;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
.buttonSiyah
{
	border-bottom: #f3f3f3 2px solid;
	font-size: 12pt;
	border-left: #f3f3f3 2px solid;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 18px;
	background: #555;
	color: #ffffff;
	border-top: #f3f3f3 2px solid;
	border-right: #f3f3f3 2px solid;
	padding-top: 5px;
}
.buttonSiyah:hover
{
	border-bottom-color: #e6e6e6;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
.buttonSiyah:focus
{
	border-bottom-color: #e6e6e6;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
}


.buttonkirmizi
{
	border-bottom: #f3f3f3 2px solid;
	font-size: 12pt;
	border-left: #f3f3f3 2px solid;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 18px;
	background: #ff0000;
	color: #ffffff;
	border-top: #f3f3f3 2px solid;
	border-right: #f3f3f3 2px solid;
	padding-top: 5px;
}
.buttonkirmizi:hover
{
	border-bottom-color: #e6e6e6;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
.buttonkirmizi:focus
{
	border-bottom-color: #e6e6e6;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-left-color: #e6e6e6;
}


.buton
{
	background-color: #D10101;
	border-style: none;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	cursor: default;
}
.buton:hover
{
	background-color: #10827B;
}
.buton:focus
{
	background-color: #bbc790;
}

.solmenu
{
	border-bottom: #6262C9 1px dotted;
	width: 170px;
	padding-bottom: 4px;
	display:inline-block;
	padding-left: 15px;
	background: url(http://www.mykosik.cz/images/arrow-on.gif) no-repeat left center;
	padding-right: 4px;
	color: #313233;
	text-decoration: none;
	padding-top: 4px;
}

.solmenu:hover
{
	background: url(http://www.mykosik.cz/images/arrow-on.gif) #E3E3F9 no-repeat right center;
	color: #313233;
	text-decoration: none;
}
.solmenu2
{
	width: 200px;
	background: url(http://www.mykosik.cz/images/gri-back.gif);
	padding: 3px;
	color: #ffffff;
	text-decoration: none;
	font-size: 9pt;
}

.KategoriBack
{
	background-color: #BEDFF3;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.KategoriBack:hover
{
	background-color: #DDEEF9;
}

.KategoriBack2
{
	background-color: #ffffff;
	padding-top: 5px;
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}

.KategoriBack2:hover
{
	background-color: #DDEEF9;
}

.KategoriBack3
{
	background-color: #DDEEF9;
}

.Grid
{
	padding: 5px;
}

.Messages
{
	height: 30px;
	padding: 10px;
	background-color: #ff0000;
}

.textbox
{
	border-bottom: #d8d7d7 1px solid;
	border-left: #d8d7d7 1px solid;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: #d8d7d7 1px solid;
	border-right: #d8d7d7 1px solid;
	padding-top: 3px;
}
INPUT.txt
{
	border-bottom: #d8d7d7 1px solid;
	border-left: #d8d7d7 1px solid;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: #d8d7d7 1px solid;
	border-right: #d8d7d7 1px solid;
	padding-top: 3px;
}
INPUT.txt
{
	width: 180px;
}
INPUT.phone
{
	width: 149px;
}

DIV.module H3
{
	margin: 0px 0px 15px;
	font-size: 1em;
}

DIV.module
{
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	margin-bottom: 15px;
	background: url(http://www.mykosik.cz/IMAGES/box-br.gif) no-repeat right bottom;
	float: left;
	padding-top: 0px;
}
DIV.module DIV
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(http://www.mykosik.cz/IMAGES/box-bl.gif) no-repeat left bottom;
	padding-top: 0px;
}
DIV.module DIV DIV
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(http://www.mykosik.cz/IMAGES/box-tr.gif) no-repeat right top;
	padding-top: 0px;
}
DIV.module DIV DIV DIV
{
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(http://www.mykosik.cz/IMAGES/box-tl.gif) no-repeat left top;
	padding-top: 9px;
}
DIV.module DIV DIV DIV DIV
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: none transparent scroll repeat 0% 0%;
	padding-top: 0px;
}
.main-column
{
	width: 196px;
	background-color: #f1f1f1;
	position: relative;
	float: left;
	overflow: hidden;
}
A.readon
{
	padding-left: 15px;
	background: url(http://www.mykosik.cz/images/arrow-readon.gif) no-repeat left center;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}
A.readon:hover
{
	background: url(http://www.mykosik.cz/images/arrow-readon-on.gif) no-repeat left center;
	color: #bbc790;
	text-decoration: none;
}
A.readon:active
{
	background: url(http://www.mykosik.cz/images/arrow-readon-on.gif) no-repeat left center;
	color: #bbc790;
	text-decoration: none;
}
A.readon:focus
{
	background: url(http://www.mykosik.cz/images/arrow-readon-on.gif) no-repeat left center;
	color: #bbc790;
	text-decoration: none;
}

.pagination
{
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	width: 282px;
	padding-top: 2px;
}

.pagination A
{
	border-right: #aaaaaa 1px solid;
	padding-right: 11px;
	border-top: #aaaaaa 1px solid;
	padding-left: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	border-left: #aaaaaa 1px solid;
	color: #666666;
	padding-top: 0px;
	border-bottom: #aaaaaa 1px solid;
	font-family: Arial, Verdana;
	background-color: white;
	text-decoration: none;
}
.pagination A:visited
{
	border-right: #aaaaaa 1px solid;
	padding-right: 11px;
	border-top: #aaaaaa 1px solid;
	padding-left: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	border-left: #aaaaaa 1px solid;
	color: #666666;
	padding-top: 0px;
	border-bottom: #aaaaaa 1px solid;
	font-family: Arial, Verdana;
	background-color: white;
	text-decoration: none;
}
.pagination A:hover
{
	border-right: #2b66a5 1px solid;
	border-top: #2b66a5 1px solid;
	border-left: #2b66a5 1px solid;
	color: #000;
	border-bottom: #2b66a5 1px solid;
	background-color: #ffffd0;
}
.pagination A:active
{
	border-right: #2b66a5 1px solid;
	border-top: #2b66a5 1px solid;
	border-left: #2b66a5 1px solid;
	color: #000;
	border-bottom: #2b66a5 1px solid;
	background-color: #ffffd0;
}
.pagination A.currentpage
{
	border-right: #2b66a5 1px solid;
	border-top: #2b66a5 1px solid;
	border-left: #2b66a5 1px solid;
	color: #000;
	border-bottom: #2b66a5 1px solid;
	background-color: #BEDFF3;
}
.pagination A.disablelink
{
	font-weight: normal !important;
	border-left-color: #929292;
	border-bottom-color: #929292;
	cursor: default;
	color: #929292;
	border-top-color: #929292;
	background-color: white;
	border-right-color: #929292;
}
.pagination A.disablelink:hover
{
	font-weight: normal !important;
	border-left-color: #929292;
	border-bottom-color: #929292;
	cursor: default;
	color: #929292;
	border-top-color: #929292;
	background-color: white;
	border-right-color: #929292;
}
.pagination A.prevnext
{
	font-weight: bold;
}

.wrapper
{
	margin: auto;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	font-size: 12px;
}
#header
{
	
	position: relative;
	padding-bottom: 10px;
	clear: both;
}

#menu
{
	
	position: absolute;
	bottom: 15px;
	left: 7px;
}


DIV.header-b1
{
	background: url(http://www.mykosik.cz/images2/header_corners.png) no-repeat 0px 0px;
}
DIV.header-b2
{
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	background: url(http://www.mykosik.cz/images2/header_corners.png) no-repeat 100% -60px;
	padding-top: 0px;
}
DIV.header-b3
{
	background: url(http://www.mykosik.cz/images2/header_corners.png) repeat-x 0px -120px;
	height: 50px;
	overflow: hidden;
}


DIV.wrapper-t1
{
	background: url(http://www.mykosik.cz/images2/module_box_corners.png) no-repeat 0px 0px;
}
DIV.wrapper-t2
{
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	background: url(http://www.mykosik.cz/images2/module_box_corners.png) no-repeat 100% -17px;
	padding-top: 0px;
}
DIV.wrapper-t3
{
	background: url(http://www.mykosik.cz/images2/module_box_corners.png) repeat-x 0px -34px;
	height: 7px;
	overflow: hidden;
}
DIV.wrapper-1
{
	background: url(http://www.mykosik.cz/images2/module_box_edges.png) repeat-y 0px 0px;
}
DIV.wrapper-2
{
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(http://www.mykosik.cz/images2/module_box_edges.png) repeat-y 100% 0px;
	padding-top: 0px;
}
DIV.wrapper-3
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
	overflow: hidden;
	padding-top: 10px;
}
DIV.wrapper-b1
{
	background: url(http://www.mykosik.cz/images2/module_box_corners.png) no-repeat 0px -51px;
}
DIV.wrapper-b2
{
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	background: url(http://www.mykosik.cz/images2/module_box_corners.png) no-repeat 100% -68px;
	padding-top: 0px;
}
DIV.wrapper-b3
{
	background: url(http://www.mykosik.cz/images2/module_box_corners.png) repeat-x 0px -85px;
	height: 7px;
	overflow: hidden;
}



#menu UL
{
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-image: none;
	padding-top: 0px;
}
#menu LI
{
	position: relative;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#menu A
{
	display: block;
}
#menu SPAN
{
	display: block;
}
#menu A
{
	text-decoration: none;
}
#menu SPAN.icon
{
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#menu UL.menu
{
	float: left;
}
#menu LI.level1
{
	background: url(http://www.mykosik.cz/images2/menu_level1_item.png) no-repeat 100% 0px;
	float: left;
	margin-left: -2px;
}
#menu A.level1
{
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 20px;
	float: left;
	padding-top: 0px;
}
#menu SPAN.level1
{
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 20px;
	float: left;
	padding-top: 0px;
}
#menu A.level1 SPAN.bg
{
	line-height: 45px;
	float: left;
	height: 45px;
	color: #323232;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
#menu SPAN.level1 SPAN.bg
{
	line-height: 45px;
	float: left;
	height: 45px;
	color: #323232;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
#menu LI.level1:hover
{
	background-repeat: repeat-x;
	background-position: 0px -55px;
}
#menu LI.remain.level1
{
	background-repeat: repeat-x;
	background-position: 0px -55px;
}
#menu LI:hover .level1 SPAN.bg
{
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
#menu LI.remain .level1 SPAN.bg
{
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
#menu LI.parent A.level1
{
	padding-left: 30px;
	background: url(http://www.mykosik.cz/images2/menu_level1_item.png) no-repeat 10px -110px;
}
#menu LI.parent SPAN.level1
{
	padding-left: 30px;
	background: url(http://www.mykosik.cz/images2/menu_level1_item.png) no-repeat 10px -110px;
}
#menu LI.parent:hover A.level1
{
	background-position: 10px -165px;
}
#menu LI.remain.parent A.level1
{
	background-position: 10px -165px;
}
#menu LI.parent:hover SPAN.level1
{
	background-position: 10px -165px;
}
#menu LI.remain.parent SPAN.level1
{
	background-position: 10px -165px;
}
#menu LI.parent A.active.level1
{
	background-position: 10px -220px;
}
#menu LI.parent:hover A.active.level1
{
	background-position: 10px -165px;
}
#menu LI.remain.parent A.active.level1
{
	background-position: 10px -165px;
}
#menu LI.active .level1 SPAN.bg
{
	color: #417cab;
	font-weight: bold;
}
#menu LI.active:hover .level1 SPAN.bg
{
	color: #ffffff;
}
#menu LI.remain.active .level1 SPAN.bg
{
	color: #ffffff;
}
#menu A.level1 SPAN.title
{
	line-height: 34px;
	font-size: 12px;
}
#menu SPAN.level1 SPAN.title
{
	line-height: 34px;
	font-size: 12px;
}
#menu A.level1 SPAN.subtitle
{
	line-height: 10px;
	margin-top: -8px;
	font-size: 9px;
	font-weight: normal;
}
#menu SPAN.level1 SPAN.subtitle
{
	line-height: 10px;
	margin-top: -8px;
	font-size: 9px;
	font-weight: normal;
}
#menu .dropdown
{
	z-index: 100;
	position: absolute;
	top: 45px;
	left: -999em;
}
#menu LI:hover .dropdown
{
	left: -5px;
}
#menu LI.remain .dropdown
{
	left: -5px;
}
#menu .dropdown-t1
{
	background: url(http://www.mykosik.cz/images2/menu_dropdown_corners.png) no-repeat 0px -51px;
}
#menu .dropdown-t2
{
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(http://www.mykosik.cz/images2/menu_dropdown_edges.png) no-repeat 100% -11px;
	padding-top: 0px;
}
#menu .dropdown-t3
{
	border-bottom: #ffffff 1px solid;
	background: #5495c9;
	height: 5px;
}
#menu .dropdown-1
{
	background: url(http://www.mykosik.cz/images2/menu_dropdown_edges.png) repeat-y 0px 0px;
}
#menu .dropdown-2
{
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	background: url(http://www.mykosik.cz/images2/menu_dropdown_edges.png) repeat-y 100% 0px;
	padding-top: 0px;
}
#menu .dropdown-3
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(http://www.mykosik.cz/images2/menu_dropdown_bg.png) #f9f9f9 repeat-x 0px 100%;
	overflow: hidden;
	padding-top: 0px;
}
#menu .dropdown-b1
{
	background: url(http://www.mykosik.cz/images2/menu_dropdown_corners.png) no-repeat 0px 0px;
}
#menu .dropdown-b2
{
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	background: url(http://www.mykosik.cz/images2/menu_dropdown_corners.png) no-repeat 100% -17px;
	padding-top: 0px;
}
#menu .dropdown-b3
{
	background: url(http://www.mykosik.cz/images2/menu_dropdown_corners.png) repeat-x 0px -34px;
	height: 7px;
}
#menu UL.level2
{
	background: url(http://www.mykosik.cz/images2/menu_level2_line_v.png) repeat-y 100% 0px;
}
#menu UL.last
{
	background: none transparent scroll repeat 0% 0%;
}
#menu .hover-box1
{
	overflow: hidden;
}
#menu LI.level2
{
	padding-bottom: 1px;
	background: url(http://www.mykosik.cz/images2/menu_level2_item.png) repeat-x 0px 100%;
	margin-right: 2px;
}
#menu UL.last LI.level2
{
	margin-right: 0px;
}
#menu LI.last.level2
{
	background: none transparent scroll repeat 0% 0%;
}
#menu A.level2:hover
{
	background: url(http://www.mykosik.cz/images2/menu_level2_item_hover.png) repeat-x 0px 0px;
}
#menu A.level2 SPAN.bg
{
	line-height: 30px;
	padding-left: 10px;
	color: #323232;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
#menu SPAN.level2 SPAN.bg
{
	line-height: 30px;
	padding-left: 10px;
	color: #323232;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
#menu A.level2:hover SPAN.bg
{
	color: #9d1c1f;
}
#menu LI.level2 A.current SPAN.bg
{
	font-weight: bold;
}
#menu LI.level2:hover A.parent
{
	background: url(http://www.mykosik.cz/images2/menu_level2_item_hover.png) repeat-x 0px -210px;
}
#menu A.level2 SPAN.subtitle
{
	text-transform: none;
	margin-top: -10px;
	font-size: 10px;
	font-weight: normal;
}
#menu SPAN.level2 SPAN.subtitle
{
	text-transform: none;
	margin-top: -10px;
	font-size: 10px;
	font-weight: normal;
}
#menu A.level2 SPAN.icon
{
	line-height: 40px;
	min-height: 40px;
	padding-left: 45px;
}
#menu SPAN.level2 SPAN.icon
{
	line-height: 40px;
	min-height: 40px;
	padding-left: 45px;
}
#menu A.level2 SPAN.icon SPAN.title
{
	line-height: 28px;
}
#menu SPAN.level2 SPAN.icon SPAN.title
{
	line-height: 28px;
}
#menu A.level2 SPAN.icon SPAN.subtitle
{
	line-height: 16px;
}
#menu SPAN.level2 SPAN.icon SPAN.subtitle
{
	line-height: 16px;
}
#menu .sub
{
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
#menu UL.level3
{
	padding-bottom: 10px;
}
#menu A.level3
{
	background: url(http://www.mykosik.cz/images2/menu_level3_item.png) no-repeat 0px 0px;
}
#menu A.level3:hover
{
	background-position: 0px -35px;
}
#menu A.level3 SPAN.bg
{
	line-height: 17px;
	padding-left: 10px;
	color: #323232;
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
#menu SPAN.level3 SPAN.bg
{
	line-height: 17px;
	padding-left: 10px;
	color: #323232;
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
#menu A.level3:hover SPAN.bg
{
	color: #9d1c1f;
}
#menu .columns2 UL.level2
{
	float: left;
}
#menu .columns3 UL.level2
{
	float: left;
}
#menu .columns4 UL.level2
{
	float: left;
}
#menu .columns2 UL.level2
{
	width: 50%;
}
#menu .columns3 UL.level2
{
	width: 34%;
}
#menu .columns3 UL.first
{
	width: 33%;
}
#menu .columns3 UL.last
{
	width: 33%;
}
#menu .columns4 UL.level2
{
	width: 25%;
}
DIV.mod-menu UL
{
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	list-style-image: none;
	padding-top: 0px;
}
DIV.mod-menu UL.menu LI
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
DIV.mod-menu UL.menu A
{
	display: block;
}
DIV.mod-menu UL.menu SPAN
{
	display: block;
}
DIV.mod-menu UL.menu A
{
	text-decoration: none;
}
DIV.mod-menu UL.menu SPAN.icon
{
	text-indent: 35px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
DIV.mod-menu UL.menu LI.parent SPAN.separator
{
	cursor: pointer;
}
DIV.mod-menu UL.menu SPAN.subtitle
{
	display: none;
}
DIV.mod-box UL.menu
{
	background: url(http://www.mykosik.cz/images2/menu_dropdown_bg.png) #f9f9f9 repeat-x 0px 100%;
}
DIV.mod-box UL.menu SPAN.bg
{
	line-height: 30px;
	text-indent: 10px;
	height: 30px;
	color: #323232;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
DIV.mod-box UL.menu A.current SPAN.bg
{
	font-weight: bold;
}
DIV.mod-box UL.menu A:hover SPAN.bg
{
	color: #9d1c1f;
}
DIV.mod-box UL.menu SPAN:hover SPAN.bg
{
	color: #9d1c1f;
}
DIV.mod-box UL.menu LI.level1
{
	background: url(http://www.mykosik.cz/images2/menu_level2_item.png) repeat-x 0px 100%;
}
DIV.mod-box UL.menu LI.last.level1
{
	background: none transparent scroll repeat 0% 0%;
}
DIV.mod-box UL.menu A.level1:hover
{
	background: url(http://www.mykosik.cz/images2/menu_level2_item_hover.png) repeat-x 0px -210px;
}
DIV.mod-box UL.menu SPAN.level1:hover
{
	background: url(http://www.mykosik.cz/images2/menu_level2_item_hover.png) repeat-x 0px -210px;
}
DIV.mod-box UL.menu LI.parent A.level1 SPAN.bg
{
	background: url(http://www.mykosik.cz/images2/submenu_level1_parent.png) no-repeat 100% 0px;
}
DIV.mod-box UL.menu LI.parent SPAN.level1 SPAN.bg
{
	background: url(http://www.mykosik.cz/images2/submenu_level1_parent.png) no-repeat 100% 0px;
}
DIV.mod-box UL.menu LI.parent:hover A.level1 SPAN.bg
{
	background-position: 100% -30px;
}
DIV.mod-box UL.menu LI.parent:hover SPAN.level1 SPAN.bg
{
	background-position: 100% -30px;
}
DIV.mod-box UL.menu LI.parent A.level1.active SPAN.bg
{
	background-position: 100% -60px;
}
DIV.mod-box UL.menu LI.parent SPAN.level1.active SPAN.bg
{
	background-position: 100% -60px;
}
DIV.mod-box UL.menu LI.parent A.level1.active:hover SPAN.bg
{
	background-position: 100% -90px;
}
DIV.mod-box UL.menu LI.parent SPAN.level1.active:hover SPAN.bg
{
	background-position: 100% -90px;
}
DIV.mod-box UL.menu UL.level2
{
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
DIV.mod-box UL.menu LI.level2 SPAN.bg
{
	line-height: 17px;
	background: url(http://www.mykosik.cz/images2/menu_level3_item.png) no-repeat 10px 0px;
	height: 17px;
	font-size: 11px;
}
DIV.mod-box UL.menu LI.level2 A.level2 SPAN.bg
{
	text-indent: 20px;
}
DIV.mod-box UL.menu LI.level2 SPAN.level2 SPAN.bg
{
	text-indent: 20px;
}
DIV.mod-box UL.menu LI.level2 A.level2:hover SPAN.bg
{
	background-position: 10px -35px;
}
DIV.mod-box UL.menu LI.level2 SPAN.level2:hover SPAN.bg
{
	background-position: 10px -35px;
}
DIV.mod-box UL.menu LI.level3 A.level3 SPAN.bg
{
	text-indent: 30px;
	background-position: 20px 0px;
}
DIV.mod-box UL.menu LI.level3 SPAN.level3 SPAN.bg
{
	text-indent: 30px;
	background-position: 20px 0px;
}
DIV.mod-box UL.menu LI.level3 A.level3:hover SPAN.bg
{
	background-position: 20px -35px;
}
DIV.mod-box UL.menu LI.level3 SPAN.level3:hover SPAN.bg
{
	background-position: 20px -35px;
}
DIV.mod-box UL.menu LI.level4 A.level4 SPAN.bg
{
	text-indent: 40px;
	background-position: 30px 0px;
}
DIV.mod-box UL.menu LI.level4 SPAN.level4 SPAN.bg
{
	text-indent: 40px;
	background-position: 30px 0px;
}
DIV.mod-box UL.menu LI.level4 A.level4:hover SPAN.bg
{
	background-position: 30px -35px;
}
DIV.mod-box UL.menu LI.level4 SPAN.level4:hover SPAN.bg
{
	background-position: 30px -35px;
}

#menu UL.mod-dropdown
{
	padding-left: 0px;
	background: none transparent scroll repeat 0% 0%;
}
#menu .mod-dropdown .module
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	padding-top: 5px;
}
#menu .mod-dropdown .dropdown
{
	width: 300px;
}

#menu LI.level1
{
	background-image: url(http://www.mykosik.cz/images2/menu_level1_item.png);
}
#menu LI.parent A.level1
{
	background-image: url(http://www.mykosik.cz/images2/menu_level1_item.png);
}
#menu LI.parent SPAN.level1
{
	background-image: url(http://www.mykosik.cz/images2/menu_level1_item.png);
}
#menu LI.active .level1 SPAN.bg
{
	color: #4e7590;
}
#menu .dropdown-t3
{
	background: #6da3b4;
}
#menu A.level3
{
	background-image: url(http://www.mykosik.cz/images2/menu_level3_item.png);
}
DIV.mod-box UL.menu LI.level2 SPAN.bg
{
	background-image: url(http://www.mykosik.cz/images2/menu_level3_item.png);
}
#menu A.level2:hover SPAN.bg
{
	color: #df4300;
}
#menu A.level3:hover SPAN.bg
{
	color: #df4300;
}
DIV.mod-box UL.menu A:hover SPAN.bg
{
	color: #df4300;
}
DIV.mod-box UL.menu SPAN:hover SPAN.bg
{
	color: #df4300;
}
DIV.mod-box UL.menu LI.parent A.level1 SPAN.bg
{
	background-image: url(http://www.mykosik.cz/images2/submenu_level1_parent.png);
}
DIV.mod-box UL.menu LI.parent SPAN.level1 SPAN.bg
{
	background-image: url(http://www.mykosik.cz/images2/submenu_level1_parent.png);
}

.generalPanelContainer
{
	width: 188px;
	height: auto;
}
.generalPanelTopDiv
{
	width: 188px;
	background: url(http://www.mykosik.cz/IMAGES/box-tr.gif) no-repeat -420px -36px;
	height: 32px;
}
.generalPanelMiddleDiv
{
	border-left: #dfdfdf 1px solid;
	width: 186px;
	background: url(http://www.mykosik.cz/IMAGES/box-tr.gif) repeat-x 0px bottom;
	border-right: #dfdfdf 1px solid;
}
.generalPanelBottomDiv
{
	width: 188px;
	background: url(http://www.mykosik.cz/IMAGES/box-tr.gif) no-repeat -221px -24px;
	height: 13px;
}
.fleft
{
	float: left;
}
.fright
{
	float: right;
}
.menuband
{
	width: 188px;
	background: url(http://www.mykosik.cz/IMAGES/box-tr.gif) no-repeat -6px -6px;
	height: 24px;
}

