/*
All CSS for: http://www.efurnity.com/
Table of Contents:

   1. http://www.efurnity.com/assets/ddcolortabs.css
   2. http://www.efurnity.com/css/subModal.css
   3. http://www.efurnity.com/css/efurnity.css
   4. http://www.efurnity.com/css/ajax.search.css
   5. http://www.efurnity.com/css/contentslider.css
   6. http://www.efurnity.com/images/loader.css
   7. inline style blocks

*/

/******************************************************************************* http://www.efurnity.com/assets/ddcolortabs.css *******************************************************************************/
.left_category_new_price_layer {font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#ff0000; text-decoration: underline; font-weight: bold;}
.left_category_new_price_layer:hover {font-family: Arial, Helvetica, sans-serif; font-size:15px; color: #000000; text-decoration: none; font-weight: bold;}


.left_category_new_price {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ff0000; text-decoration: underline; font-weight: bold;}
.left_category_new_price:hover {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration: none; font-weight: bold;}

.left_category_new_stric_price {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000000; text-decoration: none; font-weight: bold;}
.left_category_new_stric_price:hover {font-family: Arial, Helvetica, sans-serif; font-size:10px; color: #000000; text-decoration: none; font-weight: bold;}

.left_category_off{font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#ff0000; font-weight: bold;}


.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;
}

.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}

.box_icon {
	PADDING-RIGHT: 0px; PADDING-LEFT: 3px; BACKGROUND: none transparent scroll repeat 0% 0%; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; OVERFLOW: hidden; 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.efurnity.com/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: #BEB9AF;
	/* 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: #BEB9AF;
	/* 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 #BEB9AF;
	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 #BEB9AF;
	border-top: 0px solid #BEB9AF;
	border-left: 1px solid #BEB9AF;
	border-right: 1px solid #BEB9AF;
	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:Arial, Helvetica, sans-serif; font-size: 12px; color: #22A6DA; text-decoration: underline; font-weight: bold;}
a.llink_close:visited {font:Arial, Helvetica, sans-serif; font-size: 12px; color: #22A6DA; text-decoration: underline; font-weight: bold;}
a.llink_close:hover {font:Arial, Helvetica, sans-serif; font-size: 12px; color: #22A6DA; text-decoration: none; font-weight: bold;}
a.llink_close:active {font:Arial, Helvetica, sans-serif; font-size: 12px; color: #22A6DA; 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; 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:#7E7470; color:#fff;}
.bottom_orange {background-color:#22A6DA; 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: 800px;
	height: 1020px;
	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:20px;
}

.popupMaskForLoading24 {
	position: absolute;
	z-index: 1000;
	width: 800px;
	height: 2050px;
	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:20px;
}

.popupMaskForLoading36 {
	position: absolute;
	z-index: 1000;
	width: 800px;
	height: 3085px;
	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:20px;
}


.popupMaskForLoading2 {
	display:none;
}
/******************************************************************************* http://www.efurnity.com/css/efurnity.css *******************************************************************************/
body {font-family: Arial, Helvetica, sans-serif; font-size:70%/160%; background-color:#FFFFFF; margin:0;}

p{ padding:0; margin:0;}

a{ text-decoration:none; color:#FFFFFF;}

.nav_bg{ background-image:url(../images/nav_bg.gif); background-repeat:repeat-x; border-left:1px solid #443B34; border-right:1px solid #443B34;}

.nav_txt{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; padding:3px 0 0 0;}
.nav_txt a{ color:#FFFFFF; text-decoration:none;}
.nav_txt a:hover{ color:#FFCC0A; text-decoration:none;}

.nav_txt1{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:bold; padding:0 0 0 0;}

.search_txt{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#504842; padding:0 0 0 10px;}

.view_txt{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#504842; padding:0 0 0 0; font-weight:bold;}
.view_txt a{ color:#504842; text-decoration:none;}
.view_txt a:hover{ color:#EB6696; text-decoration:none;}

.left_menu {line-height:17pt;}
.left_menu a{ padding:0 0 0 7px; margin:0;}
.left_menu ul{}
.left_menu ul li{ list-style-image:url(../images/bullet1.gif); font:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; font-weight:bold; text-transform:uppercase;}


.orange_menu {line-height:17pt;}
.orange_menu a{ padding:0 0 0 7px; margin:0;}
.orange_menu ul{}
.orange_menu ul li{ list-style-image:url(../images/orange_bullet.gif); font:Arial, Helvetica, sans-serif; font-size:12px; color:#FF7E1E; font-weight:bold; text-transform:uppercase;}


.box_txt{ font:Arial, Helvetica, sans-serif; font-size:13px; color:#443B34; font-weight:bold; padding:2px 0 0 14px;}


.txt{ font:Arial, Helvetica, sans-serif; font-size:13px; color:#FF7E1E; font-weight:bold; padding:16px 0 5px 0px;}
.txt1{ font:Arial, Helvetica, sans-serif; font-size:13px; color:#574C43; font-weight:bold; padding:0px 0 0 0px;}
.txt2{ font:Arial, Helvetica, sans-serif; font-size:13px; color:#FF7E1E; font-weight:bold; padding:0px 0 0 0px;}
.txt3{ font:Arial, Helvetica, sans-serif; font-size:12px; color:#574C43; font-weight:bold; padding:0px 0 0 0px;}
.txt3 span{ font:Arial, Helvetica, sans-serif; font-size:12px; color:#FF7E1E; font-weight:bold; padding:0px 0 0 0px;}
.txt4{ font:Arial, Helvetica, sans-serif; font-size:13px; color:#FF7E1E; font-weight:bold; padding:0px 0 0 0px; text-decoration:underline;}
.txt4 a{ color:#FF7E1E; padding:0; margin:o; }
.txt6{ font:Arial, Helvetica, sans-serif; font-size:13px; color:#574C43; font-weight:bold; padding:0px 0 0 0px; text-decoration:underline;}
.txt6 a{ color:#574C43; padding:0; margin:o; }
.txt5{ font:Arial, Helvetica, sans-serif; font-size:13px; color:#574C43; font-weight:bold; padding:0px 0 0 0px;}
.txt7{ font:Arial, Helvetica, sans-serif; font-size:13px; color:#FF7E1E; font-weight:bold; padding:0px 0 0 0px;}
.txt7 a{ color:#FF7E1E; padding:0; margin:o; }



.txtfield{ background-color:#FFFFFF; width:125px; height:12px; border:1px solid #DFDCD7;}

.newsletter{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#443B34; font-weight:bold; padding:5px 0 0 15px; margin:0;}

.living_txt{ font-family:Arial, Helvetica, sans-serif; font-size:12PX; color:#443B34; font-weight:bold; text-transform:uppercase; padding:7px 0 0 18px;}
.living_txt a{ color:#443B34; text-decoration:none;}
.living_txt a:hover{ color:#F22585; text-decoration:none;}
.living_txt a.selected{ color:#F22585; text-decoration:none;}

.smart_txt{ font-family:Arial, Helvetica, sans-serif; font-size:12px;  color:#FFFFFF; padding:4px 0 0 18px; font-weight:bold;}
.smart_txt span{ padding:0 0 0 75px;}

.smart_txt1{ font-family:Arial, Helvetica, sans-serif; font-size:12px;  color:#FFFFFF; padding:0 0 0 18px; font-weight:bold;}
.smart_txt1 span{ padding:0 0 0 75px;}

.offer_txt{ font-family:Arial, Helvetica, sans-serif; font-size:12px;  color:#FFFFFF; padding:12px 15px 0 25px; font-weight:bold;}

.x_txt{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#443B34; padding:10px 0 0 10px; font-weight:bold; margin:0;}
.x_txt1{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#443B34; padding:0 0 0 10px; font-weight:bold; margin:0;}

.footer_txt{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#A3A595; font-weight:bold; padding:30px 0 15px 10px;}

ul.footer{ padding:0; margin:0; list-style:none;}
ul.footer li{ font:Arial, Helvetica, sans-serif; font-size:12px; color:#A3A595; padding:30px 0 15px 12px; float:left; font-weight:bold;}
ul.footer li a{ color:#A3A595; text-decoration:none; padding:0 13px 0 0;}
ul.footer li a:hover{ color:#443B34; text-decoration:none;}
/******************************************************************************* http://www.efurnity.com/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:320px;
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.efurnity.com/css/contentslider.css *******************************************************************************/
.sliderwrapper{
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 482px; /*width of featured content slider*/
height: 224px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #BEB9AF;
width: 482px; 

/*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;
}
/******************************************************************************* http://www.efurnity.com/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 style blocks ************************************************/
/*@import url(assets/css/control.css);*/

.style1 {color: #999999;}
.iframe_top {position: absolute;display: none;margin: 2px 0 0 -11px;width: 208px;}


/******************************************************************************* http://www.efurnity.com/assets/css/control.css *******************************************************************************/

.sublink {font-family:  Arial, Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: 400;}
.sublink:hover {font-family: Arial, verdana; font-size: 11px; color: #DE511F; text-decoration: underline; font-weight: 400;}

.footlink {font-family:  Arial, Verdana; font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: bold;}
.footlink:hover {font-family: Arial, verdana; font-size: 11px; color: #FFFFFF; text-decoration: underline; font-weight: bold;}

.gtext {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 700; text-align:right;}
.gntext {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 400; text-align:left;}
.anm {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: 400;}
.anm:hover {font-family: Arial, verdana; font-size: 11px; color: #DE511F; text-decoration: none; font-weight: 400;}
.nav_txt{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; padding:3px 0 0 0;}
.nav_txt a{ color:#FFFFFF; text-decoration:none;}
.nav_txt a:hover{ color:#FFCC0A; text-decoration:none;}

.nav_txt1{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:bold; padding:0 0 0 0;}
.nav_txt1_grey{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#443B34; font-weight:bold; text-transform:uppercase; padding:4px 0 0 0;}
 .inp {
	font-family: Arial, Verdana;
	font-size: 11px;
	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: Arial, Verdana;
	font-size: 11px;
	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;}       

 .inp_search {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: 400;
	color: #766A62;
	background-color: #ffffff;
	background-image: url(../images/input-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	height:16px;
	padding: 2px 2px 2px 2px;} 
	

.selecttext {
	font-family: Arial, Verdana;
	font-size: 11px;
	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:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: normal;}

.llink:link {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; text-decoration: underline; font-weight: bold;}
.llink:visited {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; text-decoration: underline; font-weight: bold;}
.llink:hover {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #22A6DA; text-decoration: none; font-weight: bold;}
.llink:active {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; text-decoration: underline; font-weight: bold;}



.llink_orange {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FF7E1E; text-decoration: underline; font-weight: bold;}
.llink_orange:hover {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #FF7E1E; text-decoration: none; font-weight: bold;}
.llink_grey {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#443B34; text-decoration: none; font-weight: bold;}
.llink_grey:hover {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #22A6DA; text-decoration: underline; font-weight: bold;}
.llink_grey2 {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#443B34; text-decoration: underline; font-weight: bold;}
.llink_grey2:hover {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #22A6DA; text-decoration: none; font-weight: bold;}
.llink_white {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-decoration: none; font-weight: bold; padding-left:40px;}
.llink_white:hover {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #FFFFFF; text-decoration: underline; font-weight: bold; padding-left:40px;}
.rtext_blue {font-family:  Arial, Verdana; font-size: 11px; color: #22A6DA; text-decoration: none; font-weight: 700;}
.rtext {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: 700;}
.rtext:hover {font-family:  Arial, Verdana; font-size: 11px; color: #22A6DA; text-decoration: underline; font-weight: 700;}
.rtext_blue_small {font-family:  Arial, Verdana; font-size: 10px; color: #22A6DA; text-decoration: none; font-weight: 700;}
.rtext_small {font-family:  Arial, Verdana; font-size: 10px; color: #766A62; text-decoration: underline; font-weight: 700;}
.rtext_small:hover {font-family:  Arial, Verdana; font-size: 10px; color: #22A6DA; text-decoration: underline; font-weight: 700;}
.nlink {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: non; font-weight: normal;}

.comas {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: normal;}
.rbtext {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: 700;}
.blink {font-family:  Arial, Verdana; font-size: 11px; color: #616161; text-decoration: underline; font-weight: normal; text-indent:12px;}
.blink:hover {font-family: Arial, Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: normal;}
.copyr {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#A3A595; font-weight:bold; padding:30px 0 15px 11px;}
.bslink {font:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:underline; color:#A3A595; padding:00px 0 00px 00px; float:left; font-weight:bold;}
.bslink:hover {font-family: Arial, Helvetica, sans-serif; font-size:11px; color: #443B34;  padding:00px 0 00px 00px; float:left; font-weight:bold;}

.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:  Arial,Verdana; font-size: 11px; color: #ffffff; text-decoration: none; font-weight: 700; text-indent:7px;}
.rred {font-family:  Arial,Verdana; font-size: 12px; color: #FF7E1E; text-decoration: none; font-weight: 700; text-indent:7px;}
.rblack {font-family:  Arial,Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: 400; text-indent:7px;}

.rtbg2{background-color: #BEB9AF;}
.rtbg3{background-image: url(../images/r_bg3.gif); background-repeat: repeat-x;}
.rblackb {font-family:  Arial, Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: 400; text-indent:7px;}

.rblink {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: normal; text-indent:7px;}
.rblink:hover {font-family: Arial, Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: normal;}

.rbglink {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight:700; text-indent:20px; }
.rbglink:hover {font-family: Arial, 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/search_bg_center.gif); background-repeat: repeat-x;}

.news_bg{background-image: url(../images/newsl_bg.gif); background-repeat: no-repeat;}

.box_txt{ font:Arial, Helvetica, sans-serif; font-size:13px; color:#443B34; font-weight:bold; padding:2px 0 0 14px;}
.center_main_table { border: 1px solid #E34D00; }
.table_heading_tab{font-family:  Arial,Verdana; font-size: 12px; color: #ffffff; text-decoration: none; font-weight: 700;
padding-left: 2px;
}

.nav_bg{ background-image: url(../images/nav_bg.gif); background-repeat:repeat-x; border-left:1px solid #443B34; border-right:1px solid #443B34;}
.nav_txt{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; padding:0px 0 0 0;}
.nav_txt a{ color:#FFFFFF; text-decoration:none;}
.nav_txt a:hover{ color:#FFCC0A; text-decoration:none;}

.left_menu {line-height:17pt;}
.left_menu a{ padding:0 0 0 3px; margin:0;}
.left_menu ul{}
.left_menu1 { font:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; font-weight:bold; text-transform:uppercase;}

.style1 {color: #22A6DA}

.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: 11px;
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: 11px;
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: 11px;
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: 11px;
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: 11px;
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: 11px;
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: 11px;
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: 11px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
}



a.auctionLink:link {font-family:  Arial,Verdana; font-size: 12px; color: #FF7E1E; text-decoration: none; font-weight: bold;}
a.auctionLink:visited {font-family:  Arial,Verdana; font-size: 12px; color: #FF7E1E; text-decoration: none; font-weight: bold;}
a.auctionLink:hover {font-family:  Arial,Verdana; font-size: 12px; color: #FF7E1E; text-decoration: underline; font-weight: bold;}
a.auctionLink:active {font-family:  Arial,Verdana; font-size: 12px; color: #FF7E1E; text-decoration: none; font-weight: bold;}

.auction_text {font-family:  Arial,Verdana; font-size: 12px; color: #443B34; text-decoration: none; font-weight: 500;}

.auction_text_ending {font-family:  Arial,Verdana; font-size: 12px; color: #443B34; text-decoration: none; font-weight: bold;}

.message{font-family:  Arial,Verdana; font-size: 12px; color: #443B34; 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: 11px;
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: 11px;
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: 11px;
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: 11px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
}

.auction_detail_title{
font-family:  Arial, Verdana; font-size: 12px; color: #DD4814; text-decoration: none; font-weight: bold;
}

a.pagging_text:link {font-family:  Arial, Verdana; font-size: 11px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.pagging_text:visited {font-family:  Arial, Verdana; font-size: 11px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.pagging_text:hover {font-family:  Arial, Verdana; font-size: 11px; color: #DD4814; text-decoration: underline; font-weight: bold;}
a.pagging_text:active {font-family:  Arial, Verdana; font-size: 11px; color: #DD4814; text-decoration: none; font-weight: bold;}

a.paggign_number:link {font-family:  Arial, Verdana; font-size: 11px; color: #000000; text-decoration: underline; font-weight: 500;}
a.paggign_number:visited {font-family:  Arial, Verdana; font-size: 11px; color: #000000; text-decoration: underline; font-weight: 500;}
a.paggign_number:hover {font-family:  Arial, Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: 500;}
a.paggign_number:active {font-family:  Arial, Verdana; font-size: 11px; color: #000000; text-decoration: underline; font-weight: 500;}

a.highlight_pagging_number:link {font-family:  Arial, Verdana; font-size: 12px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.highlight_pagging_number:visited {font-family:  Arial, Verdana; font-size: 12px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.highlight_pagging_number:hover {font-family:  Arial, Verdana; font-size: 12px; color: #DD4814; text-decoration: none; font-weight: bold;}
a.highlight_pagging_number:active {font-family:  Arial, 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:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; font-weight:bold; text-transform:uppercase;}
a.left_category:visited {font:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; font-weight:bold; text-transform:uppercase; }
a.left_category:hover {font:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; font-weight:bold; text-transform:uppercase;}
a.left_category:active {font:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; font-weight:bold; text-transform:uppercase;}

.Weitere_Mobel{
	font-family:  Arial, Verdana; font-size: 11px; color: #000000;font-weight: bold;
}

.no_category{
	font-family:  Arial, 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:  Arial, Verdana; font-size: 13px; color: #22A6DA; text-decoration: underline; font-weight: 500;}
a.navigationLink:visited {font-family:  Arial, Verdana; font-size: 13px; color: #22A6DA; text-decoration: underline; font-weight: 500;}
a.navigationLink:hover {font-family:  Arial, Verdana; font-size: 13px; color: #22A6DA; text-decoration: none; font-weight: 500;}
a.navigationLink:active {font-family:  Arial, Verdana; font-size: 13px; color: #22A6DA; text-decoration: underline; font-weight: 500;}

a.navigationLinkSelected:link {font-family:  Arial, Verdana; font-size: 13px; color: #22A6DA; text-decoration: none; font-weight: bold;}
a.navigationLinkSelected:visited {font-family:  Arial, Verdana; font-size: 13px; color: #22A6DA; text-decoration: none; font-weight: bold;}
a.navigationLinkSelected:hover {font-family:  Arial, Verdana; font-size: 13px; color: #22A6DA; text-decoration: underline; font-weight: bold;}
a.navigationLinkSelected:active {font-family:  Arial, Verdana; font-size: 13px; color: #22A6DA; 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{font-family:Arial, Helvetica, sans-serif; font-size:12px;  color:#FFFFFF; padding:12px 15px 0 25px; font-weight:bold;}
.certificate_content2{font-family:Arial, Helvetica, sans-serif; font-size:12px;  color:#FFFFFF; padding:0 15px 0 5px; font-weight:bold;}


a.tag1:link,a.tag1:visited{
font-size:22px;
font-family:Arial,Tahome, Helvetica, sans-serif;
font-weight: bold;
color:#FFFFFF;
text-decoration:none;
}

a.tag2:link,a.tag2:visited{
font-size:21px;
font-family:Arial, Tahome, Helvetica, sans-serif;
font-weight: bold;
color:#FFFFFF;
text-decoration:none;
}

a.tag3:link,a.tag3:visited{
font-size:19px;
font-family:Arial, Tahome, Helvetica, sans-serif;
font-weight: bold;
color:#FFFFFF;
text-decoration:none;
}

a.tag4:link,a.tag4:visited{
font-size:19px;
font-family:Arial, Tahome, Helvetica, sans-serif;
font-weight: bold;
color:#FFFFFF;
text-decoration:none;
}

a.tag5:link,a.tag5:visited{
font-size:18px;
font-family:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

a.tag6:link,a.tag6:visited{
font-size:18px;
font-family:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

a.tag7:link,a.tag7:visited{
font-size:17px;
font-family:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

a.tag8:link,a.tag8:visited{
font-size:17px;
font-family:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

a.tag9:link,a.tag9:visited{
font-size:15px;
font-family:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

a.tag10:link,a.tag10:visited{
font-size:15px;
font-family:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

a.tag11:link,a.tag11:visited{
font-size:15px;
font-family:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

a.tag12:link,a.tag12:visited{
font-size:15px;
font-family:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

a.tag13:link,a.tag13:visited{
font-size:15px;
font-family:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

a.tag14:link,a.tag13:visited{
font-size:15px;
font-family:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
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:Arial, Tahome, Helvetica, sans-serif;
color:#FFFFFF;
background-color:#22A6DA;
text-decoration:underline;
}


.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:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; font-weight:bold; text-transform:uppercase;}
.llink2:hover {font:Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; font-weight:bold; text-transform:uppercase;}

.llink3 {font-family:  Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration: none; font-weight:bold;}
.llink3:hover {font-family:  Arial, Helvetica, sans-serif; font-size:12px; color:#22A6DA; text-decoration: none; font-weight:bold;}


.llink_product {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: bold;}
.llink_product:hover {font-family: Arial, Verdana; font-size: 11px; color: #22A6DA; text-decoration: none; font-weight: bold;}

.llink_price {font-family:  Arial, Verdana; font-size: 12px; color: #766A62; text-decoration: underline; font-weight: bold;}
.llink_price:hover {font-family: Arial, Verdana; font-size: 12px; color: #22A6DA; text-decoration: none; font-weight: bold;}

/* Bottom Category */
a.bottom_main_category:link {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: 700;}
a.bottom_main_category:visited {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: 700;}
a.bottom_main_category:hover {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: 700;}
a.bottom_main_category:active {font-family:  Verdana; font-size: 11px; color: #E34D00; text-decoration: underline; font-weight: 700;}


.bottom_coma {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: normal;}
.bottom_llink {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#443B34; padding:0 0 0 0px; font-weight:normal; margin:0;}
.bottom_llink:hover {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#22A6DA; padding:0 0 0 0px; font-weight:normal; margin:0;}

.marksheet_item_title {font-family:  Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: bold;}

/* Login Section */
.login_form{font-family:  Arial,Verdana; font-size: 12px; color: #443B34; text-decoration: none; font-weight: 500;}
.login_heading {font-family:  Arial,Verdana; font-size: 12px; color: #443B34; text-decoration: none; font-weight: bold;}
.login_sub_heading {font-family:  Arial,Verdana; font-size: 12px; color: #443B34; text-decoration: none; font-weight: 500;}
 .inp_login {
	font-family: Arial,Verdana;
	font-size: 11px;
	font-weight: 400;
	color: #443B34;
	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: 11px; color: #ff0000; text-decoration: underline; font-weight: bold;}


	
a.categoryname_link:link {font-family:  Arial, Verdana; font-size: 11px; color: #ffffff; text-decoration: underline; font-weight: bold;}
a.categoryname_link:visited {font-family:  Arial, Verdana; font-size: 11px; color: #ffffff; text-decoration: underline; font-weight: bold;}
a.categoryname_link:hover {font-family:  Arial, Verdana; font-size: 11px; color: #ffffff; text-decoration: none; font-weight: bold;}
a.categoryname_link:active {font-family:  Arial, Verdana; font-size: 11px; color: #ffffff; text-decoration: underline; font-weight: bold;}

 .marksheet_heading{
font-family:  Arial, Verdana; font-size: 11px; color: #777777; text-decoration: none; font-weight: bold;	 
}	 

.marksheet_llink {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: bold;}
.marksheet_llink:hover {font-family: Arial, Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: bold;}


.marksheet_heading_grey{
font-family:  Arial, Verdana; font-size: 11px; color: #777777; text-decoration: none; font-weight: bold;	 
}

.user_noproduct_msg{
	font-family:  Arial, 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: Arial, Verdana;
	font-size: 11px;
	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: Arial,  Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: normal;
}	
.selected_partner{
font-family:  Arial, Verdana; font-size: 11px; color: #22A6DA; text-decoration: none; font-weight: bold;
}
.filter_history_text_current{
font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: underline; font-weight: normal;
}	

.search_box_text {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 700; text-align:left;}

.searched_keyword{font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 700; text-align:left;}

.ourtop_3_3{font-family:Arial, Helvetica, sans-serif; font-size:12PX; color:#443B34; font-weight:bold; padding:2px 0 0 2px;}
.ourtop_3_3_w{font-family:Arial, Helvetica, sans-serif; font-size:12PX; color:#FFFFFF; font-weight:bold; padding:2px 0 0 2px;}

.partner_heading_left{font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: none;}

.rect_image_small {border: 1px solid #BEB9AF;font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: none;}
.rect_image_small2 {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: none;}
.rect_image_small_title {padding-left:11px;font-family:  Arial, Verdana; font-size: 11px;font-weight:bold;text_decoration:underline;}
.rect_image_small_subtitle{padding-left:11px;font-family:  Arial, Verdana; font-size: 11px;font-weight:500;text_decoration:none;}
.rect_image_small_price{padding-left:5px;font-family: Arial,  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:11px;font-family:  Arial, Verdana; font-size: 13px;font-weight:bold;text_decoration:underline;}
.rect_image_large_subtitle{padding-left:11px;font-family:  Arial, Verdana; font-size: 12px;font-weight:500;text_decoration:none;}
.rect_image_large_price{padding-left:5px;font-family:  Arial, Verdana; font-size: 12px;font-weight:500;text_decoration:underline;color:#ffffff;}

.search_heading_tabs{font-family:  Arial, Verdana; font-size: 11px;font-weight:bold;text_decoration:none;color:#E34D00;padding-left:5px;}
.search_result_tab{font-family:  Arial, Verdana; font-size: 11px;font-weight:bold;text_decoration:none;color:#ffffff;padding-left:5px;}
.search_result_tab_unselected{font-family:  Arial, Verdana; font-size: 11px;font-weight:bold;text_decoration:none;color:#766A62;padding-left:5px;}

a.ourtop_3_3_category:link {font-family:Arial, Helvetica, sans-serif; font-size:12PX; color:#443B34; font-weight:bold; padding:2px 0 0 2px;}
a.ourtop_3_3_category:visited {font-family:Arial, Helvetica, sans-serif; font-size:12PX; color:#443B34; font-weight:bold; padding:2px 0 0 2px;}
a.ourtop_3_3_category:hover {font-family:Arial, Helvetica, sans-serif; font-size:12PX; color:#F22585; font-weight:bold; padding:2px 0 0 2px;}
a.ourtop_3_3_category:active {font-family:Arial, Helvetica, sans-serif; font-size:12PX; color:#443B34; font-weight:bold; padding:2px 0 0 2px;}

.ourtop_3_3_llink {font-family:Arial, Helvetica, sans-serif; font-size:12px;  color:#FFFFFF; padding:4px 0 0 5px; font-weight:bold;}
.ourtop_3_3_llink:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px;  color:#FFFFFF; padding:4px 0 0 5px; font-weight:bold;}

.filtercolor_text {font-family:  Arial, Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: normal;}

.top_menu_text {font-family:  Arial, Verdana; font-size: 11px; color: #ffffff; text-decoration: none; font-weight: bold;cursor:pointer;padding-left:2px;}
.top_menu_text:hover {font-family:  Arial, Verdana; font-size: 11px; color: #443B34; text-decoration: none; font-weight: bold;cursor:pointer;padding-left:2px;}

.partner_deactivated{font-family:  Arial, Verdana; font-size: 11px; color: #E34D00; text-decoration: none; font-weight: bold;}

.partner_link_btn:link{

font-family: Arial, Verdana,Arial, Helvetica, sans-serif;

font-size: 11px;
font-weight: bold;
text-decoration: none;
color:#ffffff;

}

.partner_link_btn:visited{



font-family: Arial, Verdana,Arial, Helvetica, sans-serif;

font-size: 11px;
font-weight: bold;
text-decoration: none;
color:#ffffff;

}

.partner_link_btn:hover{



font-family: Arial, Verdana,Arial, Helvetica, sans-serif;

font-size: 11px;
font-weight: bold;
text-decoration: none;
color:#ffffff;


}

.partner_link_btn:active{

font-family: Arial, Verdana,Arial, Helvetica, sans-serif;

font-size: 11px;
font-weight: bold;
text-decoration: none;
color:#ffffff;
}

.grey_bold {font-family:  Arial, Verdana; font-size: 11px; color: #766A62; text-decoration: none; font-weight: 700; text-align:left;}

#demo_bg {
	position: relative;
	background: url(../images/slider-bg-h.gif) 7px 0 no-repeat;
	height: 28px;
	width: 160px;
}

#demo_bg div {
	position: absolute;
	cursor: default;
	top: 4px;
}

a.bookmark:link {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#443B34; text-decoration: none; font-weight: bold;}
a.bookmark:visited {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#443B34; text-decoration: none; font-weight: bold;}
a.bookmark:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#443B34; text-decoration: none; font-weight: bold;}
a.bookmark:active {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#443B34; text-decoration: none; font-weight: bold;}



a.bookmark1:link {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#443B34; text-decoration: none; font-weight: bold;}
a.bookmark1:visited {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#443B34; text-decoration: none; font-weight: bold;}
a.bookmark1:hover {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#443B34; text-decoration: none; font-weight: bold;}
a.bookmark1:active {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#443B34; text-decoration: none; font-weight: bold;}





#content-container-center {
	overflow: hidden;
	position:relative;
	width:1005px;
}
#content-container-left {
	overflow: hidden;
	position:relative;
	width:203px;
	float:left;
}
#content-container-con-left {
	overflow: hidden;
	position:relative;
	width:165px;
	float:left;
}

#content-content-left {
	overflow: hidden;
	position:relative;
	width:200px;
	float:left;
}
#content-content-middle {
	overflow: hidden;
	position:relative;
	width:795px;
}
#content-advertisment-middle {
	overflow: hidden;
	position:relative;
	width:797px;
}

#content-partner-middle {
	overflow: hidden;
	position:relative;
	width:797px;
}




#content-container-middle {
	overflow: hidden;
	position:relative;
	width:797px;
}
#content-container-con-middle {
	overflow: hidden;
	position:relative;
	width:835px;
}
#container-middle-left {
	overflow: hidden;
	position:relative;
	width:485px;
	float:left;
}
#container-middle-right {
	overflow: hidden;
	position:relative;
	width:305px;
}

#container-middle-press-left {
	overflow: hidden;
	position:relative;
	width:490px;
	float:left;
}
#container-middle-press-right {
	overflow: hidden;
	position:relative;
	width:300px;
	float:right;
}

#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;
}

#category_top {
	overflow: hidden;
	position:relative;
	height:300px	
}

#category_middle {
	overflow: hidden;
	position:relative;
	padding-left:4px;
	width:247px;	
}


#content-container-press-left {
	overflow: hidden;
	position:relative;
	width:200px;
	float:left;
}
#content-container-press-middle {
	overflow: hidden;
	position:relative;
	width:800px;
}

.left_category_new {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; text-decoration: underline; font-weight: bold; cursor:pointer;}
.left_category_new:hover {font-family: Arial, Helvetica, sans-serif; font-size:13px; color: #22A6DA; text-decoration: none; font-weight: bold;cursor:pointer;}

.couponcode {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#443B34; 
	text-decoration: none; 
	font-weight: bold;
	text-align: middle;
}

table.tablestore {
    border-collapse: collapse;
    margin: 0px;
}

td.tablestoretd {
    padding: 0px;
}


/***********************************************/
/* Details support stylesheet.css (store-demo) */
/***********************************************/

.hidden {
    position: absolute;
    display: none;
    z-index: 999999;       /* puts details above dialogs, bg wash, and partner elements */
}

.visible {
    position: absolute;
    display: block;
    z-index: 999999;       /* puts details above dialogs, bg wash, and partner elements */
}

.detailsContents {
   
    background-color: white;
    font-size: 12px;
    text-align: left;
    vertical-align: text-top;
}