/* 
  Table riassuntiva degli sconti quantità
  MARIA SCONTO TABELLA SCHEDA PRODOTTO
*/
#pws_quantities_info_table3{
	border-right:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	padding:2px 3px 2px 5px;
	background-color:#FFFFFF;
	white-space:nowrap;
	border-left:1px solid #E8E8E8;
	border-top:1px solid #E8E8E8;
}

#pws_quantities_info_table3 td{
	background-color:#CCCCCC;
	white-space:nowrap;
	
}
#pws_quantities_info_table{
	border-right:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	padding:2px 5px 2px 5px;
	background-color:#CCCCCC;
	white-space:nowrap;
	border-left:1px solid #E8E8E8;
	border-top:1px solid #E8E8E8;
}
#pws_quantities_info_table td{
	background-color:#CCCCCC;
	white-space:nowrap;
	
}

#pws_quantities_info_table2{
	border-right:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	padding:2px 5px 2px 5px;
	background-color:#CCCCCC;
	white-space:nowrap;
	border-left:1px solid #E8E8E8;
	border-top:1px solid #E8E8E8;
}
#pws_quantities_info_table2 td{
	background-color:#CCCCCC;
	white-space:nowrap;
	
}

/*
  Classe usata per la popup window che mostra 
  il riassunto degli sconti quantità al passaggio del mouse
  sul riquadro che indica la presenza dello sconto
  MARIA SCONTO TABELLA DIV
*/
.pwsPopupInfo{
	display:none;
	background: #CCCCCC;
	z-index:100;
	position:absolute;
	/*top:200px;*/
	border-right:0px solid #E8E8E8;
	border-bottom:0px solid #E8E8E8;
	border-top:0px solid #E8E8E8;
	border-left:0px solid #E8E8E8;
}
.pwsPopupInfo table{
	border-left:0px solid #E8E8E8 !important;
	border-top:0px solid #E8E8E8 !important;
}
.pwsPopupInfo table tr td{
	/*border-right:1px dotted #E8E8E8 !important;*/
	border-right:1px solid #E8E8E8 !important;
	border-bottom:1px solid #E8E8E8 !important;
	padding:2px 5px 2px 5px !important;
	color: #373F40 !important;
	font-size:10px !important;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif !important;
	font-weight:normal;
}
/*
  Classe usata dal riquadro che indica la presenza dello
  sconto quantità
*/
.pwsQuantitiesTag{
	cursor-style:hand;
	background-image:url(../../images/info.gif);
	background-repeat:no-repeat;
	background-position:center right;
	/*background:url('images/back_yellow.gif') repeat-x !important;*/
	font-size:10px;
	font-weight: bold;
	line-height:20px;
	color:#235289;
	width:100px;
	
}

.pwsQuantitiesTag a:link, .pwsQuantitiesTag a:visited {
	cursor-style:hand;
	background-image:url(../../images/info.gif);
	background-repeat:no-repeat;
	background-position:center right;
	font-size:10px;
	font-weight: bold;
	line-height:20px;
	color:#CC0000;
	width:100px;
}

.pwsQuantitiesTag a:hover, .pwsQuantitiesTag a:active {
	cursor-style:hand;
	background-image:url(../../images/info.gif);
	background-repeat:no-repeat;
	background-position:center right ;
	font-size:10px;
	font-weight: bold;
	line-height:20px;
	color:#CC0000;
	width:100px;
}
