/* importing of extra style*/
@import url(navigation.css);

/* =reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	}
/* =body */
body { 
	font:62.5%/1.5 Georgia, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin : 0 auto;
	color: #B7B7B7; 
	background:#000;  
	}
body.lightbox{background: #000 url(../images/bg-lightbox.gif) repeat-x top !important;}		
body#white{background:#fff;}

body.contact,
body.login,
body.lamp-shades
{background:#fff !important;}	
form {
	margin:0px; 
	padding:0px;
	}
img		{border: 0px;}	
.nomargin {margin:0;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; 
	border-spacing: 0; 
	}
td, input, textarea, select {
	font-family: Arial, Helvetica, Tahoma, sans-serif; 
	font-size: 1em; 
	margin:0px; 
	padding:0px;
	}	
caption, 
th, 
td { 
	text-align: left; 
	font-weight: normal; 
	}
/* =header */
h1, h2, h3, h4, h5, h6 {
	color:#D0D0D0;
}
#briefly h1{padding: 28px 0 6px;}
h1, h2, h3, h4, h5, h6 {
	padding:0 0 .5em;
	line-height:1.4;
	font-weight:normal;
}	
h1 { 
	font-size: 2.7em;
	padding: 14px 0 12px 15px;
}
body.classic #content-right h1, 
body#product.classic #content-right h2{color:#103167;}
body.contemporary #content-right h1, 
body#product.contemporary #content-right h2{color:#843549;}
body.traditional #content-right h1,
body#product.traditional #content-right h2 {color:#C3A495;}
body.vintage #content-right h1,
body#product.vintage #content-right h2{color:#569099;}
body#product #content-right h1,
body#white #content h1{padding-left:0;}
body#white #content h1,
body#product h1{
	color:#000;
	padding-bottom:0;
	}
h2	{
	font-size: 2em;
	}
#content-right h2{
	line-height:1;
}
#content-right h2 a.featured-product{
	font:1.1em Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#fff;
	}
#product #content-right h2 a:hover{text-decoration:none;}	
h3 { 
	font-size : 1.6em; 
	line-height : 2; 
	}
#product h3{
	margin-top:5px;
	line-height : 1em; 
	}
#related h3{margin:0; padding:0; line-height:1; width:275px;}		
h4 {font-size : 1.4em; }
h5 { font-size : 1.2em; }
h6 { font-size : 1em; }

/* =p */
p { margin-bottom : 1.5em; 
	line-height:1.5em;
	}
/* =ol */
ol { margin-bottom : 1.5em; }

/* =li */
li { list-style-type : none; }

