/* Written Power - BlueMoon.css */
/* (c) ben gilman of nuclearsummer.com */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/* http://creativecommons.org/licenses/by/2.0 */
* { margin: 0; padding: 0; border: 0; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0; list-style-type: none; }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* float clearer div */
.ClearFloat {
	clear: both;
	}

/* body */
body {
	background: #fff url(../images/PageBackgroundGeneral.gif) repeat-x top left;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 76%;
	}
body.Home {
	background: #fff url(../images/PageBackground.gif) repeat-x top left;
	}
body.Admin {
	background-image: none;
	}

/* Page container */	
#Container {
	width: 760px;
	margin: 0 auto;
	}

/* */
.NsCredit {
	clear: both;
	width: 760px;
	text-align: right;
	margin: 0 auto;
	color: #aaa;
	font-size: 90%;
	padding: 4px 0;
	}
.NsCredit a { color: #aaa; }


/* Header bar */
.Header {
	height: 110px;
	background: transparent url(../images/HeaderBarRight.jpg) no-repeat top right;
	}
.Header h1 {
	display: block;
	height: 110px;
	width: 390px;
	background: transparent url(../images/HeaderBarLeft.jpg) no-repeat top left;
	text-indent: -9999px;
	}
	
/* Intro Text */
.IntroText {
	height: 100px;
	background: transparent url(../images/IntroBarNew.gif) no-repeat top left;
	}
.IntroText h2 {
	visibility: hidden;
	}
.IntroBar {
	background: transparent url(../images/IntroBarGeneral.gif) no-repeat top left;
	height: 28px;
	}

/* Left nav */
.Body .LeftNav {
	width: 177px;
	float: left;
	background: transparent url(../images/LeftNavBackground.gif) no-repeat top left;
	min-height: 300px;
	}
.Body .LeftNav .LeftNavInternal {
	border: 1px #fff solid;
	border-top: 0;
	margin: 1px;
	}
.Body .LeftNav ul {
	padding-top: 19px;
	}
.Body .LeftNav ul li {
	display: inline;
	}
.Body .LeftNav ul li.Divider {
	display: block;
	color: #555;
	padding: 5px 12px 0px 12px;
	font-size: 1em;
	}
.Body .LeftNav ul li span {
	font-weight: bold;
	}
.Body .LeftNav ul li.Divider ul {
	padding-top: 8px;
	font-size: 1em;
	margin: 0 5px 8px 0px;
	}
.Body .LeftNav ul li a,
.Body .LeftNav ul li.Divider ul li a {
	display: block;
	padding: 6px 12px;
	font-size: 1em;
	text-decoration: none;
	color: #004d73;
	}
.Body .LeftNav ul li a.Active,
.Body .LeftNav ul li.Divider ul li a.Active {
	color: #b00;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	background-color: #f7f7f7;
	padding: 5px 12px;
	}
.Body .LeftNav ul li a:hover,
.Body .LeftNav ul li.Divider ul li a:hover {
	text-decoration: underline;
	}

/* Extras in left nav - login & basket */
.Body .LeftNav .Extra {
	padding: 15px;
	background: transparent url(../images/ExtraBoxBackground.gif) left top no-repeat;
	margin: 4px 0 4px 0;
	}
.Body .LeftNav .Extra .Basket {
	padding: 0 0 0 40px;
	background: transparent url(../images/IconBasket.gif) left top no-repeat;
	}	
.Body .LeftNav .Extra .Basket ul { margin: 0; font-size: .9em; padding: 4px 0 0 0; }
.Body .LeftNav .Extra .Basket ul li { display: block; padding: 1px 0 1px 0; margin: 2px 0 2px 0; }
.Body .LeftNav .Extra .Basket ul li a { padding: 0; font-weight: normal; }

.Body .LeftNav .Extra .Basket .ItemCount { font-size: 1.1em; }

.Body .LeftNav .Extra .Padlock {
	padding: 0 0 0 40px;
	background: transparent url(../images/IconPadlock.gif) left top no-repeat;
	}	
.Body .LeftNav .Extra a {
	color: #c00;
	font-weight: bold;
	}
.Body .LeftNav .Extra P.ExtraTitle {
	color: #2474c1;
	text-transform: uppercase;
	font-size: 110%;
	margin-top: 0;
	}
.Body .LeftNav .Extra p {
	font-size: 90%;
	margin-top: 2px;
	color: #666;
	line-height: 130%;
	}

/* Content */
.Body .Content {
	float: right;
	width: 540px;
	padding: 20px 20px 10px 20px;
	line-height: 1.5em;
	}

/* headings */
.Body .Content h3 {
	color: #c00;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	line-height: 1.1em;
	}
.Body .Content h4 {
	color: #777;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 20px 0 5px 0;
	}
.Body .Content h5 {
	color: #c22;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 10px 0 5px 0;
	}

/* general font size, line-height etc. */
.Body .Content p,
.Body .Content blockquote,
.Body .Content cite,
.Body .Content ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: .75em 0;
	}

