﻿/**********************************************************
* CMS EDITING STYLES
/**********************************************************/
/* ********************* CMS BAR ***************************/
div#CMSBar
{
	background: #c0dbff url(/RadControls/Panelbar/Skins/Office2007/Img/RootItemBkg.gif) repeat-x;
	color: #204d89;
	font-weight: bold;
	font-size:0.8em;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
	position: static;
	line-height: 31px;
	height: 31px;
	width: 100%;
}
div#CMSBar span
{
	float: left;
	margin-left: 10px;
}

div#CMSBar a, div#CMSBar a:visited, div#CMSBar a:link
{
	float: right;
	color: #204d89;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	margin-right: 10px;
}

div#CMSBar a:hover
{
	color: #10110f;
	font-weight: normal;
	text-decoration: underline;
}

/*EDIT BUTTON*/
.ContentRegionButton	
{
	width: 35px;
	height: 35px;
	margin: 0;
	float:right;
	top: 0px;
	right:0px;
}
/*--------------END OF CMS STYLES-------------------


/* BRIGHT BOOKS PAGE ELEMENTS */
.clear {
	clear: both;
}

h2.h2BookSearch span, h2.h2Categories span, h2.h2Details span, h2.h2FeaturedThemed span, h2.h2Search span, h2.h2SpecialOffers span {
	display: none;
}

.aRight {
	text-align: right;
}

label span {
	display: none;
}

img {
	border: none;
}

input {	
	font-size: 1.0em;
	padding: 1px;
}

















/**************************************************
/	 Display Headlines Settings 
/**************************************************/
.HeadlineList {Width:100%;font-size: 1.0em;}

/* Headlines Summary */
.HeadlineContainer {display: block;width: 100%;}
.HeadlineContainer .Headline {display:block;width: 100%;padding-bottom:10px;}
.HeadlineContainer .Headline h2 {display: inline;width: 100%;}
.HeadlineContainer .Headline .summary {display: block; line-height:1.4em;font-size:1.1em;margin-top:5px;}
.HeadlineContainer .Headline p {line-height:1.6em;}
.HeadlineContainer .Headline .date {float:right;clear:both;font-size: 0.9em;}
.HeadlineContainer .Headline .more {clear:both}
.HeadlineContainer .Headline .more a:hover {color:Red !important;}
hr.HeadlineItemSeparator {color: red;	height: 1px;}

/* Headlines Story */
#HeadlineStoryContainer {display: block;width: 100%;}
#HeadlineStoryContainer #HeadlineStory #HeadlineStoryDate{display: inline;float:right;clear:both;font-size: 0.9em;}
#HeadlineStoryContainer #HeadlineStory #HeadlineStoryBack {height: 20px;text-align:center;}


/**************************************************
/	 SiteMap modules settings 
/**************************************************/
.SiteMapTier1
	{
	font-family: "Times New Roman" , Times, serif;
	font-size: 1.2em;
	color: #BE3016;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:0.8em;
	}
	
A.SiteMapTier1:link,A.SiteMapTier1:visited
	{
	color: #BE3016;
	text-decoration:none;
	}
	
A.SiteMapTier1:hover
	{
		color:#6D2823;
		font-size:1.2em;
		text-decoration:underline;
	}
	
.SiteMapTier2
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	padding-bottom:0.4em;
	}

A.SiteMapTier2:link,A.SiteMapTier2:visited
	{
	color: #333333;
	text-indent: 0px;
	padding-left: 25px;
	font-weight: normal;
	text-decoration:none;
	}


A.SiteMapTier2:hover
	{
		color:#6D2823;
		text-indent: 0px;
		padding-left: 25px;
		text-decoration: underline;
	}
	
.SiteMapTier3
	{
		color:#333333;
		font-size:1.0em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
	}

A.SiteMapTier3:link, A.SiteMapTier3:visited
{
	padding-left: 45px;
	color: #333333;
	text-indent: 25px;
	text-decoration:none;
}

