﻿.LeftImage
{
	width:15px;
	height:100px; 
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#f1f1f1;
	}
.RightImage
{
	width:15px;
	height:100px;
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#f1f1f1;
	}
.Group_Tr
{
	background-color: #f1f1f1;
	}
.Group_Open{
	background-color: #f1f1f1;
	background-repeat:no-repeat;
}
.Group_IsCore
{
    font-family:verdana;
    font-size:10px;
    color:#064701;
    text-decoration:underline;
    font-style:italic;
    font-weight:bold;
}

.Group_Image
{
	float:left;
	background-color: #f1f1f1;
	width:165px;
	height: 100px;
    background-image: url(../../../images/productsbrowser/img_bkg_group.gif);
    background-repeat:no-repeat;
    background-position:center;
    border:0px;
	padding:0px;
    margin:0px;
    }
.Group_Image img
{
	width:80px;
    height:80px;
    text-align:center;
    vertical-align:middle;
	margin-right:25px;
	padding-top: 5px;
}

.Group_Brand 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FC7202;
	font-size: 15px;
	font-weight: normal;
	text-align:left;
	padding:5px;
}

.Group_Description {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align:left;
}

.Group_Price
{
	/*width: 90px;*/
	color: #EB0000;
	height:100px;
	background-color:#f1f1f1;
	
}

.Group_Price DIV
{
	width:120px;
	}

/*Stile parte intera prezzo*/
.Group_Price .int {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #EB0000;
}
/*stile parte decimale*/
.Group_Price .decimal {
	font-size: 11px;
	vertical-align: super;
	font-weight: normal;
	color: #EB0000
}
