BODY {
	background-color: #f4f6f1;
	background-image: url(../gfx/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	color: #575656;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
}

P, FORM {
	padding: 0px;
	margin: 0px;
}

input {
	color: #575656;
	font-family: Arial;
	font-size: 12px;
	outline: none;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 13px;
	color: #1a74b0;
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
}

h2 {
	padding: 0px;
	margin: 0px;
	color: #1a74b0;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.br {
	clear: both;
	height: 0px;
}

A {
	color: #1a74b0;
}

A:hover {
	color: #d9543d;
}

.image_shadow_top {
	background-image: url(../gfx/picture_frame_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 13px;
}

.image_shadow_middle {
	background-image: url(../gfx/picture_frame_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 255px;
}

.image_shadow_bottom {
	background-image: url(../gfx/picture_frame_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 19px;
	text-align: center;
}

#main {
	width: 970px;
	text-align: left;
}

#top {
	background-image: url(../gfx/top_container.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 327px;
}

#logo {
	float: left;
	padding-left: 15px;
	width: 199px;
	height: 40px;
}

#top_menu {
	float: left;

	width: 468px;
	height: 30px;
}

#top_menu a {
	float: right;
	dislay: block;
	background-image: url(../gfx/top_splitter.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 17px;
	padding-right: 16px;
	color: #575656;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
}

#contact_box a:hover {
	color: #a4a4a4;
	text-decoration: underline;
}

#search_box {
	float: left;
	background-image: url(../gfx/top_splitter.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
	width: 132px;
	height: 30px;
}

#search_box .box {
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #c3dfeb;
	padding-left: 4px;
	padding-top: 3px;
	width: 128px;
	height: 18px;
}

#search_box .button {
	float: left;
	background-color: transparent;
	background-image: url(../gfx/icon_search.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height: 15px;
	border: 0px;
	cursor: pointer;
}

#search_box .field {
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	width: 105px;
	color: #a5a5a5;
	font-size: 11px;
}

#login_box {
	float: left;
	overflow: hidden;
	background-image: url(../gfx/button_konsulent_login.png);
	background-position: 7px top;
	background-repeat: no-repeat;
	padding-left: 7px;
	width: 132px;
	height: 27px;
}

#flash {
	clear: both;
	overflow: hidden;
}

#flash, #flash iframe {
	width: 970px;
	height: 236px;
	background-color: transparent;
}

#menu {
	background-image: url(../gfx/top_menu.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 37px;
}

#menu #nav {
	float: left;
	text-align: left;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu #nav li {
	float: left;
	position: relative;
	z-index : 721;
}

#menu .menutekst {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
	line-height: 34px;
	color: #003ea6;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 34px;
}

#menu .menutekst:link, #menu .menutekst:visited, #menu .menutekst:active {
	color: #003ea6;
	text-decoration: none;
}

#menu #nav li:hover .menutekst {
	color: #ffffff;
	text-decoration: none;
}

#menu #nav li:hover .mentopcontainer {
	background-image: url(../gfx/top_menu_highlight_middle.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	cursor: pointer;
}

#menu #nav li:hover .mentopcontainer .menutop {
	background-image: url(../gfx/top_menu_highlight_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu #nav li:hover .mentopcontainer .menutop a,
#menu #nav li:hover .mentopcontainer .menutop span {
	display: block;
	background-image: url(../gfx/top_menu_highlight_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#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: #4299d4;
}

#menu .menulistitem {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	width: 160px;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}




.content {
	background-color: #ffffff;
	background-image: url(../gfx/content_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-bottom: 15px;
}

.section_left {
	float: left;
	padding-left: 15px;
	width: 653px;
}

.section_right {
	float: left;
	padding-left: 10px;
	width: 281px;
}

#frontpage .section_left {
	width: 655px;
}

#frontpage .section_right {
	padding-left: 12px;
}

#enews {
	background-image: url(../gfx/enews_box.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 48px;
	padding-bottom: 10px;
	height: 72px;
}

#enews .field {
	float: left;
	padding-left: 3px;
	padding-top: 8px;
	padding-right: 3px;
}

#enews .field, #enews .field input {
	width: 147px;
}

#enews .field input {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#enews .checkboxes {
	float: left;
	padding-left: 9px;
	width: 90px;
}

#enews .check_box {
	float: left;
	height: 16px;
}

#enews .check_box input {
	padding: 0px;
	margin: 0px;
	width: 15px;
	height: 15px;
}

#enews .label_box {
	float: left;
	overflow: hidden;
	padding-left: 5px;
	width: 65px;
	height: 16px;
	font-size: 11px;
	color: #ffffff;
}

