﻿body 
{
	margin: 0px;
	font-family:Verdana;
	font-size: 12px;
	color: #000000;
}

.titolo_pagina
{
	font-family:Verdana;
	font-size: 18px;
	color: #000000;
}

.text
{
	font-family:Verdana;
	font-size: 12px;
	color: #000000;	
}

.header_table
{
	font-family:Verdana;
	font-size: 12px;
	color: #FFFFFF;	
	background-color: #999999;
}

.titolo_prodotto
{
	font-family:Verdana;
	font-size: 16px;
	color: #000000;	
	font-weight: bold;
}

.text_small
{
	font-family:Verdana;
	font-size: 12px;
	color: #000000;	
}

.text_white
{
	font-family:Verdana;
	font-size: 12px;
	color: #ffffff;	
}

a
{
	font-family:Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.menu
{
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.menu_sel
{
	font-family:Verdana;
	font-weight:bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

input
{
	font-family:Verdana;
	font-size: 12px;
	color: #000000;	
}

select
{
	font-family:Verdana;
	font-size: 12px;
	color: #000000;	
}

.button_login
{
	font-family:Verdana;
	font-size: 12px;
	background-color: #ffcc00;
	color: #000000;
	font-weight:bold;
	border: 0px;
}

.text_login
{
	font-family:Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #EC007E;	
}

.cella_menu
{
	background-color: #e6e6e6;
	color: #999999;
	font-family:Verdana;
	font-size: 12px;
	text-decoration: none;
}

.cella_menu_sel
{
	background-color: #ffcc00;
	color: #ffffff;
	font-family:Verdana;
	font-size: 12px;
	text-decoration: none;
}

.cella_header_grid
{
	background-color: #e6e6e6;
	color: #999999;
	font-family:Verdana;
	font-size: 12px;
	text-decoration: none;
}

.button_add
{
	font-family:Verdana;
	font-size: 10px;
	background-color:Aqua ;
	text-decoration: none;
	background-image: url(images/viewcart.gif);
	background-position: center top;
	background-repeat: repeat;
}

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:350px;	/* Width of tooltip content */
	height:250px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

