@charset "utf-8";
/* CSS Document */

/*
# -----------------------------------------------------------------------
# Project name: Blist
# -----------------------------------------------------------------------
# Copyright information:
# Copyright (C) 2008-2009 Blist All Rights Reserved.
# @license - Copyrighted Commercial Software
# This file may not be redistributed in whole or significant part.
# -----------------------------------------------------------------------
# Project information:
# version: 0.0.1  (10/12/2009)
# Tested in: Firefox; Chrome; Opera; Safari; IE8; IE7;
# (this CSS will not be optimized for IE6 or any other before that)
# -----------------------------------------------------------------------
# Author info:
# Name: Marco Monteiro
# Country: Portugal
# E-mail: mpmont@gmail.com or marco.monteiro@live.com
# Twitter: http://www.twitter.com/MarcoM0nteir0
# HomePage: http://marcomonteiro.net
# -----------------------------------------------------------------------
*/

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, 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;
  vertical-align: baseline;
}

em {
	font-style: italic;
}

table { 
	border-collapse: separate; border-spacing: 0; 
}

caption, th, td { 
	text-align: left; font-weight: normal; 
}

table, td, th { 
	vertical-align: middle; 
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}

blockquote, q { 
	quotes: "" ""; 
}

a img { 
	border: none; 
}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: #e4e4e4 url(../images/system/bg_portal_sem_logo.png) no-repeat 0px 0px;
 background-attachment:fixed;
background-position: top center; 
 /*background-size:2560px 985px;*/
 background-size:2432px 935px;
} 

 .docfolder{
	background:url(../images/system/folder_page.png) no-repeat scroll 0 0 transparent;
	padding:1px 0 1px 16px;
}

 .image-box{
	-moz-box-shadow: 4px 5px 2px #BBB; /* Firefox */
	-webkit-box-shadow: 4px 5px 2px #BBB; /* Safari and Chrome */
	box-shadow:4px 5px 2px #BBB;/* Firefox */
	behavior: url(ie-css3.htc);/* IE */
}
/* -------------------------------------------------------------- 
  
   GENERAL.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
html, body, form, fieldset {
	overflow-x: hidden;
}

a {text-decoration: none;color: #ee820f;}

a:hover {color: #3d3c3f; text-decoration: underline;}


a:active {color: #3d3c3f; text-decoration: underline;}

a:focus {color: #3d3c3f; text-decoration: underline;}

a img {border: none;}

img {margin: 0;padding: 0;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	color: #3d3c3f;
	font-family: Arial, Helvetica, sans-serif;
}
 
/* -------------------------------------------------------------- 
  
   STRUCTURE
   * all the styles for the main structure goes here
   
-------------------------------------------------------------- */ 
#wrapper{
 	background: #FFF url(../images/system/left-bg.jpg) repeat-y;  
}

#pagewidth{ 
	width:985px;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background: #ffffff;
} 
 
#header{
	position:relative; 
	height:220px; 
	background:#E4E4E4; 
	width:100%;
	/*padding: 25px 0 0 0;*/
	padding: 5px 0 0 0;
	top:-5px;
} 
 
#leftcol{
	width:207px; 
	float:left; 
	position:relative; 
	background:#ffffff url(../images/system/left-bg.jpg) repeat-y;
	margin: 0 0 7px 0;
}
 
#twocols{
	width:778px; 
	float:right; 
	position:relative; 
	background: #ffffff;
}
#onecols{
	/*width:778px; */
	float:right; 
	position:relative; 
	background: #ffffff;
}
#rightcol{
	width:198px; 
	float:right; 
	position:relative; 
	background:#ffffff;
	margin: 10px 0 7px 0;
}
 
#maincol{
	background: #ffffff;  
	float: left; 
	display:inline; 
	position: relative; 
	width:530px;
	padding: 10px 25px;
}

 #maincol2{
	background: #ffffff;  
	float: left; 
	display:inline; 
	position: relative; 
	width:730px;
	padding: 10px 25px;
}
#footer{
	height:20px; 
	background-color:#3d3c3f; 
	clear:both;
	padding: 4px 20px;
} 

/* -------------------------------------------------------------- 
  
   FIX
   * all the styles fix goes here
   
-------------------------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	background: #ffffff;
 }
 
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */  
 /*printer styles*/ 
 @media print{ 
	/*hide the left column when printing*/ 
	#leftcol{
		display:none;
	} 
	/*hide the right column when printing*/ 
	#rightcol{
		display:none;
	} 
	#twocols, #maincol, #onecols{
		width:100%; 
		float:none;
	}
}

