 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fff;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
}

/* Links */
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	margin: 0;
	padding: 0px 10px 5px 10px;
}
h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 200%;
	color: #663333;	
}
h3 {
	font-size: 160%;
	font-weight: normal;
	margin-top: -10px;
}
h4 {
	font-size: 150%;
	font-weight: normal;

}
p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 5px 10px;
	padding: 0 10px;
}
ul {
	list-style: none;
	line-height: 30px;
}

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
	font-size: 10px;
}

/* Images */
img {
	background: none;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 4px auto;
}
th {
	color: #555;
	padding: 0 4px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #d4d4d4 #d4d4d4 #ebebeb;
	background-color: #B7B8B6;
}
tr {

	background: #fff;
}
td {
	padding: 0 4px;
	border: 1px solid #ECECEC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;	
}	
/* end - table */

/* form elements */
form {
	margin: 10px 10px;
	padding: 5px 10px 20px 10px;
	border: 1px solid #DCDCDC;
	background-color: #D2D2D2;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #990000;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 250px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	width: 940px;
	height: 284px;
	text-align: left;
	margin: 0 auto;
}
#header-wrap2 {
	position: relative;
	width: 940px;
	height: 150px;
	text-align: left;
	margin: 0 auto;
}
#header-photo {
	position: absolute;
	top: 0px;
	left: 10px;
	padding: 0;
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */  
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/*  Navigation  */

#navfoto {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 25px;
	top: 30px;
	width: 460px;
}
#navfoto ul {
	list-style: none;
	padding: 0;
	display: inline;
	margin: 0;
	float: left;
}
#navfoto ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navfoto ul li a {
	margin: 0;
	padding: 0 2px;
	text-decoration: none;
	color: #fff;
	font-family: 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#navfoto ul li a:hover, 
#navfoto ul li a:active {
	color: #cc0000;
	background: none;
	border: none;
}
#navfoto ul li#current a {
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	padding-bottom: 10px;
}
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 290px;
	width: 620px;
	text-align: left;
}
#nav ul {
	list-style: none;
	padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	margin: 0;
	text-decoration: none;
	color: #999;           
	text-transform: uppercase;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 3px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #990000;
	border: none;
	font-weight: bold;
}
#nav ul li#current a {
	color: #990000;
	font-weight: bold;
	background-color: #ccc;
}

#nav2 {
	position: absolute;
	margin: 0;
	margin-left: -10px;
	padding: 0;
	top: 157px;
	width: 620px;
	text-align: left;
}
#nav2 ul {
	list-style: none;
	padding: 0;
	display: inline;
}
#nav2 ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav2 ul li a {
	margin: 0;
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 6px;
}
#nav2 ul li a:hover, 
#nav2 ul li a:active {
	color: #990000;
	border: none;
	font-weight: bold;
}
#nav2 ul li#current a {
	color: #990000;
	font-weight: bold;
	background-color: #ccc;
}

#content-outer {
	width: 100%;
}
#content-wrapper {
	width: 930px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background-image: url(../images/bgd_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	padding-top: 62px;
}
.col-one {
	margin-right: 295px;
	padding: 0 20px;
}
.col-two {
	float: right;
	width: 285px;
	margin-left: -295px;
}
.col-three {
	float: left;
	width: 300px;
	margin-left: -410px;
	margin-top: 12px;
}
.col-five {
	float: left;
	margin-right: 20px;
	width: 220px;
	padding-top: 20px;
}
.col-six {
	padding-left: 0px;
	margin-left: 285px;
	width: 220px;
	padding-top: 20px;	
}
.col-photo1 {
	width:680px;
	padding-left: 25px;
	}
.col-photo2 {
	float: left;
	width: 210px;
	margin-left: -220px;
}
.col-one, .col-two, .col-three {
	padding-bottom: 30px;
}

#content .col-one h2 {
	padding-bottom: 3px;
	color: #990000;
	letter-spacing: -1px;
	text-transform: none;
	margin-left: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}
