body 
{
	font-family: "Helvetica", Arial, "Trebuchet MS";
	background-color:white;
	
	display:block;  
	font-size:10pt;
	
	margin-left: 0px;
	margin-top: 0px;
	
	width: 100%;
	min-width: 1000px;
	
}


a, a:link, a:active, a:visited {
	color: #55504b;
	text-decoration: none; }
a:hover {
	color: #55504b; }

a.small, a.small:link, a.small:active, a.small:visited {
	color: #21287A;
	text-decoration: none; }

a.small:hover {
	color: #21287A;
	text-decoration: underline; }

.BackgroundGrey
{
	background-color: #f4f3f0;
}
.MaxPageWidth
{
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.TextBox
{
	border: 1px #e0e0e0 solid;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.Button
{
	border: 1px #000000 solid;
	background: none repeat scroll 0% 0% #d4d0c8;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
	padding: 1px 5px;
}

.SectionHeading
{
	font-weight: bold;
	color: #7ba1c4;
	font-size: 16pt;
	line-height: normal;
	padding-bottom: 10px;
	padding-top: 5px;   
}

.SubHeading
{
	font-weight: bold;
	color: #7ba1c4;
	font-size: 13pt;
	line-height: normal;
	padding-bottom: 8px;
	padding-top: 3px;   
}
.SubHeadingUnderline
{
	display: block;
	font-size:13pt;
	line-height:15pt;
	width: 95%;
	border-bottom: 1px solid #cfcece; 
	font-weight: bold;
	color: #7ba1c4;
	margin-bottom: 8px;
	padding-bottom: 3px;
	padding-top: 5px;   
	margin-left: 5px;
	margin-right: 5px;
}
.BigSubHeading
{
	font-weight:bold;
	padding:20px 0 5px 0;
	font-size:12pt;
}
.StandardText
{
	font-family: "Helvetica", Arial, "Trebuchet MS";
	font-size: 10pt;
	line-height: normal;
}
.ErrorText
{
	font-size: 10pt;
	line-height: normal;
	color: #cc0000;
}
.SuccessText
{
	font-size: 11pt;
	line-height: normal;
	color: #349321;
}

.WordRed {color:#b80012;}

img {
	border: 0;}
	
.PageBody {
	padding: 10px;
}


#Header {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	height: 140px;
	width: 100%;
	min-width: 1000px; }

	div#HeaderTop {
		height: 80px;
		min-width: 700px; 
		margin: 0 auto;
		width: 100%;
		vertical-align: bottom; }

		#HeaderTopWordLogo  {
			display: block;
			float: left;
			margin-left: 30px;
			margin-top: 30px;
			width: 245px;
			height: 45px;
			background-image: url(/images/header/headersprite.png);
			background-position: 0 0px; 
			cursor: pointer; }

		#divLocation {
			position: relative;
			left: 0px;
			top: 47px;
		}
			
		div#HeaderTopSearchBar {
			display: block;
			vertical-align: bottom;
			height: 80px;
			margin-left: 300px;
			margin-right: 295px; }

			div#HeaderTopSearchBarContent {
				position: relative;
				top: 38px;
				display: block;
				height: 40px;
				vertical-align: middle; }
				
				#HeaderTopSearchBarSearch 
				{
					position: absolute;
					bottom: 4px;
					left: 3px;
					display: block;
					width: 50px;
					height: 25px;
					vertical-align: middle;
					padding-right: 10px;
					padding-top: 3px;
					font-size: 16px; }
				
				#HeaderTopSearchDropDownDisplay
				{
					display: block;
					position: absolute;
					bottom: 6px;
					left: 63px;
					font-size: 14px;
					color: #000000;
					cursor: pointer;
					background-image: url(/images/header/headersprite.png);
					background-position: right -113px;
					z-index: 1000;
					height: 21px;
					padding: 6px 30px 0px 8px;
					border-radius: 5px 5px 5px 5px;
				}
				
				.HeaderTopSearchDropDownDisplayHighlight
				{
					background-position: right -140px !important;
				}
				
				#HeaderTopSearchDropDown {
					display: none;
					position: absolute;
					top: 35px;
					left: 63px;
					font-size: 14px;
					border: solid 1px black;
					background: white;
					z-index: 2000;
					width: 150px; }
					
					.HeaderTopSearchDropDownOption {
						display: block;
						padding: 1px 3px;
						width: 144px;
						cursor: pointer; }
						
					.HeaderTopSearchDropDownHighlight {   
						background: #0a246a;
						color: White; }
				
				div#HeaderTopSearchTextBox {
					position: absolute;
					left: 60px;
					right: 5px;
					bottom: 3px;
					display: block;
					padding-right: 120px; }
				
					.HeaderTopSearchTextBoxInput {
						width: 100%;
						position: relative;
						left: 0px;
						height: 30px;
						border: 1px #901622 solid;
						background: none repeat scroll 0% 0% rgb(255, 255, 255);
						border-radius: 5px 5px 5px 5px;
						box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
						font-size: 15px;
						padding-left: 120px;
						padding-right: 38px;
						width: 100%; }
				
				#HeaderTopSearchGo {
					display: block;
					color: #000000;
					height: 21px;
					width: 33px;
					position: absolute;
					text-align: center;
					padding-top: 6px;
					font-size: 10pt;
					font-weight: bold;
					cursor: pointer;
					border-radius: 4px 4px 4px 4px;
					top: 7px;
					background-image: url(/images/header/headersprite.png);
					background-position: -136px -79px;
					color: White;
					right: -32px; }
					
					.HeaderTopSearchGoHighlight {
						background-position: -170px -79px !important;
						color: White !important; }

		div#HeaderTopAC {
			position: relative;
			float: right;
			display: block;
			width: 255px;
			height: 40px;
			margin-top: 40px; }
  
			div#HeaderTopACAccount {
				float: left;
				font-size: 16px;
				text-align: center;
				width: 125px;
				cursor: pointer;
				height: 40px; }

				#HeaderTopACAccountName {
					position: relative;
					right: 4px;
					top: 2px;
					width: 114px;
					display: block;
					text-align: right;
					font-size: 8pt;
					margin-right: 10px; }
				
					#HeaderTopACCcountNameHighlight {
						color: #349321;
						font-weight: bold; }
				
				#HeaderTopACYourAccount {
					position: absolute;
					padding-left: 14px;
					bottom: 5px; }
					
			div#HeaderTopACSeparator {
				display: block;
				float:left;
				margin-left: 5px;
				height: 35px;
				width: 1px;
				border-right: solid 1.5px #c0bfc0; }
				
			div#HeaderTopACCart  {
				display: block;
				float:left;
				margin-left: 7px;
				margin-top: 2px;
				padding: 0px 5px;
				cursor: pointer;
				width: 100px;
				height: 40px; }
				
				#HeaderTopACCartLogo  {
					float: left;
					margin-top: 10px;
					margin-left: 5px;
					width: 25px;
					height: 20px;
					/*background-image: url(//cdndev.word.com.au/images/header/cartblack.png);*/
					/*background-position: -204px -79px;*/
				}

				.HeaderTopACCartLogoWhite{background-image: url(/images/header/cartwhite.png);}
				.HeaderTopACCartLogoBlack{background-image: url(/images/header/cartblack.png);}
					
				div#HeaderTopACTotal {
					display: block;
					float:left;
					margin-left: 7px;
					margin-top: 12px;
					font-size: 16px; }

	div#HeaderBottom {
		margin-top: 20px;
		display: block;
		height: 40px;
		left: 0px;
		min-width: 700px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		
			background: rgb(252,252,252); /* Old browsers */
			
			background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(239,239,239,1) 40%, rgba(222,222,222,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(40%,rgba(239,239,239,1)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(239,239,239,1) 40%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(239,239,239,1) 40%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(239,239,239,1) 40%,rgba(222,222,222,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(239,239,239,1) 40%,rgba(222,222,222,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */

	}
					
		div.HeaderBottomText {
			position: relative;
			top: 10px;
			left: 15px;
			display: block;
			font-size: 16px; }

		div.HeaderBottomSpacer { }
	
		div#HeaderBottomShopByCategory {
			padding-left: 20px;
			display: inline-block;
			float: left;
			margin-left: 30px;
			width: 90px;
			height: 40px;
			background: #73787f;
			border-radius: 6px 6px 0px 0px;
			color: #ffffff;
			vertical-align: top;
			cursor: pointer; }

			div#HeaderBottomShopByCategoryText1 {
				display: block;
				margin-top: 8px;
				margin-left: 2px;
				font-size: 12px;
				line-height: 10px;  }
				
			div#HeaderBottomShopByCategoryText2 {
				display: block;
				margin-left: 2px;
				font-size: 15px;
				font-weight: bold;
				line-height: 16px; }

		div#HeaderBottomLatestCatalogue {
			display: inline-block;
			float: left;
			width: 110px;
			height: 40px;
			cursor: pointer; }
			
		div#HeaderBottomContactUs {
			display: inline-block;
			float: left;
			width: 110px;
			height: 40px;
			cursor: pointer; }
			
		div#HeaderBottomStoreLocations {
			display: none;
			float: left;
			width: 140px;
			height: 40px;
			cursor: pointer; }
			
		div#HeaderBottomGiftVoucher {
			display: inline-block;
			float: left;
			width: 115px;
			height: 40px;
			cursor: pointer;  }

		div#HeaderBottomInformation {
			display: inline-block;
			float: left;
			width: 105px;
			height: 40px;
			cursor: pointer;  }
					  
		div#HeaderBottomSocial  {
			display: inline-block;
			float: right;
			width: 80px;
			height: 38px;
			vertical-align: middle;   }

			#HeaderBottomSocialFacebook {
				display: inline-block;
				width: 34px;
				height: 34px;
				margin: 0px;
				padding: 0px;
				vertical-align: bottom;
				background-image: url(/images/header/headersprite.png);
				background-position: -68px -79px
			}
			#HeaderBottomSocialFacebook:hover {
				background-position: 0px -79px 
			}
			#HeaderBottomSocialTwitter {
				display: inline-block;
				width: 34px;
				height: 34px;
				margin: 0px;
				padding: 0px;
				vertical-align: bottom;
				background-image: url(/images/header/headersprite.png);
				background-position: -102px -79px
			}
			#HeaderBottomSocialTwitter:hover {
				background-position: -34px -79px 
			}
				
		div#HeaderBottomEStores {
			padding: 0px 10px;
			display: inline-block;
			float: right;
			margin-right: 30px;
			width: 90px;
			height: 40px;
			background: #73787f;
			border-radius: 6px 6px 0px 0px;
			color: #ffffff; 
			vertical-align: top;
			cursor: pointer; }

			div#HeaderBottomEStoresText {
				display: block;
				font-size: 16px;
				font-weight: bold;
				text-align: center;
				padding-top: 9px; }
	


	div.DropDownHighlight {
		background: #ffffff; }
	div.DropDownHighlightBlack {
		background: #73787f;
		border-radius: 6px 6px 0px 0px;
		color: #ffffff; }
		
	div.DropDownHighlightBlack > div > span
	{
		color: #6ae152 !important;
	}



	div#DropDownCategory {
		display: none;
		position: absolute;
		left: 30px;
		height: 310px;
		width: 950px;
		background: #ffffff;
		box-shadow: 1px 1px 4px #888888;
		border-left: solid 1px #d4d7de;
		border-right: solid 1px #94969b;
		border-bottom: solid 1px #94969b;
		z-index: 2000; }

		div.DropDownCategoryColumn {
			display: block;
			float: left;
			width: 140px;
			height: 100%;
			background: #f4f3f0; }

		div.DropDownCategoryText {
			display: block;
			margin-top: 12px;
			margin-bottom: 5px;
			padding-bottom: 3px;
			padding-left: 20px;
			font-size: 16px;
			line-height: 20px;
			cursor: pointer;
			width: 120px;
			border-bottom: solid 2px transparent;
			font-weight: bold;
		}



		div.DropDownCategoryDetails {
			display: block;
			height: 100%;
			width: auto; }
			
		div.DropDownCategoryPanel {
			position: absolute;
			left: 0px;
			top: 0px;
			display: none;
			margin-left: 280px;
			height: 100%;
			width: 670px;
			background: #ffffff;
		}


		div.DropDownCategoryGeneral {
			background: #ffffff;
			display: block; }
			
		div.DropDownCategoryGeneralHeading {
			color: #2f6ba2;
			font-size: 16px;
			position: absolute;
			font-weight: bold; }

		div.DropDownCategoryGeneralHeading a {color: #2f6ba2;}
			
		div.DropDownCategoryGeneralCategoryText {
			font-size: 12px;
			line-height: 18px;
		}
		
		div.DropDownCategoryGeneralCategoryText a:hover {
			text-decoration: underline;
		}

		div.DropDownCategoryGeneralCategoryTextMaxWidth {
			max-width: 140px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
			
		div.DropDownCategoryGeneralCategoryText:before {
			content:"> "; }

		
		div.DropDownCategoryGeneralSubHeadingText {
			font-size: 13px;
			margin: 4px 0;
			color: #4cae2a;
		}
		div.DropDownCategoryGeneralEstoreText {
			font-size: 13px;
			margin: 4px 0;
			color: #cb1516;
		}

		div.DropDownCategoryGeneralSpacer
		{
					margin: 10px 0;
		}
			

		div.DropDownCategoryEbooksHeading {
			left: 20px;
			top: 20px; }
	
			div#DropDownCategoryEbooksCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
	
			div#DropDownCategoryEbooksCategories2  {
				position: absolute;
				left: 160px;
				top: 50px;  }
	
			div#DropDownCategoryEbooksCategories3  {
				position: absolute;
				left: 335px;
				top: 50px;  }
			
			div#DropDownCategoryEbooksCategories4  {
				position: absolute;
				left: 520px;
				top: 50px;  }

				.DropDownCategoryEbookCategoryText {
					font-size: 11px; }
				.DropDownCategoryEbookCategoryText:before {
					content:"> "; }

			img#DropDownCategoryEbooksImage {
				display: block;
				position: absolute;
				right: -50px;
				top: 15px; }
			
			div#DropDownCategoryEbooksText {
				display: block;
				position: absolute;
				right: 125px;
				top: 10px;
				width: 300px;
				height: 100px;
				display: none; }
			
			div#DropDownCategoryEbooksText1 {
				display: block;
				position: absolute;
				left: 40px;
				top: 0px;
				font-size: 18px;
				font-weight: bold;
				display: none; }
			
			div#DropDownCategoryEbooksText2 {
				display: block;
				position: absolute;
				left: 5px;
				top: 20px;
				font-size: 24px;
				font-weight: bold;
				color: #790000;
				display: none; }
			
			div#DropDownCategoryEbooksText3 {
				display: block;
				position: absolute;
				left: 65px;
				top: 47px;
				font-size: 18px;
				font-weight: bold;
				color: #000000;
				display: none; }



		.DropDownCategoryEaudioHeading {
			left: 20px;
			top: 20px; }
	
			div#DropDownCategoryEaudioCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
			div#DropDownCategoryEaudioCategories2 {
				position: absolute;
				left: 210px;
				top: 50px; }
			div#DropDownCategoryEaudioCategories3 {
				position: absolute;
				left: 400px;
				top: 50px; }
			img#DropDownCategoryEaudioImage {
				position: absolute;
				right: -28px;
				bottom: -28px;display: block; }
			div#DropDownCategoryEaudioText {
				display: block;
				position: absolute;
				right: 10px;
				top: 30px;
				width: 320px;
				height: 80px;display: none; }
			div#DropDownCategoryEaudioText1 {
				display: block;
				position: absolute;
				left: 35px;
				top: 5px;
				font-size: 18px; display: none;}
			div#DropDownCategoryEaudioText2 {
				display: block;
				position: absolute;
				left: 5px;
				top: 20px;
				font-size: 24px;
				font-weight: bold;
				color: #790000;display: none; }
			div#DropDownCategoryEaudioText3 {
				display: block;
				position: absolute;
				left: 125px;
				top: 2px;
				font-size: 17px;
				color: #000000;display: none; }
			div#DropDownCategoryEaudioText4 {
				display: block;
				position: absolute;
				left: 190px;
				top: 24px;
				font-size: 17px;
				color: #000000;display: none; }
			div#DropDownCategoryEaudioText5 {
				display: block;
				position: absolute;
				left: 230px;
				top: 47px;
				font-size: 14px;
				color: #000000; display: none;}



		.DropDownCategoryBooksHeading {
			left: 20px;
			top: 20px;}
			
			div#DropDownCategoryBooksCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
			div#DropDownCategoryBooksCategories2 {
				position: absolute;
				left: 160px;
				top: 50px; }
			img#DropDownCategoryBooksImage {
				position: absolute;
				right: 0px;
				bottom: 0px;
				display: block; }
			div#DropDownCategoryBooksText {
				display: block;
				position: absolute;
				right: 20px;
				top: 60px;
				width: 320px;
				height: 80px;display: none; }
			div#DropDownCategoryBooksText1 {
				display: block;
				position: absolute;
				left: 5px;
				top: 5px;
				font-size: 18px;display: none; }
			div#DropDownCategoryBooksText2 {
				display: block;
				position: absolute;
				left: 25px;
				top: 25px;
				font-size: 18px;display: none; }



	   .DropDownCategoryBiblesHeading {
			left: 20px;
			top: 20px;}
			div#DropDownCategoryBiblesCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
			div#DropDownCategoryBiblesCategories2 {
				position: absolute;
				left: 200px;
				top: 50px; }
			div#DropDownCategoryBiblesCategories3 {
				position: absolute;
				left: 380px;
				top: 50px; }
			img#DropDownCategoryBiblesImage {
				position: absolute;
				right: -2px;
				bottom: 0px; 
				display: block;}



		.DropDownCategoryMinistryHeading {
			color: #2f6ba2;
			font-size: 16px;
			position: absolute;
			left: 20px;
			top: 20px;
			font-weight: bold; }
			
			div#DropDownCategoryMinistryCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
			div#DropDownCategoryMinistryCategories2 {
				position: absolute;
				left: 170px;
				top: 50px; }
			img#DropDownCategoryMinistryImage {
				position: absolute;
				right: 0px;
				bottom: 0px;
				display: block; }


		.DropDownCategoryReferenceHeading {
			left: 20px;
			top: 20px; }
			
			div#DropDownCategoryReferenceCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
			img#DropDownCategoryReferenceImage {
				position: absolute;
				right: 0px;
				bottom: -1px; 
				display: block;}
			div#DropDownCategoryReferenceText {
				display: block;
				position: absolute;
				right: 270px;
				top: 80px;
				width: 200px;
				height: 80px;display: none; }
			div#DropDownCategoryReferenceText1 {
				display: block;
				position: absolute;
				left: 5px;
				top: 5px;
				font-size: 22px; }
			div#DropDownCategoryReferenceText2 {
				display: block;
				position: absolute;
				left: 5px;
				top: 35px;
				font-size: 22px; }
			div#DropDownCategoryReferenceText3 {
				display: block;
				position: absolute;
				left: 5px;
				top: 70px;
				font-size: 14px;
				color: #000000; }


		.DropDownCategoryKidsTeensHeading {
			left: 20px;
			top: 20px; }
			
			div#DropDownCategoryKidsTeensCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
			div#DropDownCategoryKidsTeensCategories2 {
				position: absolute;
				left: 140px;
				top: 50px; }
			div#DropDownCategoryKidsTeensCategories3 {
				position: absolute;
				left: 310px;
				top: 50px; }
			img#DropDownCategoryKidsTeensImage {
				position: absolute;
				right: -65px;
				bottom: 0px;
				display: block; }
			div#DropDownCategoryKidsTeensText {
				display: block;
				position: absolute;
				right: 00px;
				top: 40px;
				width: 360px;
				height: 180px; display: none;}
			div#DropDownCategoryKidsTeensText1 {
				display: block;
				position: absolute;
				left: 10px;
				top: 5px;
				font-size: 45px;
				color: #ff0000; }
			div#DropDownCategoryKidsTeensText2 {
				display: block;
				position: absolute;
				left: 110px;
				top: 15px;
				font-size: 17px; }
			div#DropDownCategoryKidsTeensText3 {
				display: block;
				position: absolute;
				left: 260px;
				top: 40px;
				font-size: 14px;
				color: #000000; }


		.DropDownCategoryDVDsHeading {
			left: 20px;
			top: 20px; }
			
			div#DropDownCategoryDVDsCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
			div#DropDownCategoryDVDsCategories2 {
				position: absolute;
				left: 170px;
				top: 50px; }
			img#DropDownCategoryDVDsImage {
				position: absolute;
				right: -80px;
				bottom: 5px;
				display: block; }

			div#DropDownCategoryDVDsText {
				display: block;
				position: absolute;
				right: 0px;
				bottom: 0px;
				width: 350px;
				height: 200px;display: none; }
			div#DropDownCategoryDVDsText1 {
				display: block;
				position: absolute;
				left: 40px;
				top: 5px;
				font-size: 17px;
				color: #000000; }
			div#DropDownCategoryDVDsText2 {
				display: block;
				position: absolute;
				left: 10px;
				top: 30px;
				font-size: 26px; }
			div#DropDownCategoryDVDsText3 {
				display: block;
				position: absolute;
				left: 40px;
				top: 60px;
				font-size: 26px; }
			div#DropDownCategoryDVDsText4 {
				display: block;
				position: absolute;
				left: 15px;
				top: 110px;
				font-size: 18px;
				color: #000000; }
			div#DropDownCategoryDVDsText5 {
				display: block;
				position: absolute;
				left: 30px;
				top: 130px;
				font-size: 45px;
				color: #790000; }
			div#DropDownCategoryDVDsText6 {
				display: block;
				position: absolute;
				right: 5px;
				bottom: 5px;
				font-size: 14px;
				color: #000000; }



		.DropDownCategoryMusicHeading {
			left: 20px;
			top: 20px; }
			
			div#DropDownCategoryMusicCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
			div#DropDownCategoryMusicCategories2 {
				position: absolute;
				left: 200px;
				top: 50px; }
			img#DropDownCategoryMusicImage {
				position: absolute;
				right: -1px;
				bottom: 0px;
				display: block;
				height: 230px;
			}

			div#DropDownCategoryMusicText {
				display: block;
				position: absolute;
				right: 0px;
				bottom: 0px;
				width: 350px;
				height: 200px; 
				display: none;}
			div#DropDownCategoryMusicText1 {
				display: block;
				position: absolute;
				left: 20px;
				top: 20px;
				font-size: 30px;
				color: #790000; }
			div#DropDownCategoryMusicText2 {
				display: block;
				position: absolute;
				left: 35px;
				top: 80px;
				font-size: 22px;
				color: #790000; }
			div#DropDownCategoryMusicText3 {
				display: block;
				position: absolute;
				left: 10px;
				top: 110px;
				font-size: 22px;
				color: #790000; }



		.DropDownCategoryGiftsHeading {
			left: 20px;
			top: 20px; }
			
			div#DropDownCategoryGiftsCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
			div#DropDownCategoryGiftsCategories2 {
				position: absolute;
				left: 210px;
				top: 50px; }
			div#DropDownCategoryGiftsCategories3 {
				position: absolute;
				left: 400px;
				top: 50px; }
			img#DropDownCategoryGiftsImage {
				position: absolute;
				right: -65px;
				bottom: -1px; 
				display: block;}
			div#DropDownCategoryGiftsText {
				display: block;
				position: absolute;
				right: 0px;
				bottom: 0px;
				width: 220px;
				height: 200px; 
				display: none;}
			div#DropDownCategoryGiftsText1 {
				display: block;
				position: absolute;
				left: 40px;
				top: 20px;
				font-size: 22px;
				color: #000000; }
			div#DropDownCategoryGiftsText2 {
				display: block;
				position: absolute;
				left: 25px;
				top: 60px;
				font-size: 22px;
				color: #000000; }
			div#DropDownCategoryGiftsText3 {
				display: block;
				position: absolute;
				left: 10px;
				top: 110px;
				font-size: 20px;
				color: #790000; }



		.DropDownCategoryAudioBooksHeading {
			left: 20px;
			top: 20px; }
			
			div#DropDownCategoryAudioBooksCategories1 {
				position: absolute;
				left: 20px;
				top: 50px; }
			div#DropDownCategoryAudioBooksCategories2 {
				position: absolute;
				left: 170px;
				top: 50px; }
			div#DropDownCategoryAudioBooksCategories3 {
				position: absolute;
				left: 320px;
				top: 50px; }
			img#DropDownCategoryAudioBooksImage {
				position: absolute;
				right: -40px;
				bottom: -52px; 
				display: block;}
			div#DropDownCategoryAudioBooksText {
				display: block;
				position: absolute;
				right: 0px;
				bottom: 0px;
				width: 210px;
				height: 180px; display: none;}
			div#DropDownCategoryAudioBooksText1 {
				display: block;
				position: absolute;
				left: 5px;
				top: 20px;
				font-size: 22px;
				color: #790000; }
			div#DropDownCategoryAudioBooksText2 {
				display: block;
				position: absolute;
				left: 65px;
				top: 55px;
				font-size: 18px;
				color: #000000; }


		#DropDownCategoryMarkdownsCategories1 {
			position: absolute;
			left: 200px;
			top: 100px; }
			
			#DropDownCategoryMarkdownsCategories2 {
				position: absolute;
				left: 350px;
				top: 100px; }
			.DropDownCategoryMarkdownsText
			{
				font-size: 16pt;
				display: block;
				margin-bottom: 20px;
			}
			div#DropDownCategoryMarkdownsText {
				display: block;
				position: absolute;
				right: 0px;
				top: 30px;
				width: 670px;
				height: 180px; }
			div#DropDownCategoryMarkdownsText1 {
				display: block;
				position: absolute;
				left: 5px;
				top: 20px;
				padding-left: 5px;
				height: 30px;
				width: 660px;
				font-size: 24px;
				font-weight: bold;
				color: #ffffff;
				background: #ff0000;
				text-align: center; }
			img#DropDownCategoryMarkdownsImage {
				position: absolute;
				right: -2px;
				bottom: 0px; 
				display: block;}


