#firstContainer{
text-align:center;
font-family: Arial,Tahoma,Verdana,Geneva,Helvetica,sans-serif;
font-size:16px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(226,226,226,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(226,226,226,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(226,226,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e2e2e2',GradientType=0 );
}
#firstContainer a:visited, #firstContainer a:link{
color:#f97c00;
text-decoration:none;
border-bottom:1px dotted #ddd;
}
#firstContainer a:hover,#firstContainer a:active{
text-decoration:underline;
}
#mainContainer{
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
max-width: 1100px;
width: 100%;
margin:auto;
position:relative;
top:0;
left:0;
text-align:left;
background:#fff;
padding:10px;
}
#header{
position:relative;
left:0;
top:0;
padding:0;
}
#logoLink{
overflow:hidden;
margin-bottom:20px;
}
#contentCat td{
max-width:250px;
}
#contentCat th{
max-width:200px;
}
#menu{
background:$MySkinResponsiveColor2$;
background: -webkit-gradient(linear, left top, left bottom, from($MySkinResponsiveColor1$), to($MySkinResponsiveColor2$));
background: -webkit-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: -moz-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: -ms-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: -o-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: linear-gradient(to bottom, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
min-height:35px;
}
#searchForm input{
line-height: 20px;
padding: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #000;
}
#searchForm .v4sbox{
width:200px;
}
#searchForm .butt1{
background:#ffa010;
margin-left:5px;
}
#searchForm label{
font-weight:bold;
color:#fff;
padding:0 5px 0 5px;
}
#searchForm tr{
display:inline-block;
}
#mainTable{
padding:10px 0 10px 0;
display:table;
width:100%;
}
#footer{
position:relative;
top:0;
left:0;
padding-bottom:80px;
font-size:95%;
clear:both;
}
#footer .description{
background:$MySkinResponsiveColor2$;
background: -webkit-gradient(linear, left top, left bottom, from($MySkinResponsiveColor1$), to($MySkinResponsiveColor2$));
background: -webkit-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: -moz-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: -ms-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: -o-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: linear-gradient(to bottom, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
height:20px;
overflow:hidden;
text-align:center;
color:#fff;
padding:5px 0 0 0;
}
#footer p{
margin:0;
padding:0;
}
#footer .htmlText{
color:#6a6a6a;
padding:10px 0 10px 0;
}
h1.title{
color: rgb(249, 124, 0);
font-size:150%;
margin:0 0 20px 0;
padding:0;
line-height:30px;
}
.images{
max-width:500px;
padding-bottom:100px;
text-align:center;
position:relative;
top:0;
left:0;
display:table-cell;
border-bottom:1px solid #ddd;
vertical-align:top;
}
img.main{
max-width:500px;
margin:0 auto 10px auto;
display:none;
}
img.thumb{
position:absolute;
top:97%;
margin:-80px auto 0 auto;
max-height:80px;
width:90px;
cursor:pointer;
}
img.t1{
left:0;
}
img.t2{
left:100px;
}
img.t3{
left:200px;
}
#details{
display:table-cell;
padding:10px 0 20px 20px;
vertical-align:top;
}
#details .code, #details .brand{
padding: 10px 2px 10px 0px;
border-bottom: 1px dotted rgb(209, 209, 209);
color: rgb(87, 87, 87);
margin:0;
display:table;
}
#details .code strong, #details .brand strong{
display:table-cell;
padding-right:5px;
}
#details .code span, #details .brand span{
color: rgb(87, 87, 87);
display:table-cell;
}
#tabs{
margin-top:40px;
}
div.content h1{
color: rgb(249, 124, 0);
font-size:150%;
margin:0 0 20px 0;
padding:0;
line-height: 19px;
}
input[type="radio"],div.content{
display: none;
}
.label_tab{
position:relative;
z-index:1;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
font-size: 14px;
overflow: hidden;
max-width:260px;
height:32px;
line-height:32px;
max-height: 31px;
text-align:center;
margin:0 3px -3px 0;
background:#eee;
background: -moz-linear-gradient(top, rgba(238,237,237,1) 0%, rgba(222,221,221,1) 100%);
background: -webkit-linear-gradient(top, rgba(238,237,237,1) 0%,rgba(222,221,221,1) 100%);
background: linear-gradient(to bottom, rgba(238,237,237,1) 0%,rgba(222,221,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeded', endColorstr='#dedddd',GradientType=0 );
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-top:1px solid #d6d5d5;
border-left:1px solid #d6d5d5;
border-right:1px solid #d6d5d5;
padding:0 5px 0 5px;
cursor:pointer;
display:inline-block;
}
div.content{
z-index:99;
width:100%;
overflo:auto;
border-top: 20px solid $MySkinResponsiveColor2$;
clear: both;
padding:10px 0 10px 0;
color:#333;
min-height:100px;
position:relative;
}
input[type="radio"]:checked + .label_tab,.label_tab:hover{
color: #fff;
background:$MySkinResponsiveColor2$;
background: -webkit-gradient(linear, left top, left bottom, from($MySkinResponsiveColor1$), to($MySkinResponsiveColor2$));
background: -webkit-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: -moz-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: -ms-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: -o-linear-gradient(top, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
background: linear-gradient(to bottom, $MySkinResponsiveColor1$, $MySkinResponsiveColor2$);
border-top:1px solid #272727;
border-left:1px solid #272727;
border-right:1px solid #272727;
}
#contentCat td,#contentCat th{
border:0;
}
#contentCat th{
border-bottom:1px solid #ddd;
}
#tabDesc:checked ~ #contentDesc,
#tabCat:checked ~ #contentCat,
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#thumb1:checked ~ #main1,
#thumb2:checked ~ #main2,
#thumb3:checked ~ #main3{
display: block !important;
}
.features th{
background:#eee;
text-align:right;
border-bottom:2px solid #fff;
padding:4px;
}
.features td{
padding:4px;
}
img{
max-width:100%;
}
@media screen and (max-width: 600px) {
#logoLink img{
max-width:100%;
}
#mainTable{
display:block;
}
#searchForm .v4sbox{
width:100px;
}
.images{
width:100%;
max-width:100%;
display:block;
padding:10px 0 100px 0;
}
#details{
width:100%;
max-width:100%;
display:block;
padding:10px 0 20px 0;
}
#details .code, #details .brand, #details .code strong, #details .brand strong,#details .code span, #details .brand span{
display:block;
}
.images .main{
max-width:100%;
width:100%;
}
.label_tab{
margin:0 3px 3px 0;
min-width:48%;
}
div{
max-width:100% !important;
}
#contentCat table{
width:100% !important;
float:none !important;
}
#contentCat tbody,#contentCat tr,#contentCat th{
display:block;
}
#contentCat td{
display:block;
padding-left:20px;
}
}
@media screen and (max-width: 480px){
.label_tab{
display:none;
}
#staticPages .content{
display: block !important;
position: relative;
padding-top:20px;
}
#staticPages .content::before{
content: attr(data-label);
display: block;
position: absolute;
top: 0;
font-weight: bold;
}
}
Horizon Fitness Tapis roulant palestra e fitness inclinazione elettrica T-R01 Nero
Codice Prodotto:121422-205875
Marca:Horizon Fitness
Il tapis roulant Horizon TR 01 fa parte della nuova linea Horizon, appositamente studiato per utilizzo home fitness.Dotato di una console molto intuitiva, e di facile lettura con la possibilità di scegliere il grado di inclinazione. Tutti i dati dell’allenamento sono di immediata lettura ed è inoltre dotata di supporto porta tablet/smartphoneIl motore da 1,5 HP è garantito 7 anni25 programmi di allenamento per diverse modalità di allenamentoAccesso facilitato per una comoda accessibilità e sicurezza– Un tapis roulant pieghevole dal design classico per l’allenamento a casa.– La console è intuitiva e i dati sul display rendono semplice l’allenamento– La console è modello Ergo Vision con regolazione dell’angolo per un comodo utilizzo– 25 programmi di allenamento per diverse modalità di allenamento– Accesso facilitato per una comoda accessibilità e sicurezzaNASTRO: 1.4 mm spessoreAREA DI CORSA: 42 x 120 cmINCLINE RANGE: elettrica 10% su 10 livelliVELOCITÀ: 1.0 – 14 km/hMOTORE: 1.5 HP PEAK POWERCONSUMO: Massimo assorbimento 1200 wattDIMENSIONI (L × W × H): 147 x 74 x 114.5 cmDIMENSIONI CHIUSO (L × W × H): 78 x 74 x 131.5 cmPESO PRODOTTO: 43 kgIMBALLO: 155 x 76 x 24 cmPESO CON IMBALLO: 54 kgMAX PESO UTENTE: 100 kgCONSOLEDISPLAY: 3 LED WindowsDATI ALLENAMENTO: Time, Distance, Incline, Speed, Calories and Heart RatePROGRAMMI: 25 Programs (5 Walking and jogging, 5 Jogging and running, 5 jogging and hiking , 5 Speeding training, 5 Incline training)FREQUENZA CARDIACA: Rilevazione con sensori a contattoEXTRA: Appoggio per TabletCONNETTIVITA’: NA