/*
-----------------------------------------------------------------------------
		Products thumb view
-----------------------------------------------------------------------------
*/
.wht_sec {
	width:770px;
	position: relative;
	height: 200px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*
-----------------------------------------------------------------------------
		Products grid view
-----------------------------------------------------------------------------
*/
.wht_sec ul.grid{
	list-style:none;
	height: 210px;
	width: 770px;
	margin-left: -40px;
}
.wht_sec ul.sec_row{
	margin-top:18px;
	float:left;
}
.wht_sec ul.grid li{
	width:243px;
	height:243px;
	text-align:center;
	float:left;
	background-image: url(../imagens/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	padding-right: 10px;
}
.wht_sec ul.grid li.last{
	margin-right:0px;
}
.wht_sec ul.grid li img.igm {
	width:300px;
	height:300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wht_sec ul.grid li p.title{
	float:left;
	color:#5c5c5c;
	width:200px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 3px;
	height: 35px;
	padding-top: 17px;
	padding-left: 9px;
	letter-spacing: 0.5px;
	line-height: 20px;
}
/*
-----------------------------------------------------------------------------
		Products list view
-----------------------------------------------------------------------------
*/
.wht_sec_listing {
	width:770px;
	float:left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wht_sec_listing ul.display{
	list-style:none;
	float:left;
}
.wht_sec_listing ul.display{
	list-style:none;
	float:left;
}
.wht_sec_listing ul.display li{
	width:770px;
	float:left;
	margin-bottom:20px;
	padding-bottom:15px;
}
.wht_sec_listing ul.display li.last{
	margin-bottom:0px;
	border:none;
}