/********************************************************
**                                                     **
**             Drop Down - Latest Catalogue            **
**                                                     **
*********************************************************/

	div#DropDownLatestCatalogue {
		display: none;
		position: absolute;
		left: 130px;
		height: auto;
		width: 395px;
		z-index: 2000; }
	
	div#DropDownLatestCatalogueInner {
		display: block;
		position: absolute;
		left: 10px;
		height: auto;
		width: 380px;
		box-shadow: 1px 1px 4px #888888;
		border-left: solid 1px #d4d7de;
		border-right: solid 1px #94969b;
		border-bottom: solid 1px #94969b;
		border-top: 0px;
		background: #ffffff;
		font-size: 14px; }

	div.CatalogueDDWrapper {
		width: 400px;
		height: auto; 
		position: relative;
		float: left;
		clear: left;
	}
	img.CatalogueDDImage{
		float: left; 
		width: 120px;
		padding: 10px;
	}

	div.CatalogueDDText {
		float: left;
		padding: 10px;
		width: 210px;
	}

	div.CatalogueDDTitle
	{
		float: left;
		clear: left;
		font-weight: bold;
	}
	
	div.CatalogueDDDesc {
		clear: left;
		float: left;
		font-size: 8pt;
	}

	div.CatalogueDDButtons {
		clear: left;
		float: left;
		margin-top: 10px;
	}

	div.CatalogueDDButton {
		float: left;
		margin-right: 3px;
	}




	img.DropDownLatestCatalogueImage {
		display: block;
		margin-top: 15px;
		margin-left: 15px; }

	div#DropDownLatestCatalogueTitle {
		position:absolute;
		right: 0px;
		top: 15px;
		width: 230px;
		height: 50px;
		display: inline-block;
		font-size: 18px;
		text-align: center; }

	div#DropDownLatestCatalogueView {
		position:absolute;
		right: 0px;
		top: 65px;
		width: 230px;
		height: 130px;
		display: inline-block;
		font-size: 18px;
		text-align: center; }

	img.DropDownLatestCatalogueViewImage {
		width: 150px; }




