html {
	font-size: 100.01%;
}
body {
	font-size: .750em;
	font-family: tahoma, arial, verdana;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../gfx/body-bg.jpg) no-repeat center top;
}
a img, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #1b8700;
	outline: none;
}
a:hover {
	color: #c60000;
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, table, td {
	margin: 0;
	padding: 0;
}
table {
	font-size: 1em;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
hr, .noScreen {
	display: none;
}
.break {
	display: block;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0
}
ul li {
	list-style-type: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.imgBlock {
	position: relative;
	display: block;
	overflow: hidden;
}
.imgSpan {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}
a .imgSpan {
	cursor: pointer;
}
.imgLeft {
	float: left;
	margin: 2px 20px 15px 0;
}
.imgRight {
	float: right;
	margin: 2px 0 15px 20px;
}
.blue {
	color: #0c3a84 !important;
}
.marginRight0 {
	margin-right: 0 !important;
}
.marginRight20 {
	margin-right: 20px !important;
}
.marginRight23 {
	margin-right: 23px !important;
}
.marginRight25 {
	margin-right: 25px !important;
}
.marginRight50 {
	margin-right: 50px !important;
}
.marginTop10 {
	margin-top: 10px !important;
}
.marginBot25 {
	margin-bottom: 25px !important;
}
.width180 {
	width: 180px;
}
.width223 {
	width: 223px;
}
.width191 {
	width: 191px;
}
.font11 {
	font-size: 11px;
}
.textCenter {
	text-align: center;
}
#page {
	width: 970px;
	margin: 0px auto;
	text-align: left;
}
/*HEADER begin*/
#header {
	width: 970px;
	height: 92px;
	position: relative;
}
#header h2 a {
	width: 200px;
	height: 82px;
	text-indent: -9999px;
	background: url(../gfx/header-logo.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
* html #header h2 a {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/header-logo.png', sizingMethod='image');
}
#ctl00_formSearch fieldset {
	position: absolute;
	top: 37px;
	left: 660px;
	width: 310px;
}
#ctl00_formSearch .inputText {
	width: 231px;
	height: 33px;
	background: url(../gfx/search-input.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#ctl00_formSearch .inputText input {
	width: 191px;
	height: 20px;
	padding: 5px 0 0 30px;
	margin: 3px 5px 0;
	background: none;
	border: 0;
}
#ctl00_formSearch .btn {
	width: 79px;
	height: 33px;
	background: url(../gfx/search-btn.gif) no-repeat;
	text-align: center;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
}
#langs {
	position: absolute;
	top: 10px;
	right: 0;
}
#langs li {
	float: left;
	padding: 0 10px 0 0;
}
#langs li a {
	width: 18px;
	height: 13px;
	display: block;
	text-indent: -9999px;
}
#langs li#langCZ a {
	background: url(../gfx/flag-cz.gif) no-repeat;
}
#langs li#langEN a {
	background: url(../gfx/flag-en.gif) no-repeat;
}
/*HEADER end*/
/*MENU begin*/
#ctl00_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	width: 975px;
	height: 50px;
	background: url(../gfx/menu-bg.gif) no-repeat;
	z-index: 6000;
}
#ctl00_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	width: 970px;
}
#ctl00_menu a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: block;
	height: 32px;
	padding: 18px 0 0 0;
	float: left;
	font-size: 12px !important;
	text-align: center;
}
#ctl00_menu a:hover, #ctl00_menu a.active {
	background: url(../gfx/menu-active.gif) repeat-x;
}
#ctl00_menu li {
	float: left;
	background: url(../gfx/menu-separator.gif) no-repeat 0 0;
	padding: 0 0 0 2px;
	position: relative;
}
#ctl00_menu li.first {
	padding-left: 0;
	background: none;
}
#ctl00_menu li.first a:hover, #ctl00_menu li.first a.active {
	background: url(../gfx/menu-active-first.gif) no-repeat 0 0;
}
#ctl00_menu li.last a:hover, #ctl00_menu li.last a.active {
	background: url(../gfx/menu-active-last.gif) no-repeat right top;
}
#ctl00_menu a.width197 {
	width: 197px;
}
#ctl00_menu a.width157 {
	width: 157px;
}
#ctl00_menu a.width148 {
	width: 148px;
}
#ctl00_menu a.width152 {
	width: 152px;
}
#ctl00_menu a.width150 {
	width: 150px;
}
#ctl00_menu a.width67 {
	width: 67px;
}
#ctl00_menu a.width87 {
	width: 87px;
}
#ctl00_menu li li {
	background: none;
	padding: 0;
	border-bottom: 1px solid #384a80;
}
#ctl00_menu ul {
	position: absolute;
	display: none;
	width: 154px;
	top: 50px;
	left: 2px;
}
#ctl00_menu li.first ul {
	left: 5px;
}
#ctl00_menu li.first ul ul {
	left: 144px !important;
}
#ctl00_menu li ul a {
	width: 134px;
	height: auto !important;
	padding: 5px 10px !important;
	float: left;
	background: #11204d;
	font-weight: normal;
	font-size: 11px !important;
	text-transform: none;
	filter: alpha(opacity=90);
	opacity: 0.9;
	text-align: left !important;
}
#ctl00_menu li ul a:hover {
	background: #5bb943 !important;
}
#ctl00_menu ul ul {
	top: auto;
}
#ctl00_menu li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
}
#ctl00_menu li:hover ul ul, #ctl00_menu li:hover ul ul ul, #ctl00_menu li:hover ul ul ul ul {
	display: none;
}
#ctl00_menu li:hover ul, #ctl00_menu li li:hover ul, #ctl00_menu li li li:hover ul, #ctl00_menu li li li li:hover ul {
	display: block;
}
/*MENU end*/
#content {
	width: 970px;
	padding: 25px 0 0;
}
/*PROMO AND NEWS begin*/
#promo {
	width: 970px;
	height: 315px;
	position: relative;
	margin: 0 0 25px;
}
#promoImgs {
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 315px;
	overflow: hidden;
	z-index: 200;
}
ul#promoBubbles li a {
	display: block;
	position: absolute;
	z-index: 5000;
	text-indent: -9999px;
	background-position: left top;
	cursor: pointer;
}
ul#promoBubbles li a:hover {
	background-position: left bottom;
}
.promoTSe {
	width: 184px;
	height: 72px;
	background: url(../gfx/hp-promo-ticket-service.png) no-repeat;
	top: 96px;
	left: 159px;
}
* html .promoTSe {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-promo-ticket-service.png', sizingMethod='crop');
}
* html a:hover.promoTSe {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-promo-ticket-service-ie6.png', sizingMethod='crop');
}
.promoTRe {
	width: 224px;
	height: 80px;
	background: url(../gfx/hp-promo-ticket-restaurant.png) no-repeat;
	top: 153px;
	left: 284px;
}
* html .promoTRe {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-promo-ticket-restaurant.png', sizingMethod='crop');
}
* html a:hover.promoTRe {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-promo-ticket-restaurant-ie6.png', sizingMethod='crop');
}
.promoTCi {
	width: 247px;
	height: 99px;
	background: url(../gfx/hp-promo-ticket-cisty.png) no-repeat;
	top: 73px;
	left: 383px;
}
* html .promoTCi {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-promo-ticket-cisty.png', sizingMethod='crop');	
}
* html a:hover.promoTCi {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-promo-ticket-cisty-ie6.png', sizingMethod='crop');
}
.promoTBe {
	width: 184px;
	height: 54px;
	background: url(../gfx/hp-promo-ticket-benefits.png) no-repeat;
	top: 233px;
	left: 143px;
}
* html .promoTBe {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-promo-ticket-benefits.png', sizingMethod='crop');
}
* html a:hover.promoTBe {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-promo-ticket-benefits-ie6.png', sizingMethod='crop');
}
.promoTCo {
	width: 253px;
	height: 109px;
	background: url(../gfx/hp-promo-ticket-compliments.png) no-repeat;
	top: 213px;
	left: 403px;
}
* html .promoTCo {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-promo-ticket-compliments.png', sizingMethod='crop');
}
* html a:hover.promoTCo {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-promo-ticket-compliments-ie6.png', sizingMethod='crop');
}
#news {
	width: 292px;
	height: 196px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2000;
}
#newsIn {
	width: 252px;
	height: 104px;
	position: absolute;
	top: 14px;
	left: 20px;
	z-index: 1000;
}
#newsIn2 {
	width: 292px;
	height: 44px;
	position: absolute;
	top: 145px;
	left: 0;
	z-index: 1000;
}
#newsBg {
	width: 292px;
	height: 196px;
	background: url(../gfx/hp-news.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
* html #newsBg {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/hp-news.png', sizingMethod='image');
}
#newsIn h3 {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 8px;
}
#newsText {
	width: 252px;
	height: 80px;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.4;
	position: relative;
}
#newsText div {
	width: 252px;
}
#newsText h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 3px;
}
#newsText h4 a {
	color: #333333;
}
a.newsMore {
	background: url(../gfx/arrow-blue.gif) no-repeat 0 5px;
	padding: 0 0 0 8px;
	font-size: 11px;
	color: #0c3a83;
	position: absolute;
	top: 19px;
	left: 20px;
}
#news a:hover {
	color: #c60000;
}
#news ul#navNews {
	position: absolute;
	top: 22px;
	right: 68px;
	display: inline;
}
#news ul#navNews li {
	list-style-type: none;
	float: left;
	margin: 0 3px;
}
#news ul#navNews a {
	width: 9px;
	height: 9px;
	text-decoration: none;
	background: url(../gfx/nav-point.gif) no-repeat left top;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