A.SiteMapTier3:hover
	{
		color:#660066;
		text-indent: 25px;
		padding-left: 45px;
		text-decoration:underline;
	}
	
/**************** END OF SITE MAP SECTION *********************/



/**********************************************************
* PUBLIC WEBSITE FORM FIELD DEFAULTS
/**********************************************************/
.button
{
	background-color: #D8E6D0;
	color: #005700;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: #B1CDA3 1px ridge;
	border-top: #B1CDA3 1px ridge;
	border-left: #B1CDA3 1px ridge;
	border-bottom: #B1CDA3 1px ridge;

	margin-top:4px;
}

.buttonsmall
{
	background-color: #D8E6D0;
	color: #005700;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	cursor:pointer;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: #B1CDA3 1px ridge;
	border-top: #B1CDA3 1px ridge;
	border-left: #B1CDA3 1px ridge;
	border-bottom: #B1CDA3 1px ridge;
	margin-top:2px;
}

.button:hover, .buttonsmall:hover
{
	background-color:#B1CDA3;
	
}

.textbox
{
	padding: 1px;
	color: #333333;
	font-size: 1.0em;
	border: 1px solid #7F9DB9;
}

.textboxwitherror
{
	padding: 1px;
	border: 1px solid #7F9DB9;
	color: #333333;
	font-size: 1.0em;
	background-color: #ffcccc;
}

.fieldlabel
{
	color:#333333;
	font-weight:bold;
}

.fieldhelp
{
	color:#333333;
	font-weight:normal;
	font-size:1.1em !important;
}

.requiredmarker
{
	color: red !important;
}

.error, p.error
{
	color: Red;
	font-size:1.1em;
	font-weight:bold !important;
}

.FakeButton
{
	cursor:pointer;
}

.radiobutton
{
	font-size:0.9em;
}

/*-------- End of Form Field Defaults-------------/



/****************************************************
/* FAST SEARCH BOX
/****************************************************/
h2.h2BookSearch {
	background: url(/assets/images/h2BookSearch.png);
	height: 23px;
	width: 176px;
}


.searchAdvanced {
	font-size: 0.9em;
}

.searchGo {
	left: -4px;
	position: relative;
	vertical-align: middle;
}

.searchInput {
	border: 1px solid #7F9DB9;
	margin-bottom: 5px;
	width: 152px;
	font-size: 1.0em;
	padding:1px;
}

.searchSelect {
	margin-bottom: 5px;
	width: 156px;
	font-size: 1.0em;
}

/*select {
	border: 1px solid #7F9DB9;
	padding: 1px;
}
*/

.sortProdcutsSelect {
	width: 156px;
}



/*-------- End of Search Box Defaults-------------*/


/***************************************************
/*SEARCH BOX ADVANCED PANEL
/***************************************************/
h2.h2Search {
	background: url(/assets/images/h2Search.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 23px;
	width: 528px;
	padding-top:5px;
}

h2.h2Search span {
	display: none;
}

#detailedSearch table {
	width: 540px;
}

#detailedSearch table td {
	font-size: 1.2em;
	padding-top: 10px;
}

.detailedSearchGo {
	position: relative;
	right: -4px;
}

.detailedSearchInput {
	border: 1px solid #7F9DB9;
}

.detailedSearchRadio {
	margin-left: 10px;
}

.detailedSearchSelect {
}
/*-------- End of Search Box Advanced Defaults-------------*/


/****************************************************
/* Product Category Nav
/****************************************************/
h2.h2Categories {
	background: url(/assets/images/h2Categories.png);
	height: 23px;
	width: 176px;
}
h2.h2Categories span {
	display: none;
}

#categoryList {
	background: url(/assets/images/categoryListBottomBg.png) bottom no-repeat;
	font-size: 62.5%;
	list-style-type: none;
	padding-bottom: 8px;
}

#categoryList li {
	display: inline;
}

#categoryList li a {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	display: block;
	font-size: 1.2em;
	padding: 4px 7px;
	text-decoration: none;
}

