/*
HTML Page elements
---------------------
*/

	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		line-height: 16px;
		color: #000000;
		-webkit-text-size-adjust: 100%;
	}
	
	#popupBody {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	p.padded {
		padding: 0px 20px 0px 20px !important;
	}
	
	a {
		color: #175fce;
		text-decoration: underline;
	}
	a:visited {
		color: #666666;
		text-decoration: underline;
	}
	a:hover {
		color: #bc0e79;
		text-decoration: underline;
	}
	
	form {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	hr {
		display: none;
	}
	
	.clearBoth {
		display: block;
		clear: both;
		height: -1px;
		line-height: 0px;
		font-size: 0px;
		overflow: hidden;
	}
	
	ul {
		display: block;
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		list-style-position: outside;
	}
	
	ul li {
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 20px;
		background-image: url("/images/common/themes/standard/list-bullet.gif");
		background-position: 0px 3px;
		background-repeat: no-repeat;
	}
	
	.newProduct {
		display: block;
		float: left;
		margin: 0px 5px 0px 0px;
		padding: 0px 2px 0px 2px;
		background-color: #FF3300;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 10px;
		line-height: 12px;
		height: 12px;
	}
	
	.nudgeImageLeft {
		margin-right: 15px !important; 
		
	}

/*
Pop-up elements
-------------------------
*/

	#popupHeaderArea {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 20px 0px 20px;
		height: 30px;
		overflow: hidden;
		background-color: #175FCE;
	}
	
	#popupWindowClose {
		float: right;
		font-size: 10px;
		line-height: 30px;
	}
	
	#popupWindowClose:link, #popupWindowClose:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#popupWindowClose:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	#popupContentArea {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 15px 20px 5px 20px;
	}

/*
Misc positioning elements
-------------------------
*/

	#miscTags {
		display: none;
	}
	
	#fullBrowserWidth {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 100%;
		text-align: center;
	}

	#centredPage {
		display: block;
		position: relative;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 1010px;
		text-align: left;
	}

/*
Header elements
-------------------------
*/

	#headerArea {
		display: block;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 1010px;
		height: 90px;
		z-index: 500;
	}

	#headerArea a.headerLogo {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 650px;
		height: 90px;
	}

	#headerArea a.headerLogo img {
		display: none;
	}
	
	#headerButtons {
		display: block;
		position: absolute;
		top: 0px;
		right: 5px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#headerButtons a {
		display: block;
		float: left;
		position: relative;
		margin: 0px 0px 0px 10px;
		padding: 0px 10px 0px 10px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
	}
	
	#headerButtons a span.buttonLeftEdge {
		display: block;
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		top: 0px;
		left: 0px;
		width: 5px;
		height: 22px;
		overflow: hidden;
	}
	
	#headerButtons a span.basketIcon {
		display: block;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 23px;
		height: 22px;
		background-image: url("/images/common/header/basket-icon.gif");
		background-position: 0px 5px;
		background-repeat: no-repeat;
	}
	
	#headerSearchForm {
		display: block;
		position: absolute;
		top: 39px;
		right: 5px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		z-index: 510;
	}
	
	#headerSearchField {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 5px;
		width: 190px;
		height: 30px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 18px;
		line-height: 30px;
		border: none;
	}
	
	#headerSearchButton {
		display: block;
		float: left;
		position: relative;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
		width: 40px;
		height: 30px;
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
	}
	
	#headerSearchSubmit {
		float: left;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
		height: 30px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
	}
	
	#headerSearchAjaxResults {
		display: block;
		position: absolute;
		top: 33px;
		left: -1px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 250px;
		z-index: 520;
	}
	#headerSearchAjaxResults.inactive {
		display: none;
	}
	#headerSearchAjaxResults p {
		margin: 0px 0px 0px 0px;
		padding: 4px 5px 4px 5px;
		font-size: 12px;
		line-height: 14px;
	}
	#headerSearchAjaxResults p.suggestions {
		color: #666;
	}
	#headerSearchAjaxResults p a, #headerSearchAjaxResults p a:hover {
		display: block;
		position: relative;
		margin: 0px -5px 0px -5px;
		padding: 0px 0px 0px 0px;
		width: 250px;
		background-color: #ffffff;
		color: #175fce;
		text-decoration: none;
	}
	#headerSearchAjaxResults p a.selectedLink, #headerSearchAjaxResults p a.selectedLink:hover {
		background-color: #175fce !important;
		color: #ffffff !important;
		text-decoration: none !important;
	}
	#headerSearchAjaxResults p a span {
		display: block;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 3px 5px 3px 5px;
	}
	
