/*	###############	INÍCIO PRODUTOS ###############	*/
.conteudo_prod{
	float:left;
	width: 680px;
	height: auto;
	clear: right;
	position:relative;
	z-index:0;
	margin-bottom: 15px;
}

ul, ol {
	/* [disabled]margin-left:0px !important; */
}
h1{
	font-weight:normal;
}
h4{
	margin-top:0;
}
p{
	line-height:1.8em;
}



.cat_niv2{
	margin-top: 5px;
	
	display: none;
}

.cat_niv2 li a{
	background: #038;
	color: #ccc;
}

.cat_niv2 li a:hover{
	background: #038;
	color: #ccc;
	
}


.menu_lateral_home{
	float:left;
	padding:5px;
	width:256px;
	background:#fff;
	border: 1px solid #DBDBDB;
	margin-bottom: 10px;
	
}

/* Botões */
input[type="submit"] {
	margin-left: 35px;
	margin-top: 10px;
	color: #333;
	border: #ccc 1px solid;
	cursor: pointer;
}

input[type="submit"]:hover {
	background:#777;
	color:#f0f0f0;
	border: #777 1px solid;
}

input[name="my-add-button"] {
	position: relative;
	left: -15px;
	font-size: 13px;
	background: #f0f0f0;
	
}


/* Caixas com os produtos*/
.prod_container{
	width: 210px;
	height: 210px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: dashed 1px #ccc;
	text-align: center;
	padding-top: 5px;
}

.prod_titulo{
	padding: 2px 5px;
	height: 50px;
}

.prod_cont a{
	color: #038;
	text-decoration: none;
	
}

.prod_img_box {
	width: 200px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 5px;
	height: 150px;

}

.prod_img{
	max-height: 150px;
	max-width: 196px;
	
}

/* eventos */
.eve_container{
	width: 210px;
	height: 208px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: solid 1px #ddd;
	text-align:center;
	padding-top:5px;
}

/* Parte do Jcart*/

.jcart{
	margin-top: -25px;
	float: left;
	
}

.jcart span{
	position: relative;
	left: 0px;
	top: 5px;
}

.jcart fieldset{
	border: none;
	
}

/* Página do produto selecionado*/
.sub_prod_img_box{
	width: auto;
	;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-left: 10px;
	margin-bottom: 20px;
	float: right;
	background: #fff;
	border: dashed 1px #333;
	padding: 10px;
}

.sub_prod_img_box img{
	max-width: 315px;
}

.sub_prod_info{
	/* [disabled]width: 340px; */
	position: relative;
	/* [disabled]float: left; */
	margin-right: 15px;
}

.sub_prod_nome{
	color:#038;
	font-size:15px;
	font-weight: bold;
}

.sub_prod_desc{
	margin-left: 10px;
	padding: 2px 5px;
	margin-top: 5px;
	
}

/* A parte do preço por consulta */
.consulta {
	position: absolute;
	bottom: 5px;
	color: #f00;
	
}

/* os produtos que aparecem na página inicial */

#slider1 li{
	width: 160px;
}

#slider2 li{
	width: 160px;
}

.index_prod_container{
	height: 220px;
	background: #fff;
}

.index_prod_titulo{
	padding: 2px 5px;
	height: 50px;
	
}

.index_prod_titulo a{
	color: #7f1718;
	text-decoration: none;
	
}

.index_prod_img_box {
	width: 160px;
	height: 160px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 15px;

}

.index_prod_img{
	max-height: 150px;
	max-width: 150px;
	
}


/* Os produtos que aparencem na Busca */

.busca_prod_container{
	min-height: 50px;
	position: relative;
	background: #fff;
	margin-bottom: 5px;
	border: solid 1px #ddd;
}

.busca_prod_img_box {
	width: 50px;
	height: 50px;
	background: #fff;
	position: relative;
	float: left;
	vertical-align: middle;
	text-align: center;
	

}

.busca_prod_img{
	max-height: 44px;
	max-width: 44px;
	
}

.busca_prod_info{
	width: 895px;
	margin-left: 10px;
	float: left;
	
}

.busca_prod_nome a{
	color:#7f1718;
	font-size:13px;
	font-weight: bold;
}

.busca_prod_desc{
	margin-left: 10px;
	padding: 5px 2px;
	
}

.busca_consulta{
	color: #f00;	
}

.busca_mais{
	width: 57px;
	position: relative;
	float: right;
	top: -7px;
	background: #7F1718;
	color: #fff;
	padding: 2px 5px;
}

.busca_mais:visited, .busca_mais:link{
	color: #fff;
}

.busca_mais:hover{
	background: #fff;
	color: #7F1718;
}
		

/*	###############	FIM PRODUTOS ###############	*/

.prod_portfolio{
	width: 200px;
	height: 200px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: dashed 1px #ccc;
	text-align: center;
	padding: 5px;
}
