/* stylesheet definition - Lesni chata Korenov
 * version 1.0
 */

/* ----- global styles ----- */
BODY {
	background: #E4E4E4;
	margin: 0px;
	
	font-family: Arial;
	font-size: 8pt;
}

A {
	outline: none;
}

IMG {
	border: 0px;
}

DIV.clearer {
	clear: both;
}

/* ----- basic layout ----- */
DIV#topBanner {
	width: 746px;
	margin: 0 auto;
	padding: 6px;
	border: solid 1px #B9B68E;
	border-top: solid 2px #ECE000;
	background: #FFF433;
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

DIV#topBanner A {
	color: red;
}

DIV#crossReference {
	width: 746px;
	margin: 0 auto;
	padding: 5px 7px;
	border-left: solid 2px #DBDBDB;
	border-right: solid 2px #DBDBDB;
	background: url(../images/gui_crossReference_bg.gif) repeat-x black;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #E0D696;
	cursor: default;
}

DIV#crossReference SPAN {
	color: white;
	margin: 0px 5px;
}

DIV#crossReference A {
	color: white;
	text-decoration: none;
}

DIV#crossReference A:hover {
	text-decoration: underline;
}

DIV#copyright {
	text-align: center;
	padding-bottom: 20px;
	color: #969696;
}

DIV#copyright div {
	margin-bottom: 6px;
}

DIV#copyright A {
	color: #969696;
	text-decoration: none;
}

DIV#copyright A:hover {
	text-decoration: underline;
}

DIV#mainOuter {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 12px;
	border-left: solid 2px #DBDBDB;
	border-right: solid 2px #DBDBDB;
	background: url(../images/gui_leftBlock_bg.gif) left repeat-y white;
	position: relative; /* for flags block */
}

DIV#mainInner {
	background: url(../images/gui_visual.jpg) no-repeat;
	#background: url(../images/gui_visual.jpg) no-repeat 1px 0px; /* IE7 hack */
	border: solid 1px #B9B68E;
	border-top: 0px;
}

DIV#languageBlock {
	position: absolute;
	top: 12px;
	right: 4px;
}

DIV#languageBlock A {
	display: block;
	float: left;
	height: 16px;
	width: 22px;
	padding: 1px;
	margin-right: 4px;
	border: solid 1px #5D6266;
	background: white;
}

DIV#languageBlock A:hover {
	border: solid 1px #D5C56C;
}

DIV#discountBlock {
	position: absolute;
	top: 45px;
	right: -94px;
	width: 146px;
	height: 144px;
}

DIV#leftBlock {
	float: left;
	width: 190px;
	margin-top: 164px;
}

DIV#rightBlock {
	float: right;
	width: 546px;
	margin-top: 130px;
}

/* ----- rightBlock ----- */
DIV#rightBlock DIV.headline {
	height: 22px;
	margin-bottom: 20px;
	clear: both;
	
	background: url(../images/gui_rightHeadline_bg.gif) right no-repeat;
}

DIV#rightBlock DIV.headline DIV.icontext {
	float: left;
	background-color: white;
	padding-left: 32px;
	padding-right: 6px;
	font-family: Trebuchet MS;
	font-size: 11pt;
	font-weight: bold;
}

DIV#rightBlock DIV.textParagraph,
DIV#rightBlock DIV.textParagraph_last { /* _last used as last paragraph in columns */
	line-height: 16px;
	padding-top: 8px;
	margin-left: 3px;
	margin-right: 25px;
	margin-bottom: 20px;
	clear: both;
}

DIV#rightBlock A {
	color: #961B1B;
}

DIV#rightBlock A:hover {
	color: #D22626;
}


DIV#rightBlock DIV.listItem {
	padding-left: 16px;
	background: url(../images/gui_rightBlock_listItem_bg.gif) 2px 4px no-repeat;
}

DIV#rightBlock DIV.nestedListItem {
	padding-left: 12px;
	margin-left: 15px;
	background: url(../images/gui_rightBlock_nestedListItem_bg.gif) 2px 6px no-repeat;
}

DIV#rightBlock DIV.leftColumn {
	float: left;
	width: 50%;
}

DIV#rightBlock DIV.rightColumn {
	float: right;
	width: 50%;
}

