/* CSS Document */

*{
	margin:0;
	padding:0;
}

#container{
	clear:both;
	width:100%;
	height: auto;
	margin:50px auto;
}


#container li{
	list-style:none;
	float:left;
}

.projetor{
	clear:both;
	width:240px;
	height:150px;
	background-image:url(../imagens/projetor-multimidia/bg_ht.jpg);
	margin:3px 3px 3px 3px;
}

.projetor img{
	width:126px;
	height:78px;
	float:left;
}

.modelo{
	width:100px;
	height:63px;
	margin-top:15px;
	margin-left:3px;
	color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}

.modelo h5{
	font-size:11px;
}

.modelo h4{
	font-size:15px;
	font-weight: bold;
}

.descricao{
	clear:both;
	width:240px;
	height:72px;
}

.especificacao{
	clear:both;
	width: auto;
	height:72px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;	
}

.especificacao li{
	clear:both;
	list-style-position:inside;
}

.especificacao img{
	width:14px;
	height:11px;
}

.recursos{
	width:63px;
	height:28px;
	margin-top:35px;
	margin-left:60px;
	float:left;
}

.recursos span{
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
}

.recursos a{
	background-image: url(../imagens/projetor-multimidia/recursos-especiais.gif);
	background-position:left;
	display:block;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 63px;   
	height: 28px;                  
}

html>body recursos a{
	width: 68px; 
	height: 28px;
}


.recursos a:hover{
	background-image: url(../imagens/projetor-multimidia/recursos-especiais.gif);
	background-position:-63px;
}



	


