@charset "utf-8";

@import 'grid.css';

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  font-family: Arial, Tahoma, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1;}
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1;}
h4 { font-size: 1.2em; line-height: 1.25;}
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left  			{ float: left !important; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right 			{ float: right !important; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a:focus,
a:hover     { color: #09f; }
a           { color: #06c; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */ 
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
tbody tr:nth-child(even) td, 
tbody tr.even td  { 
	background: #e5ecf9; 
}
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* BASTON STYLE */

body{
	background:url(../images/bg/site-bg.png) repeat #f8f8f8;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
	color:#444242;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover{
	color:#6c6c6c;
}
#header{
	background:url(../images/bg/header-bg.jpg) no-repeat center #caccce;
	height:147px;
}
#header .logo > a >img {
	margin-top:20px;
}
#header .homologado > img{
	margin-top:15px;
	margin-left:-50px;
}
#header .info > span,
#header .info > h3,
#header .info > a{
	display:block;
}
#header .info > span{
	font-size:11px;
	color:#5b5b5f;
	margin-top:10px;
	margin-bottom:5px;
}
#header .info > h3{
	font-size:22px;
	color:#727176;
	margin-bottom:15px;
}
#header .info > a{
	margin-bottom:10px;
	text-shadow: 0px 1px 0px #FFF;
}
#header #headerUserInfo
{
    float:left;
    margin-left:10px;
}
#header #hUsuario
{
    font-weight:bold;
    font-size:14px;
    margin-bottom:10px;
}
#header #spanAlterar
{
    background:url(/images/general/edit.png) no-repeat left center;
    min-height:10px;
    padding-left:15px;
    display:block;
    width:100%;
    margin-bottom:10px;
    margin-top:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header #spanAlterar:hover
{
    margin-left:5px;
}
#header #spanAlterar > a
{
    color:#000;
}
#header #spanAlterar > a:hover
{
    color:#666;
}
#header .menu
{
    position:relative;
    width:100%;
}
#header .menu:hover
{
    cursor:pointer;
    width:100%;
}
#header .menu > span
{
    background:url(/images/general/conta.png) no-repeat center left;
    padding:5px;
    padding-left:15px;
    display:inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
#header .menu:hover > span
{    
    background-color:#FFF;
}
#header .menu > ul
{
    position:absolute;
    background:#FFF;
    display:none;
    top:20px;
    width:160px;
    -webkit-box-shadow: 0px 0px 6px #999;
    -moz-box-shadow: 0px 0px 6px #999;
    -o-box-shadow: 0px 0px 6px #999;
    -ms-box-shadow: 0px 0px 6px #999;
    box-shadow: 0px 0px 6px #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
#header .menu:hover > ul
{
    display:block;
    list-style:none;
    z-index:999;
    margin:0;
    padding:10px;
}
#header .menu:hover > ul > li
{
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:solid 1px #F2f2F2;
}
#header .menu:hover > ul > li:first-child
{
    padding-top:0;
}
#header .menu:hover > ul > li:hover > a
{
    text-shadow: 0px 0px 2px #999;
}
#menu{
	background:url(../images/bg/menu.png) repeat-x;
	height:50px;
}
#menu ul{
	margin:0;
	margin-left:10px;
	padding:0;
	list-style:none;
	float:left;
}
#menu ul > li{
	float:left;
	line-height:3.6em;
	text-transform:uppercase;
	padding-left:12px;
	padding-right:12px;
	font-weight:bold;
}
#menu ul > li > a
{
    color:#F9f9F9;
}
#menu ul > li > a:hover{
	color:#FFF;
}
#menu ul > li.active{
	background:#fff;
	-webkit-box-shadow: inset 0px 3px 10px #d9ecec;
	-moz-box-shadow: inset 0px 3px 10px #d9ecec;
	-o-box-shadow: inset 0px 3px 10px #d9ecec;
	-ms-box-shadow: inset 0px 3px 10px #d9ecec;
	box-shadow: inset 0px 3px 10px #d9ecec;
}
#menu ul > li.active > a{
	color:#000;
}
#menu div.account{
	background:url(../images/bg/minha-conta.png) no-repeat;
	width:243px;
	height:50px;
	float:left;
}
#news{
	margin-top:20px;
	margin-bottom:10px;
	background: -webkit-gradient(linear, left top, right top, from(#e9caca), to(#e1b9b9));
	background: -webkit-linear-gradient(top, #e9caca, #e1b9b9);
	background: -moz-linear-gradient(top, #e9caca, #e1b9b9);
	background: -o-linear-gradient(top, #e9caca, #e1b9b9);
	background: -ms-linear-gradient(top, #e9caca, #e1b9b9);
	background: linear-gradient(top, #e9caca, #e1b9b9);
	background-color: #e9caca;
	font-size:14px;
	color:#000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 10px #b3b3b3;
	-moz-box-shadow: 0px 0px 10px #b3b3b3;
	-o-box-shadow: 0px 0px 10px #b3b3b3;
	-ms-box-shadow: 0px 0px 10px #b3b3b3;
	box-shadow: 0px 0px 10px #b3b3b3;
}
#news > span{
	display:inline-block;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	line-height:2.5em;
	padding-left:20px;
	padding-right:40px;
	margin-right:10px;
	background: -webkit-gradient(linear, left top, right top, from(#bd6363), to(#b95959));
	background: -webkit-linear-gradient(top, #bd6363, #b95959);
	background: -moz-linear-gradient(top, #bd6363, #b95959);
	background: -o-linear-gradient(top, #bd6363, #b95959);
	background: -ms-linear-gradient(top, #bd6363, #b95959);
	background: linear-gradient(top, #bd6363, #b95959);
	background-color: #bd6363;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	-o-border-radius: 8px 0px 0px 8px;
	-ms-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
}
#opcoes{
	background:url(../images/bg/bg-opcoes.jpg) repeat;
	margin-top:20px;
	margin-bottom:40px;
	-webkit-box-shadow: 0px 5px 10px #b9b9b9;
	-moz-box-shadow: 0px 5px 10px #b9b9b9;
	-o-box-shadow: 0px 5px 10px #b9b9b9;
	-ms-box-shadow: 0px 5px 10px #b9b9b9;
	box-shadow: 0px 5px 10px #b9b9b9;
}
#opcoes div.grid_8{
	width:610px;
}
#opcoes div.grid_8 > ul{
	margin:0;
	padding:0;
	list-style:none;
}
#opcoes div.grid_8 > ul > li{
	background:url(../images/bg/bg-list-style.png) no-repeat left center;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	float:left;
	width:170px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#opcoes div.grid_8 > ul > li:hover{
	background:url(../images/bg/bg-list-style-hover.png) no-repeat left center;
}
#opcoes div.grid_8 > ul > li > a:hover{
	color:#000;
}
#opcoes h2{
	font-size:18px;
	text-transform:uppercase;
	background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), to(#c4c4c4));
	background: -webkit-linear-gradient(top, #e8e8e8, #c4c4c4);
	background: -moz-linear-gradient(top, #e8e8e8, #c4c4c4);
	background: -o-linear-gradient(top, #e8e8e8, #c4c4c4);
	background: -ms-linear-gradient(top, #e8e8e8, #c4c4c4);
	background: linear-gradient(top, #e8e8e8, #c4c4c4);
	background-color: #e8e8e8;
	display:block;
	width:200px;
	color:#444242;
	padding:10px 0 10px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-align:left;
	margin-top:10px;
}
#opcoes div.grid_4{
	background:#f0f0f0;
	margin-right:0;
}
#opcoes  select{
	width:180px;
    padding:3px;
    margin: 0;
	margin-bottom:15px;
	margin-left:10px;
    background: #FFF;
    color:#444242;
    border:none;
    outline:none;
    display: block;
}
#opcoes  input[type=text]{
	width:175px;
    padding:3px;
    margin: 0;
	margin-bottom:15px;
	margin-left:10px;
    background: #FFF;
    color:#444242;
    border:none;
    outline:none;
    display: block;
}
select,
input[type=text],
textarea,
#contato textarea,
#contato input[type=text]{
	background:#f3f6fa;
	border:solid 1px #b0b9c8;
	width:320px;
	padding-top:8px;
	padding-bottom:8px;
	color:#545a64;
	-webkit-box-shadow: inset 0px 1px 4px #c0c6cd;
	-moz-box-shadow: inset 0px 1px 4px #c0c6cd;
	-o-box-shadow: inset 0px 1px 4px #c0c6cd;
	-ms-box-shadow: inset 0px 1px 4px #c0c6cd;
	box-shadow: inset 0px 1px 4px #c0c6cd;
	-webkit-box-shadow: 0px 1px 0px #FFF;
	-moz-box-shadow: 0px 1px 0px #FFF;
	-o-box-shadow: 0px 1px 0px #FFF;
	-ms-box-shadow: 0px 1px 0px #FFF;
	box-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
select:focus,
input[type=text]:focus,
textarea:focus,
#contato textarea:focus,
#contato input[type=text]:focus{
	outline:none;
	border-color:#81a0dc;
	-webkit-box-shadow: 0px 0px 10px #92abdc;
	-moz-box-shadow: 0px 0px 10px #92abdc;
	-o-box-shadow: 0px 0px 10px #92abdc;
	-ms-box-shadow: 0px 0px 10px #92abdc;
	box-shadow: 0px 0px 10px #92abdc;
}
.btn,
#contato input[type=button],
#contato input[type=submit]{
	float:right;
	margin-right:50px;
	background: -webkit-gradient(linear, left top, right top, from(#accb44), to(#64872d));
	background: -webkit-linear-gradient(top, #accb44, #64872d);
	background: -moz-linear-gradient(top, #accb44, #64872d);
	background: -o-linear-gradient(top, #accb44, #64872d);
	background: -ms-linear-gradient(top, #accb44, #64872d);
	background: linear-gradient(top, #accb44, #64872d);
	background-color: #accb44;
	border:solid 1px #90af36;
	color:#fff;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.btn:active.
#contato input[type=button]:active,
#contato input[type=submit]:active{
	background: -webkit-gradient(linear, left top, right top, from(#64872d), to(#accb44));
	background: -webkit-linear-gradient(top, #64872d, #accb44);
	background: -moz-linear-gradient(top, #64872d, #accb44);
	background: -o-linear-gradient(top, #64872d, #accb44);
	background: -ms-linear-gradient(top, #64872d, #accb44);
	background: linear-gradient(top, #64872d, #accb44);
	background-color: #64872d;
}
#selecao_leilao{
	background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#c4c4c4));
	background: -webkit-linear-gradient(top, #dbdbdb, #c4c4c4);
	background: -moz-linear-gradient(top, #dbdbdb, #c4c4c4);
	background: -o-linear-gradient(top, #dbdbdb, #c4c4c4);
	background: -ms-linear-gradient(top, #dbdbdb, #c4c4c4);
	background: linear-gradient(top, #dbdbdb, #c4c4c4);
	background-color: #e8e8e8;
	margin-bottom:40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#selecao_leilao ul{
	margin:0;
	padding:0;
	list-style:none;
}
#selecao_leilao ul > li{
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
	text-shadow: 0px 1px 0px #FFF;
	border-left:solid 1px #c2c2c2;
	border-right:solid 1px #dfdfdf;
}
#selecao_leilao ul li:first-child{
	-webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	-o-border-radius: 6px 0px 0px 6px;
	-ms-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	border-left:none;
}
#selecao_leilao ul li:last-child{
	border-right:none;
}
#selecao_leilao ul > li.active{
	background:#878787;
	text-shadow: 0px 1px 0px #666;
}
#selecao_leilao ul > li.active a{
	color:#FFF;
}
#leilao_container{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#leilao_container li{
    background: -webkit-gradient(linear, left top, right top, from(#fcfcfc), to(#d9d9d9));
	background: -webkit-linear-gradient(top, #fcfcfc, #d9d9d9);
	background: -moz-linear-gradient(top, #fcfcfc, #d9d9d9);
	background: -o-linear-gradient(top, #fcfcfc, #d9d9d9);
	background: -ms-linear-gradient(top, #fcfcfc, #d9d9d9);
	background: linear-gradient(top, #fcfcfc, #d9d9d9);
	background-color: #fcfcfc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	height:350px;
	border:solid 1px #b6b6b6;
	margin-left:8px;
	margin-left:8px;
	margin-bottom:40px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#leilao_container li:hover{
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	-ms-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}
#leilao_container li > .header{
    background: -webkit-gradient(linear, left top, right top, from(#cc2229), to(#871316));
    background: -webkit-linear-gradient(top, #cc2229, #871316);
    background: -moz-linear-gradient(top, #cc2229, #871316);
    background: -o-linear-gradient(top, #cc2229, #871316);
    background: -ms-linear-gradient(top, #cc2229, #871316);
    background: linear-gradient(top, #cc2229, #871316);
    background-color: #cc2229;
	color:#FFF;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	-ms-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	margin-bottom:10px;
}
#leilao_container li.encerrado > .header{
	background: -webkit-gradient(linear, left top, right top, from(#f2d7ae), to(#f6c27e));
	background: -webkit-linear-gradient(top, #f2d7ae, #f6c27e);
	background: -moz-linear-gradient(top, #f2d7ae, #f6c27e);
	background: -o-linear-gradient(top, #f2d7ae, #f6c27e);
	background: -ms-linear-gradient(top, #f2d7ae, #f6c27e);
	background: linear-gradient(top, #f2d7ae, #f6c27e);
	background-color: #f2c98a;
	color:#666;
}
#leilao_container li p.status{
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
#leilao_container li p.online{
	color:#660;
	text-shadow: 0px 1px 6px #6C9;
}
#leilao_container li.encerrado p.status{
	color:#F30;
}
#leilao_container li > a > img{
	margin-left:20px;
}
#leilao_container li > div.info{
	padding:10px;
	color:#444242;
	float:left;
}
#leilao_container li > div.info > p{
	margin-bottom:10px;
}
#leilao_container li > a > div.button{
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	width:130px;
	margin-left:20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#leilao_container li > a > div.button > strong{
	display:block;
	text-transform:uppercase;
	font-size:14px;
}
#leilao_container li > a > div.em-andamento{
	background:url(../images/buttons/em-andamento.png) no-repeat center left #FFF;
	padding-left:50px;
}
#leilao_container li.encerrado > a > div.button{
	background:url(../images/buttons/encerrado.png) no-repeat center left #FFF;
	padding-left:50px;
}
#container{
	background:#f7f7f7;
	border:solid 1px #e5e5e5;
	width:938px;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	-ms-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
#container h2.header{
	background: -webkit-gradient(linear, left top, right top, from(#f3f5f9), to(#cdd2dc));
	background: -webkit-linear-gradient(top, #f3f5f9, #cdd2dc);
	background: -moz-linear-gradient(top, #f3f5f9, #cdd2dc);
	background: -o-linear-gradient(top, #f3f5f9, #cdd2dc);
	background: -ms-linear-gradient(top, #f3f5f9, #cdd2dc);
	background: linear-gradient(top, #f3f5f9, #cdd2dc);
	background-color: #f3f5f9;
	border:solid 1px #c6ccdc;
	font-size:16px;
	color:#6d6e70;
	text-transform:uppercase;
	text-shadow: 0px 1px 0px #FFF;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	-ms-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
#container  p{
	line-height:1.5em;
}
#container div.content{
	float:left;
	padding:10px;
	color:#6d6e70;
	width:920px;
}
#container div.content > div.cadastro{
	background:#e4e7eb;
	padding:10px;
	border:solid 1px #a8b1c3;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-o-border-radius: 0px 0px 6px 6px;
	-ms-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
#container div.content > div.cadastro label{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
#container div.content > div.cadastro label > span{
	display:inline-block;
	width:120px;
	margin-right:10px;
}
#container div.content > div.cadastro > label > select,
#container div.content > div.cadastro > label > input[type=password],
#container div.content > div.cadastro label > input[type=text]{
	width:300px;
}
#container div.content > div.cadastro label > input[type=text].bigger{
	width:500px;
}
#container div.content > div.cadastro label > select{
    padding:3px;
    margin: 0;
	width:320px;
    background: #f3f6fa;
    color:#444242;
	border:solid 1px #b0b9c8;
	padding-top:8px;
	padding-bottom:8px;
    outline:none;
}
#container div.content > div.cadastro label > input[type=password],
#container div.content > div.cadastro label > input[type=text]{
	width:300px;
	background:#f3f6fa;
	border:solid 1px #b0b9c8;
	width:320px;
	padding-top:8px;
	padding-bottom:8px;
	color:#545a64;
	-webkit-box-shadow: inset 0px 1px 4px #c0c6cd;
	-moz-box-shadow: inset 0px 1px 4px #c0c6cd;
	-o-box-shadow: inset 0px 1px 4px #c0c6cd;
	-ms-box-shadow: inset 0px 1px 4px #c0c6cd;
	box-shadow: inset 0px 1px 4px #c0c6cd;
	-webkit-box-shadow: 0px 1px 0px #FFF;
	-moz-box-shadow: 0px 1px 0px #FFF;
	-o-box-shadow: 0px 1px 0px #FFF;
	-ms-box-shadow: 0px 1px 0px #FFF;
	box-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

#container div.content > div.cadastro label > input[type=password]:focus,
#container div.content > div.cadastro label > input[type=text]:focus{
	outline:none;
	border-color:#81a0dc;
	-webkit-box-shadow: 0px 0px 10px #92abdc;
	-moz-box-shadow: 0px 0px 10px #92abdc;
	-o-box-shadow: 0px 0px 10px #92abdc;
	-ms-box-shadow: 0px 0px 10px #92abdc;
	box-shadow: 0px 0px 10px #92abdc;
}
#container div.content > div#termosDeUso{
	background:#E4E7EB;
	border:solid 1px #A8B1C3;
	height:250px;
	overflow:auto;
	padding:20px;
	margin-bottom:20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#btnCadstrar{
	float:right;
	margin-top:50px;
	margin-bottom:30px;
	background: -webkit-gradient(linear, left top, right top, from(#accb44), to(#64872d));
	background: -webkit-linear-gradient(top, #accb44, #64872d);
	background: -moz-linear-gradient(top, #accb44, #64872d);
	background: -o-linear-gradient(top, #accb44, #64872d);
	background: -ms-linear-gradient(top, #accb44, #64872d);
	background: linear-gradient(top, #accb44, #64872d);
	background-color: #accb44;
	border:solid 1px #90af36;
	color:#fff;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
#btnCadstrar:active{
	background: -webkit-gradient(linear, left top, right top, from(#64872d), to(#accb44));
	background: -webkit-linear-gradient(top, #64872d, #accb44);
	background: -moz-linear-gradient(top, #64872d, #accb44);
	background: -o-linear-gradient(top, #64872d, #accb44);
	background: -ms-linear-gradient(top, #64872d, #accb44);
	background: linear-gradient(top, #64872d, #accb44);
	background-color: #64872d;
}
#contato{
	margin-top:50px !important;
}
#contato label{
	display:block;
	margin-bottom:10px;
	
}
#contato label > span{
	display:inline-block;
	width:80px;
	color:#8a93a4;
	text-shadow: 0px 1px 0px #FFF;
	font-size:12px;
	float:left;
}
#contato textarea,
#contato input[type=text]{
	background:#f3f6fa;
	border:solid 1px #b0b9c8;
	width:320px;
	padding-top:8px;
	padding-bottom:8px;
	color:#545a64;
	-webkit-box-shadow: inset 0px 1px 4px #c0c6cd;
	-moz-box-shadow: inset 0px 1px 4px #c0c6cd;
	-o-box-shadow: inset 0px 1px 4px #c0c6cd;
	-ms-box-shadow: inset 0px 1px 4px #c0c6cd;
	box-shadow: inset 0px 1px 4px #c0c6cd;
	-webkit-box-shadow: 0px 1px 0px #FFF;
	-moz-box-shadow: 0px 1px 0px #FFF;
	-o-box-shadow: 0px 1px 0px #FFF;
	-ms-box-shadow: 0px 1px 0px #FFF;
	box-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
#contato textarea:focus,
#contato input[type=text]:focus{
	outline:none;
	border-color:#81a0dc;
	-webkit-box-shadow: 0px 0px 10px #92abdc;
	-moz-box-shadow: 0px 0px 10px #92abdc;
	-o-box-shadow: 0px 0px 10px #92abdc;
	-ms-box-shadow: 0px 0px 10px #92abdc;
	box-shadow: 0px 0px 10px #92abdc;
}
#contato input[type=button],
#contato input[type=submit]{
	float:right;
	margin-right:50px;
	background: -webkit-gradient(linear, left top, right top, from(#accb44), to(#64872d));
	background: -webkit-linear-gradient(top, #accb44, #64872d);
	background: -moz-linear-gradient(top, #accb44, #64872d);
	background: -o-linear-gradient(top, #accb44, #64872d);
	background: -ms-linear-gradient(top, #accb44, #64872d);
	background: linear-gradient(top, #accb44, #64872d);
	background-color: #accb44;
	border:solid 1px #90af36;
	color:#fff;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
#contato input[type=button]:active,
#contato input[type=submit]:active{
	background: -webkit-gradient(linear, left top, right top, from(#64872d), to(#accb44));
	background: -webkit-linear-gradient(top, #64872d, #accb44);
	background: -moz-linear-gradient(top, #64872d, #accb44);
	background: -o-linear-gradient(top, #64872d, #accb44);
	background: -ms-linear-gradient(top, #64872d, #accb44);
	background: linear-gradient(top, #64872d, #accb44);
	background-color: #64872d;
}
#contato-info{
	text-align:right;
}
#contato-info p{
	margin-bottom:8px;
}
#parceiros{
	margin:0;
	padding:0;
	list-style:none;
}
#parceiros li{
	background:#f1f1f1;
	width:290px;
	height:180px;
	border:solid 1px #bbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	float:left;
	margin-right:7px;
	margin-left:7px;
	margin-bottom:10px;
}
#parceiros li img{
	margin-left:5px;
	margin-top:5px;
}
div.login-panel{
	position:relative;
	background:#f3f6fa;
	border:solid 1px #b6bdcc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:40px;
}
div.login-panel label{
	display:block;
	width:300px;
	margin-left:40px;
	margin-bottom:10px;
}
div.login-panel label input[type=password],
div.login-panel label input[type=text]{
	background:#f3f6fa;
	border:solid 1px #b2bbc9;
	width:300px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-box-shadow: inset 0px 2px 4px #c7ccd4;
	-moz-box-shadow: inset 0px 2px 4px #c7ccd4;
	-o-box-shadow: inset 0px 2px 4px #c7ccd4;
	-ms-box-shadow: inset 0px 2px 4px #c7ccd4;
	box-shadow: inset 0px 2px 4px #c7ccd4;
}
div.login-panel label input[type=password]:focus,
div.login-panel label input[type=text]:focus{
	outline:none;
}
div.login-panel input[type=submit]{
	background: -webkit-gradient(linear, left top, right top, from(#aecb44), to(#85b63c));
	background: -webkit-linear-gradient(top, #aecb44, #85b63c);
	background: -moz-linear-gradient(top, #aecb44, #85b63c);
	background: -o-linear-gradient(top, #aecb44, #85b63c);
	background: -ms-linear-gradient(top, #aecb44, #85b63c);
	background: linear-gradient(top, #aecb44, #85b63c);
	background-color: #aecb44;
	border:solid 1px #65872e;
	color:#FFF;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
	padding-left:30px;
	margin-left:100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:20px;
}	
div.login-panel input[type=submit]:active{
	background: -webkit-gradient(linear, left top, right top, from(#85b63c), to(#aecb44));
	background: -webkit-linear-gradient(top, #85b63c, #aecb44);
	background: -moz-linear-gradient(top, #85b63c, #aecb44);
	background: -o-linear-gradient(top, #85b63c, #aecb44);
	background: -ms-linear-gradient(top, #85b63c, #aecb44);
	background: linear-gradient(top, #85b63c, #aecb44);
	background-color: #85b63c;
}
div.login-panel a{
	display:block;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:-30px;
}
#leilao .selo{
	background:#f1f1f1;
	border:solid 1px #bbbbbb;
	width:260px;
	padding:20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	float:left;
}
#leilao .info{
	padding:10px;
	background:#f1f1f1;
	border:solid 1px #bbbbbb;
	width:550px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
	margin-bottom:20px;
}
#leilao ul.leilao-info{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:300px;
	margin-right:20px;
}
#leilao ul.leilao-info li{
	margin-bottom:10px;
}
#leilao ul.ativos-ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:250px;
}
#leilao ul.ativos-ul li.ativos-header{
	background: -webkit-gradient(linear, left top, right top, from(#f3f5f9), to(#cdd2dc));
	background: -webkit-linear-gradient(top, #f3f5f9, #cdd2dc);
	background: -moz-linear-gradient(top, #f3f5f9, #cdd2dc);
	background: -o-linear-gradient(top, #f3f5f9, #cdd2dc);
	background: -ms-linear-gradient(top, #f3f5f9, #cdd2dc);
	background: linear-gradient(top, #f3f5f9, #cdd2dc);
	background-color: #f3f5f9;
	border:solid 1px #c6ccdc;
	font-size:12px;;
	color:#6d6e70;
	text-transform:uppercase;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	-ms-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:230px;
	text-align:center;
}
#leilao ul.ativos-ul li.ativos{
	padding:10px;
	float:left;
	width:230px;
	background:#f1f1f1;
	border:solid 1px #bbbbbb;
}
#leilao ul.buttons{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:580px;
	margin-top:20px;
}
#leilao ul.buttons li{
	float:left;
	color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
	height:40px;
	padding-left:10px;
	padding-right:10px;
	border:solid 1px #c49f25;
	width:83px;
	margin-right:10px;
	text-align:center;
	background: -webkit-gradient(linear, left top, right top, from(#edc439), to(#d2b451));
	background: -webkit-linear-gradient(top, #edc439, #d2b451);
	background: -moz-linear-gradient(top, #edc439, #d2b451);
	background: -o-linear-gradient(top, #edc439, #d2b451);
	background: -ms-linear-gradient(top, #edc439, #d2b451);
	background: linear-gradient(top, #edc439, #d2b451);
	background-color: #edc439;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#leilao ul.buttons li:hover{
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	-ms-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}
#leilao ul.buttons li a{
	color:#fff;
}
#leilao ul.buttons li strong{
	display:block;
	text-transform:uppercase;
	text-shadow: 0px 0px 4px #a99141;
	margin-bottom:5px;
}
#leilao h4.titulo-relacao-lote{
	font-weight:bold;color:#434244; display:block; width:100%; float:left; margin-top:20px; margin-bottom:20px;
}
#leilao .relacao-lote{
	background:#f1f1f1;
	border:solid 1px #bbbbbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	float:left;
	padding:20px;
	padding-bottom:0;
	width:875px;
}
#leilao .relacao-lote > ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:890px;
}
#leilao .relacao-lote > ul > li{
	width:100%;
	float:left;
	margin-bottom:20px;
}
#leilao .relacao-lote > ul > li img{
	margin-right:20px;
	float:left;
}
#leilao .relacao-lote > ul > li .lote-info{
	padding:20px;
	width:200px;
	float:left;
	border:solid 1px #a8b1c3;
}
#leilao .relacao-lote > ul > li .lote-info > span{
	display:inline-block;
	width:100px;
	text-align:center;
	float:left;
}
#leilao .relacao-lote > ul > li .lote-info > span > strong{
	display:block;
	margin-bottom:10px;
}
#leilao .quantidade-lote{
	background:#f1f1f1;
	border:solid 1px #bbbbbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	float:left;
	padding:10px;
	width:895px;
	margin-top:20px;
	margin-bottom:20px;
}
#leilao .lote-detalhes{
	float:left;
	width:915px;
}
#leilao .lote-detalhes ul.ativos-ul li{
	border-bottom:0 !important;
}
#leilao .lote-detalhes ul.ativos-ul li:last-child{
	border-bottom:solid 1px #BBB !important;
}
#leilao .lote-detalhes > .lateral{
	width:250px;
	margin-right:40px;
	float:left;
}
#leilao .lote-detalhes > .lateral ul.foto{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin-bottom:20px;
}
#leilao .lote-detalhes > .lateral ul.foto li{
	float:left;
	margin-right:12px;
	margin-bottom:5px;
}
#leilao .lote-detalhes > .conteudo{
	float:left;
	width:625px;
}
#leilao .lote-detalhes > .conteudo ul.opcoes-leilao{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
#leilao .lote-detalhes > .conteudo ul.opcoes-leilao li{
	float:left;
	margin-right:14px;
	margin-left:14px;
}
#divHorario,
#leilao .lote-detalhes > .conteudo ul.opcoes-leilao li.countdown{
	width:120px;
	text-align:center;
	background: -webkit-gradient(linear, left top, right top, from(#efeff1), to(#e4e7eb));
	background: -webkit-linear-gradient(top, #efeff1, #e4e7eb);
	background: -moz-linear-gradient(top, #efeff1, #e4e7eb);
	background: -o-linear-gradient(top, #efeff1, #e4e7eb);
	background: -ms-linear-gradient(top, #efeff1, #e4e7eb);
	background: linear-gradient(top, #efeff1, #e4e7eb);
	background-color: #efeff1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 1px #abacae;
}
#divHorario
{
    margin-left:227px !important;
}
#leilao .lote-detalhes > .conteudo ul.opcoes-leilao li.countdown span{
	display:block;
	width:120px;
	margin-top:3px;
	color:#a81c21;
}

#admMenu, #admMenu > li > ul{
	float:left;
	width:100%;	
	background:#e3b828;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:50px;
}
#admMenu > li{
	float:left;
	padding:10px;
	position:relative;
}
#admMenu > li > ul > li:hover,
#admMenu > li:hover{
	background:#fccc2c;
}
#admMenu > li > ul > li > a,
#admMenu > li > a{
	color:#000;
	font-weight:bold;
}
#admMenu > li:hover > ul{
	display:block !important;
}
#admMenu > li > ul{
	margin-bottom:0;
	position:absolute;
	float:none !important;
	width:115px;
	margin-left:-10px;
	margin-top:5px;
	display:none;
}
#admMenu > li > ul > li{
	padding:10px;
}
#admMenu > li > ul > li > a{
	display:block;


}
#footer{
    width:100%;
	float:left;
    background: -webkit-gradient(linear, left top, right top, from(#d91b1b), to(#e42626));
    background: -webkit-linear-gradient(top, #d91b1b, #e42626);
    background: -moz-linear-gradient(top, #d91b1b, #e42626);
    background: -o-linear-gradient(top, #d91b1b, #e42626);
    background: -ms-linear-gradient(top, #d91b1b, #e42626);
    background: linear-gradient(top, #d91b1b, #e42626);
    background-color: #d91b1b;
	padding-top:20px;
	padding-bottom:20px;
	border-top:solid 20px #ee7878;
}
#footer div.grid_3 h3{
	color:#FFF;
	text-shadow: 0px 0px 4px #666;
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:20px;
}
#footer div.grid_3 > ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer div.grid_3 > ul > li{
	background:url(../images/bg/bg-list-style.png) no-repeat left center;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
	float:left;
	width:220px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#footer div.grid_3 > ul > li:hover{
	background:url(../images/bg/bg-list-style-hover.png) no-repeat left center;
}
#footer a,
#footer div.grid_3 > ul > li a{
	color:#FFF;
}
#footer div.grid_3 > label > span{
	color:#FFF;
}
#footer div.grid_3 > ul > li a:hover{
	text-shadow: 0px 0px 6px #666;
}
#footer div.grid_3 input[type=text]{
	width:200px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-right:30px;
	border:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 1px 6px #666;
	-moz-box-shadow: inset 0px 1px 6px #666;
	-o-box-shadow: inset 0px 1px 6px #666;
	-ms-box-shadow: inset 0px 1px 6px #666;
	box-shadow: inset 0px 1px 6px #666;
}
#footer div.grid_3 label{
	display:block;
}
#footer div.grid_3 input[type=button],
#footer div.grid_3 input[type=submit]{
	background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#cecece));
	background: -webkit-linear-gradient(top, #fefefe, #cecece);
	background: -moz-linear-gradient(top, #fefefe, #cecece);
	background: -o-linear-gradient(top, #fefefe, #cecece);
	background: -ms-linear-gradient(top, #fefefe, #cecece);
	background: linear-gradient(top, #fefefe, #cecece);
	background-color: #fefefe;
	border:solid 1px #666;
	color:#4b4b4b;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:140px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#footer div.grid_3 input[type=button]:active,
#footer div.grid_3 input[type=submit]:active{
	background: -webkit-gradient(linear, left top, right top, from(#cecece), to(#fefefe));
	background: -webkit-linear-gradient(top, #cecece, #fefefe);
	background: -moz-linear-gradient(top, #cecece, #fefefe);
	background: -o-linear-gradient(top, #cecece, #fefefe);
	background: -ms-linear-gradient(top, #cecece, #fefefe);
	background: linear-gradient(top, #cecece, #fefefe);
	background-color: #cecece;
	border-color:#999;
}
#footer div.grid_3 input[type=text]:focus{
	outline:none;
	-webkit-box-shadow: 0px 0px 6px #e3f10b;
	-moz-box-shadow: 0px 0px 6px #e3f10b;
	-o-box-shadow: 0px 0px 6px #e3f10b;
	-ms-box-shadow: 0px 0px 6px #e3f10b;
	box-shadow: 0px 0px 6px #e3f10b;
}
#footer div.grid_3.info{
	color:#FFF;
	font-size:14px;
}
#footer div.grid_3.info p{
	margin-bottom:8px;
}
textarea.label
input[type=text].label{
	color:#a8a8a8;
}


/* MISC */

ul.line-spacing li,
ol.line-spacing li{
	margin-bottom:8px;
}

/* Categorias Espaço Advogado */
#espaco_advogado_categoria{
	margin-top:20px;
	margin-bottom:40px;
}
#espaco_advogado_categoria ul{
	margin:0;
	padding:0;
	list-style:none;
}
#espaco_advogado_categoria ul > li{
	background:url(../images/bg/bg-list-style.png) no-repeat left center;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	float:left;
	width:155px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#espaco_advogado_categoria ul > li:hover{
	background:url(../images/bg/bg-list-style-hover.png) no-repeat left center;
}
#espaco_advogado_categoria  ul > li > a:hover{
	color:#000;
}
/* Categorias Espaço Advogado */

/* Espaço Advogado */
#espaco_advogado{
	margin-top:20px;
	margin-bottom:40px;
}
#espaco_advogado ul{
	margin:0;
	padding:0;
	list-style:none;
}
#espaco_advogado ul > li{
	background:url(../images/bg/bg-list-style.png) no-repeat left center;
	padding-left:25px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	float:left;
	width:500px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#espaco_advogado ul > li:hover{
	background:url(../images/bg/bg-list-style-hover.png) no-repeat left center;
}
#espaco_advogado ul > li > a:hover{
	color:#000;
}
/* Espaço Advogado */

p.alert{
	background:#F30;
	border:solid 1px #F00;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

input[type=password].error,
input[type=text].error, 
select.error,
textarea.error{
	border:solid 1px red !important;
	-moz-box-shadow: 0px 0px 8px #f8b5b5;
	-o-box-shadow: 0px 0px 8px #f8b5b5;
	-ms-box-shadow: 0px 0px 8px #f8b5b5;
	box-shadow: 0px 0px 8px #f8b5b5;
}