.scroller {
	SCROLLBAR-FACE-COLOR: #003399;
	SCROLLBAR-HIGHLIGHT-COLOR: #003399;
	SCROLLBAR-SHADOW-COLOR: #1F095B;
	SCROLLBAR-3DLIGHT-COLOR: #0099ff;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #1F095B;
	SCROLLBAR-DARKSHADOW-COLOR: #1F095B;
}

    /* Links */
    
      a {
        color: silver;
			  text-decoration: underline;
      }

      a:visited {
        color: silver;
      }

      a:hover {
        text-decoration: underline;
      }
	  
	#scroller {
			display: block;
			width:755px;
			height: 365px; /* 400 */
			padding: 3px;
			overflow: auto;
		}
	  
	* {
        color: silver;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        word-spacing: 2px;
        line-height: 1.2;
		font-size: 10px;
      }
	  
	 #ok {
	 	background: #00cc00;
		color: #FFFFFF;
		font-weight: bold;
	 }
	 
	 #ko {
	 	background: #df2d4b;
		color: #FFFFFF;
		font-weight: bold;
	 }
	 
	 #out {
	 	background: #000000;
		color: #FFFFFF;
		font-weight: bold;
	 }
	  
	.product_list {/* The table that surrounds each product listing. */
      border-collapse:collapse;
      width: 100%;
      clear: both;
    }
	
	.rowhead {
      font-weight: bold;
      vertical-align: top;
      /*background: url("http://www.djnews.it/gradient.png");*/
      background: #000000;
      /*border-top: 1px solid #89c2fb;*/
      color: #fff;
    }
	
	
	#product_list_options {	
      float: left;
      width: 100%;
      margin: 0;
      clear: both;
    }

    #product_list_options ul {
      margin: 0;
      padding: 0 10px 0;
      list-style:none;
    }

    #product_list_options li {
      float:left;
      background:url("http://www.djnews.it/img/top_left_off.gif") no-repeat left top;
      margin: 0 5px 0 0;
      padding: 0;
    }
	

    #product_list_options a {
      float:left;
      display:block;
      background:url("http://www.djnews.it/img/top_right_off.gif") no-repeat right top;
      padding: 5px 10px 2px 10px;
      text-decoration:none;
    }
	
	#product_list_options a:hover {
	color: #000;
	}
    
	#product_list_options a.notab {
      float:none;
      display:inline;
      background:none;
      padding: 0px;
      text-decoration:underline;
    }

    #product_list_options .current {
      background-image:url("http://www.djnews.it/img/top_left_on.gif");
    }

    #product_list_options .current a {
      background-image:url("http://www.djnews.it/img/top_right_on.gif");
      font-weight: bold;
	  color:#FFFFFF;
    }

    #product_list_options li.title {
      float:left;
      margin: 0 5px 0 5px;
      background: none;
      padding: 5px 0 2px 0;
    }
    
    #product_list_options .text {
      float:left;
      margin: 0 5px 0 5px;
      background: none;
      padding: 5px 0 2px 0;
    }