/********************************************************
**                                                     **
**              Drop Down - Contact Us                 **
**                                                     **
*********************************************************/

	div#DropDownContactUs {
		display: none;
		position: absolute;
		left: 280px;
		height: 400px;
		width: 450px;
		overflow:hidden;
		z-index: 2000; }
		
		div#DropDownContactUsInner {
			display: block;
			position: absolute;
			left: 10px;
			height: 390px;
			width: 430px;
			box-shadow: 1px 1px 4px #888888;
			border-left: solid 1px #d4d7de;
			border-right: solid 1px #94969b;
			border-bottom: solid 1px #94969b;
			border-top: 0px;
			background: #ffffff;
			font-size: 13px; }
		.ContactUsTextBox {
			height: 20px;  
			width: 260px;  }
		input.ContactUsSubmit {
			margin-top: 5px;
			float: right; }
		.ContactUsEnquiryTypeEbook {
			display: none; }



/********************************************************
**                                                     **
**             Drop Down - Store Locations             **
**                                                     **
*********************************************************/

	div#DropDownStoreLocations {
		display: none;
		position: absolute;
		left: 390px;
		height: 40px;
		width: 340px;
		overflow:hidden;
		z-index: 2000; }
		
		div#DropDownStoreLocationsInner {
			display: block;
			position: absolute;
			left: 10px;
			height: 30px;
			width: 320px;
			box-shadow: 1px 1px 4px #888888;
			border-left: solid 1px #d4d7de;
			border-right: solid 1px #94969b;
			border-bottom: solid 1px #94969b;
			border-top: 0px;
			background: #ffffff;
			font-size: 14px;
			padding-top: 5px; }

		td.DropDownStoreLocationsState {    
			padding-bottom: 3px;
			padding-left: 15px;
			font-size: 14px;
			line-height: 16px;
			width: 140px;
			border-bottom: solid 2px transparent;
			color: #618eb8;
			vertical-align: top; }

		td.DropDownStoreLocationsStore {
			display: block;
			padding-left: 10px;
			padding-right: 10px;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 2px;
			font-size: 14px;
			line-height: 16px;
			height: 18px;
			cursor: pointer;
			width: 130px;
			border-bottom: solid 2px transparent; }


