/*charset "utf-8";
background-color: #FFFFFF;
background-color: #808285;
background-color: #C9252C;
background-color: #C9252C;*/
form {
	display: inline;
}
img {
	border: none;
}
fieldset {
	border: 1px solid #D1D2D4;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #5D5D5D;
}
.txt10, .txt11, .txt12, .txt14 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5D5D;
	text-decoration: none;
}
.txt10 {
	font-size: 10px;
}
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
/*Buttons*/
.txt11c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #808285;
	text-decoration: none;
}
.txt12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
/*	color: #5D5D5D;*/
	color: #808285;
	text-decoration: none;
}
.txt12w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.align_center {
	text-align:center;
}
.align_right {
	text-align:right;
}
.bgbox {
	background-color: #D1D2D4;
}
/* Header */
.linha0 {
	background-color: #DCDCDC;
}
/* Pares */
.linha1 {
	background-color: rgb(255, 255, 255);
}
/* Impares */
.linha2 {
	background-color: rgb(236, 236, 236);
}
.borsd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D5D5D;
	text-decoration: none;
}
.bord {
	border: 1px solid #C9C9C9;
}
.txtinput {
	text-transform: uppercase;
}
.frmbutton, .btn_default {
	background-color: #E0E0E0;
	background: -webkit-gradient(linear,left top,left bottom,from(#ECECEC),to(#E0E0E0)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,#ECECEC,#E0E0E0); *//* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top,#ECECEC,#E0E0E0); /* FF3.6+ */
	background: -ms-linear-gradient(top,#ECECEC,#E0E0E0); /* IE10+ */
	background: -o-linear-gradient(top,#ECECEC,#E0E0E0); /* Opera 11.10+ */
	background: linear-gradient(#ECECEC,#E0E0E0); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ECECEC",endColorstr="#E0E0E0"); /* IE6-9 */
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
/*	border:1px solid #ECECEC;*/
	border:1px solid #808285;
	height: 23px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bolder;
	color: #808285;
	padding-left:10px;
	padding-right:10px;
}
.btn_default {
	line-height: 23px;
	white-space: nowrap;
	text-decoration: none;
}
.btn_table {
	background-image:url(imgs/btn_m.gif);
	background-repeat:repeat-x;
	background-color: #E0E0E0;
}
.btn_table a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5D5D5D;
	text-decoration: none;
}
.go_more, .go_next , .go_back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #808285;
	text-decoration: none;
	display: block;
/*	font-weight: bold;*/
}
.go_more {
	text-align:right;
	padding-right:20px;
	background:url(imgs/ico_more.gif) center right no-repeat;
}
.go_next {
	text-align:right;
	padding-right:20px;
	background:url(imgs/ico_next.gif) center right no-repeat;
}
.go_back {
	text-align:left;
	padding-left:20px;
	background:url(imgs/ico_prev.gif) center left no-repeat;
}
.car_bord {
	border: 1px solid #F2F2F1;
}
#bannerRotativo {
	position: relative;		
}

#bannerRotativo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#bannerRotativo div.bannerIndice {
	position: absolute;
}
#prodNome, #buscaNome {
	text-transform: uppercase;
}
#content_hotsite td {
	line-height:0px;
}
.box_rounded, .box_outline, .box_color {
	padding: 8px;
	border-radius:9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.box_outline {
	border : 1px solid #D1D2D4;
}
#site_contato p {
	margin-left:25px;
}
#site_contato .contato_ico {
	display: inline-block;
	width:30px;
	height:30px;
	vertical-align:middle;
	line-height:0px;
	margin-right:7px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#site_contato #contato_fone span {
	background-image: url(imgs/ico_fone.gif);
}
#site_contato #contato_email span {
	background-image: url(imgs/ico_email.gif);
}