/*
Page structure elements
-------------------------
*/

	#pageArea {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 1010px;
	}

	#pageContent {
		display: block;
		position: relative;
		margin: 0px 5px 0px 5px;
		padding: 0px 0px 0px 0px;
		width: 1000px;
		background-color: #ffffff;
		overflow: hidden;
	}
	
	#pageContent p {
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}

	.edgePaddedContent {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 20px 0px 20px !important;
	}
	
	#pageTitle {
		display: block;
		position: relative;
		margin: 15px 20px 20px 20px;
		padding: 0px 0px 0px 0px;
	}

	#pageTitle h1 {
		display: inline;
	}
	#pageTitle h1 a, #pageTitle h1 a:visited {
		color: #000 !important;
		text-decoration: none !important;
	}
	#pageTitle h1 a:hover {
		color: #bc0e79 !important;
		text-decoration: underline !important;
	}
	
	#pageTitle #socialActions {
		display: inline-block;
		position: relative;
		margin: 0px 0px 0px 15px;
		padding: 0px 0px 0px 0px;
		width: 175px;
		height: 20px;
		zoom: 1; /* For IE7 inline-block */
		*display: inline; /* For IE7 inline-block */
	}
	#pageTitle #socialActions .like {
		position: absolute;
		top: 1px;
		right: 0px;
	}
	#pageTitle #socialActions .tweet {
		position: absolute;
		top: 1px;
		left: 0px;
	}
	
	#pageContent p.breadcrumb {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #598FDC;
	}
	#pageContent p.breadcrumb a, #pageContent p.breadcrumb a:visited {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #175fce;
		text-decoration: none;
	}
	#pageContent p.breadcrumb a:hover {
		color: #bc0e79;
		text-decoration: underline;
	}

	#pageContent h1 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 30px;
		line-height: 34px;
		font-weight: bold;
		color: #000000;
	}

	#pageContent h2 {
		margin: 15px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		color: #175fce;
	}
	#pageContent h2 a, #pageContent h2 a:visited {
		text-decoration: none;
		color: #175fce;
	}
	#pageContent h2 a:hover {
		color: #bc0e79;
		text-decoration: underline;
	}
	
	#pageContent h3 {
		margin: 15px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 14px;
		line-height: 17px;
		font-weight: bold;
	}

	#pageContent #twoColumns {
		margin: 0px 20px 0px 20px;
		padding: 0px 0px 0px 0px;
		width: 960px;
	}
	
	#pageContent #twoColumnsLeftColumn {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 715px;
	}
	
	#pageContent #twoColumnsEqualLeftColumn {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 465px;
	}
	
	#pageContent #twoColumnsLeftColumn .blockPanel {
		position: relative;
		width: 735px;
		margin: 0px 0px 15px -20px;
		padding: 0px 0px 0px 0px;
	}
	#pageContent #twoColumnsEqualLeftColumn .blockPanel {
		position: relative;
		width: 485px;
		margin: 0px 0px 15px -20px;
		padding: 0px 0px 0px 0px;
	}
	#pageContent .blockPanel .blockPanelPadding {
		display: block;
		padding: 10px 15px 1px 15px;
	}
	#pageContent #twoColumnsLeftColumn .blockPanel .blockPanelPadding {
		padding: 10px 15px 1px 20px;
	}
	#pageContent #twoColumnsEqualLeftColumn .blockPanel .blockPanelPadding {
		padding: 10px 15px 1px 20px;
	}
	
	#pageContent #twoColumnsRightColumn {
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 225px;
	}
	
	#pageContent #twoColumnsEqualRightColumn {
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 465px;
	}
	
	#pageContent #twoColumnsRightColumn .blockPanel {
		position: relative;
		width: 245px;
		margin: 0px -20px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	#pageContent #twoColumnsEqualRightColumn .blockPanel {
		position: relative;
		width: 485px;
		margin: 0px -20px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	#pageContent #twoColumnsRightColumn .blockPanel .blockPanelPadding {
		padding: 10px 20px 1px 15px;
	}
	#pageContent #twoColumnsEqualRightColumn .blockPanel .blockPanelPadding {
		padding: 10px 20px 1px 15px;
	}
	
	#pageContent .blockPanel .videoArea {
		margin: 15px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#pageContent #twoColumnsEqualLeftColumn .miniPanelArea, #pageContent #twoColumnsEqualRightColumn .miniPanelArea {
		margin: 0px -20px 15px 0px;
		width: 485px;
		padding: 0px 0px 0px 0px;
	}
	
	#pageContent #twoColumnsEqualLeftColumn .miniPanelArea .miniPanel, #pageContent #twoColumnsEqualRightColumn .miniPanelArea .miniPanel {
		float: left;
		margin: 0px 15px 15px 0px;
		padding: 0px 0px 0px 0px;
		width: 225px;
		height: 98px;
		overflow: hidden;
		text-align: center;
		background-color: #d9d9d9;
	}
	
	#pageContent #twoColumnsEqualLeftColumn .miniPanelArea .miniPanel .miniPanelContent .placeholderText,
	#pageContent #twoColumnsEqualRightColumn .miniPanelArea .miniPanel .miniPanelContent .placeholderText {
		display: block;
		margin: 32px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#pageContent #twoColumnsEqualLeftColumn .flash-player {
		display: block;
		margin: 0px 0px 15px -20px;
	}
	
	#pageContent #twoColumnsEqualLeftColumn .non-flash-listen-link {
		display: block;
		margin: 0px 0px 15px 0px;
	}
	
