html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#header, #subMenu, #siteFilter {
	display: none;
}


.reset {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	margin: 0 0 -1px 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #cc280e;
	text-decoration: underline;
}

a img {
	border: none;
}


h1 {
	color: #cc280e;
	margin: 0 0 8px 0;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #337b98;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}





/*********************/
/**** GOOGLE MAPS ****/

#gMapWrapper {
	position: relative;
}

#gMapLoading {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 53px;
	height: 21px;
	background: #fff url(/site/images/ajax-loader.gif) center center no-repeat;
	z-index: 0;
	display: none;
}

#gMapContainer {
	height: 500px;
}




/*********************/
/**** Google Maps ****/

.e_style_tgv pre {
	padding: 5px;
	margin: 0;
	background: #fcc;
}

.e_style_tgv {
	background: #fff;
	width: 260px;
	position: relative;
	font-size: 11px;
}

.e_style_tgv .content {
	padding: 5px;
	border: 1px solid #000;
}

.e_style_tgv .tgv_icon {
	margin: 4px 4px 4px 0;
}


.e_style_tgv .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 9px;
	z-index: 2;
}

.e_style_tgv .more {
	border: 1px solid #d4d4b0;
	background: #f1f1e6;
	color: #4e4746;
	padding: 0 5px;
	margin: 10px 0 0 0;
}

.e_style_tgv .more a {
	text-decoration: none;
	color: #000;
	padding: 3px 10px 3px 5px;
	display: block;
	text-align: right;
	background: url(/site/images/form_arrow.gif) right center no-repeat;
}

.e_style_tgv .more a:hover {
	color: #000 !important;
}

.e_style_tgv address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

.e_style_tgv a {
	color: #000;
}

.e_style_tgv h2 {
	color: #cc280e;
	margin: 0 !important;
}

.e_style_tgv h2 a {
	color: #cc280e;
	text-decoration: none !important;
}

.e_style_tgv .type {
	margin: 3px 0;
	font-weight: bold;
	color: #999;
}





.e_style_house {
	background: #fff;
	width: 169px;
	position: relative;
}

.e_style_house_discount {
	background: #FAB28F;
	width: 169px;
	position: relative;
}

.e_style_house .close,
.e_style_house_discount .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 9px;
	z-index: 2;
}


.e_style_house .img,
.e_style_house_discount .img {
	height: 112px;
	overflow: hidden;
}


.e_style_house .content,
.e_style_house_discount .content {
	padding: 1px;
	border: 1px solid #000;
}

.e_style_house .area {
	padding: 4px 10px;
	background: #fff;
	border-top: 1px solid #F1EFDA;
	border-bottom: 1px solid #F1EFDA;
}

.e_style_house_discount .area {
	padding: 4px 10px;
	border-top: 1px solid #F1EFDA;
	border-bottom: 1px solid #F1EFDA;
}

.e_style_house .area a,
.e_style_house_discount .area a {
	color: #C32D2D;
	text-decoration: none;
}

.e_style_house .area a:hover,
.e_style_house_discount .area a:hover{
	text-decoration: underline;
}

.e_style_house .number {
	padding: 1px 10px;
	background: #FBFAF4;
}

.e_style_hosue .number a {
	color: #000;
	text-decoration: none;
}

.e_style_house .number a:hover {
	color: #C32D2D;
}

.e_style_house_discount .number {
	padding: 1px 10px;
}

.e_style_house .price {
	padding: 1px 10px; 
	background: #FBFAF4;
}

.e_style_house_discount .price {
	padding: 1px 10px;
}

.e_style_house .capacity {
	padding: 1px 10px; 
	background: #FBFAF4;
}

.e_style_house_discount .capacity {
	padding: 1px 10px;
}

.e_style_house .m2 {
	background: #FBFAF4;
	padding: 1px 10px;
}
.e_style_house_discount .m2{
	padding: 1px 10px;
}



.e_style_multiple_houses {
	background: #eee;
	width: 250px;
}

.e_style_multiple_houses .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 9px;
}

.e_style_multiple_houses .content {
	padding: 10px;
	border: 1px solid #000;
}

.e_style_multiple_houses .house {
	margin: 4px 8px 4px 0;
}

/**** Google Maps ****/
/*********************/


