@charset "UTF-8";

/* Reset CSS - Eric Meyer - http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html, body, div, span, 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,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, th{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MICSO global styles */
html {
	font-size: 100%;
}

body {
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #444;
	/*background-color: #d5d9dd;*/
	background-color: #f2f2f2;
	padding: 0;
	margin: 0;
	letter-spacing:-0.02em;
	/* iphone text resize */
	-webkit-text-size-adjust:none;
}
a {
	text-decoration:none;
	color:#3399cc;
}
a:hover, a:focus {
	text-decoration:underline;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	border: none;
	/*visibility: hidden;*/
	}
.fleft { float: left; }
.mtop {
	margin-top: 15px;
}
#header {
	background: url(../images/bgrd_topmenu.jpg) repeat-x;
	height: 51px;
	width: 100%;
}
#header-box { width: 955px; margin: 0px auto; }
#top-logo {
	width: 200px;
	height: 5px;
	float: left;
	position: relative;
	top: 30px;
	left: 30px;
	/*border: 1px dashed #F00;*/
}
#top-nav {
	float: left;
	width: 385px;
	padding-top: 5px;
	/*border: 1px dashed #0F0;*/
	/* TEMP */
	padding-left: 360px;
}
#homesplash {
	/*height: 230px;*/
	background-color: #000;
}
#homesplash-small {
	height: 80px;
	background-color: #000;
}
#homesplash-box {
	margin: 0 auto;
	width: 955px;
}
#body-box {
	width: 955px;
	margin: 10px auto;
	/*background: #FFF;*/
}
#body-box-top, #body-box-bottom {
	width: 931px;
	height: 12px;
	background-color:#FFF;
}
#body-box-center {
	/*padding: 0px 12px 0px 12px;*/
	padding: 0px 0px 0px 0px;
	width: 955px;
	background-color: #FFF;
}
#body-box-center-d1 {
	/*padding: 0px 12px 0px 12px;*/
	padding: 0px 0px 0px 0px;
	width: 955px;
	background-color: #fcfcfc;
}
/*#body-box-center-d2 {
	padding: 0px 0px 0px 0px;
	width: 955px;
	background-color: #e9e8e8;
}*/
/* layout largo */
/*#body-box-center-right-d1 {
	float: left;
	width: 250px;
	background-color: #fcfcfc;
}*/
#right-col {
	float: left;
	width: 250px;
}
#right-col-border {
	float: left;
	width: 228px;
	border-left: #CCC solid 1px;
	padding: 0px 0px 0px 20px;
}
#right-col-menu {
	font-size:13px;
	float: left;
	width: 228px;
	border-left: #CCC solid 1px;
	padding: 0px 0px 0px 20px;
}
#right-col-menu ul li {
		padding-bottom: 5px;
}
#feature-list {
	padding: 0px 0px 0px 8px;
	margin:  0px 0px 0px 0px;
}
#feature-list ul li {
	padding: 8px 0px 8px 30px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: #999 1px dotted;
	background: url(../images/ico-check-ok.gif) no-repeat 8px 7px;
	
}
.right-col-price {
	background-color: #e9e8e8;
	padding: 5px 8px 5px 8px;
}
.right-col-price-l {
	float: left;
	width: 48%;
}
.right-col-price-r {
	float: left;
	/*width: 35%;*/
	margin-left: 5%;
}
.right-col-price-l ul li {
	padding: 3px 0px 3px 0px;
	color: #999;
	border-bottom: dotted 1px #999;
}
.no-link {
	color:#3399cc;
}
.no-link2 {
	color: #999999;
}
.right-col-title {
	background: url(../images/bgrd_rightcol-title.jpg) no-repeat;
	height: 40px;
	width: 234px;
	margin: 20px 0px 0px 0px;
	padding: 11px 8px 6px 8px;
	font-size: 12px;
	font-weight: bold;
}
.right-col-title-3 {
	background: url(../images/bgrd_rightcol-title-3.gif) no-repeat;
	height: 40px;
	width: 234px;
	margin: 0px 0px 5px 0px;
	padding: 11px 8px 6px 8px;
	font-size: 12px;
	font-weight: bold;
}
#body-box-content {
	font-size: 12px;
}
#body-box-top-d1, #body-box-bottom-d1 {
	width: 238px;
	height: 12px;
	background-color: #fcfcfc;
	margin-left: 693px;
}
#body-box-top-d2 {
	width: 238px;
	height: 12px;
	background-color: #e9e8e8;
	margin-left: 693px;
}
#body-box-top-d3 {
	width: 238px;
	height: 12px;
	background-color: #e8f1f7;
	margin-left: 693px;
}
#body-box-center-left {
	float: left;
	width: 680px;
	padding: 0px 13px 0px 12px;
	background-color: #FFF;
}
#body-box-center-left h1 {
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
#body-box-center-left h2 {
	border-bottom: solid 1px #CCC;
	margin: 6px 0px 6px 0px;
	padding-bottom: 6px;
}
#body-box-center-left h3 {
	border-bottom: dotted 1px #CCC;
	/*color: #999;*/
	margin: 6px 0px 6px 0px;
	padding-bottom: 3px;
}
/*.body-box-prod {
	float: left;
	background: url(../images/bgrd_home-prod.jpg) no-repeat;
	height: 369px;
	width: 318px;
}
.body-box-prod-first {
	float: left;
	background: url(../images/bgrd_home-prod-first.jpg) no-repeat;
	height: 369px;
	width: 318px;
}*/


