@charset "UTF-8";
/* CSS Document */

.oscar_wrapper{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}

.oscar_wrapper .div_element{
	padding: 2px;
	font-size: 10px;
	color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffcc00;
	background-color: #FFFFFF;
}
.oscar_wrapper .sezione{
	text-transform: uppercase;
	display: block;
}
.oscar_wrapper .descr{
	display: block;
	text-decoration: underline;
}
.div_element img{
	padding: 1px;
	border: 1px solid #333333;
	margin-right: 5px;
}
