body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	background-color: #cfcfcf;
	margin: 0;
}

body.size10 {
	font-size: 10px;
}

body.size14 {
	font-size: 14px;
}

body.blue {
	background: black url(../images/bg-blue.jpg) 0 0 repeat-x;
}

em {
	color: #cc3300;
	border-bottom: 1px dotted #cc3300;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #333;
}

h3.testata {
	padding-top: 4px;
	background: transparent url(../images/testata-sfumata.png) 0 0 no-repeat;
	height: 36px;
}

h3.testata img {
	margin: auto;
	display: block;
}

a {
	color: #383838;
	text-decoration: none;
}

a:hover {
	color: #3a3a3a;
	text-decoration: underline;
}

#page-body {
	width: 980px;
	margin: auto;
	background: transparent url(../images/alone-b.png) center bottom no-repeat;
	padding-bottom: 15px;
}

.wrapper {
	background: transparent url(../images/personaltrainer.png) 770px 96px no-repeat;
}

#header {
	height: 250px;
	position: relative;
}

#header #toolbar {
	height: 20px;
	width: 820px;
	margin: auto;
}

#header #toolbar #date {
	height: 15px;
	padding-top: 5px;
	font-size: 80%;
	float: left;
	color: #333;
}

#header #toolbar #styleswitcher {
	width: 57px;
	float: right;
	height: 20px;
}

.header-alt #toolbar #styleswitcher {
	margin-right: 200px;
}

#styleswitcher a {
	width: 15px;
	float: right;
	height: 20px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	margin: 0 2px;
}

a#switchfontlarge {
	background: transparent url(../images/styleswitcher_fontlarge.png) no-repeat scroll 0 0;
}

a#switchfontmedium {
	background: transparent url(../images/styleswitcher_fontmedium.png) no-repeat scroll 0 0;
}

a#switchfontsmall {
	background: transparent url(../images/styleswitcher_fontsmall.png) no-repeat scroll 0 0;
}

div#menu {
	width: 848px;
	height: 64px;
	display: block;
	margin: auto;
}

div#menu #menu-l {
	width: 848px;
	height: 64px;
	background: transparent url(../images/menu-l.png) left 0 no-repeat;
}

div#menu #menu-r {
	width: 848px;
	height: 64px;
	background: transparent url(../images/menu-r.png) right 0 no-repeat;
}

div#menu #menu-b {
	width: 784px;
	height: 64px;
	margin-left: 32px;
	background: transparent url(../images/menu-b.png) center 0 repeat-x;
}

ul.menu {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 130px;
	background: transparent url(../images/menu-item.png) -5px 0 no-repeat;
	margin: 0;
}

ul.menu li a {
	text-align: center;
	width: 160px;
	height: 44px;
	display: block;
	padding-top: 20px;
	text-decoration: none;
	font-size: 110%;
	color: #ccc;
	text-transform: uppercase;
	text-shadow: #999 1px 2px 2px;
}

ul.menu li.current a {
	background: transparent url(../images/menu-item-sel.png) 0 0 no-repeat;
	color: #5ff865;
	font-weight: bold;
}

ul.menu li a:hover {
	background: transparent url(../images/menu-item-sel.png) 0 0 no-repeat;
	color: #5ff865;
}

#logo, #logo-light {
	position: relative;
	top: 20px;
	left: 100px;
	background: transparent url(../images/logo.png) 0 0 no-repeat;
	padding-top: 100px;
	height: 30px;
	width: 500px;
	cursor: pointer;
	text-align: right;
	color: #666;
	font-size: 110%;
}

#logo-light {
	background: transparent url(../images/logo-light.png) 0 0 no-repeat;
}

div#top {
	clear: both;
	margin: 15px auto 0 auto;
	padding: 0;
	width: 870px;
	height: 200px;
}

div#top .topbox {
	
}

div.module {
	width: 300px;
	margin: auto;
}

div.module .module-t {
	height: 16px;
	background: transparent url(../images/module-border-top-t.png) no-repeat scroll 0 0;
}

div.module .module-m {
	background: transparent url(../images/module-border-middle-t.png) repeat-y scroll 0 0;
	height: 60px;
	position: relative;
	padding: 5px 10px 15px 10px;
}

div.module .module-r {
	background: transparent url(../images/module-border-middle-over-t.png) no-repeat scroll center top;
	height: 60px;
}

