/* --> Content CORE */
#list_prdt {
	margin-top: 20px;
	margin-left: 40px;
}

.prdt_content {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.prdt_content_id_link {
	text-align: center;
}

#list_prdt a, #list_prdt a:visited, #list_prdt a:link {
    text-decoration: none;
    color: #203d43;
		font-size: 9px;
		font-weight: normal;
}

#list_prdt a:visited {
    color: #bedcda;
}

#list_prdt a:hover {
   text-decoration: underline overline;
   color: #203d43;
	 font-size: 9px;
	font-weight: normal;
}
