@charset "UTF-8";

#toolbar {
	padding: 60px;
}

#toolbar ul {
	margin: 0px;
	padding: 0px;
	width: 172px;
	margin: auto;
}

#toolbar ul li {
	list-style-type: none;
}

#toolbar ul li a {
	font-family: 'ubuntulight';
	font-size: 12px;
	color: #a2a2a2;
}

#toolbar ul li a.selected {
	font-family: 'ubuntubold';
	color: #777777;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#toolbar ul li.separator {
	background-color: #d5d5d5;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#toolbar .select .list ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

#toolbar .select .list ul li {
	cursor: pointer;
}

#toolbar .select .list ul li.separator {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: default;
}

#toolbarborder {
	width: 20px;
	height: 100%;
	background-color: #eaeaea;
	position: relative;
}

#content {
	padding-bottom: 44px;
}

#content h1 {
	font-family: 'ubuntulight';
	font-size: 25px;
	color: #989898;
	margin: 0px;
	margin-left: 65px;
	margin-top: 44px;
}

#content h2 {
	font-family: 'ubuntulight';
	font-size: 20px;
	color: #bd121a;
	margin: 0px;
	margin-left: 65px;
}

#content .image {
	margin-top: 44px;
	margin-left: 48px;
}

#content p {
	font-family: 'ubuntulight';
	font-size: 12px;
	color: #777777;
	margin: 0px;
	margin-left: 65px;
	margin-top: 24px;
}

#content p strong {
	font-family: 'ubuntubold';
	font-weight: normal;
}

#content p a {
	color: #bd131b;
	transition:All 250ms linear;
	-webkit-transition:All 250ms linear;
	-moz-transition:All 250ms linear;
	-o-transition:All 250ms linear;
}
	
#content p a.hover {
	color: #777777;
}

#correlati {
	font-family: 'ubuntulight';
	font-size: 13px;
	color: #c10d0e;
	margin: 0px;
	margin-left: 69px;
	margin-top: 18px;
	margin-bottom: 18px;
}

#resultlist {
	border-top: 1px solid #eeebeb;
}

#resultlist a {
	display: inline-block;	
	position: relative;
}

#resultlist a.bottom {
	border-bottom: 1px solid #eeebeb;
}

#resultlist a.left {
	border-left: 1px solid #eeebeb;
}

#resultlist a img {
	vertical-align: top;
}

#resultlist a img.info {
	position: absolute;
	left: 14px;
	bottom: 14px;
	transition:All 250ms linear;
	-webkit-transition:All 250ms linear;
	-moz-transition:All 250ms linear;
	-o-transition:All 250ms linear;
}

#resultlist a img.info.hide {
	opacity: 0;
}

#resultlist a .detail {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background-color: #c10d0e;
	overflow: hidden;
	display: none;
}

#resultlist a .detail div {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 100%;
}

#resultlist a .detail div p {
	margin: 0px;
	font-family: 'ubuntulight';
	font-size: 11px;
	color: #ffffff;
}

#resultlist a .detail div p:first-child {
	font-size: 32px;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#resultlist a .detail div p:first-child sup {
	font-size: 12px;
}


.promoconcorsi{
	margin: 0 auto;
	position: relative;
	width: 980px;
}
.promoconcorsi .title{
	height: 90px;
	position: relative;
}
.promoconcorsi .item{
	display: block;
	padding-bottom: 20px;
	position: relative;
}



