div.module .module-b {
	height: 43px;
	background: transparent url(../images/module-border-bottom-t.png) no-repeat scroll 0 0;
}

div.module .pre-titolo {
	font-size: 120%;
	font-weight: normal;
	display: block;
	color: #fdf;
}

div.module .titolo {
	font-size: 140%;
	font-weight: bold;
	display: block;
}

div.module .testo {
	color: #eee;
	display: block;
	font-weight: bold;
	text-align: justify;
}

div.module a.leggi-tutto {
	/*font-size: 100%;
	color: white;*/
	display: block;
	/*font-weight: normal;
	padding-left: 35px;*/
	/*text-decoration: none;*/
	position: absolute;
	bottom: -10px;
	right: 10px;
	border: 0;
	width: 40px;
	height: 24px;
}

div.module a.leggi-verde {
	background: transparent url(../images/dot-leggi-tutto-verde.png) 0px 0px no-repeat;
}

div.module a.leggi-arancio {
	background: transparent url(../images/dot-leggi-tutto-arancio.png) 0px 0px no-repeat;
}

div.module a.leggi-rosso {
	background: transparent url(../images/dot-leggi-tutto-rosso.png) 0px 0px no-repeat;
}

div.module .icona-leggi-tutto {
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 52px;
	height: 60px;
}

div.module #vlc {
	background: transparent url(../images/icone/vlc.png) 0 0 no-repeat;
}

div.module a:hover.leggi-tutto {
	text-decoration: underline;
}

div#middle {
	clear: both;
	margin: 15px auto;
	padding: 0 15px;
	width: 848px;
}

div#middle .middlebox .middle-t {
	height: 8px;
	background: transparent url(../images/middle-top-t.png) 0 0 no-repeat;
}

div#middle .middlebox .middle-m {
	color: #333;
	background: transparent url(../images/middle-middle-t.png) 0 0 repeat;
	padding: 25px;
	overflow: hidden;
}

div#middle .middlebox .middle-m-alt {
	color: #333;
	background: transparent url(../images/middle-middle-t2.png) 0 0 repeat;
	padding: 25px;
	overflow: hidden;
}

div#middle .middlebox .middle-m .numero-verde {
	width: 180px;
	height: 85px;
	margin: 30px;
	margin-bottom: 0;
	background: transparent url(../images/numero-verde.png) left bottom no-repeat;
	display: block;
}

div.middle-m .blocco-destra {
	width: 100%;
	display: block;
	min-height: 64px;
	margin: 20px 0 40px 0;
}

div.middle-m .blocco-sinistra {
	width: 100%;
	display: block;
	min-height: 64px;
	margin: 20px 0;
	cursor: pointer !important;
}

div.middle-m .blocco-sinistra div a {
	text-decoration: none;
}

div.middle-m .blocco-sinistra div a:hover {
	text-decoration: underline;
}

div.middle-m #download {
	padding-left: 95px;
	width: 190px;
	background: transparent url(../images/download4.png) 20px top no-repeat;
}

div.middle-m #contattaci {
	padding-left: 95px;
	width: 190px;
	background: transparent url(../images/carrello.png) 20px top no-repeat;
}

div.middle-m #video {
	padding-left: 95px;
	width: 190px;
	background: transparent url(../images/video4.png) 20px top no-repeat;
}

div.middle-m #acquisto {
	padding-left: 95px;
	width: 190px;
	background: transparent url(../images/carrello.png) 20px top no-repeat;
}

div.middle-m #download-destra {
	padding-right: 95px;
	width: 160px;
	background: transparent url(../images/download4.png) 174px top no-repeat;
}

div.middle-m #info-destra {
	padding-right: 95px;
	width: 160px;
	background: transparent url(../images/info.png) 174px top no-repeat;
}

div.middle-m #acquisto-destra {
	padding-right: 95px;
	width: 160px;
	background: transparent url(../images/carrello.png) 174px top no-repeat;
}

div.middle-m #gallery-v, div.middle-m-alt #gallery-v {
	width: 100%;
}

div.middle-m #gallery-v a, div.middle-m-alt #gallery-v a {
	padding: 0 0 10px 0;
	display: block;
	margin: auto;
}

div.middle-m #gallery-v a img, div.middle-m-alt #gallery-v a img {
	display: block;
	margin: auto;
	padding: 2px;
}