#categoryList li a.upto
{
	background-color: #ffe4e1;
	font-style: italic;
}

#categoryList li a.child
{
	padding-left: 25px;
	background-color: #ffe8e8;
}

#categoryList li a:hover {
	background-color: #eee;
}

#categoryList li a.active {
	background: url(/assets/images/categoryListItemBg.png);
	color: #fff;
}


/*-------- End of Category Nav Styles-------------*/



/*******************************************************
/* BASKET SUMMARY PANEL STYLES
/*******************************************************/
.BasketSummaryContent
{
	margin-left:10px;
	margin-right:10px;
	width:170px;
}
.BasketSummary h3

{
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 4px;
	height: 23px;
	font-size: 1.4em;
	background-image: url(../images/centreColumn/pageDividerRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:white;
	margin-top: 0px;
	padding-bottom:0px;
	font-weight: lighter;
	text-align:right;
	padding-right:20px;
}

.BasketSummary td, .BasketSummary p
{
	font-size:1.1em;
	line-height:150%;
}

td.BasketSummaryTotal
{
	color:#005700;
	font-size:1.2em;
	font-weight:bold;
	border-top: dotted 1px #005700;
	border-bottom: dotted 1px #005700;
	padding-top:2px;
	padding-bottom:2px;
}

.BasketSummary a, .BasketSummary a:visited
{
	font-size:1.1em;
	font-weight:bold;
	color: #333333;
}

.BasketSummary a:hover
{
	color:#005700;
	text-decoration:underline;
}

/*-------- End of Basket Summary Styles-------------*/



/**************************************************
/ MY ACCOUNT STYLES
/***************************************************/
h2.h2MyAccount {
	background: url(/assets/images/h2MyAccount.png);
	height: 23px;
	width: 176px;
}

h2.h2MyAccount span {
	display: none;
}

.MyAccountLeftMenu {
	background: url(/assets/images/categoryListBottomBg.png) bottom no-repeat;
	font-size: 62.5%;
	list-style-type: none;
	padding-bottom: 8px;
}

.MyAccountLeftMenu li {
	display: inline;
}

.MyAccountLeftMenu li a {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	display: block;
	font-size: 1.2em;
	padding: 4px 7px;
	text-decoration: none;
}

.MyAccountLeftMenu li a:hover {
	background-color: #eee;
}

.MyAccountLeftMenu li a.active {
	background: url(/assets/images/categoryListItemBg.png);
	color: #fff;
}

div.MyAccountSignInRegister
{
	width:530px;
}

div.MyAccountSignIn
{
	border: solid 1px #B1CDA3;
	margin-bottom:20px;
	padding:5px;
}

div.MyAccountRegister
{
	border: solid 1px #B1CDA3;
	padding:5px;
}


/* My Account - Order View */
#region1 h4.OrderHeading 
{
	font-size:1.1em;
	font-family: Arial, Helvetica, Serif;
	font-weight:bold;
	margin-top:8px;
	
}

#region1 .OrderInfo
{
	font-size:1.1em;
}

#region1 .Left
{
	float:left;
	width: 300px;
}

#region1 .Right
{
	float:right;
	width:300px;
}

/*-------- End of My Account Styles-------------*/


/*************************************************
/* PRODUCT SUMMARY STYLES
/*************************************************/

#productListingMain p {
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 0;
}

#productListingMain p.noproducts {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

#productListingMain h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #333333;
}

#productListingMain h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: normal;
	color: #BE3016;
}


#ProductSummaryHeader {
	font-size: 1.1em;
	text-align: right;
}

.ProductSummaryDropDownList {
	font-size: 1.0em;
}

#productPagination {
	background: url(/assets/images/divider.png) top no-repeat;
	font-size: 1.1em;
	margin-top: 25px;
	padding-top: 10px;
}

#productPagination ul input {
	margin-bottom: 1px;
	vertical-align:middle;
}

#productPagination ul {
	list-style-type: none;
}
#productPagination ul li.productDisplay {
	height: 16px;
	float: left;
	margin-left:0px;
	list-style-type: none;
	width:175px;
}

