/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: url(images/sfondo.png) repeat-x #ffffff;
  color: #000000;
  text-align: center;
   }

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
 background: #eaeaea;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #8a8888;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
/*  line-height: 1.5;*/
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
/*---vari */
#header-variDiv { 
    position: relative;
    width: 413px;
    height:56px;
    float:left;
	overflow:hidden;
	margin-right:7px;
	margin-left:20px;
}
  * html #header-variDiv{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
    margin-left:10px; 
	}
#header-variBox { 
    position: relative;
	padding-top:2px;
    width: 413px;
    height:56px;
    background-image: url('images/sfondoboxhelp.gif');
  }
  * html #header-variBox{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
    padding-top:19px; 
	}
	
	
 #header-variBox ul{
 position:relative;
 left:-46px;
 width: 413px;
 } 
  #header-variBox li{
  display:inline; 
  font-family:  Arial;
  font-size: 12px;

  letter-spacing:2px;
  font-weight:bolder;
  border-right:#e2e1e1 solid 1px;
  padding-left:6px;
  padding-right:6px;
  }
#header-variBox li a{
text-decoration:none;
color:#2d2d2d;
}
#header-variBox li a:hover{
text-decoration:none;
color:#e15b0a;
}
/*-------cerca*/

#header-searchDiv { 
    position: relative;
    width: 205px;
    height:56px;
    float:left;
	overflow:hidden;
	margin-right:7px;
}

#header-searchBox { 
    position: relative;
	padding-top:12px;
    width: 205px;
    height:56px;
    float:left;
    background-image: url('images/header_box_basket.gif');
  }

/*#header-basketText { 
    line-height:12px; 
    font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma;
    font-size: 10px;
    font-weight: normal;
    margin: 3px 0px 0px 6px;
}*/
/*-------carrello*/
/* Beginn Warenkorb im Header */
#header-basketDiv {
    position: relative;
    width: 205px;
    height:56px;
    float:right;
}

#header-basketBox { 
    position: relative;
	top:15px;
	right:60px;
    width: 205px;
    height:56px;
    float:left;
  background-image: url('images/header_box_basket.gif');
  }

/* Start - Link BASKETBOX */
A.header-basket:link {
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
}
A.header-basket:visited {
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
}
A.header-basket:active {
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
}
A.header-basket:hover {
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
}
/* Ende - Link BASKETBOX */

#header-basketText { 
    line-height:12px; 
    font-family: Verdana, Arial, Helvetica, "Sans Serif", Tahoma;
    font-size: 10px;
    font-weight: normal;
    margin: 3px 0px 0px 6px;
}
/* Ende Warenkorb im Header */
/*---------------------------------OTZ*/
#mainwrap{
width:974px;
margin: 0 auto;
/*background:#FFFFFF;*/
}
#eander{
height:141px;
}
#logo{
float:left;
height:97px;
width:84px;
margin-left:10px;
}

#pointermenu2{
clear:left;
margin-left:10px;
padding: 0;
width:946px;
padding-right: 0;
background-color:#2d2d2d;
}
}
* html #pointermenu2{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-left:0px; }
#sin{
height:37px;
width:8px;
background: url(images/leftround2.gif) bottom  no-repeat;
float:left; 
}
#dex{ 
background:url(images/rightround2.gif) bottom  no-repeat;
height:37px;
float:right; 
width:8px;
}
#ulcategorie{
background:#2d2d2d;
width:930px;
height:37px;
margin: 0;
padding:0;
float: left;
letter-spacing:2px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}




#ulcategorie li{
display: inline;

}

#ulcategorie li a{
width:auto;
float: left;
color: white;
/*font-weight: bold;*/
height:10px;
margin-top:10px;
padding: 1px 20px 15px 15px;
text-decoration: none;
}
* html #ulcategorie li a{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
padding: 1px 20px 10px 15px; }
#spazio{
float:left;
margin-top:10px;
height:20px;
width:1px;
background:#FFFFFF;
}
#ulcategorie li a:visited{
color: white;
}
#ulcategorie  li a:hover, #ulcategorie li a#selected{ /*hover and selected link*/
color: #f26109;
background: transparent url(images/pointer.gif) bottom center no-repeat;
}


#infoheander{
width:400px; 
height:20px;
color:#adabab;
padding-bottom:6px;
padding-top:15px;
padding-left:5px;
float:left;
text-align:left;
}
#infoheander a{
color:#adabab;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:8px;
font-weight:bold;
}
#infoheander a:hover{
color:#be2025;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:8px;
font-weight:bold;
text-decoration:none;
}
#titolocarrello{
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;

}
#titolocarrello a{ 
color:#0c87ac;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:8px;
font-weight:bold;
}
#numericarrello{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
font-weight:bold;
color:#e15b0a;
}
#lingue{
width:100px;
height:20px;
float:right;
padding-right:10px;
padding-top:5px;
}

