/*
All CSS for: http://www.moebel.de/
Table of Contents:

   1. http://www.moebel.de/assets/ddcolortabs.css
   2. http://www.moebel.de/css/subModal.css
   3. http://www.moebel.de/css/moebel.de.css
   4. http://www.moebel.de/css/ajax.search.css
   5. http://www.moebel.de/css/contentslider.css	*
   6. http://www.moebel.de/images/loader.css
   7. inline style blocks
   8. http://www.moebel.de/buylook/buylook.css
   9. http://www.moebel.de/buylook/moedel.css
   10.http://www.moebel.de/buylook/raum.css

*/

/******************************************* http://www.moebel.de/assets/ddcolortabs.css *********************************/
a.blue_box_title_link:link {color:#ffffff;font-family:verdana;font-size:17px;font-weight:bold;text-decoration:none;}
a.blue_box_title_link:visited {color:#ffffff;font-family:verdana;font-size:17px;font-weight:bold;text-decoration:none;}
a.blue_box_title_link:hover {color:#ffffff;font-family:verdana;font-size:17px;font-weight:bold;text-decoration:none;}
a.blue_box_title_link:active {color:#ffffff;font-family:verdana;font-size:17px;font-weight:bold;text-decoration:none;}

.blue_box_title{
color:#ffffff;font-family:verdana;font-size:17px;font-weight:bold;text-decoration:none;
}
.blue_box_text{
color:#ffffff;font-family:verdana;font-size:11px;font-weight:500;text-decoration:none;
}
.blue_box_text_bold{
color:#ffffff;font-family:verdana;font-size:11px;font-weight:700;text-decoration:none;
}

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
font-family:  Verdana; font-size: 10px; color: #000000; text-decoration: none; font-weight: bold;
}
/* ######### TEST ######### */
.ddcolortabs a{ 
font-family:  Verdana; font-size: 10px; color: #000000; text-decoration: none; font-weight: bold;
}

.ddcolortabs a:hover{
font-family:  Verdana; font-size: 10px; color: #ffffff; text-decoration: none; font-weight: bold;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0px;
border: 0px solid black; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font-family:  Verdana; font-size: 10px; color: #ffffff; text-decoration: none; font-weight: bold;
line-height:26px;
z-index:100;
width: 150px;
visibility: hidden;
padding-top: 0px;
padding-left: 0px;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
text-decoration: none;
font-family:  Verdana; font-size: 10px; color: #ffffff; text-decoration: none; font-weight: bold;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
font-family:  Verdana; font-size: 10px; color: #000000; text-decoration: none; font-weight: bold;
border-top: 0 solid #678b3f;
}

.br {background: url(roundedcorners.png) 100% 100% no-repeat}

/* removed OVERFLOW: hidden; by parry on dec 15 for home page firefox problem */
.box_icon {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; POSITION: relative;
}

.h_icon_position {
	WIDTH: 21px; POSITION: absolute; BOTTOM: 0px; HEIGHT: 20px;RIGHT: -1px;
}

.display_plus_icon {
	BACKGROUND: url(../images/plus.gif) no-repeat 0px 0px;
}

.display_minus_icon {
	BACKGROUND: url(../images/minus.gif) no-repeat 0px 0px;
}

.display_curve_index_icon {
	BACKGROUND: url(../images/curve_index.gif) no-repeat 0px 0px;
}

.h_icon_position_index {
	WIDTH: 18px; POSITION: absolute; HEIGHT: 15px;RIGHT: 0px;BOTTOM: 0px;
}

.h_icon_position_index_ie6 {
	WIDTH: 18px; POSITION: absolute; HEIGHT: 15px;RIGHT: 0px;BOTTOM: -5px;
}

.h_icon_position_index_rect_small {
	WIDTH: 18px; POSITION: absolute; HEIGHT: 15px;RIGHT: 0px;BOTTOM: 0px;
}

.h_icon_position_index_rect_small_ie6 {
	WIDTH: 18px; POSITION: absolute; HEIGHT: 15px;RIGHT: 0px;BOTTOM: -4px;
}


/***************************************** http://www.moebel.de/css/subModal.css ******************************************/

/**
 * POPUP CONTAINER STYLES
 */
.popupMaskForTD {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #E34D00;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("../images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}

#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #E34D00;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("../images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #E34D00;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #E34D00;
	color: #ffffff;
	font-weight: bold;
	height: 0px;
	padding: 0px;
	border-bottom: 2px solid #E34D00;
	border-top: 0px solid #E34D00;
	border-left: 1px solid #E34D00;
	border-right: 1px solid #E34D00;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

.tblhighlight a:hover{
	background-color:#e8f4f7;
}

.bold {font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold;}


.outline{font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;}

.label{font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;}

.inp {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 400;
	color: #766A62;
	background-color: #ffffff;
	background-image: url(../images/input-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;}


	.inpn {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 400;
	color: #766A62;
	background-color: #ffffff;
/*	background-image: url(../images/inputn-bg.gif); */
	background-repeat: repeat-x;
	border: 1px solid #A5ACB2;
	padding: 2px 2px 2px 2px;}

a.llink_sub:link {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: normal;}
a.llink_sub:visited {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: normal;}
a.llink_sub:hover {font-family: Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: normal;}
a.llink_sub:active {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: normal;}

a.llink_close:link {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: bold;}
a.llink_close:visited {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: bold;}
a.llink_close:hover {font-family: Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: bold;}
a.llink_close:active {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: bold;}

/* Forward page to friend */

#send_to_friend {font-family:Verdana; font-size:11px; color:#fff; width:550px; border-collapse:collapse; padding:0px; margin:0px;}
#emailsenddiv {padding:0px; margin:0px;}
#stf_head {height:41px; background:url(/images/send_page_to_friend_head_bg.gif) repeat-x;}
	#stf_head h1 {color:#fff; float:left; font-size:14px; padding:5px;}
	#stf_head #stf_closelink a {color:#fff; float:right; font-weight:bold; padding:2px 5px;}

#stf_content {border:0px solid #e34d00; padding:10px; color:#766a62; background-color:#fff; margin-top:0px;}
	#stf_heading {margin-bottom:20px;}
	#stf_image {margin:0px 20px;}
	#stf_title, #stf_description, #stf_partnerlink {}
	#stf_title {}
	#stf_title a, #stf_price a {font-weight:bold; font-size:1.1em;}
	#stf_description {margin-top:10px;}
	#stf_partnerlink, #stf_price {}
	#stf_partnerlink {float:left;}
	#stf_price {display:block; text-align:right;}

	.stf_footer {padding:10px;}
	#stf_reqfields {padding-left:10px;}
	#stf_submit {}

	#stf_success {display:block; font-size:1.2em; font-weight:bold; text-align:center; padding:20px;}
#stf_form {background:url(/images/send_page_to_friend_foot_bg.gif) repeat-x; padding:5px 0; color:#fff;}
#stf_form_left {width:60%; padding:10px; vertical-align:top;}
#stf_form_right {width:40%; padding:10px; vertical-align:top;}
#stf_form_left input, #stf_form_right input {margin-bottom:10px;}
#stf_form label, #stf_form input, #stf_form textarea {display:block;}
#stf_form_label {margin:5px 0px;}
#stf_form_friends_email_msg {font-size:10px;}
.orange {background-color:#e34d00; color:#fff;}
.forward_page_heading{
color: #E34D00; text-decoration: none; font-weight: bold;
}

.forward_page_sub_heading{
font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;padding-top:10px;padding-bottom:10px;
}

#mf_big {padding:5px 5px; margin:0em;width: 730px; height: 90px; align:left }

.popupMaskForLoading {
	position: absolute;
	z-index: 1000;
	width: 780px;
	height: 950px;
	opacity: .5;
	filter: alpha(opacity=50);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #FFFFFF;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("../images/maskBGWhite.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	text-align:center;
	padding-top:50px;
}

.popupMaskForLoading24 {
	position: absolute;
	z-index: 1000;
	width: 780px;
	height: 1900px;
	opacity: .5;
	filter: alpha(opacity=50);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #FFFFFF;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("../images/maskBGWhite.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	text-align:center;
	padding-top:50px;
}

.popupMaskForLoading36 {
	position: absolute;
	z-index: 1000;
	width: 780px;
	height: 2800px;
	opacity: .5;
	filter: alpha(opacity=50);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #FFFFFF;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("../images/maskBGWhite.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	text-align:center;
	padding-top:50px;
}


.popupMaskForLoading2 {
	display:none;
}

.top_br 
{
border: solid 2px #cccccc;
}

.left_br
{
border-right: solid 2px #dfcdb4;
}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 480px; /*width of featured content slider*/
height: 224px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #BEB9AF;
width: 480px; 

/*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 480px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;

}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;

}

.nav_txt{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; font-weight:bold;}
.nav_txt a{color:#fff; text-decoration:none;}
.nav_txt a:hover{color:#000; text-decoration:none;}

ul.nav_txt1 { padding:0; margin:0; list-style:none;}
ul.nav_txt1 li{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#616161; float:left; width:92px; text-align:center; }
ul.nav_txt1 li a{color:#616161; text-decoration:none; display:block; background-color:#F2F2F2; line-height:23px; background-image:url(../images/nav1.gif); background-repeat:no-repeat; background-position:right; padding:0 0 0 0px; }
ul.nav_txt1 li a:hover{color:#616161; text-decoration:none; background-color:#ffffff; line-height:23px; background-image: url(../images/nav_hover.gif); background-repeat:no-repeat; background-position:right; border-bottom:0;}
ul.nav_txt1 li a:active{color:#616161; text-decoration:none; background-color:#ffffff; background-image: url(../images/nav_hover.gif); background-repeat:no-repeat; background-position:right; font-weight:bold;}
ul.nav_txt1 li a.selected{color:#616161; text-decoration:none; background-color:#ffffff; background-image: url(../images/nav_hover1.gif); background-repeat:no-repeat; background-position:right; font-weight:bold;}
ul.nav_txt1 li a.selected1{color:#616161; text-decoration:none; background-color:#ffffff; background-image: url(../images/nav.gif); background-repeat:no-repeat; background-position:right; font-weight:normal;}
ul.nav_txt1 li a.selected1:hover{color:#616161; text-decoration:none; background-color:#ffffff; background-image: url(../images/nav_hover.gif); background-repeat:no-repeat; background-position:right; font-weight:normal;}


html{border:0;}body,img,div,form,p,ul,ol,li,h1,h2,h3,h4,h5,fieldset{margin:0;border:0;padding:0;}
.search-refiner-item .search-refiner-reset,.retailer-header a{position:absolute;top:9px;right:9px;color:#666;font-size:.82em;}.search-refiner-item .search-refiner-reset:hover{color:#459FDA;}.search-refiner-item-content .form-item{position:relative;padding:0 20px 0 30px;margin:1.1em 0 1.2em;}.search-refiner-item-content .special-offers{position:relative;padding:0 5px 0 30px;}.search-refiner-item-content .form-item input.checkbox{position:absolute;top:2px;left:9px;}.search-refiner-item-content .form-item label .small-3d{margin:0 .25em;vertical-align:middle;}.list-scrollable{height:8.69em;overflow:auto;}.list-scrollable li{display:block;padding-left:27px;line-height:1.71;white-space:nowrap;overflow:hidden;background:url(../images/list-scrollable-item-bg.png) 5px -24px no-repeat;cursor:pointer;}.list-scrollable li:hover,.list-scrollable li.list-scrollable-hover{background-color:#fafafa;}.list-scrollable li.list-scrollable-disabled{display:none;cursor:default;}.list-scrollable li.list-scrollable-selected{background-position:5px 1px;background-color:#459fda;}.search-refiner-item .list-scrollable li{text-transform:capitalize;}.list-scrollable li a,.list-scrollable li:hover a,.list-scrollable li.list-scrollable-hover a{color:#333;text-decoration:none;}.search-refiner-item .list-scrollable .all-retailers{background-color:#fafafa;border-top:1px solid #dbdbdb;padding-left:10px;text-transform:none;background-image:none;}.search-refiner-colors{height:auto;border:none;width:156px;margin:7px 9px 9px;border:1px solid #ccc;}.search-refiner-colors li{padding:0;margin:0;line-height:normal;font-size:0;border:none;width:13px;height:13px;float:left;background:#f5f5f5;}.search-refiner-colors li a{display:block;width:13px;height:13px;background:#f5f5f5 url(../images/facet-color-bg-13.gif) 0 -15px no-repeat;}.search-refiner-colors li:hover,.search-refiner-colors li.list-scrollable-hover{background:#f5f5f5;}.search-refiner-colors li.list-scrollable-disabled{display:block;}.search-refiner-colors li.list-scrollable-disabled a{display:none;}.search-refiner-colors li.list-scrollable-selected a{background-position:0 0;}

/***************************************** http://www.moebel.de/css/moebel.de.css *************************************************/

.fbutton {font: 11px Verdana, Arial, Helvetica, sans-serif;font-weight:bold;color: #333333;background-color: #d8d8d8;}
.fselect {font: 11px Verdana, Arial, Helvetica, sans-serif;font-weight:normal;color: #333333;border: #9ABCFE 1px solid;background-color: #ffffff	;}
.ftext {font: 11px Verdana, Arial, Helvetica, sans-serif;font-weight:normal;color: #333333; ackground-color: #ffffff	;}

.infotextFett {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #555521}
.infotextFett a:active {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600; color: #515100; text-decoration: underline}
.infotextFett a:hover {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600; color: #515100; text-decoration: underline}
.infotextFett a:visited {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600; color: #515100; text-decoration: underline}
.infotextFett a:link {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600; color: #515100; text-decoration: underline}

.infotextNormal {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #555521 ; text-decoration: none}
.infotextNormal a:active {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600; color: #515100; text-decoration: none}
.infotextNormal a:hover {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600; color: #515100; text-decoration: none}
.infotextNormal a:visited {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600; color: #515100; text-decoration: none}
.infotextNormal a:link {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600; color: #515100; text-decoration: none}

.fliesstextFett {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555521}
.fliesstextFett a:active {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.fliesstextFett a:hover {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.fliesstextFett a:visited {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.fliesstextFett a:link {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}

.fliesstext2Fett {  font-family: Tahoma, Arial, Verdana,Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555521}
.fliesstext2Fett a:active {  font-family: Tahoma, Arial, Verdana,Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.fliesstext2Fett a:hover {  font-family: Tahoma, Arial, Verdana,Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.fliesstext2Fett a:visited {  font-family: Tahoma, Arial, Verdana,Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.fliesstext2Fett a:link {  font-family: Tahoma, Arial, Verdana,Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}

.headnavi {  font-family: Tahoma, Arial, Verdana,Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #555521}
.headnavi a:active {  font-family: Tahoma, Arial, Verdana,Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #515100; text-decoration: underline}
.headnavi a:hover {  font-family: Tahoma, Arial, Verdana,Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #515100; text-decoration: underline}
.headnavi a:visited {  font-family: Tahoma, Arial, Verdana,Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #515100; text-decoration: underline}
.headnavi a:link {  font-family: Tahoma, Arial, Verdana,Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #515100; text-decoration: underline}

.headline2 {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555521}
.headline2 a:active {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.headline2 a:hover {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.headline2 a:visited {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.headline2 a:link {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}

.fliesstext { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515100 }
.fliesstext a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515100; text-decoration: underline }
.fliesstext a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515100; text-decoration: underline }
.fliesstext a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515100; text-decoration: underline }
.fliesstext a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515100; text-decoration: underline }

.fliesstext2 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #646168 }
.fliesstext2 a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #646168; text-decoration: underline }
.fliesstext2 a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #646168; text-decoration: underline }
.fliesstext2 a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #646168; text-decoration: underline }
.fliesstext2 a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #646168; text-decoration: underline }


.normal1 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515100 }
.normal1 a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515100; text-decoration: underline }
.normal1 a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515100; text-decoration: underline }
.normal1 a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515100; text-decoration: underline }
.normal1 a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #515100; text-decoration: underline }


.headline { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #BC3555; font-weight: bold}
.headline a:active { font-size: 11px; color: #BC3555; font-weight: bold}
.headline a:hover { font-size: 11px; color: #BC3555; font-weight: bold}
.headline a:visited { font-size: 11px; color: #BC3555; font-weight: bold}
.headline a:link { font-size: 11px; color: #BC3555; font-weight: bold}

.headlinegross { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555; font-weight: bold }
.fliesstextFettWeiss { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #FFFFFF}
.headlinegrossGrun { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #555521; font-weight: bolder}

.headlinegruen { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #555521; font-weight: bold }

.angebot { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #5D564B}

.angebotheadline { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #5D564B ; font-weight: bold; text-decoration: underline }
.angebotheadline a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #5D564B ; font-weight: bold; text-decoration: underline }
.angebotheadline a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #5D564B ; font-weight: bold; text-decoration: underline }
.angebotheadline a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #5D564B ; font-weight: bold; text-decoration: underline }
.angebotheadline a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #5D564B ; font-weight: bold; text-decoration: underline }

.angebotpreis { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #5D564B ; font-weight: bold }
.normal2 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #BC3555}

.fliesstextcount {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555521}
.fliesstextcount a:active {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555521; text-decoration: underline}
.fliesstextcount a:hover {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555521; text-decoration: underline}
.fliesstextcount a:visited {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555521; text-decoration: underline}
.fliesstextcount a:link {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555521; text-decoration: underline}

.title { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #5D564B ; font-weight: bold; text-decoration: none }
.title a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #5D564B ; font-weight: bold; text-decoration: none }
.title a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #5D564B ; font-weight: bold; text-decoration: none }
.title a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #5D564B ; font-weight: bold; text-decoration: none }
.title a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #5D564B ; font-weight: bold; text-decoration: none }

.title1 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #5D564B ; font-weight: bold; text-decoration: none }
.title1 a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #5D564B ; font-weight: bold; text-decoration: none }
.title1 a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #5D564B ; font-weight: bold; text-decoration: none }
.title1 a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #5D564B ; font-weight: bold; text-decoration: none }
.title1 a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #5D564B ; font-weight: bold; text-decoration: none }

.title2 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.title2 a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.title2 a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.title2 a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.title2 a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #BC3555 ; font-weight: bold; text-decoration: none }

.title3 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.title3 a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.title3 a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.title3 a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.title3 a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555 ; font-weight: bold; text-decoration: none }

.orderinfo { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 7px; color: #ffffff ; font-weight: normal; text-decoration: none }

.betrag1 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #515100 }
.betrag1 a:active { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #515100; text-decoration: underline }
.betrag1 a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #515100; text-decoration: underline }
.betrag1 a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #515100; text-decoration: underline }
.betrag1 a:link { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #515100; text-decoration: underline }


.adress { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none }
.adress a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none }
.adress a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none }
.adress a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none }
.adress a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none }

.copyright { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #515100 }

.small1 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #515100 }
.small1 a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #515100; text-decoration: underline }
.small1 a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #515100; text-decoration: underline }
.small1 a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #515100; text-decoration: underline }
.small1 a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #515100; text-decoration: underline }


.preisbig { font-family: Arial, Helvetica, sans-serif; font-size: 28px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.preisgross { font-family: Arial, Helvetica, sans-serif; font-size: 23px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.preismittel { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.preisklein { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #BC3555 ; font-weight: bold; text-decoration: none }
.preismini { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #BC3555 ; font-weight: bold; text-decoration: none }

.normalschwarz { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333 }
.normalschwarz a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: underline }
.normalschwarz a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: underline }
.normalschwarz a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: underline }
.normalschwarz a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: underline }

.kleinschwarz { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #333333 ; font-weight: normal; text-decoration: none }
.kleinschwarz a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #333333; text-decoration: underline }
.kleinschwarz a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #333333; text-decoration: underline }
.kleinschwarz a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #333333; text-decoration: underline }
.kleinschwarz a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #333333; text-decoration: underline }

.normalweiss { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff ; font-weight: normal; text-decoration: none }
.normalweiss a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: underline }
.normalweiss a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: underline }
.normalweiss a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: underline }
.normalweiss a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-decoration: underline }

.normal2weiss { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff ; font-weight: normal; text-decoration: none }
.normal2weiss a:active { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; text-decoration: underline }
.normal2weiss a:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; text-decoration: underline }
.normal2weiss a:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; text-decoration: underline }
.normal2weiss a:link { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; text-decoration: underline }

.advent { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555; font-weight: bold }
.advent a:active { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555; text-decoration: none ; font-weight: bold}
.advent a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555; text-decoration: none ; font-weight: bold}
.advent a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555; text-decoration: none ; font-weight: bold}
.advent a:link { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #BC3555; text-decoration: none ; font-weight: bold}

.goLink {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #ECEAC8 ; text-decoration: none}
.goLink a:active {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #ECEAC8; text-decoration: none}
.goLink a:hover {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #ECEAC8; text-decoration: none}
.goLink a:visited {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #ECEAC8; text-decoration: none}
.goLink a:link {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #ECEAC8; text-decoration: none}

.normal3 { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 16px; color: blue }
.normal3 a:active { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 16px; color: blue; text-decoration: underline }
.normal3 a:hover { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 16px; color: blue; text-decoration: underline }
.normal3 a:visited { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 16px; color: blue; text-decoration: underline }
.normal3 a:link { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 16px; color: blue; text-decoration: underline }

.normal4 { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #333333 }
.normal4 a:active { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none}
.normal4 a:hover { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none}
.normal4 a:visited { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none}
.normal4 a:link { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none}

.normal5 { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #7e7e7e }
.normal5 a:active { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #7e7e7e; text-decoration: none}
.normal5 a:hover { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #7e7e7e; text-decoration: none}
.normal5 a:visited { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #7e7e7e; text-decoration: none}
.normal5 a:link { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #7e7e7e; text-decoration: none}

.normal6 { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: blue }
.normal6 a:active { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: blue; text-decoration: none}
.normal6 a:hover { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: blue; text-decoration: none}
.normal6 a:visited { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: blue; text-decoration: none}
.normal6 a:link { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: blue; text-decoration: none}

.normal7 { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: blue }
.normal7 a:active { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: blue; text-decoration: underline }
.normal7 a:hover { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: blue; text-decoration: underline }
.normal7 a:visited { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: blue; text-decoration: underline }
.normal7 a:link { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: blue; text-decoration: underline }


.contentHead {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #555521}
.contentHead a:active {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 600; color: #515100; text-decoration: underline}
.contentHead a:hover {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 600; color: #515100; text-decoration: underline}
.contentHead a:visited {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 600; color: #515100; text-decoration: underline}
.contentHead a:link {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 600; color: #515100; text-decoration: underline}

.contentTitel {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #555521}
.contentTitel a:active {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.contentTitel a:hover {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.contentTitel a:visited {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.contentTitel a:link {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}

.contentText {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #555521}
.contentText a:active {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.contentText a:hover {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.contentText a:visited {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}
.contentText a:link {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; color: #515100; text-decoration: underline}

.wmCountdown {  font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #ffff66}

/*********************************	http://www.moebel.de/css/ajax.search.css 	****************************/

	.suggest_link {
		font-family: Verdana;
		font-size:10px;
		background-color: #ECD4C6;
		padding: 2px 5px 2px 5px;
	}
	.suggest_link_over {
		font-family: Verdana;
		font-size:10px;
		background-color: #DD4814;
		color:#FFFFFF;
		padding: 2px 5px 2px 5px;
		cursor:pointer;
	}
	#search_suggest {
		font-family: Verdana;
		font-size:10px;
		position: absolute;
		background-color: #ECD4C6;
		text-align: left;
		border: 1px solid #DD4814;
		visibility : hidden;
		color: #333333;		
		width:250px;
		z-index: 100;
	}


/*---------- new suggestion box ---------------*/

#ysearchmod {
position:relative;
padding:0;
}

#ysearchautocomplete {
position:relative;
width:250px;
margin:0;
}


#ysearchcontainer {
font-family: Verdana;
font-size:10px;
position:absolute;
width:166px;
border:0px solid #DD4814;
background:#FFFFFF;
z-index:9050;
float:left;
text-align:left;
}

#ysearchcontainer .yui-ac-shadow {
position:absolute;
background:#F2F2F2;
z-index:9049;
margin:.3em;
}

#ysearchcontainer ul {
margin:1px 0px 0px 0px;
padding:0px 0px 0px 0px;
list-style:none;
}

#ysearchcontainer li {
cursor:pointer;
white-space:nowrap;
list-style:none;
margin:0px 0px 0px 0px;
padding:0px 0px 5px 5px;
font-family: Verdana;
font-size:11px;
color:#766A62;
}

#ysearchcontainer li.yui-ac-highlight {
background:#B2B4C0;
list-style:none;
margin:0px 0px 5px 0px;
padding:0px 0px 0px 5px;
}

/*********************	http://www.moebel.de/css/contentslider.css ***************************/



/******************** http://www.moebel.de/images/loader.css *****************************/

h1, h2, h3 {
	padding:0;
	margin:0
}
h1 {
	font-size:14px
}
h2, h3 {
	font-size:13px
}
.Heading1{
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
}
.Heading2{
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:bold;
}


#interface1 {
	z-index:1;
}
#loader_container {text-align:center;position:absolute;top:40%;width:100%}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}

.title_h2 {
 width:300px;
 padding:12px 0 0 18px;
}

.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}
#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}


/************************** Inline BLock ***************************************/

.style1 {color: #999999;}
.iframe_top {position: absolute;display: none;margin: 2px 0 0 -11px;width: 208px;}

BODY {
	MARGIN-left: 0px;
	MARGIN-top: 0px;
	MARGIN-right: 0px;
	MARGIN-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat : repeat-y;
}

/*
background-color: #E7EFF3;
background-image: url(/images/content_bg.jpg);
*/


.sublink {font-family:  Verdana; font-size: 10px; color: #000000; text-decoration: none; font-weight: 400;}
.sublink:hover {font-family: verdana; font-size: 10px; color: #DE511F; text-decoration: underline; font-weight: 400;}

.gtext {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 700; text-align:right;}
.gntext {float: left; font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
.anm {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: 400;}
.anm:hover {font-family: verdana; font-size: 11px; color: #DE511F; text-decoration: none; font-weight: 400;}

 .inp {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 400;
	color: #766A62;
	background-color: #ffffff;
	background-image: url(../images/input-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;} 
	
	    
	.inpn {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 400;
	color: #766A62;
	background-color: #ffffff;
	background-image: url(../images/inputn-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #A5ACB2;
	padding: 2px 2px 2px 2px;}       


.selecttext {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 400;
	color: #766A62;
	text-decoration: none;
	background:#ffffff;
	border:1px solid #cccccc ;
	background-image: url(../images/input-bg.gif);
	background-repeat: repeat-x;
}
.coma {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: normal;}
.llink {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none ; font-weight: normal;}
.llink:hover {font-family: Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: normal;}
.llink_selected {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none ; font-weight: 700;}
.llink_selected:hover {font-family: Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: 700;}
.rtext {font-family:  Verdana; font-size: 11px; color: #636363 text-decoration: none; font-weight: 700;}/*E34D00*/
.rtext:link {font-family:  Verdana; font-size: 11px; color: #ff0000 text-decoration: none; font-weight: 700;}/*E34D00*/
.rtext:hover {font-family:  Verdana; font-size: 11px; color: #ff0000 text-decoration: underline; font-weight: 700;}/*E34D00*/
.llink_filter {font-family:  Verdana; font-size: 11px; color: #636363; text-decoration: none ; font-weight: 700;}
.llink_filter:hover {font-family: Verdana; font-size: 11px; color: #636363; text-decoration: underline; font-weight: 700;}
.nlink {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: non; font-weight: normal;}
.dellink {font-family:  arial; font-size: 10px; color: #7c7c7c; text-decoration: none ; font-weight: normal;}
.dellink:hover {font-family: arial; font-size: 10px; color: #E34D00; text-decoration: underline; font-weight: normal;}
.dellink_selected {font-family:  arial; font-size: 10px; color: #E34D00; text-decoration: none ; font-weight: 700;}
.dellink_selected:hover {font-family: arial; font-size: 10px; color: #E34D00; text-decoration: underline; font-weight: 700;}

.comas {font-family:  Verdana; font-size: 9px; color: #766A62; text-decoration: none; font-weight: normal;}
.rbtext {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: underline; font-weight: 700;}
.blink {font-family:  Verdana; font-size: 9px; color: #616161; text-decoration: underline; font-weight: normal; text-indent:12px;}
.blink:hover {font-family: Verdana; font-size: 9px; color: #E34D00; text-decoration: none; font-weight: normal;}
.copyr {font-family:  Verdana; font-size: 11px; color: #666666; text-decoration: none; font-weight: 400;}
.bslink {font-family:  Verdana; font-size: 11px; color: #666666; text-decoration: underline; font-weight: normal;}
.bslink:hover {font-family: Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: normal;}

.rbg{background-image: url(../images/topo_bg.gif); background-repeat: no-repeat;}
.rbg2{background-image: url(../images/topo2.gif); background-repeat: no-repeat;}
.rtbg{background-image: url(../images/r_bg.gif); background-repeat: repeat-x;}

.rctext {font-family:  Verdana; font-size: 11px; color: #ffffff; text-decoration: none; font-weight: 700; text-indent:7px;}
.rred {font-family:  Verdana; font-size: 11px; color: #DD4814; text-decoration: none; font-weight: 700; text-indent:7px;}
.rblack {font-family:  Verdana; font-size: 10px; color: #000000; text-decoration: none; font-weight: 400; text-indent:7px;}

.rtbg2{background-image: url(../images/r_bg2.gif); background-repeat: repeat-x;}
.rtbg3{background-image: url(../images/r_bg3.gif); background-repeat: repeat-x;}
.rblackb {font-family:  Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: 400; text-indent:7px;}

.rblink {font-family:  Verdana; font-size: 9px; color: #766A62; text-decoration: underline; font-weight: normal; text-indent:7px;}
.rblink:hover {font-family: Verdana; font-size: 9px; color: #E34D00; text-decoration: none; font-weight: normal;}

.rbglink {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight:700; text-indent:20px; }
.rbglink:hover {font-family: Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 700;}


.top_bg{background-image: url(../images/top.gif); background-repeat: no-repeat;}
.top_bg_grey{background-image: url(../images/top_grey.gif); background-repeat: no-repeat;}
.ser_bg{background-image: url(../images/grye_bg.gif); background-repeat: repeat-x;}

.news_bg{background-image: url(../images/newsl_bg.gif); background-repeat: no-repeat;}


.center_main_table { border: 1px solid #E34D00; }
.table_heading_tab{font-family:  Verdana; font-size: 11px; color: #ffffff; text-decoration: none; font-weight: 700;
padding-left: 2px;
}


.auction_button:link{
display: block;
background-color: transparent;
background-image: url(../images/auction_button.gif);
background-repeat: no-repeat;
width: 84px;
height: 16px;
padding: 1px 0 0 0;
text-align:center;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
position: relative;
float:right;
}

.auction_button:visited{
display: block;
background-color: transparent;
background-image: url(../images/auction_button.gif);
background-repeat: no-repeat;
width: 84px;
height: 16px;
padding: 1px 0 0 0;
text-align:center;
padding: 1px 0 0 0;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
position: relative;
float:right;
}

.auction_button:hover{
display: block;
background-color: transparent;
background-image: url(../images/auction_button.gif);
background-repeat: no-repeat;
width: 84px;
height: 16px;
text-align:center;
padding: 1px 0 0 0;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
position: relative;
float:right;
}

.auction_button:active{
display: block;
position: relative;
float:right;
background-color: transparent;
background-image: url(../images/auction_button.gif);
background-repeat: no-repeat;
width: 84px;
height: 16px;
text-align:center;
padding: 1px 0 0 0;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
}

.auction_button_big:link{
display: block;
background-color: transparent;
background-image: url(../images/auction_button_big.gif);
background-repeat: no-repeat;
width: 170px;
height: 16px;
padding: 1px 0 0 0;
text-align:center;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
position: relative;
float:right;
}

.auction_button_big:visited{
display: block;
background-color: transparent;
background-image: url(../images/auction_button_big.gif);
background-repeat: no-repeat;
width: 170px;
height: 16px;
margin: 5px auto;
text-align:center;
padding: 1px 0 0 0;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
position: relative;
float:right;
}

.auction_button_big:hover{
display: block;
background-color: transparent;
background-image: url(../images/auction_button_big.gif);
background-repeat: no-repeat;
width: 170px;
height: 16px;
margin: 5px auto;
text-align:center;
padding: 1px 0 0 0;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
position: relative;
float:right;
}

.auction_button_big:active{
display: block;
position: relative;
float:right;
background-color: transparent;
background-image: url(../images/auction_button_big.gif);
background-repeat: no-repeat;
width: 170px;
height: 16px;
margin: 5px auto;
text-align:center;
padding: 1px 0 0 0;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
}



a.auctionLink:link {font-family:  Verdana; font-size: 11px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.auctionLink:visited {font-family:  Verdana; font-size: 11px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.auctionLink:hover {font-family:  Verdana; font-size: 11px; color: #DD4814; text-decoration: underline; font-weight: bold;}
a.auctionLink:active {font-family:  Verdana; font-size: 11px; color: #DD4814; text-decoration: none; font-weight: bold;}

.auction_text {font-family:  Verdana; font-size: 10px; color: #000000; text-decoration: none; font-weight: 500;}

.auction_text_ending {font-family:  Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold;}

.message{font-family:  Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: 500;}



.auction_button_detail:link{
display: block;
background-color: transparent;
background-image: url(../images/auction_button.gif);
background-repeat: no-repeat;
width: 84px;
height: 16px;
margin: 5px auto;
padding: 1px 0 0 0;
text-align:center;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
position: relative;
float:left;
}

.auction_button_detail:visited{
display: block;
background-color: transparent;
background-image: url(../images/auction_button.gif);
background-repeat: no-repeat;
width: 84px;
height: 16px;
margin: 5px auto;
text-align:center;
padding: 1px 0 0 0;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
position: relative;
float:left;
}

.auction_button_detail:hover{
display: block;
background-color: transparent;
background-image: url(../images/auction_button.gif);
background-repeat: no-repeat;
width: 84px;
height: 16px;
margin: 5px auto;
text-align:center;
padding: 1px 0 0 0;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
position: relative;
float:left;
}

.auction_button_detail:active{
display: block;
position: relative;
float:right;
background-color: transparent;
background-image: url(../images/auction_button.gif);
background-repeat: no-repeat;
width: 84px;
height: 16px;
margin: 5px auto;
text-align:center;
padding: 1px 0 0 0;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
}

.auction_detail_title{
font-family:  Verdana; font-size: 12px; color: #DD4814; text-decoration: none; font-weight: bold;
}

a.pagging_text:link {font-family:  Verdana; font-size: 11px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.pagging_text:visited {font-family:  Verdana; font-size: 11px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.pagging_text:hover {font-family:  Verdana; font-size: 11px; color: #DD4814; text-decoration: underline; font-weight: bold;}
a.pagging_text:active {font-family:  Verdana; font-size: 11px; color: #DD4814; text-decoration: none; font-weight: bold;}

a.paggign_number:link {font-family:  Verdana; font-size: 11px; color: #000000; text-decoration: underline; font-weight: 500;}
a.paggign_number:visited {font-family:  Verdana; font-size: 11px; color: #000000; text-decoration: underline; font-weight: 500;}
a.paggign_number:hover {font-family:  Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: 500;}
a.paggign_number:active {font-family:  Verdana; font-size: 11px; color: #000000; text-decoration: underline; font-weight: 500;}

a.highlight_pagging_number:link {font-family:  Verdana; font-size: 12px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.highlight_pagging_number:visited {font-family:  Verdana; font-size: 12px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.highlight_pagging_number:hover {font-family:  Verdana; font-size: 12px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.highlight_pagging_number:active {font-family:  Verdana; font-size: 12px; color: #DD4814; text-decoration: none; font-weight: bold;}

.top_categories{
margin: 0px 0px 0px 0px;
color:#ffffff;
}

a.left_category:link {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: 700;}
a.left_category:visited {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: 700;}
a.left_category:hover {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 700;}
a.left_category:active {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: 700;}


a.left_category_3:link {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: none; font-weight: bold;}
a.left_category_3:visited {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: none; font-weight: bold;}
a.left_category_3:hover {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: underline; font-weight: bold;}
a.left_category_3:active {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: none; font-weight: bold;}



.Weitere_Mobel{
	font-family:  Verdana; font-size: 11px; color: #000000;font-weight: bold;
}

.no_category{
	font-family:  Verdana; font-size: 11px; color: #000000;font-weight: 500;
}

.main-wrapper {
	border:0px solid #FF0000;
	text-align:left;
  float:left;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
 }
 
a.navigationLink:link {font-family:  Verdana; font-size: 10px; color: #766A62; text-decoration: underline; font-weight: 500;}
a.navigationLink:visited {font-family:  Verdana; font-size: 10px; color: #766A62; text-decoration: underline; font-weight: 500;}
a.navigationLink:hover {font-family:  Verdana; font-size: 10px; color: #766A62; text-decoration: none; font-weight: 500;}
a.navigationLink:active {font-family:  Verdana; font-size: 10px; color: #766A62; text-decoration: underline; font-weight: 500;}

a.navigationLinkSelected:link {font-family:  Verdana; font-size: 10px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.navigationLinkSelected:visited {font-family:  Verdana; font-size: 10px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.navigationLinkSelected:hover {font-family:  Verdana; font-size: 10px; color: #DD4814; text-decoration: underline; font-weight: bold;}
a.navigationLinkSelected:active {font-family:  Verdana; font-size: 10px; color: #DD4814; text-decoration: none; font-weight: bold;}

.rbg_certificate{background-image: url(../images/topo_bg_content.gif); background-repeat: no-repeat;}
.rbg_certificate_large{background-image: url(../images/topo_bg_content_large.gif); background-repeat: no-repeat;}
.certificate_content{padding-left:8px;font-family:  Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: 500;}

.cer_cont_a{padding-left:0px;font-family:  Verdana; font-size: 10px; color: #000000; text-decoration: none; font-weight: bold;}
.cer_cont_aa{padding-left:0px;font-family:  Verdana; font-size: 9px; color: #DD4814; text-decoration: none; font-weight: bold;}





a.tag1:link,a.tag1:visited{
font-size:18px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
font-weight: bold;
color:#766A62;
text-decoration:none;
}

a.tag2:link,a.tag2:visited{
font-size:17px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
font-weight: bold;
color:#766A62;
text-decoration:none;
}

a.tag3:link,a.tag3:visited{
font-size:15px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
font-weight: bold;
color:#766A62;
text-decoration:none;
}

a.tag4:link,a.tag4:visited
{
font-size:15px;
line-height: 16px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
font-weight: bold;
color:#766A62;
text-decoration:none;
}

a.tag5:link,a.tag5:visited
{
font-size:14px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}

a.tag6:link,a.tag6:visited{
font-size:14px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}

a.tag7:link,a.tag7:visited{
font-size:13px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}


a.tag77:link,a.tag77:visited{
font-size:11px;
font-family:Verdana,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}

.tag78{
font-size:11px;
font-family:Verdana,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}

a.tag8:link,a.tag8:visited{
font-size:13px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}

a.tag9:link,a.tag9:visited{
font-size:11px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}

a.tag10:link,a.tag10:visited{
font-size:10px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}

a.tag11:link,a.tag11:visited{
font-size:10px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}

a.tag12:link,a.tag12:visited{
font-size:9px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}

a.tag13:link,a.tag13:visited{
font-size:9px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}

a.tag14:link,a.tag14:visited{
font-size:9px;
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
text-decoration:none;
}


a.tag1:hover,a.tag2:hover,a.tag3:hover,a.tag4:hover,a.tag5:hover,a.tag6:hover,a.tag7:hover,a.tag8:hover,a.tag9:hover,a.tag10:hover,a.tag11:hover,a.tag12:hover,a.tag13:hover,a.tag14:hover {
font-family:Tahome,  Arial, Helvetica, sans-serif;
color:#766A62;
background-color:#FF0;
text-decoration:underline;
line-height: 16px;
}


.contact_form{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* classes for validator */
.tfvHighlight
{font-weight: bold; color: red;FONT-FAMILY: verdana;FONT-SIZE: 11px;}

.tfvNormal
{font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;}


/* class for product roll over box */
.llink2 {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: normal;}
.llink2:hover {font-family: Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: normal;}

.llink_product {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: bold;}
.llink_product:hover {font-family: Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: bold;}

.llink_price {font-family:  Verdana; font-size: 12px; color: #766A62; text-decoration: underline; font-weight: bold;}
.llink_price:hover {font-family: Verdana; font-size: 12px; color: #E34D00; text-decoration: none; font-weight: bold;}

/* Bottom Category */
a.bottom_main_category:link {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: underline; font-weight: 700;}
a.bottom_main_category:visited {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: underline; font-weight: 700;}
a.bottom_main_category:hover {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: none; font-weight: 700;}
a.bottom_main_category:active {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: underline; font-weight: 700;}


.bottom_coma {font-family:  Verdana; font-size: 9px; color: #766A62; text-decoration: none; font-weight: normal;}
.bottom_llink {font-family:  Verdana; font-size: 9px; color: #766A62; text-decoration: underline; font-weight: normal;}
.bottom_llink:hover {font-family: Verdana; font-size: 9px; color: #E34D00; text-decoration: none; font-weight: normal;}

.marksheet_item_title {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: bold;}

/* Login Section */
.login_form{font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 500;}
.login_heading {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: bold;}
.login_sub_heading {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 500;}
 .inp_login {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 400;
	color: #766A62;
	width:200px;
	background-color: #ffffff;
	background-image: url(../images/input-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;} 
.error_login {font-family:  Verdana; font-size: 10px; color: #ff0000; text-decoration: underline; font-weight: bold;}


	
a.categoryname_link:link {font-family:  Verdana; font-size: 11px; color: #ffffff; text-decoration: underline; font-weight: bold;}
a.categoryname_link:visited {font-family:  Verdana; font-size: 11px; color: #ffffff; text-decoration: underline; font-weight: bold;}
a.categoryname_link:hover {font-family:  Verdana; font-size: 11px; color: #ffffff; text-decoration: none; font-weight: bold;}
a.categoryname_link:active {font-family:  Verdana; font-size: 11px; color: #ffffff; text-decoration: underline; font-weight: bold;}

 .marksheet_heading{
font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: bold;padding-left: 18px;   	 
}	 

.marksheet_llink {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: bold;}
.marksheet_llink:hover {font-family: Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: bold;}


.marksheet_heading_grey{
font-family:  Verdana; font-size: 11px; color: #777777; text-decoration: none; font-weight: bold;
}

.user_noproduct_msg{
	font-family:  Verdana; font-size: 11px; color: #777777; text-decoration: none; font-weight: 500;padding:5px;
}

.filter_ul
{
    margin:0px 0px 0px 15px;
    padding:0px 0px 0px 0px;
}	

.shop_product_page{
	font-family: Verdana;
	font-size: 9px;
	color: #766A62;
	text-decoration: none;
	background:#ffffff;
	border:1px solid #cccccc ;
	background-image: url(../images/input-bg.gif);
	background-repeat: repeat-x;
	height:17px;
}

.filter_history_text_old{
font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: normal;
}	
.selected_partner{
font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: bold;
}
.filter_history_text_current{
font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: normal;
}	

.search_box_text {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 700; text-align:left;}

.searched_keyword{font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 700; text-align:left;}

.ourtop_3_3{padding-left:10px;font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none;}

.partner_heading_left{font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none;}

.rect_image_small {border: 1px solid #DD4814;font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none;}
.rect_image_small2 {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none;}
.rect_image_small_title {padding-left:10px;font-family:  Verdana; font-size: 11px;font-weight:bold;text_decoration:underline;}
.rect_image_small_subtitle{padding-left:10px;font-family:  Verdana; font-size: 11px;font-weight:500;text_decoration:none;}
.rect_image_small_price{padding-left:5px;font-family:  Verdana; font-size: 12px;font-weight:500;text_decoration:underline;color:#ffffff;}
.rect_image_small_mehr_logo{padding-right:5px;}

.rect_image_large_title {padding-left:10px;font-family:  Verdana; font-size: 13px;font-weight:bold;text_decoration:underline;}
.rect_image_large_subtitle{padding-left:10px;font-family:  Verdana; font-size: 12px;font-weight:500;text_decoration:none;}
.rect_image_large_price{padding-left:5px;font-family:  Verdana; font-size: 12px;font-weight:500;text_decoration:underline;color:#ffffff;}

.search_heading_tabs{font-family:  Verdana; font-size: 11px;font-weight:bold;text_decoration:none;color:#E34D00;padding-left:5px;}
.search_result_tab{font-family:  Verdana; font-size: 11px;font-weight:bold;text_decoration:none;color:#ffffff;padding-left:5px;}
.search_result_tab_unselected{font-family:  Verdana; font-size: 11px;font-weight:bold;text_decoration:none;color:#766A62;padding-left:5px;}

a.ourtop_3_3_category:link {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 700;}
a.ourtop_3_3_category:visited {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 700;}
a.ourtop_3_3_category:hover {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 700;}
a.ourtop_3_3_category:active {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 700;}

.ourtop_3_3_llink {font-family:  Verdana; font-size: 11px; color: #53463E; text-decoration: none; font-weight: normal;}
.ourtop_3_3_llink:hover {font-family: Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: normal;}

.filtercolor_text {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: normal;}

.top_menu_text {font-family:  Verdana; font-size: 10px; color: #ffffff; text-decoration: none; font-weight: bold;cursor:pointer;padding-left:2px;}

.partner_deactivated{font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: bold;}

.partner_link_btn:link{

font-family: Verdana,Arial, Helvetica, sans-serif;

font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;

}

.partner_link_btn:visited{



font-family: Verdana,Arial, Helvetica, sans-serif;

font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;

}

.partner_link_btn:hover{



font-family: Verdana,Arial, Helvetica, sans-serif;

font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;


}

.partner_link_btn:active{

font-family: Verdana,Arial, Helvetica, sans-serif;

font-size: 10px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
}

.grey_bold {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 700; text-align:left;}

#demo_bg1 {
	position: relative;
	background: url(../images/slider-bg-h.gif) 7px 0 no-repeat;
	height: 28px;
	width: 150px;
}

#demo_bg1 div {
	position: absolute;
	cursor: default;
	top: 4px;
}

#demo_bg2 {
	position: relative;
	background: url(../images/slider-bg-h.gif) 7px 0 no-repeat;
	height: 28px;
	width: 150px;
}

#demo_bg2 div {
	position: absolute;
	cursor: default;
	top: 4px;
}

#demo_bg3 {
	position: relative;
	background: url(../images/slider-bg-h.gif) 7px 0 no-repeat;
	height: 28px;
	width: 150px;
}

#demo_bg3 div {
	position: absolute;
	cursor: default;
	top: 4px;
}

#demo_bg4 {
	position: relative;
	background: url(../images/slider-bg-h.gif) 7px 0 no-repeat;
	height: 28px;
	width: 150px;
}

#demo_bg4 div {
	position: absolute;
	cursor: default;
	top: 4px;
}

#demo_bg5 {
	position: relative;
	background: url(../images/slider-bg-h.gif) 7px 0 no-repeat;
	height: 28px;
	width: 150px;
}

#demo_bg5 div {
	position: absolute;
	cursor: default;
	top: 4px;
}

a.bookmark:link {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: none; font-weight: 700;}
a.bookmark:visited {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: none; font-weight: 700;}
a.bookmark:hover {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: none; font-weight: 700;}
a.bookmark:active {font-family:  Verdana; font-size: 10px; color: #E34D00; text-decoration: none; font-weight: 700;}

#content-container-center {
	overflow: hidden;
	position:relative;
	width:1005px;
}
#content-container-left {
	overflow: hidden;
	position:relative;
	width:198px;
	float:left;
}
#content-container-con-left {
	overflow: hidden;
	position:relative;
	width:165px;
	float:left;
}
#content-container-middle {
	overflow: hidden;
	position:relative;
	width:800px;
}
#content-container-con-middle {
	overflow: hidden;
	position:relative;
	width:840px;
}
#container-middle-left {
	overflow: hidden;
	position:relative;
	width:487px;
	float:left;
}
#container-middle-right {
	overflow: hidden;
	position:relative;
	width:303px;
}

#container-middle-press-left {
	overflow: hidden;
	position:relative;
	width:500px;
	float:left;
}
#container-middle-press-right {
	overflow: hidden;
	position:relative;
	width:300px;
	float:right;
	padding-right:5px;
}

#content-container-career-left {
	overflow: hidden;
	position:relative;
	width:300px;
	float:left;
}
#content-container-career-middle {
	overflow: hidden;
	position:relative;
	width:700px;
}

#content-container-news-left {
	overflow: hidden;
	position:relative;
	width:490px;
	float:left;
}
#content-container-news-right {
	overflow: hidden;
	position:relative;
	width:300px;
	float:right;
}

#content-container-press-left {
	overflow: hidden;
	position:relative;
	width:200px;
	float:left;
}
#content-container-press-middle {
	overflow: hidden;
	position:relative;
	width:800px;
}
#content-container-buylook-middle {
	overflow: hidden;
	position:relative;
	width:1000px;
}


a.left_category_auction:link {font-family:  Verdana; font-size: 11px; color: #949746; text-decoration: underline; font-weight: 700;}
a.left_category_auction:visited {font-family:  Verdana; font-size: 11px; color: #949746; text-decoration: underline; font-weight: 700;}
a.left_category_auction:hover {font-family:  Verdana; font-size: 11px; color: #949746; text-decoration: none; font-weight: 700;}
a.left_category_auction:active {font-family:  Verdana; font-size: 11px; color: #949746; text-decoration: underline; font-weight: 700;}


/*********************** css/DynamicContent.css  **********************/

/*@CHARSET "ISO-8859-15";*/

.DynamicContentHeadTD {
	padding: 0px 5px 5px 0px;
}

.DynamicContentTextTD {
	padding: 0px 5px 5px 0px;
}

.DynamicContentHead {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	border: 0px;
	padding: 0px 3px 0px 3px;
	margin: 0px;
}

.gntext a {
	color: #5e554e;
}
.gntext a:hover {
	color: #E34D00;
}

.pageTitleCatName{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #766a62;		
}

.llink_price_new{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C00000;		
}

/******************** http://www.moebel.de/buylook/buylook.css *****************************/


.SurveyTable {
border: 0px;
text-align: left;
vertical-align: middle;
}

.SurveyTable1 {
border: 1px;
border-color:#B9B9B9;
text-align: left;
vertical-align: middle;
}

.SurveyContainer {
width: 200px;
background-color: #ffffff;
}

.logo {
text-align: center;
margin: 0px;
padding:0px;
}



.SurveyQuestion {
color:#746B62;
font-family:Verdana;
font-size:12px;
font-weight:bold;
padding-left:10px;
}


.sl_pr {
color:#746B62;
font-family:Verdana;
font-size:10px;
font-weight:bold;
padding-left:00px;
}

.Surveytext {
color:#746B62;
font-family:Verdana;
font-size:11px;
padding-left:00px;
}
.Surveytt {
color:#DF4715;
font-family:Verdana;
font-size:12px;
font-weight:bold;
padding-left:10px;
}
.Prtt1 {
color:#FFFFFF;
font-family:Verdana;
font-size:11px;
font-weight:normal;
padding-left:10px;
}
.slider-bg {
background:url(/buylook/images/price_slider_base_50.gif) no-repeat;
outline: none;
float:left;
width:270px;
}
.imgbox-bg {
background:url(../images/frame_066.png) 0px 0 ;
background-repeat: repeat-y
;
}


.table_box_heading{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase;}

.Prtt {
color:#FFFFFF;
font-family:Verdana;
font-size:10px;
font-weight:bold;
padding-left:5px;
background-image:url(/buylook/img/button.gif); background-repeat:no-repeat;
}

/******************** http://www.moebel.de/buylook/moedel.css *****************************/

.top_nav{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; font-size:14px; padding:0 0 3px 0; font-weight:bold;}
.top_nav a{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; text-decoration:none;}
.top_nav a:hover{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; text-decoration:none;}

.top_nav1{ font-family:Arial, Helvetica, sans-serif; color:#766A62; font-size:14px; padding:0 0 3px 0; font-weight:bold;}
.top_nav1 a{ font-family:Arial, Helvetica, sans-serif; color:#766A62; text-decoration:none;}
.top_nav1 a:hover{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; text-decoration:none;}


.nav_txt{ font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:11px; padding:0 0 0px 0; font-weight:bold;}
.nav_txt a{ font-family:Arial, Helvetica, sans-serif; color:#000000; text-decoration:none;}
.nav_txt a:hover{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; text-decoration:none;}

.txt{ font-family:Arial, Helvetica, sans-serif; color:#766A62; font-size:12px; padding:0 0 0px 0; font-weight:bold;}
.txt1{ font-family:Arial, Helvetica, sans-serif; color:#766A62; font-size:12px; padding:0 0 0px 0;  }
.txt1 span{ font-family:Arial, Helvetica, sans-serif; color:#766A62; font-size:12px; padding:0 0 0px 0; text-decoration:underline;}

.heading{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; font-size:24px; padding:0 0 0px 2px; font-weight:bold;}

.heading1{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; font-size:18px; padding:0 0 0px 0px; font-weight:bold;}
.heading_white{ font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:26px; padding:0px 0 0px 0px; font-weight:bold;}

.txt2{ font-family:Arial, Helvetica, sans-serif; color:#616161; font-size:16px; padding:0 0 0px 2px; font-weight:bold;}

.txt3{ font-family:Arial, Helvetica, sans-serif; color:#616161; font-size:11px; padding:0 0 0px 0; font-weight:bold;}
.txt4{ font-family:Arial, Helvetica, sans-serif; color:#616161; font-size:11px; padding:4px 15px 6px 0; }

.txt5{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; font-size:12px; padding:7px 5px 0px 26px; font-weight:bold;}
.txt5 a{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; text-decoration:none;}
.txt5 a:hover{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; text-decoration:none;}

.txt6{ font-family:Arial, Helvetica, sans-serif; color:#616161; font-size:12px; padding:7px 5px 0px 26px; }
.txt6 a{ font-family:Arial, Helvetica, sans-serif; color:#616161; text-decoration:none;}
.txt6 a:hover{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; text-decoration:none;font-weight:bold;}

.txt7{ font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:12px; padding:3px 0px 0px 11px; font-weight:bold;}
.txt8{ font-family:Arial, Helvetica, sans-serif; color:#616161; font-size:12px; padding:10px 11px 0px 11px; }

.txt9{ font-family:Arial, Helvetica, sans-serif; color:#DD4814; font-size:17px; padding:3px 0px 0px 25px; font-weight:bold;}

.img_bg{background-color:#FFFFFF; background-image:url(/buylook/img/image_bg.gif); background-repeat:repeat-x;}

.box_bg{background-color:#FFFFFF; background-image: url(/buylook/img/box_bg.gif); background-repeat:repeat-x; border-right:1px #DD4814 solid; border-left:1px #DD4814 solid;}

.up_box_bg{background-color:#F8EEE5; background-image: url(/buylook/img/up_box_bg.gif); background-repeat:repeat-x; border-right:1px #DD4814 solid; border-left:1px #DD4814 solid;}


.hotal_box_bg{background-color:#FFFFFF;  background-repeat:repeat-x; border:1px #DD4814 solid;  }
.hotal1_box_bg{background-color:#FFFFFF;  background-image:url(/buylook/images/hotel_box_-bg.gif); background-repeat:repeat-x; }


.moderner_box_bg{background-color:#FFFFFF; border-right:1px #FF4604 solid; border-left:1px #FF4604 solid; border-top:1px #FF4604 soild; }


.field{ width:166px; height:14px; border:#cccccc 1px solid;}

.field1{ font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:117px;
	height:17px;
	border:#cccccc 1px solid;
	}
.field3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:180px;
	height:17px;
	border:#cccccc 1px solid;
}
/******************** http://www.moebel.de/buylook/raum.css *****************************/

.bg{ background-image:url(/buylook/images/bg.gif); background-repeat:repeat-x;}

.nav_bg{ border-bottom:none; border-left:1px solid #DD4814; border-right:1px solid #DD4814; border-top:1px solid #DD4814;}

.bdr{ border-bottom:1px solid #B8B2AD;}

.bdr1{ border-bottom:none; border-left:1px solid #DD4814; border-right:1px solid #DD4814; border-top:none;}

.bdr2{ border-bottom:1px solid #DD4814;; border-left:1px solid #DD4814; border-right:none; border-top:none;}

.nav_txt{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; font-weight:bold;}
.nav_txt a{color:#fff; text-decoration:none;}
.nav_txt a:hover{color:#000; text-decoration:none;}

ul.nav_txt1 { padding:0; margin:0; list-style:none;}
ul.nav_txt1 li{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#616161; float:left; width:95px; text-align:center; }
/*ul.nav_txt1 li a{color:#616161; text-decoration:none; display:block; background-color:#F2F2F2; line-height:23px; background-image:url(/buylook/images/nav1.gif); background-repeat:no-repeat; background-position:right; padding:0 0 0 0px; }
ul.nav_txt1 li a:hover{color:#000000; text-decoration:none; background-color:#4B82A6; line-height:23px; background-image: url(/buylook/images/nav_hover1.gif); background-repeat:no-repeat; background-position:right; border-bottom:0;}
ul.nav_txt1 li a:active{color:#000000; text-decoration:none; background-color:#4B82A6; background-image: url(/buylook/images/nav_hover1.gif); background-repeat:no-repeat; background-position:right; font-weight:bold;}*/
ul.nav_txt1 li a{color:#616161; text-decoration:none; display:block; background-color:#F2F2F2; line-height:23px; background-image:url(/buylook/images/nav1.gif); background-repeat:no-repeat; background-position:right; padding:0 0 0 0px;height: 23px;width: 95px; }
ul.nav_txt1 li a:hover{color:#000000; text-decoration:none; background-color:#F5DABD; line-height:23px; background-image: url(/buylook/images/nav_hover1.gif); background-repeat:no-repeat; background-position:right; border-bottom:0;height: 23px;width: 95px;display: block;}
ul.nav_txt1 li a:active{color:#000000; text-decoration:none; background-color:#F5DABD; background-image: url(/buylook/images/nav_hover1.gif); background-repeat:no-repeat; background-position:right; font-weight:bold;height: 23px;width: 95px;display: block;}
ul.nav_txt1 li a.selected{color:#fff; text-decoration:none; background-color:#4B82A6; background-image: url(/buylook/images/nav_hover1.gif); background-repeat:no-repeat; background-position:right; font-weight:bold;}
ul.nav_txt1 li a.selected1{color:#616161; text-decoration:none; background-color:#4B82A6; background-image: url(/buylook/images/nav.gif); background-repeat:no-repeat; background-position:right; font-weight:normal;}
ul.nav_txt1 li a.selected1:hover{color:#fff; text-decoration:none; background-color:#4B82A6; background-image: url(/buylook/images/nav_hover.gif); background-repeat:no-repeat; background-position:right; font-weight:normal;}
/*ul.nav_txt1 li a.selected_new{color:#000000; text-decoration:none; background-color:#4B82A6; background-image: url(/buylook/images/nav_hover1.gif); background-repeat:no-repeat; background-position:right; font-weight:bold;}*/
ul.nav_txt1 li a.selected_new{color:#000000; text-decoration:none; background-color:#F5DABD; background-image: url(/buylook/images/nav_hover1.gif); background-repeat:no-repeat; background-position:right; font-weight:bold;height: 23px;width: 95px;display: block;}


.txt{ font-family:Verdana, Helvetica, sans-serif; font-size:14px; color:#DD4814; font-weight:bold; padding:0 0 0 0px;}

.txt1{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#DD4815; font-weight:bold; padding:8px 0 0 13px;}

.grey_txt{ font-family:Verdana, Helvetica, sans-serif; font-size:12px; color:#616161;  padding:8px 8px 0 13px;}

.topHeading {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#DD4814; font-weight:bold;}

.topHeading2 {color:#616161;font-family:Verdana,sans-serif;font-size:12px;font-weight:500;padding-top:5px;line-height: 1.5;}

/*.slider_table {border-bottom:1px solid #4b82a6; border-left:1px solid #4b82a6; border-right:1px solid #4b82a6; border-top:1px solid #4b82a6; background-image:url(/buylook/images/slider_box_bg.gif); background-repeat:repeat-x;}*/
.slider_table {border-bottom:1px solid #dd4814; border-left:1px solid #dd4814; border-right:1px solid #dd4814; border-top:1px solid #dd4814; background-image:url(/buylook/images/slider_box_bg.gif); background-repeat:repeat-x;}

.slider_heading {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#616161; font-weight:bold;}

/*.slider_price_box {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; font-weight:bold;background-color:#4b82a6; }*/
.slider_price_box {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; font-weight:bold;background-color:#F5DABD; }

.buylook_price_white {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#766A62; font-weight:bold;text-decoration:underline; }

.buylook_price_label {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#766A62; font-weight:bold;}

.price_on_slider {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#DD4814; font-weight:bold;}

.baloon1{ background-image:url(/buylook/images/preis_btn_buble_b.gif); background-repeat:no-repeat; width:111px; height:72px;position:absolute;left:590px;top:450px;}

.baloon2{ background-image:url(/buylook/images/preis_btn_buble_b.gif); background-repeat:no-repeat; width:111px; height:72px;position:absolute;left:710px;top:450px;}

.baloon3{ background-image:url(/buylook/images/preis_btn_buble_b.gif); background-repeat:no-repeat; width:111px; height:72px;position:absolute;left:830px;top:450px;}

.baloon4{ background-image:url(/buylook/images/preis_btn_buble_b.gif); background-repeat:no-repeat; width:111px; height:72px;position:absolute;left:880px;top:30px;}

.baloon_price {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#DD4814; font-weight:bold;padding-top:30px;}

.pageTitleRaum{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #766a62;		
}

.gntextRaum {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}

.searchBarText {font-family:  Verdana; font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: 400; text-align:left;}

a.filterclose:link {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 400;}
a.filterclose:visited {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 400;}
a.filterclose:hover {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 400;}
a.filterclose:active {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 400;}

.look_name {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 600; text-align:left;}

.lookpriceText {font-family:  Verdana; font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: 600; text-align:left;}

.leftpartnertxt{ font-family:Verdana, Helvetica, sans-serif; font-size:11px; color:#DD4814; font-weight:bold; padding:0 0 0 0px;}

/********************* Category Rows *****************************/
/*globel*/
.FLr{float:right;}
.FLl{float:left;}
.Pr	{position:relative}
.Pa	{position:absolute}

/*katspecial*/
.barwhite1	{border-top: 1px solid rgb(255, 255, 255);}

.katspecial_headline
{
    font-family:Verdana, Geneva, sans-serif;  font-size:17px; line-height: 15px; font-weight:bold; color:#FFF; margin:3px 0  4px 0;
}
.katspecial_text 		{font-family:Verdana, Geneva, sans-serif; font-size:11px; font-weight:normal; line-height:13px; color:#FFF; margin:0 0  0 7px;}



/*************** From buylook_type_2.html AND  buylook_type_3.html ****************/
.style1 {font-size: 70%}
div.select {position:relative; width:150px; height:16px; display:inline; padding-left:0px;padding-right:0px;padding-bottom:5px;margin-right:5px;background:url(/buylook/images/filtermenubg.gif);background-repeat: no-repeat;z-index:100;}
div.select:hover {background:url(/buylook/images/filtermenubg.gif);background-repeat: no-repeat;}
.dd-opener{font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
div.select a {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
ul.selectbox {
	text-align:left;
	width:150px;
	position:absolute; top:15px; left:-1px; padding:0px 0px 0px 0px; list-style:none;
	z-index:10000; line-height:1.5em; display:block; margin:0}
ul.selectbox li {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
ul.selectbox a {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
div.select a.pulldown_arrow {
	letter-spacing:2px; padding:0 1px;
	background:url(/buylook/images/select_arrow.gif) 0 7px no-repeat; text-decoration:none}
div.select a.pulldown_arrow:hover {text-decoration:none}
div.hide-dropdown .selectbox {display: none;}
.coloroption{border:2px #fff solid;width:22px;height:22px;}

div.selectnone {position:relative; width:150px; height:16px; display:inline; padding-left:0px;padding-right:0px;padding-bottom:5px;margin-right:10px;background:url(/buylook/images/filtermenubgnone.gif);background-repeat: no-repeat;z-index:1000;}
div.selectnone:hover {background:url(/buylook/images/filtermenubgnone.gif);background-repeat: no-repeat;}
.dd-opener{font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
div.selectnone a {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
div.selectnone a.pulldown_arrow {
	letter-spacing:2px; padding:0 1px;
	background:url(/buylook/images/select_arrow.gif) 0 7px no-repeat; text-decoration:none}
div.selectnone a.pulldown_arrow:hover {text-decoration:none}

div.select2 {position:relative; width:150px; height:16px; display:inline; padding-left:0px;padding-right:0px;padding-bottom:5px;margin-right:5px;background:url(/buylook/images/filtermenubg.gif);background-repeat: no-repeat;z-index:100;}
div.select2:hover {background:url(/buylook/images/filtermenubg.gif);background-repeat: no-repeat;}
div.select2 a {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
ul.selectbox2 {
	text-align:left;
	width:150px;
	position:absolute; top:15px; left:-1px; padding:0px 0px 0px 0px; list-style:none;
	z-index:10000; line-height:1.5em; display:block; margin:0}
ul.selectbox2 li {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
ul.selectbox2 a {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
div.select2 a.pulldown_arrow {
	letter-spacing:2px; padding:0 1px;
	background:url(/buylook/images/select_arrow.gif) 0 7px no-repeat; text-decoration:none}
div.select2 a.pulldown_arrow:hover {text-decoration:none}
div.hide-dropdown .selectbox2 {display: none;}


div.select2none {position:relative; width:150px; height:16px; display:inline; padding-left:0px;padding-right:0px;padding-bottom:5px;margin-right:10px;background:url(/buylook/images/filtermenubgnone.gif);background-repeat: no-repeat;z-index:1000;}
div.select2none:hover {background:url(/buylook/images/filtermenubgnone.gif);background-repeat: no-repeat;}
div.select2none a {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
div.select2none a.pulldown_arrow {
	letter-spacing:2px; padding:0 1px;
	background:url(/buylook/images/select_arrow.gif) 0 7px no-repeat; text-decoration:none}
div.select2none a.pulldown_arrow:hover {text-decoration:none}


div.select3 {position:relative; width:150px; height:16px; display:inline; padding-left:0px;padding-right:0px;padding-bottom:5px;margin-right:5px;background:url(/buylook/images/filtermenubg.gif);background-repeat: no-repeat;z-index:100;}
div.select3:hover {background:url(/buylook/images/filtermenubg.gif);background-repeat: no-repeat;}
div.select3 a {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
ul.selectbox3 {
	text-align:left;
	width:150px;
	position:absolute; top:15px; left:-1px; padding:0px 0px 0px 0px; list-style:none;
	z-index:10000; line-height:1.5em; display:block; margin:0}
ul.selectbox3 li {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
ul.selectbox3 a {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
div.select3 a.pulldown_arrow {
	letter-spacing:2px; padding:0 1px;
	background:url(/buylook/images/select_arrow.gif) 0 7px no-repeat; text-decoration:none}
div.select3 a.pulldown_arrow:hover {text-decoration:none}
div.hide-dropdown .selectbox3 {display: none;}

div.select3none {position:relative; width:150px; height:16px; display:inline; padding-left:0px;padding-right:0px;padding-bottom:5px;margin-right:10px;background:url(/buylook/images/filtermenubgnone.gif);background-repeat: no-repeat;z-index:1000;}
div.select3none:hover {background:url(/buylook/images/filtermenubgnone.gif);background-repeat: no-repeat;}
div.select3none a {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
div.select3none a.pulldown_arrow {
	letter-spacing:2px; padding:0 1px;
	background:url(/buylook/images/select_arrow.gif) 0 7px no-repeat; text-decoration:none}
div.select3none a.pulldown_arrow:hover {text-decoration:none}



.sitemap_link_main {font-family:  Verdana; font-size: 12px; color: #000000; font-weight: normal;padding-left:0px;margin:0;padding-top:10px; text-decoration: underline;}
.sitemap_link_main:hover {font-family: Verdana; font-size: 12px; color: #E34D00; text-decoration: none; font-weight: normal;padding-left:0px;margin:0;}
.sitemap_link_main_red {font-family:  Verdana; padding-top:10px;font-size: 12px; color: #E34D00; font-weight: normal;padding-left:0px;padding-top:10px;margin:0; text-decoration: underline;}
.sitemap_link_main_red:hover {font-family: Verdana; font-size: 12px; color: #E34D00; text-decoration: none; font-weight: normal;padding-left:0px;padding-top:10px;margin:0;}

.sitemap_link {font-family:  Verdana; font-size: 11px; color: #000000; font-weight: normal;padding-left:20px; padding-top:10px;margin:0; text-decoration: underline;}
.sitemap_link:hover {font-family: Verdana; font-size: 11px;  color: #E34D00; text-decoration: none; font-weight: normal;padding-left:20px; padding-top:10px;margin:0;}


.sitemap_link2 {font-family:  Verdana; font-size: 11px; color: #000000; font-weight: normal;padding-left:40px;padding-top:5px;margin:0; text-decoration: underline;}
.sitemap_link2:hover {font-family: Verdana; font-size: 11px; color: #E34D00; font-weight: normal; text-decoration: none; padding-left:40px;padding-top:5px;margin:0;}

.sitemap_link_red2 {font-family:  Verdana; font-size: 11px; color: #E34D00; font-weight: normal;padding-left:40px;padding-top:4px;margin:0;text-decoration: underline;}
.sitemap_link_red2:hover {font-family: Verdana; font-size: 11px; color: #E34D00; font-weight: normal; text-decoration: none;padding-left:40px;padding-top:4px;margin:0;}

.sitemap_link_red12 {font-family:  Verdana; font-size: 11px; color: #E34D00; font-weight: normal;padding-left:20px;padding-top:4px;marginmargin:0; text-decoration: underline;}
.sitemap_link_red12:hover {font-family: Verdana; font-size: 11px; color: #E34D00; font-weight: normal; text-decoration: none;padding-left:20px;padding-top:4px;marginmargin:0;}

.markenselect_text{font:Arial,Helvetica,sans-serif;font-size:12px;text-decoration:none;color:#E34D00;padding:00px 0 00px 00px;font-weight:normal;word-spacing:2px;font-family:Arial;}
.markenselect{font:Arial,Helvetica,sans-serif;font-size:20px;text-decoration:none;color:#E34D00;padding:00px 0 00px 00px;font-weight:normal;word-spacing:2px;font-family:Arial;}
a.bsbrandmarken,a.bsbrandmarken:visited,a.bsbrandmarken:active{font:Arial,Helvetica,sans-serif;font-size:12px;text-decoration:none;color:#000;padding:00px 0 00px 00px;font-weight:normal;word-spacing:2px;text-transform: uppercase;font-family:Arial;}

a.bsbrandmarken:hover{font:Arial,Helvetica,sans-serif;font-size:12px;text-decoration:underline;color:#E34D00;padding:00px 0 00px 00px;font-weight:normal;word-spacing:2px;text-transform: uppercase;font-family:Arial;}    
    
a.bslinkmarken,a.bslinkmarken:visited,a.bslinkmarken:active{font:Arial,Helvetica,sans-serif;font-size:20px;text-decoration:none;color:#000;padding:00px 0 00px 00px;font-weight:normal;word-spacing:2px;text-transform: uppercase;font-family:Arial;}
    
a.bslinkmarken:hover{font:Arial,Helvetica,sans-serif;font-size:20px;text-decoration:underline;color:#E34D00;padding:00px 0 00px 00px;font-weight:normal;word-spacing:2px;text-transform: uppercase;font-family:Arial;}



.markenselect_faq{font:Arial,Helvetica,sans-serif;font-size:20px;text-transform: capitalize;text-decoration:none;color:#E34D00;padding:00px 0 00px 00px;font-weight:normal;word-spacing:2px;font-family:Arial;}
a.bsbrandmarken_faq,a.bsbrandmarken_faq:visited,a.bsbrandmarken_faq:active{font:Arial,Helvetica,sans-serif;font-size:20px;text-transform: capitalize;text-decoration:none;color:#000;padding:00px 0 00px 00px;font-weight:normal;word-spacing:2px;font-family:Arial;}

a.bsbrandmarken_faq:hover{font:Arial,Helvetica,sans-serif;font-size:20px; text-transform: capitalize; text-decoration:underline;color:#E34D00;padding:00px 0 00px 00px;font-weight:normal;word-spacing:2px;font-family:Arial;}    
    
.left_navigation_header
{
  text-decoration:none;
  padding-bottom: 5px;
  color: #ffffff;font-family:verdana;
  font-weight:bold;
  font-size:14px;
  /*padding: 0 110px 0 22px;*/
  padding: 0 30px 0 22px;*/
}

/* TOOL TIP CSS*/
.tooltip_link
 {     
     text-decoration: none;
 }
 .tooltip_link a:link, .tooltip_link a:visited 
 {
        position:relative;
        color:#de4815; 
        text-decoration: underline;
        border-bottom: 1px solid #de4815;
        padding: 0 0 1px 0;
    }

.tooltip_link a:hover, .tooltip_link a:active 
{
    color:#de4815;
    text-decoration: underline;
    cursor: help;
    border-bottom: 1px solid #de4815;
}
    a:link span.tooltip, a:visited span.tooltip
    {
        display:none;
        text-decoration: none;    
    }
    
    a:hover span.tooltip
    {
        position:absolute;
        bottom: 10px;
        left: 25px;
        display: block;
        z-index: 1;    
        width: 210px;
    }
    
    .top
    {
        background-image: url(../images/top.png);
        height: 11px;
        width: 210px;
        float: left;
    }
    
    .middle
    {
        background-image: url(../images/bg.png);
        padding: 0 15px 0 15px;
        width: 180px;
        float: left;text-decoration: none;
        
    }
    .t1
    {
       text-decoration: none;
       color: #000;
    }
    
    
    .bottom
    {
         background-image: url(../images/bottom.png);
        height: 11px;
        width: 210px;
        float: left;
    }

.h1{
font:bold 20px arial; margin:0px; padding:0px;
color:#dd4814;
}
.sub-head{
font:bold 12px arial; color:#a1a1a1;
}
.line{
border-bottom:1px solid #a1a1a1; margin:10px 0 10px 0px; margin-right:10px;  margin-left:10px;
}

/*.transparent_image_185_45 
{
    background: url(../images/185_45_transparent.png) repeat-x center top;
    float:left;
    height:35px;
    padding:0;
    position:absolute;
    width:262px;
    z-index:6;
    margin: 0px 0 0 0;
    text-align: center;
}*/
.transparent_image_185_45
{
    background:#666666;
    float:left;
    height:135px;
    opacity:0.6;
    padding:10px 0 0;
    position:absolute;
    width:262px;
    z-index:6;
    filter : Alpha(opacity=60);
    text-align: center;
}

.transparent_image_185_45 a:focus, .transparent_image_185_45 a:active, .transparent_image_185_45 a:link
{
    color:#ffffff;
    cursor:pointer;
    text-decoration:underline;
    text-align: center;
}
.transparent_image_185_45 a:hover
{
    color: #E34D00;
    text-align: center;
}



/*  START FOR HOATEL PAGE CSS */
.hotel_p_container
{
    width: 796px;
    float: left;
    margin: 0;
    padding: 0;
    border-top: 1px solid gray;
    border-right : 1px solid gray;
    border-bottom : 1px solid gray;
    border-left : 1px solid gray;
    padding: 0 0 5px 0;
}
.hotel_f_container
{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.left_big_img_container
{
    float: left;
    height: 300px;
    width: 535px;
    margin: 0 10px 0px 0;
    padding: 0 0 10px 0;
}
.big_hotel_img 
{
    background: url('../images/big.jpeg') no-repeat left top;
    height: 300px;
    width: 525px;
    float: left;
    margin: 0;
    padding: 0;
}
.big_hotel_img_dream 
{    
    height: 300px;
    width: 525px;
    float: left;
    margin: 0;
    padding: 0;
}
.header-address{
    background-color:#3c434b; 
    font:bold 11px verdana; 
    color:#FFFFFF; 
    padding:6px; 
    /*margin-top:275px;*/ 
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity:0.9; 
    text-transform: uppercase;
}
.header-address a:link,.header-address a:hover,.header-address a:visited{
    background-color:#3c434b; 
    font:bold 11px verdana; 
    color:#FFFFFF;
    text-decoration:none;
    text-transform: uppercase;
    margin: 0 0 0 5px;
}
.header-address a:hover{
text-decoration:underline;
}
.header-top-right{
    float:right; 
    margin-right:60px; 
    /*width:145px; 
    height:98px;*/ 
    background:#3c434b; 
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity:0.9; 
    padding:0 5px 5px 5px;
}
.rigth_text_conatiner
{
    float: left;
    width: 225px;
    padding : 0px 10px 10px 10px ;
    margin : 0;
}
.rigth_text_conatiner h2
{
    color: #9da1a5;
    font:normal 32px verdana;
    margin:5px 0px 5px 0px;    
}
.rigth_text_conatiner h3
{
    color: #aac0d8;
    font-size: 12px;
    font-weight: bold;
    font-family:verdana;  
    padding: 10px 0 0 0;  
}
.rigth_text_conatiner p
{
    color: #8a8e93;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 10px 0;
    font-family:verdana;    
    line-height:15px;
}
.hotel_second_container
{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.first_middle_box_container
{
    float: left;
    width: 250px;
    margin: 0;
    padding: 0;
}
.first_middle_img 
{    
    height: 120px;
    width: 250px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    text-decoration:none;
}

.second_middle_img
{    
    height: 120px;
    width: 250px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    text-decoration:none;
}
.third_middle_img
{    
    height: 120px;
    width: 250px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    text-decoration:none;
}
.hotel_second_container h3 
{
   color: #799ac0;
    font:bold 12px verdana;
    margin: 0px 0 0 8px;
}
.hotel_second_container h3 a
{
   color: #799ac0;    
}
.hotel_second_container p
{
    color: #CDCFD2;
    margin: 10px 0 10px 8px;
    font:normal 12px verdana;
    color:#999da1;
    line-height:18px;
    
    
    
}
.hotel_second_container h4 a:link,.hotel_second_container h4 a:hover,.hotel_second_container h4 a:visited
{
    color: #3c434b; 
    font-weight: bold;
    margin: 10px 0 10px 8px;
    font: bold 10px verdana;
    text-decoration:none;
    text-transform: uppercase;
    
}
.hotel_second_container h4 a:hover
{
  text-decoration:underline;  
    
}
.second_middle_box_container
{
    float: left;
    width: 250px;
    margin: 0 23px 0 23px;
    padding: 0;
}

.third_middle_box_container
{
    float: left;
    width: 245px;
    margin: 0 0 0 0px;
    padding: 0;
}

.hotel_img_container_with_background
{
    background: #d8d9db;
    width: 100%;
    float: left;
    margin: 10px 0 10px 0;
    padding: 0 0 5px 0;
}
.hotel_more_container_with_background
{
    background: #d8d9db;
    width: 100%;
    float: left;
    margin: 0px 0 0px 0;
    padding: 0;
}
.hotel_img_container_with_background h1
{
    font:normal 32px Verdana;
    margin: 10px;
    padding: 0;
    color:#8a8e93
}
.hotel_img_container_with_background h3 a:link,.hotel_img_container_with_background h3 a:hover,.hotel_img_container_with_background h3 a:visited
{
    color: #799ac0;
    font: bold 12px verdana;
    margin: 0px 0 0 8px;
    text-decoration:none;
    
}
.hotel_img_container_with_background p
{
    color: #8a8e93;
    font-weight: normal;
    margin: 10px 0 10px 8px;
    font:normal 12px verdana;
    line-height:18px;    
}

.white_background
{   
    width: 100%;   
}
.white_background h4 a:link,.white_background h4 a:hover,.white_background h4 a:visited
{
    margin: 0px 0 0px 8px;
    color: #3c434b;
    font-weight: bold; 
    width: 100%;
    font: bold 10px verdana;
    text-decoration:none;
    
}
.white_background h4 a:hover{
text-decoration:underline;
}
.hotel_last_container
{
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}
.hover-text{
    text-align:left; 
    padding-top:87px; 
    font:normal 32px verdana; 
    color:#FFF;
}
.hover-second-container{
    text-align:left;
    padding-top:87px; 
    font:normal 32px verdana; 
    color:#953735;
    text-decoration:none;
}

.hotel_last_container
{
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}
.first_box_container
{
    
    float: left;
    width: 250px;
    margin: 0;
    padding: 0;
}
.first_middle_background
{
    background: #3c434b url('../images/right_corner.jpg') no-repeat right top;
    height: 70px;
    width: 250px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}
.first_middle_background h2
{
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0 5px 5px;
    line-height: 20px;
    font-family:verdana;
}
.img_text_container
{
    width: 250px;
    float: left;
    margin: 0 0 0px 0;
    padding: 0;
}
.img_text_container .left_img
{
    width: 100px;
    float: left;
    margin: 0 0 0px 0;
    padding: 0;
}
.img_text_container .right_text
{
    width: 150px;
    float: left;
    margin: 0 0 0px 0;
    padding: 0;
}
.right_text h3
{
    color: #8a8e93;
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    font-family:Verdana;
    line-height:18px;
}
.right_text h4
{
    color: #8a8e93;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0 0 0px;
    font-family:Verdana;
}
.second_box_container
{
    float: left;
    width: 250px;
    margin: 0 24px 0 24px;
    padding: 0;
}
.bottom-right{
    background:url(../images/bottom-right-bg.jpg) no-repeat; 
    height:24px;
    width:225px;
    padding: 6px 0 0 15px;
    font:bold 12px verdana; 
    color:#FFFFFF;
    margin: 0 0 16px 0;
}
.bottom-right a:link, .bottom-right a:hover, .bottom-right a:visited{
    font:bold 12px verdana; 
    color:#FFFFFF;
    text-decoration:none;
    margin: -5px 0pt 0pt -15px; 
    padding: 4px 0pt 0pt 15px; 
    display: block; 
    width: 225px; 
    height: 19px;
}

.llink_new 
{
    font-family:  Verdana; 
    font-size: 11px; color: #766A62; 
    text-decoration: none; 
    font-weight: bold;
}

.third_bottom_container_link
{
    width:240px; 
    margin: 0px 0 0px 8px
}
/*  END FOR HOATEL PAGE CSS */

.box_185_new_image
{
    background-image:url("../images/neu.png");
    background-repeat:no-repeat;
    float:left;
    height:57px;
    margin:0 0 0 0;
    padding:0;
    position:absolute;
    width:57px;
    z-index:10;
}
.new_img_position_div
{
    float:left;
    margin:-8px 0 0 0;
    padding:0;
    z-index:10;
}

/*14-05-10 start */
.scout_container
 {
   color:#000000;
   float:left;
   text-align: left;
   width:796px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
 }
.m_b_2px
 {
   margin: 0 0 2px 0;
   float:left;
 }
/*end*/

.search_keyword_no_result
{
  color:#333333;
  float:left;
  font-size:11px;
  line-height:15px;
  margin:0;
  text-align:left;
}