/* ================  ================ */
/* ----------------  ---------------- */
/* ................  ................ */

/* ================ ALTERING THE FRAMWORK ================ */
.crop {
	height: 51px !Important;
	overflow:hidden !Important;
}

/* ================ LANDING SUBCATEGORY ================ */
#editorial {
	width:755px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	/*background-image:url(/lt/img/bg_landing_green_714.png);*/
	background-repeat:repeat-y;
}

/* ================ LEFT COLLUMN ================ */
#editorial #colLeft {
	width:528px;
	height: 1%;
	float:left;
	margin: 0 0 -999em;
	padding: 0 0 1010em;
	background-color: #fff;
}

/* ---------------- PROGRAM LIST ---------------- */
#editorial .programList {
	background-color: #fff;
	padding: 0 24px;
	color: #383838;
	padding-bottom: 40px;
}

#editorial .programList .table {
	display:block;
	position: relative;
	color: #383838;
	font-size: 0.75em;
	width: 100%;
	text-align: center;
}

#editorial .programList .table table {
	background-color: #effac3;
	width: 100%;
	text-align: left;
	border-collapse:collapse;
}

#editorial .programList .table table td {
	padding: 4px 6px;
	vertical-align:top;
}

#editorial .programList .table table td.time {
	font-weight: bold;
	width:31px;
}
#editorial .programList .table table td.place {
    width:90px;
}
#editorial .programList .table table td.info {
    width:323px;
}

#editorial .programList .table table tr.odd {
	background-color: #e1efa6;
}

#editorial .programList .caption {
	padding-top: 6px;
	font-size: .75em;
}

#editorial .programList h3 {
	color: #89ab13;
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 4px;
}

/* ---------------- TEXT AREA ---------------- */
#editorial #colLeft .textArea {
	width: 528px;
	height: auto;
	float:left;
	background-repeat:no-repeat;
	background-position:top left;
	clear:both;
	position: relative;
}

#editorial #colLeft .textArea p {
	margin: 0 0 0 24px;
	width:320px;
	font-size: 0.75em;
	line-height: 16px;
	text-align:left;
}

#editorial #colLeft .textArea .textAreaCorners {
	background-image:url(/lt/img/corners/landing_text_top_corners.png);
	background-repeat:no-repeat;
	width: 528px;
	height:5px;
	position:absolute;
	top: 0;
	left: 0;
}

/* ---------------- GALLEY AREA ---------------- */
#editorial #gallery {
	clear:both;
	padding: 10px 0 0 10px;
}

#editorial #gallery .fallback {
	position: relative;
	margin: 0 0 0 14px;
}

#editorial #gallery .fallback img {
	display: block;
}


#editorial #gallery .fallback .shade {
	background-image:url(/lt/img/editorial/gallery_shade_overlay.png);
	background-repeat: no-repeat;
	width: 484px;
	height: 227px;
	position: absolute;
	top: 0;
	left: 0;
}

#editorial #gallery .fallback .caption {
	background-image:url(/lt/img/editorial/gallery_caption_bar.png);
	background-repeat:no-repeat;
	width: 484px;
	height: 26px;
	overflow:hidden;
	text-align: right;
}

#editorial #gallery .fallback .caption span {
	display: block;
	float: left;
	font-size: 0.75em;
	color: #3e3e3e;
	text-indent: 10px;
	line-height: 23px;
}

#editorial #gallery .fallback .caption a {
	padding: 0 10px 0 13px;
	background-image:url(/lt/img/arrows/arrow_e_black_7x11.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #7b6729;
	font-size: 0.7em;
}

#editorial #gallery .fallback #thumbnails {
	padding: 10px 0 0 0;
}

#editorial #gallery .fallback #thumbnails a.thumb {
	float:left;
	display: inline;
	margin: 4px;
}

#editorial #gallery .fallback #thumbnails a.thumb img {
	display:block;
	border: none;
}

/* ---------------- HTML AREA ---------------- */
#editorial #colLeft .htmlArea {
	padding: 1px 0 0 0;
	clear:both;
	line-height: 16px;
	width: 528px;
	height: auto;
	overflow: hidden;
}

/* ---------------- SEARCH RESULT (Based on HTML AREA) ---------------- */

#editorial #colLeft .htmlArea .htmlContent {
	padding: 0 24px 0 23px;
	font-family: Verdana, Arial, sans-serif;
}

#editorial #colLeft .htmlArea .htmlContent li {
	list-style: inside;
	font-size: .75em !Important;
}

