@charset "utf-8";
/* CSS Document */
 applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, button,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	vertical-align: top;
}
body { color: #666; background: #fff; font-size: 12px; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }




/*	Tag-based generic rules
	----------------------------------------------------*/

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color:#333;
		font-family: Helvetica, Arial, sans-serif;
		font-weight:normal;
		line-height:1em }
	h1 {
		font-size:40px;
		margin:0 0 20px }
	h1 span {
		clear:both;
		color:#666;
		display:block;
		font-size:11px;
		letter-spacing:1px;
		text-transform:uppercase }
	
/*AGGIUNTE*/
	hr {display:none;}
	
	/*title*/
	.secondTitle {font-size:24px; color:#333;}
	.thirdTitle {font-size:18px; color:#333;}
	
	.notesTxt {font-size:11px; color:#666;}
	.noteTitle {	font-size:10px;	letter-spacing:1px;	text-transform:uppercase; margin-bottom:5px; }
	
	/*List*/
	ul.vertical li {background:url(../img/list_style.gif) no-repeat left 6px; padding-left: 12px;}

	ul.uppercase a, a.uppercase {text-transform:uppercase; font-size:10px;}
	ul.uppercase li {background:url(../img/list_style.gif) no-repeat left 4px;}
	
	/*Separator*/
	.dottedbottom {border-bottom:1px dotted #ccc; padding-bottom:20px; margin-bottom:20px; clear:both; overflow:hidden;}


	/*	Table
	    ----------------------------------------------------*/
	    
		table {
			border:1px solid #ccc;
			border-right:none;
			margin:20px 0 0;
			position:relative;
			width:100% }
		caption {
			color:#333;
			display:none;
			font-size:10px;
			letter-spacing:2px;
			text-align:center;
			text-transform:uppercase }
		tfoot {
			display:none }
		thead {
			background:#E6E6E6;
			color:#333 }
		
		thead td {
			border-bottom:1px solid #ccc;
			font-size:13px;
			font-weight:bold;
			padding:7px 10px }
		tr.odd {
			background:#ececec }
		tr.even {
			background:#fff }
		td {
			border-right:1px solid #ccc;
			padding:5px 10px }
	
	/*	Forms
	    ----------------------------------------------------*/
	
		fieldset {
			padding:20px }
		input,
		textarea {
			background:#FDFDFD;
			border:1px solid #ccc;
			color:#666;
			font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
			font-size:13px;
			font-style:italic;
			padding:4px }
		textarea.inputtext {
			height:150px }
		input[type="checkbox"],
		input[type="radio"],
		.inputradio,
		.inputcheck {
			border:none;
			height:14px;
			margin:0 10px 5px 0;
			width:14px }
		label input {
			margin:0 10px 5px 0
		}
		.box input {
			margin:0 0 5px }
		label {
			float:left;
			margin:0 10px 0 0 }
		legend {
			color:#333;
			font-size:11px;
			letter-spacing:2px;
			padding:0 5px;
			text-transform:uppercase }
		form p.note {
			clear:both;
			padding:10px }
		.inlineValidation {
			border-bottom:1px solid #ccc;
			display:block;
			font-size:11px;
			font-weight:bold;
			margin:0 5px 0 150px;
			padding:2px 5px }
		.validationError {
			background:#FFE6E3;
			border-bottom-color:#DA3323;
			color:#DA3323 }
		.validationSuccess {
			background:#E5F3E7;
			border-bottom-color:#7AA727;
			color:#7AA727 }
		.validationInfo {
			background:#E3ECFF;
			border-bottom-color:#226EB1;
			color:#226EB1 }
		.validationAlert {
			background:#FFFBE3;
			border-bottom-color:#EC9500;
			color:#EC9500 }

/*	Selector-based global rules
	----------------------------------------------------*/

	.block {
		clear:both;
		font-size:13px;
		text-align:center;
		width:100% }
	.wrapper {
		margin:0 auto;
		overflow:hidden;
		text-align:left;
		width:980px }
	#content {
	/*	border-bottom:1px solid #333;
		border-top:1px solid #333;	*/
		overflow: hidden;
		padding:20px 0 }
	.tool {
		border-right:1px dotted #ccc;
		float:left;
		margin:0 20px 0 0;
		padding:0 20px 10px 0;
		width:200px }
	

		
	/*	Header
		----------------------------------------------------*/
	
	.sectionTitle {
		background:#7A7975 url(../img/hSection.png) top left repeat-x;
		border:1px solid #656665;
		color:#fff;
		font-size:18px;
		margin:-19px -18px 20px;
		padding:5px 20px }
	.moduleTitle {
		background:#DBE9EF;
		border-bottom:1px solid #ABCADA;
		display:block;
		font-size:18px;
		margin:0 0 20px;
		padding:5px 10px }
	.tool .moduleTitle {
		font-size:13px }
	.singleActionAlternative .instructions {
		float:right;
		width:359px }
		
/*	Buttons
    ----------------------------------------------------*/
    
	.bttn {
		cursor:pointer;
		display:block;
		position:relative }
	.bttn span {
		float:left;
		position:relative }
	.clickMe { cursor: pointer }
	.remove {
		background:url(../img/iconCancelCross.png) 0 4px no-repeat;
		height:16px;
		position:absolute;
		right:0;
		text-indent:-9000px;
		top:5px;
		width:16px }
	.remove:hover {
		background-position:0 -12px }	    
		    
	/*	Secondary Buttons 
	    ----------------------------------------------------*/
			    
	.secAction .angle {
		background:url(../img/bttnSecActionSmall.png) 0 0 no-repeat;
		display:block;
		height:28px;
		width:12px }
	.secAction .value {
		background:url(../img/bttnSecActionSmall.png) right 0 no-repeat;
		font-size:10px;
		font-weight:bold;
		height:28px;
		line-height:28px;
		padding:0 12px 0 0;
		position:relative;
		text-align:center;
		text-transform:uppercase }
	.secAction .glow {
		background:url(../img/bttnSecActionSmall.png) center -126px repeat-x;
		display:block;
		float:none;
		height:100%;
		position:absolute;
		width:100% }
	.secAction:hover {
		color:#2481C0;
		text-decoration:none }
	.secAction:hover .angle {
		background-position:left -30px }
	.secAction:hover .value {
		background-position:right -30px }
	.secAction:focus {
		color:#4C7DA6;
		text-decoration:none }
	.secAction:focus .angle {
		background-position:left -60px }
	.secAction:focus .value {
		background-position:right -60px }	   
		   			
	/*	Primary Buttons 
	    ----------------------------------------------------*/
			    
	.priAction 	{
		color:#fff }
	.priAction .angle {
		background:url(../img/bttnPriActionSmall.png) 0 0 no-repeat;
		display:block;
		height:30px;
		width:12px }
	.priAction .value {
		background:url(../img/bttnPriActionSmall.png) right 0 no-repeat;
		font-size:10px;
		font-weight:bold;
		height:30px;
		line-height:28px;
		padding:0 12px 0 0;
		position:relative;
		text-align:center;
		text-transform:uppercase }
	.priAction .glow {
		background:url(../img/bttnPriActionSmall.png) center -126px repeat-x;
		display:none;
		float:none;
		height:100%;
		position:absolute;
		width:100% }
	.priAction:hover .angle {
		background-position:left -30px }
	.priAction:hover .value {
		background-position:right -30px }
	.priAction:hover .glow {
		display:block }
	.priAction:focus .angle {
		background-position:left -60px }
	.priAction:focus .value {
		background-position:right -60px }
	.priAction:hover,
	.priAction:focus {
		text-decoration:none }	    			
		
/*	Pagination
    ----------------------------------------------------*/

	.pagination {
		margin:20px 0 0;
		text-align:center }
	.pagination li {
		display:inline;
		margin:0 1px }
	.pagination a {
		border:1px solid #ccc;
		padding:2px 6px }
	.pagination a:hover {
		background:#BFD8E2;
		border:1px solid #95BDD5 }
	.pagination .alt {
		font-size:11px;
		margin:0;
		padding:0 4px }
	.pagination li.active {
		padding:4px 6px }
	
/*	Alerts
	----------------------------------------------------*/
	
	.feedback {
		background:#fff;
		border:1px solid #E9E9E9;
		margin:0 0 20px;
		padding:5px }
	.feedback p {
		font-weight:bold;
		line-height:14px;
		overflow:hidden;
		padding:5px 5px 5px 45px;
		position:relative }
	.feedback span {
		display:block;
		height:25px;
		left:0;
		margin:0 10px 0 0;
		padding:0 10px 0 0;
		position:absolute;
		text-indent:-9000px;
		top:0;
		width:25px }
	.errorFeedback p {
		color:#DA3323 }
	.errorFeedback span {
		background:url(../img/alertIcons.png) no-repeat scroll -51px -29px;
		border-right:1px solid #DA3323 }
	.successFeedback {
		color:#7AA727 }
	.successFeedback span {
		background:url(../img/alertIcons.png) no-repeat scroll -25px -59px;
		border-right:1px solid #7AA727 }
	.alertFeedback {
		color:#EC9500 }
	.alertFeedback span {
		background:url(../img/alertIcons.png) no-repeat scroll -79px 1px;
		border-right:1px solid #EC9500 }
	.infoFeedback {
		color:#226EB1 }
	.infoFeedback span {
		background:url(../img/alertIcons.png) no-repeat scroll 4px -89px;
		border-right:1px solid #226EB1 }
		 
/*	Non semantic, presentational clasess
    ----------------------------------------------------*/
    
	.box {
		margin:0 0 10px }
	.box .hd,.box .ft {
		height:10px }
	.box .bd {
		padding:17px 30px }
	.module {
		margin:0 /*0 40px*/ }
	.bd .module:last-child {
		margin-bottom:0 }
	.note {
		font-size:11px;
		padding:11px 0 0 }
	.left {
		float:left }
	.right {
		float:right }
	.clear {
		clear:both }
	.right.elementspacing {		/*rightmenu*/
		margin-bottom:20px !important;
		font-size:12px;
	}
		
	/*	Grid System
	    ----------------------------------------------------*/
    
    .col48x48 { width: 960px; } .col45x48 { width: 900px; } .col42x48 { width: 840px; } .col39x48 { width: 780px; } .col36x48 { width: 720px; } .col33x48 { width: 660px; } .col30x48 { width: 600px; } .col27x48 { width: 540px; } .col24x48 { width: 480px; } .col21x48 { width: 420px; } .col18x48 { width: 360px; } .col16x48 { width: 320px; } .col15x48 { width: 300px; } .col12x48 { width: 240px; } .col09x48 { width: 180px; } .col06x48 { width: 120px; } .col03x48 { width: 60px; }
	
	.col33x48 .hd, .col33x48 .bd, .col33x48 .ft { background: url(../img/col33x48.png) no-repeat; }
    	.col33x48 .hd { background-position: 8px 5px; }
    	.col33x48 .bd { background-position: -652px 0; background-repeat: repeat-y; }
    	.col33x48 .ft { background-position: 8px -20px; }
    .col16x48 .hd, .col16x48 .bd, .col16x48 .ft { background: url(../img/col16x48.png) no-repeat; }
    	.col16x48 .hd { background-position: 8px 5px; }
    	.col16x48 .bd { background-position: -312px 0; background-repeat: repeat-y; }
    	.col16x48 .ft { background-position: 8px -20px; }
	.col21x48 .hd, .col21x48 .bd, .col21x48 .ft { background: url(../img/col21x48.png) no-repeat; }
		.col21x48 .hd { background-position: 8px 5px; }
		.col21x48 .bd { background-position: -412px 0; background-repeat: repeat-y; }
		.col21x48 .ft { background-position: 8px -20px; }


  
   


/*	Header	*/

body #header .fixed ul.opened,
#header .fixed .servicenav li.clientarea span:hover,
#header .fixed .servicenav li.clientarea span:active,
#header .fixed .servicenav li.clientarea span.opened,
#header .fixed .servicenav li.clientarea #hd_loginbox { background-color:#333; }	

#header {position:relative; z-index:1000; margin-bottom:25px;}

#header .fixed {width:100%; height:30px; position:fixed; top:0; left:0; z-index:1100;}
	#header .fixedblock {background:url(../img/service-nav.png) repeat-x top; margin:0; padding:0 20px; height:30px;}
#header .fixedsx,
#header .fixeddx {display:none;}
#header .fixedcenter {position:relative;}
	
	#header .fixed .language { width:180px; position:absolute; z-index:100; display:block; top:0; left:5px; padding:3px 30px 0 2px; overflow:hidden; background:#444 url(../img/lang-arrow.gif) no-repeat right 10px; border-right:1px solid #333; border-left:1px solid #333; cursor:pointer;}
	body #header .fixed ul.opened {background:#444 url(http://promotions.register.it/from.php?idc=12) no-repeat right 10px; background-color: rgba(0,0,0,0.7); border-bottom:2px solid #000; border-left:1px solid #000; border-right:1px solid #000; top:0; padding:3px 30px 0 2px;}
#header .fixed .language li {padding:3px 0 0 30px;}
#header .fixed .language li.ita {background:url(../img/flag_ita.gif) no-repeat 8px 4px}
#header .fixed .language li.spa {background:url(../img/flag_spa.gif) no-repeat 8px 4px}
#header .fixed .language li.cat {background:url(../img/flag_cat.gif) no-repeat 8px 4px}
#header .fixed .language li.eng {background:url(../img/flag_eng.gif) no-repeat 8px 4px}
#header .fixed .language li.fra {background:url(../img/flag_fra.gif) no-repeat 8px 4px}
#header .fixed .language li.por {background:url(../img/flag_por.gif) no-repeat 8px 4px}
#header .fixed .language li.nld {background:url(../img/flag_nld.gif) no-repeat 8px 4px}
#header .fixed .language a {font-size:10px; color:#dedede; text-transform:uppercase; text-decoration:none;}
#header .fixed .language a:hover {color:#fff;}
#header .fixed .language li.otherlang {display:none;}

#header .fixed .servicenav {position:absolute; top:0px; right:5px;}
	#header .fixed .servicenav li {float:left; display:block; height:26px; border-left:1px solid #444;}
	#header .fixed .servicenav li a {padding:5px 10px 4px;}
	#header .fixed .servicenav a {color:#dedede; text-decoration:none; font-size:11px; display:block; padding:3px 10px 2px;}
	#header .fixed .servicenav a:hover {color:#fff; background-color:#444;}
	#header .fixed .servicenav a:active {background-color:#000;}
	

	#header .fixed .servicenav .webmail a {border-right:1px solid #333; background:transparent url(../img/header-ico-webmail.gif) no-repeat 10px 7px; padding-left:35px;}
	#header .fixed .servicenav .webmail a:hover {background:#444 url(../img/header-ico-webmail.gif) no-repeat 10px -32px;}
	#header .fixed .servicenav .webmail a:active {background-color:#000}
	
	#header .fixed .servicenav li.clientarea {border:none;}
	#header .fixed .servicenav li.clientarea span {background:#444 url(../img/clientarea-icon.gif) no-repeat left 7px; border-right:1px solid #333; font-weight:bold; padding:5px 18px 2px 30px; position:relative; z-index:150; color:#dedede; }
	#header .fixed .servicenav li.clientarea span:hover,
	#header .fixed .servicenav li.clientarea span:active,
	#header .fixed .servicenav li.clientarea span.opened {background:url(../img/clientarea-icon.gif) no-repeat left -33px; background-color:#333; background-color:rgba(0,0,0,0.7); color:#fff; }
	
	#header .fixed .servicenav li.clientarea a.logged {display:inline; background:#444 url(../img/clientarea-icon.gif) no-repeat left 7px; border-right:1px solid #333; font-weight:bold; padding:5px 12px 2px 30px; z-index:150; color:#dedede; float:left; font-size:11px; height:19px; margin:0;}
	#header .fixed .servicenav li.clientarea a.logged:hover {background:url(../img/clientarea-icon.gif) no-repeat left -33px; background-color: rgba(0,0,0,0.7); color:#fff; }
	
	#header .fixed .servicenav li.clientarea span#hdLoglink {cursor:pointer; float:left; font-size:11px; height:19px;}
	#header .fixed .servicenav li.clientarea span#hdLoglink.opened {height:13px; border-right:1px solid #000;}

#header .fixed .servicenav li.clientarea a {background:#D1D1D1 url(../img/clientarea-icon.gif) no-repeat scroll left 5px;border-right:1px solid #999999;font-weight:bold;padding:3px 18px 2px 30px; position:relative; z-index:150; font-weight:bold;}
#header .fixed .servicenav li.clientarea a:hover {background:#FFFFFF url(../img/clientarea-icon.gif) no-repeat scroll left -35px; }

	#header .fixed .servicenav li.clientarea #hd_loginbox { background-color:rgba(0,0,0,0.7); border-color:#000; border-style:solid; border-width:0px 1px 2px; display:none; margin-top:-2px; overflow:hidden; padding:20px 10px 10px; position:absolute; right:0; top:22px; width:180px; z-index:100; }
	#header .fixed .servicenav li.clientarea #hd_loginbox label {font-size:11px; color:#dedede;}
	
	#header .fixed .servicenav li.clientarea #hd_loginbox .loginuserid,
	#header .fixed .servicenav li.clientarea #hd_loginbox .loginpasswd {width:170px; margin-bottom:10px;}
	#header .fixed .servicenav li.clientarea #hd_loginbox .loginregistrati {display:block; float:left; margin:4px 0 0 10px;}
	#header .fixed .servicenav li.clientarea #hd_loginbox .loginforgotpass {clear:both; float:left; margin-top:10px; color:#dedede; line-height:1.2;}
	#header .fixed .servicenav li.clientarea #hd_loginbox a {background:none; margin:0; padding:0; color:#3B80A8; border:none;}
	#header .fixed .servicenav li.clientarea #hd_loginbox a:hover {text-decoration:underline; color:#fff;}
	

#header .fixed .servicenav .loginsubmit {float:left; background:url(../img/primarybuttonsmall.png) no-repeat 0 0; width:69px; height:24px; color:#fff; text-transform:uppercase; font-style:normal; font-size:10px; font-weight:bold; border:0; cursor:pointer; vertical-align:top;}
#header .fixed .servicenav .loginsubmit:hover {background:url(../img/primarybuttonsmall.png) no-repeat 0 -25px;}
#header .fixed .servicenav .loginsubmit:active {background:url(../img/primarybuttonsmall.png) no-repeat 0 -50px;}

#header .fixed .servicenav li.clientarea a.logout {background:#444 none; /*border-left:1px solid #000;*/ float:left; font-weight:normal; /*margin-left:-1px;*/ padding:5px 10px 4px; border-color:#333;}
#header .fixed .servicenav li.clientarea a.logout:hover {background:#333 none; color:#fff; /*border-color:#000;*/}



/*upnav*/
#header .upnav {width:960px; padding:30px 10px 0; margin:0 auto; height:75px; position:relative;}
#header .upnav .imagelogo {background:url(../img/imagelogo.png) no-repeat left center; width:260px; height:52px; margin-top:14px; display:block; text-indent:-9999px; float:left;}

#header .upnav .whois {display:block; background:#fff none repeat scroll 0 0; border:1px solid #CCCCCC; float:right; height:26px; margin-top:24px; overflow:hidden; position:relative; }
	
#header .upnav .whois label {background:#F5F5F5 url(../img/lentwhois.gif) no-repeat scroll 5px 5px; float:left; font-size:11px; height:24px;	margin:0; padding:1px 0;}
#header .upnav .whois label span {padding: 4px 10px 0 25px; display:block;}
#header .upnav .whois #whoisinput {border:0; border-left:1px solid #ccc; background:#fff; height:16px; float:left; width:160px; padding: 6px; }

#header .upnav .whois .divinline { float:left;}

#header .upnav .whois .whoisbuttoncontent {float:left; background:#FFFFFF none repeat scroll 0 0; overflow:hidden; padding:1px;}
#header .upnav .whoisbuttoncontent select { border: 0 none; margin: 4px 7px 4px 0; float:left;}	


#header .upnav .whois .buttonwhois {height:24px; color:#fff; text-transform:uppercase; font-style:normal; font-size:10px; font-weight:bold; border:0; cursor:pointer; vertical-align:top; display:block; float:left; position:relative; text-decoration:none;}
	#header .upnav .whois .buttonwhois .angle {background:url(../img/headerprimarybutton.png) no-repeat 0 0; width:12px; height:24px; display:block; float:left; position:relative;}
	#header .upnav .whois .buttonwhois .value {background:url(../img/headerprimarybutton.png) no-repeat right 0; height:24px; display:block; padding:0 12px 0 0; text-align:center; float:left; position:relative; line-height:24px;}
	#header .upnav .whois .buttonwhois .glow {background:url(../img/headerprimarybutton.png) no-repeat right -75px; float:none; display:none; position:absolute; width:100%; height:100%;}
	#header .upnav .whois .buttonwhois:hover .angle {background-position: 0 -25px;}
	#header .upnav .whois .buttonwhois:hover .value {background-position: right -25px;}
	#header .upnav .whois .buttonwhois:hover .glow {background-position: center -75px; display:block;}
	#header .upnav .whois .buttonwhois:active .angle {background-position: 0 -50px;}
	#header .upnav .whois .buttonwhois:active .value {background-position: right -50px;}
	#header .upnav .whois .buttonwhois:active .glow {background-position: center -75px; display:block;}
#header .upnav .whois .buttowhoistrasf {height:24px; color:#333; text-transform:uppercase; font-style:normal; font-size:10px; font-weight:bold; border:0; cursor:pointer; vertical-align:top; display:block; float:left; position:relative; margin-left:0px; text-decoration:none;}
	#header .upnav .whois .buttowhoistrasf .angle {background:url(../img/headersecondarybutton.png) no-repeat 0 0; width:12px; height:24px; display:block; float:left; position:relative; margin-left:1px;}
	#header .upnav .whois .buttowhoistrasf .value {background:url(../img/headersecondarybutton.png) no-repeat right 0; height:24px; display:block; padding:0 12px 0 0; text-align:center; float:left; position:relative; line-height:24px;}
	#header .upnav .whois .buttowhoistrasf .glow {background:url(../img/headersecondarybutton.png) no-repeat right -75px; float:none; display:none; position:absolute; width:100%; height:100%;}
	#header .upnav .whois .buttowhoistrasf:hover .angle {background-position: 0 -25px;}
	#header .upnav .whois .buttowhoistrasf:hover .value {background-position: right -25px;}
	#header .upnav .whois .buttowhoistrasf:hover .glow {background-position: center -75px; display:block;}
	#header .upnav .whois .buttowhoistrasf:active .angle {background-position: 0 -50px;}
	#header .upnav .whois .buttowhoistrasf:active .value {background-position: right -50px;}
	#header .upnav .whois .buttowhoistrasf:active .glow {background-position: center -75px; display:block;}
	
	#header .upnav #whoisChoiche {width: auto !important; width: 170px; min-width: 170px; background:#f6f6f6; padding:5px 10px; border:1px solid #333; position:absolute; left:630px; top:80px; display:none;}
	#header .upnav #whoisChoiche li {float:left; clear:left;}
	#header .upnav #whoisChoiche li:hover {float:left; clear:left; cursor:pointer; color:#aaa;}

/*nav*/
#header .nav {width:980px; margin:0 auto; overflow:hidden;}

#header .nav .primarynav {background: url(../img/shadowprimarynav.png) no-repeat 5px 0; display:block; overflow:hidden; padding:5px 10px 0;}
#header .nav .primarynav li {float:left;}
#header .nav .primarynav li a {text-shadow:0px 1px 2px #000; background:#999 url(../img/buttonprimarynav.png) no-repeat left 0; padding-top:8px; width:160px; height:27px; display:block; color:#fff; text-align:center; font-weight:bold; text-decoration:none;}
#header .nav .primarynav li a:hover {background:#999 url(../img/buttonprimarynav.png) no-repeat left -40px; color:#fff;}
#header .nav .primarynav li a:active {background:#999 url(../img/buttonprimarynav.png) no-repeat left -80px; color:#fff;}
#header .nav .primarynav li a.selected {text-shadow:none; background:#999 url(../img/buttonprimarynav.png) no-repeat left -120px; color:#000;}

#header .nav .nosecondarynav {clear:left; background:url(../img/nosecondarynav.png) no-repeat; width:980px; height:20px; display:block;}

#header .nav .secondarynav {clear:left; background:url(../img/secondarynav.png) no-repeat left top; padding:0 10px; width:960px; height:40px; display:block;}
#header .nav .secondarynav li {float:left; padding-right:6px; margin:7px 0 0px 6px; border-right:1px dotted #aaa;}
#header .nav .secondarynav li a {color:#3B80A8; display:block; font-weight:bold; margin:0; padding:1px 10px; text-decoration:none;}
#header .nav .secondarynav li a:hover {border:1px solid #ccc; margin:0; padding:0 9px; background:#fff;}
#header .nav .secondarynav li a:active {border:1px solid #ccc; margin:0; padding:0 9px; background:none; color:#333;}
#header .nav .secondarynav li a.selected {border:1px solid #ccc; margin:0; padding:0 9px; background:#fff;}
#header .nav .secondarynav li.submenu_hide {display:none;}
	
/* 9 channel */
#header .nav .primarynav li a {width:100px; border-left:1px solid #000; border-right:1px solid #666; cursor:pointer;}

#header .nav .primarynav li.header_class_domains a {}
#header .nav .primarynav li.header_class_email a,
#header .nav .primarynav li.header_class_e_mail a { }
#header .nav .primarynav li.header_class_website a {}
#header .nav .primarynav li.header_class_web_tools a {}
#header .nav .primarynav li.header_class_hosting a,
#header .nav .primarynav li.header_class_web_hosting a {}
#header .nav .primarynav li.header_class_server a {}
#header .nav .primarynav li.header_class_ecommerce a {}
#header .nav .primarynav li.header_class_web_marketing a { width:112px; }
#header .nav .primarynav li.header_class_brandprotection a { width:130px; }


#header .nav .primarynav li a.selected {border:0; padding:8px 1px 0;}
#header .nav .primarynav li a span {font-size:10px; vertical-align:baseline;}




/*	Footer	*/

#footer {float:left; clear:both; margin:20px auto 0; overflow:hidden; position:relative; width:100%; padding:10px 0 30px; background:#E6E6E6; border-top:1px solid #ccc;}
#footer a {color:#3B80A8;}

#footer .footer-wrapper { margin:0 auto; overflow:hidden; text-align:left; width:960px; padding:0 10px;}

#footer .footer_firstcol {margin-top:20px; width:308px; padding-right:20px; position:relative; z-index:20; border-right:1px dotted #CECECE;}
#footer .footer_secondcol {margin-top:27px; width:610px; padding-left:20px;}

#footer .footerspacingelements { display:block; margin-bottom:20px;}
#footer .corporatedata {font-size:11px;}
#footer .valid_xhtml_css {background:url(../img/footer_valid_check.gif) no-repeat scroll left center; font-size:12px; padding-top:2px; height:18px; margin:15px 10px 0 0; padding-left:20px; font-size:11px; float:left;}	

#footer .firstsubcol {width:285px; margin-right:40px;}
#footer .firstsubcol form {display:block; border-top: 1px solid #ccc; border-left: 1px solid #ccc; width:264px; height:27px; background:#fff; margin-top:10px; margin-bottom:30px;}
#footer .firstsubcol form input {background:none; border:0; height:18px; width:167px; vertical-align:bottom; float:left;}
#footer .firstsubcol form input.submitnewsletter {background:url(../img/footer_newsletter_button.jpg) no-repeat 0 2px; color:#fff; cursor: pointer; float:right; font-size:10px; font-style:normal; height:25px; text-transform:uppercase; font-weight:bold; width:87px; text-shadow:0 1px 2px #000000;}
#footer .firstsubcol form input.submitnewsletter:hover {background:url(../img/footer_newsletter_button.jpg) no-repeat 0 -28px; color:#fff;}
#footer .firstsubcol form input.submitnewsletter:active {background:url(../img/footer_newsletter_button.jpg) no-repeat 0 -58px;}
#footer .firstsubcol form span.footer_feedback {display:none; width:100%; clear:both; color:#000; float:left; font-size:11px; font-style:italic; padding:5px 0 10px 5px;}
#footer .submenu_company {border:0 none; display:block; margin:10px 0 0; overflow:hidden; padding:0; width:100%;}
#footer .submenu_company li {font-size:11px; width:128px; margin-right:4px; float:left; margin-top:5px;}
#footer .submenu_company li.first_child {display:none;}


#footer .secondsubcol {width:285px; /*margin-bottom:20px;*/}
#footer .footer_phonenumber {font-size:11px; line-height:1.1; margin-top:10px; margin-bottom:30px;}
#footer .footer_phonenumber span {line-height:1; font-size:24px; font-weight:bold; display:block; float:left;  margin-right:10px;}
#footer .footer_phonenumber span.green {color:#6E9300;}
#footer .footer_phonenumber span.blue {color:#09c; }

#footer p.googlegadget  {font-size:11px; float:left; margin:10px 0;}
#footer p.googlegadget sup {vertical-align:super; font-size: 8px;}
#footer a.googlegadgetbutton {background:url(../img/footer_googlegadget.gif) no-repeat left top; width:88px; height:30px; display:block; text-indent:-9999px; float:left;}
#footer a.googlegadgetbutton:hover {background:url(../img/footer_googlegadget.gif) no-repeat left -30px;}
#footer a.googlegadgetbutton:active {background:url(../img/footer_googlegadget.gif) no-repeat left -60px;}

#footer .footer-social-network { clear: both; float: left; margin-top: 10px; overflow: hidden; }
#footer .footer-social-network p { font-size:11px; margin-bottom:5px; }
#footer .footer-social-network a { display: block; float: left; height: 32px; margin-right: 10px; text-indent: -9999px; width: 32px; }
#footer .footer-social-network a:hover { opacity:0.8; }
#footer .footer-social-network a.footer-social-network-facebook { background: url("../img/footer-social-network-facebook.png") no-repeat 0 0 transparent; }
#footer .footer-social-network a.footer-social-network-twitter { background: url("../img/footer-social-network-twitter.png") no-repeat 0 0 transparent; }

#footer .footer-wrapper hr {border-color:#CECECE #FFFFFF #FFFFFF; border-style:solid none; border-width:1px medium; clear:both; display:block; float:left; margin:20px 0; width:100%;}

#footer .certification {background:url(../img/footercertification.gif) no-repeat 0 0; 	clear:both; float:left; width:660px; height:43px; margin:0;}
#footer .corporateinfo {width:285px; float:right; font-size:11px; margin-top:5px; text-align:right;}


#footer a.sitemap {position:relative; z-index:99; display:block; float:right; border:1px solid #888; background:#a6a6a6 url(../img/sitemap-button-bg.gif) repeat left top; color:#fff; font-size:11px; padding:2px 30px 2px 6px; cursor:pointer; margin-top:10px;}
#footer a.sitemap span.arrow {background:url(../img/sitemap-arrow.png) no-repeat right top; display:block; height:18px; width:20px; border-left:1px solid #cbcbcb; /*float:right;margin-left:10px;*/ position:absolute; right:6px; top:1px;}
#footer a.sitemap:hover {text-decoration:none;  background:#464646 url(../img/sitemap-button-bg.gif) repeat left -30px; border:1px solid #333;}
#footer a.sitemap:hover span.arrow {border-left:1px solid #aaa;}
#footer a.sitemap:active {text-decoration:none;  background:#b3b3b3 url(../img/sitemap-button-bg.gif) repeat left -60px; border:1px solid #111;}
#footer a.sitemap:active span.arrow {border-left:1px solid #868686; background:url(../img/sitemap-arrow.png) no-repeat right -20px;}
#footer a.open {background:#b3b3b3 url(../img/sitemap-button-bg.gif) repeat left -60px; border:1px solid #111;}
#footer a.open span.arrow { background:url(../img/sitemap-arrow.png) no-repeat right -20px; border-left:1px solid #868686;}

#footer .sitemap-content-noscript {margin-top:20px; background:#666 url(../img/sitemap-bg.gif) repeat;}
#footer .sitemap-content {display:none; position:absolute; z-index:98; top:0; left:0; width:100%; background:#666 url(../img/sitemap-bg.gif) repeat; height: auto !important; height: 450px; min-height: 450px;}

#footer #sitemap .map-title {font-size:24px; color:#fff; float:left; margin:30px 0 0; padding:0; width:100%; font-weight:bold;}
#footer #sitemap .col {float:left; display:block; font-size:11px; width:160px; margin-bottom:20px;}
#footer #sitemap .col h4 {font-size:13px; font-weight:bold; color:#fff; margin-bottom:10px;}
#footer #sitemap .col h4 span {font-size:10px; vertical-align:baseline;}
#footer #sitemap .col a {color:#dedede;}
#footer #sitemap .col a:hover {color:#fff;}
#footer #sitemap .footer-wrapper hr {border-color:#333 #999 #999; border-style:solid none; border-width:1px medium; clear:both; display:block; float:left; margin:20px 0; width:100%;}


/* share widget button */
#share-content-main { width:100%; float:left;}
#share-content {width:960px; margin: 20px auto; height:26px;}

#share-content .sharePagContent { position:relative; float:right; width:500px; height:26px; margin:16px 184px 8px 0;}
#share-content .share-page-content-box { position:relative; float:right; border:1px solid #DBE9EF; padding:2px 8px 2px 9px; margin-right:14px; background-color:#EFF5F8; line-height:1.5em;}
#share-content .share-page-content-link { position:relative; margin-top:2px;}
#share-content .share-page-content-box .triangle_share { position:absolute; top:5px; right:-7px; width:7px; height:13px; background:url(../img/box_triangle_share_eng.gif) no-repeat;}

#share-content .sharePagContent a { position:relative; float:right; }

#share-content .sharePagContent a:link {text-decoration: none; opacity:0.7;}
#share-content .sharePagContent a:visited {text-decoration: none;}
#share-content .sharePagContent a:hover {text-decoration: none; opacity:1.0;}
#share-content .sharePagContent a:active {text-decoration: none;}

#share-content .sharePagContent p { text-align:right;}
/* share widget button */

/*	################## CSS for transition MODAL #################### */

	/*modal*/
	.transition_modal {
		position:fixed;
		top:50%;
		left:50%;
		margin-top:-110px;
		margin-left:-160px;
		display:block;
		background:#fff;
		width:320px;
		min-height:210px;
		z-index:1002;
		
		/*height:400px;*/
		/*border:1px solid #ccc;*/
		
		-moz-box-shadow: 0 2px 10px #000;
		-webkit-box-shadow: 0 2px 10px #000;
		box-shadow: 0 2px 10px #000;
	}
	* html .transition_modal {position:absolute; }/*IE6 debug*/
	
	.transition_modal .modalcontent {padding: 0 20px;}
	
	.transition_grey-layer {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:#000;
		
		filter: alpha(opacity=50); /* internet explorer */
		-khtml-opacity: 0.5;      /* khtml, old safari */
		-moz-opacity: 0.5;       /* mozilla, netscape */
		opacity: 0.5;           /* fx, safari, opera */

		z-index:1001;
		zoom: 1;
	}
	
	* html .transition_gray-layer {position:absolute; background: transparent url(http://promotions.register.it/from.php?idc=12) repeat 0 0; width:3000px; height:5000px; top:0; left:0; }	/*IE6 debug*/
	
	.hide {
		display:none;
	}
	.transition_modal .transition_closemodal {position:absolute; right:-15px; top:-15px; background:url(../img/close-modal.png) no-repeat; width:30px; height:30px; display:block; text-indent:-9999px; cursor:pointer;}
	
	

	.transition_modal h2.sectionTitle {font-size:24px; color:#fff; background:#888 url(../img/modal-title-bg.jpg) repeat-x left top; height:32px; margin:2px; padding:9px 0 0 20px; line-height:1.2; width:auto; font-weight:normal;}

	.transition_modal p {margin:10px 0;}
	
	.transition_modal .align_center {text-align:center;}
/* ### end css for modal ### */

.footer-tracking { bottom:0; height:1px; position:absolute; width:1px; } /*hide tracking*/

	/*	TEMP!! â€"Â ADDING "NEW" BADGE
	    ----------------------------------------------------*/
	    
		#header .nav .primarynav li a { position: relative; }
		#header .nav .primarynav li a.selected { border-left: 1px solid #333; border-right: none; padding: 8px 1px 0 0; }
		#header .nav .primarynav li.header_class_domains a.selected { border-left: none; padding-left:1px; }
		#header .nav .primarynav li a.highlighted { background: url(../img/buttonprimarynav-highlighted.png) no-repeat left top transparent; border-right-color: #6F9B43; }
		#header .nav .primarynav li a.highlighted:hover { background-position: left -40px; }
		#header .nav .primarynav li a.highlighted:active { background-position: left -80px; }
		#header .nav .primarynav li a.highlighted.selected { background-position: left -120px; }
		#header .nav .primarynav li a.highlighted span.new-ico { background: url(../img/NEW-badge.png) no-repeat scroll 0 0 transparent; display: block; height: 30px; margin: 0; position: absolute; right: -3px; text-indent: -9000px; top: -1px; width: 30px; z-index: 5; }
		#header .nav .primarynav li a.highlighted.selected span.new-ico { right: -2px; top: -2px; }
		
		
/* CSS3 button */

		/* button sizes */
		
		.pribttn, .secbttn, .spcialbttn, .prilinkbttn, .seclinkbttn { white-space: nowrap; font-style:normal; overflow: visible; text-transform: uppercase; }
		.pribttn.sm, .secbttn.sm, .spcialbttn.sm, .linkbttn.sm, .prilinkbttn.sm, .seclinkbttn.sm { font-size: 10px; } /* sm = small */
		.pribttn.nm, .secbttn.nm, .spcialbttn.nm, .prilinkbttn.nm, .seclinkbttn.nm { font-size: 11px; } /* nm = normal */
		.pribttn.lg, .secbttn.lg, .spcialbttn.lg, .prilinkbttn.lg, .seclinkbttn.lg { font-size: 12px; } /* lg = large */
		.pribttn.xl, .secbttn.xl, .spcialbttn.xl, .prilinkbttn.xl, .seclinkbttn.xl { font-size: 14px; } /* xl = xlarge */
		.pribttn.xxl, .secbttn.xxl, .spcialbttn.xxl, .prilinkbttn.xxl, .seclinkbttn.xxl { font-size: 16px; } /* xxl = xxlarge */
	
		.pribttn:active, 
		.secbttn:active, 
		.spcialbttn:active,
		.prilinkbttn:active span,
		.seclinkbttn:active span { 
			top: 1px; }
		.pribttn,
		.secbttn,
		.spcialbttn,
		.prilinkbttn,
		.seclinkbttn { 
			line-height: 1.7em; }
		.addBttn,
		.prilinkbttn,
		.seclinkbttn {
			display: inline-block;
			min-height: 1.7em; }

		/* primary buttons - blue */
		
		.pribttn,
		.prilinkbttn span { 
			background: #366F8E url(../img/bttn-overlay.png) top left repeat-x;
			border-bottom: 1px solid #336D8E;
			color: #fff;
			cursor: pointer;
			display: inline-block; 
			font-weight: bold;
			padding: 2px 9px;
			position: relative;
			text-decoration: none;
			border: 1px solid rgba(0, 0, 0, 0.1);
			border-bottom: 1px solid rgba(0, 0, 0, 0.3);
			text-shadow: 0 -1px 1px rgba(1, 1, 1, 0.4);
			-webkit-border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
		.pribttn:hover,
		.prilinkbttn:hover span {
			background: #5B9FC5 url(../img/pribttn-overlay-hover.png) bottom center no-repeat;
			text-decoration: none; }
		.pribttn:active,
		.prilinkbttn:active span { 
			background: #4B7796; 
			border: 1px solid #426883;
			color: #E0E0E0;
			padding: 2px 9px 2px;
			top: 1px;
			-webkit-box-shadow: none;
			-moz-box-shadow: none; }
		
		/* secondary buttons - grey */
		
		.secbttn,
		.seclinkbttn span { 
			background: #E0E0E0 url(../img/pribttn-overlay.png) top left repeat-x;
			border: 1px solid #D5D6D6;
			color: #008ACE;
			cursor: pointer;
			display: inline-block; 
			font-weight: bold;
			padding: 2px 9px;
			position: relative;
			text-decoration: none;
			border: 1px solid rgba(0, 0, 0, 0.2);
			border-bottom: 1px solid rgba(0, 0, 0, 0.3);
			text-shadow: 0 1px 0 #fff;
			-webkit-border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
		.secbttn:hover,
		.seclinkbttn:hover span {
			background: #F5F6F6 url(../img/bttn-overlay.png) bottom center no-repeat;
			text-decoration: none; }
		.secbttn:active,
		.seclinkbttn:active span { 
			background: #E7E8E8; 
			color: #4675A7;
			padding: 3px 9px 1px;
			top: 1px;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;}
			
		/* special buttons - green */	
	
		.spcialbttn {
	border-bottom: 1px solid #336D8E;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 2px 9px;
	position: relative;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-shadow: 0 -1px 1px rgba(1, 1, 1, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	background-color: #1186e0;
	background-image: url(../img/bttn-overlay.png);
	background-repeat: repeat-x;
	background-position: left top;
}
		.spcialbttn:hover {
			background: #5a92c5 url(../img/pribttn-overlay-hover.png) bottom center no-repeat;
			text-decoration: none; }
		.spcialbttn:active { 
			background: #68994C; 
			border: 1px solid #426883;
			color: #E0E0E0;
			padding: 3px 9px 1px;
			top: 1px;
			-webkit-box-shadow: none;
			-moz-box-shadow: none; }
			
/*IE6 special*/
* html .pribttn {background-color:#366F8E;}
/*DirectoryCSS*/

#header .nav .secondarynav li { margin-left:5px; padding-right:5px; }
#header .nav .secondarynav li:last-child { border-right:none; }
h1, h2, h3, h4, h5, h6, p, ul, li {margin:0; padding:0; font-family:Arial, sans-serif;}

/*inserire nel common */
#content { color: #666; margin: 0 auto; overflow: visible; padding: 0; width: 960px; }

#content #left { width:780px; float:left; overflow:visible; }
#content .right { width:160px; float:right; margin:0; padding:0; }

#content h1 { font-weight: normal; letter-spacing: -2px; padding-bottom:5px; }
#content h2 { color: #333; font-size: 18px; font-weight: normal; margin: 0 0 20px; padding: 0; }
#content h3 { color: #333; font-size: 18px; font-weight: normal; }
#content h4 { color: #333; font-size: 14px; font-weight: bold; }





/* thematic pack overview (included) */

.thematic-packs-overview { margin-bottom:20px; }

.thematic-packs-overview h3 { margin-bottom: 10px; }
.thematic-packs-overview p {  }

.thematic-packs-overview ul {
	display: block;
    margin: 20px 0 20px;
    overflow: hidden;
	}
.thematic-packs-overview ul li {
	background: url(img/app-pack.png) no-repeat 0 0;
	float: left;
    margin: 0 10px 0 0;
    padding: 110px 10px 0;
    width: 126px;
	height: auto !important;
	height:80px;
	min-height:80px;
	}
	.thematic-packs-overview ul li.wordpress { background-position:-600px 0;  }
	.thematic-packs-overview ul li.joomla { background-position:-480px -120px; }
	.thematic-packs-overview ul li.drupal { background-position:-360px -240px; }
	.thematic-packs-overview ul li.phpbb { background-position:-240px -360px; }
	.thematic-packs-overview ul li.magento { background-position:-120px -480px; }
	.thematic-packs-overview ul li.photogallery { background-position:0 -600px; }


.thematic-packs-overview ul li h4 {  }
.thematic-packs-overview ul li a { margin:10px 0; }






/* menu dx */
#content .phone_number {float:right; margin-bottom:20px;}

#content .right .box {border-color:#ccc; border-style:solid; border-width:1px 1px 2px; margin-bottom:20px;}

#content .right h3 {background:url(img/sfuma_menu_h3.jpg) repeat-x bottom; border-bottom:1px solid #E5E5E5; color:#666666; font-size:15px; letter-spacing:-1px; margin:1px; padding:10px;}
#content .right h3 img {float:right; margin:-7px 0 0;}
#content .right p {font-size:11px; padding:0 10px 10px;}
#content .right p.view-all { padding:5px 10px; text-align:right; }

#content .right ul {display:block; margin:0; padding:0 10px;}
#content .right ul li {line-height:1.2; list-style-image:none;	list-style-position:outside; list-style-type:none; margin:0; padding:8px 0 10px;}
#content .right ul li a { line-height:1.2; }

#content .right ul li.prestazioni_da_primato {background: url(img/prestazioni_da_primato.gif) no-repeat left center; padding-left: 33px; border-bottom:1px dotted #ccc;}
#content .right ul li.massima_affidabilita {background: url(img/massima_affidabilita.gif) no-repeat left center; padding-left: 33px; border-bottom:1px dotted #ccc;}
#content .right ul li.sicurezza_e_protezione {background: url(img/sicurezza_e_protezione.gif) no-repeat left center; padding-left: 33px; border-bottom:1px dotted #ccc;}
#content .right ul li.monitoraggio {background: url(img/monitoraggio.gif) no-repeat left center; padding-left: 33px; border-bottom:1px dotted #ccc;}
#content .right ul li.gestione_e_provisioning {background: url(img/gestione_e_provisioning.gif) no-repeat left center; padding-left: 33px; border-bottom:1px dotted #ccc;}
#content .right ul li.accessi_al_sito {background: url(img/accessi_al_sito.gif) no-repeat left center; padding-left: 33px;}

#content .right .sitestudio {}
#content .right .sitestudio img {margin:15px auto 0; display:block;}

#content .right .informazioni {}
#content .right .informazioni h3.border {border-top:1px solid #ccc;}

#content .right .serviceorder h3 img {float:right; margin:-9px 0 0;}

/*app-pack*/
#content .right .product-pack {  }
#content .right .product-pack ul { padding: 0 }
#content .right .product-pack ul li { border-bottom:1px dotted #ddd; padding: 14px 0 8px; }
	#content .right .product-pack ul li.last-child { border:none; }
#content .right .product-pack ul li a {
	background: url(img/right-hosting-packs.jpg) no-repeat scroll -10px 0 transparent;
    display: block;
	height: auto !important;
    height: 54px;
    min-height: 54px;
    padding: 0 10px 0px 70px;
	font-size:10px;
	line-height:1.1;
	}
	#content .right .app-pack ul li a { background: url(img/right-thematic-packs.jpg) no-repeat scroll -10px 0 transparent; }
#content .right .product-pack ul li a:hover { text-decoration:none; }

	#content .right .app-pack ul li.wordpress a { background-position:-10px 0; }
	#content .right .app-pack ul li.joomla a { background-position:-10px -100px; }
	#content .right .app-pack ul li.drupal a { background-position:-10px -200px; }
	#content .right .app-pack ul li.phpbb a { background-position:-10px -300px; }
	#content .right .app-pack ul li.magento a { background-position:-10px -400px; }
	#content .right .app-pack ul li.photogallery a { background-position:-10px -500px; }
	
	#content .right .product-pack ul li.professional a { background-position:-195px 0; }
	#content .right .product-pack ul li.premium a { background-position:-95px -100px; }
	#content .right .product-pack ul li.platinum a { background-position:5px -200px; }
	
#content .right .product-pack ul li a strong {
	font-size:13px;
	font-weight:bold;
	color:#333;
	display:block;
	text-decoration:none;
	margin-bottom:3px;
	}
	#content .right .product-pack ul li a:hover strong { color:#666; }




/* pillow and tech details */
.top_common_features { width: 400px; margin-bottom:20px; }
.top_common_features ul { display: block; margin: 20px 0 0; overflow: hidden; }
.top_common_features ul li { background: url(img/list-point.png) no-repeat 0 4px; display: block; float: left; margin:0 0 0 10px; width: 160px; line-height: 1.2; padding: 4px 0 4px 20px; }

.product-info {
	background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
	margin-bottom: -1px; /*hide border-bottom*/
    clear: both;
    float: left;
    padding: 20px 0 15px 20px;
    width: 760px;
	position:relative;
	text-shadow:0 1px #fff;
	}

.product-info p.price {
    letter-spacing: -1px;
    margin: 10px 40px 0 0;
	float: left;
	width: auto;
	font-weight:bold;
	font-size:22px; /*18px;*/
	color: #333;
	text-align:right;
}
.product-info p.price strong {
	letter-spacing: -2px;
    font-size: 28px;
	vertical-align: baseline;
}
.product-info p.price strong span {
    font-size: 46px;
    vertical-align: baseline;
}
.product-info p.price .price-time {
	color: #666;
    display:block;
	margin:-15px 0 0;
	font-size: 14px;
	font-weight:normal;
    letter-spacing: -0.5px;
}
.product-info ul.button_console { position: relative; z-index: 10; }
.product-info ul.button_console li { display: block; float: left; margin: 0 20px 0 0; width: 130px; }
	#content .product-info ul.button_console li  h3 { font-size:18px; font-weight:normal; margin: 0 0 5px; }
.product-info ul.button_console li a { vertical-align:baseline; }
.product-info ul.button_console li a.lg, .product-info ul.button_console li a.sm, .product-info ul.button_console li a.xl, .product-info ul.button_console li a.xxl { margin-bottom:5px; width: 110px; text-align:center; }
	.product-info ul.button_console li a.secbttn { _border-left:0; _border-right:0; }
.product-info ul.button_console li.see_other_version { font-size: 10px; margin: 30px 0 0; text-transform: uppercase; width: 180px; }
.product-info .product-image { position:absolute; bottom:0; right:0; }
.product-info .product-image.small-version { bottom: -30px; right:20px; height: 280px; }

h3.pillow-features { margin-top:40px; float:left; clear:both; width:100%; }

ul.features {
    margin: 40px 0 20px;
	clear: left;
    float: left;
	width:780px; 
}
ul.features li {
    background: no-repeat -15px -20px transparent;
    float: left;
    line-height: 1.2;
    height: auto !important;
    height: 100px;
	min-height: 100px;
    padding: 0 20px 20px 90px;
    width: 280px;
	display:inline;
}


/* tables */
table.tech-details {
	clear: both;
    margin: 0;
	border:none;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	color:#333;
	background:#fafafa;
	text-shadow:0 1px #fff;
	border-spacing: 0;
	}

table.tech-details form { text-align:center; }
table.tech-details thead {  }
table.tech-details thead tr {  }

table.tech-details tr th,
table.tech-details tr td {
	padding: 5px 9px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	width:260px;
	text-align:center;
	font-size:12px;
	vertical-align:middle;
	}
	table.tech-details tr th.first,
	table.tech-details tr td.first {
		width:520px;
		text-align:left;
		font-weight: normal;
		font-size:13px;
		}
		table.tech-details tr td.first .show_details { font-size:11px; color:#09c; float:right; cursor:pointer; }
		table.tech-details tr td.first .show_details:hover { text-decoration:underline; }
		table.tech-details tr td.first div { font-size:11px; color:#999; line-height:1.2; padding:5px 0; }
		
	table.tech-details tr.show_all td,
	table.tech-details tr.dont_show_all td { border-bottom:0 !important; font-size:11px; padding:5px 9px 5px; color:#09c; text-align: left; background:#FAFAFA; cursor:pointer; }
	table.tech-details tr.show_all td span:hover,
	table.tech-details tr.dont_show_all td span:hover { text-decoration:underline; }
	
table.tech-details thead tr th {
    font-size: 12px;
	color:#999;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	
	background:#eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
    }
	table.tech-details thead tr th.first {
		font-size: 16px;
		color:#333;
		}
	
	table.tech-details thead.group_title tr th {
		background: #eee;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#EEEEEE');
		border-bottom: medium none;
		padding: 2px 10px 6px;
		text-align:left;
		border-left: 1px solid #F5F5F5;
		
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DDDDDD');
		background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
		background: -moz-linear-gradient(top,  #eee,  #ddd);
		}
	table.tech-details thead.group_title tr th div { text-align:center; }
	table.tech-details thead.group_title tr th h3 {
		color: #999 !important;
		text-transform:uppercase;
		}


table.tech-details tbody {  }
table.tech-details tbody tr {  }
table.tech-details tbody tr:nth-child(odd) {
	background:#fff;
	}
table.tech-details tbody tr td {
	border-bottom: 1px dotted #ddd;
	}
	table.tech-details tbody tr:last-child td {
		border-bottom: 10px solid #FAFAFA;
		}
		
tfoot { display:table-footer-group; }
	table.tech-details tfoot { background-color:#eee; }
	table.tech-details tfoot tr {  }
	table.tech-details tfoot tr td.first { border-left:0; }
	table.tech-details tfoot tr.price td.first { font-weight: normal; letter-spacing: 0; }
	table.tech-details tfoot tr.price td { border-top:1px solid #ddd; letter-spacing: -1px; font-weight:bold; font-size:18px; color: #333; }
	table.tech-details tfoot tr.price td .price-time { font-size: 14px; font-weight: normal; margin-left: 2px; vertical-align: baseline; }
	table.tech-details tfoot tr.price td .price-time b { letter-spacing:0px; font-size:10px; text-transform:uppercase; vertical-align:baseline; }
	table.tech-details tfoot tr.buy-action {  }
	table.tech-details tfoot tr.buy-action td { padding-bottom:20px; }
	

.product-info .table-border {
	background:#f5f5f5;
	display:block;
	height:10px;
	width:100%;
	margin-bottom:40px;
	}

#content .right .product-pack ul li.right_trial_topimg_hosting { width:156px; height:108px; background: url(img/rightimg_trial_hosting_ita.jpg) no-repeat scroll 10px 10px transparent;}
#content .right .product-pack ul li h4.trial_title { font-size:10px; margin-left:10px; margin-bottom:6px; font-weight:normal; color:#666;}
.no_bot_border {border-bottom:none !important;}
.right_link_trial {background-image:none !important; width:78px; min-height:116px !important;}







/*MyCSS*/

.intro-page { overflow:hidden; margin-bottom: 10px; position:relative; height: auto !important; height:145px; min-height:145px !important; }
.intro-page p { float:left; width:240px;  }
.intro-page .product-image-compare { position:absolute; left:0; bottom:0; width:940px; height:143px; background:url(../img/compare.png) no-repeat 0 0; }
.intro-page .product-image-compare2 { position:absolute; left:0; bottom:0; width:940px; height:143px; background:url(../img/compare2.png) no-repeat 0 0; }

strong a#basic { padding:0px; margin:0px 0px -5px 0px; text-decoration:underline;}
