﻿/* COLORS

#104571 - seperator HR
#5a68c0 - button hover
#eeedc3 - button background
#f2f1ae - alternate row colour
*/

html
{
	background-image: url('Images/DeepSeaGradient.gif');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #103e62;
}
body
{
	font-family: Arial ,Sans-Serif;
	font-size: 0.75em;
	color: Black;
	margin: 0 auto;
}

img
{
	border-width: 0px;
	margin: 0;
	padding: 0;
}

h1
{
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: bolder;
	color: #1061ae;
}

h2
{
	background-color: #103e62;
	padding: 0.5em 0 0.25em 0;
	color: White;
	font-weight: Bold;
	font-size: 1.25em;
	font-family: Arial;
	margin: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 22px;
	background-image: url('Images/H2Bullet.gif');
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 1em;
	clear: both;
}

h3
{
	font-weight: bold;
	margin: 0;
	color: #104571;
	margin-left: 0.5em;
	padding-left: 0.75em;
	margin-top: 0.25em;
	background-image: url('Images/H2Gradient.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
	clear: both;
}

h4
{
	font-weight: bold;
	margin: 0;
	color: #002c53;
}



p
{
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding-bottom: 0;
}

hr
{
	background-color: #103e62;
	padding: 0.5em 0 0.25em 0;
	margin-top: 0.5em !important;
}

a:link, a:visited
{
	text-decoration: none;
	color: #012b51;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #055aa1;
}


/**********************
* Layout
**********************/


#Floater
{
	border-collapse: collapse;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#Menu
{
	background-image: url('images/YellowGlass.gif');
	background-position: left center;
	background-repeat: repeat-x;
	clear: both;
	height: 44px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}

#MenuBand
{
	padding-top: auto;
	padding-left: 0.5em;
	height: 100%;
	background-image: url('Images/SilverGlass.gif') !important;
	background-position: left center;
	background-repeat: repeat-x;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#titlePanel
{
	clear: both;
}


#Master
{
	position: relative;
	width: 960px;
	margin: auto;
	background-color: White;
}

#contentPanel
{
	min-height:400px;
	margin: 0;
	border: 0;
	padding: 0;
	clear: both;
}

#Panel1t
{
	float: left;
	padding-left: 0.5em;
	background-color: White;
}

#Panel2t
{
	padding-top: 0.5em;
	padding-right: 0.5em;
	float: right;
	max-width: 710px;
	border-left: solid 1px Silver;
}

#Panel3t
{
	padding-left: 0.5em;
	text-align: center;
}



/************* RETAIL PANEL CONTROLS ******************************/
#RetailContentContainer
{
	width: 710px;
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#ProductRetailContainer
{
}

#ViewDepartmentRetailContainer
{
}


#ViewDepartmentsRetailContainer
{
	padding: 0;
	margin: 0;
}

#ViewManufacturersRetailContainer
{
}


#ProductSearchResultsSection
{
}


#ProductFooterLinks
{
	border-top: solid 1px gray;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	width: 702px;
	float: right;
}



.ShoppingBasketPanelRetailContainer
{
	position: absolute;
	top: 0px;
	right: 2px;
	padding:0;
	margin:0;
	width:265px;
}

	/**************** SHOPPING BASKET PANEL ***********************/
.ShoppingBasketPanelRetailContainer:hover .DetailsPanel
{
	
}

.ShoppingBasketPanelRetailContainer .DetailsPanel
{
	position:relative;
	border:solid 1px Silver;
	padding:5px;
	background-color:White;
	
}

.ShoppingBasketPanelRetailContainer .DetailsPanel a
{
	color:Black;
	text-decoration:none;
}

.ShoppingBasketPanelRetailContainer .DetailsPanel .Items
{
	float:left;
}
.ShoppingBasketPanelRetailContainer .DetailsPanel .Items .Label
{
	color:Gray;
}


.ShoppingBasketPanelRetailContainer .DetailsPanel .ViewBasket
{
	clear:left;
	float:left;
}


.ShoppingBasketPanelRetailContainer .DetailsPanel .CheckoutLink
{
	clear:both;
	float:right;
	margin:0;
	padding:0;
	padding-top:5px;
}
.ShoppingBasketPanelRetailContainer .DetailsPanel .CheckoutLink .Checkout
{
	margin:0;
	padding:0;
	background-image: url('Images/checkout_small.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	width: 103px !important;
	height: 23px !important;
	overflow: hidden;
	cursor: pointer;
}

.ShoppingBasketPanelRetailContainer .TitleBar
{
	position:relative;
	background-image: url('Images/SilverGlass.gif') !important;
	background-position: left center;
	background-repeat: repeat-x;
	padding:5px;
}

.ShoppingBasketPanelRetailContainer .TitleBar .Icon
{
	position:relative;
	background-image: url('Images/Basket.gif') !important;
	width:16px;
	height:16px;
	display:block;
	padding:0;
	margin:0;
	float:left;
	margin-left:-2px;
	margin-top:-1px;
	margin-right:3px;
}



.ShoppingBasketPanelRetailContainer .TitleBar .Title
{
	color:Black;
	font-weight:bold;
	font-size:0.8em;
}

.ShoppingBasketPanelRetailContainer .TitleBar .MyAccount
{
	font-size:0.8em;
	float:right;
}

.ShoppingBasketPanelRetailContainer .TitleBar .MyAccount a
{
	color:Black;
}

/************* END RETAIL PANEL CONTROLS **********************/

#Footer
{
	clear: both;
	background-image: url('images/YellowGlass.gif');
	background-position: left center;
	background-repeat: repeat-x;
	height: 44px;
	vertical-align: middle;
	width: 100%;
}


#FooterBand
{
	font-size: 0.8em;
	vertical-align: middle;
	padding-left: 0.5em;
	height: 100%;
	background-image: url('Images/SilverGlass.gif') !important;
	background-position: left center;
	background-repeat: repeat-x;
	margin-left: 0.5em;
	margin-right: 0.5em;
}


/*****************************
* MENU
******************************/

/* For menu items */
.inlineMenu
{
	text-align: center;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.inlineMenu ul
{
	width: 100%;
	margin-top: 0;
}
.inlineMenu li
{
	display: inline;
	border-left: solid 1px White;
	padding: 0 0.25em 0 0.25em;
}

.inlineMenu li.first
{
	display: inline;
	border-left: none;
}

.inlineMenu a, .inlineMenu a:visited
{
}

.inlineMenu a:hover
{
}

.Title
{
	font-weight: 200;
	font-size: 1.5em;
	margin: 0;
	margin-bottom: 0.25em;
	margin-left:0.25em;
	color: #104571;
}

.SubTitle
{
	font-weight: 200;
	font-size: 1.0em;
	margin: 0;
	margin-bottom: 0.25em;
	color: #104571;
}

.Description
{
	float: left;
	font-size: 1.2em;
	margin: 0.5em;
}


.BackButton
{
	background-image: url('images/Back.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	cursor: pointer;
}


.CheckoutBackLink
{
	background-image: url('images/Back.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px !important;
	cursor: pointer;
}



.ForwardButton, .CreateUserLink
{
	background-image: url('images/BulletPoint1.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	cursor: pointer;
}

.BasketEmpty
{
	font-size: 1.5em;
	width: 100%;
	margin: 2em;
	text-align: center;
}

/*****************************
* Lists
******************************/
ul.ButtonList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
}

ul.ButtonList li
{
	margin-bottom: 2px;
}

ul.ButtonList li a
{
	background-image: url('images/ButtonLarge.gif');
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 220px;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 10px;
	line-height: 35px;
	text-decoration: none;
}

ul.ImageList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

ul.ImageList li
{
	margin-bottom: 2px;
}

ul.ImageList li a
{
	text-decoration: none;
}


/*****************************
* Big link images
******************************/
.LinkImage
{
	padding: 0 5px 0 5px;
}

.FullWidthTable
{
	clear: both;
}

/*****************************
* Messages
******************************/


.SuccessMessage
{
	color: White;
	font-weight: bold;
	background-color: #10A110;
	padding: 1em 1em 1em 1em;
	border: ridge 2px #076707;
	padding-left: 48px;
	background-image: url('Images/success.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

.SuccessMessage a
{
	color: White;
}

.ValidationError
{
	color: White;
	font-weight: bold;
	background-color: #C11010;
	padding: 1em 1em 1em 1em;
	border: ridge 2px Maroon;
	padding-left: 48px;
	background-image: url('Images/failure.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

.FailureMessage
{
	color: White;
	font-weight: bold;
	background-color: #C11010;
	padding: 1em 1em 1em 1em;
	border: ridge 2px Maroon;
	padding-left: 48px;
	background-image: url('Images/failure.gif');
	background-position: left center;
	background-repeat: no-repeat;
}




.FailureMessageText
{
	width:100%;
	color: #C11010;
	font-weight: bold;
}



.FailureMessage a
{
	color: White;
}

.WarningMessage
{
	color: Black;
	font-weight: bold;
	background-color: #feaa26;
	padding: 1em 1em 1em 1em;
	border: ridge 2px #945b02;
	padding-left: 48px;
	background-image: url('Images/warning.gif');
	background-position: left center;
	background-repeat: no-repeat;
}


.WarningMessage a
{
	color: Black;
}

.WarningMessage table
{
	border-collapse:collapse;
	margin:1em;
}

.WarningMessage table tr td
{
	border:solid 1px black;
	border-left:0;
	border-right:0;
	padding:0.25em;
}

.WarningMessage table tr th
{
	font-weight:bolder;
	border:solid 1px black;
	border-left:0;
	border-right:0;
	padding:0.25em;
}


/*****************************
* Grid Views
******************************/

.StandardGridView
{
	border: solid 1px Silver;
	border-collapse: collapse;
	margin-top: 1em;
	background-color: #ccecf4;
}

.StandardGridView tr td
{
	border: solid 1px Silver;
	padding-left: 1em;
	padding-right: 1em;
}

.StandardGridView tr th
{
	border: solid 1px Silver;
	padding-left: 1em;
	padding-right: 1em;
}



.StandardGridViewSmall
{
	font-size:0.8em;
	border: solid 1px Silver;
	border-collapse: collapse;
	margin-top: 1em;
	background-color: #ccecf4;
}

.StandardGridViewSmall tr td
{
	border: solid 1px Silver;
	padding-left: 1em;
	padding-right: 1em;
}

.StandardGridViewSmall tr th
{
	border: solid 1px Silver;
	padding-left: 1em;
	padding-right: 1em;
}


.StandardRow td
{
	background-color: #ccecf4;
	border: solid 1px Silver;
}


.AlternateRow td
{
	background-color: #f2f1ae;
	color: #071836;
	border: solid 1px Silver;
}

/******************************************************************************************/
/* Cms Administration */
/******************************************************************************************/
div.AdminBanner
{
	width: 100%;
	clear: both;
}

.AdminBannerContents
{
}

.AdminContentPaneSurround
{
	border: dashed 1px Navy;
	padding: 0;
}

.AdminContentPaneName
{
	color: Red;
}

.AdminOptionsTable
{
	border: solid 1px Navy;
	width: 100%;
	margin-bottom: 0.5em;
}

.AdminOptionsTable tr td
{
	padding: 0.5em 1em 0.5em 1em;
}

.AdminInsertModule tr td
{
	padding: 0em 0em 0em 0em;
}

.AdminInsertModule tr th
{
	text-align: left;
	font-weight: bold;
}

.AdminPreviewPage tr td
{
	padding: 0em 0em 0em 0em;
}

.AdminPreviewPage tr th
{
	text-align: left;
	font-weight: bold;
}

.AdminMovePageInMenu
{
	margin: 0 0 0 0;
	text-align: center;
}

.AdminMovePageInMenu tr td
{
	padding: 0 0 0 0;
}

.AdminEditLinkSection
{
	clear: both;
	width: 15em;
	text-align: left;
}





/* For menu items */
.AdminActionsMenu
{
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0.5em;
}

.AdminActionsMenu ul
{
	width: 100%;
	margin-top: 0;
}
.AdminActionsMenu li
{
	display: inline;
	padding: 0 0.25em 0 0.25em;
	background-image: url('images/BulletPoint1.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

.AdminActionsMenu li.first
{
	display: inline;
	border-left: none;
}

.AdminActionsMenu a, .AdminActionsMenu a:visited
{
}

.AdminActionsMenu a:hover
{
}


.AdminCloseButton
{
	color:White !important;
	float:right;
	margin-right:1em;
}

table.AdminTable
{
	width:100%;
}


table.AdminTable tr th
{
	width:15%;
	vertical-align:top;
	text-align:left;
}

.AdminAddImagesSection
{
	margin-top:1em;
}

.AdminAddAttributesSection
{
	margin-top:1em;
	width: 50%;
}

.AdminDepartmentsSection
{
	width:90%;
	margin-left:5%;
	border:solid 1px Silver;
	margin-top:1em;
}

/*******************************************/

table.DataEntry
{
	width: 95%;
}

table.DataEntry tr th
{
}


.ScrollableDiv
{
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	margin: 1em 0 1em 0;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
}


/****************** DEPARTMENT STYLES **************************/
#ViewDepartmentsContent
{
}
.DepartmentSection
{
	width: 690px;
	float: right;
	margin-right: 0.5em;
}


.DepartmentSubDepartments
{
	clear:both;
	margin:0;
	padding:0;
	
}

.DepartmentSubDepartmentBackToParent
{
	display:none;
	background-image: url('images/Back.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	cursor: pointer;
}

.SubDepartmentList
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.SubDepartmentSectionLabel
{
	font-weight: 200;
	font-size: 1.4em;
	margin: 0.5em;
	color: #104571;
}


.SubDepartmentItem
{
	position: relative;
	float: left;
	width: 160px;
	height: 175px;
	background-image: url('Images/ProductBackSmall.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0.5em;
	text-decoration: none !important;
	color: Black !important;
}


.SubDepartmentItemImageContainer
{
	position: absolute;
	width: 104px;
	height:104px;
	left: 28px;
	top: 30px;
	cursor:pointer;
}

img.SubDepartmentItemImage
{
	position: absolute;
	width: 104px;
	left: 0px;
	top: 0px;
	cursor:pointer;
}

.DepartmentSubDepartmentsLabel
{
	display:none;
	background-image: url('images/BulletPoint1.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #104571;
}

.SubDepartmentItemImageNoImage
{
	position: absolute;
	width: 104px;
	height:104px;
	left: 28px;
	top: 30px;
	background-image: url('Images/NoImage.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	cursor:pointer;
}

.SubDepartmentItemName
{
	position: absolute;
	left: 5px;
	top: 8px;
	font-weight: bold;
	font-size: 1.2em;
	height: 2.5em;
	width: 160px !important;
	overflow: hidden;
	text-decoration: none;
}

.SubDepartmentItemManufacturer
{
	position: absolute;
	right: 10px;
	top: 8px;
	display: none;
}

.SubDepartmentItemDescription
{
	position: absolute;
	right: 10px;
	top: 22%;
	width: 60%;
	height: 40px !important;
	overflow: hidden;
	color: #012b51;
	font-style: italic;
	display: none;
}

.SubDepartmentItemLink
{
	position: absolute;
	right: 8px;
	bottom: 5px;
	height: 35px !important;
	width: 55px !important;
	background-image: url('Images/NavigateTo.gif');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.SubDepartmentItemRRP
{
	position: absolute;
	left: 15px;
	bottom: 25px;
	display: none;
	text-decoration: none;
}

.SubDepartmentItemOurPrice
{
	position: absolute;
	left: 15px;
	bottom: 6px;
	color: red;
	font-weight: bold;
	display: none;
	text-decoration: none;
}




.TaxStatement
{
	clear: both;
	float: right;
	font-style: italic;
	font-size: 0.75em;
	padding: 1em;
	white-space: nowrap;
}
/***************************************************************/


.ClickListLabel
{
	font-size: 1.0em;
	font-weight: normal;
	margin: 0;
	color: #104571;
	margin-bottom: 0.5em;
	padding-left: 10px;
}

ul.ClickList
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 1em;
	margin-left:1.5em;
	list-style-type: none;
	padding-left: 10px;
	vertical-align: top;
}


ul.ClickList li
{
	background-image: url('images/BulletPoint1.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}


ul.ClickList li img
{
	vertical-align: middle;
	height:50px;
	margin-left:10px;
}

/****************** DEPARTMENT PRODUCTS STYLES **************************/

.DepartmentProductsSection
{
	border-top: solid 2px #104571;
	padding: 0;
	margin: 0;
	width: 700px; /*min-height:620px; /* this stops it jumping about when you have less products in list */
	float: right;
}

.DepartmentProductsLabel
{
	float: left;
	font-weight: 200;
	font-size: 1.4em;
	margin: 0;
	margin-bottom: 0.25em;
	color: #104571;
	display: none;
}

.DepartmentProductsSorting
{
	float: right;
	margin: 0.5em;
}

.DepartmentProductsList
{
	margin-bottom: 0.5em;
}

/***************************************************************/


/****************** PRODUCTS LIST ITEM STYLES **************************/
.ViewProductListRetailContainer
{
}

.ViewProductListRetailContainer .HeaderStrap
{
	padding:12px;
	background-color:#104571;
	color:White;
	vertical-align:middle;
	margin-bottom:8px;
	margin-top:5px;
}

.ViewProductListRetailContainer .ShowingCount
{
	float:left;
	width:33%;
	margin-top:3px;
}

.ViewProductListRetailContainer .Sorting
{
	float:left;
	width: 30%;
}

.ViewProductListRetailContainer .Sorting .SortLabel
{
	color:White;
}


.ViewProductListRetailContainer .Sorting .ShowingFilterClear
{

}

.ViewProductListRetailContainer .Paging
{
	float:right;
}

.ViewProductListRetailContainer .Paging .PagingLabel
{
	margin-right:8px;
}




.ProductListItem
{
	position: relative;
	float: left;
	width: 342px;
	height: 175px;
	background-image: url('Images/ProductBack.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 3px;
	text-decoration: none !important;
	color: Black !important;
}


.ProductListItemImageContainer
{
	position: absolute;
	width:120px;
	height:120px;
	left:10px;
	top:20px;
	cursor:pointer;
}


img.ProductListItemImage
{
	position: absolute;
	width:120px;
	height:120px;
	left: 0;
	top: 0;
	cursor:pointer;
}

.ProductListItemImageNoImage
{
	position: absolute;
	height: 100px;
	width: 100px;
	left: 10px;
	top: 20px;
	background-image: url('Images/NoImage.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	cursor:pointer;
}

.ProductListItemNameAndDescription
{
	position: absolute;
	left: 135px;
	top: 20px;
	width: 200px;
	height: 115px !important;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}


.ProductListItemShortDescription
{
	font-style:italic;
}


.ProductListItemName
{
	font-weight: bold;
	font-size: 1.1em;
}

.ProductListItemManufacturer
{
	position: absolute;
	right: 10px;
	top: 2px;
	width: 210px !important;
	height: 1.5em !important;
	overflow: hidden;
	text-align: right;
	text-decoration: none;
	cursor: pointer;
}


.ProductListItemManufacturer a
{
	text-decoration: none;
	cursor: pointer;
}

.ProductListItemDescription
{
	color: #012b51;
	font-style: italic;
	font-size: 0.75em;
}


.ProductListItemLink
{
	display:none;
	position: absolute;
	right: 10px;
	bottom: 6px;
	height: 35px !important;
	width: 55px !important;
	background-image: url('Images/NavigateTo.gif');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ProductListItemRRP
{
	position: absolute;
	left: 11px;
	bottom: 20px;
	width:118px;
}

.ProductListItemOurPrice
{
	position: absolute;
	left: 11px;
	bottom: 2px;
	color: red;
	font-weight: bold;
}



.ProductListItem .ProductActions
{
	position:absolute;
	right:0;
	bottom:0;
}


.ProductListItem .ProductActions .ProductAddToBasket
{
	background-image: url('Images/AddToBasket_small.gif');
	background-position: left center;
	background-repeat: no-repeat;
	width: 156px !important;
	height: 30px !important;
}


.ViewProductListRetailContainer .List
{
	clear:both;
}

.ViewProductListRetailContainer .Goto
{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	text-decoration:underline;
}
/****************  PRODUCT LIST BY MANUFACTURERS ********************/
.ViewProductListRetailContainer .Manufacturers 
{
	clear:both;
}
.ViewProductListRetailContainer .Manufacturers .Item
{
	float:left;
	margin-right:5px;
}



.ViewProductListRetailContainer .Manufacturers .Item a
{
	text-decoration:none;
}

.ViewProductListRetailContainer .Manufacturers .Item .Inner
{
	position:relative;
	width:165px;
	
	border:solid 1px #999999;
}

.ViewProductListRetailContainer .Manufacturers .Item .Inner:hover
{
	position:relative;
	width:165px;
		border:solid 1px #666666;
	background-color: #f5f5f5;
}

.ViewProductListRetailContainer .Manufacturers .Item .Inner .ImageContainer
{
	position:relative;
	width:165px;
	height:0px;
	display:none;
}

.ViewProductListRetailContainer .Manufacturers .Item .Inner .ImageContainer .Image
{
	position:absolute;
	left:0;
	top:0;
}

.ViewProductListRetailContainer .Manufacturers .Item .Inner .NoImage
{
	position: absolute;
	left: 0px;
	top: 0px;
	width:165px;
	height:170px;
	background-image: url('Images/NoImageDepartment.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ViewProductListRetailContainer .Manufacturers .Item .Inner .ManufacturerImageContainer
{
	position:relative;
	width:165px;
	height:50px;
}


.ViewProductListRetailContainer .Manufacturers .Item .Inner .ManufacturerImageContainer .ManufacturerImage
{
	position:absolute;
	left:0;
	top:0;
}


.ViewProductListRetailContainer .Manufacturers .Item .Inner .ManufacturersSmallNoImage
{
	width:165px;
	height:50px;
}

.ViewProductListRetailContainer .Manufacturers .Item .ItemName
{
	margin-top:5px;
	text-decoration:none !important;
}
/***************************************************************/

/***************************************************************/


.RepeaterPagerControls
{
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	margin-bottom:10px;
	margin-top:10px;
}

.RepeaterPagerControls ul
{
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;

}

.RepeaterPagerControls ul li 
{
   display:block;
   float:left;
   list-style:none;
   position:relative;
   right:50%;
}

.PagerButton
{
	cursor: pointer;
	border: solid 1px #104571;
	color: Black;
	background-color: White;
	margin-right: 5px;
}

.PagerButton:Hover
{
	border: solid 1px Gray;
	color: White;
	background-color: Gray;
}


.PagerButtonSelected
{
	border: solid 1px Gray;
	color: White;
	background-color: Gray;
	margin-right: 5px;
	cursor: default;
}
/****************** PRODUCT VIEW **************************/
.ProductInfo
{
	position: relative;
	float: left;
	width: 380px;
	margin-left: 0.5em;
	padding-right: 0.5em;
	border-right: solid 1px Silver;
}
.ProductName
{
	font-size: 1.8em;
	font-weight: bold;
}

.ProductRrp
{
	top: 2.1em;
	font-weight: bold;
}

.ProductPrice
{
	font-size: 1.8em;
	font-weight: bold;
	color: Red;
}

.ProductSaving
{
	font-weight: bold;
}

.OtherCurrenciesSection
{
    display: none;
}

.ProductDescription
{
	font-size: 0.8em;
	margin-top: 1em;
}


.ProductOptions
{
	margin: 0.5em;
}

.ProductOptionsLabel
{
	font-size: 1.5em;
	font-weight: bold;
}


.ProductAddToBasket
{
	background-image: url('Images/AddToBasket.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	width: 300px !important;
	height: 53px !important;
	overflow: hidden;
	cursor: pointer;
}


.ProductAddToBasketLinkText
{
	display: none;
}

.ProductActions
{
	margin: 0.5em;
}



.ProductBackPage
{
	background-image: url('images/Back.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	cursor: pointer;
}

.ProductViewBasket
{
	display: none;
}

div.ProductImages
{
	float: right;
	width: 300px;
	height: 100%;
}

.ProductImageThumb
{
	float: left;
	background-color: White;
	padding: 7px;
}
.ProductImageThumb img
{
	height: 60px;
	cursor: pointer;
}


.ProductImageContainer
{
	position:relative;
	width: 300px;
	height:330px;
}

.ProductMainImage
{
	position:absolute;
	top:0;
	left:0;
}

table.ProductImages
{
}

.ProductManufacturer
{
	float: right;
	text-align: center;
	border: double 3px Silver;
	padding: 5px;
}

.ProductManufacturerName
{
	font-size: 1.0em;
}

.ProductManufacturerImage
{
	width: 50px;
}

/*************** PRODUCT SEARCH RESULTS **********************/
.ProductSearchResultsSection
{
	float: right;
	width: 700px;
	margin-left: 0.5em;
}

.ProductSearchResultsDescription
{
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 2px #104571;
}

.ProductSearchResults
{
}

.ProductSearchResultsParams
{
	font-size: 0.75em;
}

.ProductSearchResultsCount
{
	float: right;
	margin-right: 0.5em;
}

.ProductSearchResultsList
{
	clear: both;
}


/********************************************************/



/**************** VIEW MANUFACTURERS **************/
.ViewManufacturersSection
{
	float: right;
	width: 700px;
	margin-left: 0.5em;
}

.ManufacturersList
{
	clear: both;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}

.ManufacturersListItem
{
	position: relative;
	float: left;
	width: 160px;
	height: 175px;
	background-image: url('Images/ProductBackSmall.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 3px;
	text-decoration: none !important;
	color: Black !important;
}

.ManufacturersListItemImageContainer
{
	position: absolute;
	width: 104px;
	height:104px;
	left: 28px;
	top: 30px;
	cursor:pointer;
}

img.ManufacturersListItemImage
{
	position: absolute;
	width: 104px;
	height:104px;
	left: 0px;
	top: 0px;
	cursor:pointer;
}

.ManufacturersListItemImageNoImage
{
	position: absolute;
	width: 104px;
	height:104px;
	left: 28px;
	top: 30px;
	background-image: url('Images/NoImage.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	cursor:pointer;
}

.ManufacturersListItemName
{
	position: absolute;
	left: 10px;
	top: 8px;
	font-weight: bold;
	font-size: 1.2em;
	width: 140px !important;
	overflow: hidden;
	text-decoration: none;
	cursor:pointer;
	background-color:#e9eaec;
	display:block;
}

.ManufacturersListItemLink
{
	position: absolute;
	right: 8px;
	bottom: 8px;
	height: 35px !important;
	width: 55px !important;
	background-image: url('Images/NavigateTo.gif');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

/***************************************************************/




/**************** VIEW DEPARTMENTS **************/
.ViewDepartmentsSection
{
	float: right;
	width: 700px;
	margin-left: 0.5em;
}

.DepartmentsList
{
	clear: both;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	
}

.DepartmentsListItem
{
	position: relative;
	float: left;
	width: 342px;
	height: 175px;
	background-image: url('Images/ProductBack.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 3px;
	text-decoration: none !important;
	color: Black !important;
}


.DepartmentsListItemImageContainer
{
	position: absolute;
	width: 120px;
	height:120px;
	left: 10px;
	top: 20px;
	cursor:pointer;
}

img.DepartmentsListItemImage
{
	position: absolute;
	width: 120px;
	height:120px;
	left: 0px;
	top: 0px;
	cursor:pointer;
}

.DepartmentsListItemImageNoImage
{
	position: absolute;
	height: 100px;
	width: 100px;
	left: 10px;
	top: 20px;
	background-image: url('Images/NoImage.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	cursor:pointer;
}

.DepartmentsListItemNameAndDescription
{
	position: absolute;
	left: 135px;
	top: 5px;
	width: 200px;
	height: 115px !important;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}

.DepartmentsListItemName
{
	font-weight: bold;
	font-size: 1.2em;
	width: 180px !important;
	overflow: hidden;
	text-decoration: none;
	cursor:pointer;
}


.DepartmentsListItemDescription
{
	
	width: 60%;
	height: 94px !important;
	overflow: hidden;
	font-style: italic;
	font-size: 0.75em;
	text-decoration: none;
	cursor:pointer;
}

.DepartmentsListItemLink
{
	position: absolute;
	right: 8px;
	bottom: 8px;
	height: 35px !important;
	width: 55px !important;
	background-image: url('Images/NavigateTo.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/***************************************************************/

/******************** BASKET ***************************/

#ShoppingBasket
{
	border-collapse: collapse;
	width: 95%;
	text-align: center;
	margin: auto;
}



#ShoppingBasket tr th
{
	border: solid 2px Silver;
	text-align: center;
}

#ShoppingBasket tr td
{
	text-align: center;
}


.ShoppingBasketTitle
{
	font-weight: bold;
	padding: 0.5em;
}


.BasketErrorField
{
	background-color: White !important;
	border: 0 !important;
}

.UpdateBasketLink
{
	vertical-align: middle;
	padding-bottom: 3px;
}
.UpdateBasket
{
	float: right;
	margin-right: 2em;
	margin-top:0.5em;
	text-align: right;
	padding-left: 18px;
	padding-bottom:2px;
	background-image: url('Images/Refresh.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

.Checkout
{
	float: right;
	margin-right: 4em;
	background-image: url('Images/checkout.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	width: 300px !important;
	height: 53px !important;
	overflow: hidden;
	cursor: pointer;
}

.CheckoutText
{
	display: none;
}

.ContinueShopping
{
	clear: both;
	float: left;
	font-size: 1.3em;
	background-image: url('images/Back.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.DescriptionBasket
{
	float: left;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 0.5em;
}


.ShoppingBasketName
{
}

.ShoppingBasketPriceEach, .ShoppingBasketTax, .ShoppingBasketPostageEach, .ShoppingBasketLinePrice
{
}


.ViewBasketDetails .BasketSummary
{
	clear: right;
	float: right;
	width: 400px;
	margin-right:2.5%;
}

.CheckoutDetailsPage .NavigationLinks .CheckoutBackLink,
.CheckoutSummary .NavigationLinks .CheckoutBackLink 
{
	margin-top:2em;
}


.BasketSummary
{
	margin-top:2em;
	margin-bottom:1em;
}

.BasketDiscounts
{
	float: left;
	position: relative;
	border: solid 1px Silver;
	background-color: #f0f0f0;
	width: 40%;
	height: 3.5em;
	margin-left: 4em;
	margin-top:5em;
}


.BasketDiscountLabel
{
	position: absolute;
	top: -1em;
	left: 1em;
	border: solid 1px Silver;
	background-color: White;
	padding: 0.25em;
	overflow: hidden;
	font-weight: bold !important;
}

.BasketDiscountCode
{
	position: absolute;
	top: 1em;
	left: 1em;
}


.BasketDiscountButton
{
	position: absolute;
	top: 1em;
	right: 1em;
	padding: 0.25em;
	font-size: 0.9em;
	background-color: #eeedc3;
	color: Black !important;
	font-weight: bold;
	border: solid 2px Silver;
}

.BasketDiscountButton a
{
	color: black !important;
}

.BasketDiscountButton a:hover
{
	color: #104571 !important;
	text-decoration: none;
}



.BasketSummary table
{
	width:100%;
	border-collapse:collapse;
}

.BasketSummary table tr td
{
	border-bottom:solid 1px silver;
	border-top:solid 1px silver;
	padding:0.5em;
	padding-left:1em;
	font-weight:bold;
}

.BasketSummaryLabel
{
	text-align:left;
}

.BasketSummaryValue
{
	text-align:right;
}

/***************************************************************/


.ViewOrder
{
	margin-left: 1em;
}

.ViewOrderHeader
{
	font-weight: 200;
	margin: 0;
	margin-bottom: 0.25em;
	color: #071836;
	background-color: #f2f1ae;
}

.ViewOrderGrandTotal
{
	font-weight: 200;
	margin: 0;
	margin-bottom: 0.25em;
	color: #104571;
	font-weight: bold;
	font-style: italic;
	border-top: solid 2px #104571;
	border-bottom: solid 2px #104571;
}

.MyProfile
{
	margin-left: 1em;
}

.MyProfile th, #RegisterTable th
{
	text-align: left;
	font-weight: 200;
	margin: 0;
	margin-bottom: 0.25em;
	color: #104571;
}

.OrderHistorySection
{
	margin-top: 1em;
}

.ReminderTable
{
	padding-top: 1em;
}

.ReminderPage, .RegisterPage, .LoginPage
{
	margin-left: 1em;
}

h1.StaticTitle, h1.StaticTitle, h1.StaticTitle
{
	padding-left: 0.75em;
	margin-top: 0.25em;
}

.LoginLink
{
	padding-top: 0.75em;
}
/********************************************************/

/****************** SEARCH BOX **************************/
.SearchCriteriaBox
{
	float: right;
	text-align: center;
	margin-top: 0.75em;
	margin-right: 0.5em;
	white-space: nowrap;
}

.SearchLabel
{
	display: none;
}

.SearchTextIcon
{
	float: left;
	background-image: url('Images/Search.gif');
	background-position: left middle;
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	display: block;
}
.SearchTextBox
{
	border: inset 2px Silver;
	background-color: White;
}

.SearchTextBox:hover
{
	background-image: none;
}

.SearchButton
{
	background-color: #eeedc3;
	color: Black;
	border: solid 2px Silver;
	height: 22px;
}

.SearchButton:hover
{
	color: #104571 !important;
	text-decoration: none;
}


/********************************************************/
.ReadMore
{
	float: left;
	background-color: #dbdbdb;
	width: 300px;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ReadMoreTop
{
	background-image: url('Images/ReadMoreTop.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	width: 300px;
	height: 8px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.ReadMoreBottom
{
	float: right;
	background-image: url('Images/ReadMoreBottom.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	width: 300px;
	height: 8px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

.ReadMoreButton
{
	background-image: url('Images/ReadMoreButton.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	width: 145px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 150px;
	display: block;
}


.ReadMoreContent
{
	margin-left: 10px;
	margin-right: 10px;
	height: 25em;
}


.ReadMoreContent p
{
	margin: 0;
	margin-top: 0.5em;
	background-image: none;
	color: #5b5b5b;
}
.ReadMoreContent span
{
	color: Gray;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
}

.ReadMoreContent h1
{
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: bolder;
	color: #1061ae;
}

.ReadMoreContent h3
{
	margin: 0;
	padding: 0;
	background-image: none;
	font-weight: bold;
	color: Black;
}


/********************************************************/
.ReadMoreDetailed
{
	position: relative;
	float: left;
	width: 222px;
	text-align: left;
	padding-left: 0.5em;
	padding-top: 0.5em !important;
	margin-top: 0.5em;
	margin-left: 0.5em;
}

.ReadMoreDetailed div
{
	float: right;
	width: 177px;
	height: 44px;
	background-image: url('Images/ReadMoreDetailed.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ReadMoreDetailed h1
{
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: bolder;
	color: white;
}


.ReadMoreDetailedContent
{
	height:25em !important;
	float:left !important;
	background-image:none !important;
	cursor: pointer;
	padding:0;
	margin:0;
	border:0;
	width:100% !important;
}

.ReadMoreDetailedContent a
{
	text-decoration: none;
}

.ReadMoreDetailedContent span
{
	color: Gray;
	font-size: 1.3em;
	font-weight: bold;
}


.ReadMoreDetailedContent h3
{
	padding-bottom:0.25em;
	background-image: none;
	font-weight: bold;
	color: Black;
	margin:0;
	padding:0;
	padding-bottom:0.25em;
	font-size:1.1em;
}


.ReadMoreDetailedContent p
{
	margin: 0;
	padding: 0;
	background-image: none;
	color: #5b5b5b;
	margin-bottom: 0.5em;
}

.DescriptionCheckout
{
	float: left;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 0.5em;
}

.CheckoutOptionsContainer
{
	width:750px;
	margin:0 auto;
}

.CheckoutOptionBox
{
	border: solid 2px #1061ae;
	width: 330px;
	padding: 15px;
	padding-bottom:0;
	min-height: 14em;
}


.CheckoutOptionBox .RegisterInstructions
{
	float:right;
	text-align:right;
	font-weight:bold;
	font-size:1.2em;
}

.CheckoutOptionBox .RegisterLink
{
	clear:right;
	float:right;
}

.CheckoutOptionBox .ButtonList 
{
	text-align:center;
	padding:0;
	margin:0 auto;
	width:220px;
	margin-top:1.5em;
	margin-bottom:1.5em;
}


.CheckoutOptionBox .ButtonList a
{
	padding:0;
	margin:0;
}

.CheckoutBackSection
{
	margin-top:10em;
	margin-left:2.5%;
	clear: both;
}

.CheckoutOptionTitle
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: black;
}

.CheckoutPaymentMethodImage
{
	border: solid 1px Black;
}

.CheckoutDetailsCheckout
{
	background-image: url('Images/checkout.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	width: 300px !important;
	height: 53px !important;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 2em;
}

.PaymentMethodsSection
{
	float: left;
	border: solid 1px Silver;
	margin-left: 1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.CheckoutDescription
{
	float: left;
	font-size: 1.2em;
	margin-left: 0.5em;
}

.CheckoutDetailsInstructionsSection
{
	padding-left: 0.5em;
}


.GrandTotal
{
	white-space:nowrap;
	font-size: larger;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	font-weight: bold;
}

.CheckoutConfirmOrderSummarySection
{
	clear: both;
	margin-top: 2em;
	margin-left: 1em;
}

.CheckoutShoppingBasket
{
	margin-bottom: 2em;
}

.SpecialOffersTitle
{
	padding-left: 0.75em;
}


.MapLink
{
	background-image: url('Images/googlemaps.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.popup
{
	position: relative;
	z-index: 0;
}

.popup:hover
{
	background-color: transparent;
	z-index: 50;
}

.popup span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #fdfae9;
	padding: 5px;
	left: -1000px;
	border: 1px solid silver;
	visibility: hidden;
	text-decoration: none;
    width:550px;
}

.popup span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.popup:hover span
{
	/*CSS for enlarged image on hover*/
	position:absolute;
	visibility: visible;
	top:0;
	left:0%; /*position where enlarged image should offset horizontally */
	z-index: 10000;
	width:600px;
	color:Black;
	margin-left:10em;
}

.HoverTitle
{
	font-size:1.2em;
	background-image: url('images/BulletPoint1.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	cursor: pointer;
	color:#1061ae;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}


.ShowHide_Expanded
{
	width:16px;
	height:16px;
	display:inline-block;
	background-image:url('Images/Collapse.gif');
	background-repeat:no-repeat;
	background-position:center center;
}



.ShowHide_Collapsed
{
	width:16px;
	height:16px;
	display:block;
	background-image:url('Images/Expand.gif');
	background-repeat:no-repeat;
	background-position:center center;
}

.AdminPage
{
    margin-left: 2em;
    margin-top: 1em;
}

.OtherCurrenciesPopup
{
	position: relative;
	z-index: 0;
}

.OtherCurrenciesPopup:hover
{
	background-color: transparent;
	z-index: 50;
}

.OtherCurrenciesPopup span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #fdfae9;
	padding: 5px;
	left: -1000px;
	border: 1px solid silver;
	visibility: hidden;
	text-decoration: none;
    width:550px;
}

.OtherCurrenciesPopup span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.OtherCurrenciesPopup:hover span
{
	/*CSS for enlarged image on hover*/
	position:absolute;
	visibility: visible;
	top:0;
	left:0%; /*position where enlarged image should offset horizontally */
	z-index: 10000;
	width:20em;
	color:Black;
	margin-left:5em;
}

.OtherCurrenciesPopupTable tr th
{
    text-align: left;
}

.AdminTabPage
{
    border: solid 1px Black;
    width: 90%;
    margin: 0 auto 1em auto;
    padding: 1em 1em 1em 1em;
}

.AdminTabStrip
{
    width: 90%;
    margin: 0 auto !important;
}

.UploadInstructionsForImages
{
    font-weight: bold;
    padding-bottom: 1em;
}

table.ProductVideos tr td
{
    vertical-align: top;
}

div.ProductVideos
{
	float: right;
	width: 300px;
	height: 100%;
}

.ProductVideoThumb
{
	float: left;
	background-color: White;
	padding: 7px;
}
.ProductVideoThumb img
{
	width: 60px;
	cursor: pointer;
}

/***************** CROSS SELL SECTION STYLES ****************************/
.CrossSellSection
{
	clear: both;
	border-top: solid 2px #104571;
	margin-bottom: 0.5em;
}

.CrossSellList
{
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 1em;
	list-style-type: none;
	padding-left: 10px;
}

.CrossSellSectionLabel
{
	font-weight: 200;
	font-size: 1.4em;
	margin: 0.5em;
	color: #104571;
}


.CrossSellItem
{
	position: relative;
	float: left;
	width: 160px;
	height: 175px;
	background-image: url('Images/ProductBackSmall.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0.5em;
	text-decoration: none !important;
	color: Black !important;
}


.CrossSellItemImageContainer
{
	position: absolute;
	width: 104px;
	height:104px;
	left: 28px;
	top: 30px;
	cursor:pointer;
}

img.CrossSellItemImage
{
	position: absolute;
	width: 104px;
	height:104px;
	left: 0;
	top: 0;
	cursor:pointer;
}

.CrossSellItemImageNoImage
{
	position: absolute;
	width: 104px;
	height:104px;
	left: 28px;
	top: 30px;
	background-image: url('Images/NoImage.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	cursor:pointer;
}

.CrossSellItemNameAndDescription
{
	position: absolute;
	left: 5px;
	top: 8px;
	font-weight: bold;
	font-size: 1.0em;
	width: 155px !important;
	height: 2.5em;
	overflow: hidden;
	text-decoration: none;
	background-color:#e9eaec;
	display:block;
}

.CrossSellItemName
{

}

.CrossSellItemManufacturer
{
	position: absolute;
	right: 10px;
	top: 8px;
	display: none;
}

.CrossSellItemDescription
{
	position: absolute;
	right: 10px;
	top: 22%;
	width: 60%;
	height: 40px !important;
	overflow: hidden;
	color: #012b51;
	font-style: italic;
	display: none;
}

.CrossSellItemLink
{
	position: absolute;
	right: 8px;
	bottom: 42px;
	height: 35px !important;
	width: 55px !important;
	background-image: url('Images/NavigateTo.gif');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.CrossSellItemRRP
{
	position: absolute;
	left: 15px;
	bottom: 25px;
	text-decoration: none;
}

.CrossSellItemOurPrice
{
	position: absolute;
	left: 15px;
	bottom: 6px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}
/***************************************************************/

.HiddenTextBox
{
    display: none;
}





/********* SEARCH PANEL ************************/

.SearchPanel
{
	position:relative;
}

.SearchTermContainer
{
	position:relative;
	margin:0;
	padding:0;
}

.SearchTermContainer .SearchTextBox
{
	width:80%;
	margin:0;
}

.SearchTermContainer .SearchButton
{
	position:absolute;
	top:0;
	left:81%;
	margin:0;
	height:1.6em;
}

.SearchOptions
{
	position:relative;
}

.SearchOptions .SearchOptionsLabel
{
	color:Gray;
	cursor:pointer;
	margin-left:16px;
}

.SearchOptions .SearchOptionsPopup
{
	background-color:#e9eaec;
	display:block;
	z-index:1000;
	padding:0.5em;
	display:none;
	width:79%;
}


.SearchDepartmentContainer
{
}


.SearchDepartmentLabel
{
	width:8em !important;
	float:left;
}

.SearchDepartmentList
{

}

.SearchManufacturerContainer
{
}


.SearchManufacturerLabel
{
	width:8em !important;
	float:left;
}

.SearchManufacturerList
{
}


.SearchRangeContainer
{
}


.SearchRangeLabel
{
	width:8em !important;
	float:left;
}

.SearchRangeList
{
}




.SearchSortContainer
{
	float:left;
	margin:0;
	padding:0;
	padding-bottom:0.5em;
}


.SearchSortLabel
{
}

.SearchSortList
{
}




/***************** SORTING CONTROL **********************/

.SortControl
{
	float:right;
}

.SortControl .SortByNameContainer
{
	float:left;
	margin-left:0.5em;
}

.SortControl .SortByPriceContainer
{
	float:left;
	margin-left:0.5em;
}

.SortControl .SortList
{
	float:left;
	margin-left:10px;
}



.SortLabel
{
	float:left;
	color:#104571;
	vertical-align:bottom;
	margin-top:3px;
}


.SortClickLink
{
	margin-left:5px;
	text-decoration:underline !important;
}


/******************** MANUFACTURER PAGE **************************/
#ViewManufacturerRetailContainer .ManufacturerImageContainer
{
	float:left;
	width:120px;
}

#ViewManufacturerRetailContainer .ManufacturerImageContainer .ManufacturerImage
{
	width:120px;
	margin-bottom:10px;
}

#ViewManufacturerRetailContainer .NameAndDescription
{
	float:left;
	width:550px;
	margin-left:30px;
	margin-bottom:10px;
}

#ViewManufacturerRetailContainer .NameAndDescription .Description
{
	clear:left;
}

#ViewManufacturerRetailContainer .ProductList
{
	clear:both;
	border-top: solid 2px #104571;
	margin-bottom:10px;

}

.FinanceSuccessSection
{
    color: Green;
}




/*************************************************************
	MCL Slider jQuery plugin CSS styles
	http://workshop.rs/projects/mcl-slider
***************************************************************/

.mclslider-mainlink
{
	text-decoration:none !important;
}

.mclslider-navcontainer
{
	bottom:-25px;
}

.mclslider-navpanel
{
}

.mclslider-navitem
{
	background-color:#104571;
	text-decoration:none;
	font-size:0px;
	color:#104571;
}

.mclslider-screen
{
	font-size:0px;
	color:#104571;
}

.mclslider-active
{
	background-color:#104571;
	font-size:0px;
	color:#104571;
}


.mclslider-titlebox
{
	display:none !important;
}


.FinancePackageContainer
{
	display:none;
}

/*************************/

.FilterDepartment.DepartmentsList .Title
{
	color:#104571;
	font-size:1em;
	font-weight:bold;
	margin:0;
}

.FilterDepartment.DepartmentsList .DepartmentsListItem.selected .IsSelected
{
	position:absolute;
	left:0;
	bottom:0;
	width:20px;
	height:20px;
	background-image:url('images/checkbox.png');
}

.FilterDepartment.DepartmentsList .DepartmentsListItem.selected:hover .IsSelected
{
	background-image:url('images/checkbox-cross.png');
}


.FilterDepartment.DepartmentsList .DepartmentsListItem
{
	position: relative;
	float: left;
	width: 130px;
	height: 150px;
	border:solid 1px silver;
	background-image: none;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 3px;
	text-decoration: none !important;
	color: Black !important;
}

.FilterDepartment.DepartmentsList .DepartmentsListItem:hover
{
	border:solid 1px gray;
}

.FilterDepartment.DepartmentsList .DepartmentsListItem:hover,
.FilterDepartment.DepartmentsList .DepartmentsListItem a:hover
{
	border:solid 1px gray;
	text-decoration: none !important;
}


.FilterDepartment.DepartmentsList .DepartmentsListItem .DepartmentsListItemImageContainer
{
	position: absolute;
	width: 120px;
	height:120px;
	left: 5px;
	top: 20px;
	cursor:pointer;
}


.FilterDepartment.DepartmentsList .DepartmentsListItem .DepartmentsListItemImageNoImage
{
	position: absolute;
	height: 120px;
	width: 120px;
	left: 5px;
	top: 20px;
	background-image: url('Images/NoImage.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	cursor:pointer;
}

.FilterDepartment.DepartmentsList .DepartmentsListItem .DepartmentsListItemNameAndDescription
{
	position: absolute;
	left:0px;
	top:0px;
	height:auto !important;

	text-decoration: none;
	cursor: pointer;
}

.FilterDepartment.DepartmentsList .DepartmentsListItem .DepartmentsListItemName
{
	font-weight: bold;
	font-size: 1.2em;
	width: auto;
	text-decoration: none;
	cursor:pointer;
	background-color:White;
}


.FilterDepartment.DepartmentsList .DepartmentsListItem .DepartmentsListItemDescription
{
	display:none;
}


/***************************/

.FilterManufacturer.Manufacturers
{
	clear: both;
}

 .FilterManufacturer.Manufacturers .Title
 {
 	color:#104571;
	font-size:1em;
	font-weight:bold;
	margin:0;
 }
 
.FilterManufacturer.Manufacturers .Item
{
	position:relative;
	float: left;
	margin-right: 6px;
	margin-bottom: 8px;
	cursor: pointer;
}


.FilterManufacturer.Manufacturers .Item.selected .IsSelected
{
	position:absolute;
	left:3px;
	top:32px;
	width:20px;
	height:20px;
	background-image:url('images/checkbox.png');
}

.FilterManufacturer.Manufacturers .Item.selected:hover .IsSelected
{
	background-image:url('images/checkbox-cross.png');
}

.FilterManufacturer.Manufacturers .Item a
{
	text-decoration: none;
}

.FilterManufacturer.Manufacturers .Item .Inner
{
	position: relative;
	width: 165px;
	border: solid 2px silver;
}

.FilterManufacturer.Manufacturers .Item .Inner:hover
{
	position: relative;
	width: 165px;
	border: solid 2px black;
	background-color: #E5E5E5;
}

.FilterManufacturer.Manufacturers .Item .Inner .ImageContainer
{
	position: relative;
	width: 165px;
	height: 170px;
	display: none;
}

.FilterManufacturer.Manufacturers .Item .Inner .ImageContainer .Image
{
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.FilterManufacturer.Manufacturers .Item .Inner .NoImage
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 165px;
	height: 170px;
	background-image: url('Images/NoImageDepartment.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.FilterManufacturer.Manufacturers .Item .Inner .ManufacturerImageContainer
{
	position: relative;
	width: 165px;
	height: 50px;
	cursor: pointer;
}


.FilterManufacturer.Manufacturers .Item .Inner .ManufacturerImageContainer .ManufacturerImage
{
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}


.FilterManufacturer.Manufacturers .Item .Inner .ManufacturerNoImage
.FilterManufacturer.Manufacturers .Item .Inner NoImage
{
	width: 165px;
	height: 50px;
	cursor: pointer;
}

.FilterManufacturer.Manufacturers .Item .ItemName
{
	margin-top: 5px;
	text-decoration: none !important;
}





.BreadcrumbTrail
{
/*	border:solid 1px #104571;*/
}

.BreadcrumbTrail .Title
{
	background-color:#104571;
	color:White;
	font-size:1em;
	font-weight:bold;
	padding:8px;
	display:none;
}

.BreadcrumbTrail .Trails
{
	padding:3px;
	padding-left:0px;
	padding-left:5px;
}

.BreadcrumbTrail .Trails ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}

.BreadcrumbTrail .Trails ul li
{
	float:left;
	padding-left:0px;
	padding-bottom:2px;
	margin-right:5px;
	cursor:pointer;
	color:Gray;
	background-image: url('images/BulletPoint1.gif');
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:10px;
}

.BreadcrumbTrail .Trails ul .Product
{
}

.BreadcrumbTrail .Trails ul .NewRow
{
	clear:both;
}

.BreadcrumbTrail .Trails ul .Current
{
/*	font-style:italic;*/
	text-decoration:none;
	cursor:default;
	background-image:none;
}

.BreadcrumbTrail .Trails ul .Manufacturer
{
}


/* SITEMAP
***************************************/

.siteMapContainer
{
}

.siteMapContainer .section .title
{
	text-align:left;
}


.siteMapContainer ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	float: left;
	width: 100%;
	display: block;
	text-align:left;
}

.siteMapContainer .level0
{
	padding-bottom: 15px;
}




.siteMapContainer .level0 li
{
	width: 15%;
	margin-right: 1%;
	float: left; 
	margin-top: 10px;
	font-weight: bold;
}

.siteMapContainer .level1 li
{
	margin-top: 0px;
	font-weight: normal;
}


.siteMapContainer .level0 .first
{
}






.siteMapContainer .level1 li
{
	width: 100%;
}



.siteMapContainer .first
{

	clear: both;
}

.siteMapContainer .last
{

}











/************************************************/
.ProductListFilterPriceRange
{
	border: solid 1px #104571;
	margin-bottom: 5px;
}

.ProductListFilterPriceRange .Title
{
	background-color: #104571;
	font-size: 1em;
	color: White;
	padding: 8px;
	padding-left: 10px;
	font-weight: bold;
	margin:0;
}

.ProductListFilterPriceRange .List
{
	padding-top: 8px;
	padding-bottom: 8px;
}

.ProductListFilterPriceRange .List .Item
{
	position: relative;
	float: left;
	margin: 0;
	margin-top: 1px;
}

.ProductListFilterPriceRange .List .Item a
{
	width: 205px;
	padding: 3px;
	padding-left: 10px;
	display: block;
	margin: 0;
}

.ProductListFilterPriceRange .List .Item.selected, .ProductListFilterPriceRange .List .Item.selected a, .ProductListFilterPriceRange .List .Item:hover, .ProductListFilterPriceRange .List .Item:hover a
{
	background-color: #e5e5e5; /*color:White;*/
}

.ProductListFilterPriceRange .List .Item.selected a
{
	background-image: url('images/checkbox.png');
	background-repeat: no-repeat;
	background-position: right top;
}

.ProductListFilterPriceRange .List .Item.selected:hover a
{
	background-image: url('images/checkbox-cross.png');
}

.ProductListFilterPriceRange .ToFromPrice
{
	position: relative;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.ProductListFilterPriceRange .PriceBox, .ProductListFilterPriceRange .PriceBox .NumberBox
{
	display: inline;
	vertical-align: middle;
}

.ProductListFilterPriceRange .PriceBox
{
	/*margin-left:3px;*/
	vertical-align: middle;
	line-height: 1em;
}


.ProductListFilterPriceRange .PriceBox .NumberBox
{
	margin-top: -3px;
}

.ProductListFilterPriceRange .ToFromPrice .GoFilter
{
	border: 0;
	position: absolute;
	right: 10px;
	top: 2px;
	background-image: url('images/go.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}




/***************************/

.NoContent.Simple.FilterDepartment
{
	display: block;
}

.Simple.FilterDepartment.DepartmentsList
{
	width: auto !important;
	border: solid 1px #104571;
	padding-top: 0;
	padding-bottom: 8px;
}

.Simple.FilterDepartment.DepartmentsList .Title
{
	background-color: #104571;
	font-size: 1em;
	color: White;
	padding: 8px;
	padding-left: 10px;
	font-weight: bold;
}


.Simple.FilterDepartment.DepartmentsList .DepartmentsListItem
{
	position: relative;
	float: none;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
}

.Simple.FilterDepartment.DepartmentsList .DepartmentsListItem a
{
	display: block;
	width: 205px;
	padding: 3px;
	margin:0;
	padding-left: 10px;
	margin-top: 1px;
	vertical-align:top;
}

.Simple.FilterDepartment.DepartmentsList .DepartmentsListItem:hover, .Simple.FilterDepartment.DepartmentsList .DepartmentsListItem a:hover, .Simple.FilterDepartment.DepartmentsList .DepartmentsListItem:hover a, .Simple.FilterDepartment.DepartmentsList .DepartmentsListItem:hover .DepartmentsListItemName, .Simple.FilterDepartment.DepartmentsList .DepartmentsListItem.selected, .Simple.FilterDepartment.DepartmentsList .DepartmentsListItem.selected .DepartmentsListItemName, .Simple.FilterDepartment.DepartmentsList .DepartmentsListItem .selected
{
	background-color: #e5e5e5;
	border: none; /*color:White !important;*/
}

.Simple.FilterDepartment.DepartmentsList .DepartmentsListItem .DepartmentsListItemName
{
	position: relative;
	padding: 0;
	margin:0;
	font-size: 1em;
	line-height: 1.1em;
	background: none;
	font-weight: normal;
}

.Simple.FilterDepartment.DepartmentsList .DepartmentsListItem .DepartmentsListItemNameAndDescription
{
	position: relative;
}

.Simple.FilterDepartment.DepartmentsList .DepartmentsListItem .DepartmentsListItemImageContainer, .Simple.FilterDepartment.DepartmentsList .DepartmentsListItem .DepartmentsListItemImageNoImage, .Simple.FilterDepartment.DepartmentsList .DepartmentsListItem .DepartmentsListItemDescription
{
	display: none;
}

.Simple.FilterDepartment.DepartmentsList .DepartmentsListItem .selected
{
	background-image: url('images/checkbox.png');
	background-position: right 0px;
	background-repeat: no-repeat;
}


.Simple.FilterDepartment.DepartmentsList .DepartmentsListItem:hover .selected
{
	background-image: url('images/checkbox-cross.png');
}

.Simple.FilterDepartment.DepartmentsList .DepartmentsListItem.selected .IsSelected
{
	background-image: none !important;
}


/********************************/
.NoContent.Simple.FilterManufacturer
{
	display: block;
}

.Simple.FilterManufacturer.Manufacturers
{
	border: solid 1px #104571;
	padding-top: 0px;
}

.Simple.FilterManufacturer.Manufacturers .Title
{
	background-color: #104571;
	font-size: 1em;
	color: White;
	padding: 8px;
	padding-left: 10px;
	font-weight: bold;
}

.Simple.FilterManufacturer.Manufacturers .Item
{
	position: relative;
	float: none;
	height: auto;
	border: none;
	margin: 0;
	padding: 3px;
	padding-bottom:4px;
	padding-left: 10px;
	margin-top: 1px;
}

.Simple.FilterManufacturer.Manufacturers .Item:hover, .Simple.FilterManufacturer.Manufacturers .Item:hover .ItemName, .Simple.FilterManufacturer.Manufacturers .Item.selected, .Simple.FilterManufacturer.Manufacturers .Item.selected .ItemName, .Simple.FilterManufacturer.Manufacturers a:hover
{
	background-color: #e5e5e5;
	border: none; /*color:White !important;*/
}

.Simple.FilterManufacturer.Manufacturers .Item.selected .IsSelected
{
	position: absolute;
	left: 201px;
	top: 1px;
	width: 20px;
	height: 20px;
	background-image: url('images/checkbox.png');
}

.Simple.FilterManufacturer.Manufacturers .Item.selected:hover .IsSelected
{
	background-image: url('images/checkbox-cross.png');
}

.Simple.FilterManufacturer.Manufacturers .Item .Inner
{
	position: relative;
	width: auto;
	border: none;
}

.Simple.FilterManufacturer.Manufacturers .Item .Inner:hover
{
	background-color: #e5e5e5;
	width: auto;
	border: none; /*background-color:white;*/
}

.Simple.FilterManufacturer.Manufacturers .Item .Inner .ImageContainer .Image, .Simple.FilterManufacturer.Manufacturers .Item .Inner .NoImage, .Simple.FilterManufacturer.Manufacturers .Item .Inner .ManufacturerImageContainer, .Simple.FilterManufacturer.Manufacturers .Item .Inner .ManufacturerImageContainer .ManufacturerImage
{
	display: none;
}

.Simple.FilterManufacturer.Manufacturers .Item .ItemName
{
	margin: 0;
	padding: 0;
}


.UpdatePanel-Overlay
{
	background-image: url('images/loading.gif');
	background-position: center 40%;
	background-repeat: no-repeat;
}


/* BLOG
***************************/
.BlogMasterTable
{
	width:98%;
	margin-left:1%;
	border-collapse:collapse;
}

.BlogMasterTable .leftPanel
{
	width:25%;
}

.BlogMasterTable .BlogContentSection
{

}


.BlogDetailsSection
{
	margin:0;
	padding:0;
	border:solid 1px #104571;
}


.BlogHistorySection
{

	border:solid 1px #104571;
	padding-bottom:1em;
	margin:0;
}

.BlogHistoryLabel
{
	padding:10px;
	font-size:1.5em;
	color:White;
	background-color:#104571;
	background-image:none;
	margin:0px;
}

table.BlogGridView
{
	border:0;
	text-align:center;
}

table.BlogGridView tr td
{
	border:0;
	padding:5px;
	text-align:left;
}



.BlogAuthorSection
{
	
}


.BlogProfileTitle
{
	padding:10px;
	font-size:1.5em;
	color:White;
	background-color:#104571;
}

.BlogAuthorImage
{
	float:left;
	height:80px;
	padding:0;
	background-color:#104571;
	margin:1.5em;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:1.25em;
	margin-left:2.2em;
}

.BlogContent
{
	margin:10px;	

}
.BlogCommentEntrySection
{
	border:solid 1px Silver;
	margin:10px;
	padding:10px;
}


.BlogCommentEntrySection input
{
	padding:10px;
}

.BlogCommentEntrySection a
{
	background-color:#3194fe;
	color:White;
	padding:5px;
	border:groove 2px black;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}


.BlogCommentEntrySection a:hover
{
	text-decoration:none;
	color:Black;
}



.BlogCommentsLabel
{
	font-size:1.2em;
	border-bottom:solid 1px #3194fe;
}


.BlogAddCommentLabel
{
	font-weight:bold;
	margin:5px;
	padding:5px;
}

.BlogCommentEntry
{
	width:100%;
	border:solid 1px Silver;
}

.BlogCommentEntry img
{
	width:50px;
}
.BlogCommentDateEntered
{
	line-height:50px;
	vertical-align:top;
}

.BlogEntryComment
{
	float:left;
	font-style:italic;
	padding:0.5em;
}

.BlogEntryDelete
{
	float:right;
	margin:0.5em;
}