/********************************************************
**                                                     **
**             Drop Down - Gift Voucher                **
**                                                     **
*********************************************************/

	div#DropDownGiftVoucher {
		display: none;
		position: absolute;
		left: 530px;
		height: 390px;
		width: 440px;
		overflow:hidden;
		z-index: 2000; }
	
		div#DropDownGiftVoucherInner {
			display: block;
			position: absolute;
			left: 10px;
			height: 360px;
			width: 400px;
			box-shadow: 1px 1px 4px #888888;
			border-left: solid 1px #d4d7de;
			border-right: solid 1px #94969b;
			border-bottom: solid 1px #94969b;
			border-top: 0px;
			background: #ffffff;
			padding: 10px;
			font-size: 14px; }

			.DropDownGiftVoucherHighlight {    
				font-size: 14px;
				line-height: 16px;
				color: #618eb8; }

			.DropDownGiftVoucherTable {
				margin: 10px; }
			.DropDownGiftVoucherTableCell {   
				font-size: 12pt;
				line-height: 14pt;
				padding: 5px; }
				.DropDownGiftVoucherTableCell > input {   
					font-size: 12pt;
					line-height: 14pt;
					border: 2px #e0e0e0 solid; }

			#DropDownGiftVoucherAddToCart {
				cursor: pointer;
				background-image: url("/images/AddToCartIcon.png");
				background-repeat: no-repeat;
				width: 100px;
				height: 26px;
				float: right;
				color: #ffffff;
				margin-right: 10px; }
				
				#DropDownGiftVoucherAddToCartText {
					padding-left: 35px;
					padding-top: 6px;
					font-size: 9pt; }

				

