#col2 {
	padding: 5px;
	float: left;
	width: 175px;
	margin-left: 5px;
}

#col2 .atendimento {
	font-family: tahoma;
	font-size: 18px;
	color: #FF0000;
	float: left;
	width: 100%;
	text-align: center;
}
#col2 #estoque_rapido {
	background-image: url(../layout/t_estoque_rapido.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	margin-top: 5px;
	height: auto;
	padding-bottom: 10px;
}
#col2 #estoque_rapido .lista {
	float: left;
	width: 150px;
	margin-left: 8px;
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
	margin-top: 35px;
}
#col2 #estoque_rapido .lista .link {
	float: left;
	width: 140px;
	margin-bottom: 8px;
}
#col2 #estoque_rapido .lista .link a {
	color: #999999;
	text-decoration: none;
}
#col2 #estoque_rapido .lista .link a:hover {
	font-weight: bold;
}
#col2  #links_uteis {
	background-image: url(../layout/t_links_uteis.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	margin-top: 15px;
	height: auto;
	padding-bottom: 10px;
}
#col2  #links_uteis  .lista {
	float: left;
	width: 150px;
	margin-left: 8px;
	margin-top: 35px;
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
}
#col2   #links_uteis .lista    .link {
	float: left;
	width: 140px;
	margin-bottom: 8px;
}
#col2  #links_uteis  .lista  .link  a {
	color: #999999;
	text-decoration: none;
}
#col2  #links_uteis  .lista  .link  a:hover {
	font-weight: bold;
}

