/*
HTML Page elements
---------------------
*/

	body.korean {
		font-family: 'nanumgothicregular','Nanum Gothic', sans-serif; /* 'Namsan Medium', serif; */
		font-size: 14px;
		line-height: 22px;
	}
	
	.korean-quote {
		font-size:14px;
		line-height: 32px;
		color: #175fce;
			}
	

	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;
	}
	
	del {
		color: #666666;
		display: inline;
	}
	
	.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;
	}
	
	.nobullet {
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 20px;
		list-style-type: none;
		background-image: none;
		background-position: 0px 3px;
		background-repeat: no-repeat;
	}
	
	ol li {
		margin: 0px 0px 7px -20px;
	}
	
	.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; 
		
	}
	
	.blueText {
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		color: #175fce;
	}
	.blueTextLight {
		font-size: 16px;
		line-height: 20px;
		color: #175fce;
	}

/*
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;
	}
	
	#headerButtons a span.obfIcon {
		display: block;
		float: right;
		margin: 0px -5px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 55px;
		height: 22px;
		background-image: url("/images/common/header/obf-icon.png");
		background-position: 8px 0px;
		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;
	}
	body.korean #headerSearchField {
		font-family: 'nanumgothicregular', serif;
	}
	
	#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;
	}
	body.german #headerSearchButton {
		font-size: 16px;
		width: 45px;
	}
	
	#headerSearchSubmit {
		float: left;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
		height: 30px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
	}
	body.korean #headerSearchSubmit {
		font-family: 'nanumgothicregular', serif;
	}
	
	#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 h1 span {
		display: block;
		margin-top: 0px;
		font-weight: normal;
		font-size: 14px;
		line-height: 16px;
	}
	
	#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 */
	}
	body.german #pageTitle #socialActions, body.french #pageTitle #socialActions, body.spanish #pageTitle #socialActions, body.brazilian #pageTitle #socialActions {
		width: 205px;
	}
	#pageTitle #socialActions .like {
		position: absolute;
		top: 1px;
		right: 0px;
	}
	#pageTitle #socialActions .tweet {
		position: absolute;
		top: 1px;
		left: 0px;
	}
	body.canadianFrench #pageTitle #socialActions .like {
		position: absolute;
		top: 1px;
		left: 0px;
	}
	body.canadianFrench #pageTitle #socialActions .tweet {
		display: none;
	}
	
	#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 h4 {
		margin: 15px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 14px;
		line-height: 17px;
		color: #175fce;
	}
	
	
		#pageContent h8 {
		margin: 15px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		color: #E00000;
	}
	

	#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 .blockPanel .blockPanelPadding p.blueText {
		margin: 0px 0px 8px;
		font-size: 14px;
		line-height: 17px;
	}
	#pageContent .blockPanel .blockPanelPadding .picFloatRightinPanel {
		margin: 0px -15px 0px 10px;
	}
	
	#pageContent .fullWidthPanel .blockPanel {
		margin: 40px 0 5px;
	}
	#pageContent .fullWidthPanel .blockPanel .blockPanelPadding {
		display: block;
		padding: 10px 20px 1px 20px;
	}
	#pageContent .fullWidthPanel .blockPanel .blockPanelPadding h2 {
		margin-bottom: 10px;
	}
	
	#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 .blockPanelPadding select {
		display: block;
		width: 99%;
		margin: 10px 0px 15px;
		font-size: 16px;
	}
	
	#pageContent .blockPanel .blockPanelPadding input.largeText {
		border: 1px solid #175fce;
		margin: 0px 3px 5px 0px;
		padding: 3px;
		font-size: 18px;
		line-height: 20px;
	}
	#pageContent .blockPanel .blockPanelPadding .ui-datepicker-trigger {
		vertical-align: top;
		cursor: pointer;
	}
	
	#pageContent .blockPanel div.fairCredit {
		float: right;
		background: #fff;
		width: 110px;
		margin: 0px 0px 0px 10px;
		padding: 7px 0px;
		border: 1px solid #b4d7ff;
	}
	#pageContent .blockPanel div.fairCredit p {
		text-align: center;
		margin: 0px;
		font-size: 18px;
		line-height: 22px;
	}
	#pageContent .blockPanel div.fairCredit p.padded {
		margin-top: 10px;
	}
	#pageContent .blockPanel div.fairCredit p span {
		display: block;
		font-size: 22px;
		line-height: 26px;
		font-weight: bold;
	}
	
	#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;
	}
	
	.blockPanel .blockPanelPadding dt {
		float: left;
		margin: 0px 0px 10px;
		padding: 0px;
		font-weight: bold;
		width: 110px;
	}
	.blockPanel .blockPanelPadding dd {
		float: left;
		margin: 0px 0px 10px;
		padding: 0px;
	}

