/**
*
* @section 		Vitrine
*
-----------------------------------------------------------------------------*/
.vitrine {
	width:100%;
	margin-bottom:15px;
	zoom:1;
}
.vitrine .header,
.vitrine .footer {
	width:99%;
	padding:0 0.5%;
}

/* ---Produtos--- */
.vitrine .product-cell {
	height:auto;
	margin:10px;
	padding:5px 5px 10px 5px; /* Espaçamento das linhas */
	border-bottom:4px solid #e8e8e8;
}
.vitrine .product-cell .info {
	display:block;
	padding:5px;
}
.vitrine .product-cell .info:hover {
	border-color:#2f78ab;
}
.vitrine .product-cell .info h3 {
	margin-bottom:5px;
	color:#192c7d;
}
.vitrine .product-cell a.info:hover h3 {
	color:#4556a3;	
}
.vitrine .product-cell .info span.sku,
.vitrine .product-cell .info h3,
.vitrine .product-cell .info span.image {
	display:block;
	font-size:14px;
}
.vitrine .product-cell .info span.sku {
	margin-bottom:3px;
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	color:#575757;
}
.vitrine .product-cell .info span.image {
	float:left;
	margin-right:10px;
	text-align:left;
}
.vitrine .product-cell .info span.detail {
	display:block;
	margin:10px 0 5px 143px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#263a8d;
	border-bottom:1px solid #e6e6e6;
}
.vitrine .product-cell .info p {
	font-size:12px;
	color:#676767;
}


/* ---Veja Mais--- */
.vitrine .product-cell div.more {
	margin-top:40px;
	padding-bottom:5px;
}	
.vitrine .product-cell div.more p {
	font-size:12px;
	margin-bottom:10px;
}
.vitrine .product-cell div.more a.detail {
	padding-left:15px;
	color:#192c7d;
	background:url(../images/sprite-icon-custom-small.png) 0 -146px no-repeat;
}
.vitrine .product-cell div.more a.detail:hover {
	color:#4556a3;	
}
.vitrine .product-cell div.more ul li {
	width:100%;
	height:29px;	
}
.vitrine .product-cell div.more ul li span {
	float:left;
	height:24px;
	margin-right:3px;
	padding:0 10px;
	line-height:24px;
	text-align:left;
	background-color:#e6e6e6;
	border:1px solid #c7c7c7;
}
.vitrine .product-cell div.more ul li span.code {
	width:100px;
}
.vitrine .product-cell div.more ul li span.name {
	width:218px;
}
.vitrine .product-cell div.more ul li span.feature {
	width:230px;
}

