﻿


/* 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;}

.product {background-image:url(../../skin_default/images/listinggradient.gif); background-repeat:no-repeat; background-position: top; width:511px; height: 144px; }
/* /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.*/
.addtobasket .addtobasketsubmit {
	padding-left: 3000px;
	overflow: hidden;
	width:166px;height:40px;
	max-width: 166px;max-height: 40px;
	background-image:url('../images/basket.gif');
	border:0px solid red;
	cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */

	 }
.carryonshopping .boxheader{display:block;}
.prices{border:0px solid black;
float:left;
}