#enews .buttoncontainer {
	float: left;
	padding-top: 5px;
	padding-left: 162px;	
}

#travel_offers, .text_ad {
	background-image: url(../gfx/traveloffer_box_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#travel_offers .top, .text_ad .top {
	background-image: url(../gfx/traveloffer_box_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#travel_offers .bottom, .text_ad .bottom {
	background-image: url(../gfx/traveloffer_box_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 9px;
}

#travel_offers .item, .text_ad .item {
	display: block;
	overflow: hidden;
	background-image: url(../gfx/traveloffer_box_splitter.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 17px;	
	width: 263px;
	cursor: pointer;
}

#travel_offers .item:hover, .text_ad .item:hover {
}

#travel_offers .item .image_box, .text_ad .item .image_box {
	float: left;
	overflow: hidden;
	background-image: url(../gfx/traveloffer_box_pictureframe.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-top: 6px;
	width: 93px;
	height: 87px;
	text-align: center;
}

#travel_offers .item .image_box .image, .text_ad .item .image_box .image {
	overflow: hidden;
	margin: 0px;
	width: 83px;
	height: 81px;
}

#travel_offers .item img, .text_ad .item img {
	border: 0px;
}

#travel_offers .item .text_box, .text_ad .item .text_box {
	float: left;
	overflow: hidden;
	padding-left: 4px;
	width: 160px;
}

#travel_offers h1, .text_ad h1 {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	color: #1a74b0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#travel_offers .text, .text_ad .text {
	overflow: hidden;
	padding-top: 5px;
	color: #575656;
	font-size: 11px;
	line-height: 15px;
}

#travel_offers .price_box, .text_ad .price_box {
	overflow: hidden;
	padding-top: 5px;
	color: #575656;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

#travel_offers .price, .text_ad .price {
	color: #ff7f01;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#travel_offers .item h1, #travel_offers .item:hover h1, .text_ad .item h1, .text_ad .item:hover h1 {
	color: #1a74b0;
}

#travel_offers .item .text, #travel_offers .item:hover .text,
#travel_offers .item .price_box, #travel_offers .item:hover .price_box {
	color: #575656;
}

.text_ad .item .text, .text_ad .item:hover .text,
.text_ad .item .price_box, .text_ad .item:hover .price_box {
	color: #575656;
}

.text_ad .item .price_box .price, .text_ad .item:hover .price_box .price {
	color: #ff7f01;
}

#travel_offers .item .price_box .price, #travel_offers .item:hover .price_box .price {
	color: #ff7f01;
}

.text_ad .item .price_box .price, .text_ad .item:hover .price_box .price {
	color: #ff7f01;
}

#travel_offers .item,
#travel_offers .item h1,
#travel_offers .item .text,
#travel_offers .item .price_box {
	text-decoration: none;
}

.text_ad .item,
.text_ad .item h1,
.text_ad .item h2,
.text_ad .item .text,
.text_ad .item .price_box {
	text-decoration: none;
}

#travel_offers .item a:hover,
#travel_offers .item a:hover h1,
#travel_offers .item a:hover .text,
#travel_offers .item a:hover .price_box {
	text-decoration: none;
}

.text_ad .item a:hover,
.text_ad .item a:hover h1,
.text_ad .item a:hover h2,
.text_ad .item a:hover .text,
.text_ad .item a:hover .price_box {
	text-decoration: none;
}

#travel_offers .all, .text_ad .all {
	padding-left: 9px;
}

#travel_offers .all .button, .text_ad .all .button {
	display: block;
	background-image: url(../gfx/traveloffer_box_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 98px;
	height: 22px;
	color: #4c4a4d;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

#travel_offers .all .button:hover, .text_ad .all .button:hover {
	color: #4c4a4d;
	text-decoration: none;
}




#teasers {
}

#teasers .vertical h1,
#cms #cms_box h1 {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	color: #1a74b0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#teasers .text,
#cms #cms_box .text {
	padding-top: 5px;
	color: #575656;
	font-size: 11px;
	line-height: 15px;
}

#teasers .link,
#cms #cms_box .link {
	padding-top: 5px;
	padding-left: 11px;
}

#teasers .link a,
#cms #cms_box .link a {
	color: #1a74b0;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

#teasers .link a:hover,
#cms #cms_box .link a:hover {
	color: #d9543d;
	text-decoration: none;
}

#cms .hspacer {
	float: left;
	width: 16px;
	height: 265px;
}

#teasers .vertical,
#cms #cms_box {
	float: left;
	overflow: hidden;
	background-image: url(../gfx/teaser_box_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 16px;
	width: 314px;
	height: 280px;
}

