/* 	styles for the Digitise Shop 
	place after the default styles
*/

/* mini cart */

#shop_minicart{
	padding:5px;
	float:right;
	border:1px solid #000000;
}

#shop_minicartitems{
	width:200px;
	overflow:auto;
}


