.box{
    width: 200px;  
    height: 120px;  
    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:40px;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
#shadow{
    width: 200px;  
    height: 120px;  
    float:left;
    background:#fff;  
    border: 1px solid #B3B1B4;
    overflow: hidden;  
    position: relative;
    overflow: hidden;  
    position: relative;
    margin: 8px;
	padding-bottom:40px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

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

.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: -9px;
	left: 2px;
	border: 0;
	width: 196px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.boxcaption{
	float: left;
	position: absolute;
	background: url(../imagens/prodBg.jpg) no-repeat;
	color: #fff !important;
	height: 60px;
	width: 100%;
	padding-top: 8px;
	background-color: #36F;
    /*opacity: .7;  
    /* For IE 5-7 */  
    /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
    /* For IE 8 */  
    /*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; */ 
    } 
	
	.boxcaption a{
		color: #FFF !important;
	}

    .captionfull .boxcaption {  
    top: 70px;  
    left: 0;  
}  
.caption .boxcaption {
	top: 108px;
	height: 25px;
	left: 0;
	width: 100%;
	text-align: center;
} 

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 {

}

.content{

}