#news ul#navNews a:hover, #news ul#navNews a.activeSlide {
	background: url(../gfx/nav-point.gif) no-repeat left -9px;
}
#news #scrollButtons a {
	position: absolute;
	top: 17px;
	right: 20px;
	cursor: pointer;
	width: 19px;
	height: 19px;
	overflow: hidden;
	z-index: 4000;
}
#news #scrollButtons a#prevNews {
	right: 37px;
	background: url(../gfx/nav-arrow-left.gif) no-repeat;
}
#news #scrollButtons a#nextNews {
	right: 19px;
	background: url(../gfx/nav-arrow-right.gif) no-repeat;
	width: 18px;
}
/*ernest: presunuto do AccHomepage.StylesAndScripts z duvodu potreby nastaveni dle jazyka 
a.buyOnline1 {
	width: 290px;
	height: 55px;
	display: block;
	background: url(../gfx/btn-buy-online-1.png) no-repeat left top;
	position: absolute;
	top: 239px;
	right: 20px;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
	z-index: 2000;
}
* html a.buyOnline1 {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/btn-buy-online-1.png', sizingMethod='crop');
}
a:hover.buyOnline1, a.buyOnline1Active {
	background: url(../gfx/btn-buy-online-1.png) no-repeat left bottom;
}
* html a:hover.buyOnline1, * html a.buyOnline1Active {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/btn-buy-online-1-hover.png', sizingMethod='crop');
}
.buyOnline2 {
	width: 44px;
	height: 101px;
	display: block;
	background: url(../gfx/btn-buy-online-2.png) no-repeat;
	position: absolute;
	top: 293px;
	right: 0;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2000;
}
* html .buyOnline2 {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/App_Themes/Default/gfx/btn-buy-online-2.png', sizingMethod='image');
}
*/
/*PROMO AND NEWS end*/
/*HP LINKS begin*/
#hpLinks {
	width: 640px;
	height: 199px;
	float: left;
	background: url(../gfx/hp-box-links.gif) no-repeat;
	margin: 0 0 25px;
	position: relative;
	font-size: 11px;
}
#hpLinks h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 8px;
}
#hpLinks h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 2px;
}
#hpLinks h3 a {
	color: #333;
}
#hpLinks li {
	padding: 0 0 6px;
}
#hpLinks p {
	padding: 0 0 2px;
}
#hpLinks a:hover {
	color: #c60000;
}
#hpLinksProdukty {
	position: absolute;
	top: 10px;
	left: 18px;
	width: 220px;
	height: 170px;
}
#hpLinksProdukty a.hpTicket {
	position: absolute;
	display: block;
	text-indent: -9999px;
}
#hpLinksProdukty a.hpTicketCisty {
	top: 35px;
	left: 0px;
	width: 73px;
	height: 26px;
	background: url(../gfx/hp-ticket-cisty.gif) no-repeat;
}
#hpLinksProdukty a.hpTicketBenefits {
	top: 35px;
	left: 92px;
	width: 76px;
	height: 23px;
	background: url(../gfx/hp-ticket-benefits.gif) no-repeat;
}
#hpLinksProdukty a.hpTicketBenefitsCard {
	top: 35px;
	left: 188px;
	width: 65px;
	height: 31px;
	background: url(../gfx/hp-ticket-benefits-card.gif) no-repeat;
}
#hpLinksProdukty a.hpTicketRestaurant {
	top: 82px;
	left: 5px;
	width: 135px;
	height: 35px;
	background: url(../gfx/hp-ticket-restaurant.gif) no-repeat;
}
#hpLinksProdukty a.hpTicketCompliments {
	top: 91px;
	left: 155px;
	width: 104px;
	height: 27px;
	background: url(../gfx/hp-ticket-compliments.gif) no-repeat;
}
#hpLinksProdukty a.hpTicketService {
	top: 139px;
	left: 8px;
	width: 78px;
	height: 27px;
	background: url(../gfx/hp-ticket-service.gif) no-repeat;
}
#hpLinksProdukty a.hpTicketBanefityCafe {
	top: 143px;
	left: 103px;
	width: 149px;
	height: 26px;
	background: url(../gfx/hp-ticket-benefity-cafe.gif) no-repeat;
}
#hpLinksOvas {
	position: absolute;
	top: 10px;
	left: 310px;
	width: 158px;
	height: 170px;
}
#hpLinksOnas {
	position: absolute;
	top: 10px;
	left: 482px;
	width: 146px;
	height: 170px;
}
/*HP LINKS end*/
/*HP MAP begin*/
a#ctl00_ContentPlaceHolder_hpMapLink {
	width: 290px;
	height: 189px;
	padding: 10px 0 0 20px;
	float: right;
	background: url(../gfx/hp-map.gif) no-repeat;
	display: block;
	margin: 0 0 25px;
	color: #efefef;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