/********************************************************
**                                                     **
**               Drop Down - Information               **
**                                                     **
*********************************************************/

	div#DropDownInformation {
		display: none;
		position: absolute;
		left: 643px;
		height: 355px;
		width: 255px;
		overflow:hidden;
		z-index: 2000; }
		
		div#DropDownInformationInner {
			display: block;
			position: absolute;
			left: 10px;
			height: 345px;
			width: 220px;
			box-shadow: 1px 1px 4px #888888;
			border-left: solid 1px #d4d7de;
			border-right: solid 1px #94969b;
			border-bottom: solid 1px #94969b;
			border-top: 0px;
			background: #ffffff;
			font-size: 14px;
			padding: 4px 10px;}  
		
				 
			.DropDownInformationText
			{
				display: block;
				margin-top: 5px;
				margin-bottom: 4px;
				padding-bottom: 3px;
				padding-left: 5px;
				font-size: 11pt;
				line-height: 16pt;
				cursor: pointer;
				width: 220px;
				border-bottom: solid 2px transparent;
			}


/********************************************************
**                                                     **
**                Drop Down - EStores                  **
**                                                     **
*********************************************************/

	div#DropDownEStores {
		display: none;
		position: absolute;
		right: 30px;
		height: auto;
		width: auto;
		background: #ffffff;
		box-shadow: 1px 1px 4px #888888;
		border-left: solid 1px #d4d7de;
		border-right: solid 1px #94969b;
		border-bottom: solid 1px #94969b;
		z-index: 2000; }

	div#DropDownEStores td{ padding: 3px;}

/*
		td.DropDownEstoresItem {
			display: block;
			padding-left: 10px;
			padding-right: 10px;
			margin-left: 10px;
			margin-right: 10px;
			padding-bottom: 6px;
			padding-top: 6px;
			font-size: 14px;
			line-height: 16px;
			height: 18px;
			cursor: pointer;
			width: 130px;
			border-bottom: solid 2px transparent; }
*/                
			