#editorial #colLeft .htmlArea .htmlContent li font {
	font-size: inherit !Important;
}

#editorial #colLeft .htmlArea .htmlContent .resultItem {
	display: block;
	cursor: pointer;
	color: #383838;
	text-decoration: none;
}

#editorial #colLeft .htmlArea .htmlContent .resultItem .breadcrumb {
	display: block;
	cursor: pointer;
	color: #808080;
	text-decoration: none;
	font-size: 0.75em;
	padding-bottom: 4px;
}

#editorial #colLeft .htmlArea .htmlContent .resultItem a {
	display: block;
	cursor: pointer;
	color: #383838;
	text-decoration: none;
}

#editorial #colLeft .htmlArea .htmlContent .resultItem p span {
	background-image:url(/lt/img/arrows/arrow_e_green_7x11.png);
	background-position: top left;
	background-repeat:no-repeat;
	margin-left: 5px;
}

#editorial #colLeft .htmlArea .htmlContent .PagingContainer {
	padding: 40px 0 0 0;
	text-align: center;
	height: 60px;
	position: relative;
	font-size: .8em;
}

#editorial #colLeft .htmlArea .htmlContent .PagingHeaderText {
	display: block;
	color: #383838;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}

.PagingContainer .NextPagingItem {
	position:absolute;
	right: 0;
	background-image:url(/lt/img/arrows/arrow_e_green_7x11_bg_white.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 12px;
	font-weight: bold;
}

.PagingContainer .PrevPagingItem {
	position: absolute;
	left: 0;
	background-image:url(/lt/img/arrows/arrow_w_green_7x11_bg_white.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 12px;
	font-weight: bold;
}

.PagingContainer .UnselectedPagingItem {
	padding: 0 3px;
}

.PagingContainer .SelectedPagingItem {
	padding: 0 3px;
	color: #89ab13;
	font-weight: bold;
}
/* ---------------- PAGE AD AREA ---------------- */
#editorial .pageAdArea {
	width: 528px;
	height: auto;
	float:left;
}

#editorial .pageAdArea .pageAdContent {
	clear:both;
	padding: 0 0 0 22px;
}

#editorial .pageAdArea .pageAdContent .pageAdItem {
	height: auto;
	width: 232px;
	float: left;
	padding: 0 20px 23px 0;
}

#editorial .pageAdArea .pageAdContent .pageAdItem .button {
	margin-top: 10px;
}

#editorial .pageAdArea .pageAdContent .pageAdItem .stripe {
	background-repeat:repeat-x;
	background-position: top left;
	height: 10px;
	overflow: hidden;
}

#editorial .pageAdArea .pageAdContent .pageAdItem .imgShade_232x150 {
	display:block;
	width: 232px;
	height: 135px;
	position:relative;
	padding: 23px 0 15px 0;
	overflow: hidden;
}

#editorial .pageAdArea .pageAdContent .pageAdItem .imgShade_232x150 div {
	background-image:url(/lt/img/imgShades/imgShade_232x150_ffffff_corners.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 232px;
	height: 150px;
	position:absolute;
	top: 23px;
	left: 0;
}

#editorial .pageAdArea .pageAdContent .pageAdItem .itemImg .itemImgShade {
	background-image:url(/lt/img/LandingCategory/news_item_img_shade.png);
	width: 232px;
	height: 135px;
	position:absolute;
	top: 23px;
	left: 0;
}

#editorial .pageAdArea .pageAdContent .pageAdItem h2 {
	padding: 5px 0 0 0;
	display:block;
}

#editorial .pageAdArea .pageAdContent .pageAdItem .itemLabel {
	font-size: 0.7em;
}

#editorial .pageAdArea .pageAdContent .pageAdItem p {
	font-size: 0.75em;
	line-height: 16px;
	margin: 0 0 10px 0;
}

/* ---------------- LIST SECTION ---------------- */
.listSection {
	padding: 0 24px;
	clear:both;
}

.listSection span {
	font-size: 12px;
}

.listSection p
{
	font-size: 12px !Important;
}

/* ................ LIST SECTION -> SIMPLE LIST ITEM ................ */
.listSection .SimpleListItem .stripe {
	height: 30px;
	background-repeat:repeat-x;
	background-position: center left;
	clear: both;
}

.listSection .SimpleListItem h2 {
	/*font-size: 1.8em !Important;*/
}

.listSection .SimpleListItem .imgShade_232x150 {
	padding: 0 15px 15px 0;
	width: 232px;
	height: 150px;
	overflow: hidden;
	position: relative;
	display: inline;
	float: left;
}

