
body {
	font-family: Helvetica;
	padding: 0;
	margin: 0;
	background:#f4e562;
	background-image: url(images/tldl_background4.jpg);
}

em {
	font-weight: bold;
	font-style: italic;
	color: inherit;
}

a.button {
	background: darkorange;
	color: white;
	text-decoration: none;
	padding: 0.6em 1em;
	border-radius: 0.5em;
}
a.button.big {
	padding: 1em 1.5em;
}



div#tldlHeader {
	width: 960px;
	height: 165px;
	background: url(images/tldl_header5.png) top left no-repeat;
	background-size:662px;
	background-position-y: 20px;
	text-indent: -9999px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-top: 15px solid black;
}



div#contentWrapper {
	padding:0;
	margin:0 auto;
	position:relative;
	top:-40px;
	width:960px;
}



/* narrow displays: top-header-menu */
div#tldlSubheadMenu {
	display:block;
	text-indent: 0;
	z-index:10;
	margin-top:-1em;
}

div#tldlSubheadMenu a {
	color: inherit;
	text-decoration: none;
}
div#tldlSubheadMenu ul {
	list-style: none;
	padding:0;
	margin:0;
}
div#tldlSubheadMenu ul li {
	float: left;
	padding: 0.5em 1em;
	font-size: 1.2em;
	cursor: pointer;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
div#tldlSubheadMenu ul li:hover {
	background-color: #d6ba7d;
}
div#tldlSubheadMenu ul li.current {
	background-color: white;
	cursor: inherit;
	position: relative;
	top: 1px;
}
div#tldlSubheadMenu ul li.current:hover {
	background-color: white;
}


/* wide displays: left-side-menu */
@media screen and (min-width:1120px) {
	div#contentWrapper {
		width:1120px;
	}
	div#tldlSubheadMenu {
		float:left;
		width:160px;
		border-top-left-radius: 0.5em;
		border-bottom-left-radius: 0.5em;
		background:#d6ba7d;
		margin-top:0;
		top:0;
	}
	div#tldlSubheadMenu ul li {
		float:none;
		border-top-left-radius: 0.5em;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0.5em;
	}
	div#tldlSubheadMenu ul li.current {
		top:0;
	}
	div#tldlSubheadMenu ul li:hover {
		background-color: rgba(0,0,0,0.1);
	}
}



div#content {
	float:left;
	box-sizing:border-box;
	width:960px;
	/*padding: 1em 2em 4em 2em;*/
	background: white;
	border-radius:1em;
	border-top-left-radius: 0;
	z-index:20;
}

div#rightcol {
	float:right;
	background: rgba(0,0,0,0.1);
	padding: 1em;
	width: 250px;
	border-top-right-radius:1em;
	border-bottom-right-radius:1em;
	border-bottom-left-radius:1em;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}




div#tldlSocial {
	position:absolute;
	top:20px;
	right:0;
	text-indent:0;
}
div#tldlSocial a {
}
div#tldlSocial a img {
	border:none;
	max-width:40px;
}




.section {
	width:600px;
	padding:1em 2em 4em 2em;
}









/*
	spire footer styles...
*/

div#divFooter
{	
	clear:both;
	margin-top: 30px;
	background: #f4f4f4;
	border-top: 1px dotted #A9A9A9;
	border-bottom: 1px dotted #A9A9A9;
}
div#divFooterContent
{	
	width:960px;
	text-align:left;
	font-size: 11px;
	padding: 10px 0;
}

div#divFooterLeft
{	
	width: 350px;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
}
div#divFooterLeft a
{	
	color: #991c2f;
	font-weight: bold;
	text-decoration: none;
}