/*HP MAP end*/
/*HP BANNER 640 begin*/
#banner640 {
	width: 640px;
	height: 110px;
	overflow: hidden;
	float: left;
	margin: 0 0 25px;
}
/*HP BANNER 640 end*/
/*TAG CLOUD begin*/
#tagCloud {
	float: right;
	width: 310px;
	height: 110px;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 25px;
	overflow: hidden;
}
#tagCloud a {
	text-decoration: none;
	margin: 0 5px;
}
#tagCloud a:hover {
	color: #c60000;
}
#tagCloud .size1 {
	font-size: 8px;
	font-weight: normal;
}
#tagCloud .size2 {
	font-size: 10px;
	font-weight: normal;
}
#tagCloud .size3 {
	font-size: 12px;
	font-weight: normal;
}
#tagCloud .size4 {
	font-size: 14px;
	font-weight: bold;
}
#tagCloud .size5 {
	font-size: 16px;
	font-weight: bold;
}
#tagCloud .size6 {
	font-size: 18px;
	font-weight: bold;
}
#tagCloud .size7 {
	font-size: 20px;
	font-weight: bold;
}
/*TAG CLOUD end*/
/*MINI BANNERS begin*/
#miniBanners {
	width: 900px;
	height: 120px;
	margin: 0 35px 25px;
	position: relative;
}
#miniBannersIn {
	width: 900px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