/*
General styling elements
-------------------------
*/

	.noBold {
		font-weight: normal !important;
	}
	
	.floatRight {
		float: right;
	}
	.floatLeft {
		float: left;
	}
	
	.picFloatRight {
		float: right;
		margin: 0px 0px 10px 10px;
	}
	.picFloatLeft {
		float: left;
		margin: 0px 10px 10px 0px;
	}
	
	.picBorder {
		border: 1px solid #000000;
	}
	
	.hidden {
		display: none;
	}
	
	.centered {
		text-align: center;
	}
	
	.noTopMargin {
		margin-top: 0 !important;
	}
	
	.noBottomMargin {
		margin-bottom: 0 !important;
	}

	.introParagraph {
		font-size: 16px;
		line-height: 20px;
	}
	
	.captionParagraph {
		font-size: 13px;
		font-style: italic;
		margin-left: 110px !important;
	}
	.captionboldParagraph {
		font-size: 13px;
		font-weight: bold;
		margin-left: 110px !important;
	}
	
	.lightBlueBackground {
		background-color: #E5F1FF;
	}
	.yellowBackground {
		background-color: #fbf7a9;
	}
	.greyBackground {
		background-color: #f2f2f2;
	}
	
	.smallText {
		font-size: 11px;
	}
	.redText {
		color: #ff3300;
	}