/**** GOOGLE MAPS ****/
/*********************/



/****************/
/**** FOOTER ****/

#footer {
	padding: 15px 0 0 0;
	color: #504f4b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #504f4b;
}

/**** FOOTER ****/
/****************/

/*********************/
/**** RESULT MODE ****/

.resultMode {
	border-bottom: 1px solid #a0bab0;
	padding: 10px 0 0 0;
}

.resultMode table {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

.resultMode table td {
	border: none;
	padding: 3px 4px 4px 8px;
	color: #676756;
	white-space: nowrap;
}

.resultMode table td.current {
	color: #000;
	font-weight: bold;
}

.resultMode table td.last {
	border-right: none;
}

.resultMode table td.first {
	border-left: none;
}

.resultMode a {
	text-decoration: none;
	color: #676756;
}

.resultMode td.current a {
	color: #000;
}

/**** RESULT MODE ****/
/*********************/




#txt {
	width: 367px;
	float: left;
	overflow: hidden;
}

body.i_templ_10001 #txt,
body.i_templ_10002 #txt,
body.i_templ_10003 #txt,
body.i_templ_10004 #txt,
body.i_templ_10006 #txt,
body.i_templ_10041 #txt,
body.i_templ_10301 #txt,
body.i_templ_10901 #txt,
body.i_templ_14000 #txt {
	width: auto;
	float: none;
	padding: 8px 12px;
	background: #d5e0e0;
}

#txtContent {
	padding: 8px 18px 8px 12px;
}

#news {
	width: 367px;
	float: left;
	overflow: hidden;
}

#newsContent {
	padding: 8px 18px 8px 12px;
}


body.i_templ_10003 #news,
body.i_templ_10004 #news {
	width: auto;
	float: none;
}


/*************/
/**** NEWS ***/

.inet_news_item {
	margin: 0 0 10px 0;
}

.inet_news_item h2 a {
	color: #337b98;
	text-decoration: none;
}

.inet_news_item p a {
	color: #000;
	text-decoration: none;
}

.inet_news_item p img {
	margin: 0 0 0 5px;
}

.inet_news_item a:hover {
	text-decoration: underline;
}


/**** NEWS ***/
/*************/


/********************/
/**** PARAGRAPHS ****/

#supplContent {
	background: transparent url(/site/images/main_split_paragraph_bg.png) 1px 0 repeat-y;
}

/* paragraph / special content "container"*/
#leftContent {
	width: 368px;
	float: left;
	border-top: 4px solid #fff;
	min-height: 10px;
	overflow: hidden;
}

/* paragraph / special content "container"*/
#rightContent {
	width: 366px;
	float: left;
	border-top: 4px solid #fff;
	min-height: 10px;
	overflow: hidden;
}

body.i_templ_10042 #rightContent {
	border-top: none;
}


/* paragraph container */
#topContent {
	width: 366px;
	float: left;
	min-height: 10px;
	overflow: hidden;
}

/* paragraph / special content "container"*/
#bottomContent {
	border-top: 4px solid #fff;
	padding: 0 0 10px 0;
	min-height: 10px;
	overflow: hidden;
	background: transparent url(/site/images/bg_2col.png) -2px 0 repeat-y; 
}


/* wide image paragraph */
.inet_paragraph_10100,
.inet_paragraph_10101 {
	padding-bottom: 8px;
}

.inet_paragraph_10101 {
	border-top: 4px solid #fff;
}

.inet_paragraph_10100 .paragraph_content,
.inet_paragraph_10101 .paragraph_content {
	margin: 8px 14px 0 10px;
}

.inet_paragraph_10100 .imgs,
.inet_paragraph_10101 .imgs {
	min-height: 10px;
}

.inet_paragraph_10100 .inet_img_item,
.inet_paragraph_10101 .inet_img_item {
	margin: 0 0 8px 0;
}


/* small image paragraph */
.inet_paragraph_10102,
.inet_paragraph_10103 {
	padding-bottom: 8px;
}

.inet_paragraph_10103 {
	border-top: 4px solid #fff;
}

.inet_paragraph_10102 .paragraph_content,
.inet_paragraph_10103 .paragraph_content {
	margin: 10px 14px 0 10px;
}