div#divFooterRight
{	
	text-align: right;
	float: right;
	width: 610px;/*480px;  not enough space for links*/
	margin-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
div#divFooterRight a
{	
	color: #A9A9A9;
}
div#divFooterRight a:hover
{	
	color: #991c2f;
	text-decoration: none;
}


ul.small
{	
	padding: 0;
	margin: 0;
	display: block;
}
ul.small li
{	
	display:inline;
	padding:0px 10px;
	margin:0;
	border-left:1px solid gray;
	font-size: 11px;
}
ul.small li.first
{	
	border:none;
	padding-left:0px;
}
ul.small li.first a
{	
	color: #991c2f !important;
}
ul.small li.last
{	
	padding-right:0px;
}
















form.standard
{
	padding:0;
	margin:0;
}



form.standard input.button
{	
	cursor:pointer;
	background: white url(images/simpleBtn_gray_bg.gif) bottom repeat-x;
	padding: 3px 10px;
	border: 1px solid #aaaaaa;
	border-radius: 0.5em;
}
form.standard input.green
{	
	background: #EAFEB6 url(images/simpleBtn_green_bg1.gif) bottom repeat-x;
	border: 1px solid #AAD402;
}
form.standard input.brown
{	
	background: #FBD31F url(images/simpleBtn_brown_bg1.gif) bottom repeat-x;
	border: 1px solid #D18B00;
}

form.standard fieldset
{	
	padding:0 10px 10px 10px;
	margin:10px 0 10px 0;
	background:#f4f4f4;/*white;*/
	border:none;
}

form.standard fieldset dl
{	
		padding:0 10px 0 0;
		margin:0;
}
form.standard fieldset dt
{	
	padding:10px 0 0 0;
	margin:0 0 0 8px;
}
form.standard fieldset dd
{	
	padding:0 10px 0 0;
	margin:0 0 0 10px;
}



form.standard fieldset legend
{	
	font-weight:bold;
	text-transform:none;/*uppercase;*/
	font-size:14px;
	line-height:18px;
	color:black;/*#666666;*/
	
	padding:5px 20px 5px 10px;
	margin:0 0 0 -10px;
	background:#f4f4f4;/*white;*/
}

form.standard fieldset#fsSubmit
{	
	text-align:right;
	padding:10px;
	background: white; /*#e5e5e5;*/
}





form.standard label
{	
	font-weight:normal;
	text-transform:none;/*uppercase;*/
	font-size:14px;
	line-height:20px;
	color:#666666;
	padding:2px;
	padding-top:3px;
}

form.standard input
{	
	border:1px solid #aaaaaa;
	background:white;
	padding:3px;
	
	font-size:14px;
}
form.standard input.noborder
{	
	border:none;
}

form.standard select
{	
	border:1px solid #cccccc;
	background:white;
	padding:3px;
	
	font-size:14px;
}

form.standard textarea
{	
	border:1px solid #cccccc;
	background:white;
	padding:3px;
	
	font-size:14px;
}



form.standard .full
{	
		width:100%;
	}

form.standard .name_title
{	
	width:50px;
}

form.standard .name_first
{	
	width:100px;
}

form.standard .name_initial
{	
	width:20px;
}

form.standard .name_last
{	
	width:100px;
}

form.standard .name_suffix
{	
	width:30px;
}

form.standard .error
{	
	background:#991c2f;
	color:white;
}





form.standard h2
{
	color: #991c2f;/*999999;*/
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	
	background:white;
	
	padding: 10px 0;
	margin-bottom: 2px;
}
form.standard h2.bordered
{	
	border-bottom: 1px solid #e5e5e5;
}




form.standard div.fieldrow
{	
	padding:10px 0px;
}





div.green
{	
	margin-top: 5px;
	padding: 5px 0;
	background: #eaf2e6;
	-webkit-border-radius: 5px;}

div.green fieldset
{	
	background: none;
}
div.green fieldset legend
{	
	background: none;
}
div.green fieldset#fsSubmit
{	
	background: none;
}

div.green h3
{	
	padding-left: 10px;
}




div.note
{
	font-family:sans-serif;
	font-size:14px;
	line-height:120%;
	padding:20px 20px 20px 10px;
	color:#666666;
}

.required
{	
	color: #991c2f;
}










/* Registration page specific styles */

div.registration {
	padding: 1em 2em 4em 2em;
}

div#reg_subhead {
	float: left;
	width: 410px;
}
div#reg_subhead h1 {
	margin-bottom: 0.25em;
	text-transform: uppercase;
	font-size: 1.75em;
}
div#reg_subhead h2 {
	margin-top: 0;
	font-size: 1.1em;
}