.listSection .SimpleListItem .imgShade_232x150 div {
	background-image:url(/lt/img/imgShades/imgShade_232x150_ffffff_corners.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 232px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}

.listSection .SimpleListItem .button {
	float: none;
	overflow: hidden;
	margin-top: 10px;
}

.listSection .SimpleListItem {
	display: block;
	font-size: 0.8em;
	width: 480px;
	height: auto;
}

/* ................ LIST SECTION -> SIMPLE LIST ITEM SHIFTED ................ */
.listSection .SimpleListItemShifted .stripe {
	height: 30px;
	background-repeat:repeat-x;
	background-position: center left;
	clear: both;
}

.listSection .SimpleListItemShifted h2 {
	/*font-size: 1.8em !Important;*/
}

.listSection .SimpleListItemShifted .imgShade_232x150 {
	margin: 0 0 15px 15px;
	width: 232px;
	height: 150px;
	overflow: hidden;
	position: relative;
	display: inline;
	float: right;
}

.listSection .SimpleListItemShifted .imgShade_232x150 div {
	background-image:url(/lt/img/imgShades/imgShade_232x150_ffffff_corners.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 232px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}

.listSection .SimpleListItemShifted .button {
	overflow: hidden;
	float: none;
	margin-top: 10px;
}

.listSection .SimpleListItemShifted {
	display: block;
	font-size: 0.75em;
	width: 480px;
	height: auto;
}


/* ................ LIST SECTION -> SHORFT FACTS LIST ITEM ................ */
.listSection .ShortFactsListItem .stripe {
	height: 30px;
	background-repeat:repeat-x;
	background-position: center left;
	clear: both;
}

.listSection .ShortFactsListItem p {
	font-size: .75em;
}

.listSection .ShortFactsListItem h2 {
	/*font-size: 1.8em !Important;*/
}

.listSection .ShortFactsListItem img {
	/*padding: 0 0 15px 0;*/
	/*float: left;*/
}


.listSection .ShortFactsListItem .imgShade_232x150 {
	margin: 0 0 15px 0;
	width: 232px;
	height: 150px;
	overflow: hidden;
	position: relative;
	display: inline;
	float:left;
}

.listSection .ShortFactsListItem .imgShade_232x150 div {
	background-image:url(/lt/img/imgShades/imgShade_232x150_ffffff_corners.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 232px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}


.listSection .ShortFactsListItem .button {
	overflow: hidden;
	float: none;
	margin-top: 10px;
}

.listSection .ShortFactsListItem .sf {
	background-image:url(/lt/img/corners/sfBg.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #fef4fc;
	width: 232px;
	height: auto;
	overflow: hidden;
	float: right;
	display: inline;
	margin: 0 0 0 15px;
}

.listSection .ShortFactsListItem .sf .sfCornersBottom {
	background-image:url(/lt/img/corners/sfCornersBottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 16px;
	width: 232px;
}

.listSection .ShortFactsListItem .sf .content {
	width: 184px;
	height:auto;
	padding: 10px 24px 0 24px;
	background-image:url(/lt/img/corners/sfCornersTop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.listSection .ShortFactsListItem .sf .content .sfHeader {
	font-size: .9em;
	background-image:url(/lt/img/lines/sfStripe_606060.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
	margin-bottom: 2px;
}

.listSection .ShortFactsListItem .sf .content span {
	display: block;
	font-weight: bold;
	padding: 10px 0 3px 0;
}

.listSection .ShortFactsListItem .sf .content ul {
	display: block;
	font-size: 0.8em;
}

.listSection .ShortFactsListItem .sf .content ul li {
	list-style-position:inside;
	padding: 2px 0;
}

.listSection .ShortFactsListItem {
	display: block;
	/*font-size: 0.75em;*/
	width: 480px;
	height: auto;
}

/* ................ LIST SECTION -> SHORFT FACTS LIST ITEM SHIFTED ................ */
.listSection .ShortFactsListItemShifted .stripe {
	height: 30px;
	background-repeat:repeat-x;
	background-position: center left;
	clear: both;
}

.listSection .ShortFactsListItemShifted h2 {
	/*font-size: 1.8em !Important;*/
}

.listSection .ShortFactsListItemShifted p {
	font-size: 0.75em;
}

.listSection .ShortFactsListItemShifted img {
	/*padding: 0 0 15px 0;
	float: right;*/
}

.listSection .ShortFactsListItemShifted .imgShade_232x150 {
	margin: 0 0 15px 0;
	width: 232px;
	height: 150px;
	overflow: hidden;
	position: relative;
	display: inline;
	float:right;
}

.listSection .ShortFactsListItemShifted .imgShade_232x150 div {
	background-image:url(/lt/img/imgShades/imgShade_232x150_ffffff_corners.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 232px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}

.listSection .ShortFactsListItemShifted .button {
	overflow: hidden;
	float: none;
	margin-top: 10px;
}

.listSection .ShortFactsListItemShifted .sf {
	background-image:url(/lt/img/corners/sfBg.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #fef4fc;
	width: 232px;
	height: auto;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}

.listSection .ShortFactsListItemShifted .sf .sfCornersBottom {
	background-image:url(/lt/img/corners/sfCornersBottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 16px;
	width: 232px;
}

.listSection .ShortFactsListItemShifted .sf .content {
	width: 184px;
	height:auto;
	padding: 10px 24px 0 24px;
	background-image:url(/lt/img/corners/sfCornersTop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.listSection .ShortFactsListItemShifted .sf .content .sfHeader {
	font-size: .9em;
	background-image:url(/lt/img/lines/sfStripe_606060.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
	margin-bottom: 2px;
}

.listSection .ShortFactsListItemShifted .sf .content span {
	display: block;
	font-weight: bold;
	padding: 10px 0 3px 0;
}

.listSection .ShortFactsListItemShifted .sf .content ul {
	display: block;
	font-size: 0.8em;
}

.listSection .ShortFactsListItemShifted .sf .content ul li {
	list-style-position:inside;
	padding: 2px 0;
}

.listSection .ShortFactsListItemShifted {
	display: block;
	width: 480px;
	height: auto;
}

/* ---------------- TOOL BAR AREA ---------------- */

.toolboxAbsPos {
	position: absolute;
	bottom: 0;
	padding: 0 !Important;
}

#editorial #colLeft .toolBox {
	width: 528px;
	height: auto;
	/*padding: 0 0 22px 0;*/
	padding: 0;
	clear:both;
	position: absolute;
	bottom: 0;
}

#editorial #colLeft .toolBox .toolBoxContent {
	position: relative;
}

#editorial #colLeft .toolBox .toolBoxContent .separator {
	background-repeat:repeat-x;
	background-position: bottom left;
	height: 70px;
	padding: 0;
	clear:both;
}

#editorial #colLeft .toolBox .toolBoxContent {
	clear:both;
	padding: 10px 20px;
}

#editorial #colLeft .toolBox .toolBoxContent a {
	font-size: 0.75em;
	text-decoration: none;
	padding: 0 0 0 14px;
	margin: 10px 20px 0 0;
	display:block;
	float:left;
}

#editorial #colLeft .toolBox .toolBoxContent a.facebook {
	background-image: url(/lt/img/icons/facebook14x14.gif) !Important;
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
	text-indent: -99em;
	width: 14px;
	height: 14px;
}

#editorial #colLeft .toolBox .toolBoxContent .bottomCorners {
	background-image:url(/lt/img/corners/toolbar_bottom_corners.png);
	background-repeat:no-repeat;
	background-position: top left;
	height: 5px;
	width: 528px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

/* ================ RIGHT COLLUMN ================ */
#editorial #colRight {
	width:227px;
	height: auto;
	float:right;
	margin: 0;
	padding: 0;
}

/* ---------------- CALENDER AREA ---------------- */
#editorial #colRight .calender {
	width: 186px;
	height: 226px;
	float:right;
	margin: 0 41px 0 0;
	display:inline;
	position:relative;
}

/* ---------------- ACCESS AREA ---------------- */
#editorial #colRight .accessArea {
	width: 208px;
}

#editorial #colRight .accessArea .accessContent {
	padding: 0 0 0 0;
}

#editorial #colRight .accessArea .accessContent .accessItem {
	background-repeat:repeat-x;
	background-position: top left;
	padding: 10px 0;
	clear:both;
	width: 198px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#editorial #colRight .accessArea .accessContent .first {
	background-image:none !Important;
	padding: 5px 0 10px 0;
}

.accessItem a 
{
    text-decoration: none;
    cursor:pointer;
}

.accessItem img {
	border: none;
}

.accessItem label {
	width: auto;
	line-height: 18px;
	padding-top: 3px;
	font-size: 10px;
}

.accessItem label.from, .accessItem label.to {
	height: 18px;
	clear:both;
	float: none;
	margin: -17px 0 3px 0;
	display:block;
	position: relative;
}

.accessItem label.from span, .accessItem label.to span {
	line-height: 18px;
	float:left;
	width: 36px;
	display: block;
}

.accessItem label.from span.calendarIcon, .accessItem label.to span.calendarIcon {
	float:left;
	width: 12px;
	background-image:url(/lt/img/forms/icon_date_picker.gif);
	background-position: center right;
	background-repeat: no-repeat;
	display: inline;
	cursor: pointer;
}

.accessItem label.persons {
	width: 80px;
}

.accessItem label.persons select {
	width: 70px;
}

.accessItem label input {
	width: 70px;
	overflow:hidden;
	padding: 0 3px;
	float:right;
	display:block;
}

#ctaBookFrom, #ctaBookTo {
	border: 1px solid #CCCCCC;
}

.accessItem .orderButton {
	position: absolute;
	right: 5px;
	bottom: 11px;
}

#ctaBookFromX, #ctaBookToX
{
	margin-left:53px; 
	border: none; 
	font-size: 1px; 
	width:70px;
}


#editorial #colRight .accessArea .accessContent .accessItem .accessIcon {
	width: 59px;
	height: 53px;
	overflow: hidden;
	float:left;
	display:inline;
}

#editorial #colRight .accessArea .accessContent .accessItem .accessIcon img {
	display:block;
	border:none;
}

