#banner_slide{
	background: url('../img/imperio_bg_banner_slide.png');
}
#banner_slide li{
	height: 220px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bx-wrapper .bx-prev {
	display: none;
}
.bx-wrapper .bx-next {
	display: none;
}
#produtos{
	position: relative;
}
#div_form_busca{
	height: 215px;
	background: #B50000;
	position: relative;
}
#form_busca{
	height: 45px;
	width: 100%;
	position: relative;
	padding-top: 20px;
	text-align: center;
}
#busca_icone{
	height: 45px;
	width: 45px;
	background: url('../img/imperio_busca_icone_2.png') center no-repeat;
	display: inline-block;
	margin-bottom: 10px;
}
#form_busca input[type='text']{
	height: 45px;
	width: 90%;
	text-align: center;
	border: none;
	background: #ffffff;
	font-size: 15px;
	color: #585858;
	margin: 0 5%;
	border-radius: 4px;
}
#form_busca input[type='submit']{
	width: 140px;
	height: 45px;
	cursor: pointer;
	margin-top: 15px;
	background: #ffffff;
	border-radius: 4px;
	color: #B50000;
	font-size: 14px;
	font-weight: bold;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#tabela_menu{
	vertical-align: top;
	background: url('../img/estilo_bg_top_rodape.png');
	display: none;
}
#menu_linhas{
	float: left;
	width: 230px;
	padding-bottom: 12px;
	padding-top: 12px;
}
#menu_linhas a{
	display: block;
	padding: 20px;
	color: #ffffff;
	text-align: right;
}
#menu_linhas a:hover{
	border-right: solid 3px #D2AE6D;
}
#lista_produtos{
	padding-bottom: 35px;
	text-align: center;
}
#titulo_produtos{
	padding: 30px;
	color: #B48536;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
#produto_item{
	width: 210px;
	height: 300px;
	margin: 20px 25px;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
}
#item_img{
	position: relative;
	padding: 5px;
}
#bg_prod{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#item_desc{
	text-align: center;
	padding: 3px;
}
#detalhes_produtos{
	display: none;
}
#detalhes_produtos_mobile{
	width: 90%;
	margin: 0 5%;
}
#prod_ampl{
	width: 100%;
	border: solid 1px #B50000;
	border-radius: 6px;
	overflow: hidden;
	vertical-align: middle;
}
#prod_ampl img{
	width: 90%;
	padding: 5%;
	max-width: 440px;
}
#prod_desc{
	width: 100%;
	margin: 20px 0 0 0;
}
#prod_cod{
	color: #535353;
	font-size: 16px;
}
#prod_nome{
	padding-top: 10px;
	color: #B50000;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
}
#prod_table{
	border-collapse: collapse;
	margin-top: 25px;
}
#table_topo td{
	background: #eeeeee;
}
#prod_table tr td{
	border: solid 1px #c0c0c0;
	padding: 12px;
	color: #535353;
	font-size: 14px;
	text-align: center;
}
#acab_item{
	display: inline-block;
	padding: 8px;
	margin: 5px;
	background: #eeeeee;
	border: solid 1px #c0c0c0;
	cursor: pointer;
}
#acab_item a{
	color: #222222;
}
#acab_item:hover{
	background: #B50000;
	border: solid 1px #B50000;
}
#acab_item:hover a{
	color: #ffffff;
}
#bt_up{
	width: 50px;
	height: 50px;
	background: url('../img/imperio_bt_up.png');
	position: fixed;
	bottom: 100px;
	right: 0;
	display: none;
	z-index: 8888;
	cursor: pointer;
}
#msg_busca{
	height: 120px;
}
#mais_info{
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
	background: #eeeeee;
	border: solid 1px #dddddd;
}
#mais_info_titulo{
	padding: 5px 0 5px 0;
}