.inet_paragraph_10102 .imgs,
.inet_paragraph_10103 .imgs{
	width: 90px;
	min-height: 10px; 
	float: left;
}

.inet_paragraph_10102 .inet_img_item,
.inet_paragraph_10103 .inet_img_item {
	width: 82px;
}

.inet_paragraph_10102 .inet_img_item img,
.inet_paragraph_10103 .inet_img_item img {
	border: 1px solid #fff;
}

.inet_paragraph_10102 .txt,
.inet_paragraph_10103 .txt {
	width: 250px;
	min-height: 10px; 
	overflow: hidden;
	float: left;
}

.inet_paragraph_10102 .noimg .txt,
.inet_paragraph_10103 .noimg .txt {
	width: auto;
	float: none;
}




#bottomContent .inet_paragraph_10100,
#bottomContent .inet_paragraph_10101,
#bottomContent .inet_paragraph_10102,
#bottomContent .inet_paragraph_10103 {
	width: 367px;
	float: left;
}





.inet_paragraph_11201 {
	background: #eee;
	border-top: 5px solid #fff;
}

.inet_paragraph_11201 .paragraph_content {
	padding: 10px;
}

.inet_paragraph_11201 .imgs {
	width: 90px;
	float: right;
	text-align: right;
}

.inet_paragraph_11201 .txt {
	margin-right: 90px;
}

.inet_paragraph_11201 .noimg .txt {
	margin-right: 0;
}

/**** PARAGRAPHS ****/
/********************/




/*********************/
/**** MULTISEARCH ****/

#multiSearchBlock {
	background: #a0bab0;
	margin: 0 5px 0 0;
	min-height: 160px;
}

#multiSearchBlock table {
	margin: 12px;
	width: 300px;
	border: none;
	border-collapse: collapse;
}

#multiSearchBlock table td {
	padding: 0 0 3px 0;
	text-align: left;
	vertical-align: middle;
}

#multiSearchBlock td.lbl {
	width: 100px;
}

#multiSearchBlock td.mlbl {
	width: 70px;
}

#multiSearchBlock td.slbl {
	padding-right: 4px;
	text-align: right;
}

#multiSearchBlock td.cal {
	padding-left: 3px;
	text-align: left;
}

#multiSearchBlock th,
#multiSearchBlock td,
#multiSearchBlock input,
#multiSearchBlock select {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

#multiSearchBlock select {
	width: 184px;
	margin: 0;
}

#multiSearchBlock select.day {
	width: 42px;
}

#multiSearchBlock select.month {
	width: 80px;
}

#multiSearchBlock select.year {
	width: 60px;
}

#multiSearchBlock input.text {
	width: 60px;
	font-size: 10px;
}

#multiSearchBlock input.submit {
	padding: 1px 8px;
}

#multiSearchBlock input.keywords {
	width: 178px;
	margin: 0;
}



#multiSearchTabs {
	background: #fff;
}

#multiSearchTabs table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 363px;
}


#multiSearchTabs table td {
	border: none;
	padding: 3px 8px 5px 8px;
	font-weight: bold;
	background: #e0e4e4 url(/site/images/tab_bg.png) bottom left repeat-x;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	color: #676756;
	white-space: nowrap;
}

#multiSearchTabs table td.current {
	color: #000;
	background: #a0bab0;
}

#multiSearchTabs table td.last {
	border-right: none;
}

#multiSearchTabs table td.first {
	border-left: none;
}



/**** MULTISEARCH ****/
/*********************/




/*******************/
/**** KULTUNAUT ****/

/*-------------*/
/*-- arrlist --*/

.arrlist {

}