#miniBannersIn div {
	width: 900px;
}
#miniBanners img {
	float: left;
	margin: 0 20px 0 0;
}
#miniBanners #scrollButtonsBanners a {
	position: absolute;
	top: 40px;
	right: 20px;
	cursor: pointer;
	width: 20px;
	height: 33px;
	overflow: hidden;
	z-index: 4000;
}
#miniBanners #scrollButtonsBanners a#prevBanners {
	left: -35px;
	background: url(../gfx/arrow-left.gif) no-repeat;
}
#miniBanners #scrollButtonsBanners a#nextBanners {
	right: -35px;
	background: url(../gfx/arrow-right.gif) no-repeat;
}
/*MINI BANNERS end*/
/*NAVIGATION begin*/
#navigation {
	color: #484747;
	margin-top: -5px;
	padding: 0 0 20px 18px;
	width: 952px;
	line-height: 1.5;
}
#navigation a {
	color: #484747;
	white-space: nowrap;
}
#navigation a:hover {
	color: #c60000;
}
#navigation h4 {
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#navigation ul {
	float: right;
	width: 826px;
	text-align: left;
}
#navigation li {
	background: url(../gfx/nav-separator.gif) no-repeat 0 7px;
	float: left;
	padding: 0 10px 0 15px;
}
#navigation li.first {
	background: none;
	padding-left: 0;
}
/*NAVIGATION begin*/
#ctl00_cols {
	width: 970px;
	background: url(../gfx/cols-bg.gif) repeat-y;
	position: relative;
	min-height: 300px;
	margin: 5px 0 30px;
}
* html #ctl00_cols {
	height: 300px;
}
#colsTop {
	width: 970px;
	height: 10px;
	background: url(../gfx/cols-top.gif) no-repeat left top;
	position: absolute;
	top: -5px;
	left: 0;
}
#colsBot {
	width: 970px;
	height: 10px;
	background: url(../gfx/cols-bot.gif) no-repeat left bottom;
	position: absolute;
	bottom: -5px;
	left: 0;
}
/*LEFT COL begin*/
#leftCol {
	width: 252px;
	margin: 0 0 0 1px;
	padding: 12px 0;
	float: left;
	display: inline;
}
ul#ctl00_subMenu {
	margin: 0 0 40px;
	width: 252px;
}
ul#ctl00_subMenu li {
	font-weight: bold;
	background: url(../gfx/submenu-line.gif) no-repeat 0 0;
}
ul#ctl00_subMenu li.first, ul#ctl00_subMenu li li {
	background: none;
}
ul#ctl00_subMenu li a {
	color: #787878;
	text-decoration: none;
	display: block;
	background: url(../gfx/submenu-li.gif) no-repeat 18px 10px;
	width: 202px;
	padding: 10px 10px 10px 40px;
}
ul#ctl00_subMenu li a:hover, ul#ctl00_subMenu li a.active {
	background: #a28b75 url(../gfx/submenu-li-active.gif) no-repeat 18px 10px;
	color: #fff;
}
ul#ctl00_subMenu li ul {
	background: #b59c85;
	padding: 7px 0 12px;
}
ul#ctl00_subMenu li ul ul {
	padding: 7px 0 0px;
}
ul#ctl00_subMenu li li {
	padding: 4px 0 4px 39px;
}
ul#ctl00_subMenu li li a {
	color: #564a40;
	background: url(../gfx/submenu-li-li.gif) no-repeat 0 5px;
	width: auto;
	padding: 1px 10px 1px 14px;
	font-size: 11px;
	line-height: 14px;
}
ul#ctl00_subMenu li li a:hover, ul#ctl00_subMenu li li a.active {
	background: url(../gfx/submenu-li-li-active.gif) no-repeat 0 5px;
	color: #fff;
}
ul#ctl00_subMenu li li li {
	padding: 4px 0 4px 15px;
}
#ctl00_sideBanners {
	padding: 10px 21px 20px;
}
#ctl00_sideBanners img {
	margin: 0 0 20px;
}
/*LEFT COL end*/
/*MAIN COL begin*/
#mainCol {
	width: 655px;
	padding: 16px 30px 10px;
	margin: 0 1px 0 0;
	float: right;
	display: inline;
}
.perex {
	width: 655px;
	margin: 0 0 20px;
}
.perexImg {
	background: url(../gfx/perex-img-bg.gif) no-repeat;
	width: 178px;
	height: 121px;
	float: left;
	display: block;
	position: relative;
}
.perexImg img {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 170px;
	height: 113px;
}
.perexText {
	width: 465px;
	float: right;
}
.perexText h2 {
	padding: 0 0 7px !important;
}
.textContent {
	line-height: 1.5;
}
h1 {
	font-size: 30px;
	color: #0c3a84;
	font-weight: normal;
	padding: 0 0 16px;
	line-height: 1.2;
}
.textContent h2 {
	font-size: 18px;
	color: #82705e;
	font-weight: normal;
	padding: 0 0 14px;
}
.textContent h3 {
	font-size: 14px;
	color: #0c3a84;
	font-weight: bold;
	padding: 0 0 5px;
}
.textContent h4 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 0;
}
.textContent p {
	padding: 0 0 16px;
}
.textContent ul {
	padding: 0 0 8px;
}
.textContent ul li {
	background: url(../gfx/li.gif) no-repeat 6px 7px;
	padding: 0 0 8px 23px;
}
.textContent table td, .textContent table th {
	vertical-align: top;
}
.textContent table th {
	text-align: left;
}
ul.listPDF li {
	background: url(../gfx/icon-pdf.gif) no-repeat 0 1px;
}
.important {
	width: 627px;
	padding: 8px 14px 0;
	color: #0c3983;
	font-size: 12px;
	background: url(../gfx/important-bg.gif) repeat-y;
	position: relative;
	margin: 5px 0 18px;
}
.importantTop {
	width: 655px;
	height: 6px;
	background: url(../gfx/important-top.gif) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
}
.importantBot {
	width: 655px;
	height: 6px;
	background: url(../gfx/important-bot.gif) no-repeat left bottom;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.important h2 {
	font-size: 18px;
	color: #0c3983;
	font-weight: normal;
	padding: 0 0 4px;
}
.important p {
	padding: 0 0 12px;
}
.important a {
	color: #0c3983;
}
.important ul li {
	background: url(../gfx/li-important.gif) no-repeat 6px 7px;
}
.bannerProduct {
	width: 655px;
	position: relative;
	margin: 0 0 16px;
}
.bannerProduct .buyOnline1 {
	top: auto;
	bottom: 20px;
}
.bannerProduct .buyOnline2 {
	top: auto;
	bottom: -80px;
}
table.tabObjednavka {
	margin: 0 0 20px;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
}
table.tabObjednavka p {
	font-size: 11px;
}
a.btn {
	background: transparent url(../gfx/btn-a.gif) no-repeat scroll right top;
	color: #fff;
	display: inline;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	padding-right: 15px;
/* sliding doors padding */
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0 16px;
}
a.btn span {
	background: transparent url(../gfx/btn-span.gif) no-repeat left top;
	display: block;
	line-height: 31px;
	padding: 2px 0 2px 15px;
}
a:hover.btn {
	color: #fff;
	background: transparent url(../gfx/btn-a.gif) no-repeat scroll right bottom;
}
a:hover.btn span {
	background: transparent url(../gfx/btn-span.gif) no-repeat left bottom;
}
a.btnBig {
	background: transparent url(../gfx/btn-big-a.gif) no-repeat scroll right top;
	color: #fff;
	display: inline;
	float: left;
	font-size: 18px;
	height: 61px;
	padding-right: 19px;
/* sliding doors padding */
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0 10px;
}
a.btnBig span {
	background: transparent url(../gfx/btn-big-span.gif) no-repeat left top;
	display: block;
	line-height: 21px;
	padding: 20px 0 20px 19px;
}
a:hover.btnBig {
	color: #fff;
	background: transparent url(../gfx/btn-big-a.gif) no-repeat scroll right bottom;
}
a:hover.btnBig span {
	background: transparent url(../gfx/btn-big-span.gif) no-repeat left bottom;
}
/*MAIN COL end*/
/*FOOTER LINKS begin*/
#footerLinks {
	width: 970px;
	min-height: 100px;
	position: relative;
	background: url(../gfx/footer-bg.gif) repeat-y;
	margin: 0 0 15px;
	line-height: 1.5;
}
* html #footerLinks {
	height: 100px;
}
#footerLinksTop {
	width: 970px;
	height: 5px;
	background: url(../gfx/footer-top.gif) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
}
#footerLinksBot {
	width: 970px;
	height: 5px;
	background: url(../gfx/footer-bot.gif) no-repeat left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* puvodne bylo menu v zapati reseno divy s temito classy */
