.shoppingList{
	margin:0;
        background-color: #fff;
	font-style:normal;
        margin-top: 10px;
	position:relative;
}

.shoppingList ul{
	margin:0;
	padding:0;	
	list-style:none;
	position:relative;
	padding:5px;
        border: 1px solid #CCC;
}

.shoppingList li{
	font-size:1.1em;
	position:relative;
	text-shadow:none;
	clear:both;
        border:1px solid #000;
        margin-bottom : 5px;
        background-color: #edeeef;
}

.shoppingList li .count{
	float:right;
	padding-right:20px;
}

.shoppingList li .edit{
        width:15px;
	height:20px;        
	float:right;
        padding:5px 10px 0px 10px;
        background:url(/images/edit.png) center center no-repeat;        
        cursor:pointer;
}
.shoppingList li .delete{
        width:15px;
	height:20px;        
	float:right;
        padding:5px 10px 0px 10px;
        background:url(/images/page_delete.png) center center no-repeat;        
        cursor:pointer;
}

.shoppingList li .item{
	cursor:pointer;        
        display:block;        
}

.shoppingList li .check{
	width:16px;
	height:25px;
	line-height:25px;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

.shoppingList li .checked{
	background:url(/images/ico_drag_15x15.png) center center no-repeat;
}

.shoppingList li.bought .item{
	text-decoration:line-through;
	color:#888;
	font-style:italic
}

.shoppingList .trash{
        clear:both;
	/*position:absolute;
	bottom:70px;*/
        margin-top:20px;
        width:200px;
	height:60px;
	background:#ddd;
	-moz-box-shadow:0 0 0.5em #666;
	border: 1px solid #f00;
	opacity:0.6;
	filter : alpha(opacity=60);
        -moz-opacity : 0.6; 
	line-height:60px;
	font-style:italic;
	text-shadow:0 1px 0 #ccc;
	font-size:1.5em;
	background:#eee url(/images/page_refresh.png) 2.5em center no-repeat;
	padding-left:100px
}

.shoppingList .hover{
	opacity:0.7;
	filter : alpha(opacity=70);
    -moz-opacity : 0.7; 
	color:#fff;
	background-color:#cd6a76
}

.shoppingList .deleted{
	background-color:#70cc57;
	opacity:0.7;
	filter : alpha(opacity=70);
    -moz-opacity : 0.7; 
	color:#fff;
}

.shoppingList .add{
	/*position:absolute;
	bottom:20px;*/
        clear:both;	
        margin-top:20px;
}

.shoppingList .add .addValue{
	width:350px;
	margin-right:5px;
	background-color:#f5f2d5;
	-moz-box-shadow:0 0 0.5em #666;
	padding:5px;
	border:1px solid #ccc;
	color:#093E56;
	font-size:1.3em;
}

.shoppingList .add .addBtn{
	background-color:#093E56;
	-moz-box-shadow:0 0 0.5em #666;
	padding:2px;
	border:1px solid #ccc;
	color:#fff;
	-moz-border-radius:0.2em;
	padding:5px 8px;
	*padding:0;
	cursor:pointer;
	font-size:1.3em;	
}

/*** DRAG ***/

.shoppingList li.ui-sortable-helper{
	cursor:-moz-grabbing;
}

.shoppingList li.ui-sortable-helper .check, .shoppingList li.ui-sortable-helper .count{
	/*visibility:hidden;*/
}