/*****************************************************************************************************/
/***************************                    GLOBALS                    ***************************/
/*****************************************************************************************************/

/* all fieldsets need broad spacing */
fieldset {
	margin: 5px;
	padding: 5px;
}

/* all select boxes should use small font */
select {
	font-size: 11px;
}

/* all images should have no margin or border */
img {
	margin: 0px;
	border-style: none;
	vertical-align: middle;
}

/* set the left margin of the page */
.GeneralLayout {
	margin-left: 10px;
}

/* highlight errors in red */
.error {
	color: red !important;
}

/* make sure that <div class="Separator"> does what it's supposed to */
.Separator {
	clear: both;
}

/*****************************************************************************************************/
/***************************                    HEADER                     ***************************/
/*****************************************************************************************************/

/* the ShopLogo template doesn't enclose the logo in a div so we have to turn it into a block-level element to avoid unwanted spacing */
/*
.ShopLogo {
	display: block;
}
*/

/*
body.en_US .Header {
	background: url("/WebRoot/Store/Shops/Britannicashop/Styles/MileStones/HeaderBackgroundImage_ie.jpg") top left transparent;
}
*/

.Header table.SizeContainer {
	width: 100%;
}

/* style for the header section */

/*
div.JSMenuBar {
	width: 770px;
	color: #306090;
	font-weight: bold;
	text-align: right;
}
*/

div.JSMenu {
	height: 25px;
	overflow: hidden;
}

div.JSMenu h2 {
	text-align: center;
	cursor: default;
}

div.JSMenu ul {
	position: relative;
	visibility: hidden;
	margin: 0px;
	border-top: 2px solid #306090;
	padding: 0px;
	background-color: #ffffff;
	list-style-type: none;
}

div.JSMenu li {
	margin: 0px;
	border-bottom: 2px solid #306090;
	padding: 0px;
	font-weight: bold;
	text-align: center;
	white-space: normal;
}

div.JSMenu a {
	text-decoration: none !important;
}

div.JSMenu a:hover {
	color: #b6ba1f;
}

div.JSMenu li a {
	display: block;
	padding: 2px 0px;
}

div#JSMenu1 {
	position: absolute;
	top: 12px;
	left: 306px;
	float: left;
	width: 113px;
}

ul#JSMenuItems1 {
	position: relative;
	top: 3px;
	left: -1px;
	width: 115px;
}

div#JSMenu2 {
	position: absolute;
	top: 12px;
	left: 419px;
	float: left;
	width: 87px;
}

ul#JSMenuItems2 {
	position: relative;
	top: 3px;
	left: -14px;
	width: 115px;
}

div#JSMenu3 {
	position: absolute;
	top: 12px;
	left: 505px;
	float: left;
	width: 93px;
}

ul#JSMenuItems3 {
	position: relative;
	top: 3px;
	left: -11px;
	width: 115px;
}

div#JSMenu4 {
	position: absolute;
	top: 12px;
	left: 598px;
	float: left;
	width: 67px;
}

ul#JSMenuItems4 {
	position: relative;
	top: 3px;
	left: -24px;
	width: 115px;
}

div#JSMenu5 {
	position: absolute;
	top: 12px;
	left: 665px;
	float: left;
	width: 115px;
}

ul#JSMenuItems5 {
	position: relative;
	top: 3px;
	left: 0px;
	width: 115px;
}

div#JSMenu5 h2 {
	text-align: right !important;
}

/*****************************************************************************************************/
/***************************                    LEFTNAV                    ***************************/
/*****************************************************************************************************/

/* the CategoriesListBox template lists top-level categories and their children, this is the style for a top-level container div */
div.EBCategory {
	clear: both;
	border-top: 1px solid rgb(118,152,187);
	padding: 2px 0px 2px 10px;
	color: #ffcc00;
	font-size: 12px;
	font-weight: bold;
}
body.en_GB div.EBCategory {
	background-color: #306090;
}
/*
body.en_US div.EBCategory {
	background-color: #309060;
}
*/

/* this is the style for a header in a CategoriesListBox template */
div.EBCategoryParent {
	padding: 3px 0px 0px 0px;
}

/* this is the style for a child of a top-level category in the CategoriesListBox template */
div.EBCategoryLink {
	margin: 0px;
	padding: 3px 0px 0px 13px;
	font-size: 11px;
}
div.EBCategoryLink a {
	padding: 0px 12px 0px 0px;
}