/*
General styling elements
-------------------------
*/

.bounding-box {
  background-image: http://pages.usborne.com/usborneday/;
  background-repeat: no-repeat;
  background-size: contain;
}

	.noBold {
		font-weight: normal !important;
	}
	
	.floatRight {
		float: right;
	}
	.floatLeft {
		float: left;
	}
	
	.picFloatRight, .picFloatRightinPanel {
		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;
	}
	
	.introParagraphBlue {
		font-size: 16px;
		line-height: 20px;
		color: #175fce;
	}
	
	.introParagraphMargin {
		font-size: 16px;
		line-height: 20px;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	
	
	.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;
		
		}
	.turquoiseBackground {
		background-color: #57c3be; /*009999 */
		
	}
	.DarkGreyBackground {
		background-color: #7a7a7a; /*414143*/
	}
	
	.greyBackground {
		background-color: #f2f2f2;
	}
	
	.smallText {
		font-size: 11px;
	}
	.redText {
		color: #ff3300;
	}

/*
Form style elements
---------------------------------
*/

	.genericForm {
		margin: 15px 0px 25px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #DBEAFF;
	}
	.yellowBackground .genericForm {
		margin: 15px 0px 10px 0px;
		background-color: #fbf7a9;
	}
	
	.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! */
	}

	.errorReport {
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
		background: #ffeded;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffcfcf;
	}
	p.errorReport {
		margin-right: 15px !important;
		padding: 10px 10px 10px 10px !important;
		color: #ff3300;
		font-weight: bold;
		border: 1px solid #ffb9b9;
	}
	.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;
		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;
	}

    /* .NET validation */

    .genericForm span.inlineValidator[style*="inline"] {
        margin: 5px 0;
        display: block !important;
        color: red;
    }
	.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;
	}
	a.submitButton, a.submitButton:visited {
		display: inline-block;
		margin: 2px 0px 0px 0px;
		padding: 0px 10px 0px 10px;
		height: 26px;
		background-color: #175FCE;
		border-radius: 4px;
		overflow: hidden;
		text-decoration: none;
		color: #ffffff;
		/*behavior: url(/css/PIE.htc);*/
	}
	
	#Butlins {
    background-color: #c21313;
	hover: #bc0e79;
}

	#Butlins:hover {
	background-color: #bc0e79;
	}
	
	
	a.submitButton:hover {
		background-color: #bc0e79;
		color: #ffffff;
		text-decoration: none;
	}
	.blockPanelPadding a.submitButton {
		margin-bottom: 10px;
	}
	a.submitButton strong {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 26px;
		font-size: 16px;
		line-height: 26px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
	}
	a.submitButtonInline {
		display: inline-block;
		/* For IE */
		zoom: 1;
		*display: inline;
	}
	a.submitButtonRight {
		float: right;
	}
	.mandatory {
		color: #c11a1d;
		font-weight: bold;
	}
	a.inlineButton, a.inlineButton:visited {
		display: inline-block;
		margin: 0px;
		padding: 1px 10px 2px;
		background-color: #175FCE;
		border-radius: 4px;
		overflow: hidden;
		text-decoration: none;
		color: #ffffff;
		vertical-align: top;
		/*behavior: url(/css/PIE.htc);*/
	}
	a.inlineButton:hover {
		background-color: #bc0e79;
		color: #ffffff;
		text-decoration: none;
	}

	
	/* Inline sign-up form styles */
	
	.inlineSignup {
    	margin: -15px 0 0;
    	padding: 10px 0;
	}
	.inlineSignup label {
    	display: inline-block;
    	color: #175fce;
        font-weight: bold;
        line-height: 20px;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }
	
	.inlineSignup input {
    	display: inline-block;
        width: 230px;
        height: 20px;
        background-color: #ffffff;
        font-family: Helvetica, Arial, sans-serif;
        color: #000000;
        font-size: 18px;
        line-height: 20px;
        margin: 0 20px 0 0;
        vertical-align: middle;
    }
    
    .inlineSignup a, .inlineSignup a:visited {
		display: inline-block;
		padding: 0px 10px 0px 10px;
		background-color: #175fce;
		border-radius: 4px;
		overflow: hidden;
		text-decoration: none;
		color: #ffffff;
		vertical-align: middle;
    }
    .inlineSignup a:hover {
		background-color: #bc0e79;
		color: #ffffff;
		text-decoration: none;
	}
    .inlineSignup a strong {
		display: block;
		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, #homepageIntroArea 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 .quoteTextSmall {
		font-size: 18px;
		line-height: 24px;
		color: #175fce;
	}
	
	#pageContent blockquote .quoteAttribution {
		margin-top: 4px;
		font-style: italic;
	}
	