#teasers .vertical .image_box,
#cms #cms_box .image_box {
	overflow: hidden;
	width: 314px;	
	height: 159px;
	text-align: center;
}

#teasers .vertical .text_box,
#cms #cms_box .text_box {
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 8px;
}

#teasers .vertical h1,
#cms #cms_box h1 {
	height: 18px;
}

#teasers .vertical .text,
#cms #cms_box .text {
	overflow: hidden;
	padding-top: 5px;
	height: 60px;
}

#teasers .vspacer,
#cms .vspacer {
	float: left;
	background-image: url(../gfx/teaser_box_splitter.png);
	background-position: center top;
	background-repeat: repeat-y;
	width: 25px;
	height: 280px;
	margin-bottom: 6px;
}

#teasers .horizontal {
	float: left;
	background-image: url(../gfx/splitter.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 11px;
	margin-bottom: 16px;
	width: 653px;
}

#teasers .horizontal .image_box {
	float: left;
	width: 194px;
}

#teasers .horizontal .text_box {
	float: left;
	width: 451px;
	padding-left: 4px;
	padding-right: 4px;
}

#teasers .horizontal h1,
#teasers .horizontal .text,
#teasers .horizontal .link {
	padding-left: 8px;
	padding-right: 8px;
}

#teasers .horizontal .link a {
	display: block;
	float: left;
	background-image: url(../gfx/bullet2.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 11px;
	line-height: 15px;
}

/* ======================================= */

.cms_menu img {
	border: 0px;
}

.cms_menuheader {
	overflow: hidden;
	background-image: url(../gfx/cms_header.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 16px;
	height: 33px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}

.cms_menuitemlist {
	padding-left: 9px;
	padding-right: 9px;
}

.cms_menuitem {
	background-image: url(../gfx/cms_splitter.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 7px;
	color: #575656;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.cms_menuitem a {
	display: block;
	background-image: url(../gfx/bullet.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 11px;
}
.cms_menuitem, .cms_menuitem a {
	color: #575656;
	text-decoration: none;
}

.cms_menuitem a:hover {
	color: #1a74b0;
	text-decoration: none;
}

.cms_menuitem_selected, .cms_menuitem_selected a, .cms_menuitem_selected a:hover {
	color: #1a74b0;
	font-weight: bold;
	text-decoration: none;
}

.cms_menuitemlist_bottom {
	height: 20px;
}

.cms_menuitem_stars {
	padding-left: 12px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 6px;
}


#cms, #catalog, #traveloffer {
}

#cms .teaser .text_box {
	padding-top: 10px;
}

#cms .teaser .anonce {
	padding-bottom: 10px;
}

#cms .teaser .image_box {
	overflow: hidden;
	width: 655px;
}

#cms .teaser .image_box .spacer, #catalog .image_box .spacer {
	height: 20px;
}

#cms .teaser_splitter {
	height: 40px;
}

/* Section: top_with_big_image */

#cms .top_with_big_image,
#cms .image_rigth_side {
	float: left;
	clear: both;
	width: 655px;
	padding-bottom: 10px;
}

#cms .top_with_big_image .teaser .text_box {
	padding-top: 10px;
}

#cms .top_with_big_image .teaser .anonce {
	padding-bottom: 10px;
}

#cms .top_with_big_image .teaser .image_box {
	overflow: hidden;
	width: 655px;
}

#cms .top_with_big_image .teaser .image_box .spacer, #catalog .image_box .spacer {
	height: 20px;
}

#cms .top_with_big_image .teaser_splitter {
	border-top:thin dotted #999999;
	height:20px;
	margin-top:20px;
}

/* Section: image_rigth_side */
#cms .image_rigth_side .teaser .text_box {
	padding-top: 0;
	display: inline-block;
	padding-left: 8px;
	vertical-align: top;
	width: 440px;
}
#cms .image_rigth_side .teaser .text_box h1 {
	font-size: 18px;
	line-height: 14px;
	margin: 0;
}

#cms .image_rigth_side .teaser .anonce {
	padding-bottom: 10px;
}

#cms .image_rigth_side .teaser .image_box {
	overflow: hidden;
	width: 200px;
	display: inline-block;
}

#cms .image_rigth_side .teaser .image_box .resize {
	width: 200px;
	height: auto;
}

#cms .image_rigth_side .teaser .image_box .spacer, #catalog .image_box .spacer {
	height: 20px;
}

#cms .image_rigth_side .teaser_splitter {
	border-top:thin dotted #999999;
	height:20px;
	margin-top:20px;
}