/**__*/
.arrotondata {background: url(images/dot.gif) 0 0 repeat-x; width: 346px; float:left;  }
#arrotondata .b {background: url(images/dot.gif) 0 100% repeat-x ;  }
#arrotondata .l {background: url(images/dot.gif) 0 0 repeat-y ;  }
#arrotondata .r {background: url(images/dot.gif) 100% 0 repeat-y ;  }
#arrotondata .bl {background: url(images/bs.gif) 0 100% no-repeat ;  }
#arrotondata .br {background: url(images/bd.gif) 100% 100% no-repeat ;  }
#arrotondata .tl {background: url(images/as.gif) 0 0 no-repeat ; }
#arrotondata .tr {background: url(images/angolotopproduct.gif) 100% 0 no-repeat; padding:10px ;  } 
/************************/
#top_pr_titolo{
width:280px;
height:60px;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
letter-spacing:1px;
font-weight:bold;
color:#303030;
}
#top_pr_desc{
width:150px; 
height:311px; 
float:left;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:25px;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#top_pr_price{
font-size:22px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
letter-spacing:1px;
color:#da390b;
padding-top:15px;
padding-bottom:15px;
}
#top_pr_preprice{
color:#303030;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#titolo_topproduct{
margin:0;
padding:0;
font-size:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
letter-spacing:1px;
font-weight:bold;
color:#303030;
}

/*-------------------*/
.arrotondatanew {background: url(images/dot.gif) 0 0 repeat-x; width: 346px; float:left; margin-left:20px;}
#arrotondatanew  .b {background: url(images/dot.gif) 0 100% repeat-x ; }
#arrotondatanew  .l {background: url(images/dot.gif) 0 0 repeat-y ;  }
#arrotondatanew  .r {background: url(images/dot.gif) 100% 0 repeat-y ;  }
#arrotondatanew  .bl {background: url(images/bs.gif) 0 100% no-repeat ;  }
#arrotondatanew  .br {background: url(images/bd.gif) 100% 100% no-repeat ;  }
#arrotondatanew .tl {background: url(images/as.gif) 0 0 no-repeat ; }
#arrotondatanew .tr {background: url(images/angolonewproduct.gif) 100% 0 no-repeat; padding:10px ;  } 
/************************/
#new_pr_titolo{
width:280px;
height:60px;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
letter-spacing:1px;
font-weight:bold;
color:#303030;
}
#new_pr_desc{
width:150px; 
height:311px; 
float:left;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:25px;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#new_pr_price{
font-size:22px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
letter-spacing:1px;
color:#568e8c;
padding-top:15px;
padding-bottom:15px;
}
#new_pr_preprice{
color:#303030;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#titolo_newproduct{
margin:0;
padding:0;
font-size:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
letter-spacing:1px;
font-weight:bold;
color:#303030;
}
/**/
.arrotondatalist {background: url(images/dot.gif) 0 0 repeat-x; width: 246px; float:left; margin-left:20px;}
#arrotondatalist  .b {background: url(images/dot.gif) 0 100% repeat-x ; }
#arrotondatalist  .l {background: url(images/dot.gif) 0 0 repeat-y ;  }
#arrotondatalist  .r {background: url(images/dot.gif) 100% 0 repeat-y ;  }
#arrotondatalist  .bl {background: url(images/bs.gif) 0 100% no-repeat ;  }
#arrotondatalist  .br {background: url(images/bd.gif) 100% 100% no-repeat ;  }
#arrotondatalist .tl {background: url(images/as.gif) 0 0 no-repeat ; }
#arrotondatalist .tr {background: url(images/ad.gif) 100% 0 no-repeat; padding:10px ;  } 
/**/
.infoBoxProducts {
  text-align: center;
  border: solid 1px #999999; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background-color: transparent;
  color: #333333;
  margin-bottom:-8px;
}
.infoBoxProducts a {
  color: #333333;
}
TD.infoBoxGrid {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: solid 1px #999999;
}
/* set pos buy/details button on list */
img.buy_now {  
  margin-bottom:10px;
} 
/* set pos buy/details button on thumbnail */
img.thm_buy_now {
  margin-bottom:-3px;
} 
/* set style buy/details seperator thumbnail */
.buy_now {
  font-weight: bold;
	font-size: 18px;
	color: #999999;
} 
.infoBoxList {
 border: ridge 0px #faf0e6;
 border-collapse: collapse;
 background-color: #fff;
 }
