BODY {
	background-color: #f7f2e2;
	background-image: url(../gfx/background_gradient.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	color: #383838;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

P, FORM {
	padding: 0px;
	margin: 0px;
}

input {
	color: #383838;
	font-family: Arial;
	font-size: 12px;
	outline: none;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 13px;
	color: #383838;
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	line-height: 27px;
}

h2 {
	padding: 0px;
	margin: 0px;
	color: #383838;
	font-family: Arial;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

.br {
	clear: both;
	height: 0px;
}

A {
	color: #000000;
}

A:hover {
	color: #000000;
}

.image_shadow_top {
	background-image: url(../gfx/image_shadow_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 13px;
}

.image_shadow_middle {
	background-image: url(../gfx/image_shadow_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 255px;
}

.image_shadow_bottom {
	background-image: url(../gfx/image_shadow_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 21px;
	text-align: center;
}

#main {
	position: relative;
	z-index: 0;
	width: 1022px;
	text-align: left;
}

#flash
{
	padding-top: 9px;
	padding-bottom: 11px;
}

#flash,
#flash iframe
{
	width: 1022px;
	height: 346px;
	border: 0px;
}

#menu {
	background-image: url(../gfx/top_menu_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	width: 1022px;
	height: 39px;
}

#menu #nav {
	background-image: url(../gfx/top_menu_logo.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 39px;
	text-align: left;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu #nav li {
	float: left;
	position: relative;
	z-index : 721;
}

#menu .mentopcontainer
{
}


#menu .menutekst {
	padding-left: 13px;
	padding-right: 13px;
	display: block;
	height: 39px;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	line-height: 39px;
}

#menu .menutekst:link,
#menu .menutekst:visited,
#menu .menutekst:active {
	color: #ffffff;
	text-decoration: none;
}

#menu #nav li:hover .menutekst {
	color: #ffffff;
	text-decoration: none;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0px;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: 0px;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}


#menu .menulistcontainer {
	margin-top: 0px;
	background-color: #646464;
}

#menu .menulistitem {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
	padding-right: 13px;
	width: 160px;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}



.content {
	float: left;
	clear: both;
	background-image: url(../gfx/content_background_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 13px;
}

.content_bottom {
	float: left;
	clear: both;
	background-image: url(../gfx/content_background_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
}

.content_middle {
	float: left;
	clear: both;
	background-image: url(../gfx/content_background_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 13px;
	width: 1009px;
}

.section_left
{
	float: left;
	width: 247px;
}

.section_right
{
	float: left;
	padding-left: 14px;
	padding-top: 5px;
	width: 735px;
}

#frontpage .section_left
{
	width: 684px;
}

#frontpage .section_right
{
	padding-left: 24px;
	padding-top: 0px;
	width: 301px;
}

#teasers {
}

#teasers h2
{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 39px;
}

#teasers .text {
	padding-top: 17px;
	color: #383838;
	font-size: 12px;
	line-height: 16px;
}



#teasers .first,
#teasers .vertical
{
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	width: 336px;
	text-decoration: none;
	cursor: pointer;
}

#teasers .first
{
	height: 571px;
}

#teasers .vertical
{
	height: 281px;
}

#teasers .first .image_box,
#teasers .vertical .image_box
{
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
	width: 330px;
	text-align: center;
}

#teasers .first .image_box
{
	height: 486px;
}

#teasers .vertical .image_box
{
	height: 196px;
}

#teasers .first .text_box,
#teasers .vertical .text_box
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-right: 3px;
	width: 330px;
	height: 121px;
}

#teasers .first .text_box
{
	background-image: url(../gfx/teaser_first.png);
	padding-top: 450px;
}

#teasers .first:hover .text_box
{
	background-image: url(../gfx/teaser_first_hover.png);
	padding-top: 450px;
}


#teasers .vertical .text_box
{
	background-image: url(../gfx/teaser_vertical.png);
	padding-top: 160px;
}

#teasers .vertical:hover .text_box
{
	background-image: url(../gfx/teaser_vertical_hover.png);
	padding-top: 160px;
}