div#reg_image {
	float: right;
	width: 400px;
	height: 500px;
	margin-top: 100px;
	background-image:url(images/tldl_book_and_guide.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
}
form#frmRegistration {
	width: 400px;
	float:left;
}














form#frmCart
{	
	width:400px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	background:white;/*#f8f8f8;*/
}


form#frmCart input.button
{		
	cursor:pointer;
	border: 1px solid #cccccc;
	background: white url(images/simpleBtn_gray_bg.gif) bottom repeat-x;
}
form#frmCart input.checkout
{	
	text-indent:-999999px;
	width:243px;
	height:70px;
	background:url(images/checkout1.gif) top left no-repeat;
	cursor:pointer;
	border:none;
}


form#frmCart fieldset
{	
	padding:0 10px 10px 10px;
	margin:10px 0 10px 0;
	background:#f8f8f8;/*white;*/
	border:none;
}

form#frmCart fieldset dl
{	
		padding:0 10px 0 0;
		margin:0;
}
form#frmCart fieldset dt
{	
	padding:10px 0 0 0;
	margin:0 0 0 8px;
}
form#frmCart fieldset dd
{	
	padding:0 10px 0 0;
	margin:0 0 0 10px;
}



form#frmCart fieldset legend
{	
	font-weight:bold;
	text-transform:none;/*uppercase;*/
	font-size:14px;
	line-height:18px;
	color:black;/*#666666;*/
	
	padding:5px 20px 5px 10px;
	margin:0 0 0 -10px;
	background:#f8f8f8;/*white;*/
}

form#frmCart fieldset#fsSubmit
{	
	text-align:right;
	padding:10px;
}





form#frmCart label
{	
	font-weight:normal;
	text-transform:none;/*uppercase;*/
	font-size:14px;
	line-height:20px;
	color:black;/*#999999;*/
	padding:2px;
	padding-top:3px;
}

form#frmCart input
{	
	border:1px solid #cccccc;
	background:white;
	padding:3px;
	
	font-size:14px;
}
form#frmCart input.noborder
{	
	border:none;
}

form#frmCart select
{	
	border:1px solid #cccccc;
	background:white;
	padding:3px;
	width:auto;
	
	font-size:14px;
}

form#frmCart textarea
{	
	border:1px solid #cccccc;
	background:white;
	padding:3px;
	
	font-size:14px;
}




form#frmCart .full
{	
		width:100%;
	}

form#frmCart .error
{	
	background:red;
	color:white;
}





form#frmCart h2
{
	color: #336699;/*999999;*/
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	
	background:white;
	border-bottom: 4px solid #e5e5e5;
	
	padding: 10px 0;
	margin-bottom: 2px;
}







form#frmCart div.fieldrow
{	
	padding:10px 0px;
}

form#frmCart div.fieldnote
{	
	font-size:12px;
	color:gray;
}



div#divValidationError
{	
	padding-top:5px;
	padding-left:10px;
	
	color:red;
	font-size:14px;
	line-height:120%;
}
div#divValidationError:first-line
{	
	font-weight:bold;
}

.validationError
{	
	border: 2px solid red;
	background: #fff6f3;
	color: black;
}


































































/*
	
	cart styles
	
*/

table.cart
{	
	border-collapse: collapse;
	border: none;
	caption-side: top;
	margin: 0 0 2px 0;
}