.thumbcontent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666666;
  text-align:center;
}
TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*++++++*/
box_outline3 {
margin-top:3px;
border-top-width: 10px;
border-bottom-width: 10px;
border-right-width: 1px;
border-left-width: 1px;
border-style: solid;
border-color: #000;
}
.specials_price{
font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
color: #ffffff;
 font-weight: bold;
text-decoration: none;
}

.specials_old_price{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-transform:uppercase;
 font-size: 9px;
 color: #333333;
font-weight: normal;
 text-decoration: none;
 margin-top:10px;
}
.specials_name{
/*
font-family:  Verdana, Arial, Tahoma;
font-size: 12px;
font-weight: bold;
 color: #1f79b6;
padding-left:5px;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:9px;
color:#0a6da1;
/*border-bottom:#eaeaea solid 1px;*/
margin-bottom:5px;
font-weight:bold;
}
.specials_desc{
/* font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #808080;
 font-weight: normal;
text-decoration: none;
padding-left:5px;
 padding-top:5px;*/
 font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color: #808080;
 font-weight: normal;
text-decoration: none;
padding-left:5px;
 padding-top:5px;
 padding-bottom:10px;
}
/*/
/**/
.arrotondataspecial {background: url(images/dot.gif) 0 0 repeat-x;  float:left; margin-left:20px;}
#arrotondataspecial   .b {background: url(images/dot.gif) 0 100% repeat-x ; }
#arrotondataspecial  .l {background: url(images/dot.gif) 0 0 repeat-y ;  }
#arrotondataspecial   .r {background: url(images/dot.gif) 100% 0 repeat-y ;  }
#arrotondataspecial   .bl {background: url(images/bs.gif) 0 100% no-repeat ;  }
#arrotondataspecial   .br {background: url(images/bd.gif) 100% 100% no-repeat ;  }
#arrotondataspecial  .tl {background: url(images/as.gif) 0 0 no-repeat ; }
#arrotondataspecial  .tr {background: url(images/ad.gif) 100% 0 no-repeat; padding:10px ;  } 
/**/
.arrotondatapprodotto {background: url(images/dot.gif) 0 0 repeat-x; width:420px;  float:left; margin-top:5px; margin-bottom:10px; margin-left:5px; margin-right:30px;}
#arrotondatapprodotto   .b {background: url(images/dot.gif) 0 100% repeat-x ; }
#arrotondatapprodotto  .l {background: url(images/dot.gif) 0 0 repeat-y ;  }
#arrotondatapprodotto   .r {background: url(images/dot.gif) 100% 0 repeat-y ;  }
#arrotondatapprodotto   .bl {background: url(images/bs.gif) 0 100% no-repeat ;  }
#arrotondatapprodotto   .br {background: url(images/bd.gif) 100% 100% no-repeat ;  }
#arrotondatapprodotto  .tl {background: url(images/as.gif) 0 0 no-repeat ; }
#arrotondatapprodotto  .tr {background: url(images/ad.gif) 100% 0 no-repeat; padding:10px ;  } 


.arrotondatapinfor {background: url(images/dot.gif) 0 0 repeat-x; width:160px;  float:right; margin-top:5px; margin-bottom:10px; margin-left:10px; margin-right:10px;}
#arrotondatapinfor   .b {background: url(images/dot.gif) 0 100% repeat-x ; }
#arrotondatapinfor  .l {background: url(images/dot.gif) 0 0 repeat-y ;  }
#arrotondatapinfor   .r {background: url(images/dot.gif) 100% 0 repeat-y ;  }
#arrotondatapinfor   .bl {background: url(images/bs.gif) 0 100% no-repeat ;  }
#arrotondatapinfor   .br {background: url(images/bd.gif) 100% 100% no-repeat ;  }
#arrotondatapinfor  .tl {background: url(images/as.gif) 0 0 no-repeat ; }
#arrotondatapinfor  .tr {background: url(images/ad.gif) 100% 0 no-repeat; padding:10px ;  } 
#prezzo{
float:right;
text-align:center;
width:190px;
padding-top:3px;
padding-bottom:3px;
border-top:#e7e7e7 solid 1px;
border-bottom:#e7e7e7 solid 1px;
margin-bottom:15px;
font-family: Helvetica,Verdana, Arial, sans-serif;
font-size: 20px;
}
.arrotondatalistaprodotti {background: url(images/dot.gif) 0 0 repeat-x;  float:left; width:959px; margin-top:5px;  }
#arrotondatalistaprodotti .b {background: url(images/dot.gif) 0 100% repeat-x ;  }
#arrotondatalistaprodotti .l {background: url(images/dot.gif) 0 0 repeat-y ;  }
#arrotondatalistaprodotti .r {background: url(images/dot.gif) 100% 0 repeat-y ;  }
#arrotondatalistaprodotti .bl {background: url(images/bs.gif) 0 100% no-repeat ;  }
#arrotondatalistaprodotti .br {background: url(images/bd.gif) 100% 100% no-repeat ;  }
#arrotondatalistaprodotti .tl {background: url(images/as.gif) 0 0 no-repeat ; }
#arrotondatalistaprodotti .tr {background: url(images/ad.gif) 100% 0 no-repeat; padding:10px ;  } 