/* =a */
body#white a,
body.contact a, body.login a{color:#8B8B8B;}
a { 
	color : #D0D0D0;
	text-decoration : underline; 
	outline : none; 
	}
a:hover { 
	text-decoration : none; 
	}
	
a.logo{	
	width : 160px; 
	height : 40px;
	display:block;
	float:left; 
	margin : 20px 20px 0 0;
	padding : 0; 
	background : url(../images/branding/tindle-logo.gif) no-repeat 0 100%; 
	text-indent : -9999em;	
	}
/* =emphasis */
strong { font-weight: bold; }
em { font-style : italic; }

/*style for help*/
.hide {display:none}
.left {float:left}
.right {float:right}
.noFloat {float:none}
.center {margin:0 auto}
.clear {clear:both}
.clearRight {clear:right}
.clearLeft {clear:left}
.noWrap {white-space:nowrap}
.noBorder {border:none}
.block {display:block}
.inline {display:inline}
.margin-none{margin:0;}
.grey{color:#888;}
.black{color:#000;}
.white{color:#fff;}
.margin2{margin-left:2px;}

/* =Text helpers */
.alignCenter {text-align:center}
.alignLeft {text-align:left}
.alignRight {text-align:right}
.bold {font-weight:bold}
.italic {font-style:italic}
.underline {text-decoration:underline}
.noline{text-oration:none;}
.stroke {text-decoration:line-through}
.small {font-size:x-small}
.smaller {font-size:xx-small}
.big {font-size:x-large}
.bigger {font-size:xx-large}
.uppercase {text-transform:uppercase}
.sup {vertical-align:super}
.sub {vertical-align:sub}
.top{vertical-align:text-top}
.error {color:#ff0000}


br.clearall {
	clear:both;
	height:0em;
	line-height:0em;	
	}
/* =Main container boxes
-----------------------------------------------------------------------------*/
#container{
	width: 100%;
	text-align: center;
	float:left;
	}
#header{
	width: 100%;
	background: #000;
	text-align: center;
	overflow: hidden;
}
#header-inner{
	margin: 0px auto;
	width: 760px;
	position:relative;
	height:111px;
	padding: 0;
	text-align:left;
	overflow: hidden; 
}
#content{
	width: 774px;
	w\idth:760px;
	margin: 0 auto;
	padding:0 7px;
	font-size: 1.1em;
	text-align:left;
	font-family: Arial, Helvetica, Tahoma, sans-serif; 
	}
body#home #container{
	background: #000 url(../images/bg-home.gif) no-repeat center top;
}
body.classic{background: #000 url(../images/bg-classic-basic.gif) repeat-x center top;}
body.contemporary{background: #000 url(../images/bg-contemporary-basic.gif) repeat-x center top;}
body.traditional{background: #000 url(../images/bg-traditional-basic.gif) repeat-x center top;}
body.vintage{background: #000 url(../images/bg-vintage-basic.gif) repeat-x center top;}
body.contact #container{background: url(../images/bg-contact-basic.gif) no-repeat center top;}
body.contact #content,
body.classic #content,
body.contemporary #content,
body.traditional #content,
body.vintage #content{
	background:#2C2C2C;
	}
div.phone{
	margin:20px 0 0;
	text-align:right;
	width:280px;
	float:right;
	}
p#phone,
p#number{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size:1.5em;
	line-height:1.2em;
	letter-spacing:0.05em;
	margin-bottom:0;
	font-weight:bold;
	
	}
p#phone{
	padding-bottom: 5px;
}
p#number{
	font-size:2.2em;
	color:#ffffff;
	letter-spacing:0.12em;
	font-weight:normal;
	}
fieldset#search{	
	float:right;
	margin-bottom:4px;
	}
fieldset#search .text {
	width:147px;
	w\idth:141px;
	padding:1px 3px 0;
	height:16px;
	hei\ght:15px;
	line-height:1;
	float:left;
	border:1px solid #474747;
	}
fieldset#search	label{ 
	color:#fff;
	float:left;
	width:90px;
	w\idth:80px;	
	padding:3px 10px 0 0;
	line-height:1em;
	font-size:1.1em;
	}
/*home pages*/	
#briefly{
	width:758px;
	w\idth:728px;
	padding-left:31px;
	height:194px;
	border:1px solid #6A6A6A;
	border-top:none;
	background:#000 url(../images/bg-briefly.jpg) no-repeat top;
	}
#briefly p{
	width:398px;
	font-size:1.3em;
	line-height:1.6em;
	}
.splash{
	float:left;
	margin:25px 9px 0 0;
}
#last {margin:25px 0 0;
}
p.summary{
	width:183px;
	color:#B7B7B7 !important;
	padding-top:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	}	
.splash a img{border:1px solid #757575;}
body.lightbox .splash a img{border:1px solid #E6E6E3; border-bottom:1px solid #767479;}		
.splash span.Classic,
.splash span.Contemporary,
.splash span.Traditional,
.splash span.Vintage{
	display:block;
	width:183px;
	height:28px;
	cursor:pointer;
	text-indent :-9999em;
	}
body.lightbox .splash span.Classic,
body.lightbox .splash span.Contemporary,
body.lightbox .splash span.Traditional,
body.lightbox .splash span.Vintage{
	width:181px;
	border:1px solid #E6E6E3;
	border-top:none;
	}	
.splash a span.Classic{background:url(../images/bg-a-classic.gif) no-repeat;}
.splash a:hover span.Classic{background:url(../images/bg-a-rol-classic.gif) no-repeat;}
.splash a span.Contemporary{background:url(../images/bg-a-contemporary.gif) no-repeat;}
.splash a:hover span.Contemporary{background:url(../images/bg-a-rol-contemporary.gif) no-repeat;}
.splash a span.Traditional{background:url(../images/bg-a-traditional.gif) no-repeat;}
.splash a:hover span.Traditional{background:url(../images/bg-a-rol-traditional.gif) no-repeat;}
.splash a span.Vintage{background:url(../images/bg-a-vintage.gif) no-repeat;}
.splash a:hover span.Vintage{background:url(../images/bg-a-rol-vintage.gif) no-repeat;}
#nav-categories {
	float:left;
	font-size:1.1em;
	z-index:9;
	margin-top:8px;
	cursor:pointer;
}
#nav-categories p {
	border:1px solid #757575;
	background:url(../images/bg-p-point.gif) no-repeat right 50%;
	color:#b7b7b7;
	margin-bottom:0;
	width:183px;
	w\idth:162px;
	padding:5px 9px 5px 10px;
	line-height:0.9em;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	}