#editorial #colRight .accessArea .accessContent .accessItem .accessInfo {
	width: 130px;
	height:auto;
	overflow: hidden;
	float:left;
	font-size: 0.85em;
	display: inline;
}

#editorial #colRight .accessArea .accessContent .accessItem .logo {
	display: block;
	margin: 0 auto;
}

#editorial #colRight .accessArea .accessContent .accessItem .logo img {
	margin: 0 auto;
	display:block;
}


#editorial #colRight .accessArea .accessContent .accessItem .accessInfo .itemHeader {
	display: block;
	font-size: 1em;
}

#editorial #colRight .accessArea .accessContent .accessItem .accessInfo .itemText {
	display: block;
	padding: 3px 0 0 0;
	font-size: .8em;
}

/* ---------------- PROMO AREA ---------------- */
#editorial #colRight .promoArea {
	width: 186px;
	height: auto;
	float:right;
	margin: 0 41px 0 0;
	padding: 0 0 0 0;
	display:inline;
	position:relative;
}

#editorial #colRight .promoArea .promoAreaContent {
	margin: 5px 0 0 12px;
}

#editorial #colRight .promoArea .promoAreaContent .promoItem {
	margin-top: 10px;
	position: relative;
	width: 169px;
	height: auto;
}


/* ---------------- ROUND CORNERS HTML SECTION  ---------------- */
.nb1, .nb2, .nb3, .nb4 {
	overflow: hidden;
	height: 1px;
	width: auto;
}

