/*Small Product Image in the Product Category Page*/
/****************************************************************************************************/
/* This document details the layout for the category and product templates, and the specific pages. */
/****************************************************************************************************/
#bodyText .productSmall {
	float: right;
	margin-left: 1em;
	border: none;
}
#bodyText .productSpecials {
	float: right;
	margin-left: 1em;
	border: #6A86A4 medium solid;
}

#highlightColour {
	color: red;
}

/* Links to products on category pages */
.productLink, .productLinkPale{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
}
.productLinkPale {
	color: #748FAC;
}
.productLink {
	color: #254996;
}

/* Ensure description and "Customise Jewellery" are on right */
#bodyText #customiseJewellery {
	clear: right;
}

/* Large Picture Image on left in the Products Page*/
#bodyText #pictureOfProduct {
	float: right;
	margin-right: 30px;
	margin-bottom: 1em;
	border: thick solid #6A86A4;
}

#bodyText #otherPictureOfProduct { /* for second images */
	border: thick solid #6A86A4;
	margin: 1em;
}

/*Small Product Spec Table in the Products Page */	
#bodyText #productSpec {
	margin-bottom: 1em;
	float: left;
	margin-left: 0;
	border: thin solid #6A86A4;
	color: blue;
	margin-right: 25px;
}
#bodyText #productSpec td, th {
	border: none;
	margin: 0;
}
/* Design of Add to Basket Button */
#buttonAddBasket {
	background-image: url(../Images/Buttons/addToBasket.gif);
	background-repeat:no-repeat;
	background-color: #E0E0E0;
	height: 50px;
	width: 120px;
	border: medium outset #6A86A4;
	float: right;
	margin-right: 150px;
}

/*Table Data Cell Design*/
#bodyText #categoryTable td {
	vertical-align: top;
	border:#6A86A4 solid thin;
	padding:1em;
}

.productReference {
	display:none;
}