/*
Form style elements
---------------------------------
*/

	.genericForm {
		margin: 0px 0px 25px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #DBEAFF;
	}
	.genericForm h3 {
		margin: 0px 0px 0px 0px !important;
		padding: 3px 10px 3px 10px !important;
		font-size: 14px;
		line-height: 17px;
		background-color: #5d8fdd;
		color: #ffffff;
	}
	#jsActive .genericForm .formAreaHidden {
		display: none;
		overflow: hidden;
		position: relative; /* God I hate IE! */
	}
	
	#jsActive .genericForm .formAreaHiddenShow {
		overflow: hidden;
		position: relative; /* God I hate IE! */
	}
	.genericForm .formArea {
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #BDD7FF;
	}
	.genericForm .topArea {
		border-top: none;
	}
	.genericForm .formArea label {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		display: block;
		color: #175fce;
		font-weight: bold;
	}
	.genericForm .formArea p {
		position: relative;
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
	}
	.genericForm .formArea p label {
		display: inline;
		position: relative;
		top: 0px;
		left: 5px;
		font-size: 12px;
		color: #000000;
		font-weight: normal;
	}
	.genericForm .formArea ol, .genericForm .formArea ul {
		position: relative;
		margin-bottom: 0px !important;
		margin-right: 10px !important;
	}
	.genericForm .formArea p span.formTickEmpty {
		display: block;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 18px;
		height: 18px;
	}
	.genericForm .formArea p span.formTick {
		display: block;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 18px;
		height: 18px;
		background-image: url("/images/common/forms/form-tick.gif");
	}
	.genericForm .formArea p span.formAlert {
		display: block;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 18px;
		height: 18px;
		background-image: url("/images/common/forms/form-alert.gif");
	}
	.genericForm .formIntro p {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
	}
	.genericForm .formIntro ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.genericForm .formIntro ul li {
		margin: 0px 0px 4px 0px;
	}
	.genericForm .helpText {
		display: block;
		margin: 4px 0px 0px 0px;
		font-size: 11px;
		line-height: 13px;
		font-weight: normal;
		color: #000000;
	}
	.genericForm .helpText br {
		display: none;
	}
	.genericForm .helpTextPadded {
		padding: 0px 0px 5px 0px !important;
	}
	.genericForm .formArea input, .genericForm .formArea textarea {
		margin: 0px 0px 0px 0px;
	}
	.genericForm .smallWidth {
		width: 75px;
	}
	.genericForm .halfWidth {
		width: 200px;
	}
	.genericForm .fullWidth {
		width: 400px;
	}
	.genericForm .captchaFloat {
		float: right;
		border: 1px solid #5683c7;
		margin-right: 27px;
	}
	.genericForm .submitArea {
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 0px 10px;
		background-color: #C8DEFF;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #BDD7FF;
		height: 45px;
		color: #175fce;
		font-weight: bold;
		line-height: 26px;
	}
	.genericForm .submitArea p {
		margin: 10px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
	}
	.genericForm .submitArea a.submitButton, .genericForm .submitArea a.submitButton:visited {
		display: block;
		margin: 2px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 160px;
		height: 26px;
		background-image: url("/images/catalogue/details/submit-review-button-off.gif");
		background-repeat: no-repeat;
		text-decoration: none;
		background-color: #175fce;
		color: #ffffff;
	}
	.genericForm .submitArea a.submitButton:hover {
		background-color: #bc0e79;
		color: #ffffff;
		background-image: url("/images/catalogue/details/submit-review-button-over.gif");
		background-repeat: no-repeat;
		text-decoration: none;
	}
	.genericForm .submitArea a.submitButton strong {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
		height: 26px;
		font-size: 16px;
		line-height: 26px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
	}

/*
Featured product listing elements
---------------------------------
*/

	.featuredProduct {
		display: block;
		margin: 10px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.featuredProduct h3 {
		color: #175fce;
	}
	
	.featuredProduct img.featuredProductImage {
		float: left;
		margin: 0px 10px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: 1px solid #000000;
	}
	
	.featuredProduct img.awardLogo {
		float: right;
		margin: 0px 0px 10px 10px;
		padding: 0px 0px 0px 0px;
		text-align: center;
		border: none;
	}
	
	.featuredProduct .featuredProductText {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 155px;
	}

	.featuredProduct .featuredProductText strong a {
		color: #000000 !important;
		text-decoration: none !important;
	}
	.featuredProduct .featuredProductText strong a:visited {
		color: #666666 !important;
		text-decoration: none !important;
	}
	.featuredProduct .featuredProductText strong a:hover {
		color: #bc0e79 !important;
		text-decoration: underline !important;
	}
	
/*
Quote elements
-------------------------
*/
	
	#pageContent blockquote {
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
	}
	#pageContent blockquote .blockquotePadding {
		display: block;
		padding: 15px 20px 15px 20px;
	}
	
	#pageContent #twoColumnsLeftColumn blockquote {
		margin-left: -20px !important;
		width: 735px;
	}
	#pageContent #twoColumnsEqualLeftColumn blockquote {
		margin-left: -20px !important;
		width: 485px;
	}
	#pageContent #twoColumnsLeftColumn blockquote .blockquotePadding, #pageContent #twoColumnsEqualLeftColumn blockquote .blockquotePadding {
		display: block;
		padding: 10px 15px 10px 20px;
	}
	
	#pageContent #twoColumnsRightColumn blockquote {
		margin-right: -20px !important;
		width: 245px;
	}
	#pageContent #twoColumnsEqualRightColumn blockquote {
		margin-right: -20px !important;
		width: 485px;
	}
	#pageContent #twoColumnsRightColumn blockquote .blockquotePadding, #pageContent #twoColumnsEqualRightColumn blockquote .blockquotePadding {
		display: block;
		padding: 10px 20px 10px 15px;
	}
	
	#pageContent blockquote p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#pageContent blockquote .quoteText {
		font-size: 20px;
		line-height: 24px;
		color: #175fce;
	}
	
	#pageContent blockquote .quoteAttribution {
		font-style: italic;
	}

