div#menu-user{
	float:left;
	width:1000px;
	padding-top:6px;
}
div#menu-user .item{
	float:left;
	width:968px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:12px;
	background-color:#f5f5f5;
	border:1px #f0f0f0 solid;
}	
div#menu-user .item .icon{
	float:left;
	width:64px;
	height:64px;
}	
div#menu-user .item .icon img{
	width:64px;
	height:64px;
	border:0;
}	
div#menu-user .item .text{
	float:left;
	width:892px;
	padding-left:12px;
	height:44px;
	padding-top:20px;
}	
div#menu-user .item .text a{
	font-size:16px;
}

/* aggiungi ai preferiti nel riepilogo ordine */
div#add-to-bookmark{
	float:left;
	width:926px;
	padding-left:30px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:0px;
	border:2px #86CCAD solid;
	background-color: #ffffff;
	margin-bottom:30px;
	background-image:url("../img/bulb.png");
	background-position:0px 7px;
	background-repeat:no-repeat;
}
div#add-to-bookmark p{
	text-align:center;
}
div#add-to-bookmark a{
	color:#01AD63;
	text-transform:uppercase;
}
div#ldr{
	text-align:center;
	display:none;
}

/* selezione di preferiti da passo 1 dell'ordine */
div.select-preferiti > .not-logged{
	height:23px;
	padding-top:7px;
	padding-left:30px;
	margin-bottom:10px;
	background-image:url("../img/bulb.png");
	background-position:top left;
	background-repeat:no-repeat;
	color:#01AD63;
	font-size:12px;
}
div.select-preferiti > .not-logged > a{
	color:#01AD63;
	font-weight:bold;
	text-decoration:underline;
}
div.select-preferiti > .logged > div.pref-handle{
	float:left;
	width:930px;
	padding-left:30px;
	height:32px;
	padding-top:14px;
	color:#01AD63;
	background-image:url("../img/bulb.png");
	background-position:0px 7px;
	background-repeat:no-repeat;
}
div.select-preferiti > .logged > div.pref-handle > a{
	color:#01AD63;
	font-weight:bold;
	text-decoration:underline;
}
div.select-preferiti > .logged > div#pref-list{
	float:left;
	width:936px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:12px;
	border:2px #3FA2D9 solid;
	display:none;
}
div.select-preferiti > .logged .item{
	float:left;
	width:936px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #cccccc dotted;
}
div.select-preferiti > .logged .item:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0px;
}
div.select-preferiti > .logged .item > .elem{
	float:left;
	width:164px;
	padding-right:5px;
}
div.select-preferiti > .logged .item > .elem > .image{
	float:left;
	width:64px;
	height:64px;
	border:1px #dddddd solid;
	background-color:#ffffff;
}
div.select-preferiti > .logged .item > .elem > .image img{
	max-width:64px;
	max-height:64px;
}
div.select-preferiti > .logged .item > .elem > .content{
	float:left;
	width:93px;
	padding-left:5px;
	height:64px;
	overflow:hidden;
}
div.select-preferiti > .logged .item > .elem > .content > .title{
	float:left;
	width:93px;
	font-size:11px;
	color:#999999;
	text-transform:uppercase;
}
div.select-preferiti > .logged .item > .next{
	float:left;
	width:224px;
	height:49px;
	padding-top:15px;
}
div.select-preferiti > .logged .item > .del{
	float:left;
	width:36px;
	height:47px;
	padding-top:17px;
}
div.select-preferiti > .logged .item > .del > a{
	float:right;
	width:30px;
	height:30px;
	background-image:url("../img/delete.png");
	background-position:top left;
	background-repeat:no-repeat;
}