/* this is the style for a grandchild of a top-level category in the CategoriesListBox template */
div.EBSubCategory {
	margin: 0px;
	padding: 3px 0px 0px 13px;
	font-size: 11px;
}
div.EBSubCategory a {
	padding: 0px 12px 0px 0px;
}

/* this applies if the current page relates to a category - that category is "Active" in the CategoriesListBox template */
div.Active {
	background-image: url("/WebRoot/Store/Shops/BritannicaShop/leftpointer.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
div.Active a:link, div.Active a:visited, div.Active a:hover, div.Active a:active {
	display: block;
	width: 120px;
	background-image: url("/WebRoot/Store/Shops/BritannicaShop/rightpointer.png");
	background-position: 100% 2px;
	background-repeat: no-repeat;
	text-decoration: underline;
}
div.Active div a:link, div.Active div a:visited, div.Active div a:hover, div.Active div a:active {
	background-image: none;
	text-decoration: none;
}

/* infotext element */
.NavBarLeft p.NavigationText {
	margin: 0 !important;
	border-bottom: 1px solid rgb(118,152,187);
	padding-bottom: 4px !important;
}

/* product search box */
div.ProductSearchBox {
	padding: 2px 0px 6px 10px;
	border-bottom: 1px solid rgb(118,152,187);
}
div.ProductSearchBox h1 {
	line-height: 24px;
	font-size: 12px;
}
div.ProductSearchBox a {
	display: block;
	font-size: 10px;
}

/* mini basket box */
div.MiniBasketBox {
	padding: 2px 4px 10px 4px;
	border-bottom: 1px solid rgb(118,152,187);
}
div.MiniBasketBox h1, div.MiniBasketBox h2, div.MiniBasketBox h3 {
	margin-bottom: 4px;
	padding: 0px 6px;
	line-height: 24px;
	font-size: 12px;
}
div.MiniBasketBox a {
	font-size: 12px;
}
table.MiniBasket {
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
}
table.MiniBasket td {
	border: 2px solid #6090ce;
	font-size: 10px;
}
table.MiniBasket td a {
	font-size: 10px;
}

/* promo code box */
div.PromoCodeBox {
	padding: 2px 0px 10px 10px;
	border-bottom: 1px solid rgb(118,152,187);
}
div.PromoCodeBox h1 {
	line-height: 24px;
	font-size: 12px;
}
div.PromoCodeBox a {
	display: block;
	font-size: 10px;
}

/*****************************************************************************************************/
/***************************                 CONTENT AREA                  ***************************/
/*****************************************************************************************************/

/* general */

td.ContentArea table, td.ContentArea th, td.ContentArea td {
	border-color: #306090;
}

td.ContentArea th {
	border-color: #ffffff;
	background-color: #306090;
	color: #ffffff;
}

/*
td.ContentArea div.Separator {
	display: none;
}
*/

td.ContentArea div.ContextBox {
	margin: 100px auto;
	border: 2px solid rgb(118,152,187);
	width: 206px;
}

td.ContentArea div.ContextBoxHead {
	border-bottom: 1px solid rgb(118,152,187);
	padding-bottom: 2px;
	background-color: #306090;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

td.ContentArea div.ContextBoxBody {
	padding: 10px;
	width: 186px;
	background-color: #306090;
	color: #ffffff;
}

td.ContentArea div.Entry {
	padding-bottom: 10px;
}

td.ContentArea div.InputLabelling {
	clear: left;
	float: left;
	width: 66px;
	line-height: 20px;
	background-color: #306090;
	color: #ffffff;
}

td.ContentArea input.Login {
	width: 110px;
}

td.ContentArea input.Action {
	display: block;
	margin: 0px auto;
}

/* styles for the home page */
div.EBStartPageLeft {
	float: left;
	width: 388px;
}
div.EBStartPageLinks a:link, div.EBStartPageLinks a:visited, div.EBStartPageLinks a:hover, div.EBStartPageLinks a:active {
	background-color: rgb(0,51,102);
	color: #ffffff;
	text-decoration: underline;
	font-family: trebuchet ms, tahoma,verdana,arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 29px !important;
}
div.EBStartPageRight {
	float: left;
	width: 212px;
}
div.EBStartPageLinks {
	padding-left: 10px;
	height: 174px;
	line-height: 25px;
	background-color: rgb(0,51,102);
	color: rgb(255,204,0);
	font-family: trebuchet ms, tahoma,verdana,arial;
	font-size: 12px;
	font-weight: bold;
}

/* style for a category page where there are subcategories */
.MidLevelCategory {
	margin: 0;
	padding: 0;
	width: 600px;
	background-image: url('/WebRoot/Store/Shops/BritannicaShop/thistlebg.jpg');
	background-repeat: no-repeat;
}
.ListOfSubCategories {
	float: left;
	margin: 5px 0px 0px 5px;
	padding: 0;
	height: 250px;
	width: 260px;
}
.ListOfSubCategories h1 {
	color: #9a9f38;
	font-size: 14px;
}
.ListOfSubCategories h2 {
	margin-top: 5px;
	font-size: 12px;
}
.ListOfSubCategories a {
	color: #6090d0 !important;
}
.FeaturedProduct1 {
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	height: 250px;
	width: 320px;
	overflow: hidden;
}
.FeaturedProduct2 {
	clear: both;
	float: left;
	margin: 20px 0 0 5px;
	padding: 0;
	height: 150px;
	width: 360px;
	overflow: hidden;
}
.FeaturedProduct3 {
	float: left;
	margin: 20px 0 0 20px;
	padding: 0;
	height: 150px;
	width: 210px;
	overflow: hidden;
}

/* styles for products in list pages */
.EBProductList {
	border-collapse: collapse;
	width: 600px;
}
.EBProductList td {
	border-style: none;
	padding: 0px;
	width: 200px;
	text-align: center;
	vertical-align: top;
}
.EBProductList div.ImageArea {
	margin: 0px auto 10px auto;
	border-style: double;
	border-width: 3px;
	border-color: #b0ddff;
	padding: 0px;
	height: 180px;
	width: 180px;
	overflow: hidden;
}
.EBProductList div.ImageArea img {
	margin: auto;
	border-style: none;
}
.EBProductList div.Description, .EBProductList div.DailyPrice, .EBProductList div.LinkArea {
	margin: 0px auto;
	padding: 0px;
	width: 180px;
}
.EBProductList div.Price {
	margin-right: 10px;
}
.EBProductList a.EBAction {
	font-weight: bold;
	text-decoration: underline;
}

/* styles for the product detail page */
div.EBImageArea {
	float: left;
	padding-right: 10px;
}
div.EBImage {
	margin-bottom: 10px;
	border-style: double;
	border-width: 3px;
	border-color: #b0ddff;
}
div.EBImageCaption {
	text-align: center;
}
div.EBInfoArea {
	/*float: left;*/
	margin-bottom: 10px;
	padding-right: 10px;
	/*min-width: 300px;*/
}
	
ul.ProductAttributeTabs {
	display: block;
	list-style-type: none;
	margin: 0px;
	border: 1px solid white;
	padding: 0px;
}
ul.ProductAttributeTabs li {
	float: left;
	margin: 0px;
	padding: 0px;
}
div.ProductAttributeTab {
	clear: left;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	border-style: double;
	border-width: 3px;
	border-color: #b0ddff;
}

/* styles for basket pages, address pages etc */

ul.OrderProcessStatus {
	background-image: url("../../ImageSet/EBUK/bgr_orderstatus_floatin.gif");
}
div.TableHead {
	background-color:  #306090;
}
.InputLabelling {
	color:  #306090;
	text-align: right;
}
table.addresses td.InputLabelling {
	padding-left: 20px;
	white-space: nowrap;
}
table.addresses select {
	width: 175px;
}
form.EBAddressForm {
	margin: 5px auto;
	width: 522px;
}
div.EBAddressColumn {
	float: left;
	width: 260px;
}
div.EBAddressColumn table {
	float: left;
	border: 1px solid #306090;
	border-collapse: collapse;
	width: 260px;
}
div.EBAddressColumn th {
	padding: 1px 2px;
}
div.EBAddressColumn td {
	padding: 1px 4px;
}
div.EBAddressColumn input.Text,
div.EBAddressColumn select.Text {
	width: 140px;
}
td.AddressSeparator {
	height: 1px;
	background-color: #306090;
}
