#base_carrello
{
	position: absolute;
	width: 364px;
	height: 84px;
	top: 50%;
	left: 50%;
	background-color: transparent;
	/*background-image: url(/immagini/bg_popup.png);*/
}

#base_carrello_dentro
{
	width: 346px;
	height: 66px;
	position: relative;
	top:7px;
	left:7px;
	background-color: white;
	text-align: center;
	border-style:solid;
	border-width:2px;
	border-color:#666;
}

.base_carrello_testo
{
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
	position: relative;
	top:6px;
	line-height:22px;
}

#ok_carrello
{
	position: absolute;
	width: 364px;
	height: 94px;
	top: 50%;
	left: 50%;
	background-color: transparent;
	/*background-image: url(/immagini/bg_popup.png);*/
}

#nodisp
{
	position: absolute;
	width: 364px;
	height: 94px;
	top: 50%;
	left: 50%;
	background-color: transparent;
	/*background-image: url(/immagini/bg_popup.png);*/
}

#ok_carrello_dentro
{
	width: 346px;
	height: 76px;
	position: relative;
	top:7px;
	left:7px;
	background-color: white;
	text-align: center;
	border-style:solid;
	border-width:2px;
	border-color:#666;
}

#nodisp_dentro
{
	width: 346px;
	height: 76px;
	position: relative;
	top:7px;
	left:7px;
	background-color: white;
	text-align: center;
	border-style:solid;
	border-width:2px;
	border-color:#666;
}

.ok_testo
{
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
	position: relative;
	top:2px;
	line-height:19px;
}

.nodisp_testo
{
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
	position: relative;
	top:2px;
	line-height:19px;
}

#ko_carrello
{
	position: absolute;
	width: 364px;
	height: 137px;
	top: 50%;
	left: 50%;
	background-color: transparent;
	/*background-image: url(/immagini/bg_popup.png);*/
}

#ko_carrello_dentro
{
	width: 346px;
	height: 120px;
	position: relative;
	top:7px;
	left:7px;
	background-color: white;
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align: center;
	border-style:solid;
	border-width:2px;
	border-color:#666;
	background-image: url(/immagini/alert99.jpg);
}

.ko_testo
{
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
	position: relative;
	top:2px;
	line-height:19px;
}

#ok_nome_prodotto, #ko_nome_prodotto, #nodisp_nome_prodotto
{
	font-family:"Century Gothic";	
	color: #FF6600
}