/* blockquote styles */
.Body .Content blockquote {
	margin: 1em 1em .5em 1em;
	}	
.Body .Content blockquote.CustomerQuote {	
	font-style: italic;
	}
.Body .Content cite {
	margin: 0 1em;
	color: #444;
	display: block;
	}
.Body .Content cite span.Citee {
	font-weight: bold;
	font-style: normal;
	font-size: 1.15em !important;
	margin-bottom: .25em;
	color: #c00;
	font-size: .95em;
	}

/* image styles */
.Body .Content img.Portrait {
	padding: 4px;
	border: 1px #bbb solid;
	background-color: #eee;
	float: right;
	margin: 5px 0 15px 15px;
	}
	
/* list styles */
.Body .Content ul.ArrowList,
.Body .Content ul.DownloadList,
.Body .Content ul.ContactList {
	margin: 10px 10px 20px 20px;
	}
.Body .Content ul.ArrowList li {
	background: transparent url(../images/ArrowBullet.gif) no-repeat 0 5px;
	padding: 0 0 0 20px;
	}
.Body .Content ul.DownloadList li {
	background: transparent url(../images/DownloadBullet.gif) no-repeat 0 5px;
	padding: 0 0 0 20px;
	}
.Body .Content ul.ContactList li {
	background: transparent url(../images/SimpleBullet.png) no-repeat 0 5px;
	padding: 0 0 0 20px;
	margin: 3px 0;
	}
.Body .Content ul.BuyList li {
	background: transparent url(../images/DownloadBullet.gif) no-repeat 0 5px;
	padding: 0 0 0 20px;
	}

.Body .Content ul.Toc li {
	font-size: 100%;
	}
	.Body .Content ul.Toc li ul {
		margin-left: 25px;
		}
	.Body .Content ul.Toc li.Chapter {	
		font-weight: bold;
		}
	.Body .Content ul.Toc li.Chapter span.ChapterName {
		font-size: 120%;	
		}
	.Body .Content ul.Toc li.Chapter span.SubjectName {
		color: #444;
		font-size: 110%;
		font-weight: bold;
		}
		.Body .Content ul.Toc li.Chapter ul.Subjects {	
			font-weight: normal;
			}