table.cart caption
{	
	line-height: 10px;
	text-align: left;
	
	background: white;
	border-bottom: 4px solid #e5e5e5;
	
	padding: 30px 0;
	margin: 0 0 2px 0;
}
table.cart caption h1
{	
	padding: 0;
	margin: 0;
}

table.cart th
{	
	font-family: helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #f8f8f8;
	border-left: 2px solid white;
	text-align: left;
	
	padding: 5px;
}
table.cart th.first
{	
	border-left: none;
}

table.cart td
{	
	font-family: helvetica,sans-serif;
	font-size: 14px;
	line-height:120%;
	
	padding: 5px;
	vertical-align: baseline;
}

table.cart td.full
{	
	padding: 0 0 5px 0;
}

table.cart tr
{	
	border-top:1px solid white;
	border-bottom:1px solid white;
}
table.cart tr.new
{	
	background:#ebffcc;
}

table.cart fieldset
{
	/*position: relative;
	left: -5px;*/
	margin: 0;
}





table.shippingOptions
{	
	position: relative;
	left: -10px;
	margin: 5px 0 0 0;
}
table.shippingOptions label
{	
	cursor: pointer;
}
table.shippingOptions tr th
{	
	text-align: left;
	margin: 0;
	padding: 4px 10px 4px 0;
	border: none;
	
}
table.shippingOptions tr td
{	
	text-align: right;
	margin: 0;
	padding: 4px 5px;
	border: none;
}
table.shippingOptions tr.selected th,
table.shippingOptions tr.selected td
{	
	background: #ccff99;/*lime;*/
}





div.endCart
{	
	border-top: 4px solid #e5e5e5;
	padding:10px 0 0 0;
}










div.coupons
{	
	/*border-top: 4px solid #e5e5e5;*/
	padding:10px 0 3px 0;
}

div.coupons fieldset
{	
	margin-bottom:0;
}

div.coupons div.fieldnote
{	
	padding:10px 0 0 10px;
}



table.discounts
{	
	width:100%;
	line-height:140%;
}
table.discounts caption
{	
	text-align:left;
	padding:5px 10px;
	
	background:#f8f8f8;
	font-weight:bold;
	/*border-bottom:1px solid #e5e5e5;*/
}
table.discounts th
{	
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	padding:10px;
	width:1px;
}
table.discounts td
{	
	vertical-align:top;
	padding:10px 0;
}



div.coupon_effect
{	
	color: #991c2f;/*red;*/
	text-align:right;
}



div.navigation
{	
	font-family: helvetica,sans-serif;
	font-size: 14px;
	vertical-align:baseline;
	
	border-top: 4px solid #e5e5e5;
	
	padding: 15px 0;
}

div.navigation a
{	
	text-decoration: none;
	/*text-transform: uppercase;*/
	padding: 5px;
	margin: 5px 0;
	/*border: 1px solid #cccccc;*/
	background:white;
	
}
div.navigation a:hover
{	
	text-decoration: underline;
}


































































/*
	checkout / order summary styles
*/

form#frmCheckout fieldset
{	
	padding-left: 0;
}

fieldset#fsSubmit
{	
	background: #e5e5e5;
}





div#page_summary
{	
	padding-top: 30px;
}



table#tblCart
{	
	border-collapse: collapse;
	border: none;
	width: 100%;
	caption-side: top;
	margin: 0 0 2px 0;
}

table#tblCart caption
{	
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	color:#666666;
	text-align: left;
	
	background:white;
	border-bottom: 4px solid #e5e5e5;
	padding: 10px 0px;
	margin: 0 0 2px 0;
}
table#tblCart caption h2
{	
	padding: 0;
	margin: 0;
}

table#tblCart th
{	
	font-family: helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #f8f8f8;
	border-left: 2px solid white;
	text-align: left;
	
	padding: 5px;
}
table#tblCart th.first
{	
	border-left: none;
}