.nb1 {
	margin: 0 1px;
	height: 2px;
}

.nb2 {
	margin: 0 2px;
}

.nb3 {
	margin: 0 3px;
}

.nb4 {
	margin: 0 5px;
}

/* ---------------- ACCESS AREA ROUND CORNERS ---------------- */
.ft1, .ft2, .ft3, .ft4, .fb1, .fb2, .fb3, .fb4 {
	overflow: hidden;
	height: 1px;
	width: auto;
}

.ft1 {
	margin: 0 5px 0 0;
}

.ft2 {
	margin: 0 3px 0 0;
}

.ft3 {
	margin: 0 2px 0 0;
}

.ft4 {
	margin: 0 1px 0 0;
	height: 2px;
}

.fb1 {
	margin: 0 1px 0 0;
	height: 2px;
}

.fb2 {
	margin: 0 2px 0 0;
}

.fb3 {
	margin: 0 3px 0 0;
}

.fb4 {
	margin: 0 5px 0 0;
}

.innerCornerNW, .innerCornerNE, .innerCornerSW, .innerCornerSE {
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	display:block;
	float:none;
	overflow:hidden;
	position: absolute;
}
.innerCornerNW {
	background-position: 0 0;
	top: 0;
	left: 0;
}

.innerCornerNE {
	background-position: -5px 0;
	top: 0;
	right: 0;
}

.innerCornerSW {
	background-position: 0 -5px;
	bottom: 0;
	left: 0;
}

.innerCornerSE {
	background-position: -5px -5px;
	bottom: 0;
	right: 0;
}


