body {
	font-family: "trebuchet ms",helvetica,sans-serif;
	background: #fff;
}

ul {
	list-style-type:none;
	overflow:hidden;
}

li {
	margin-left: 10px;
}

a {
	text-decoration: none;
	color: #000;
}

a img {
	text-decoration: none;
	vertical-align: middle;
}

h4 {
	color: #444;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 1.1em;
}

h3 {
	font-size: 1.1em;
}

h2 {
	color: #770000;
	margin-top: 20px;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


#header {
	background: #fff;
	height: 140px;
}

#logo {
	margin-top: 30px;
}

#search {
	height: 35px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

#search form {
	color: #fff;
	float: right;
	margin: auto;
	width: 490px;
}

#search label {
	float: left;
	font-size: 1.1em;
}

#search_field {
	border: 1px solid #ccc;
	padding: 3px;
	width: 200px;
	float: left;
	margin-left: 10px;
	font-size: 1.1em;
}

#search_button {
	border: 1px solid #ccc;
	height: 29px;
	vertical-align: top;
	font-size: 0.9em;
	float: right;
}


#links ul {
	line-height:1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	padding-top: 30px;
	z-index:100;
	margin-bottom: 0px;
	float:right;
}

#links li {
	float:left;
	line-height:57px;
	margin:0;
	margin-right:0px;
	padding-top: 1px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

#links li.ativa {
	background: #CA2F2F url(../img/bg_menu.gif) repeat-x scroll 0 0;
}

#links li.ativa a {
	color: #fff;
}

#links li.ativa-maquinas{
	background: #fff;
}

#links li a {
	color:#440000;
	font-size: 1.4em;
	padding:0 0 0 11px;
	text-decoration:none;
}

#menu_container {
	background: #292929;
}

#menu {
	background: #292929;
	height: 59px;
}

#menu a {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}


#menu ul {
	list-style-type:none;
	overflow:hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#menu li a {
	color: #ccc;
	display: block;
	width: 130px;
	padding: 6px 0px 6px 13px;
}

/* 
#wrapper {
	background: #8B1220;
	padding-bottom: 10px; 
}
*/

#wrapper {
	background: #440000 url(../img/bg_content.gif) repeat scroll 0 0;
}


#breadcrumbs {
	color: #000;
	font-size: 1.2em;
	margin-top: 20px;
}

#breadcrumbs a {
	color: #777;
	text-decoration: underline;
	font-weight: bold;
}

.titulo_categorias {
	color: #fff;
	font-size: 1.3em;
	margin: auto;
}

#menu_categorias {
	padding-top: 20px;
	margin-right: 0px;
}

#menu_categorias ul {
	
}

#menu_categorias li {
	font-size: 1.2em;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu_categorias li.active {
	background: #fff;
	color: #0A2030;
	opacity: 0.35;
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
}

#menu_categorias li.active a{
	color: #0A2030;
}

#menu_categorias div.lista {
	width: 140px;
}


#content {
	background: #fff url(../img/bg_internal_content.gif) repeat-x scroll 0 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 6px;
	padding-bottom: 20px;
}

#menu_categorias a {
	color: #ffaaaa;
	font-size: 1.1em;
}


.pagination {
	text-align: right;
	border-bottom: 1px dotted;
	font-size: 1.2em;
}

.pagination a {
	color: #000;
	font-weight: bold;
}


#footer {
	background: #440000 repeat scroll 0 0;
	color: #ff9999;
	font-size: 0.9em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}


ul.maquinas_list {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	display: block;
	
}

ul.maquinas_list li {
	display: inline;
	float: left;
	width: 320px;
	padding-top: 10px;
	border: 1px dashed #FFDFDF;
	margin-top: 10px;
}

ul.maquinas_list li a {
	font-weight: bold;
}

.maquina_imagens {
	float: left;
	width: 330px;
	padding-top: 30px;
	padding-left: 10px;
}

.maquina_imagens li {
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
}
	
.maquina_detalhe {
	padding-left: 10px;	
}

.maquina_detalhe label {
	font-weight: bold;
}

.maquina_foto_principal {
	border: 1px solid #ccc;
	padding: 5px;
}

.maquina_item {
	text-align: center;
	height: 205px;
	padding: 10px;
}

.maquinas_destaque {
	text-align: center;
	border-left: 1px dotted #ccc;
	margin-top: 25px;
}

.maquinas_destaque li {
	margin-bottom: 15px;
	font-size:0.8em;
}

.maquina_nome p{
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 1.1em;
}

.maquina_nome div {
	margin-top: 14px;
}

.maquina_nome .links a, #maquina_adicionada a {
	color: #777;
	font-weight: bold;
}

.content-margin {
	margin: 20px;
}

.localizacao {
	float: left;
	width: 50%;
}

.filtros {
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	background: #FFFFE3;
	padding: 10px;
	border: 1px solid #ddddaa;
}

.filtros h3 {
	color: #aaaa22;
}

.filtros li {
	display: inline;
	float: left;
	width: 220px;
}

.categorias_sugeridas li {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 4px;
}

.form-contact {
	width: 410px;
}

.form-contact h3 {
	margin-top: 20px;
}

.form-contact .buttons {
	float: right;
	margin-top: 10px;
}

#id_message {
	width: 100%;
}

.carrinho-de-compras {
	width: 100%;
	margin: auto;
}

.tabela-linha-1 {
	background: #fffff7;
}

.carrinho-de-compras td {
	padding: 10px;
	border: 1px solid #ddd;
	vertical-align: top;
}

.carrinho-de-compras td.empty {
	text-align: center;
	background: #ffffe3;
	font-size: 1.2em;
}

.carrinho-de-compras td.empty a {
	color: #ff0000;
	text-decoration: underline;
}

.carrinho-de-compras td.remover {
	width: 110px;
}


.carrinho-de-compras a {
	color: #000;
}

.solicitar-orcamento {
	margin: auto;
	margin-top: 20px;
}

.solicitar-orcamento a {
	float: right;
}

.tools {
	display: inline;
	float: left;
	width: 300px;
}

.tools-destaque {
	border: 1px solid #ccc;
	float: left;
	display: inline;
	padding: 3px;
}

.tools-desativa {
	border: 1px solid #ccc;
	float: left;
	display: inline;
	padding: 3px;
}

.tools-ordem {
	border: 1px solid #ccc;
	width: 110px;
	float: left;
	display: inline;
	padding: 3px;
	padding-left: 2px;
	height: 39px;
}

.tools-categoria {
	border: 1px solid #ccc;
	width: 290px;
	float: left;
	display: inline;
	padding: 3px;
	height: 60px;
}

.tools-categoria select {
	border: 1px solid #000;
}

.tools-ordem input {
	display: inline;
	float: left;
	border: 1px solid;
}

.tools .ordem_ok {
	border: 1px solid #00aa00;
}

.search_result {
	font-size: 1.2em;
}

.search_not_found {
	font-size: 1.3em;
	display: block;
	margin-top: 140px;
	margin-bottom: 100px;
	text-align: center;
}

ul.maquinas_list li.destaque {
	background: #fdfeff;
	border: 1px dashed #aaaaff;
}

div.edit {
	height: 320px;
}


#content p.codigo {
	font-weight: bold;
	color: #112299;
	font-size: 1.1em;	
}