/* ESTILO DESPLEGABLES ULTIMAS COMPRAS Y LISTAS GUARDADAS */

.menu_CP {
	float: left;
	font-size: 120%;
	z-index: 9;
	padding-left: 5px;
}

.menu_CP ul {
	margin: 0;
	padding: 2px 0;
}

.menu_CP li {
	float: left;
	position: relative;
	z-index: 999;
}

.menu_CP .last_shopping, .menu_CP .saves_lists {
	overflow: hidden;
	display: block;
	padding: 8px 5px;
	z-index: 2;
	position: relative;
	font-size: 0.8em;
}

.menu_CP .last_shopping:before, .menu_CP .saves_lists:before {
	padding-right: 6px;
	color: #db2120;
	font-size: 1.4em;
}

.menu_CP ul.level2 {
	width: 450px;
	min-height: 40px;
	border: 1px solid #B6B6B6;
	z-index: 4;
	top: 41px;
	padding: 15px;
	position: absolute;
	right: 0;
	background: #fff;
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*
.menu_CP li.saves_lists_li {

}

.menu_CP li.last_shopping_li {

}
*/

.menu_CP li:hover ul.level2, .menu_CP li:hover .ico-arrow-cp {
	display: block;
}

.menu_CP .cargando {
	width: 100%;
	top: 40%
}

.menu_CP table {
	width: 100%;
	margin: 0;
	font-size: 1em !important;
}

.menu_CP table tr td {
	padding: 7px;
	border: 0;
	vertical-align: top;
}

.menu_CP table tr td.superListLabel {
	font-weight: bold;
}

.menu_CP table tr:nth-child(2n) td {
	background-color: #f7f4f4;
}

.menu_CP .positive {
	font-weight: normal;
}

.menu_CP table tr td + td {
	text-align: right;
}

.menu_CP table td #editSuperListButton, .menu_CP table td #editSavedListButton {
	background: #e1e1e1;
	border: 0;
	color: #6c6c6c;
	font-family: "VAGRoundedBT", Calibri, "Cabin", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	margin-right: 10px;
	padding: 5px 10px;
	text-shadow: none;
	width: auto;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.menu_CP table td #editSuperListButton:hover, .menu_CP table td #editSavedListButton:hover {
	background: #4e4e4e;
	color: #fff;
}

.menu_CP .ico-arrow-cp {
	height: 12px;
	position: absolute;
	right: 0px;
	top: 30px;
	width: 140px;
	z-index: 10;
	display: none;
}

.menu_CP .ico-arrow-cp:before{
	background: url(../images/dia/spritesheet.png) -226px -54px no-repeat;
	height:12px;
	width:20px;
	position:absolute;
	left:50%;
	margin-left:-10px;
	content:'';
}

.menu_CP #savedListTable .positive, .menu_CP #orderHistoryTable .positive {
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	font-size: 100%;
	padding: 5px;
}

.menu_CP #orderHistoryTable #loadSuperListButton {
	padding: 0 15px;
}

.menu_CP ul.level2 .titulo-popup{
	padding-left: 10px;
	position: relative;
	font-family: "VAGRoundedBT", Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; /* fix iphone ios font stack */
	font-weight: bold;
	color: #D52B1E;
	text-transform: uppercase;
	font-size: 1.1em;
}

.menu_CP a.saves_lists + ul.level2 .titulo-popup:before, .menu_CP a.last_shopping + ul.level2 .titulo-popup:before {
	padding-right: 6px;
	color: #db2120;
	font-size: 1.2em;
}
	
	