#teasers .first h2,
#teasers .vertical h2
{
	overflow: hidden;
	background-image: url(../gfx/teaser_header.png);
	bacjground-position: left top;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-right: 13px;
	height: 39px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 39px;
}

#teasers .first:hover h2,
#teasers .vertical:hover h2
{
	overflow: hidden;
	background-image: url(../gfx/teaser_header.png);
	bacjground-position: left top;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-right: 13px;
	height: 39px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 39px;
}


#teasers .first .text,
#teasers .vertical .text
{
	overflow: hidden;
	padding-left: 13px;
	padding-top: 17px;
	padding-right: 13px;
	height: 48px;
	color: #383838;
}

#teasers .first,
#teasers .first h2,
#teasers .first .text,

#teasers .vertical,
#teasers .vertical h2,
#teasers .vertical .text,

#teasers .horizontal,
#teasers .horizontal h2,
#teasers .horizontal .text,

#teasers .first:hover,
#teasers .first:hover h2,

#teasers .vertical:hover,
#teasers .vertical:hover h2,

#teasers .horizontal:hover,
#teasers .horizontal:hover h2
{
	text-decoration: none;
}

#teasers .first:hover .text,
#teasers .vertical:hover .text,
#teasers .horizontal:hover .text
{
	color: #383838;
	/*text-decoration: underline;*/
}



#teasers .vspacer
{
	float: left;
	width: 12px;
	height: 281px;
}

#teasers .first,
#teasers .vspacer,
#teasers .horizontal,
#teasers .vertical
{
	margin-bottom: 9px;
}

#teasers .horizontal {
	float: left;
	background-image: url(../gfx/teaser_horizontal_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 13px;
	width: 684px;
}

#teasers .horizontal:hover {
	float: left;
	background-image: url(../gfx/teaser_horizontal_top_hover.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 13px;
	width: 684px;
}