/*
Bathsheba Styles
----------------
*/

	.bathshebaListing {
		margin: 0px 0px 0px -5px;
		padding: 0px 0px 0px 0px;
		width: 480px;
	}
	.bathshebaListTop {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 42px;
		background-image: url("/images/things-to-do/bathsheba/note-top.jpg");
		background-repeat: no-repeat;
	}
	.bathshebaListContent {
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 0px 10px;
		background-image: url("/images/things-to-do/bathsheba/note-tile.jpg");
		background-repeat: repeat-y;
		font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	.bathshebaListContent h2 {
		margin: 0px 0px 0px 0px !important;
		padding: 10px 0px 25px 10px !important;
		font-family: "Comic Sans MS", Arial, Helvetica, sans-serif !important;
		font-size: 20px !important;
		color: #000000 !important;
		font-weight: normal !important;
	}
	.bathshebaListContent p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 15px 0px;
	}
	.bathshebaListContent dl {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 10px;
	}
	.bathshebaListContent dd {
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 20px 0px;
	}
	.bathshebaListContent dd .listNumber {
		display: block;
		position: absolute;
		top: 2px;
		left: 0px;
	}
	.bathshebaListContent dd .listItem {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 30px;
	}
	.bathshebaListContent .paginationArea {
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 20px 0px !important;
		text-align: center;
	}
	.bathshebaListBottom {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 31px;
		background-image: url("/images/things-to-do/bathsheba/note-bottom.jpg");
		background-repeat: no-repeat;
	}

/*
Table elements
-------------------------
*/

	table {
		margin: 10px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	table caption {
		margin: 0px 0px 0px 0px;
		padding: 3px 10px 3px 10px;
		color: #ffffff;
		text-align: left;
		font-size: 14px;
		line-height: 17px;
		background-color: #5d8fdd;
		color: #ffffff;
		font-weight: bold;
	}
	
	table thead th {
		padding: 4px 10px 3px 10px;
		background-color: #bed6f7;
		color: #000000;
		font-size: 14px;
		line-height: 17px;
		font-weight: bold;
		border-bottom: 1px solid #a0c3f2;
	}
	
	table tbody th {
		padding: 4px 10px 3px 10px;
		background-color: #e9f2ff;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #d7e7FF;
		color: #000000;
		font-size: 14px;
		line-height: 17px;
		font-weight: bold;
	}
	
	table tbody th em {
		color: #000000;
		font-size: 12px;
		line-height: 16px;
		font-weight: normal;
		font-style: normal;
	}
	
	table tbody td {
		padding: 4px 10px 3px 10px;
		background-color: #e9f2ff;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #d7e7FF;
		color: #000000;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
	}

/*
Area Expander elements
-------------------------
*/

	.areaExpander {
		display: block;
		width: 1000px;
		clear: both;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url("/images/common/expander/expander-top-tile.gif");
		background-position: top left;
		background-repeat: repeat-x;
		overflow-x: hidden;
	}

	.areaExpander .expanderArrow {
		display: block;
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		top: 15px;
		left: 962px;
		width: 18px;
		height: 18px;
	}
	
	.areaExpander h2 {
		margin-bottom: 15px !important;
	}

/*
Social bookmarks
-------------------------
*/

	#socialBookmarks {
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 960px;
	}
	#jsActive #socialBookmarks {
		height: 30px;
	}
	#jsActive #socialBookmarks.show {
		height: auto;
	}
	
	#socialBookmarks dd {
		display: block;
		float: left;
		width: 170px;
		height: 30px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#socialBookmarks dd a {
		text-decoration: none;
	}
	#socialBookmarks dd a:hover span {
		text-decoration: underline;
	}
	
	#jsActive #socialBookmarksHelp {
		display: none;
	}
	#jsActive #socialBookmarksHelp.show {
		display: block;
	}
	
	#jsActive #socialBookmarks dd {
		display: inline;
		float: none;
		width: auto;
		margin: 0px 10px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#jsActive #socialBookmarks.show dd {
		display: block;
		float: left;
		width: 150px;
		height: 30px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#jsActive #socialBookmarks dd a span {
		display: none;
	}
	#jsActive #socialBookmarks.show dd a span {
		display: inline;
	}
	.socialNetworkLinks .edgePaddedContent {
		height: 170px;
	}
	
	#jsActive #socialBookmarks #socialHelpLink {
		display: inline;
		padding-left: 20px;
	}
	#jsActive #socialBookmarks.show #socialHelpLink {
		display: none;
	}