/********************************************************
**                                                     **
**               Drop Down - Account                   **
**                                                     **
*********************************************************/

	div#DropDownAccount {
		display: none;
		position: absolute;
		top: 78px;
		height: 325px;
		width: 200px;
		overflow: hidden;
		z-index: 2000; }
	
		#DropDownAccountInner {
			display: block;
			position: absolute;
			left: 10px;
			width: 160px;
			box-shadow: 1px 1px 4px #888888;
			border-left: solid 1px #d4d7de;
			border-right: solid 1px #94969b;
			border-bottom: solid 1px #94969b;
			border-top: 0px;
			background: #ffffff;
			padding: 4px 10px;  }
			
			.DropDownAccountText
			{
				display: block;
				margin-top: 5px;
				margin-bottom: 4px;
				padding-bottom: 3px;
				padding-left: 5px;
				font-size: 11pt;
				line-height: 16pt;
				cursor: pointer;
				width: 150px;
				border-bottom: solid 2px transparent;
			}
			
/********************************************************
**                                                     **
**                Drop Down - Cart                     **
**                                                     **
*********************************************************/

	div#DropDownCart {
		display: none;
		position: absolute;
		right: 0px;
		top: 78px;
		height: 550px;
		width: 325px;
		overflow: hidden;
		z-index: 2000; }
	
		div#DropDownCartInner {
			display: block;
			position: absolute;
			left: 7px;
			width: 290px;
			box-shadow: 1px 1px 4px #888888;
			border-left: solid 1px #d4d7de;
			border-right: solid 1px #94969b;
			border-bottom: solid 1px #94969b;
			border-top: 0px;
			padding:0px 10px 5px 10px;
			font-size: 14px;
			background: #ffffff }

			#CartPopupTop {
				text-align:right;
				padding-top:10px;
				padding-bottom:10px;
				padding-left:5px;
				height: 15px;
				border-bottom:1px solid #c7c1b9;    
				width:300px; }

			div.CartPopupTitle {
				float:left;
				margin-bottom:5px;
				font-weight:bold; }

			#CartPopupItems {
				width:280px;
				float:left; }

			div.CartSummary {
				background-color:#b8b2aa;
				font-size:10pt;
				text-align:right;
				width:290px;
				padding:5px 10px 5px 0px;
				color:White;
				position:relative;
				left:-5px;
				top:-1px; }

			div.CartTotal {
				font-size:10pt;
				text-align:right;
				width:282px;
				padding:5px 5px 5px 0px; }

			div.CartOptions {
				text-align:right;
				width:282px;
				padding:5px 5px 5px 0px;
				position:relative;
				top:5px; }


div.RegPageMargins {
    margin: 30px 50px;
}
div.RegPageMain {
    width: 800px; 
    margin: 0px auto;
}



div.ShoppingCartItem {
	padding: 3px 5px 3px 5px;
	clear:left;
	background-color:Transparent;
	overflow:auto;
	border-bottom:1px solid #c7c1b9;
	width:280px;
}

div.ShoppingCartItemHighlighted {
	padding: 3px 5px 3px 5px;
	clear:left;
	background-color:#ededed;
	overflow:auto;
	border-bottom:1px solid #c7c1b9;
	width:280px;
}


div.ShoppingCartItemText 
{
	width:220px;
	float:left;
	text-align:left;
	background-color:Transparent;
}

div.ShoppingCartItemTitle 
{
	font-size: 9pt;
	font-weight:bold;
	overflow:hidden;
}

div.ShoppingCartItemQty
{
	width:50px;
	float:right;
	font-size:8pt;
	text-align:right;
}

div.ShoppingCartItemAuthor 
{
	font-size: 8pt;
	font-style: italic;
}

div.ShoppingCartItemFormat 
{
	font-size: 7pt;
	float:left;
}

div.ShoppingCartItemPrice 
{
	font-size: 8pt;
	font-weight: bold;
	color:#c12232;
	margin-right: 5px;
	clear:left;
	float:left;
	text-align:right;
	width:280px;
}

img.ShoppingCartItemThumbnail 
{
	max-height:45px;
	max-width:40px;
}

div.ShoppingCartItemThumbnail {
	float:left;
	margin-left:5px;
	margin-right:5px;
	height:45px;
	width:50px;
}

div.ShoppingCartItemsFooter
{
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
	color: #003399;
}


/********************************************************
**                                                     **
**                Main Body of web site                **
**                                                     **
*********************************************************/

div#main
{
	display: block;
	width: 100%;
}

div#CartPopup 
{
	display: none;    
}

/********************************************************
**                                                     **
**                       Footer                        **
**                                                     **
*********************************************************/

#footer  
{
	float: left;
	position: relative;
	width: 100%;
	height: 80px; }

	#footerWordLogo 
	{
		position: relative;
		display: block;
		top: 15px;
		left: 15px;
		width: 175px;
		height: 32px; 
		background-image: url(/images/header/headersprite.png);
		background-position: 0px -46px;
	}

	.footerText 
	{
		position: absolute;
		display: block;
		left: 15px;
		top: 50px;
		font-size: 9px;
		color: #5283b0;
		font-weight: bold; }

	.footerLinks 
	{
		position: absolute;
		right: 20px;
		top: 50px;
		color: #5283b0;
		display: block;
		font-size: 12px;
		font-weight: bold; }

	a.footerLink, a.footerLink:link, a.footerLink:active, a.footerLink:visited {
		color: #4378a9;
		text-decoration: none; }

	a.footerLink:hover {
		color: #4378a9;
		text-decoration: underline; }




/********************************************************
**                                                     **
**                   Store Details                     **
**                                                     **
*********************************************************/

div#StoreDetails 
{
	display: block;
	padding: 20px 30px;
}

.BannerImage
{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}

.StoreContentDiv {
	width: 100%;
	display: inline-table;
	margin-top: 20px;
}
.StoreMapDiv {
	float: left;
	width: 280px;
}
.StoreAddressDiv {
	float: left;
	width: 280px;
}
.StoreDetailsDiv {
	width: auto;
	float: none;
}
.StoreDetailsImages {
	clear: left;
	width: auto;
}




/********************************************************
**                                                     **
**                   Product Panel                     **
**                                                     **
*********************************************************/

