/* CONFIG */
div#body
{
	padding-left: 20px;
	padding-right: 19px;
	border-left: 1px solid #730831;
	border-right: 1px solid #730831;
	background-image: url(/shop/images/background.gif);
	background-repeat: no-repeat;
}
div#breadcrumb
{
	padding-bottom: 7px;
}
span#breadcrumbText
{
	color: #B16F7D;
	line-height: 11px;
}

/* Menu bar */
div#theShop
{
	padding-top: 4px;
}
table#shopTable
{
	width: 708px;
}

div#shopFooterLinks
{
	text-align: center;
	padding: 6px;
	color: #B16F7D;
}

input#searchBox
{
	border: 1px solid #730831;
	width: 89px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #730831;
}
div#submitChevron
{
	line-height: 20px;
	text-align: right;
	padding-right: 6px;
}
td#shopMain
{
	padding-top: 6px;
}
div#productMenu
{
	height: 206px;
}
div.menuItem
{
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}
div.menuItemSelected
{
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url("/shop/images/pointer.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 11px;
}
div.menuSubItem
{
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
}
a.menuSubItem
{
}
a.menuSubItemSelected
{
	text-decoration: underline;
}
a.menuSubItem:hover
{
}

div#shoppingBag
{
	background-image: url("/shop/images/shoppingbag.gif");
	background-repeat: no-repeat;
	height: 109px;
	width: 99px;
}

/* /Menu Bar */


/* Main Page */
td#productSpace
{
	background-image: url(/shop/images/backgroundProduct.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
span#clickMessage
{
	line-height: 18px;
	color: #B16F7D;
}
span#productPrice
{
	font-size: 14px;
	font-weight: bold;
}
div#productPriceSoldOutSpace
{
	padding-bottom: 8px;
}
span#productPriceSoldOut
{
	font-size: 14px;
	font-weight: bold;
}
img.ptGalleryMainPic
{
	height: 218px;
	width: 218px;
}
img.ptGalleryPic
{
	height: 70px;
	width: 70px;
}
div.productGalleryImage
{
	 border: 1px solid #730831;
	 height: 218px;
	 width: 218px;
}
div#subGalleryBar div.productGalleryImage
{
	 border: 1px solid #730831;
	 height: 70px;
	 width: 70px;
}
div#subGalleryBar div.productGalleryImageNoBorder
{
	 border: 1px solid white;
	 height: 70px;
	 width: 70px;
}
div.productGalleryScrollerFirst
{
	margin-left: 1px;
	border: 1px solid #B16F7D;
	margin-right: 3px;
}
div.productGalleryScrollerFirstSelected
{
	margin-left: 1px;
	border: 1px solid #730831;
	margin-right: 3px;
}
div.productGalleryScroller
{
	margin-left: 3px;
	border: 1px solid #B16F7D;
	margin-right: 3px;
}
div.productGalleryScrollerSelected
{
	margin-left: 3px;
	border: 1px solid #730831;
	margin-right: 3px;
}
img.productSelected
{
	height: 72px;
	width: 72px;
	cursor: pointer;
}
img.productUnSelected
{
	height: 68px;
	width: 68px;
	cursor: default;
}
select
{
	border: 1px solid #730831;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #730831;
	overflow:hidden;
}
option
{
	overflow:hidden;
}
div#addProductToBasket
{
	padding-top: 8px;
}
div#ATSB
{
	padding-top: 10px;
}
span#ATSBMessage
{
	line-height: 16px;
}
div#IISB
{
	padding-top: 20px;
}
table#ATSBButton
{
	border: 1px solid #730831;
	background-color: #E3D0D6;
	cursor: pointer;
}
table#ATSBButton td {
	padding: 2px;	
}
div#emailAFriend
{
	text-align: right;
	padding-right: 5px;
}
span#notThisPrice
{
	font-size: 11px;
	text-decoration: line-through;
	color: gray;
}
div#purchaseInstruction
{
	padding-bottom: 6px;
	font-weight: bold;
}
/* /Main Page */

/* Category Template*/
div#clothingText
{
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #730831;
	border-left: 1px solid #730831;
}
div#accessoriesText
{
	padding-left: 5px;
	padding-right: 5px;
}
div#homewareText
{
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #730831;
	border-left: 1px solid #730831;
}
div#InventorySelectors
{
	padding: 0px;
}
div.InventorySelector
{

}

/* Non JavaScript Product Template */
div#noJavaScriptTemplate
{
	width: 603px;
	display: block;
}
div#noJavaScriptDisclaimer
{
	padding-top: 40px;
	padding-left: 60px;
}
div#noJavaScriptProductMessage
{
	padding-top: 10px;
	padding-left: 10px;
}
div#noJavaScriptProductList
{
	padding-top: 10px;
	padding-left: 10px;
}

/* Product Template */
div#productTemplate
{
	width: 603px;
	display: none;
}
td#productTemplateBar
{
	border-top: 1px dashed #B16F7D;
	width: 603px;
}
div#productDetailsSpace
{
	padding-left: 8px;
	border-right: 1px solid #E3D0D6;
	height: 290px;
	overflow: hidden;
}
div#productNameSpace
{
	background-color: #E3D0D6;
	padding-left: 8px;
	line-height: 22px;
	height: 22px;
}
span#visibleProductId
{
	color: #E3D0D6;
	font-size: 8px;
	line-height: 22px;
	font-weight: bold;
}
span#productName
{
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}
span#productCode
{
	color: #B16F7D;
	line-height: 18px;
}
div#featuresSpace
{
	height: 130px;
	overflow: hidden;
	padding-right: 6px;
	border-bottom: 1px dashed #B16F7D;
}
div#FeatureListDescription
{

}
div.featureList
{
	padding-top: 8px;
	padding-left: 1px;
}
div.featureList ul
{
	padding-left: 15px;
	margin: 0px;
}
div#subGalleryBar
{
	padding-top: 2px;
	width: 218px;
}
td#productListTD
{
	height: 79px;
	padding-top:4px;
	width: 603px;
}
div#productListBar
{
	width: 603px;
	overflow: hidden;
}
div#prevNextScrollBar
{
	text-align: right;
}
span#scroller
{
	color: #B16F7D;
}
div#ATSB
{
	padding-right: 6px;
}
/* EMAIL A FRIEND */
div#emailAFriendTitleBlock
{
	padding-top: 12px;
	text-align: center;
	padding-bottom: 12px;
}
span#emailAFriendTitle
{
	font-size: 14px;
	font-weight: bold;
}
div#emailAFriendSpace
{
	display: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #E3D0D6;
	height: 290px;
}
div#Done
{
	text-align: right;
}
input#doneButton
{
	color: #730831;
	font-size: 11px;
}
div.emailDisclaimerBlock
{

}
span.emailDisclaimer
{
	font-style: italic;
}
span.Required
{
	color: red;
}
div#mailingListBlock
{
	padding-top: 6px;
}
span#mailingList
{
	font-weight: bold;
	line-height: 28px;
}
input.emailafriend
{
	border: 1px solid #730831;
	width: 190px;
	font-size: 10px;
	color: #730831;
	line-height: 12px;
}
div#emailAFriendBackBlock
{
	padding-top: 12px;
	text-align: center;
}
div#emailafriendReport
{
	border-left: 1px solid #730831;
	border-right: 1px solid #730831;
	padding: 20px;
	text-align: left;
}

/* SPLASH PAGES */
tr#productSplash {
	height: 292px;
}
div#splashHoliday {	
	margin: auto;
	text-align: center;
	width: 280px;
}