.arrlist h1 {
	color: #000;
	margin: 0 0 15px 0;
	text-transform: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

/*-- arrlist --*/
/*-------------*/


/*---------*/
/*-- arr --*/

.arr {
	margin: 0 0 4px 0;
	padding: 10px;
}

.odd {

}

.arr h2 {
	color: #cc280e;
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.arr table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.arr td {
	text-align: left;
	vertical-align: bottom;
}

.arr td.data {
	
}

.arr td.options {
	width: 100px;
	text-align: right;
}

.arr .desc,
.arr .ticket,
.arr .date,
.arr .location {
	margin: 8px 0;
}

/*-- arr --*/
/*---------*/



/*------------*/
/*-- anmeld --*/

.anmeld {
	padding: 10px;
	margin: 0 0 4px 0;
}

/*-- anmeld --*/
/*------------*/



/*------------*/
/*-- arrnav --*/

table.arrnav {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

table.arrnav td {
	vertical-align: top;
	padding: 5px 10px;
}

table.arrnav td.prev {
	text-align: left;
}

table.arrnav td.next {
	text-align: right;
}

table.arrnav a {
	text-decoration: none;
	color: #000;
}

table.arrnav a:hover {
	text-decoration: underline;
}

/*-- arrnav --*/
/*------------*/


/*--------------*/
/*-- stedlist --*/

.stedlist {

}

.stedlist .content {
	padding: 10px;
}

/*-- stedlist --*/
/*--------------*/


/*------------*/
/*-- arradd --*/

.textblock {
	padding: 10px;
}

.arradd {
	border-top: 4px solid #fff;
	padding: 10px;
}

/*-- arradd --*/
/*------------*/


/*-------------*/
/*-- arrsted --*/

.arrsted {
	padding: 10px;
	margin: 0 0 4px 0;
}

.arrsted .info {
	width: 400px;
	float: left;
}

.arrsted h1 {

}

.arrsted .location,
.arrsted .ticket,
.arrsted .desc,
.arrsted .prevarr {
	margin: 8px 0;
}

.arrsted .options {
	width: 100px;
	float: left;
}

.arrsted .options div {
	padding: 0 0 8px 10px;
}

/*-- arrsted --*/
/*-------------*/


/*-------------*/
/*-- retsted --*/

.retsted {
	padding: 10px;
	margin: 0 0 4px 0;
}

/*-- retsted --*/
/*-------------*/


/*----------------*/
/*-- huskeliste --*/

.huskeliste {
	padding: 10px;
	margin: 0 0 4px 0;
}


/*-- huskeliste --*/
/*----------------*/



.anmeld,
.stedlist,
.textblock,
.arradd {
	display: none;
}



/**** KULTUNAUT ****/
/*******************/






/******************/
/**** PRODUCTS ****/

#products {
	padding: 0 2px;
}

.product {
	width: 248px;
	float: left;
	font-size: 11px;
	background: transparent;;
}

.product .more {
	border: 1px solid #d4d4b0;
	color: #4e4746;
	padding: 0 5px;
	margin: 10px 0 0 0;
}

.product .more a {
	text-decoration: none;
	color: #000;
	padding: 3px 10px 3px 5px;
	display: block;
	text-align: right;
}

.product .more a:hover {
	color: #000 !important;
}

.odd_product {
	margin-right: 16px;
}


.product address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

.product a {
	color: #000;
}

.product h2 {
	color: #cc280e;
	margin: 0 !important;
}

.product h2 a {
	color: #cc280e;
	text-decoration: none !important;
}

.product .type {
	margin: 3px 0;
	font-weight: bold;
	color: #999;
}

.B h2,
.C h2 {
	border: 1px solid #d4d4b0;
	color: #4e4746;
	padding: 3px 5px;
	margin: 0;
}

.B h2 a {
	display: block;
	color: #4e4746;
}

.D h2 {
	margin: 0;
}

.B h2 em {
	font-style: normal;
}

.B .images,
.C .images {
	width: 90px;
	float: left;
	margin: 10px 0 0 0;
}

.B .images .img,
.C .images .img {
	margin: 0 0 2px 0;	
}

.B .contact,
.C .contact {
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
}

.contact div {
	margin: 1px 0;
}


.B .description,
.C .description {
	clear: both;
	padding: 10px 0 0 0;
}


img.icon {
	vertical-align: bottom;
}


.detailed_product {
	padding: 8px 0 10px 0;
}

.detailed_product a {
	color: #000;
}

.detailed_product a:hover,
.detailed_product a:focus {
	color: #f00;
}

.detailed_product h2 {
	color: #000;
}


.detailed_product .info {
	clear: both; 
	margin: 10px 0 20px 0;
	width: 100%;

}

.detailed_product table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.detailed_product .images {
	width: 200px;
	float: right;
}

.detailed_product .images .img {
	margin: 0 0 10px 20px;
}

.detailed_product table.contact {
	width: auto;
	margin: 0 0 20px 0;
}

.detailed_product th {
	font-size: 11px;
	vertical-align: top;
	padding: 2px 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.detailed_product thead th {
	font-weight: bold;
	text-align: center;
}


.detailed_product table.contact th {
	background: none;
	text-align: left; 
	padding: 1px 10px 1px 0;
	border: none;
}

.detailed_product td, .detailed_product tbody th {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	text-align: center;
	padding: 2px 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.detailed_product tbody th {
	text-align: left;
	font-weight: normal;
}


.detailed_product table.contact th {
	font-weight: bold;
}

.detailed_product table.contact td {
	padding: 1px 0;
	text-align: left;
	background: none;
	border: none;
}

.detailed_product table.contact tr.section th,
.detailed_product table.contact tr.section td {
	padding-top: 6px;
	padding-bottom: 2px;
}

tr.section .header {
	color: #67666B;
}


.detailed_product table.noheader td {
	text-align: left;
}

.split {
	clear: both;
	height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
}


.tgvPager {
	background: #eee;
	margin: 5px 0; 
	padding: 8px 10px;
}

.tgvPager table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.tgvPager td {
	vertical-align: middle;
	padding: 0;
	text-align: left;
}

.tgvPager td.info {
	text-align: left;
}

.tgvPager td.pager {
	text-align: right;
	white-space: nowrap;
}

.tgvPager td.pager a {
	text-decoration: none;
}

.tgvPager td.pager a:hover {
	text-decoration: underline;
}

/**** PRODUCTS ****/
/******************/





/****************/
/**** SEARCH ****/

#search_results .product,
#search_results .odd_product {
	margin: 0;
	float: none;
	width: auto;
}

.inet_search_msg {
	margin: 5px 0 20px 0;
}

.search_result {
	margin: 8px 0;
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
}

.search_result h2 {
	margin: 0 0 5px 0;	
}

.search_result .txt {
	margin: 5px 0;
}

.search_result .more {
	margin: 0 0 5px 0;
}

.inet_search_pages {
	margin: 5px 0 0 0;
	padding: 8px 10px;
	text-align: right;
	background: #eee;
}


.inet_search_pages a {
	text-decoration: none;
}

.inet_search_pages a:hover {
	text-decoration: underline;
}

/**** SEARCH ****/
/****************/



/*******************/
/**** CATALOGUE ****/


#catalogue_form {
	margin: 10px 0;
}

#catalogue_form input.checkbox {
	margin: 0 5px 0 0;
}

#catalogue_form .header {
	position: relative;
	color: #fff;
	padding: 5px 10px;
}

