html,body{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	background-color: #233A3B;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

.Normal
{
	background-color: Black;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
	color: White;
	margin-right: 50px;
}

.Small
{
	color: #0DF654;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
}

.Big
{
	color: #0DF654;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.Menu
{
  margin-left: 14px;
}

.MainContent
{
	background-color: #FFFAFA;
	font-family: Verdana, Tahoma, sans-serif;
	text-align: left;
	vertical-align: top;
	height: 80%;
	width: 100%;
	margin: ;
	margin-left: 15px;
}

.ProductDesc
{
	background-color: #121212;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	color: White;
	background-image: url('../img/products/sterilizzabili_bkg.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	bottom: auto;
	clear: both;
}

.ProductPage
{
	background-color: Black;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: justify;
	vertical-align: middle;
	color: White;
	background-image: url('../img/page.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

.PrivatePage
{
	background-color: Black;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: justify;
	vertical-align: top;
	color: White;
	background-image: url('../img/page.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

.AccountPage
{
	background-color: white	;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	color: black;
}

li{
	list-style-image: url(../img/products/feature_li.jpg);
	color: White;
	list-style-position: inside;
	text-align: left;
	vertical-align: top;
	background-color: #686667;
	border-left: 3px solid White;
	border-right: 3px solid White;
	border-bottom: 8px solid White;
	border-top: 1px solid White;
	font: 10pt;
}
.ProductTitle{
	color: #0DF654;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12pt;
	text-align: center;
	vertical-align: top;
	background-color: #121212;
}

.MainFooter
{
	background-color: Gray;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	vertical-align: top;
	text-align: center;
	color: #FFFFF0;
}

A{
	color:  #0DF654;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
A:hover
{
  color: Teal;
}

.UnderConstruction {
	text-align: right;
	vertical-align: middle;
	width: 400;
	height: 250;
}

.FeatureCell {
	text-align: justify;
	font-size: 9pt;
	border-bottom: 1px solid Black;
	border-bottom-width: 1px;
	border-left: 1px solid Black;
	border-left-width: 1px;
}
.FeatureCellCenter {
	text-align: center;
	font-size: 9pt;
	border-left: 1px solid Black;
	border-left-width: 1px;
	border-bottom: 1px solid Black;
	border-bottom-width: 1px;
}
.FeatureHeader{
	font-weight: bold;
	font-size: 12pt;
	text-align: justify;
	border-left: 1px solid Black;
	border-left-width: 1px;
}

table.full-height {
  height:100%;
  width:100%;
  border:0px;
  text-align:center;
}
.ErrorMessage {
	color: Red;
	font-weight: bold;
	text-align: justify;
}

.NewsTitle {
	background-color: #121212;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
	color: White;
	background-image: url('../img/page.jpg');
	background-position: right;
	background-repeat: no-repeat;
}
.NewsData {
	background-color: #121212;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	text-align: right;
	vertical-align: top;
	color: #0DF654;
	font: italic;
}