/* -------------------------------------------------------------- 
  
   HEADER
   * ALL THE HEADER STYLES.
   
-------------------------------------------------------------- */
div#outheader{
	height: 220px;
	width: 985px;
	background: url(../images/system/innerheader-bgl.jpg) repeat-x;
}

div#innerheader{
	height: 220px;
	background: url(../images/system/header-bg-top-left.png) no-repeat;
	background-position: 2.6% 0;
}

div#logo{
	height: 146px;
	width: 156px;
	padding: 36px 0 0 23px;
	float: left;
}


/* -------------------------------------------------------------- 
  
   NAVIGATION
   * 
   
-------------------------------------------------------------- */
div#navigation{
	background: url(../images/system/menu-bg.jpg) repeat-x;
	height: 32px;
	width: 985px;
}


div#date p{
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 10px;
	margin: 10px 10px;
	position: absolute;
	background: url(../images/system/date-bg.png) no-repeat;
	padding: 0 0 0 13px;
}
/* -------------------------------------------------------------- 
  
   LEFT
   * 
   
-------------------------------------------------------------- */
/* -------------------------------------------------------------- 
   LEFT - search
-------------------------------------------------------------- */
div#search{
	width: 207px;
	margin: 10px 0 0 0;
}

div#search div#left-title h4{
	background: #3d3c3f url(../images/system/search-bg.png) no-repeat left;
	border-top: 1px #ee820f solid;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0 3px 23px;
	background-position: 5%;
	margin: 0 0 10px 0;
}

div#search-form form table tbody tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3c3f;
	font-weight: bold;
	padding: 3px 0 0 12px;
}

div#submit input{
	border: none;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	right: 0px;
}

div#search-form form input:hover{
	color: #E98110;
}

#big{
	width: 120px;
}

#small{
	width: 54px;
}

#preco{
	width: 48px;
}
/* -------------------------------------------------------------- 
   LEFT - login
-------------------------------------------------------------- */
div#login{
	
	/*width: 207px;
	margin: 10px 0 0 0;*/
	
	/*width: 201px;*/
	margin: 0px 0 0 0;
}

div#login div#right-title h4{
	background: #3d3c3f url(../images/system/login-bg.png) no-repeat left;
	border-top: 1px #ee820f solid;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0 3px 23px;
	background-position: 5%;
	margin: 0 0 10px 0;
}

div#login-form form table tbody tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3c3f;
	font-weight: bold;
	padding: 3px 0 0 12px;
}

div#submit input{
	border: none;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	float: right;
}

div#submit input:hover{
	color: #E98110;
}

div#login a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ee820f;
	padding: 0 0 0 12px;
	text-decoration: none;
}

div#login a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3C3F;
	padding: 0 0 0 12px;
	text-decoration: underline;
}

#log{
	width: 115px;
}
/* -------------------------------------------------------------- 
   ORCAMENTOS
-------------------------------------------------------------- */
div#orcamentos-form form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3c3f;
	font-weight: bold;
	padding: 3px 0 0 12px;
}
div#orcamentos-form input{
	color:#3D3C3F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:justify;
}
div#orcamentos-form div h2{
	font-size: 13px;
	background-color:#3D3C3F;
	border-top:1px solid #EE820F;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin:0 0 5px;
	padding:3px 5px;
}
div#orcamentos-form label{
	text-align:right;
	margin-right: 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
}


	
div#orcamentos-form form input:hover{
	color: #E98110;
}
div#submit-orcamentos input {
	background:none repeat scroll 0 0 #F6F6F2;
	border:1px solid #DDDDDC;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:10px;
}

/* -------------------------------------------------------------- 
   LEFT - login
-------------------------------------------------------------- */
div#news{
	width: 207px;
	margin: 10px 0 0 0;
}

div#news div#left-title h4{
	background: #3d3c3f url(../images/system/news-bg.png) no-repeat left;
	border-top: 1px #ee820f solid;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0 3px 23px;
	background-position: 5%;
}

div#new {
/*	border-bottom: 1px #ee820f dotted;*/
	margin: 10px;
}

div#news div#new p.news-date{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	padding: 0 13px;
	background: url(../images/system/news-date-bg.png) no-repeat left;
}

div#news div#new p.news-title{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3c3f;
}

div#news div#new p.news-intro{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3c3f;
	margin: 0 0 10px 0;
}

div#news div#new p.news-intro a{
	color: #ee820f;
	text-decoration:none;
}