#catalogue_form .header h2 {
	margin: 0;
	color: #fff;
}

#catalogue_form .header p {
	margin: 2px 0 0 0;
}


#catalogue_form .catalogue,
#catalogue_form .details {
	margin: 10px 0;
	padding: 10px;
}

#catalogue_form .catalogue h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#catalogue_form .catalogue label,
#catalogue_form .details label {
	margin: 0 5px 0 0;
}

#catalogue_form .catalogue .imgs {
	width: 120px;
	margin: 0 0 10px 0;
	float: right;
}

#catalogue_form .catalogue .imgs .inet_img_item {
	margin: 0 0 0 40px;
}

#catalogue_form .catalogue .txt {
	margin: 0 120px 10px 0;
}

#catalogue_form .reminder {
	border-top: 1px dashed #ccc;
	margin: 15px -10px 0 -10px;
	padding: 10px 10px 0 10px;
	font-size: 10px;

}

#catalogue_form .reminder a {
	text-decoration: none;
}

#catalogue_form .reminder em {
	font-weight: bold;
	font-style: normal;
}

#catalogue_form .catalogue table.options {
	margin: 0 0 12px 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

#catalogue_form .catalogue table.options td {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

#catalogue_form .catalogue input.checkbox {
	vertical-align: top;
	margin: 0 5px 0 0;
	padding: 0;
}



#catalogue_form .details {
	position: relative;
}


#catalogue_form .info {
	position: absolute;
	top: 60px;
	left: 300px;
	width: 170px;
}


#catalogue_form .info img {
	display: block;
	margin: 0 auto 10px auto;
}