table#tblCart td
{	
	font-family: helvetica,sans-serif;
	font-size: 12px;
	line-height:120%;
	
	padding: 5px;
	vertical-align: baseline;
}


































































/*
	Success page styles
*/

div#divSuccess
{	
	text-align:left;
	color:black;
	font-size:18px;
	line-height:160%;
	padding:20px;
	padding-bottom:20px;
}

div#divSuccess .top
{	
	color:#336699;
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
}

div#divSuccess .bottom
{	
	padding-top:10px;
}

div#divSuccess h2
{	
	line-height:140%;
}
div#divSuccess h2:first-line
{	
	font-weight:normal;
	color:black;
}






div#divOrderDetails
{	
	color:black;
	font-size:14px;
	
	padding:20px 0px;
}

div#divOrderDetails table
{	
	width:100%;
}
div#divOrderDetails table tr td
{	
	vertical-align:top;
	width:50%;
}

div#divOrderDetails fieldset
{	
	padding:0px;
	padding-top:20px;
	margin:0px;
	margin-top:20px;
	border:none;
}

div#divOrderDetails fieldset dl
{	
	padding:0px;
	margin:0px;
}

div#divOrderDetails fieldset dt
{	
	padding:0px;
	margin:0px;
	
	width:120px;
	height:10px;
	white-space: nowrap;
}
div#divOrderDetails fieldset#shipping_details dt
{	
	width:90px;
	white-space: nowrap;
}

div#divOrderDetails fieldset dd
{	
	position:relative;
	top:-10px;
	
	padding:0px;
	margin:0px;
	margin-left:140px;
	
	height:20px;
	
	color:black;
	white-space: nowrap;
}
div#divOrderDetails fieldset#shipping_details dd
{	
	margin-left:90px;
	overflow:hidden;
	white-space: nowrap;
}

div#divOrderDetails fieldset legend
{	
	font-weight:bold;
	text-transform:none;/*uppercase;*/
	font-size:18px;
	line-height:18px;
	color:black;
	
	padding:0px;
	margin:0px;
}









div#divOrderDetails table#tblCart
{	
	border-collapse: collapse;
	width:auto;
	border: none;
	caption-side: top;
	padding: 0;
	margin: 0;
}

div#divOrderDetails table#tblCart caption
{	
	font-weight:bold;
	text-transform:none;/*uppercase;*/
	font-size:18px;
	line-height:18px;
	color:black;
	text-align: left;
	border:none;
	
	padding: 10px 0;
	margin: 0 0 2px 0;
}
div#divOrderDetails table#tblCart caption h2
{	
	padding: 0;
	margin: 0;
}

div#divOrderDetails table#tblCart th
{	
	font-family: helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	
	padding: 5px;
}
div#divOrderDetails table#tblCart th.first
{	
	border-left: none;
}

div#divOrderDetails table#tblCart td
{	
	font-family: helvetica,sans-serif;
	font-size: 14px;
	line-height:120%;
	
	padding: 5px;
	vertical-align: baseline;
}




div#divConfirm a
{
	text-decoration:none;
}
div#divConfirm a:hover
{	
	text-decoration:underline;
}







/*
	feedback form styles
*/

div#divFeedback
{
}

form#frmFeedback
{	
	border-top:4px solid #e5e5e5;
}

form#frmFeedback div.columnrow
{	
	clear:both;
}

form#frmFeedback div.leftcolumn
{	
	float:left;
}

form#frmFeedback div.rightcolumn
{	
	float:right;
}

span.wordbox
{	
	padding-right:20px;
	white-space:nowrap;
}
































































/*
	Failure page styles
*/

div#error
{	
	color:#991c2f;
	font-size:18px;
	line-height:120%;
	padding:50px;
}
div#error:first-line
{	
	font-weight:bold;
}



div#suberror
{	
	color:black;
	font-size:14px;
	line-height:140%;
	padding:50px 50px 100px 50px;
}

div#suberror a
{	
	text-decoration:underline;
	color:blue;
}



