/* SINGLE ITEM */

div.shopItem {
}
div.shopItemImage {
	float: left;
}
img.shopItemImage {
	margin-right: 10px;
}
div.shopItemName {
	padding: 3px 0px 0px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4C3C2A;
	background-image: url(images/itemTitleBg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 25px;
}
div.shopItemDescription {
}
div.shopItemPrice {
	margin-top: 10px;
	margin-left: 10px;
}
div.shopItemOldPriceIncVAT {
	font-weight: bold;
	display: inline;
	margin-right: 5px;
	text-decoration:line-through;
}
div.shopItemOldPriceExclVAT {
	font-size: 8pt;
	display: inline;
	margin-right: 5px;
	text-decoration:line-through;
}
div.shopItemPriceIncVAT {
	font-weight: bold;
}
div.shopItemPriceExclVAT {
	font-size: 8pt;
}
div.shopItemDescription {
}
div.shopItemClear {
	clear: both;
	margin-bottom: 10px;
}
/* STOCK */
                                                                                
div.shopStockOk {
	margin-top: 10px;
	color: #00AA00;
	text-indent: 10px;
}
div.shopStockCritical {
	margin-top: 10px;
	color: #EE0000;
	font-weight: bold;
	text-indent: 10px;
}
div.shopStockRestore {
	font-size: 8pt;
	text-indent: 10px;
}
/* ITEM BASKET ADD */

div.shopBasketAdd {
	text-align:right;
	margin-top:40px;
}
div.shopBasketAdd form {
	display: inline;
}
/* ITEM LIST */

div.shopListItem {
}
div.shopListImage {
	float: left;
}
img.shopListImage {
	margin-right: 10px;
}
div.shopListName {
	padding: 3px 0px 0px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4C3C2A;
	background-image: url(images/itemTitleBg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:25px;
}
div.shopListName a {
	color:#4C3C2A;
}
div.shopListDescription {
}
div.shopListPrice {
	margin-top: 10px;
	margin-left: 10px;
}
div.shopListOldPriceIncVAT {
	font-weight: bold;
	display: inline;
	margin-right: 5px;
	text-decoration:line-through;
}
div.shopListOldPriceExclVAT {
	font-size: 8pt;
	display: inline;
	margin-right: 5px;
	text-decoration:line-through;
}
div.shopListPriceIncVAT {
	font-weight: bold;
}
div.shopListPriceExclVAT {
	font-size: 8pt;
}
div.shopListClear {
	clear: both;
	margin-bottom: 10px;
}
/* BASKET */

div.shopBasketWrapper {
	text-align: center;
}
div.shopBasket {
	text-align: center;
	width: 520px;
	margin: 0px auto 10px auto;
	border: solid 1px #4C3C2A;
	clear: left;
	/*background-image: url(images/itemTitleBgGrad.gif);
	background-repeat: repeat-y;
	background-position: -300px 0px;*/
	float:right;
}
div.shopBasketRow {
	width: 520px;
	clear: both;
}
div.shopBasketNameTitle {
	margin-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 208px;
	font-weight: bold;
	border-bottom: solid 1px #4C3C2A;
}
div.shopBasketQtyTitle {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 102px;
	text-align: center;
	font-weight: bold;
	border: solid 1px #4C3C2A;
	border-top: none;
}
div.shopBasketPriceTitle {
	margin-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 208px;
	font-weight: bold;
	border-bottom: solid 1px #4C3C2A;
}
div.shopBasketName {
	margin-top: 5px;
	float: left;
	width: 208px;
	text-align: right;
	overflow: hidden;
}
div.shopBasketQty {
	margin-top: 5px;
	float: left;
	width: 104px;
	text-align: center;
}
div.shopBasketPrice {
	text-indent: 10px;
	margin-top: 5px;
	float: left;
	width: 104px;
	text-align: left;
}
div.shopBasketItemControls {
	margin-top: 5px;
	float: left;
	width: 104px;
	text-align: right;
	position: relative;
	right: 10px;
}
div.shopBasketEmpty {
	margin-top: 5px;
	float: left;
	width: 520px;
	text-align: center;
}
div.shopBasketTotalLabel {
	margin-top: 5px;
	float: left;
	width: 312px;
	text-align: right;
	font-weight: bold;
}
div.shopBasketTotal {
	text-indent: 10px;
	margin-top: 5px;
	float: left;
	width: 208px;
	text-align: left;
}
div.shopBasketControls {
	margin-top: 5px;
	float: right;
	/*width: 520px;*/
	text-align: center;
}
div.shopBasketClear {
	clear: both;
	height: 5px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
/* SHOP BUTTONS */

form.shopButton {
	display: inline;
}
form.shopButton input {
	font-size: 10pt;
	background-color: #f7c11e;
	color: #4C3C2A;
	border: 1px solid #4C3C2A;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	/*background-image: url(images/itemTitleBgGrad.gif);*/
	height: 25px;
	cursor: pointer;
}
form.shopButton label {
	margin-right: 5px;
}
/*
  shopButtonAddToBasket
  shopButtonEmptyBasket
  shopButtonCheckout
  shopButtonBuyNow
  shopButtonToPaymentServer
*/

/* MESSAGES */

div.shopMessage {
	text-align: center;
	font-weight: bold;
}
div.shopMessage h1 {
	text-align: left;
}
div.shopMessageRedirect {
	margin-top: 10px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
/* FORM EXTRAS */

form.shopForm {
	clear: both;
	margin: 0px 0px 15px 0px;
}
form.shopForm input {
	background-color: #FFFFFF;
	color: #4C3C2A;
	border: solid 1px #4C3C2A;
	clear: both;
}
div.shopFormProblem {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 3px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	text-align: center;
}
div.shopFormProblemLabel {
	float: left;
	margin-left: 10px;
	color: #FF0000;
	font-weight: bold;
}
div.shopFormInfo {
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
	color: #4C3C2A;
	font-size: 8pt;
	background-image: url(images/itemTitleBgGrad.gif);
	background-repeat: repeat-y;
	background-position: -250px 0px;
}
div.shopFormSection {
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	color: #4C3C2A;
	clear: left;
	background-image: url(images/itemTitleBgGrad.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
form.shopForm label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 5px;
}
div.shopFormStaticField {
	display: block;
	margin-left: 205px;
	font-weight: bold;
}
div.shopFormRow {
	clear: both;
	height: 25px;
}
div.shopFormRow input {
	float: left;
	clear: right;
}
div.shopFormControls {
	clear: left;
	margin: 10px 0px 0px 0px;
}
div.shopFormControls input {
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #4C3C2A;
	border: solid 1px #F7921E;
	margin-left: 205px;
	margin-right: 2px;
	padding: 3px;
	background-image: url(images/itemTitleBgGrad.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
/* RELATED ITEMS */

div.shopRelatedItems {
}
div.shopRelatedItemsTitle {
 	float: left;
	padding: 3px 0px 3px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4C3C2A;
	background-image: url(images/itemTitleBg.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: top left;
}
div.shopRelatedItem {
	float: left;
	width: 100px;
	margin-right: 10px;
}
div.shopRelatedItem a{
	text-decoration: none;
}

div.shopRelatedItem img {
	border: 0px;
	clear: right;
}
div.shopRelatedItemName {
	font-size: 8pt;
	margin-bottom: 10px;
	text-align: center;
	text-decoration:underline;
}
div.shopRelatedItemName strong {
	text-decoration:none;
}
/* MISC */
                                                                                
div.sandbox_alert {
	background-color: #4C3C2A;
	color: #FF0000;
	padding: 4px;
}
div.sandbox_alert h1 {
	background-color: #FF0000;
	color: #4C3C2A;
	margin: 0px 0px 4px 0px;
	padding: 4px;
	border: 0px;
}