body.lightbox #nav-categories p{border:1px solid #E6E6E3;}		
.image-title
{
	font-size: 1.3em;
	position: relative;
	text-align: center;
	padding: 7px 0;
}
/* Footer */
#footer{
	line-height: 1.6em;
	font-size:1em;
	width:760px;
	margin:0 auto;
	background:#2C2C2C;
	text-align:left;
	overflow: hidden;
	}

body#home #footer{background:none;}
body#white #footer, body.login #footer, body.contact #footer{background:#fff;}
#footer a{
	color: #fff;
	}
#footer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	font-size:0.9em;
	}
#footer div.left ul{margin-top:1px;}	
#footer	p span{font-size:1.1em;}	
.w500{width:500px;}

body#white #footer a, body.login #footer a, body.contact #footer a, body.lamp-shades #footer a, #product #footer a{color:#bbb;}
body#white #footer p, body.login #footer p, body.contact #footer p, body.lamp-shades #footer p, #product #footer p{color:#d7d7d7;}
body#white #content-right a, body.login #content-right a, body.contact #content-right a, body.lamp-shades #content-right a{color:#999;}

/*-----------------------------------------------------------------------------
	styles for splash pagess
-----------------------------------------------------------------------------*/
#content-left{
	float: left;
	width: 622px;
	}
#content-no-product{width:760px;}	
body.splash-page #content-left,
body.splash-page #content-no-product{
	height:837px;
	min-height:837px;
	}
body[class]splash #content-left {height:auto}
body[class]splash #content-no-product {height:auto}	
body.classic #content-left,
body.contemporary #content-left,
body.traditional #content-left,
body.vintage #content-left{
	background:#000 url(../images/bg-default-left.jpg) no-repeat top;
	position:relative;
}
body.classic #content-no-product{background:#000 url(../images/splash-no-products-classic.jpg) no-repeat top;}
body.contemporary #content-no-product{background:#000 url(../images/splash-no-products-contempo.jpg) no-repeat top;}
body.traditional #content-no-product{background:#000 url(../images/splash-no-products-traditio.jpg) no-repeat top;}
body.vintage #content-no-product{background:#000 url(../images/splash-no-products-vintage.jpg) no-repeat top;}
body.classic #content-no-product,
body.contemporary #content-no-product,
body.traditional #content-no-product,
body.vintage #content-no-product{position:relative;}
#content-right{
	float: left;
	width: 138px;
	w\idth:	100px;
	padding:15px 16px 5px 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	}
#nav-top-left {
	position:relative;
	float:left;
	z-index:9;
	letter-spacing:-0.01em;
	padding:1px 0 0;
	width:164px;
	height:56px;
	background:#000;
    cursor:pointer;	
}
#nav-top-left h3 {
	background:url(../images/bg-h3-point.gif) no-repeat right 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#fff;
	padding-bottom:9px;
	line-height:1.1em; 
	margin:34px 10px 0 8px;
	font-weight:normal;
	}
div#transperant,
div#transperant-wide{	
	width: 454px;
	margin-left:0px;
	height:57px; 
	float:right;
	background: url(/images/branding/transparentBg.png);
	}
div#transperant-wide{width:760px;}
div#transperant h1,
div#transperant-wide h1{	
	padding: 14px 0 5px 15px;
	font:2.5em Georgia, "Times New Roman", Times, serif; 
	color:#fff!important;
	}	
