/* div desconto especial*/
#descontoespecialGeneric_popup,
#confirmaddshoppcartGeneric_popup,
#confirmaddshopplistGeneric_popup
{
    border:1px solid #A4A4A4;
    /*
    width:130px;
    min-height:182px;
    padding:9px 9px 9px 9px;
    */
    width:115px;
    min-height:200px;
    padding:9px 18px 9px 18px;
    background:#F2F2F2;
    display:none;
    z-index:3;
}
#confirmaddshoppcartGeneric_popup,
#confirmaddshopplistGeneric_popup
{
    min-height:100px;
}
#descontoespecialGeneric_popup div.menu_form_header,
#confirmaddshoppcartGeneric_popup div.menu_form_header,
#confirmaddshopplistGeneric_popup div.menu_form_header
{
	border:0 solid green;
	width:100%;
	float:top;
	text-decoration:none;
	border-bottom:1px dashed #d1d1d1;
	margin-bottom:6px;
	padding-bottom:9px;
	overflow:hidden;
	cursor:move;
}
#descontoespecialGeneric_popup div#descontoespecialGeneric_title,
#confirmaddshoppcartGeneric_popup div#confirmaddshoppcartGeneric_title,
#confirmaddshopplistGeneric_popup div#confirmaddshopplistGeneric_title
{
	/*width: 67px;*/
	float:left;
	/*color: #0190CC;*/
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}

#descontoespecialGeneric_popup div#descontoespecialGeneric_exit
{
    background:url("/assets/site/login_exit.gif") no-repeat right bottom;
    width: 16px;
    height: 15px;
    float:right;
    margin:0;
    cursor:pointer;
    /*
    display: none;
    */
}

#descontoespecialconteudoGeneric,
#confirmaddshoppcartconteudoGeneric,
#confirmaddshopplistconteudoGeneric,
#descontoespecialAceitarRejeitar 
{
	border:0 solid pink;
	width:100%;
	text-decoration:none;
	font-weight:normal;
	font-size:8pt;
}
#confirmaddshoppcartconteudoGeneric,
#confirmaddshopplistconteudoGeneric
{
	font-size:10pt;
	padding-bottom: 40px;
}
#confirmaddshoppcartconteudoGeneric
{
	background:url("/assets/site/cesto_azul.png") no-repeat left bottom;
}
#confirmaddshopplistconteudoGeneric
{
	background:url("/assets/site/lista_azul.png") no-repeat left bottom;
}

#descontoespecialAceitarRejeitar{
	display:none;
	margin-top:20px;
	font-weight: bold;
	text-decoration: underline;
	/*text-transform: uppercase;*/
}

#descontoespecialAceitar{
	float:left;
}

#descontoespecialRejeitar{
	float:right;
}