#content .col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li {
	list-style-image: url(images/);
}
#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #111;
	text-transform: none;
	letter-spacing: -0.5px;
	background-image: url(../../images/bgd_h3.png);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#content-outer #content-wrapper .col-three h3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin: 0px;
	padding: 0px;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
}

ul.sidemenu li {
	list-style: none;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bgd_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}



#footer {
	float: left;	
	width: 940px;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px; 
}
#footer-bottom {
	clear: both;
	width: 940px;
	height: 60px;
	margin: 0 auto;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaa;

}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 5px;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#box {

	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.box1  {
	position: relative;
	width: 282px;
	height: 192px;
	float: left;
	padding: 6px;
	border: 1px solid #dadde2;
	text-align: left;
	background-color: #f8fafc;
	margin-right: 10px;
	margin-left: 5px;
}
.box2  {
	position: relative;
	width: 282px;
	height: 192px;
	float: left;
	padding: 6px;
	border: 1px solid #dadde2;
	text-align: left;
	background-color: #f8fafc;
	margin-right: 10px;
	margin-left: 5px;
}
.box3  {
	position: relative;
	width: 282px;
	height: 192px;
	float: left;
	padding: 6px;
	border: 1px solid #dadde2;
	text-align: left;
	background-color: #f8fafc;
	margin-right: 5px;
	margin-left: 5px;
}
.imgsemborda {
	border: none;
	padding: 0;
	margin: 0 10px 0 0;
}
.logo-marcas {
	border: none;
	padding: 0px;
	margin: 0px;
}
#content-outer #content-wrapper .col-two #destaque1 {
	height: 60px;
	width: 358px;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin-top: 15px;
}
#content-outer #content-wrapper .col-two #destaque2 {
	height: 60px;
	width: 358px;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin-top: 7px;	
}
#content-outer #content-wrapper #content .col-one #equipe {
	padding: 5px;
	margin: 10px;
}
#content-outer #content-wrapper #content .col-one #equipe a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	display: block;
}
#content-outer #content-wrapper #content .col-one #equipe a:hover {
	color: #CC3300;
}

#content-outer #content-wrapper #content .col-four #equipe2 {
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 270px;
	float: left;
}
#content-outer #content-wrapper #content .col-four #equipe2 a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	display: block;
}
#content-outer #content-wrapper #content .col-four #equipe2 a:hover {
	color: #CC3300;
}


.clique {
	font-size: 10px;
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #868885;
	padding-left: 0px;
}

#content-outer #content-wrapper .col-two .logo-audi {
	font-size: 18px;
	color: #fff;
	text-align: right;
	padding: 9px 20px;
	background-image: url(../images/logo_audi.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}
#content-outer #content-wrapper .col-two .logo-vw {
	font-size: 18px;
	color: #fff;
	text-align: right;
	padding: 9px 20px;
	background-image: url(../images/logo_vw.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}
#content-outer #content-wrapper .col-two .tunning {
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	border: 1px solid #CCCCCC;
	text-align: center;
	line-height: 6px;
}
.botao1 {
	font-size: 10px;
	display: block;
	text-align: center;
	width: 180px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
}
.botao1 a {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #333;
	display: block;
	padding: 4px;
	text-decoration: none;
}
.botao1 a:hover {
	background-color: #999;
	text-decoration: none;
	border-style: none;
}
.botao2 {
	font-size: 10px;
	display: block;
	text-align: center;
	width: 180px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 10px;
	float: left;		
}
.botao2 a {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #333;
	display: block;
	padding: 4px;
	text-decoration: none;
}
.botao2 a:hover {
	background-color: #999;
	text-decoration: none;
	border-style: none;
}
.botao3 {
	font-size: 10px;
	display: block;
	text-align: center;
	width: 370px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
}
.botao3 a {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #333;
	display: block;
	padding: 4px;
	text-decoration: none;
}
.botao3 a:hover {
	background-color: #999;
	text-decoration: none;
	border-style: none;
}
.botao4 {
	font-size: 10px;
	display: block;
	text-align: center;
	width: 370px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	border-style: none;
}
.botao4 a {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #888;
	display: block;
	padding: 4px;
	text-decoration: none;
	border-style: none;
	font-weight: bold;
}
.botao4 a:hover {
	background-color: #333;
	text-decoration: none;
	border-style: none;
}