.product-list{
	margin:0;
	}
.product-list p{
	line-height:1.3;
	margin:0 0 0 1px;
	}	
.product-list img{	
	width:100px;
	border:none;
	margin:6px 0 5px;
	}
.product-list a{ 
	cursor:pointer;
	text-decoration:none;
}	
.product-list a:hover{text-decoration:underline;}
#quotes-start{
	position:absolute;
	bottom:14px;
	left:15px;
	padding:25px 30px 20px 33px;
	font:1.8em Georgia;
	letter-spacing:-0.01em;
	line-height:2em;
	/*width:532px;
	w\idth:467px;*/
	color:#fff;
	background: url(/images/branding/transparentBg.png);
	}
p.quotes{
	white-space:pre;
	margin-bottom:0;
	}	
/*-----------------------------------------------------------------------------
	styles for product pages
-----------------------------------------------------------------------------*/
body#product #content-left{
	float: left;
	width: 185px;
	background:none;
}
body#product #content-right,
body#product.login #content-right{
	float: left;
	width: 575px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
body#product #content,
body#white #content{
	background: #fff;
	color:#000;
}
body#product #footer,
body.login #footer,
body.contact #footer{
	background:#fff;
	color:#C4C4C4 !important;
	}
/* diiferent background */
body#product.classic{background: #fff url(../images/bg-product/bg-classic.gif) repeat-x top;}
body#product.contemporary{background: #fff url(../images/bg-product/bg-contemporary.gif) repeat-x top;}
body#product.traditional{background: #fff url(../images/bg-product/bg-traditional.gif) repeat-x top;}
body#product.vintage{background: #fff url(../images/bg-product/bg-vintage.gif) repeat-x top;}
#lightbox{
	width:162px;
	margin:14px 0 0;
	border:1px solid #000;
	}
#lightbox a.view{}	
/*link styles*/	
a.lightbox,
a.zoom,
a.view,
a.add, 
a.download,
a.save{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#8B8B8B !important;
	}
a.view,
a.add,
a.download{
	background: url(../images/bg-decription-a.gif) no-repeat 4px 50%;
	margin:3px 0 4px;
	padding:3px 0 3px 15px;
	line-height:1em;
	color:#888;
	width:162px;
	w\idth:145px;
	}
a.view.w100{width:115px; w\idth:100px;}		
a.add{background: url(../images/bg-a-add.gif) no-repeat 4px 50%;}
a.zoom{
	padding:2px 0 2px 12px;
	background: url(../images/bg-a-zoom.gif) no-repeat 0 50%;
	text-decoration:none;
	font-size:1em;
	}	
a:hover.view, a:hover.save {text-decoration:none;}	
a:hover.add{
	background:#000 url(../images/bg-a-add-rol.gif) no-repeat 4px 50%;
	color:#fff !important;
	}				
a:hover.zoom{text-decoration:underline;}
a:hover.download{
	background:#000 url(../images/bg-a-download-rol.gif) no-repeat 4px 50%;
	color:#fff !important;
	text-decoration:underline;
	}	
input.remove{
	display:block;
	border:none;
	width:60px;
	height:19px;
	background:#000 url(../images/bg-button-remove.gif) no-repeat 0 0;
	text-indent:-9999em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:left;
	text-decoration:underline;
	text-transform:uppercase;
	color: #8B8B8B;
	}
input.take{
	display:block;
	border:none;
	width:120px;
	w\idth:112px;
	height:19px;
	hi\ight:15px;
	padding: 2px 0 2px;
	padding-left: 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:left;
	text-decoration:underline;
	color: #8B8B8B;
	background: url(../images/bg-decription-a.gif) no-repeat 0 50%;
	}
input.take.w100{width:108px; w\idth:100px;}
.save{
	background: url(../images/bg-decription-a.gif) no-repeat 0px 50%;
	margin:0;
	padding:2px 0 2px 10px;
	line-height:1em;
	float:left;
	}
.info p{font-size:1em;}	
.info a{font-size:0.9em;}		
.info a.view,
.info .save,
.info a.add, .info a:hover.add{
	padding:2px 0 2px 10px;
	background-position:0 50%;
	}