/*
Sample Screenshots
-------------------
*/
	.sampleScreens {
			position: relative;
			margin: 10px 0px 15px 0px;
			padding: 0px 0px 0px 0px;
	}
	.sampleScreens p {
		width: 228px;
		padding: 0px 3px 0px 2px;
		margin: 0px 0px 15px 0px !important;
		float: left;
		display: block;
	}
	.sampleScreens p.right {
		float: right;
	}

/*
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 h2 {
		margin-bottom: 15px !important;
	}

	.areaExpander h2 a.shareButton {
		display: inline-block;
		margin: 0px 0px 0px 5px;
		padding: 0px 5px;
		background-color: #175FCE;
		border-radius: 4px;
		overflow: hidden;
		text-decoration: none !important;
		color: #ffffff !important;
		font-size: 12px;
		line-height: 18px;
		vertical-align: text-top;
		behavior: url(/css/PIE.htc);
	}
	.areaExpander h2 a.shareButton:hover {
		background-color: #bc0e79;
		color: #ffffff !important;
		text-decoration: none !important;
	}
	
	.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 .expanderArrow a {
		display: block;
		width: 18px;
		height: 18px;
		background-image: url("/images/common/expander/expander-arrow-sprite.png");
		background-repeat: no-repeat;
		overflow: hidden;
		cursor: pointer;
		text-decoration: none;
	}
	.areaExpander .expanderClosed a {
		background-position: 0px 0px;
	}
	.areaExpander .expanderStage2 a {
		background-position: 0px -18px;
	}
	.areaExpander .expanderStage3 a {
		background-position: 0px -36px;
	}
	.areaExpander .expanderOpen a {
		background-position: 0px -54px;
	}
	.areaExpander .expanderClosed a:hover {
		background-position: -18px 0px;
		text-decoration: none;
	}
	.areaExpander .expanderStage2 a:hover {
		background-position: -18px -18px;
		text-decoration: none;
	}
	.areaExpander .expanderStage3 a:hover {
		background-position: -18px -36px;
		text-decoration: none;
	}
	.areaExpander .expanderOpen a:hover {
		background-position: -18px -54px;
		text-decoration: none;
	}

/*
Link listing 
-------------------------
*/
	dl.linkListing {
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		float: left;
	}
	dl.linkListing dt {
		display: none;
	}
	.linkListing dd {
		display: block;
		margin: 0px 19px 14px 0px;
		padding: 5px 0px 0px 0px;
		width: 175px;
		height: 125px;
		float: left;
	}
	
	.linkListing dd.noRightMargin {
		margin: 0px 0px 14px 0px;	
	}
	
	.linkListing a {
		display: block;
		position: relative;
		width: 175px;
		height: 125px;
		background-color: #ffffff;
		border: 3px solid #e2e2e2;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		/*behavior: url(/css/PIE.htc);*/
		text-decoration: none;
		cursor: pointer !important;
		overflow: hidden;
		float: left;
	}
	.linkListing a:hover {
		color: #bc0e79 !important;
		border: 3px solid #bc0e79;
		text-decoration: none;
	}
	
	.linkListing .linkListingContent. a:hover {
		border: 3px solid #bc0e79;
		text-decoration: none;
	}
	.linkListing a .linkListingContent {
		display: block;
		padding: 0px 0px 0px 0px;
		width: 175px;
		height: 100px;
	}
	.linkListing a .linkListingContent .linkListingTitle {
		width: 175px;
		height: 30px;
		float: left;
		position: relative;
		margin: 15px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 4px 4px;
		-moz-border-radius: 0px 0px 4px 4px;
		-o-border-radius: 0px 0px 4px 4px;
		-ms-border-radius: 0px 0px 4px 4px;
		border-radius: 0px 0px 4px 4px;
		/*behavior: url(/css/PIE.htc);*/
		background-color: #e2e2e2;
		text-align: center;
		text-decoration: none;
		line-height: 28px;
		font-weight: bold;
	}
	.linkListing a:hover .linkListingTitle {
		background-color: #bc0e79;
		color: #ffffff !important;
	}
	.linkListing a .linkListingContent .linkListingDescription {
		display: block;
		font-size: 18px;
		line-height: 20px;
	}
	.linkListing a .linkListingContent .linkListingImage {
		float: left;
		margin: 10px 10px 0px 10px;
	}
	
	