div#news div#new p.news-intro a:hover{
	color: #3d3c3f;
	text-decoration: underline;
}
/* -------------------------------------------------------------- 
  
   RIGHT
   * 
   
-------------------------------------------------------------- */
/* -------------------------------------------------------------- 
   RIGHT - pub
-------------------------------------------------------------- */



div#pub div#right-title h4{
	background: #3d3c3f url(../images/system/pub-bg.png) no-repeat left;
	border-top: 1px #ee820f solid;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0 3px 23px;
	background-position: 5%;
	margin: 0 0 10px 0;
}

div#liguenos{
	
	/*width: 207px;
	margin: 10px 0 0 0;*/
	
	/*width: 201px;*/
	margin: 10px 0 0 0;
}

div#liguenos div#right-title h4{
	background: #3d3c3f url(../images/system/pub-bg.png) no-repeat left;
	border-top: 1px #ee820f solid;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0 3px 23px;
	background-position: 5%;
	margin: 0 0 0 0;
}

div#pub div#pub-item{
	margin: 0 10px 0 0;
	padding: 7px 0 7px 15px;
	border-bottom: 1px #ee820f dotted;
}

div#liguenos div#lig-item{
	margin: 0 10px 0 0;
    height:89px;	
}

div#liguenos div#lig-item a {
	margin:0px;
    padding:0px;	
}





/* -------------------------------------------------------------- 
   RIGHT - empreendimentos
-------------------------------------------------------------- */
div#empreendimentos {
/*	border-bottom: 1px #ee820f dotted;*/
	margin: 10px;
	margin-left:0px;
	width:207px;
}


div#empreendimentos div#left-title h4{
    background: #3d3c3f url(../images/system/search-bg.png) no-repeat left;
	/*background: #3d3c3f url(../images/system/pub-bg.png) no-repeat left;*/
	border-top: 1px #ee820f solid;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0 3px 23px;
	background-position: 5%;
	margin: 0 0 10px 0;
}

div#empreendimentos div#left-title h4{
	background: #3d3c3f url(../images/system/search-bg.png) no-repeat left;
	
	border-top: 1px #ee820f solid;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0 3px 23px;
	background-position: 5%;
	margin: 0 0 0 0;
}

div#empreendimentos div#empre-item{
	margin: 0 10px 0 0;
	padding: 7px 0 7px 15px;
	/*border-bottom: 1px #ee820f dotted;*/
}

div#empreendimentos div#empre-item{
	margin: 0 10px 0 0;
    height:79px;	
}

div#empreendimentos div#empre-item a {
	margin:0px;
    padding:0px;	
}




/* -------------------------------------------------------------- 
  
   MAIN
   * all the main-colu styles goes here
   
-------------------------------------------------------------- */
/* -------------------------------------------------------------- 
   HOME
-------------------------------------------------------------- */

div.article{
	padding: 0 0 15px 0; 
}

div.article div.article-title h2{
	background-color: #3d3c3f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ee820f;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0 0 0 0;
}

.div#maincol div.article img{
	border-bottom-width: 1px;
/*	border-bottom-style: solid;
	border-bottom-color: #ee820f;*/
	float: left;
	margin: 0 15px 0 0;
}

div#maincol div#articles p{
	color: #3d3c3f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}

.div#maincol2 div.article img{
	border-bottom-width: 1px;
/*	border-bottom-style: solid;
	border-bottom-color: #ee820f;*/
	float: left;
	margin: 0 15px 0 0;
}

div#maincol2 div#articles p{
	color: #3d3c3f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}
/* -------------------------------------------------------------- 
   ARTICLE
-------------------------------------------------------------- */

div.article-solo div.article-title h2{
	background-color: #3d3c3f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ee820f;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 5px;
}

div#maincol div.article-solo img{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3d3c3f;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3d3c3f;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3d3c3f;
	float: left;
	margin: 0 15px 0 0;
}

div.article-left{
	width: 48%;
	float: left;
	padding-right: 10px;
}

div.article-left h3, div.article-right h3{
	background-color: #3d3c3f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ee820f;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 5px;
	margin: 15px 0;
}


div.article-right{
	width: 48%;
	float: right;
	padding-left: 10px;
}

/* -------------------------------------------------------------- 
   AGENTS
-------------------------------------------------------------- */
div.agents{
	padding: 0;
	margin-bottom: -25px;
}

div.agents div.article-title h2{
	background-color: #3d3c3f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ee820f;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}

div#maincol div.agents img{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ee820f;
	float: left;
	margin: 0 15px 0 0;
}


