﻿/***************************
 * Common
 ***************************/

.TableHeader
{
	background-color: #d7ccb4;
	border-top: solid 1px #c2b9a4;
	border-left: solid 1px #c2b9a4;
	border-right: solid 1px #c2b9a4;
	padding: 12px;
	font-weight: bold;
	font-size: 1.3em;
}

.ValidationSummary
{
	border: solid 1px #cc0000;
	padding: 10px 14px 10px 10px;
	font-weight:bold;
	background-color: #fcf5f5;
	margin: 20px 0;
}

.NoteMessage
{
	border: 2px solid #999999;
	background-color: #f4f4f4;
	padding: 10px 16px;
	font-weight: bold;
	color: #444444;
}

/***************************
 * Landing page
 ***************************/

.CategoriesTable
{
	width: 100%;
	border-top: solid 1px #c2b9a4;
	border-right: solid 1px #c2b9a4;
}

.CategoriesTable td
{
	width: 50%;
	padding: 15px 12px 13px 24px;
	background-image: url(/Img/content_li_bg.gif);
	background-repeat: no-repeat;
	background-position: 12px 1.5em;
	border-bottom: solid 1px #c2b9a4;
	border-left: solid 1px #c2b9a4;
}

.CategoriesTable td.Empty
{
	background-image: none;
}

.CategoriesTable td a
{
	font-weight: bold;
	text-decoration: none;
}

.CategoriesTable td a:Hover
{
	text-decoration: underline;
}

/***************************
 * Category / Product page
 ***************************/

.MinimumOrderMessage
{
	padding-bottom: 12px;
	font-weight: bold;
}

.ProductHolder
{
	border: solid 1px #c2b9a4;
	padding: 10px 14px 10px 10px;
	margin-bottom: 20px;
}

.ProductImageHolder
{
	border: solid 1px #c2b9a4;
	padding: 1px;
	float: left;
}

.ProductDetailsHolder
{
	float: right;
	width: 408px;
}