/*
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: 194px;*/
		/*height: 239px; /* 186px */
		/* additional height to accomodate text */
		height: 260px;
		overflow: hidden;
	}
	
	#sideTab {
		display: block;
		position: absolute;
		top: 0px;
		left: 70px;
		width: 70px;
		/*height: 194px;*/
		/*height: 239px; /* 186px */
		/* additional height to accomodate text */
		height: 260px;
		background: url("/images/common/sidebar/sidebar-background-smaller-3.png") no-repeat;
		overflow: hidden;
	}
	#sideTab p.followText {
	  text-align: center;
	  margin: 16px 0px 0px 1px;
	  font-size: 12px;
	  color: #175fce;
	}
	#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;
	}
	/* added on 20px to each item to accomodation text */
	
	#sideTab a.facebook, #sideTab a.facebook:visited {
		background-position: 0px 0px;
		top: 38px;
		left: 14px;
	}
	#sideTab a.facebook:hover {
		background-position: -44px 0px;
	}
	
	#sideTab a.twitter, #sideTab a.twitter:visited {
		background-position: 0px -44px;
		top: 91px;
		left: 14px;
	}
	#sideTab a.twitter:hover {
		background-position: -44px -44px;
	}
	
	#sideTab a.tumblr, #sideTab a.tumblr:visited {
		background-position: 0px -88px;
		top: 144px;
		left: 14px;
		/*height: 54px;*/
	}
	#sideTab a.tumblr:hover {
		background-position: -44px -88px;
	}
	
	#sideTab a.google, #sideTab a.google:visited {
		background-position: 0px -132px;
		top: 197px;
		left: 14px;
		/*height: 54px;*/
	}
	#sideTab a.google:hover {
		background-position: -44px -132px;
	}
	
	/* override facebook positioning until follow text is added */
	
	.german #sideTab a.facebook, .german #sideTab a.facebook:visited {
		top: 18px;
	}
	.french #sideTab a.facebook, .french #sideTab a.facebook:visited {
		top: 18px;
	}
	.spanish #sideTab a.facebook, .spanish #sideTab a.facebook:visited {
		top: 18px;
	}
	.canadianFrench #sideTab a.facebook, .canadianFrench #sideTab a.facebook:visited {
		top: 18px;
	}
	
	/* end of override code */ 
	
	/* hide twitter in Germany */
	.german #sideTab {
		background: url("/images/common/sidebar/sidebar-background-smaller-fb-only-2.png") no-repeat;
		/*height: 194px;*/
		height: 186px;
	}
	
	/* hide twitter in France */
	.french #sideTab {
		background: url("/images/common/sidebar/sidebar-background-smaller-fb-only-2.png") no-repeat;
		/*height: 194px;*/
		height: 186px;
	}
	
	/* hide twitter in Germany */
	.spanish #sideTab {
		background: url("/images/common/sidebar/sidebar-background-smaller-fb-only-2.png") no-repeat;
		/*height: 194px;*/
		height: 186px;
	}
	
	/* hide twitter in Germany */
	.canadianFrench #sideTab {
		background: url("/images/common/sidebar/sidebar-background-smaller-fb-only-2.png") no-repeat;
		/*height: 194px;*/
		height: 186px;
	}
	
/*
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;
	}