#productPagination ul li.productPages {
	float: right;
	list-style-type: none;
	font-size:1.1em;
	width:325px;
}


.ProductSummary
{
	width:110px;
	margin-right:20px;
	margin-top:10px;
}

.ProductSummary h3 {
	font-size: 1.2em;
	margin-top: 5px;
	font-family: Arial, Helvetica;
	font-weight:bold;
	color:#BE3016;
	min-height: 50px;
}

.ProductSummary h3 a
{
	text-decoration: none
}

.ProductSummary h3 a:hover
{
	text-decoration: underline
}

.ProductSummary .ProductSummaryImage
{
	width:110px;
	height:125px;
}
.ProductSummary .ProductSummaryImage a img
{
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 1px;
}

.ProductSummary .ProductSummaryImage a:hover img {
	border: 1px solid #BE3016;
	margin-top: 10px;
	padding: 1px;
}

#productListingMain p.price {
	font-size:1.2em;
	font-weight:bold;
}

hr.ProductSummary
{
	border:dotted 1px #B1CDA3
}




/* Product Summary Bar - covers the top (display order preferences) and bottom (pager controls)*/
div.ProductSummaryBar
{
	margin: 0;
	padding: 3px;
	width: 529px;
	border-bottom: dotted 1px #B1CDA3;
}

div.ProductSummaryFooterBar
{
	float: left;
	padding: 3px;
	border-top: dotted 1px #B1CDA3;
	border-bottom:0px;
	width:529px;
	margin-top:10px;
}

div.ProductSummaryFooterBar ul
{
	float: left;
	width: 100%;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
}



div.ProductSummaryFooterBar #Pager
{
	float: left;
	padding: 3px;
	font-size:1.1em;
	margin-left:0px;
	list-style-type: none;
	font-weight:bold;
}

div.ProductSummaryFooterBar #Message
{
	float: right;
	padding: 3px;
	font-size:1.1em;
}



/*************************************************
* PRODUCT DETAIL
**************************************************/
#productDetail {
	/*font-size: 62.5%;*/
}

#productDetailColLeft {
	float: left;
	text-align: center;
	width: 160px;
}

#productDetailColRight {
	float: left;
	padding-bottom: 15px;
	padding-left: 30px;
	width: 338px;
}


#productListingMain p.pFormat {
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}

#productListingMain p.pPriceLarge {
	color: #BE3016;
	font-size: 2.0em;
	font-weight: bold;
}

#productListingMain p.pPriceWas {
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
}

p.pRRP {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 20px 0;
}

#productDetailColLeft #productImage {
	width:160px;
	height:160px;
	border: 1px solid #ccc;
	padding: 1px;
}

/*
#productDetailColLeft a img.productImage {
	border: 1px solid #ccc;
	padding: 1px;
}*/

#productDetailColLeft a:hover img.productImage {
	border: 1px solid #BE3016;
}

#productDetailColLeft label {
	font-size: 1.3em;
	font-weight: bold;
}

.productDetailColLeftQuantity {
	width: 30px;
}

.productDetailColLeftAdd {
	margin-top: 10px;
}

#productInfo p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#pageTitle {
	/*font-size: 62.5%;*/
	padding-bottom: 10px;
}

#pageTitle h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3.6em;
	font-weight: normal;
	margin-bottom: 5px;
}

#pageTitle p {
	color: #666;
	font-size: 1.2em;
}


h2.h2Details {
	background: url(/assets/images/h2Details.png);
	height: 14px;
	margin: 25px 0 5px 0;
	width: 342px;
}

#promotiontagholder
{
	width: 173px;
	height: 5px;
	margin-top:-10px;
	position: absolute;
	display: block;
}

