/* 
	Theme Name: Layout - BioFenac
	Description: CSS desenvolvido para BioFenac pela EWTI
	Author: Luiz Felipe Tartarotti Fialho, Willian Siqueira
	Empresa: EWTI
	Author URI: http://www.ewti.com.br
	Version: 1.0
*/	

/* clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* classes reutilizaveis */
.nb,.bt{border:none!important;background:transparent!important;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.cb{clear: both;}

/* TAGS DEFALT */

body{
	background:#031110 url(../img/bg/bg.jpg) repeat center center;
	font-family: Arial, Tahoma, Verdana ;	
	font-size: 62.5%;
}

p{
	font-size: 1.2em;
	color: #086161;
}

h2,h3,h4{
	text-indent:-9999px;
	float:left;
	width:100%;
}

strong{font-weight: bold;}
em{font-style: italic;}

.mensagem_erro
{
	position: absolute; top: 85px; left: 110px;
	color: #ff0000;
	font-weight: bold;	
	width:160px;
	height:62px;
	background:url(../../img/bg/bg_mensagem_erro.png) no-repeat;
	text-align: center;
}

.mensagem_erro .bt_box_fechar
{
	width:17px;
	height:14px;
	background:url(../../img/btn/btn_x_fechar.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;	
	position: absolute; right: 5px; top: 8px;
}

.mensagem_erro span
{
	margin: 28px 0 0 0;
	float: left;
	width: 100%;
}

/* ESTRUTURA */

.container{
	width:1024px;
	height:768px;
	margin:0 auto;
	position:relative;
	background:url(../../img/bg/bg_center.jpg) no-repeat;
}

.content
{
	width:310px;
	float: left;
	margin: 0 0 0 365px;
	display: inline;
}

.content h1{
	color:#fff;
	font-size:2.9em;
	font-weight:bold;
	background:url(../../img/img_seta.png) no-repeat left 3px;
	width:352px;
	padding:0 0 0 35px;
	margin:60px 0 0 -35px;
	float:left;
}

.content p{
	width:300px;
	float:left;
}

.footer{
	width:1009px;
	height:93px;
	position: absolute; bottom: 0; left: 10px;
	background:url(../../img/bg/bg_footer.jpg) no-repeat;	
	z-index: 5;
}

.bg_ziper_top,
.bg_ziper_bottom
{
	position: absolute; left: 0;	
	width: 100%;
	height: 12px;	
}

.bg_ziper_bottom
{
	bottom: 0;
	background:url(../../img/bg/bg_ziper_bottom.png) repeat-x left bottom;	
	z-index: 500;
}

.bg_ziper_top
{
	top: 0;
	background:url(../../img/bg/bg_ziper_top.png) repeat-x left bottom;	
	z-index: 1000;
}

h1.logo
{
	position:absolute; top: 0; left: 25px;
	text-indent:-9999px;
	background:url(../../img/bg/bg_logo.png) repeat-x left bottom;
	width: 248px;
	height: 183px;	
	z-index: 10001;
}


/* CONTEUDO PRINCIPAL */

.tit_biofenac_aerosol{
	background:url(../../img/txt/tit_biofenac_aerosol.png) no-repeat;
	height:18px;
	margin:20px 0 5px 0;
}

.txt_principio_ativo_diclofenaco_dietilamonio{
	background:url(../../img/txt/txt_principio_ativo_diclofenaco_dietilamonio.png) no-repeat;
	height:11px;
}

.content h3{
	height: 16px;
	margin:20px 0 0 0;
}

.tit_indicacoes{background:url(../../img/txt/tit_indicacoes.png) no-repeat;}
.tit_contra_indicacoes{background:url(../../img/txt/tit_contra_indicacoes.png) no-repeat;}
.tit_precaucoes_e_advertencias{background:url(../../img/txt/tit_precaucoes_e_advertencias.png) no-repeat;}

.content .links_downloads{
	width:310px;
	float:left;
}

.links_downloads a{
	width:91px;
	height:17px;
	float:left;
	text-indent: -9999px;
}

.btn_bula_em_pdf{
	background:url(../../img/btn/btn_bula_em_pdf.png) no-repeat 0 bottom;
	margin:5px 45px 0 0;
}

.btn_bula_em_mp3{
	background:url(../../img/btn/btn_bula_em_mp3.png) no-repeat 0 bottom;
	margin:5px 0 0 0;
}

.btn_ler_mais
{
	background:url(../../img/btn/btn_ler_mais.png) no-repeat;
	clear: both;
	height:27px;
	margin:5px 0 0 0;
	float:left;
	width: 69px;
	text-indent: -9999px;
}

/*BOX BUSCA FARMACIA*/

.box_onde_encontrar_biofenac{
	background:url(../../img/bg/bg_box_busca.png) no-repeat;
	width:349px;
	height:314px;
	position:absolute;top:0;right:0;
}

.bg_detalhe
{
	background:url(../../img/bg/bg_fita_verde_rosa.png) no-repeat;
	width:103px;
	height:101px;	
	position:absolute;top:0;right:0;
}

.box_onde_encontrar_content
{
	float: left;
	width: 255px;
	margin: 50px 0 0 75px;
	display:inline;
}

.tit_onde_encontrar_biofenac
{
	background:url(../../img/txt/tit_onde_encontrar_biofenac.png) no-repeat left top;
	height:44px;
}

.txt_veja_qual_farmacia
{
	background:url(../../img/txt/txt_veja_qual_farmacia.png) no-repeat;
	height:33px;
}

.buscar label
{
	float: left;
	text-indent: -9999px;
	height: 12px;
	width: 100px;
	margin: 10px 0 7px;
	cursor: pointer;
}

.tit_busque_por_cep{background:url(../../img/txt/tit_busque_por_cep.png) no-repeat left bottom;}
.tit_ou_pela_sua_cidade{background:url(../../img/txt/tit_ou_pela_sua_cidade.png) no-repeat left bottom;}

.buscar input.text
{
	clear: both;
	padding: 5px 0;
	width: 180px;
	color: #000;
	font-size: 1.1em;
	float: left;
}

.buscar .btn_buscar{
	width: 61px;
	height: 27px;
	background:url(../../img/btn/btn_buscar.png) no-repeat;
	text-indent: -9999px;
	float: right;
	margin: -2px 0 0 0 ;
	cursor: pointer;
}

.nao_sei_cep
{
	color: #fff;
	font-size: 1.1em;	
	margin: 7px 0 0;
	float: left;
}

.select_combo
{
	clear: both;
	width: 100%;
	float: left;	
}

.select_combo .select
{
	float: left;	
	height: 20px;
	margin: 0 20px 0 0;
}

.select_combo .small, .select_combo .big{float: left;}

#ctl00_conteudo_updatePanelEstadoCidade{float:left; clear: both;width: 250px;}
.ajax__combobox_textboxcontainer input{padding: 2px 0;	}

.select_combo .small .ajax__combobox_textboxcontainer input{
	width: 30px;
	text-align: center;
}

.select_combo .big .ajax__combobox_textboxcontainer input
{
	width: 100px; 
	margin-left: 10px;
}

.select_combo table{top:0!important;}
.select_combo .big{margin: 0 0 0 8px;}

.ajax__combobox_buttoncontainer button
{
	width: 20px!important;
	height: 21px!important;
	background-image:url(../../img/bg/bg_combo_select.jpg)!important;
	background-position:right top!important;
	border: none;
}

.ajax__combobox_itemlist{overflow-y:scroll!important;}

/* FOOTER */

.footer h3
{
	float: left;
	color:#001e0c;
	text-indent: 0.1em;
	font-size: 1.6em;
	margin: 25px 0 0 15px;
	width: 255px;
	display: inline;
	font-weight: normal;
}

.footer .bt_visiste_site
{
	margin: 27px 5px 0 15px;
	float: left;
	color: #db1775;
	font-size: 1.1em;
	padding: 0 0 0 10px;
	background:url(../../img/bg/bg_seta_link.jpg) no-repeat left center;
	text-decoration: none;
	display: inline;
}

.footer .bt_ache
{
	text-indent: -9999px;
	width: 120px;
	height: 70px;
	float: left;	
}

.txt_se_persistirem
{
	width: 222px;
	height: 42px;
	background:url(../../img/txt/txt_se_persistirem.jpg) no-repeat;	
	margin: 12px 5px 0;
	display: inline;
}

.cac{
	width: 86px;
	height: 54px;
	background:url(../../img/txt/txt_central_atendimento_cliente.jpg) no-repeat;
	text-indent: -9999px;
	float: left;	
	margin: 5px 0 0;
}

.footer p
{
	width: 950px;
	color: #fff;
	font-size: 0.9em;
	clear: both;
	margin: 0 0 0 50px;
	display: inline;
}

/* MODAL */

.bgModal
{
	position: fixed;
	height: 100%!important;
	width: 100%;
	background: #000;
	z-index: 900!important;
	opacity: 0.70;
	filter:alpha(opacity=70);
}

.modal_container{top:0!important;position: absolute!important;}

.modal_content
{
	width: 704px;
	float: left;
}

.modal_content_line{
	width: 100%;
	height: 152px;
	background:url(../../img/bg/bg_line_modal.png) no-repeat 339px top;
	float: left;	
}

/* Topo do Modal */

.modal_content_top{
	width: 100%;
	height: 143px;
	background:url(../../img/bg/bg_top_modal.png) no-repeat left top;
	float: left;	
	position: relative;
}



.modal_content_top .tit_onde_encontrar_biofenac{
	width: 227px;
	margin: 40px 0 0 20px;
	display: inline;
}

.tit_resultados_busca
{
	float: right;
	width: 218px;
	height: 19px;
	background:url(../../img/txt/tit_resultado_de_busca.png) no-repeat left top;
	margin: 6px 8px 0 0;
	clear: right;
	display: inline;
}

.bt_fechar{	
	width: 17px;
	height: 14px;
	background:url(../../img/btn/btn_x_fechar.png) no-repeat left top;
	float: right;
	text-indent: -9999px;
	margin: 30px 5px 0 0;
}

.modal_content_top h5
{
	clear: both;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	margin: 10px 0 0 20px;
	width: 500px;	
	display: inline;
}

.modal_content_top p
{
	color: #fff;
	clear: both;
	margin: 0 0 0 20px;
	width: 500px;
}

/* Modal Bottom */

.modal_content_bottom{
	width: 100%;
	height: 10px;
	background:url(../../img/bg/bg_bottom_modal.png) no-repeat left top;
	float: left;	
}

/* Modal Conteudo */

.modal_content_center{
	width: 100%;
	*height: 285px;
	min-height: 285px;
	background:#fff url(../../img/img_biofenac_spray.png) no-repeat 540px 20px;
	float: left;	
}

html>body .modal_content_center{
	*height: auto;
}

.box_resultado{
	float: left;
	width: 250px;
	margin: 20px 0 0 20px;
	display: inline;
	height: 90px;
}

.box_resultado h4{
	color: #086161;
	font-size: 1.4em;
	padding: 2px 0 0 25px;
	background: transparent url(../../img/img_seta_modal.png) no-repeat left top;
	font-weight: bold;
	text-indent: 0.1em;
	width: 210px;
	float: left;
}

.box_resultado p{
	clear: both;
	padding: 0 0 0 25px;
	text-transform: uppercase;
	width: 210px;
}

/* Paginacao */

.box_paginacao
{
	clear: both;
	float: left;	
	margin: 30px 0 10px;
	width: 100%;
}

.box_paginacao h6
{
	color: #838383;
	font-size: 1.1em;
	float: left;
	margin: 10px 10px 0 130px;
	display:inline;
	width: 150px;
	text-align:right
}

.box_paginacao ul
{
	width: 310px;
	float: left;
}

.box_paginacao ul li{
	float: left;
}

.box_paginacao ul li a
{
	float: left;
	padding: 3px 0;
	border: #3db1a7 solid 1px;
	color: #3db1a7;
	font-size: 12px;
	margin: 0 0 5px 5px;
	text-decoration: none;	
	width: 24px;
	text-align: center;
}

.box_paginacao ul li .linkActive
{
	background: #3db1a7; 
	color: #fff;
}

.box_paginacao ul li .reticencias
{
	border: none;
	cursor: default;
}
