@charset "utf-8";

.tam_min{
	min-height: 400px;
}

.dica{
	float: left;
	width: 960px;
	height: 200px;
	margin-bottom: 30px;	
}
.dica .dic_img{
	float: left;
	width: 220px;
	height: 200px;
	background: #fff;
}
.dica .dic_img span.data, .dica .dic_img span.img{
	display: block;
	float: left;
	width: 200px;
	height: 180px;
	overflow: hidden;
}
.dica .dic_img span.data{
	margin-top: -180px;
}
.dica .dic_img span.img img{
	min-width: 220px;
	min-height: 180px;
}
span.dia{
	display: block;
	float: left;
	width: 75px;
	padding-left:10px;
	font-weight: normal;
	font-size: 3em;
	color: #000;
	margin-top: 35px;
	margin-left: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align:center;
	text-transform:uppercase;
}
span.mes{
	font-size: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	float: left;
	width: 85px;
	color:#000;
	text-align: center;
	font-weight:normal;
	background-color: rgba(255, 255, 255, 0.8);
	text-transform:uppercase;
}
span.ano{
	font-size: 1.2em;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
}
.dica .dic_desc{
	float: right;
	width: 676px;
	height: 170px;
	padding: 15px;
	background-color: #fff;
	border:1px solid #ccc;
}
.dica .dic_desc h2{
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
}
a.mais{
	display: block;
	height: 34px;
	width: 120px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:4px;
	float: right;
	color: #fff;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 30px;
	right: -97px;
	top: 1px;
	margin-top: -67px;
	margin-right: 10px;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a.mais:hover{
	background-color: #D01119;
}

.imagem{
	float: right;
	margin: 6px 0px 8px 8px;
	padding: 3px;
	background-color: #f2f2f2;
	box-shadow: 0px 0px 4px #999;
	-moz-box-shadow: 0px 0px 4px #999;
	-ms-box-shadow: 0px 0px 4px #999;
	-o-box-shadow: 0px 0px 4px #999;
	-webkit-box-shadow: 0px 0px 4px #999;
}

a.voltar{
	width:130px;
	padding:8px 0;
	text-align:center;
	color:#fff;
	font-weight:normal;
	float:right;
	background:#DD0101;
	text-decoration:none;
	margin-bottom:10px;
	position:relative;
	z-index:100;
	
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a.voltar:hover{
	background: #230299;
}

/*  */
#menu-categorias{
	float: left;
	width: 235px;
	height: auto;
	list-style: none;
}
#menu-categorias ul{
	list-style: none;
}

#accordion h3{
	display: block;
	background-color: #42B220;
	padding: 6px 5px;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 3px;
	width:104%;
}
#accordion h3 a{
	color: #FFF;
	text-decoration: none;
}
#accordion ul{
	margin-bottom: 3px;
}
#accordion ul > li > a{
	display: block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #32373e;
	border-left: 1px solid #32373e;
	border-right: 1px solid #32373e;
	text-decoration: none;
	color: #eeeeee;
	background: #49505a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	font-size: 14px;
	padding: 0px 8px;
}

#menu-categorias > li{
	display: block;
	float: left;
	width: 109%;
	min-height: 42px;
	line-height: 42px;
	list-style: none;
	margin-bottom: 5px;
	background-color: #42B220;
	font-size: 1.1em;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
}
#menu-categorias > li:first-child{
	font-size: 1.2em;
	text-align: center;
	background-color: #102382;
	color: #FFF;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#menu-categorias > li:first-child:first-child:hover{
	background-color: #102382;
}
#menu-categorias > li:hover{
	background-color: #155D37;
}
#menu-categorias > li > a{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px 8px;
	text-decoration: none;
	color: #FFF;
}

#menu-categorias > li > ul{
	position: absolute;
	left: 235px;
	top: 0px;
	list-style: none;
	display: none;
	width: 235px;
	height: auto;
	z-index: 500;
	background-color: #155D37;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
}
#menu-categorias > li:hover > ul{
	display: block;
}
#menu-categorias > li > ul > li{
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0px 15px;
}
#menu-categorias > li > ul > li > a{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFF;
}

/* Produtos */

.conteudo_prod{
	float: right;
	width: 700px;
	height: auto;
	clear: right;
	position: relative;
	z-index: 0;
	margin-bottom: 15px;
}
.prod_container{
	width: 220px;
	height: 240px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	border-bottom: dashed 1px #ccc;
	text-align: center;
	padding-top: 5px;
}

.prod_titulo{
	padding: 2px 5px;
	height: 80px;
	width: 200px;
	margin-left: 5px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

.prod_cont a{
	color: #038;
	text-decoration: none;
	
}
.prod_img_box{
	width: 210px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	background: #fff;
	margin-bottom: 5px;
	margin-left: 5px;
	overflow: hidden;
	text-decoration: none;
	color: #CCC;
	position: relative;
}
div.prod-preco{
	color: #FFF;
	font-size: 1.2em;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	line-height: 30px;
}
.prod_container:hover div.prod-preco{
	opacity: 1;
}

.prod_img{
	max-width: 210px;
}
.sub_prod_info{
	float: right;
	width: 700px;
}

/**/
input[name="my-add-button"]{
	position: relative;
	left: 4px;
	font-size: 13px;
	background: #f0f0f0;
}
input[type="submit"]{
	margin-left: 5px;
	margin-top: 0px;
	color: #333;
	border: #ccc 1px solid;
	cursor: pointer;
	height:30px;
}
.jcart fieldset{
	border: none;
}

/* paginação */
#pagination{
	float: left;
	width: 100%;
	height: 32px;
	margin-bottom: 15px;
}
#pagination > a, #pagination > span{
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	height: 32px;
	line-height: 32px;
	padding: 0px 14px;
	margin: 0px 2px;
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #B3ACAC;
	-moz-box-shadow: 0px 0px 3px #B3ACAC;
	-o-box-shadow: 0px 0px 3px #B3ACAC;
	-webkit-box-shadow: 0px 0px 3px #B3ACAC;
}
#pagination > a:first-child, #pagination > span:first-child{
	margin-left: 0px;
}
#pagination > a:last-child, #pagination > span:last-child{
	margin-right: 0px;
}
#pagination > span{
	color: #CCC;
}