#promotiontag
{
	width: 45px;
	height: 45px;
	float: right;
	background-image: url('/assets/images/pricetag.gif' );
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#promotiontagtext
{
	width: 35px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	margin: 5px;
	padding-left: 2px;
	padding-top: 2px;
}







/*************************************************
Basket and Order Styles
**************************************************/
h2.h2MyBasket {
	background: url(/assets/images/h2MyBasket.png);
	height: 23px;
	width: 176px;
}

h2.h2MyBasket span {
	display: none;
}

.MyBasketLeftMenu {
	background: url(/assets/images/categoryListBottomBg.png) bottom no-repeat;
	font-size: 62.5%;
	list-style-type: none;
	padding-bottom: 8px;
}

.MyBasketLeftMenu li {
	display: inline;
}

.MyBasketLeftMenu li a {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	display: block;
	font-size: 1.2em;
	padding: 4px 7px;
	text-decoration: none;
}

.MyBasketLeftMenu li a:hover {
	background-color: #eee;
}

.MyBasketLeftMenu li a.active {
	background: url(/assets/images/categoryListItemBg.png);
	color: #fff;
}

#noshipping
{
	font-size:0.9em !important;
	color:Maroon !important;
	font-weight:bold;
	width:50%;
	float:right;
}



/************************************************
/*My Account
/************************************************/

#ExistingCustomerContainer
{
	width:342px;
	margin-right:20px;
	float:left;
}

#NewCustomerContainer
{
	width:342px;
	float:right;
	clear:right;
}
h2.h2ExistingCustomer {
	background: url(/assets/images/h2ExistingCustomer.png);
	height: 23px;
	width: 342px;
	margin:0px !important;
	padding:0px !important;
}

h2.h2ExistingCustomer span {
	display: none;
}

#ExistingCustomer 
{
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	display: block;
	padding: 5px;
	width:330px;
	margin:0px;
	height:180px;
}

.panelbottom
{
	background: url(/assets/images/panelBottomBg.png) bottom no-repeat;
	height:8px;
	width:342px;
}

h2.h2NewCustomer {
	background: url(/assets/images/h2NewCustomer.png);
	height: 23px;
	width: 342px;
	margin:0px !important;
	padding:0px !important;
}

h2.h2NewCustomer span {
	display: none;
}

#NewCustomer 
{
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	display: block;
	padding: 5px;
	width:330px;
	margin:0px;
	height:180px;
	font-size:1.1em;
}


/* Credit Panel *
/*************************************************
Basket and Order Styles
**************************************************/
h2.h2Credits {
	background: url(/assets/images/h2Credits.png);
	height: 23px;
	width: 176px;
}

h2.h2Credits span {
	display: none;
}

#CreditsPanel {
	font-size: 62.5%;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #ffffff;
	padding-left:5px;
	padding-right:5px;
	margin:0px;

}

#CreditsPanel p 
{
	line-height:150%;
	margin-bottom:10px;
	font-size:1.1em;
}

#CreditsPanelFooter 
{
	background: url(/assets/images/categoryListBottomBg.png) bottom no-repeat;
	height:8px;
	display:block;
	padding:0px;
	width: 176px;
}



/**** ORDER PROCESS LEFT MENU ***/
h2.h2OrderProcess {
	background: url(/assets/images/h2OrderSteps.png);
	height: 23px;
	width: 176px;
}

h2.h2OrderProcess span {
	display: none;
}

.OrderProcessLeftMenu {
	background: url(/assets/images/categoryListBottomBg.png) bottom no-repeat;
	font-size: 62.5%;
	list-style-type: none;
	padding-bottom: 8px;
}

.OrderProcessLeftMenu li {
	display: inline;
}

.OrderProcessLeftMenu li a {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	display: block;
	font-size: 1.2em;
	padding: 4px 7px;
	text-decoration: none;
}

.OrderProcessLeftMenu li a:hover {
	background-color: #eee;
}

.OrderProcessLeftMenu li a.active {
	background: url(/assets/images/categoryListItemBg.png);
	color: #fff;
}

.moreLink
{
	font-size:1.2em;
	font-weight:bold;
	float:right;
	margin-top:3px;
	margin-right:20px;
}

.catHeader
{
	padding-bottom:5px;
}