.arrotondatalistaprodottinew {background: url(images/dot.gif) 0 0 repeat-x;  float:left; width:678px; margin-top:5px; margin-left:10px;  }
#arrotondatalistaprodottinew .b {background: url(images/dot.gif) 0 100% repeat-x ;  }
#arrotondatalistaprodottinew .l {background: url(images/dot.gif) 0 0 repeat-y ;  }
#arrotondatalistaprodottinew .r {background: url(images/dot.gif) 100% 0 repeat-y ;  }
#arrotondatalistaprodottinew .bl {background: url(images/bs.gif) 0 100% no-repeat ;  }
#arrotondatalistaprodottinew .br {background: url(images/bd.gif) 100% 100% no-repeat ;  }
#arrotondatalistaprodottinew .tl {background: url(images/as.gif) 0 0 no-repeat ; }
#arrotondatalistaprodottinew .tr {background: url(images/ad.gif) 100% 0 no-repeat; padding:10px ;  } 

#logo-robotime{
width:294px;
height:496px;
padding-top:16px;
float:left;
}
#robotime{
background-image:url(images/robotime.jpg);
width:680px;
height:496px;
float:left;
}
#logotx{
margin-top:25px;
} 
#logo-robotime1{
width:294px;
height:80px;
padding-top:16px;
float:left;
}
#logo-robotime-concorso{
width:294px;
height:309px;
padding-top:16px;
float:left;
}
#robotime1{
width:680px;
height:80px;
float:left;
background:url(images/ingranaggio.gif) #000000  no-repeat center right;
}
/* root element should be positioned relatively so that 
	child elements can be positioned absolutely */
div.controls { 
	position:relative;
	height:8px;
	margin:12px 0 0;
	padding:5px 0 0;
}

/* when play button toggles between play/pause class 
	we move it's background image */
div.controls a.play, div.controls a.pause { 
	position:absolute;
	width: 18px;
	height:10px;
	text-indent:-999em;
	cursor:pointer;
	overflow:hidden;
	background:url(images/play_pause.gif) center top no-repeat;
	margin-top: -10px;	
}

div.controls a.pause { 
	background-position:center -10px;
}

/* the track or "scrubber"  */
div.controls div.track { 
	position:absolute;
	top:-6px;	
	height:18px;
	left:20px;
	background:url(images/track.gif) no-repeat;
	text-align:left;
	cursor:pointer;
	width:500px;	
}

/* the draggable playhead */
div.controls div.playhead { 
	position:absolute;	
	height:12px;
	background:url(images/playhead.png) no-repeat;
	cursor:pointer;
	top:0px; 
	width:12px;
}

/* buffer and controls are automatically resized, their initial width should be 0 */
div.controls div.progress, div.controls div.buffer {	
	background-color:#fff;
	height:6px;
	margin:3px 4px;
	width:0px;
	position:absolute;
	top:0;
	font-size:0px;	
	
	/* this is the way to fine tune buffer and progress max width */
	max-width:500px;
}

div.controls div.buffer {
	background-color:#999;
}

/* som proprietary styling for progress bar under mozilla */
div.controls div.progress {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-topleft:2px;	
}

/* hide time and controls in Apple look */
div.controls div.time, div.controls a.mute, div.controls a.unmute {
	display:none;		
}


#flowplayer {
	width:736px;
	height:450px;
}
#div-spot{
height:60px; width:303px; overflow:hidden;border-bottom:5px solid #BF2025; margin-bottom:0px; margin-top:0; padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:56px; color:#B0B0B0; font-weight:bold;
}
  * html #div-spot{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
   height:65px; 
	}
	 #div-spotp {
	 padding:0; margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px;font-weight:bold;  letter-spacing:1px; color: #4F4F4F;
	}
	
#spot-in{
float:left;
width:400px;
margin-bottom:0px;
padding-right:10px;
padding-left:20px;
padding-bottom:0px;
}
#pspot{
width:330px;
padding:0; margin-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;  color: #4F4F4F;
}
#pspazio{
margin-top:10px;
padding:0;
}