.fio {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}
.email {
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	padding-left: 16px;
}
#content-outer #content-wrapper .col-photo2 li {
	background-image: url(../images/li_image.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	margin-left: -10px;
	font-weight: bold;
}
#content-outer #content-wrapper .col-photo2 li span {
	font-weight: normal;
	font-size: 10px;
}
#content-wrapper #content .col-photo1 .foto {
	padding: 0px;
	border: none;
	background-color: #F0F0F0;
}
#content-outer #content-wrapper .col-two #dhtmlgoodies_slidedown_menu td {
	line-height: 16px;
}
.new {
	margin-top: -10px;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/seta.gif);
	background-repeat: no-repeat;
	background-position: 326px center;
	font-weight: bold;	
}

/*  Navigation CSS Sprite col-three */

#menu {
	width: 280px;
	height: 46px;
	margin-bottom: 10px;

}
#menu ul {padding: 0; list-style-type: none; margin: 0;}
#menu li {float: left;}
#menu a {float: left; display: inline; text-decoration: none;}
#menu span{display:none;}

#menu a.pecas {width: 280px; height: 46px; background:url(../images/menu_css_sprite.jpg) 0px 0px no-repeat;}
#menu a.motor {width: 280px; height: 46px; background:url(../images/menu_css_sprite.jpg) 0px -46px no-repeat;}
#menu a.suspensao {width: 280px; height: 46px; background:url(../images/menu_css_sprite.jpg) 0px -92px no-repeat;}
#menu a.escapamentos {width: 280px; height: 46px; background:url(../images/menu_css_sprite.jpg) 0px -138px no-repeat;}
#menu a.tuning-ppi {width: 280px; height: 46px; background:url(../images/menu_css_sprite.jpg) 0px -184px no-repeat;}
#menu a.tuning-lorinser {width: 280px; height: 46px; background:url(../images/menu_css_sprite.jpg) 0px -230px no-repeat;}
#menu a.orcamento {width: 280px; height: 46px; background:url(../images/menu_css_sprite.jpg) 0px -276px no-repeat;}
#menu a.turbo {width: 280px; height: 46px; background:url(../images/menu_css_sprite.jpg) 0px -322px no-repeat;}
#menu a.filtros {width: 280px; height: 46px; background:url(../images/menu_css_sprite.jpg) 0px -368px no-repeat;}

#menu a.pecas:hover {background:url(../images/menu_css_sprite.jpg) -280px 0px no-repeat; border: none;}
#menu a.motor:hover {background:url(../images/menu_css_sprite.jpg) -280px -46px no-repeat; border: none;}
#menu a.suspensao:hover {background:url(../images/menu_css_sprite.jpg) -280px -92px no-repeat; border: none;}
#menu a.escapamentos:hover {background:url(../images/menu_css_sprite.jpg) -280px -138px no-repeat; border: none;}
#menu a.tuning-ppi:hover {background:url(../images/menu_css_sprite.jpg) -280px -184px no-repeat; border: none;}
#menu a.tuning-lorinser:hover {background:url(../images/menu_css_sprite.jpg) -280px -230px no-repeat; border: none;}
#menu a.orcamento:hover {background:url(../images/menu_css_sprite.jpg) -280px -276px no-repeat; border: none;}
#menu a.turbo:hover {background:url(../images/menu_css_sprite.jpg) -280px -322px no-repeat; border: none;}
#menu a.filtros:hover {background:url(../images/menu_css_sprite.jpg) -280px -368px no-repeat; border: none;}

