div.basket_items{
	height:200px; 
	width:150px; 
	padding: 10px 0 10px 10px;
	float:right;
	
}

div.individual_pages
{
padding: 5px;
font-size: 10px;
border-bottom:1px ridge #5A6B1E;
/*background: #f00;*/
}

a.remove_element{
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

a.remove_element:hover{
text-decoration: none;
font-size: 13px;
font-weight: bold;
}

div.remove_element_div{
float:left;
padding-right: 10px;

}

div#download_all_selected
{
background: url("images/export.jpg");
background-repeat:no-repeat;
background-position: 5% 25%;
height: 30px;
margin: 10px;
padding: 5px;
font-size: 20px;
text-align: right;
font-weight: bold;
border:2px ridge red;
border-radius: 10px;

}

