.box{
    width: 200px;  
    height: 140px;  
    float:left;
    background:#fff;  
    border: 1px solid #B3B1B4;
    overflow: hidden;  
    position: relative;
    overflow: hidden;  
    position: relative;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    margin: 8px;
	padding-bottom:30px;
}

.box>div{
	display: table-cell;
	vertical-align:middle;
	height:140px;
	width:160px;
}

.box:hover{
	border: 1px solid #CA1B1A ;
}

.boxgrid{  
    width: 180px;  
    height: 120px;  
    margin:10px;  
    float:left;
    background-color: transparent;
    border: none;
    overflow: hidden;  
    position: relative;  
    border: none ;
	padding-bottom:10px;
}

.boxgrid>div{ 
    width: 180px;  
	display: table-cell;
	vertical-align:middle;
}

.boxgrid img{
	position: absolute;
	top: -10px;
	left: 0;
	border: 0;
	width: 180px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #36F;
	color: #fff;
	height: 60px;
	width: 100%;
	opacity: .7;

    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
	/* For IE 8 */  
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	background-color: #36F;
    }  

    .captionfull .boxcaption {  
    top: 70px;  
    left: 0;  
}  
.caption .boxcaption {  
    top: 128px;
    height: 100%;
    left: 0;
	width:100%; 
} 

h3{
    margin-left: 10px;
    margin-top: 5px;
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h2{
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.mold {
    float: left;
    width: 240px;
    height: 200px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

.novidade{
	width: 100%;
	margin-bottom: 25px;
}

.texto{
	margin-bottom: 10px;
	font-size:12px;
	height: 60px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #929292;
	 text-align: justify;
	 line-height: 175%
}

.img_marca{	
	float:left;
	margin:20px;
	width:120px;
		
}
.img_marca>div{
	display: table-cell;
	vertical-align:middle;
	height:120px;
}

.marca{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity:0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	margin: 0 auto;
}

.marca:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100;

}

.comment {
	width: 400px;
	background-color: #f0f0f0;
	margin: 10px;
}
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;

}
.textos a{
	text-decoration:none;
	color:#999;
}
.descricao{
	margin-right: 10px;
	width:100%;
}

.cover {

}

.sub_menu {
	float: right;
	width: 165px;
	margin-top: 10px;
	background-color: rgba(9, 8, 8, 0.56);
	
	border-radius: 6px;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.sub-menu {
	width: 153px;
	float: left;
}
.sub-top {
	float: left;
	width: 153px;
	background-image: url(../imagens/sub-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	line-height: 10px;
	font-weight: bold;
	font-size: 14px;
}
.sub-meio {
	float: left;
	width: 165px;
	background-image: url(../imagens/sub-meio.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.sub-rodap {
	float: left;
	width: 153px;
	background-image: url(../imagens/fund_sub.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 86px;
	margin-top: -60px;
}


.sub-menu2 {
	list-style-type: none;
	text-align: left;
	font-size: 16px;
	font-family: arial;
	list-style-position: inside;
}
.sub-menu2 li a, .sub-menu2 li a:visited {
	font-size: 11px;
	font-weight: bolder;
	margin-bottom: 8px;
	text-decoration: none;
	display: block;
	height: 20px;
	text-align: left;
	list-style-type: none;
	width: 150px;
	background-image: url(../imagens/marker.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	color: #FFFFFF;
	
}
.sub-menu2 li a:hover {
	color: #F4A02E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F2E4D9;
	margin-bottom: 6px;
}
