/* Geral */

.header-contact-info{
	margin-bottom: 20px;
	width: 100%;
	background-color: #e1972f;
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	z-index:101;
         height: 42px;
}

.header-contact-info p{
	margin: 0;
}

.header-contact-info p span{
	margin: 10px 20px;
}

.header-contact-info p span i{
	margin: 15px 10px;
}

#sticky_logo{
	display: none;
}

.no-top-padding{
	padding-top: 0 !important;
}


/* /Geral */


/* Home */

#search_form{
	padding: 10px 0 0 0;
	margin: 0;
	width: 500px;
	background-color: white;
	overflow: hidden;
	position: fixed;
	top: -250px;
	right: 260px;
	z-index: 100;
	display: block;
}

.search-form-input{
	float: left;
	padding: 5px 10px 5px 0;
	margin: 0;
	border: 0;
}


#manufacturers li img{
    max-width:100px;
	max-width: 45px;
}

.banner-full {
	padding: 0;
	margin: 0;
	width: 100%;
}

.banner-half {
	padding: 0;
	margin: 5px;
	width: 545px;
	max-width: 100%;
	float: left;
}

.banner {
	width: 100%;
	height: auto;
}

/* /Home */

/* Catalogo */

.pull-right p{
	margin-right: 10px;
	display: inline-block;
}

.filter_form{
	margin-bottom: 50px;
}

.post-wrap{
	padding: 10px;
	border: 1px solid #9E9E9E;
}

li .post-wrap{
	margin: 10px;
}


.banner-sidebar{
	margin: 30px auto;
	width: 250px;
	height: auto;
	overflow: hidden;

}

.no-border{
	border: 0 !important;
}

/* /Catalogo */

/* Produto */

.product-title{
	font-size: 30px !important;
}

.extra-info-iten{
	padding: 0;
	border: 1px solid #333333;
	margin: 20px 0;
}

.extra-info-iten h4{
	padding: 10px;
	margin-top: 0;
	background-color: #333333;
	color: white;
}

.extra-info-iten p{
	padding-left: 10px;
}

/* /Produto */

/* Inicio Página de Perguntas */
.faq_iten{
	padding: 5px 15px;
	border: 1px dotted #333333;
	margin: 15px 0;
	vertical-align: middle;
}

.buttons{
	margin-right: 10px;
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}

.buttons img{
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 100%;
}

.minus{
	display: none;
}

.faq_iten_title{
	display: inline-block;
	/*text-transform: uppercase;*/
	font-size: 22px;
	cursor: pointer;
}

.faq_iten_info{
	display: none;
	margin: 10px 0 0 35px;
}

/* Fim Página de Perguntas */


/* Links */

.link-iten{
	padding: 10px 0;
	font-size: 15pt;
}

/* /Links */

/* Downloads */

#download_table{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color: #FBBA0E;
}

#header{
	line-height: 30pt;
	font-size: 13pt;
}

.odd_line{
	background-color: #333333;
}

.download_item td img{
	width: 50px;
	height: 50px;
	margin: 10px;
}

.download_item td a{
	color: #FBBA0E;
}

.download_item td a:hover{
	text-decoration: underline;
}


/* /Downloads */


/* Blog */

.reply{
	margin-top: 20px;
	display: none;
}


/* /Blog */

/* Carrinho */

.kart-iten{
	padding-bottom: 30px;
	border-bottom: 1px solid #333333;
	margin-bottom: 30px;
}

.kart-iten img{
	width: 100%;
}

.kart-iten h6{
	font-size: 11px;
}

.kart-iten h5{
	text-align: center;
}

.kart-iten .quantity{
	text-align: center;
}

.kart-iten textarea{
	width: 100%;
}

.kart-iten .delete-iten{
	background-color: transparent;
	border: 0;
	padding: 15px;
}

.send-quotation{
	text-align: center;
}

.send-quotation a, .subscribe{
	padding: 10px;
	border: 1px solid #333333;
	margin: 0 10px;
	font-weight: bold;
	font-size: 15pt;
	text-transform: uppercase;
	background-color: #4A4A4A;
	color: white;
}

.subscribe{
	margin: 15px 0 0 0 !important;
}

.send-quotation a:hover, .subscribe:hover{
	color: #cf4529;
}

/* /Carrinho */
#erro_box {width:100%; float:left; height:100px; margin:20px; display:block;}
.erro_titulo {font-size:24px; color:#000000; display:block; margin:20px 0; text-align:center;}
.erro_texto {font-size:20px; color:#000000; display:block; text-align:center;}