#cms #cms_box .teaser_splitter {
	width: 100%;
	border-top:thin dotted #999999;
	height:20px;
	margin-top:20px;
}

/* Section END */

#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: 250px;
	border-top: 1px solid #e0e0e0;
}

#catalog .cms_facts .odd, #catalog .cms_facts .even {
	background-color: #efefef;
	color: #000000;
}

#catalog .cms_facts td {
	padding: 8px;
	border-bottom: 1px solid #e0e0e0;
}

#catalog .cms_facts .label {
	font-weight: bold;
}

#catalog .cms_facts .value {
	text-align: right;
}

#catalog .pricebox {
	padding-top: 40px; 
}

#catalog .pricebox thead td {
	font-weight: bold;
	border-bottom: solid black 1px;
	color: #1A74B0;
	font-size:14px;
}

#catalog .pricebox tbody td {
	padding-right: 20px;
}

#catalog .pricebox tbody td.header {
	font-weight:bold;
}

#traveloffer  {
	padding-left: 0px;
	padding-right: 0px;
}

#traveloffer #search_box {
	float: right;
	margin-bottom: 16px;
}

#traveloffer h1 {
	padding-left: 20px;
	margin-bottom: 5px;
}

#traveloffer strong {
	color: #1A74B0;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
}

.travelofferlist {
	margin-bottom: 30px;
}

.travelofferlist td {
	vertical-align: top;
}

.travelofferlist td.header {
	background-image: url(../gfx/traveloffer_bar.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 20px;
	haight: 31px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}

.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: #1A74B0;
	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: #1A74B0;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
}

.travelofferlist .travelofferlist_read_more_link a:hover {
	color: #bd4075;
}

.travelofferlist td img {
	margin-top: 20px;
	margin-right: 20px;
}

.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: 26px;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}

.tm_table2 a, .traveloffer_detail_td_header a {
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 26px;
	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;
}

#bottom {
	overflow: hidden;
	background-image: url(../gfx/bottom.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-top: 7px;
	height: 70px;
	color: #5f5c53;
	font-size: 11px;
	line-height: 15px;
}

#bottom a, #bottom a:hover {
	color: #1A74B0;
	text-decoration: underline;
}

#bottom .section1,
#bottom .section2,
#bottom .section3 {
	float: left;
	background-image: url(../gfx/bottom_splitter.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 12px;
	padding-right: 19px;
	height: 50px;
}

#bottom .section1 {
	width: 140px;
}

#bottom .section2 {
	width: 147px;
}

#bottom .section3 {
	width: 130px;
}

#bottom .section4 {
	float: left;
	padding-left: 232px;
	padding-top: 12px;
	padding-right: 18px;
	width: 192px;
	height: 50px;
}


#tmi {
	padding-right: 10px;
	text-align: right;
}
.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_page
{
	padding-left: 15px;
	padding-right: 15px;
}

.catalogue_content tr.catalogue_skift1 td,
.catalogue_content tr.catalogue_skift2 td {
	border-bottom: solid #CDCDCD 1px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.catalogue_content td.checkboxcontainer {
	width: 25px;
}

.catalogue_content td.catalogueimage {
	width: 200px;
}

.catalogue_content td.cataloguedescription {
	width: 352px;
}

.catalogue_content table.contactinfo {
	padding-top: 40px;
}
/* SEARCH RESULT PAGE - START */
#search_result {
	padding-left: 15px;
	padding-right: 15px;
}

#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 */ 

#travelofferButtonContainer {
	float: left;
	height: 40px;
}

#travelofferButtonContainer .buttonContainer,
#travelofferButtonContainer .buttonContainer *{
	height: 25px;
	float: left;
}

#travelofferButtonContainer .buttonContainer {
	padding-right: 20px;
	padding-top: 10px;
	height: 45px;
}

#travelofferButtonContainer .buttonContainer .button_middle {
	background-image: url('http://tmcomponents.travelmarket.com/customers/standard/Traveloffer/button_middle.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

#travelofferButtonContainer .buttonContainer .button_left {
	padding-left: 20px;
	background-image: url('http://tmcomponents.travelmarket.com/customers/standard/Traveloffer/button_left.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#travelofferButtonContainer .buttonContainer .button_right {
	padding-right: 20px;
	background-image: url('http://tmcomponents.travelmarket.com/customers/standard/Traveloffer/button_right.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#travelofferButtonContainer .buttonContainer a, 
#travelofferButtonContainer .buttonContainer a:hover {
	text-decoration: none;
	line-height: 25px;
}  

#travelofferButtonContainer .buttonContainer a {
	color: #434343;
}

#travelofferButtonContainer .buttonContainer a:hover {
	color: #767676;
}