div.person-description .name{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

div.person-description address{
	margin: 20px 0;
}

div.person-description p.more{
	margin: 50px 0;
}
/* -------------------------------------------------------------- 
   SEARCH RESULT
-------------------------------------------------------------- */
div.search-result div.article-title h2{
	background-color: #3d3c3f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ee820f;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}

div.search-result div.search-number p{
	padding: 0 15px;
}

div.search-result div.search-number p span{
	font-weight: bold;
}

div.result-item{
	margin: 10px 5px;
	background: #e4e4e4;
	width: 166px;
	float: left;
}

div.result-item img{
	border-bottom: 2px #ee820f solid;
	width: 166px;
}

div.result-item img:hover{
	border-bottom: 2px #ee820f solid;
	opacity:0.55;
	-moz-opacity: 0.55;
	filter: alpha(opacity=55);
}

div.result-left{
	width: 72px;
	float: left;
	background: #e4e4e4;
	text-align: left;
	padding: 5px;
}

div.result-left p.name{
	font-weight: bold;
}

div.result-left p.price{
	color: #ee820f;
}

div.result-right{
	width: 72px;
	float: right;
	background: #e4e4e4;
	text-align: right;
	padding: 5px 0 0 0;
}

div.result-right p.desc{
	margin-left: 52px;
}

div.result-right p.size{
	margin-left: 14px;
}

div.result-item-blist {
	margin:10px 1px;
	width:510px;
	border:1px solid orange;
	background:url("../images/system/Resultado_Pesquisa_Imoveis.png") repeat-y scroll 0 0 #FFFFFF;
}
/* -------------------------------------------------------------- 
   CONTACT
-------------------------------------------------------------- */
div.contact{
	margin: 10px 0 15px 0;
	width: 240px;
}

div.show-contacts{
	float: left;
}

div.contacts div.article-title h2{
	background-color: #3d3c3f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ee820f;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}

div.contacts div.contact p.name{
	font-weight: bold;
}

div.contacts div.contact p.phone span.phonenumber1{
	padding-left: 25px;
}

div.contacts div.contact p.phone span.phonenumber2{
	padding-left: 17px;
}

div.contacts div.contact p span.mail1{
	padding-left: 10px;
}

div.contacts div.contact-form{
	width: 270px;
	float: right;
	margin: -27px 0;
}

div.contacts div.contact-form h2{
	background-color: none;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}

div.contacts div.contact-form p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#contactbox{
	width: 262px;
}

div#submit-contact input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #f6f6f2;
	border: 1px #dddddc solid;
	float: right;
	margin: 10px;
}

/* -------------------------------------------------------------- 
   JOBS
-------------------------------------------------------------- */
div.jobs div.article-title h2{
	background-color: #3d3c3f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ee820f;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}

div.jobs div.article-title h2 span.right-date{
	float: right;
}

div.jobs div.article-title h2 span.center{
	padding: 0 0 0 220px;
}

div#list1a span.right-date{
	float: right;
	font-weight: normal;
}

div.basic span.center{
	float: right;
	margin-right: 120px;
	font-weight: normal;
}

div.basic div.inner-accord{
	width: 220px;
	position: absolute;
	margin-top: 10px;
}

div.basic div.out-accord{
	margin-left: 260px;
	width: 200px;
	margin-top: 10px;
	height: 150px;
}

div.basic div.out-accord ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	list-style:none;
}

/* -------------------------------------------------------------- 
  
   FOOTER
   * all the styles footer goes here
   
-------------------------------------------------------------- */
/* -------------------------------------------------------------- 
   FOOTER - copyright
-------------------------------------------------------------- */
div#footer p.copyright{
	float: left;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

div#footer p.copyright span{
	font-weight: bold;
}

/* -------------------------------------------------------------- 
   FOOTER - menu
-------------------------------------------------------------- */
div#footer div#footer-menu{
	margin: 0 100px 0 0;
	color: #ffffff;
	float: right;
}

div#footer div#footer-menu span{
	padding: 0 3px;
}

div#footer div#footer-menu li{
	list-style: none;
	float: left;
}

div#footer div#footer-menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

div#footer div#footer-menu a:hover{
	text-decoration: underline;
}

/* -------------------------------------------------------------- 
   FOOTER - back to top
-------------------------------------------------------------- */
div#footer div#back-top{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer div#back-top a{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	background: url(../images/system/footer-backtop-bg.png) no-repeat right;
	padding: 0 10px;
}

#search-btn{
	background:none repeat scroll 0 0 #F6F6F2;
	border:1px solid #DDDDDC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}
