﻿
.rubricheListContainer
{
	float: left; /*   margin-top: 8px;*/
}
.rubricheListElement
{
	text-decoration: none;
	width: 628px;
	padding: 5px;
	border-top: solid 1px #dddddd;
	float: left;
}

.rubricheListElement:hover
{
	background-color: #E1F3FF;
	/*cursor: pointer;*/
	text-decoration: none;
}

.rubricheListElement div#Image
{
	margin-right:10px;
	float: left;
	width: 110px;
	padding-bottom: 8px;
	min-height: 80px;
}

.rubricheListElement div#Right
{
	float: left;
	width: 508px;
	padding-bottom: 8px;
}

.rubricheListElement div#Link
{
	width: 148px;
	float: right;
	text-align: right;
	margin-bottom: 8px;
}
.rubricheListElement div#Title
{
	margin-bottom: 8px;
}
.rubricheListElement div#Detail
{
	margin-bottom: 8px;
}

.rubricheListElement div#Tag
{
	padding-top: 20px;
	float: left;
	width: 508px;
}

.rubricheListSorting
{
	float:left;
	 padding-bottom:4px;
	}