#teasers .horizontal .middle
{
	background-image: url(../gfx/teaser_horizontal_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-right: 16px;
	width: 655px;
}

#teasers .horizontal:hover .middle
{
	float: left;
	clear: both;
	background-image: url(../gfx/teaser_horizontal_middle_hover.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-right: 16px;
}




#teasers .horizontal .bottom
{
	float: left;
	clear: both;
	background-image: url(../gfx/teaser_horizontal_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
}


#teasers .horizontal:hover .bottom
{
	background-image: url(../gfx/teaser_horizontal_bottom_hover.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 13px;
}

#teasers .horizontal .image_box {
	float: left;
	overflow: hidden;
	border: 1px solid #bcbcbb;
	width: 198px;
	text-align: center;
}

#teasers .horizontal .text_box {
	float: left;
	padding-left: 19px;
	width: 435px;
}

#teasers .horizontal h2,
#teasers .horizontal .text {
	padding-left: 3px;
}

#teasers .horizontal h2
{
	color: #4e4e4e;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

#teasers .horizontal .text
{
	padding-top: 7px;
	padding-bottom: 7px;
}


#enews_box
{
	background-image: url(../gfx/enews_box_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 290px;
	padding-top: 11px;
	padding-bottom: 13px;
}

#enews_box .bottom
{
	background-image: url(../gfx/enews_box_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 11px;
}

#enews_box .middle
{
	background-image: url(../gfx/enews_box_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 11px;
	padding-right: 10px;
}

#enews_box h1
{
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	color: #646464;
	font-size: 20px;
	line-height: 24px;
}

#enews_box .text
{
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 15px;
	
}

#enews_box .input_box
{
	float: left;
	overflow: hidden;
	background-image: url(../gfx/enews_box_textfield.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 4px;
	padding-top: 1px;
	padding-right: 4px;
	width: 183px;
	height: 26px;
}

#enews_box .input_box input
{
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 183px;
	height: 25px;
	line-height: 25px !important;
}

#enews_box .button_box
{
	float: left;
	overflow: hidden;
	padding-left: 4px;
}

#enews_box .button_box input
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	background-image: url(../gfx/enews_box_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	line-height: 27px !important;
}

#enews_box .button_box,
#enews_box .button_box input
{
	width: 74px;
	height: 27px;
}


#traveloffers_list
{
	background-color: #f7f2e2;
	background-image: url(../gfx/traveloffers_container_line.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 1px;
}

#traveloffers_list .bottom
{
	background-image: url(../gfx/traveloffers_container_line.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#traveloffers_list .middle
{
	background-image: url(../gfx/traveloffers_container_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 9px;
	padding-top: 6px;
	padding-right: 11px;
}

#traveloffers_list .item
{
	background-image: url(../gfx/traveloffers_container_splitter.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 9px;
}

#traveloffers_list .item a
{
	display: block;
	cursor: pointer;
	padding-left: 1px;
	padding-top: 2px;
	text-decoration: none;

}

#traveloffers_list .item a:hover
{
	background-color: #fdf9f2;
}

#traveloffers_list .image_box
{
	float: left;
	background-image: url(../gfx/traveloffers_container_image_box.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 96px;
	height: 95px;
}

#traveloffers_list .image_box .image
{
	overflow: hidden;
	padding-left: 7px;
	padding-top: 6px;
	width: 83px;
	height: 81px;
	text-align: center;
}


#traveloffers_list .text_box
{
	float: left;
	padding-left: 7px;
	width: 167px;
}

#traveloffers_list .text
{
	overflow: hidden;
	padding-top: 3px;
	height: 54px;
	color: #383838;
	font-size: 14px;
	line-height: 18px;
}

#traveloffers_list h2
{
	padding: 0px;
	margin: 0px;
	color: #383838;
	font-size: 14px;
	line-height: 18px;
}

#traveloffers_list .price_box
{
	overflow: hidden;
	background-image: url(../gfx/traveloffers_container_price_box.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-top: 7px;
	height: 27px;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
	text-align: center;
	
}

#traveloffers_list a:hover .price_box
{
	background-image: url(../gfx/traveloffers_container_price_box_hover.png);
}

#traveloffers_list .price_box .price
{
	font-size: 14px;
}

#traveloffers_list .all_button_container
{
	padding-left: 2px;
	padding-top: 8px;
	padding-bottom: 14px;
}

#traveloffer_all_button
{
	background-image: url(../gfx/traveloffers_all_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	width: 278px;
	height: 32px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
}

/* ======================================= */

.cms_menu img {
	border: 0px;
}

.cms_menuheader {
	overflow: hidden;
	background-image: url(../gfx/cms_menu_header.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 8px;
	height: 29px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
}

.cms_menuitemlist {
	position: relative;
	z-index: 0;
	top: -8px;
}

#traveloffer .cms_menuitemlist
{
	margin: 0px !important;
	padding-bottom: 12px;
}

.cms_menuitem,
.traveloffer_menuitem
{
	background-image: url(../gfx/cms_menu_splitter.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	padding-left: 7px;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 9px;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.cms_menuitem a,
.traveloffer_menuitem a
{
	display: block;
	background-image: url(../gfx/cms_menu_bullet.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 11px;
	color: #4e4e4e;
}
.cms_menuitem, .cms_menuitem a,
.traveloffer_menuitem , .traveloffer_menuitem a
{
	color: #4e4e4e;
	text-decoration: none;
}

.cms_menuitem a:hover,
.traveloffer_menuitem a:hover
{
	color: #4e4e4e;
	text-decoration: none;
}

.cms_menuitem_selected, .cms_menuitem_selected a, .cms_menuitem_selected a:hover,
.traveloffer_menuitem_selected, .traveloffer_menuitem_selected a, .traveloffer_menuitem_selected a:hover
{
	color: #4e4e4e;
	font-weight: bold;
	text-decoration: none;
}

.cms_menuitemlist_bottom {
	height: 12px;
}

.cms_menuitem_stars {
	padding-left: 12px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 6px;
}

#cms .teaser .text_box {
	float: left;
	width: 465px;
}

#cms .teaser .anonce {
	padding-bottom: 10px;
}

#cms .teaser .image_box {
	float: left;
	overflow: hidden;
	padding-left: 15px;
	width: 255px;
}

#cms .teaser .image_box .spacer, #catalog .image_box .spacer {
	height: 20px;
}

#cms .teaser_splitter {
	overflow: hidden;
	background-color: #e1e1e1;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
}



#catalog .onlinecatalogue {
}

#catalog .right_box {
	float: right;
	padding-left: 15px;
	width: 255px;
}

#catalog .right_box div.image {
	overflow: hidden;
	width: 229px;
	text-align: center;
}

#catalog .right_box .spacer {
	height: 20px;
}

#catalog dl {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#catalog .star {
	vertical-align: middle;
}

#catalog dt {
	float: left;
	font-weight: bold;
}

#catalog dd {
	margin: 0px;
	padding-left: 60px;
}

#catalog .cms_facts {
	width: 465px;
}

#catalog .cms_facts .odd
{
	background-color: #f4f4f4;
	color: #000000;
}

#catalog .cms_facts .even {
	background-color: #fbfbfb;
	color: #000000;
}

#catalog .cms_facts td {
	padding: 8px;
}

#catalog .cms_facts .label {
	font-weight: normal;
}

#catalog .cms_facts .value {
	text-align: right;
}

#traveloffer #search_box {
	float: right;
	margin-bottom: 16px;
}