/* body link colors */
.Body .Content a:link { color: #c00; text-decoration: underline; }
.Body .Content a:visited { color: #c00; }
.Body .Content a:hover { color: #e00; text-decoration: none; }
.Body .Content a:active { color: #c00; }

/* cart view on checkout */
table.CartCheck {
	font-size: 1.2em;
	width: 100%;
	border-top: 1px #ccc solid;
	}
table.CartCheck th {
	text-align: center;
	background-color: #f8f8f8;
	color: #444;
	text-align: left;
	border-bottom: 1px #bbb solid;
	}
table.CartCheck th,
table.CartCheck td {
	padding: 4px;
	}
table.CartCheck th.NumberItems,
table.CartCheck td.NumberItems {
	text-align: right;
	}
table.CartCheck th.AmendLinks,
table.CartCheck td.AmendLinks {
	text-align: center;
	}

p.Total {
	font-size: 2em !important;
	color: #444;
	text-align: right;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin-top: 3px !important;
 	padding: 4px 10px 2px 0 !important;
	background-color: #f8f8f8;
	}
p.Total .Color {
	color: #c00;
	font-weight: bold;
	}

/* Form */
fieldset {
	margin: 0 0 25px 0;
	}
div.Field {
	clear: both;
	padding: 3px 0;
	margin: 5px 0;
	}
div.FirstField {
	padding-top: 15px;
	}
div.Field p {
	padding-left: 195px;
	padding-top: 5px;
	font-size: .9em !important;
	clear: both;
	color: #555;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	}
form legend {
	color: #c00;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px #c00 solid;
	width: 100%;
	margin-bottom: 5px;
	}
div.Field label {
	display: block;
	width: 175px;
	padding-right: 20px;
	float: left;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
	}
div.Field input {
	width: 300px;
	float: left;
	border: 1px #ccc solid;
	padding: 3px;
	}
div.Button {
	padding-left: 195px;
	}

.Body .Content div.Errors {
	padding: 12px 15px;
	background-color: #fff9d8;
	border: 1px #FFF09F solid;
	color: #c00;
	margin-bottom: 1.2em;
	}
.Body .Content div.Errors p {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	}
.Body .Content ul.Errors {
	list-style-type: square;
	font-size: .9em;
	margin: 5px 25px;
	color: #c00;
	}
.Body .Content ul.Errors li {
	list-style-type: square;
	padding: 0;
	margin: 0;
	}

.Body .Content .ConfirmAddress {
	font-size: .9em;
	width: 45%;
	float: left;
	padding-bottom: .5em;
	}
.Body .Content h5 {
	font-size: 1.8em;
	}
.Body .Content .ConfirmAddress p {
	margin: 2px 0;
	} 
div.ConfirmCartCheck { width: 50%; float: right; font-size: .9em; }
div.ConfirmCartCheck table.CartCheckNarrow { font-size: 1.1em; }
div.ConfirmCartCheck table.CartCheckNarrow td { text-align: left; }	
div.ConfirmCartCheck p.Total { font-size: 1.3em !important; }


/* buttons */
a.Button {
	display: block;
	width: 180px;
	height: 35px;
	text-indent: -9999px;
	text-transform: none;
	}
a.RightButton {
	float: right;
	}
a.Button span {
	visibility: hidden;
	}
a.ButtonAddToBasket { background: #c00 url(../images/ButtonAddToBasket.gif) no-repeat top left; }
a.ButtonProceed { background: #c00 url(../images/ButtonProceed.gif) no-repeat top left; }
a.ButtonConfirm { background: #c00 url(../images/ButtonConfirm.gif) no-repeat top left; }
div.PaypalButton { text-align: right; }

.Highlight { color: #f60; font-size: 110%; font-weight: bold; }
h4.Outline { color: #f60 !important; } 

.Price { color: #c00; }
p.SmallPrint { padding-top: .5em; margin: 0 0 1.25em 0 !important; color: #666; }


/* Page footer */
.Footer {
	clear: both;
	border-top: 1px #9c9c9c solid;
	background-color: #f4f4f4;
	}
.FooterInternal {
	width: 760px;
	margin: 0 auto;
	font-size: 1em;
	}
.CopyrightNote {
	float: left;
	width: 355px;
	padding: 15px 0px 15px 20px;
	line-height: 1.5em;
	}
div.Footer .CopyrightNote a:link { color: #c00; text-decoration: underline; }
div.Footer .CopyrightNote a:visited { color: #c00; text-decoration: none; }
div.Footer .CopyrightNote a:hover { color: #c00; text-decoration: none; }
div.Footer .CopyrightNote a:active { color: #444; text-decoration: underline; }
	
.FooterNav {
	float: left;
	width: 175px;
	display: inline;
	margin-left: 200px;
	padding: 15px 0 15px 0;
	}
.FooterNav ul li {
	margin: 0 0 .5em 0;
	}
.FooterNav ul li a {
	text-decoration: none;
	color: #555;
	}
.FooterNav ul li a.Active {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	}
.FooterNav ul li a:hover {
	text-decoration: underline;
	color: #333;
	}