/*
Social side bar elements
-------------------------
*/	
	
	#sideTabHolder {
		display: block;
		position: fixed;
		top: 178px;
		right: 0px;
		width: 70px;
		height: 208px;
		overflow: hidden;
	}
	
	#sideTab {
		display: block;
		position: absolute;
		top: 0px;
		left: 70px;
		width: 70px;
		height: 208px;
		background: url("/images/common/sidebar/sidebar-background-smaller.png") no-repeat;
		overflow: hidden;
	}
	#sideTab a, #sideTab a:visited, #sideTab a:hover {
		display: block;
		position: absolute;
		width: 44px;
		height: 44px;
		background: url("/images/common/sidebar/sidebar-button-sprites.gif") no-repeat;
		overflow: hidden;
		text-decoration: none;
	}
	#sideTab a span {
		position: absolute;
		top: -100px;
	}
	
	#sideTab a.facebook, #sideTab a.facebook:visited {
		background-position: 0px 0px;
		top: 97px;
		left: 14px;
	}
	#sideTab a.facebook:hover {
		background-position: -44px 0px;
	}
	
	#sideTab a.twitter, #sideTab a.twitter:visited {
		background-position: 0px -44px;
		top: 150px;
		left: 14px;
	}
	#sideTab a.twitter:hover {
		background-position: -44px -44px;
	}
	
/*
Footer elements
-------------------------
*/

	#footerArea {
		display: block;
		position: relative;
		margin: 0px 5px 0px 5px;
		padding: 0px 0px 0px 0px;
		width: 1000px;
		height: 40px;
	}
	
	#footerArea p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 13px;
		line-height: 17px;
	}
	
	#footerArea #toTop {
		position: absolute;
		top: 11px;
		left: 20px;
	}
	
	#footerArea #footerLinks {
		position: absolute;
		top: 11px;
		right: 20px;
	}

	#footerShadow {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 1010px;
		height: 5px;
		overflow: hidden;
	}
	
/*
Copyright elements
-------------------------
*/
	
	#copyrightNotice {
		display: block;
		margin: 20px 0px 20px 0px;
		font-size: 13px;
		line-height: 17px;
		text-align: center;
	}
	#copyrightNotice p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#copyrightNotice span {
	}
	#copyrightNotice a {
		text-decoration: none;
	}
	#copyrightNotice a:visited {
		text-decoration: none;
	}
	#copyrightNotice a:hover {
		text-decoration: underline;
	}
	
/*
Sitemap elements
-------------------------
*/
	
	#siteMap {
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#siteMap dt {
		margin: 15px 0px 8px 0px;
		padding: 3px 10px 3px 10px;
		background-color: #5d8fdd;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #ffffff;
		font-weight: bold;
	}
	#siteMap dt: first-child {
		margin: 0px 0px 2px 0px;
	}
	#siteMap dt a, #siteMap dt a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#siteMap dt a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	#siteMap dd {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#siteMap dd dl {
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
	}
	#siteMap dd dl dd {
		margin: 0px 0px 2px 0px;
		padding: 3px 10px 3px 10px;
		background-color: #f0f0f0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#siteMap dd dl dt {
		margin: 8px 0px 2px 0px;
		padding: 2px 10px 2px 10px;
		background-color: #bed6f7;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #175fce;
		font-weight: bold;
		font-style: italic;
	}