div#middle .middlebox .middle-b {
	height: 8px;
	background: transparent url(../images/middle-bottom-t.png) 0 0 no-repeat;
}

div#middle .middlebox .middle-b-alt {
	height: 8px;
	background: transparent url(../images/middle-bottom-t2.png) 0 0 no-repeat;
}

div#blocco-acquista {
	color: #ccc;
	margin-top: 50px;
	display: block;
	width: 370px;
	height: 70px;
	padding: 10px 10px 10px 120px;
	background: transparent url(../images/blocco-acquista.png) 0 0 no-repeat;
}

div#footer {
	clear: both;
	width: 854px;
	height: 56px;
	display: block;
	margin: auto;
}

div#footer #footer-l {
	width: 854px;
	height: 56px;
	background: transparent url(../images/footer-l.png) left 0 no-repeat;
}

div#footer #footer-r {
	width: 854px;
	height: 56px;
	background: transparent url(../images/footer-r.png) right 0 no-repeat;
}

div#footer #footer-b {
	width: 800px;
	height: 40px;
	margin-left: 17px;
	padding: 16px 0 0 20px;
	background: transparent url(../images/footer-m.png) center 0 repeat-x;
}

.logo-winfit-small {
	width: 220px;
	height: 40px;
	display: block;
	cursor: pointer;
}

div.module-r div#light {
	background: transparent url(../images/loghi/winfit-verde-small.png) 30px 0 no-repeat;
}

div.module-r div#basic {
	background: transparent url(../images/loghi/winfit-arancio-small.png) 30px 0 no-repeat;
}

div.module-r div#pro {
	background: transparent url(../images/loghi/winfit-rosso-small.png) 35px 0 no-repeat;
}

ul.lista-video {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

ul.lista-video li {
	margin: 0;
	padding: 6px 0 0 30px;
	height: 26px;
	background: transparent url(../images/video-item.png) -5px 0 no-repeat;
	font-size: 120%;
}

ul.lista-video li a {
	color: #333;
	padding-top: 5px;
}

table.contatti {
	margin: auto;
}

table.contatti tr td.label {
	padding-right: 20px;
}

table#tabella-comparativa {
	width: 100%;
}

table#tabella-comparativa tr {
	background: white url(../images/bg_td.jpg) 0 0 repeat-x;
}

table#tabella-comparativa tr th, table#tabella-comparativa tr td {
	padding: 6px 4px 4px 10px;
	border-right: 1px solid #bbb;
	text-align: center;
	empty-cells:show;
}

table#tabella-comparativa tr td.definizione {
	text-align: left;
	font-weight: bold;
}

table#tabella-comparativa tr.assente {
	display: none;
}

table#tabella-comparativa tr th {
	font-size: 120%;
	font-weight: bold;
	background: transparent url(../images/bg_th.jpg) 0 0 repeat-x;
}

table#tabella-comparativa tr.titolo {
	background: transparent url(../images/bg_th1.jpg) 0 0 repeat-x;
}

table#tabella-comparativa tr.titolo th {
	font-size: 140%;
	padding: 6px 8px;
	border-top: 2px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	text-align: left;
	background: none;
}

table#tabella-comparativa tr.titolo th.colonna-valori {
	width: 100px;
	text-align: center;
}

table#tabella-comparativa tr td.v {
	background: transparent url(../images/check_32.png) 50% 50% no-repeat;
}

table#tabella-comparativa tr td.o {
	background: transparent url(../images/money_32.png) 50% 50% no-repeat;
}

table#tabella-comparativa tr th.light {
	background: transparent url(../images/loghi/winfit-verde-mini.png) 50% 50% no-repeat;
}

table#tabella-comparativa tr th.basic {
	background: transparent url(../images/loghi/winfit-arancio-mini.png) 50% 50% no-repeat;
}

table#tabella-comparativa tr th.pro {
	background: transparent url(../images/loghi/winfit-rosso-mini.png) 50% 50% no-repeat;
}

table#demo tr td {
	padding: 2px 0;
}




div.banner {
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	right: 50px;
	top: -100px;
	background: transparent url(../images/nastro.png) bottom center no-repeat;
}

div.banner a {
	display: block;
	width: 200px;
	height: 200px;
	text-decoration: none;
}