DIV#rightBlock DIV.leftColumn DIV.textParagraph, /* decrease margin in column paragraphs */
DIV#rightBlock DIV.rightColumn DIV.textParagraph {
	margin-bottom: 10px;
}

DIV#rightBlock DIV.priceNote {
	font-style: italic;
}

DIV#rightBlock TABLE {
	width: 100%;
	border-collapse: collapse;
}

DIV#rightBlock TABLE TH,
DIV#rightBlock TABLE TD {
	padding: 4px;
	border: solid 1px #C5B43A;
	border-bottom-color: #E6E2AE;
}

DIV#rightBlock TABLE TH {
	background: #FBF4C8;
	font-weight: normal;
	text-align: center;
	border-right-color: #FBF4C8;
}

DIV#rightBlock TABLE TD {
	font-size: 9px;
}

DIV#rightBlock TABLE TH.left,
DIV#rightBlock TABLE TD.left {
	text-align: right;
	padding-right: 4px;
	border-right: 0px;
}

DIV#rightBlock TABLE TH.right,
DIV#rightBlock TABLE TD.right {
	text-align: left;
	padding-left: 0px;
	border-left: 0px;
}

DIV#rightBlock TABLE TR.last TH,
DIV#rightBlock TABLE TR.last TD {
	border-bottom-color: #C5B43A;
}

DIV#rightBlock TR.topHeader TH {
	background: #D5C973;
	border: solid 1px #C5B43A;
}

DIV#rightBlock TR.topHeader TH.discount {
	font-weight: bold;
	background:#FFF900;
	border: solid 1px #E7B301;
}

DIV#rightBlock TABLE TD.discountCell {
	font-weight: bold;
	font-size: 12px;
}

/* ----- leftBlock ----- */
DIV#leftBlock DIV.headline {
	padding: 2px;
	padding-left: 38px;
	margin-bottom: 8px;
	background: url(../images/icon_leftHeadline.gif) left no-repeat;
	
	font-family: Trebuchet MS;
	font-size: 10.5pt;
	font-weight: bold;
}

DIV#leftBlock A {
	color: #961B1B;
}

DIV#leftBlock A:hover {
	color: #D22626;
}

DIV#leftBlock DIV.photoColumn {
	text-align: center;
	margin-bottom: 10px;
}

DIV#leftBlock DIV.photoColumn A IMG {
	padding: 6px;
	background: white;
	border: solid 1px #E2DC9E;
}

DIV#leftBlock DIV.contactItem {
	padding-left: 22px;
	margin-left: 20px;
	margin-bottom: 8px;
	line-height: 16px;
}

DIV.contactItem P {
	margin-top: 0px;
	margin-bottom: 12px;
}

DIV#leftBlock DIV.listItem {
	padding-left: 15px;
	margin-left: 20px;
	margin-bottom: 8px;
	background: url(../images/gui_leftBlock_listItem_bg.gif) 2px 4px no-repeat;
	line-height: 16px;
}

DIV.lm {
	padding-left: 128px;
	background: url(../images/gui_last-minute.gif) no-repeat;
}


/* ----- icon images ----- */
DIV.information { background: url(../images/icon_information.gif) no-repeat left bottom }
DIV.accomodation { background: url(../images/icon_accomodation.gif) no-repeat left bottom }
DIV.alimentation { background: url(../images/icon_alimentation.gif) no-repeat left bottom }
DIV.other { background: url(../images/icon_other.gif) no-repeat left bottom }
DIV.trips { background: url(../images/icon_trips.gif) no-repeat left bottom }
DIV.winter { background: url(../images/icon_winter.gif) no-repeat left bottom }
DIV.summer { background: url(../images/icon_summer.gif) no-repeat left bottom }
DIV.pricelist { background: url(../images/icon_pricelist.gif) no-repeat left bottom }

DIV.map { background: url(../images/icon_indent_map.gif) 0px 2px no-repeat }
DIV.gps { background: url(../images/icon_indent_gps.gif) 0px 2px no-repeat }
DIV.phone { background: url(../images/icon_indent_phone.gif) 0px 2px no-repeat }
DIV.fax { background: url(../images/icon_indent_fax.gif) 0px 2px no-repeat }
DIV.email { background: url(../images/icon_indent_email.gif) 0px 2px no-repeat }
DIV.web { background: url(../images/icon_indent_web.gif) 0px 2px no-repeat }