#catalogue_form .info address {
	font-style: normal;
	text-align: center;
}


#catalogue_form .details table {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

#catalogue_form .details th {
	border: none;
	font-weight: bold;
	text-align: left;
	padding: 0 5px 5px 0;
	vertical-align: top;
}

#catalogue_form .details table.questions {
	margin: 10px 20px;
}

#catalogue_form .details table.questions th {
	text-align: right;
	width: 60%;
}

#catalogue_form .details td {
	border: none;
	margin: 0;
	padding: 0 0 5px 0;
	vertical-align: top;
	white-space: nowrap;
}

#catalogue_form input.text {
	font-family: 'Courier New', monospace;
	font-size: 11px;
	border: 1px solid #000;
	width: 180px;
}

#catalogue_form select.select {
	font-family: 'Courier New', monospace;
	font-size: 11px;
	border: 1px solid #000;
	width: 185px;
}

#catalogue_form .incomplete {
	color: #f00 !important;
}


#catalogue_form textarea {
	font-family: 'Courier New', monospace;
	font-size: 11px;
	border: 1px solid #000;
	width: 180px;
	height: 50px;
	
}


#catalogue_form input.submit,
#catalogue_form input.clear {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 1px 2px;
	font-size: 12px;
}

.receipt {
	margin: 10px 0 30px 0 !important;
	padding: 5px;
	border: 1px solid #000;
	font-weight: bold;
}


/**** CATALOGUE ****/
/*******************/




/**********************/
/**** MINI HOLIDAY ****/


#packageList {
	margin: 5px 0 0 0;
}

#packageList .tgvPager {
	margin-bottom: 10px;
}

.packageItem {
	margin: 0 0 10px 0;
	padding: 0 2px 10px 2px;
	border-bottom: 1px solid #a0bab0;
}

.packageItem h2 {
	color: #000;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;	
	margin: 0 0 10px 0;
}

.packageItem .txt {
	width: 394px;
	float: left;
	overflow: hidden;
}

.packageItem .imgs {
	width: 124px;
	float: left;
	text-align: right;
}

.packageItem .price {
	margin: 10px 0 0 0;
	font-weight: bold;
}

.packageItem .more {
	margin: 10px 0 0 0;
}

.packageItemError {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 10px;
}


#packageTxt {
	width: 348px;
	float: left;
	overflow: hidden;
}

#packageTxtContent {
	margin: 0 5px 0 0;
	padding: 10px;
}

#packageInfo {
	width: 174px;
	float: left;
	overflow: hidden;
}

#imgRoot {
	padding: 0 0 5px 0;
}

#imgThumbs .imgThumb {
	width: 94px;
	padding: 0 0 5px 0;
	float: left;
}

#imgThumbs .last {
	width: 80px;
}

#address,
#links {
	padding: 0 0 10px 0;
}

#address .addressHeader,
#links .linksHeader {
	font-weight: bold;
	padding: 2px 5px;
}

#address .text,
#links .text {
	padding: 2px 5px;
}

#links ul {
	margin: 2px 0 10px 0;
	padding: 0;
}

#links li {
	margin: 0 0 2px 15px;
	padding: 0;
}


#packageQuery {
	padding: 10px;
	margin: 5px 5px 0 0;
}

#packageTitle {
	padding: 8px 12px;
	margin: 0 0 5px 0;
}


#packageQuery table {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

#packageQuery td {
	text-align: left;
	vertical-align: top;
	padding: 0 5px 2px 0;
}

#packageQuery td.dt {
	white-space: nowrap;
}

#packageQuery input.shorttxt,
#packageQuery input.text,
#packageQuery textarea {
	width: 150px;
	padding: 1px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

#packageQuery input.shorttxt {
	width: 42px;
}

#packageQuery textarea {
	height: 140px;
}

#packageQuery select {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 180px;
}

#packageQuery select.day {
	width: 42px;
}

#packageQuery select.monthyear {
	width: 110px;
}

#packageQuery img.calendar {
	vertical-align: bottom;
	margin-bottom: 2px;
}

#packageReceipt {
	padding: 10px;
	margin: 5px 5px 0 0;
	font-weight: bold;
}

#packageReceipt p {
	margin: 0;
}

/**** MINI HOLIDAY ****/
/**********************/