#traveloffer h1 {
	padding-left: 20px;
	margin-bottom: 5px;
}

#traveloffer strong {
	color: #084e9b;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
}

.travelofferlist {
	margin-bottom: 30px;
}

.travelofferlist td {
	vertical-align: top;
}

.travelofferlist .image
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.travelofferlist td.header {
	background-image: url(../gfx/traveloffer_bar.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 20px;
	height: 22px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

.travelofferlist_details td {
	padding-left: 20px;
	height: 20px;
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
}

.travelofferlist_details thead td {
	padding-top: 10px;
	color: #000000;
	font-weight: bold;
}

.travelofferlist_details div.body_text {
	font-size: 11px;
	line-height: 15px;
	padding-top: 20px;
}

.travelofferlist .travelofferlist_read_more_link {
	padding-left: 20px;
	padding-top: 10px;
}

.travelofferlist .travelofferlist_read_more_link a {
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
}

.travelofferlist .travelofferlist_read_more_link a:hover {
	color: #000000;
}

.travelofferlist td img {
}

.tm_table2 td, .traveloffer_detail_td_header {
	background-image: url(../gfx/traveloffer_bar.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	height: 22px;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

.tm_table2 a, .traveloffer_detail_td_header a {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: underline;
}

.traveloffer_detail_td_under_header {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}

td.tm_body1, div.tm_body1 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

td.tm_body1 strong {
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
}

.tm_table1 td {
}

.tm_table1 .tm_body1 {
	padding-top: 5px;
}

#traveloffer input, #traveloffer textarea {
	color: #484848;
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	border: 1px solid #cccccc;
}

#traveloffer #search_box input {
	border: 0px;
}

#traveloffer .page_index {
	padding-bottom: 10px;
}


.catalogue_content
{
	padding-left: 10px;
	padding-right: 10px;
}

#bottom {
	clear: both;
	padding-left: 14px;
	padding-top: 10px;
	text-align: left;
}

#bottom a,
#bottom a:hover {
	color: #133a66;
	text-decoration: underline;
}

#bottom_logo
{
	float: left;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../gfx/bottom_logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 225px;
	height: 56px;
	text-indent: -9999px;
}

#bottom .section,
#facebook_container

{
	float: right;
	border-left: 1px solid #d8d6cd;
	padding-left: 22px;
	padding-right: 22px;
}

#bottom .section
{
	font-size: 12px;
	line-height: 19px;
}

#bottom .section strong
{
	font-size: 15px;
	font-weight: bold;
}

#facebook_container
{
	border: 0px;
	padding-top: 12px;
	
}

#facebook
{
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../gfx/facebook_icon.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}

#bottom_logos
{
	padding-top: 17px;
	padding-right: 4px;
	padding-bottom: 22px;
}

