/*Original */

th {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
input {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.px5 {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.t01 {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 40px;
	margin-right : 30px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.t01 a {
	color : #EF6D00;
}
.t01 a:hover {
	color : #C25A02;
}
.list {
	color : #FFFFFF;
	margin-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 60px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right a, .list a {
	color : #000000;
}
.right a:hover {
	color : #AAAAAA;
}
.left {
	color : #000000;
	margin-top : 10px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 25px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.left b {
	color : #FFFFFF;
}
.left a {
	color : #FF6600;
}
.left a:hover {
	color : #FF0000;
	text-decoration: underline;
}
p {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	text-decoration: none;
}
p a {
	color : #000000;
	font-weight: bold;
}
p a:hover {
	color : #294A7B;
	text-decoration: none;
}
.menu01 {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 25px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu01 a {
	color : #000000;
	text-decoration: none;
}
.menu01 a:hover {
	color : #555555;
}
.menu02 {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 45px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu02 a {
	color : #000000;
	text-decoration: none;
}
.menu02 a:hover {
	color : #555555;
}


/*Mediatemple */




A: link, A:active, A:visited{
}
A:hover{
	text-decoration: underline;
}

.list_link {
	color:8D1C1C;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}


.home_box {
border-left: 1px solid #D8D8D8;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.mtDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;
	}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
    color:#4A4B4B;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.mtDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	moz-opacity:.8;
	filter:alpha(opacity=85);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	moz-opacity:.4;
	filter:alpha(opacity=40);
	}


.subtext {
	FONT-SIZE: 10px; 
	COLOR: #4A4A4A;
	line-height: 10px; 
	FONT-FAMILY: verdana, arial, sans-serif;
}
.subtext_title {
	FONT-SIZE: 10px; 
	FONT-WEIGHT: bold;
	COLOR: #264771;
	line-height: 22px; 
	FONT-FAMILY: verdana, arial, sans-serif;
}

.BodContent {
	FONT-SIZE: 12px;
	COLOR: #4A4A4A;
	line-height: 16px;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}
.BodContent td {
	FONT-SIZE: 12px;
	COLOR: #4A4A4A;
	line-height: 16px;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}

.BodContent a {
	color:#FF6600;
	text-decoration: none;
}

.BodContentTITLE {
	FONT-SIZE: 12px;
	COLOR: #0f72b4;
	line-height: 16px;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.BodContentTITLE  a{
	COLOR: #0f72b4;
	text-decoration: none;
	}	

.content_highlight {
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px; 
	COLOR: #808080;
	line-height: 17px;
	margin-top:10px;
} 

	
.headernav {
	FONT-SIZE: 10px; 
	COLOR: #D4D3D3;
	FONT-FAMILY: verdana, sans-serif;

	}
	
.headernav a {
	FONT-SIZE: 10px; 
	COLOR: #D4D3D3;
	FONT-FAMILY: verdana, sans-serif;
	text-decoration:none;
}

.headernav a:hover {
	FONT-SIZE: 10px; 
	COLOR: #D4D3D3;
	FONT-FAMILY: verdana, sans-serif;
	text-decoration:underline;
	
}

.list a {
	COLOR: #264771;
	
	}

.subadtitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px; 
	COLOR: #953637;
	line-height: 18px; 
	FONT-FAMILY: verdana, sans-serif;
	}
	
		.subad {
/*padding-left: 4px; */
	FONT-SIZE: 10px; 
	COLOR: #000000;
	line-height: 12px; 
	FONT-FAMILY: verdana, sans-serif;
	}

		.hottopic a {
	FONT-SIZE: 10px; 
	COLOR: #555555;
	line-height: 16px; 
	FONT-FAMILY: arial, sans-serif;
	text-decoration:none;
	}
			.hottopic a:hover {
	FONT-SIZE: 10px; 
	COLOR: #555555;
	line-height: 16px; 
	FONT-FAMILY: arial, sans-serif;
	text-decoration:underline;
	}
	
.navbox {
	width:204px;
	background-color:#ffffff;
	layer-background-color:#FFFFFF;
}

.nav{
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	FONT-WEIGHT: bold;
	background-color:#F1F1F1;
	layer-background-color:#F1F1F1;
	color: #666666;
	padding:4px 7px;
}

	
.navsub{
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffffff;
	layer-background-color:#ffffff;
}

.navsub a {
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	padding:4px 7px;
	text-decoration:none;
	background-color:#ffffff;
}

.navsub a:hover {
	background-color:#ffffff;
	color:#8D1C1C;
	text-decoration:underline;
}

.navX{
	font-size:11px;
	background-color:#F1F1F1;
	layer-background-color:#F1F1F1;
	color: #666666;
	padding:4px 7px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid  #ffffff;
	font-weight: bold; 
	}

.navX a {
	FONT-WEIGHT: bold;
	color:#666666;
	text-decoration:none;
	background-color:#F1F1F1;
		font-weight: bold; 
	}
	
.navX a:hover {
	background-color:#F1F1F1;
	color:#8D1C1C;
		font-weight: bold; 
	}

.footer {
		line-height: 17px;
		font-size:10px;
		font-family:arial, sans-serif;
	}
	
	.footer a {
		line-height: 17px;
		font-size:10px;
		font-family:arial, sans-serif;
		color:#264771;
	}

			.footer a:hover {
						line-height: 17px;
font-size:10px;
		font-family:arial, sans-serif;
				color:#264771;
	}

	#menubar {
		position:absolute;
		width:450px;
		left:35px;
		top:245px;
		background-color:#F9F1C8;
		border:1px solid #AD5800;
		padding:2px;
	}
	#menubar a {
		color:#AD5800;
		letter-spacing:1px;
		border:1px solid #F9F1C8;
		padding-left:5px;
		padding-right:5px;
		text-decoration:none;
	}
	#menubar a.active {
		border-bottom-color:#CCC599;
		border-right-color:#CCC599;
		border-left-color:#FFFFFF;
		border-top-color:#FFFFFF;
	}
	

	.menu .options {
	margin-right:1px;
	margin-bottom:1px;
	border:1px solid #969696;
	background-color:#ffffff;
	position:relative;
	layer-background-color:#FFFFFF;
	filter:Alpha(Opacity=88, Style=0);
	top: 541px;
	left: 1016px;

	}
	.menu a {
		color:#000000;
		display:block;
		padding:4px 10px;
		text-decoration:none;
	}
	.menu a:hover {
		background-color:#BCCEF2;
		color:#ffffff;
	}
	#about {
		position:absolute;
		left:5px;
		top:200px;
	}


.subtitle {
	FONT-SIZE: 12px; COLOR: #444444; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
	line-height: 25px;
	}
	
.domain_box {
	background-color: #FFFFFF;
	border-color: #A6A6A6;
	border-width: 1;
	border-style: solid;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	height: 19px;
}
	
.login {
	background-color: #E9E9E9;
	border-color: #C4C4C4;
	border-width: 1;
	border-style: solid;
	border-right-width:1;
	border-right-style: solid;
	border-right-color: #C4C4C4;
}
.login input {
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.login checkbox {
	color: #666666;
}
.login TD {
border-top-width:1;
border-top-style: solid ;
border-top-color: #ffffff;
border-bottom-width:1;
border-bottom-style: solid ;
border-bottom-color: #C4C4C4;
color:#555555;
FONT-SIZE: 11px; 
font-family:Arial, Helvetica, sans-serif;
}

.login .title {
	background-color: #D0D0D0;
}

.login .title TD {
	border-top-color: #ffffff;
	border-bottom-color: #C4C4C4;
	font-weight: bold;
}

hr {
	color: #DDDDDD;
	height: 1px;
}

.subtitle-color {

	FONT-SIZE: 12px; COLOR: #8D1C1C; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
	line-height: 25px;
}
.subsubtitle-lighter {

	color: 999999;
}
.subsubtitle-color {


	color: #8D1C1C;
}

.notebox {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

/* Specific style for form elements on contact page */
.contactboxform select {
	width: 215px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.contactboxform input {
	width: 215px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.contactboxform textarea {
	width: 215px;
	height: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* The small top link usually appearing on client testimonial pages */
.top {
	color: #CCCCCC;
	text-decoration: none;
}
A.top:link, A.top:visited, A.top:active {
	color: #CCCCCC;
	text-decoration: none;
}
A.top:hover {
	color: #8D1C1C;
	text-decoration: none;
}

/*
.top {  color: #CCCCCC}
A.top:link, A.top:visited, A.top:active { color: #CCCCCC; text-decoration: none; }
A.top:hover { color: #FF6600; text-decoration: none; }
*/


/* The small back button on the order left side navigation */
.navorderback {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.navorderback a:hover {
	color: #8D1C1C;
	text-decoration: none;
	font-weight: normal;
}
.navorderback a:link,visited,active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

/* ------------------------------------------- */
/* Styles for the application looking elements */
/* ------------------------------------------- */

.app {
	background-color: #E9E9E9;
	border-color: #C4C4C4;
	border-width: 1;
	border-style: solid;
	border-right-width:1;
	border-right-style: solid;
	border-right-color: #C4C4C4;
	width: 100%;
}

.app a {
color:#4A4B4B;
text-decoration:none;
}

.app a:hover,link,visited {
color:#8D1C1C;
text-decoration:underline;
}

.app TD {
border-top-width:1;
border-top-style: solid ;
border-top-color: #ffffff;
border-bottom-width:1;
border-bottom-style: solid ;
border-bottom-color: #C4C4C4;
color:#555555;
FONT-SIZE: 11px; 
font-family:Arial, Helvetica, sans-serif;
}

.order_title {
color:#555555;
FONT-SIZE: 12px; 
font-family:Arial, Helvetica, sans-serif;
}
.order_small {
color:#555555;
FONT: 9px/12px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.order_small_short {
color:#555555;
FONT: 9px/10px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.app .title {
	background-color: #D0D0D0;
}

.app .title TD {
	border-top-color: #ffffff;
	border-bottom-color: #C4C4C4;
	font-weight: bold;
}

/* The small back button on the order left side navigation */
.app_highlighted{
background-color: #f4f4f4;
}

.app_large {
font-family:verdana, sans-serif;
FONT-SIZE: 11px; 
font-weight: bold ;
color: #000000;
}

.app_desc {
color: #656565;
}

.error {
	border-color: #FF0000;
	border-width: 2;
	border-style: solid;
	background-color: #FFDEDE;
	width: 95%;
}
.error TD {
color: #FF0000;
FONT-SIZE: 10px; 
font-family:verdana, sans-serif;
}
.error .title {
background-color: #FF9393;
}
.error .title TD {
color: #FFFFFF;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
}

.info {
	border-color: #0000FF;
	border-width: 2;
	border-style: solid;
	background-color: #DEDEFF;
	width: 95%;
}
.info TD {

color: #0000FF;
FONT-SIZE: 10px; 
font-family:verdana, sans-serif;
}
.info .title {
background-color: #9393FF;
}
.info .title TD {
color: #FFFFFF;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
}


.ordernav{
font-size:11px;
background-color:#ffffff;
layer-background-color:#ffffff;
}
.ordernav a {
	color:#666666;
	text-decoration:none;
	background-color:#ffffff;
}
.ordernav a:hover {
	background-color:#ffffff;
	color:#8D1C1C;
	text-decoration:underline;
}

.ordernav .title {
	font-size:12px;
	font-weight: bold;
}

.ordernav .current {
	font-weight: bold;
}

.select {
border-top-width:1;
border-top-style: solid ;
border-top-color: #C4C4C4;
border-left-width:1;
border-left-style: solid ;
border-left-color: #C4C4C4;
}
.primary-highlight-color {
	color: #8D1C1C;
}
.type-small-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}
.table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.table1 TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.table1 TR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.type-light {
	color: #888888;
}

#tabs ul {
    font: 10px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    font-weight: bold;
	    margin-left: 0;
    padding-left: 0;
    display: inline;

	} 

#tabs ul li {
    margin-left: 1;
    margin-bottom: 0;
    list-style: none;
    display: inline;
    background-color: #E8E8E8;
    color: 9D9D9D;
    height: 19px;
	}
	
#tabs li a {
    border: 1px solid #D9D9D9;
    display: inline;
    padding: 1px 12px 4px;
	color: #9D9D9D;
	filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
	height: 10;
	text-decoration: none;
	}
	
#tabs li a:hover {
    border: 1px solid #CDCDCD;
    border-bottom: 1px solid #D0D0D0;
    display: inline;
    padding: 1px 12px 4px;
	color: #656565;
	filter: dropshadow(color=#ffffff, offx=-1, offy=-1);
	height: 10;
	text-decoration: none;
	}
	
		
#tabs ul li.up {
    border: 1px solid #D9D9D9;
    padding: 1px 12px 5px;
    border-bottom: 1px solid #FFFFFF;
    list-style: none;
    display: inline;
    background-color: #FFFFFF;
    color: #656565;
    height: 21px;
	}

/*MHEurope */

.blue10           { color: #0f72b4; font-size: 10px; font-family: Verdana}
.blue10b1  { color: #0f72b4; font-weight: bold; font-size: 10px; font-family: Verdana}
.blue11b         { color: #0f72b4; font-weight: bold; font-size: 11px; font-family: Verdana}
.gray11      { color: #7b7b7b; font-size: 11px; font-family: Verdana}
.title16       { color: #969696; font-weight: bold; font-size: 17px; font-family: Eurostile, Tahoma, Impact }
.prezzo14   { color: #1765c5; font-weight: bold; font-size: 14px; font-family: Arial, Tahoma, Eurostile, Impact }
.prezzo14 a   { color: #1765c5; font-weight: bold; font-size: 14px; font-family: Arial, Tahoma, Eurostile, Impact }

.gray10   { color: #7b7b7b; font-size: 10px; font-family: Verdana, Arial }
.darkgray10  {
	color: #404041;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
}
.black10 {
	color: #4a4a4a;
	font-size: 10px;
	font-family: Verdana, Arial;
}
.black9 { color: #000; font-size: 9px; font-family: Verdana, Arial }
.black9bold { color: #000; font-weight: bold; font-size: 9px; font-family: Verdana, Arial }
.black10b  { color: #000; font-weight: bold; font-size: 10px; font-family: Verdana, Arial }
.gray9 { color: #7b7b7b; font-size: 9px; font-family: Verdana, Arial }
.gray11b    { color: #7b7b7b; font-weight: bold; font-size: 11px; font-family: Verdana, 'Comic Sans MS' }
.gray10b  { color: #7b7b7b; font-weight: bold; font-size: 10px; font-family: Verdana, 'Comic Sans MS' }
form   { color: #58595b; font-size: 10px; font-family: Verdana, Arial }
input           { color: #004cb2; font-weight: bold; font-size: 10px; font-family: Verdana, Arial; margin: 0px }
textarea   { color: #004cb2; font-size: 10px; font-family: Verdana, 'Trebuchet MS'; margin: 0px }
select   { color: #0f72b4; font-weight: bold; font-size: 9px; font-family: Verdana, 'Trebuchet MS'; background-color: #fff }
button  { color: #fff; background-color: #0f72b4 }

.matrix {
	border: 1px solid C9C9C9;
	padding : 3px;
	FONT-SIZE: 10px;
	COLOR: #4A4A4A;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}

.matrix_top {
	border-top: 1px solid C9C9C9;
	padding-top : 3px;
	FONT-SIZE: 10px;
	COLOR: #4A4A4A;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}

.matrix_left {
	border-left: 1px solid C9C9C9;
	padding-left : 3px;
	FONT-SIZE: 10px;
	COLOR: #4A4A4A;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}

.matrix_right {
	border-right: 1px solid C9C9C9;
	FONT-SIZE: 10px;
	COLOR: #4A4A4A;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}

.matrix_bottom {
	border-bottom: 1px solid C9C9C9;
	padding-left : 3px;
	FONT-SIZE: 10px;
	COLOR: #4A4A4A;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}

.matrix_bottom_left {
	border-bottom: 1px solid C9C9C9;
	border-left: 1px solid C9C9C9;
	padding-left : 3px;
	FONT-SIZE: 10px;
	COLOR: #4A4A4A;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}

.matrix_bottom_right {
	border-bottom: 1px solid C9C9C9;
	border-right: 1px solid C9C9C9;
	padding-right : 3px;
	FONT-SIZE: 10px;
	COLOR: #4A4A4A;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}

UL.Bod { 
	FONT-SIZE: 12px;
	COLOR: #990000;
	line-height: 16px;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	list-style-image: url(images/bullet_arrow.html); 
}	

.Fading_BG {
	background-attachment: fixed;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}