#menu a.pecas:active {background:url(../images/menu_css_sprite.jpg) -560px 0px no-repeat;}
#menu a.motor:active {background:url(../images/menu_css_sprite.jpg) -560px -46px no-repeat;}
#menu a.suspensao:active {background:url(../images/menu_css_sprite.jpg) -560px -92px no-repeat;}
#menu a.escapamentos:active {background:url(../images/menu_css_sprite.jpg) -560px -138px no-repeat;}
#menu a.tuning-ppi:active {background:url(../images/menu_css_sprite.jpg) -560px -184px no-repeat;}
#menu a.tuning-lorinser:active {background:url(../images/menu_css_sprite.jpg) -560px -230px no-repeat;}
#menu a.orcamento:active {background:url(../images/menu_css_sprite.jpg) -560px -276px no-repeat;}
#menu a.turbo:active {background:url(../images/menu_css_sprite.jpg) -560px -322px no-repeat;}
#menu a.filtros:active {background:url(../images/menu_css_sprite.jpg) -560px -368px no-repeat;}

#menu li.current a.pecas {background:url(../images/menu_css_sprite.jpg) -792px 0px no-repeat;}
#menu li.current a.motor {background:url(../images/menu_css_sprite.jpg) -792px -46px no-repeat;}
#menu li.current a.suspensao {background:url(../images/menu_css_sprite.jpg) -792px -92px no-repeat;}
#menu li.current a.escapamentos {background:url(../images/menu_css_sprite.jpg) -792px -138px no-repeat;}
#menu li.current a.tuning-ppi {background:url(../images/menu_css_sprite.jpg) -792px -184px no-repeat;}
#menu li.current a.tuning-lorinser {background:url(../images/menu_css_sprite.jpg) -792px -230px no-repeat;}
#menu li.current a.orcamento {background:url(../images/menu_css_sprite.jpg) -792px -276px no-repeat;}
#menu li.current a.turbo {background:url(../images/menu_css_sprite.jpg) -792px -322px no-repeat;}
#menu li.current a.filtros {background:url(../images/menu_css_sprite.jpg) -792px -368px no-repeat;}

.linked a {
	background-color: #ccc;
	display: block;
	font-size: 9px;
	text-decoration: none;
	margin-top: 1px;
	padding-left: 6px;
}
.linked a:hover {
	background-color: #999;
	display: block;
}

.visite a {
	background-color: #9e0b0f;
	display: block;
	text-decoration: none;
	margin-top: 1px;
	padding: 8px;
 	text-align: center;
	color: #fff;
}
.visite a:hover {
	background-color: #eee;
	color: #222;
	display: block;
}
.visitar a {
	background-color: #436b8f;
	display: block;
	text-decoration: none;
	margin-top: 1px;
	padding: 8px;
 	text-align: center;
}
.visitar a:hover {
	background-color: #eee;
	display: block;
}  

.represente a {
	background-color: #a7a7a7;
	display: block;
	text-decoration: none;
	margin-top: 1px;
	padding: 8px;
 	text-align: center;
}
.represente a:hover {
	background-color: #eee;
	display: block;
} 

.represente2 a {
	background-color: #aa5304;
	display: block;
	text-decoration: none;
	margin-top: 1px;
	padding: 8px;
 	text-align: center;
}
.represente2 a:hover {
	background-color: #eee;
	display: block;
} 

.faq a {
	background-color: #94adbb;
	display: block;
	text-decoration: none;
	margin-top: 1px;
	padding: 8px;
 	text-align: center;
}
.faq a:hover {
	background-color: #eee;
	color: #222;
	display: block;
}     

#turboperformance {
	width: 570px;	
}
.motor-turbo {
float: left; background-color: #ececec; margin: 1px; text-align: center; width: 112px; height: 90px;}

.motor-modelos {
width: 570px; float: left;
}
.motor-link {
width: 610px; float: left;
	margin-left: -20px;
}

/* Opção OK */

.opcao-ok li
 {
	background-image: url(../images/accepted.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 26px;
}


blockquote {
	margin: 15px 10px;
 	padding: 30px 10px 10px 60px;  
   	border: 1px solid #F0F0F0;
	background: #F0F0F0 url(../images/quote.gif) no-repeat 10px 25px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;
	border-top: 1px solid #999;	
}