.prod-spash {
	text-align: center;
}
.prod-title {
	margin-top: 15px;
	padding-left: 16px;
}
.prod-desc {
	background:url(../images/ico-arrowbox.gif) no-repeat;
	background-position: 0px 0px;
	margin: 20px 8px 0px 16px;
	padding-left: 16px;
}
.prod-more {
	background: url(../images/bgrd_home-prod-price.jpg) no-repeat;
	background-position: 16px 0px;
	margin: 20px 8px 0px 16px;
	width: 279px;
	height: 82px;
}
.prod-more-sale {
	background: url(../images/bgrd_home-prod-price-sale.jpg) no-repeat;
	background-position: 16px 0px;
	margin: 20px 8px 0px 16px;
	width: 279px;
	height: 82px;
}
.prod-price {
	float: left;
	margin: 15px 0px 0px 30px;
}
.prod-info {
	float: left;
	margin: 23px 0px 0px 15px;
}

#bottom {
	width: 955px;
	margin: 0px auto 10px auto;
	
}
#bottom-bar {
	float:left;
}
#bottom-bar-center {
	width:931px;
	float:left;
	background-color:#fcfcfc;
}
.bottom-bar-color {
	background-color:#fcfcfc;
	height:26px;
	width:12px;
}
.bottom-bar-content {
	float:left;
	padding: 5px 30px 5px 35px;
}
#bottom-sitemap {
	float: left;
	width: 570px;
	/*padding-left: 12px;*/
	color: #333;
}
#bottom-sitemap li {
	float: left;
	width: 110px;
}
#bottom-sitemap li strong {
	display: block;
	/*margin-bottom: 0.5em;*/
	margin: 20px 0px 8px 0px;
	color: #666;
}
#bottom-sitemap ul li ul li {
	margin-bottom: 3px;
}
#bottom-sitemap ul li ul li a strong {
	margin: 0px;
	color: #3399cc;
	font-weight: normal;
	background-image: url(../images/ico-new.gif);
	background-repeat: no-repeat;
	background-position: 60px 0px;
}
#bottom-sitemap a {
	text-decoration:none;
	color: #999;
}
#bottom-sitemap a:hover, a:focus {
	text-decoration:underline;
	color: #3399cc;
}
#bottom-sign {
	float: left;
	width: 363px;
	margin: 20px 0px 0px 10px;
	text-align: right;
	color: #999;
}

/* contest menu */
#contest-menu {
	margin-bottom: 10px;
}
#contest-menu ul li {
	float: left;
	margin-right: 15px;
	font-size: 13px;
}
#contest-menu a {
	text-decoration:none;
	color: #3399cc;
}
#contest-menu a:hover, a:focus {
	text-decoration:underline;
	color: #3399cc;
}
#notes {
	color: #CCC;
	font-size: 10px;
	padding: 0px 8px 0px 8px;
	margin: 10px 0px 10px 0px;
	border-left: #ccc 3px solid;
}
#notes-black {
	color: #333;
	font-size: 10px;
	padding: 0px 8px 0px 8px;
	margin: 5px 0px 10px 0px;
	border-left: #ccc 3px solid;
}
#feedback {
	color: #069;
	background: url(../images/ico-feedback.jpg) no-repeat 5px 5px;
	padding: 17px 5px 15px 50px;
	margin: 5px 0px 10px 0px;
	border: #999 1px dotted;
	background-color: #FFF;
}
#feedback-label {
	text-align:right;
	position:relative;
	width:100px;
	top:40px;
	left:560px;
}
#feedback-form {
	display:none;
}
#body-prod {
	padding-bottom: 10px;
	border-bottom: #CCC dotted 1px;
}
/* LOGO PRODOTTO */
#body-prod-name {
	float: left;
	height: 140px;
	padding: 60px 30px 0px 15px;
}
/* CARATTERISTICHE PRODOTTO 
#body-prod-details {
	float: left;
	background-image: url(../images/bgrd_row_y.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 250px;
	padding: 20px 20px 0px 20px;
}*/

