*
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

html
{
	height: 100%;
}

body
{
	margin: 0px;
	height: 100%;
}

h1
{
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
}

h2
{
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #0A3383;
}

a
{
	color: black;
}

a.news_item, a.news_item_digigobo
{
	display: block;
	border-bottom: 1px solid #C1DCEC; 
	padding: 10px;
	text-decoration: none;
}

a.news_item_digigobo
{
	border-bottom: 1px solid #E1D1E7; 
}

a.news_item:hover
{
	background-color: #E1EDF5;
}

a.news_item_digigobo:hover
{
	background-color: #EBDFEA;
}
a.news_item img,  a.news_item_digigobo img
{
	border: none;
}


p
{
	margin: 0px;
	padding: 0px;
}

div.menu a img
{
	border: none;
}

div.product_list, div.product_list_selected
{
	padding: 4px;
}

div.product_list a, div.product_list_selected a
{
	text-decoration: none; 
	font-size: 14px;
	color: #082B70;
}

div.product_list_selected a
{
	font-weight: bold;
	color: red;
}

