﻿.popRoll {
	border-style: outset;
	border-width: 1px;
	cursor: pointer;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
}
.popRoll .Titolo {
clear:left;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
	position: absolute;
	top: 6px;
	left: 10px;
}
.popRoll .Descr
{
    clear: left;
    color: #000000;
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: 140px;
    font-size: 18px;
}

.popRoll .Price
{
    clear: both;
    color: #FF0000;
    font-weight: bold;
    position: absolute ;
    top: 60px;
    left: 140px;
    font-size: 28px;
}

.popRoll .Info
{
    color: #808080;
    font-weight: bold;
    position: absolute;
    top: 90px;
    left: 220px;
    font-size: 12px;
}
.popRoll .Puls {
	float: right;
	line-height: 20px;
	width: 60px;
	height: 30px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 30px;
	height: 28px;
	margin-right: 7px;
}
.popRoll .Puls2 {
	clear:right;
	background-position: 8px 0px;
	float: right;
	line-height: 20px;
	width: 60px;
	height: 30px;
	width: 38px;
	height: 28px;
	background-image: url('../popRoll/backP.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: right;
	padding-right: 8px;
	padding-top: 3px;
}
.popRoll .attivo{
	color: red;
}