.ProductTitle
{
	float: left;
	padding: 10px 10px 10px 13px;
	background-image: url(/Img/ShopBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	font-weight: bold;
}

.ProductTitle a
{
	color: #005395;
	text-decoration: none;
}

.ProductTitle a:Hover
{
	text-decoration: underline;
}

.ProductTitle .OutOfStockMessage
{
	font-weight: normal;
	font-size: 0.9em;
	color: #ed1c24;
}

.ProductPrice
{
	float: right;
	padding: 10px 0px;
	color: #ba9c5c;
	font-weight: bold;
	font-size: 1.1em;
}

.ProductDescription
{
	clear: both;
	font-size: 0.9em;
}

.BuyTools
{
	padding-top: 18px;
}

.BuyToolsProductPage
{
	border-top: solid 1px #ffd6a2;
	margin-top: 24px;
	padding-top: 10px;
}

.AddToCartButton
{
	float: right;
}

.AddToCartButton input
{
	margin:4px 0px;
}

.QuantityInput
{
	float: right;
	padding-right: 9px;
	font-size: 0.8em;
}

.QuantityBox
{
	margin-top: 4px;
	width: 59px;
	border: solid 1px #7f9db9;
	padding: 3px;
}

.QuantityBoxInvalid
{
	margin-top: 4px;
	width: 59px;
	border: solid 1px #cc0000;
	padding: 3px;
	background-color: #fcf5f5;
}

.BackToCategoryLink
{
	padding-left: 16px;
	background-image: url(/Img/ShopBulletBack.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

.BackToCategoryLink a
{
	font-weight: bold;
	text-decoration: none;
}

.BackToCategoryLink a:Hover
{
	text-decoration: underline;
}

/***************************
 * Shopping Cart page
 ***************************/

.CartTable
{
	width: 100%;
	border: solid 1px #c2b9a4;
}

.CartTable thead td
{
	padding: 8px 8px 4px 12px;
	font-size: 0.8em;
}

.CartTable tbody td
{
	padding: 4px 8px 4px 12px;
	border-top: solid 1px #c2b9a4;
}

.CartTable tbody td.CartPriceCell
{
	text-align: right;
	color: #ba9c5c;
	font-weight: bold;
}

.CartTable tbody td.CartPriceCell span
{
	color:#000000;
	font-size:0.8em;
	font-weight:normal;
}

.CartTable tbody td.TotalCell
{
	text-align: right;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: solid 1px #c2b9a4;
}

.CartTable tbody td.TotalCell span.CartPrice
{
	color: #ba9c5c;
}

.CartTable tbody td.ShopDiscountCell
{
	background-color:#eeeade;	
	padding: 5px;
	border-top: solid 1px #c2b9a4;
	font-size:0.9em;
}

.CartTable tbody td.ShopDiscountCell p
{
	float:left;
}

.CartTable tbody td.ShopDiscountCell ul
{
	float:left;
	margin:0px 10px;
	padding:0px;
}


.CartTable tbody td.ShopDiscountCell ul li
{
	padding:3px 12px;
}

.CartTable tbody td.ButtonCell
{
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: solid 1px #c2b9a4;
}

.CartImage img
{
	border: solid 1px #ffd6a2 !important;
	padding: 1px;
}

/***************************
 * Checkout page
 ***************************/

.OrderTable
{
	width: 100%;
	border: solid 1px #c2b9a4;
	padding-top:10px;
}

.OrderTable tbody td,
.OrderTable tbody th
{
	padding: 4px 0px 4px 4px;
	vertical-align: top;
}

.OrderTable tbody td.OrderSubheading
{
	padding: 18px 0px 12px 12px;
	font-weight: bold;
	font-size: 1.1;
}

.OrderTable tbody th
{
	text-align: left;
	font-weight: normal;
	padding: 4px 0px 4px 12px;
	width: 30%;
}

.OrderTable tbody th .MandatoryIndicator, .OrderTable tbody td .MandatoryIndicator 
{
	float:right;
	font-size:1.2em;
	height:0.8em;
	overflow:hidden;
	color: #FF0000;
	font-weight: normal;
}

.MandatoryIndicatorHint
{
}

.MandatoryIndicatorHint .MandatoryIndicator
{
	font-size: 1.2em;
	color: #FF0000;
}

.OrderTable input.TextBox,
.OrderTable select,
.OrderTable textarea
{
	width: 340px;
    background-color: #f6f6f6;
    border: 1px solid #c2b9a4;
    padding: 3px;
	width: 340px;
}

.WideButton
{
	width:180px;
}

table.OrderTable td #Results
{
	border-left: 1px solid #7B9EBD;
	border-right: 1px solid #7B9EBD;
	border-bottom: 1px solid #7B9EBD;
	width: 220px;
	position: absolute;
	font-family: verdana;
	font-size: 11px;
	display: none;
}

*:first-child + html table.OrderTable td #Results
{
	width: 212px;
	margin-top: -1px;
}

* html table.OrderTable td #Results
{
	width: 212px;
	margin-top: -1px;
}

table.OrderTable td #Results div.TownResult
{
	padding: 2px 3px;
	cursor: default;
	background-color: #FFF;
}

table.OrderTable td #Results div.Selected
{
	background-color: #F9E6C6;
}

.SubmitButtonCell
{
	position: relative;
}

.SubmitButtonOverlay
{
	position: absolute; 
	z-index: 10; 
	width: 100%; 
	height: 40px; 
	background-color: #ffffff; 
	opacity:0.3; 
	filter:alpha(opacity=40);
}

.Disabled
{
	cursor:default;
}

.InvalidCartProducts
{
	border:1px solid #c7e0ed;
	color:#000000;
	font-weight:normal;
}

.InvalidCartProducts th
{
	background-color:#eaf4f8;
	border:1px solid #c7e0ed;
	text-align:left;
	width:50%;
}

.InvalidCartProducts td
{
	background-color:#ffffff;
	border-right:1px solid #c7e0ed;
}

/***************************
 * Cart panel
 ***************************/

.CartPanel
{
	border: 1px solid #c2b9a4;
	margin-bottom: 12px;
	font-size:0.9em;
}

.CartPanelTop
{
	background:#d7ccb4 url('/Img/Cart.png') no-repeat 95% 0.5em;
	border-bottom:1px solid #c2b9a4;
	font-size:1.25em;
	font-weight:bold;
    padding:6px 13px;
}

.CartPanelContents
{
	padding:6px 13px;
}

.CartPanelContents div
{
	color: #666666;
}

.CartPanelButtonsInner
{
	border: solid 1px #d7ccb4;
	background-color: #d7ccb4;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 1px;
}

.CartPanelButtonsInner .Button
{
	color:#ffffff;
	display:inline-block;
	height:17px;
	margin: 3px 0px;
	padding:3px 18px 0 4px;
	text-decoration:none !important;
}

.CartPanelButtonsInner .Button:first-child
{
	margin-right:3px;
}

.DownloadPanelContents h3
{
	font-size:1em;
}

.DownloadPanelTop
{
	background-color:#d7ccb4;
	border-bottom:1px solid #c2b9a4;
	font-size:1.25em;
	font-weight:bold;
    padding:6px 13px;
}

.DownloadPanelContents
{
	padding:6px 13px;
}

.DownloadFormLink
{
	display:block;
	padding-left:22px;
	background-image: url('/Img/IconPDF.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

.DownloadFileSize
{
	display:block;
	float:left;
	padding:3px 0px 3px 22px;
	color:#999999;
	font-size:0.8em;
}