/* PREZZO PRODOTTO 
#body-prod-pricing {
	float: left;
	background-image: url(../images/bgrd_row_y.jpg);
	background-repeat: no-repeat;
	height: 140px;
	padding: 60px 0px 0px 40px;
}*/
#body-prod-pricing #button {
	padding: 0px 0px 0px 10px;
}
.prod-feature {
	margin: 10px 10px 0px 0px;
	float: left;
}

#body-home-cube {
	float: left;
	background-image: url(../mhost/images/home-backg-cube.jpg);
	background-repeat: no-repeat;
	height: 381px;
	width: 297px;
	padding: 10px;
}
#body-home-cube-logo {
	margin: 15px 10px 0px 20px;
}
#body-home-cube-desc {
	color: #CCC;
	margin: 15px 20px 0px 20px;
	font-size: 12px;
	text-align: justify;
}
#body-home-prods {
	/*float: left;
	width: 635px;
	border: #FF0 1px solid;
	*/
	margin: 0px 0px 0px 0px;
	
}
#body-home-prods-x {
	/**/background-image:url(../mhost/images/home-backg-prod.jpg);
	background-repeat:repeat-x;
	height: 401px;
	/*border: #0F0 1px solid;*/
}
#body-home-prods-x div {
	/*float: left;
	position: relative;*/
}
#body-home-prods-x p {
	padding: 10px 10px 5px 10px;
}

#prod-home-ico1 {
	position: relative;
	left: -11px;
	top: 20px;
	height: 170px;
}
#prod-home-ico2 {
	height: 150px;
	padding-top: 20px;
}
#prod-home-ico3 {
	height: 150px;
	padding-top: 20px;
}
#prod-home-ico4 {
	position: relative;
	left: 38px;
	top: 10px;
	height: 170px;
}
.prod-home-col {
	width: 146px;
	padding-top: 10px;
}
.prod-home-title {
	font-size: 16px;
	font-weight: bold;
	padding:  0px 5px 0px 5px;
}
.ico-cloud {
	background-image: url(../mhost/images/ico-cloud.png);
	background-repeat: no-repeat;
	background-position: right -5px;
}
.ico-promo {
	background-image: url(../mhost/images/ico-promo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.prod-home-desc {
	padding:  5px 5px 0px 5px;
	height: 85px;
}
.prod-home-price {
	/*height: 100px;*/
	padding: 0px 0px 0px 30px;
	/*margin: 0px 0px 0px 0px;*/
}
.prod-home-button {
	padding: 4px 0px 0px 45px;
	margin-top: 25px;
}

.price {
	width: 100%;
}
.price-label {
	font-size: 9px;
	color:#666;
}
.price-col1 {
	float: left;
	font-size: 14px;
	padding: 5px 0px 0px 0px;
}
.price-col2 {
	float: left;
	font-size: 30px;
	letter-spacing: -4px;
	padding: 0px 5px 0px 0px;
	/*overflow: visible;*/
}
.price-col3 {
	float: left;
	padding: 6px 0px 0px 0px;
	width: 30px;
}
.price-col3-a {
	color: #999;
	font-size: 9px;
}
#home-arrow {
	position: relative;
	left: -6px;
	top: 40px;
}
#home-details {
	position: relative;
	left: 25px;
	top: 65px;
	color:#999999;
}
.setColour1 {
	color: #C00;
}


/* TEST */
.myFormBox {
	margin-bottom: 10px;
}
.myFormBox_element {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
}
.myFormBox_input {
	padding: 0px 5px 0px 0px;
}
.myFormBox_description {
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px 0px 0px;
}
.myFormBox_intro {
	margin: 8px 0px 8px 0px;
	color: #666;
	font-size: 10px;
}
.myFormBox_ko {
	border: #F00 1px solid;
}
.myFormBox_ok {
}
.alert_box {
	margin: 5px 0px 5px 0px;
	padding: 8px;
	border: #F00 dotted 1px;
	background-color: #fdffe4;
	color: #F00;
}
.fixed_80 {
	width: 80px;
}
.fixed_120 {
	width: 120px;
}
.fixed_170 {
	width: 170px;
}
.fixed_250 {
	width: 250px;
}
.fixed_320 {
	width: 320px;
}
.user-feedback {
	margin: 20px 0px 20px 0px;
	padding: 10px;
	border: #393 1px dotted;
	background-color: #CFE4BD;
}
.generated_code {
	margin: 10px 0px 10px 0px;
	padding: 4px 0px 4px 4px;
	color: #FFF;
	background-color: #6C6;
}