#logo_iata,
#logo_rgf
{
	float: right;
	background-image: url(../gfx/logo_splitter.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 11px;
}

#logo_tmi
{
	float: right;
	padding-left: 10px;
	padding-top: 12px;
	padding-right: 10px;
}

.travelofferlist .travelofferlist_read_more_link
{
	padding-left: 20px;
}

#travelofferButtonContainer {
	float: left;
	padding-top: 10px;
	height: 25px;
}

#travelofferButtonContainer .buttonContainer,
#travelofferButtonContainer .buttonContainer *{
	height: 25px;
	float: left;
}

#travelofferButtonContainer .buttonContainer {
	padding-right: 20px;
	height: 25px;
}

#travelofferButtonContainer .buttonContainer
{
	padding: 0px !important;
	padding-right: 20px !important;
	height: 25px;
}

#travelofferButtonContainer .buttonContainer .button_middle
{
	background-image: url('http://tmcomponents.travelmarket.com/customers/standard/Traveloffer/button_middle.png');
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px !important;
}

#travelofferButtonContainer .buttonContainer .button_left
{
	background-image: url('http://tmcomponents.travelmarket.com/customers/standard/Traveloffer/button_left.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px !important;
}

#travelofferButtonContainer .buttonContainer .button_right
{
	background-image: url('http://tmcomponents.travelmarket.com/customers/standard/Traveloffer/button_right.png');
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 10px !important;
	text-align: center;
}

#travelofferButtonContainer .buttonContainer a, 
#travelofferButtonContainer .buttonContainer a:hover {
	text-decoration: none;
	line-height: 25px;
}

.signincontainer #buttoncontainer,
.signincontainer #forgotpasswordcontainer {
	padding-top: 10px;
}
.signincontainer #buttoncontainer input {
	background-image:url("../gfx/traveloffer_box_button.png");
	background-position:left top;
	background-repeat:no-repeat;
	color:#4C4A4D;
	font-size:11px;
	height:22px;
	line-height:20px;
	text-align:center;
	width:98px;
	border: 0px;
}

.catalogue_content img
{
	margin-right: 10px;
}

/* SEARCH RESULT PAGE - START */

#search_result .search_element {
	padding-bottom: 15px;	
}

.search_element .title {
	font-weight: bold;
	font-size: 14px;
}

.search_element .link {
	font-weight: bold;
}

#search_result .tm_search_search_box {
	padding-bottom: 15px;
}

/* SEARCH RESULT PAGE - END */
 
 
 
 .text_ad_list .top_header
{
	overflow: hidden;
	background-image: url("../gfx/cms_menu_header.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 8px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
}

.text_ad_list .item
{
	padding-top: 13px;
	padding-bottom: 9px;
	width: 247px;
	cursor: pointer;
}

.text_ad_list .item:hover
{
	background-color: #f4f3f3;
}

.text_ad_list .splitter
{
	background-image: url(../gfx/cms_menu_splitter.png);
	background-position: left center;
	background-repeat: repeat-x;
	height: 3px;
}

.text_ad_list .image_box
{
	float: left;
	overflow: hidden;
	background-image: url(../gfx/traveloffer_image_box.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-top: 6px;
	width: 69px;
	height: 69px;
}

.text_ad_list .image_box img
{
	width: 63px;
	height: 61px;
}

.text_ad_list .text_box
{
	float: left;
	padding-left: 6px;
	width: 160px;
}

.text_ad_list h2
{
	margin: 0px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

.text_ad_list .text
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.text_ad_list .price_box
{	
 	overflow: hidden;
	background-image: url(../gfx/traveloffer_price_box.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-top: 8px;
	width: 128px;
	height: 22px;
	color: #ffffff;
	font-size: 12px;
	font-weight normal;
	line-height: 22px;
	text-align: center;
}

.image_gallery
{
	width: 255px;
}

.image_gallery .image_shadow_middle
{
	margin-bottom: 17px;
}

.image_gallery .small_image
{
	overflow: hidden;
	float: left;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	padding: 4px;
	width: 114px;
	height: 63px;
	cursor:pointer;
}

.image_gallery .spacer {
	float: left;
	width: 7px;
	height: 63px;
}

.image_gallery .small_image,
.image_gallery .spacer
{
	margin-bottom: 7px;
}

.image_gallery .hidden
{
	display: none;
}