.info a.add{width:100px; w\idth:85px;}
		
#lightbox a{
	text-decoration:none;
	font-size:1em;
	}
#lightbox a.view{
	margin:8px 0 5px;
	background: url(../images/bg-decription-a.gif) no-repeat 9px 50%;
	padding:3px 0 3px 20px;
	width:120px;
	}	
.decription a.view, 
.decription a.add,
.decription a.download{
	margin:0;
	}		
.decription a.view,
.decription a.add,
.decription a.download{
	padding:2px 0 2px 16px;
	color:#888;
	width:103px;
	w\idth:89px;
	}

span.left{line-height:1.1em;color:#8B8B8B;}
.info span.left{line-height:1.5;}
.decription .save{padding-left:0; background:none;}	
.decription .remove,.decription span.left{margin:0;}
.decription span.left{line-height:1.3em;}
#lightbox a.lightbox,
div.lightbox-title{
	text-transform:uppercase;
	background:#000 url(../images/bg-product/bg-a-lightbox.gif) no-repeat 8px 6px;
	color:#fff !important;
	width:162px;
	w\idth:132px;
	font-size:1.3em;
	letter-spacing:0.1em;
	padding:0 0 0 30px;
	line-height:30px;
	}
div.lightbox-title{	
	width:759px;
	w\idth :729px; 
	margin-top:10px;
	}	
div.pager {
	margin:0 0 11px;
	border:1px solid #E6E6E6;
	background:#F8F8F8;
	padding:6px 14px;
	font-weight:bold;
	color:#616161 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:571px;
	w\idth:541px;
	}
div.pager.full{	width:757px; w\idth:727px;}	
.pager p{margin:0;}
.pager div{
	float:left;
	}
.pager div.alone{
	float:none;
	color:#000!important;}
.pager span{
	display:block;
	clear:right;
	font-weight:bold;
	}
.pager a {
	color:#000 !important;
	margin:0 3px;
	font-weight:bold;	
	}
div.decription{
	width:140px;
	w\idth:103px;
	padding:0 37px 0 0;
	color:#000;
	float:left;
	margin-bottom:12px;
	}
.description.thin{
	width:113px;
	w\idth:103px;
	padding:0 10px 0 0;
	float:left;
	}
.description.thin a.view,
.description.thin a.add,
.description.thin a.download{
	width:103px;
	w\idth:86px;
	}	
p.alignRight.bold{
	margin:0 7px;
	padding:10px 0 0;
	}
div.decription p{
	width:103px;
	margin-bottom:0;}
div.decription img{
 	margin:0 0 10px;
	width:103px;
}
body#white div.decription a,
div.decription a{
	color:#000;
	}
.big-image{
	float:left;
	position:relative;
	width: 262px;
	margin:15px 0 0 21px;
}	
.big-image img{
	width: 262px;
	margin:3px 0 25px;
	}
.big-image p{
	width: 262px;
	margin-bottom:0px;
	}
.info{
	width:285px;
	margin:0 0 10px;
	float:left;
	font-size:1.1em;
	padding-top:3px;
	}
.info h6{
	font-weight:bold;
	color:#000;
	padding-bottom:9px;
	}
/*-----------------------------------------------------------------------------
	form styles
-----------------------------------------------------------------------------*/
fieldset {
	border:none;
	margin:0;
	}
fieldset#customer-login {
	float:left;
	width:570px;
	w\idth:530px;
	padding:29px 24px 22px 16px;
	margin:5px 0;
	background:#F8F8F8;
	border:1px solid #E5E5E5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
  }
fieldset#customer-login.alt {
	border:none;
	background:none;
	margin:0;
	}	
fieldset#customer-login br { clear:left;}	
fieldset#customer-login div {
	padding:19px 20px 4px 0;
	float:left;
	}
#divForm,
#divEmail {
	padding:0;
	}
legend {
	color:#000;
	font-size:1.1em;
	}
fieldset#customer-login label,
fieldset#customer-login p {
	width:110px;
	float:left;
	color:#000;
	padding:0;
	margin:0 10px 0 0;
	}