/* FLOWER BUTTERFLY */
div#flowerbutterfly
{
	position: relative;
	top: -247px;
	left: 110px;
}

/* SEARCH RESULTS */
div#searchResultsBackground
{
	background-color: white;
	background-image: url(/shop/images/backgroundSearch.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#SRTitle
{
	font-size: 14px;
	text-align: center;
	padding-bottom: 14px;
}
span.tableheading
{
	font-weight: bold;
}
td.SRthumb
{
	width: 70px;
	height: 70px;
}
td.SRthumb img {
	border: 1px solid #B16F7D;
}
td.SRthumb a {
	display: block;
	height: 70px;
	width: 70px;
}
a.SRcategory
{
	line-height: 100%;
}
span.SRcode
{
	font-size: 10px;
}
a.SRname
{
	font-size: 14px;
	font-weight: bold;
	color: #730831;
}
span.SRprice
{
	font-size: 12px;
	font-weight: bold;
}
span.SRnotThisPrice
{
	font-size: 11px;
	text-decoration: line-through;
	color: gray;
}
span#productReductionName
{
	line-height: 100%;
	font-weight: bold;
	color: #E82128;
}
span#productReductionEnds
{
	line-height: 100%;
	color: #E82128;
}

/* SHOPPING BAG */
a.SBdarkLink
{
	color: #730831;
	font-size: 11px;
}
span.SBrow
{
	font-size: 11px;
}
div#shoppingBagBlock
{
	height: 390px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
}
span.basketHeader
{
	font-weight: bold;
	font-size: 11px;
}
div.SBIndent
{
	padding-left: 0px;
}
div#shoppingBagBackground
{
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom right;
}
span.COnotThisPrice
{
	text-decoration: line-through;
	color: red;
}
span#basketGrandTotalText
{
	font-weight: bold;
	font-size: 12px;
}
span#basketEstimatedTotalText
{
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
span#postageTotal
{
	font-size: 11px;
}
span#postageTotalText
{
	font-size: 11px;
}
td#postageTotalTD
{
	border-top: 1px dashed #B16F7D;
}
td.basketGrandTotalTD
{
	border-top: 1px solid #B16F7D;
	border-bottom: double #B16F7D;
	font-weight: bold;
	font-size: 12px;
}
span#basketVATText
{
	font-style: italic;
	font-size: 11px;
}
span.basketProductDetails
{
	color: #B16F7D;
	font-style: italic;
}
td.basketProductTotal
{
	/*
	padding-right: 12px;
	*/
}
td.basketSubTotal
{
	/*
	border-left: 1px dotted #B16F7D;
	border-right: 1px dotted #B16F7D;
	*/
}
td.basketSTTop
{
	/*
	border-top:1px dotted #B16F7D;
	*/
}
div#CommerceSandbox
{
	text-align: center;
}
div#CommerceReal
{
	text-align: center;
}
div#Commerce
{
	text-align: center;
	display: none;
}
table#PaySandbox
{
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted gray;
}
table#Pay
{
	margin-left: auto;
	margin-right: auto;
}
div#PreferredMessageDiv
{
	font-style: italic;
	font-size: 12px;
}
div#PreferredMessage
{
	padding-top: 12px;
	text-align: center;
}
span#OrMessage
{
	font-size: 12px;
}
div#WhereDidYouHear
{
	padding-top: 12px;
	text-align: center;
}
div#AcceptTerms
{
	padding-top: 12px;
	text-align: center;
}
input#tandcconfirm
{
	position: relative;
	top: 2px;
}
div#noResults
{
	padding-top: 18px;
}
div#NonUKDelivery
{
	padding-top: 6px;
	padding-bottom: 12px;
}

div#NonUKDelivery span
{
	font-style: italic;
}