﻿/* root element for scrollable */
div.scrollable.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	/*height 576 in case of 9 and 320 for 5 */	
	/*height: 530px;*/ 	 
	height: 180px;
        /*width: 200px;*/
         width: 300px;
}


/* root element for scrollable items */
div.scrollable.vertical div.items {	
	position:relative;
	
	/* this time we have very large space for heig00 */	
	height:2000em;	
       /*margin: 1px 1px 1px 1px;*/
	margin: 0px;

}

/* override item style defined in scrollable.css */
div.scrollable div.items div {
	float:none;
	/*margin:2.5px 1px 2.5px 1px;*/
	margin:1px 0px;


}

/* single scrollable item */
/*div.scrollable div.items table table table { */
div.scrollable div.items div {
	float: left;

	
	/* text/font select */
	
	color:#666;
	text-align:right;
	width:160px;
	
	/*height:27px;*/
	height:59px;
	
	padding:1px;
	font-size:15px;
	margin-right: 1px;
	
	cursor:default;
}


/* mouseover state */
div.scrollable div.items div:hover {	
	/*background-position:-178px 0px;*/
}

/* clicked state */
div.scrollable div.items div:active {	
	/*background-position:-356px 0;*/
}

/* active item */
div.scrollable div.items div.active {	
	/*background-position:-534px 0;*/
	 
	cursor:default;
}

/*////////////////////////////////////////////////////*/


table.start {
 
            background-color: #FFFFFF;
           
            }

            table.onmos {
           
           /* background-color: #BDEDFF;*/
            background-color: #CFF6FF;

            }
            table.offmos
            {
            background-color: #FFFFFF;
           
            	}

/*///////////////////////////////////////////////////*/



a:active {
  outline:none;
   
}
:focus {
  -moz-outline-style:none;
}
    .style1
    {
        font-size: x-small;
    }
    .newStyle1
    {
        border-style: outset;
    }
   /* .style2
    {
        text-align: left;
    }*/
            
    
    .newStyle2
    {
        border-color: #0000FF;
    }
    
    
    
    
    
    /*/////////////////////////////////*/
    
    .link_out {
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	font-weight: bold;}

.price_s4 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

    