fieldset#customer-login p {
	width:400px;
	float:none;
	line-height:1.8em;
	margin:12px 0 15px 0;
	text-align:left;
	}

fieldset#customer-login .text,
fieldset#customer-login select,
fieldset#customer-login .textarea{
	margin:0 0 4px;
	height:20px;
	hei\ght:16px;
	width:181px;
	w\idth:177px;
	padding:2px;
	border:1px solid #E5E5E5;
	float:left;
	vertical-align:baseline
}
fieldset#customer-login textarea.text {
	overflow:auto;
	height:66px;
	}
fieldset#customer-login select option{border:none; padding:2px;}

fieldset#customer-login select {
	height:20px;
	padding:0;
	width:183px;
	}
fieldset#customer-login .radio {
	width:530px;
	margin:7px 0 11px 0; 
}
fieldset#customer-login .radio input {
	float: left; 
	height: 15px;
	margin: 0 5px 5px 0;
	}
fieldset#customer-login .radio label {
	width:auto;
	float:left;
	margin:0 30px 0 0;
	}
fieldset#customer-login .checkbox input{
	float:left;
	margin:0 5px 0 0;}
fieldset#customer-login div label{width:270px;}	
input.submit,
input.submit-save{
	height:20px;
	border:none;
	width:95px;
	display:block;
	float:right;
	margin:0 4px 0;
	cursor:pointer;
	background:#9A9A9A url(../images/submit.gif) no-repeat; 
	text-indent:-9999em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0.2em;
	font-size:1em;
	text-align:center;
	text-transform:uppercase;
	color: #F9F9F9;
	}
input.submit-save{background:#9A9A9A url(../images/submit-save.gif) no-repeat;}	
#customer-login a{color:#9C9C9C;}	
/** Content styles **/
img.emblem{
	position:relative;
	margin:0 30px 10px 0;
	float:left;
	}
span.grey{
	font-style:italic;
	margin-left:150px;
	}
.info span.grey{
	margin-left:0px;
	}
 .error-hide {display: none;}
/*-----------------------------------------------------------------------------
	search form
-----------------------------------------------------------------------------*/
html.js .search-button,.search-button{
	position:relative;
	height:18px;
	top:-10px;
	margin-left:4px;
	text-indent:-999em;
	background:#000 url(../images/bg-search-but.gif) no-repeat center 50%;
	width:20px;
	border:1px solid #757575;
	}
.search-button{top:2px; left:106px;}	
.suggestion_list{
	 background:#fff;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:1.1em;
	 color:#000 !important;
	 w\idth:131px;
	 width:139px;
	 text-transform:lowercase;
	 border:1px solid #757575;
	 padding:4px;
	 cursor:hand;
	 z-index:1000;
 }
 .suggestion_list ul{
	 list-style-type: none;
	 color:#000;
	 z-index:1000;
	 position:relative;
 }
 .suggestion_list li a,
 .suggestion_list li{
 	color: #000!important;
 	text-decoration:none;
	padding: 4px 0 0 !important;
	text-transform:none;
	text-indent: 0 !important;
	float: none !important;
	text-align: left;
	}
 .suggestion_list .selected a,
 .suggestion_list .selected,
 .suggestion_list .selected a:hover{
	 text-decoration:underline!important; 
	 color:#000!important;
	 }
 #autosuggest {
	 display: none;
 }
/* =Sitemap
-----------------------------------------------------------------------------*/
#sitemap ul
{
	margin-left: 0px;
	padding-left: 15px;
}
#sitemap ul li
{
	margin-left: 0px;
	padding: 2px 0;
}
/* =add style
-----------------------------------------------------------------------------*/
a.fuse8{
	display: block;
	width: 88px;
	float:right;
	height: 16px;
	overflow: hidden;
	text-indent: 999em;
	text-align:right;
	background:url(/assets/images/fuse8.gif) no-repeat;
}
body#home a.fuse8{background:url(/assets/images/fuse8Homelogo.gif) no-repeat;}
.splash-page a.fuse8{
	background:url(/assets/images/fuse8DarkGrey.gif) no-repeat;
	}
div#related{margin-top:-26px;}
#map{width:575px;}