#ctl00_footerLinksIn {
	padding: 15px 0 20px 20px;
	color: #fff;
	font-size: 11px;
}
.footerLinksBox {
	float: left;
	margin: 0 20px 0 0;
	width: 125px;
}
#ctl00_footerLinksIn li.last {
	width: 70px !important;
	margin-right: 0 !important;
}
#footerLinks a {
	color: #fff;
	text-decoration: none;
}
#footerLinks a:hover {
	color: #c60000;
}
#footerLinks h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 2px;
}
#footerLinks h3 a {
	color: #615346;
}
#footerLinks h4 {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}
#footerLinks h4 a {
	color: #615346;
}
/*FOOTER LINKS end*/
/*FOOTER begin*/
#footer {
	color: #909090;
	font-size: 11px;
	height: 40px;
}
#footer a {
	color: #909090;
}
#footer a:hover {
	color: #c60000;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
	background: url(../gfx/footer-separator.gif) no-repeat 0 2px;
	padding: 0 10px 0 11px;
}
#footer ul li.first {
	background: none;
}
/*FOOTER end*/
/*SEARCH RESULTS begin*/
#ctl00_ContentPlaceHolder_labSearchTerm {
	font-weight: bold;
}
#ctl00_ContentPlaceHolder_foundTags, #ctl00_ContentPlaceHolder_foundArticles, #ctl00_ContentPlaceHolder_foundNews {
	margin-top: 10px;
}
/*SEARCH RESULTS end*/
.box {
	background: url(../gfx/box-bg.gif) no-repeat left top;
	min-height: 90px;
	_height: 90px;
	width: 655px;
	margin: 0 0 10px;
}
.boxIn {
	background: url(../gfx/box-right.gif) no-repeat right top;
	width: 625px;
	padding: 8px 15px;
}
.box315 {
	width: 315px;
}
.box315 .boxIn {
	width: 285px;
}
.box203 {
	width: 203px;
	margin: 5px 0 10px;
}
.box203 .boxIn {
	width: 173px;
}
.zamBenefityLoga {
	height: 50px;
}
.bannerTicket {
	position: absolute;
	top: -9px;
	right: -10px;
	width: 264px;
	height: 182px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 3000;
}
.bannerTicketService {
	background: url(../../../img/banner-service.png) no-repeat;
}
* html .bannerTicketService {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-service.png', sizingMethod='image');
}
.bannerTicketKids {
	background: url(../../../img/banner-kids.png) no-repeat;
}
* html .bannerTicketKids {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-kids.png', sizingMethod='image');
}
.bannerTicketHoliday {
	background: url(../../../img/banner-holiday.png) no-repeat;
}
* html .bannerTicketHoliday {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-holiday.png', sizingMethod='image');
}
.bannerTicketMulti {
	background: url(../../../img/banner-multi.png) no-repeat;
}
* html .bannerTicketMulti {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-multi.png', sizingMethod='image');
}
.bannerTicketComplimentsDarkovy {
	background: url(../../../img/banner-compliments-darkovy.png) no-repeat;
}
* html .bannerTicketComplimentsDarkovy {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-compliments-darkovy.png', sizingMethod='image');
}
.bannerTicketSport {
	background: url(../../../img/banner-sport.png) no-repeat;
}
* html .bannerTicketSport {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-sport.png', sizingMethod='image');
}
.bannerTicketRestaurant {
	background: url(../../../img/banner-restaurant.png) no-repeat;
}
* html .bannerTicketRestaurant {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-restaurant.png', sizingMethod='image');
}
.bannerTicketMedica {
	background: url(../../../img/banner-medica.png) no-repeat;
}
* html .bannerTicketMedica {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-medica.png', sizingMethod='image');
}
.bannerTicketCisty {
	background: url(../../../img/banner-cisty.png) no-repeat;
}
* html .bannerTicketCisty {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-cisty.png', sizingMethod='image');
}
.bannerTicketAcademica {
	background: url(../../../img/banner-academica.png) no-repeat;
}
* html .bannerTicketAcademica {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-academica.png', sizingMethod='image');
}
.bannerTicketBenefitsCard {
	background: url(../../../img/banner-benefits-card.png) no-repeat;
}
* html .bannerTicketBenefitsCard {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://accorservices.cz/img/banner-benefits-card.png', sizingMethod='image');
}
.boxKlient {
	height: 171px;
	width: 203px;
	margin: 0;
	float: left;
	color: #fff;
	position: relative;
}
.boxKlient a.image {
	height: 93px;
	width: 203px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.boxKlient a {
	color: #fff;
}
.boxKlient a:hover {
	color: #fff;
}
.boxKlientRed {
	background: url(../gfx/klient-zam-benefity.jpg) no-repeat;
}
.boxKlientBlue {
	background: url(../gfx/klient-darkove-poukazky.jpg) no-repeat;
}
.boxKlientYellow {
	background: url(../gfx/klient-verejna-instituce.jpg) no-repeat;
}
.boxKlient h3 {
	margin: 99px 15px 7px;
	padding: 0 !important;
}
.boxKlient p {
	padding: 0 15px;
}
.klientItem {
	border-top: 1px solid #e9e9e9;
	padding: 17px 0 5px;
}
.klientItemFirst {
	border-top: 0 !important;
	padding: 8px 0 5px;
}
.klientItem img {
	float: left;
	margin: 4px 0 0 5px;
}
.klientItemText {
	float: right;
	width: 475px;
}
.klientItem h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 1px;
}
.klientItemRed h3 a {
	color: #9e0000;
}
.klientItemBlue h3 a {
	color: #184690;
}
.klientItemYellow h3 a {
	color: #dc8700;
}
#ctl00_MainColPlaceHolder_AccContactPartnerDV label, 
#ctl00_MainColPlaceHolder_ContactDV label,
#ctl00_MainColPlaceHolder_ctrlRequestForm_ContactDV label {
	display: block;
	padding: 0 0 4px;
}
#ctl00_MainColPlaceHolder_AccContactPartnerDV .inputText, 
#ctl00_MainColPlaceHolder_ContactDV .inputText,
#ctl00_MainColPlaceHolder_ctrlRequestForm_ContactDV .inputText {
	border: 1px solid #cbcbcb;
	padding: 4px 5px;
	width: 200px;
	font-size: 12px;
	font-family: tahoma, arial, verdana;
	margin: 0 0 16px;
}
#ctl00_MainColPlaceHolder_AccContactPartnerDV select, 
#ctl00_MainColPlaceHolder_ContactDV select,
#ctl00_MainColPlaceHolder_ctrlRequestForm_ContactDV .select {
	font-size: 12px;
	font-family: tahoma, arial, verdana;
	width: 214px;
	margin: 0 0 16px;
}
#ctl00_MainColPlaceHolder_AccContactPartnerDV .textarea, 
#ctl00_MainColPlaceHolder_ContactDV .textarea,
#ctl00_MainColPlaceHolder_ctrlRequestForm_ContactDV .textarea {
	border: 1px solid #cbcbcb;
	padding: 4px 5px;
	width: 400px;
	height: 100px;
	font-size: 12px;
	font-family: tahoma, arial, verdana;
	margin: 0 0 20px;
}
#ctl00_MainColPlaceHolder_AccContactPartnerDV .btnGreen94, 
#ctl00_MainColPlaceHolder_ContactDV .btnGreen94,
#ctl00_MainColPlaceHolder_ctrlRequestForm_ContactDV .btnGreen94 {
	width: 94px;
	height: 35px;
	background: url(../gfx/btn-green-94.gif) no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-family: tahoma, arial, verdana;
	color: #fff;
	font-weight: bold;
	border: 0;
	display: block;
	cursor: pointer;
	margin: 0 20px 0 0;
}
#ctl00_MainColPlaceHolder_AccContactPartnerDV .btnRed94, 
#ctl00_MainColPlaceHolder_ContactDV .btnRed94,
#ctl00_MainColPlaceHolder_ctrlRequestForm_ContactDV .btnRed94 {
	width: 94px;
	height: 35px;
	background: url(../gfx/btn-red-94.gif) no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-family: tahoma, arial, verdana;
	color: #fff;
	font-weight: bold;
	border: 0;
	display: block;
	cursor: pointer;
	margin: 0 20px 0 0;
}
#ctl00_MainColPlaceHolder_AccContactPartnerDV .error, 
#ctl00_MainColPlaceHolder_ContactDV .error,
#ctl00_MainColPlaceHolder_ctrlRequestForm_ContactDV .error {
	border: 1px solid #b92020 !important;
	background: #ffd4d4 !important;
}
.notice {
	float: right;
	font-style: italic;
	font-size: 11px;
}
.formSendYes {
	width: 623px;
	padding: 14px 15px;
	background: #349D19;
	border: 1px solid #296700;
	margin: 0 0 20px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
.formSendNo {
	width: 623px;
	padding: 14px 15px;
	background: #E51C1A;
	border: 1px solid #8e0000;
	margin: 0 0 20px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
#cee_closeBtn {
	display:none;
}
