﻿


/* Stuff ive made up. */
.demodataexpl{background-color:green; color:white;border:1px dashed yellow;padding:5px;}
.products .demodataexpl{float:right; width:340px;background-color:green; color:white;border:1px dashed yellow;padding:5px;}
/* /Stuff ive made up. */




.carryonshopping{float:right; width:350px;}
.addtobasket{border:0px solid black;}


/*This adds the add to basket image to the button, nifty.*/
 .addtobasketsubmit {
	
	overflow: hidden;
	width:100px;height:20px;
	color:#fff;

  cursor: hand; /* for IE 5.x */
background-color:#fff;
font-size:0px;
	 }

	 .addtobasket  {
	
	overflow: hidden;
	width:95px;height:15px;
	color:#fff;

	
  cursor: hand; /* for IE 5.x */
background-color:#fff;
font-size:0px;
	 }
.carryonshopping .boxheader{display:block;}

float:left;
}