﻿.Item_Style
{
    font-family:Verdana;
}
.Item_Code
{
	width:180px;
}
.Item_Code TABLE
{
	width:180px;
}

.Item_LinkCode
{
	font-family:Arial;
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    color:Black; 
	padding:5px;	
}

.Item_Code SPAN
{
   
}
.Item_Image img
{
    width:80px;
    height:80px;
    margin-bottom:3px;
    padding-right:8px;
    }
.Item_Image
{
	float:right;
	padding: 5px;
	/*width: 93px;*/
	height: 90px;
	background-color:White;
    background-image: url(../../../images/productsbrowser/img_bkg_single_item.gif);
    background-repeat:no-repeat;
    background-position:left;
}

.Item_Description
{
	width:100%;
	}

.Item_Description .Package
{
    color: #666666;
    font-weight:bold;    
    font-size:10px;
}
.Item_Description  .Availability
{
	font-size:11px;
	}

.Item_Brand {
	font-family: Arial, Helvetica, sans-serif;
	color: #FC7202;
	padding: 0px 5px 0px 0px;
	font-size: 15px;
	font-weight: normal;
}

.Item_Description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

.Item_Price
{
	color: #EB0000;
	white-space: nowrap; 
}
.Item_Price TD
{	
}

/*Stile parte intera prezzo*/
.Item_Price .int {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #EB0000;
}
/*stile parte decimale*/
.Item_Price .decimal {
	font-size: 11px;
	vertical-align: super;
	color: #EB0000;
}

.Item_IsCore
{
    font-family:verdana;
    font-size:10px;
    color:#064701;
    text-decoration:underline;
    font-style:italic;
    font-weight:bold;
}

.Item_Quantity
{
	padding-top:2px;
	width:100%;
}

.Item_Quantity .Label
{
    color:GrayText;
    font-weight:bold;
    font-size:10px;
}
/*stile della textBOx*/
.Item_Quantity input
{
	width: 30px;
}