div.ProductPanel {
	margin:5px 20px 25px 20px;
	max-height: 360px;
	font-size:9pt;
	min-width: 200px;
	overflow: hidden;
	line-height:11pt; }

    /*div.ProductPanelTitleWrapper{ height: 25px;}*/

	div.ProductPanelTitle {
		display: block;
		font-size:16pt;
		font-weight: normal;
		line-height:15pt;
		padding-left: 10px;
		padding-bottom: 3px;
		width: 100%;
		border-bottom: 1px solid #cfcece;  }

	div.ProductPanelBody  {
		margin-top: 15px;
		display: block;
		width: 100%; }

div.ProductPanelItem {
	display: inline-block;
	width: 140px;
	vertical-align: top; }

	div.ProductPanelItemImageWrapper 
	{
		position: relative;
		display: block;
		height: 170px;
		width: 140px;
		margin-bottom: 5px;
		padding: 0px; }

		div.ProductPanelItemImageContainer {
			display: block;
			position: absolute;
			bottom: 0;
			vertical-align: bottom;
			text-align: left;}
			
			.ProductPanelItemImageTag
			{
				float: left;
				width:15px;
				height:76px;
				vertical-align:top; }

			.ProductPanelItemImage 
			{
				float: left;
				vertical-align: top;
				padding: 0px;
				margin: 0px;
				border: 0px;
				display: block; }

	div.ProductPanelItemTextContainer {
		height:70px; }

	a.ProductPanelItemTitle, a.ProductPanelItemTitle:link, a.ProductPanelItemTitle:active, a.ProductPanelItemTitle:visited {
		color: #447aab;
		font-size: 12px;
		text-decoration: none; }

	a.ProductPanelItemTitle:hover {
		color: #447aab;
		font-size: 12px;
		text-decoration: underline; }

	div.ProductPanelItemAuthorArtist {
		font-size: 12px; }

	div.ProductPanelItemFormat {
		font-size: 10px;
		font-style: italic; }

	div.ProductPanelItemPriceWrapper {
		height: 40px;  
	}

		.ProductPanelItemPricePrefix {
			display:inline;
			color:#a80012; }
				
		.ProductPanelItemPrice {
			display:inline;
			color:#b80012;
			font-size: 1.2em;
			font-weight:bold; }  

		.ProductPanelItemPriceSuffix {
			display:inline; }


	div.ProductPanelItemAddToCart {
		position: relative;
		background-image:url("/images/AddToCartIcon.png"); 
		background-repeat:no-repeat;
		margin-top: 10px;
		margin-bottom: 5px;
		display: block; 
		width: 100px; 
		height: 26px;
		cursor:pointer; }
		
		div.ProductPanelItemAddToCartText {
			position: absolute;
			left: 30px;
			top: 6px;
			width: 69px;
			height: 16px;
			text-align: center;
			font-size: 10px;  
			color: White; }
			
div.ProductPanelItemSeparator {
	display: inline-block;
	width: 15px;
	vertical-align: top; }

a.SliderArrowButton {
	margin: 0px;
	padding: 0px;
	top: 60px;
	width: 30px;
	height: 40px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

a.SliderArrowButtonLeft {
	background: url("/images/boxes/prevBtnSmall.png") no-repeat left top;
	left: -10px;
	padding-right: 20px;
	display: none;
}

a.SliderArrowButtonLeft:hover { background-position: left bottom;}

a.SliderArrowButtonRight:hover { background-position: right bottom;}

a.SliderArrowButtonRight {
	background: url("/images/boxes/nextBtnSmall.png") no-repeat right top;
	right: 10px;
	padding-left: 20px;
	display: block;
}


/********************************************************
**                                                     **
**              Product Panel  (Narrow)                **
**                                                     **
*********************************************************/


div.ProductPanelNarrow {
	max-height: 220px; }

div.ProductPanelItemNarrow {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100px;
	vertical-align: top; }

	div.ProductPanelItemNarrowImageWrapper 
	{
		position: relative;
		display: block;
		height: 90px;
		width: 100px;
		margin-bottom: 5px;
		padding: 0px; }

		div.ProductPanelItemNarrowImageContainer {
			display: block;
			position: absolute;
			bottom: 0;
			vertical-align: bottom;
			text-align: left;}
			
			.ProductPanelItemNarrowImageTag
			{
				float: left;
				width:12px;
				vertical-align:top; }

			.ProductPanelItemNarrowImage 
			{
				float: left;
				vertical-align: top;
				padding: 0px;
				margin: 0px;
				border: 0px;
				display: block; }

	div.ProductPanelItemNarrowTextContainer {
		height:70px; }

	a.ProductPanelItemNarrowTitle, a.ProductPanelItemNarrowTitle:link, a.ProductPanelItemNarrowTitle:active, a.ProductPanelItemNarrowTitle:visited {
		color: #447aab;
		font-size: 11px;
		text-decoration: none; }

	a.ProductPanelItemNarrowTitle:hover {
		color: #447aab;
		font-size: 11px;
		text-decoration: underline; }

	div.ProductPanelItemNarrowAuthorArtist {
		font-size: 10px; }

	div.ProductPanelItemNarrowFormat {
		font-size: 8px;
		font-style: italic; }

	div.ProductPanelItemNarrowPriceWrapper { }

		.ProductPanelItemNarrowPricePrefix {
			color:#b80012;
			font-weight:bold; }
				
		.ProductPanelItemNarrowPrice {
			color:#b80012;
			font-weight:bold; }  

		.ProductPanelItemNarrowPriceSuffix {
			display:inline; }


	div.ProductPanelItemNarrowAddToCart {
		position: relative;
		background-image:url("/images/AddToCartIcon.png"); 
		background-repeat:no-repeat;
		margin-top: 10px;
		display: block; 
		width: 100px; 
		height: 26px;
		cursor:pointer; }
		
		div.ProductPanelItemNarrowAddToCartText {
			position: absolute;
			left: 30px;
			top: 6px;
			width: 69px;
			height: 16px;
			text-align: center;
			font-size: 10px;  
			color: White; }
		  


/********************************************************
**                                                     **
**              Product Panel  (Small)                **
**                                                     **
*********************************************************/

div.ProductPanelSmall {
	max-height: 175px; }

div.ProductPanelItemSmall {
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 20px;
	width: 135px;
	vertical-align: top;
	height: 175px;
}

	div.ProductPanelItemSmallImageWrapper 
	{
		position: relative;
		display: block;
		height: 80px;
		width: 90px;
		margin-bottom: 5px;
		padding: 0px; }

		div.ProductPanelItemSmallImageContainer {
			display: block;
			position: absolute;
			bottom: 0;
			vertical-align: bottom;
			text-align: left;}
			
			.ProductPanelItemSmallImageTag
			{
				float: left;
				width:12px;
				vertical-align:top; }

			.ProductPanelItemSmallImage 
			{
				float: left;
				vertical-align: top;
				padding: 0px;
				margin: 0px;
				border: 0px;
				display: block; }

	div.ProductPanelItemSmallTextContainer {
		height:35px; }

	a.ProductPanelItemSmallTitle, a.ProductPanelItemSmallTitle:link, a.ProductPanelItemSmallTitle:active, a.ProductPanelItemSmallTitle:visited {
		color: #447aab;
		font-size: 12px;
		text-decoration: none; }

	a.ProductPanelItemSmallTitle:hover {
		color: #447aab;
		font-size: 12px;
		text-decoration: underline; }

	div.ProductPanelItemSmallAuthorArtist {
		font-size: 11px; }

	div.ProductPanelItemSmallPriceWrapper { }

		.ProductPanelItemSmallPricePrefix {
			display:inline;
			color:#a80012;}
				
		.ProductPanelItemSmallPrice {
			display:inline;
			color:#b80012;
			font-size: 1.1em;
			font-weight:bold; }  

		.ProductPanelItemSmallPriceSuffix {
			display:inline; }

/********************************************************
**                                                     **
**                  Product Review                     **
**                                                     **
*********************************************************/  
								
div.ReviewContainer {
	margin: 0px 0px 5px 0px;
	padding: 5px 10px;
	width:100%;
	background-color:#f8f8f8; }

	div.ReviewProductTitle {
		display: block;
		font-weight:bold;
		font-size:14pt;
		color:black;
		margin:0px 0 5px 0; }
	div.ReviewRatings {
		font-weight:bold;
		margin-bottom:10px;
		font-size:8pt; } 
	div.ReviewProductRating { }
	img.ReviewStars 
	{
		float: left;
		vertical-align:middle; }
	div.ReviewTitle   
	{
		font-weight:bold;
		font-size:11pt;
		margin-left:10px;
		margin-bottom:3px; }
	div.ReviewReviewer{
		font-weight:bold;
		margin-bottom:8px;
		font-size:8pt; }
	div.ReviewText {
		width:100%;
		line-height:13pt; }
	div.ReviewRater {
		padding-top:10px; }
	img.ReviewRaterImage {
		vertical-align:middle; }
		
		



div.ReviewProductTitleSideBar
{
	font-weight: bold;
	font-size: 10pt;
	width: 180px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom:2px;
}

div.ReviewHeadingSideBar
{
	font-weight:bold;
	font-size:9pt;
	width:180px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:2px;
}

div.ReviewInfo
{
	font-weight:normal;
	font-size:10pt;
	clear:left;
	float:left;
}



div.ReviewFirst
{
	margin-bottom:10px;
}



/* Job vacancies page */

div#JobAds
{
	width: 100%;
}
div.JobAdHeading
{
	font-size:11pt;
	font-weight:bold;
	line-height:30pt;
}

div.JobAdText
{
	margin-bottom:20px;
}

div.JobAdEmail
{
}

div.JobAdExpiry 
{
}

div.JobAdPhone
{
	margin-bottom:20px;
}

.JobAdsHeader
{
	text-align:left;
}

.JobAdsTable
{
	margin: 0px auto;
	width: 80%;
	min-width: 800px;
}





/** Popups **/

#CartPopup, #AddToCartPopup, #AddToDigitalCartPopup, div.BookshelfPopup
{
	position:absolute;
	top:149px;          /* top and left values overridden by inline style for #AddToCartPopup */
	left:680px;
	width:320px;
	z-index:12;
	display:none;
}
div.ProcessingPopup
{
	position:absolute;
	width:320px;
	z-index:12;
	display:none;
}


#CartPopupBody, #AddToCartPopupBody, #AddToDigitalCartPopupBody, #AddToCartETicketPopupBody, div.BookshelfPopupBody, div.ProcessingPopupBody
{
	width:320px;
	background-image:url("/images/boxes/Box320pxBodyDS.png");
	background-repeat:repeat-y;
	display:inherit;
	z-index:13;
	padding:0px 10px 5px 10px;
}

#AddToCartPopupBody, #AddToDigitalCartPopupBody, #AddToCartETicketPopupBody
{
	position:relative;
}

#CartPopupTop
{
	text-align:right;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:5px;
	border-bottom:1px solid #c7c1b9;    
	width:295px;
}

.Box200pxStore {margin: 11px 0 0 10px}


div.AddToCartPopupTop, div.BookshelfPopupTop, div.ProcessingPopupTop
{
	background-image:url("/images/boxes/Box320pxTopDS.png");
	height:8px;
}

div.AddToCartPopupHeading
{
	float:none;
	font-weight:bold;
	padding-left:8px;
}

div.AddToCartCloseButton
{
	position:absolute;
	left:240px;
	top:0px;
}

img#CartCloseButton
{
	padding-right:7px;
}

div.CartPopupTitle
{
	float:left;
	margin-bottom:5px;
	font-weight:bold;
}

#CartPopupItems
{
	width:280px;
	float:left;
}

#CartPopupBottom, #AddToCartPopupBottom, #AddToDigitalCartPopupBottom, #AddToCartETicketPopupBottom, div.BookshelfPopupBottom, div.ProcessingPopupBottom
{
	width:320px;
	height:21px;
	background-image:url("/images/boxes/Box320pxBottomDS.png");
	display:inherit;
	z-index:2;
}

/* Information pages */

.InfoPageMargins {
	margin: 30px 50px;
}

/* Recent Reviews page */
.ReviewsPage {
	
}
.ReviewsPageMain {
	margin: 30px 50px;
}
.ReviewsPageRightBar {
	float: right;
	margin-left: 20px;
}

/* Extended Hours Page */

td.ExtHrsCells
{
    border:solid 1px black;
    margin:0px;
    font-size:8pt;  
}
td.ExtHrsStoreCells
{
    border: solid 1px black;
    margin: 0px;
    font-size: 8pt;
    font-weight: bold;
    font-size: 8pt;
    background-color: #CCFFFF;
}

td.ExtHrsHighlightCells
{
    border: solid 1px black;
    margin: 0px;
    font-weight: bold;
    height: 26px;
    font-size: 8pt;
    background-color: #FFFFCC;
}
td.ExtHrsDateCells {
    border: solid 1px black;
    margin: 0px;
    background-color: #9cbaff;
    height: 26px;
    font-size: 8pt;
}

/* Digital Checkout Page*/

.CheckoutBody{margin: 30px 50px;}

.DigitalCheckoutMainText {
    margin-left:20px; 
    min-height:670px; 
    position:relative;
}

.DCOTotal {position:relative; float:left; clear:left; top:0px; left:400px; margin-bottom:30px;}

.DCOOrDiv {position:relative; top:20px; float:left; clear:left;}

div.ProcessingPopup
{
	display:none;
	top:400px;
	left:350px;
}
div.ProcessingPopupBody
{
	height:auto;
}
div.ProcessingPopupButton
{
	margin-top:10px;
	text-align:right;
	clear:both;
	display:none;
}
div.ProcessingPopupAnimation
{
	text-align:center;
	display:block;
	margin-top:10px;
}

div.SubmitOrderButton {
    position: relative;
    float: left;
    top: 0px;
    left: 50px;
    border: 2px solid black;
    background-color: White;
    padding: 5px 5px 3px 5px;
    width: 130px;
    text-align: center;
}	

div.BuyNowErrorTextWrapper {
    text-align:left; 
    position:absolute; 
    top: 250px; 
    left: 660px; 
    width:200px; 
    height: 70px; 
}