/* @override 
	http://localhost/ltp/ltp.css
	http://ltp/ltp.css
*/

/* general */

body {
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-y;
	margin: 0; padding: 0;
	background-color: #eff4f8;
}
a img{
	border: none;
}
img.arrow {
	margin-left: 8px;
	position: relative;
	top: 2px;
}
img.cart {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
div#rightbox a img.cart {
	border: none;
}
img.cart.right {
	margin-right: 0;
	margin-left: 6px;
}
/* head */
#head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 174px;
	width: 100%;
	min-width: 780px;
	background-color: #dbe7ef;
}
#head h1, #head h2 {
	display: none;
}
#head a {
	width: 100%;
	height: 174px;
	display: block;
}
div#cart {
	position: relative;
	margin-left: 700px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
div#cart a {
	text-decoration: none;
}
/* nav */

#nav {
	position: absolute;
	left: 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0; 	padding: 0;
	width: 129px;
	margin-top: 40px;
}
#nav li {
	background-image: url(images/button_off.jpg);
	background-repeat: no-repeat;
	width: 129px;
	height: 40px;
	margin: 0; 	padding: 0;
	margin-bottom: 20px;
}
#nav li.on {
	background-image: url(images/button_on.jpg);
	width: 148px;
	height: 71px;
}
#nav li img {
	margin-top: 12px;
	margin-left: 12px;
}
#nav li.on img {
	margin-left: 15px;
	margin-top: 16px;
}
#nav li img.on {
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#nav li a {
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#nav li a img {
	border: 0;
}
div#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	position: relative;
	top: -25px;
	left: -20px;
}
/* content */
#content {
	margin-left: 220px;
	margin-top: 40px;
}
p, ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: .8em;
}
#content p.bookopts {
	text-align: center;
	font-weight: bold;
	font-size: .9em;
}
#maintext {
	width: 400px;
	float: left;
}
h3, h4, legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #8C8C8C;
	margin: 0;
}

h4, legend {
	font-size: 1em;
	margin-bottom: 20px;
	font-weight: bold;
}

h4.booktitle {
	font-size: .9em;
	font-weight: normal;
}
h4.underline, h3.underline {
	border-bottom: dashed 1px;
	padding-bottom: 10px;
}
h4.overline {
	border-top: dashed 1px;
	padding-top: 10px;
}
/* rightbox */
#rightbox {
	float: left;
	border-left: 2px dashed;
	border-color: #5F7979;
	width: 200px;
	padding-left: 40px;
	margin-left: 30px;
	position: relative;
	top: -15px;
}
#rightbox ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#rightbox ul li {
	padding: 0; margin: 0;
	border-bottom: dashed 1px;
	border-color: #5F7979;
	margin-bottom: 20px;
}
.booktitle {
	font-weight: bold;
}
#rightbox a img {
	border: 1px solid black;
}
#rightbox p {
	line-height: 1.5em;
}
/* tables */
table#books tr td {
	border-right: 2px dashed #5F7979;
	border-bottom: 2px dashed #5F7979;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	vertical-align: top;
}
table {
	border-collapse: collapse;
}


/* foot */

#foot {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #5F7979;
	padding-top: 40px;
	padding-bottom: 10px;
}

/* forms */

fieldset label {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: 20px;
	
}
fieldset.order label {
	margin: 0;
}
label.radio {
	display: inline;
}
fieldset {
	padding: 20px;
	padding-top: 10px;
	margin: 20px;
}
legend {
	margin: 0;
}

/* shopping cart */

div#maintext.cart {
	width: 500px;
}
table.cart {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: #8f8f8f solid 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #ffffff;
}
table.download {
	width: 500px;
}
table.cart th.product {
	width: 270px;
}
table.cart td {
	vertical-align: top;
	border: #8f8f8f solid 1px;
	padding: 7px;
}
table.cart th {
	text-align: left;
	padding: 10px;
	text-transform: uppercase;
	color: #666666;
}
table.cart td a {
	font-weight: bold;
}
.msg {
	text-align: center;
	padding: 10px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
table.cart td.remove a, table.cart td.remove a:visited, p.update input, div.buttons a, div.buttons input, a.show, a.hide {
	border: #8f8f8f solid 1px;
	text-decoration: none;
	padding: 3px;
	background-color: #f9f9f9;
	color: #0000ee;
	font-size: .9em;
	display: block;
	text-align: center;
}
p.update input, div.buttons a, div.buttons input {
	display: inline;
}
div.buttons {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
div.buttons a, div.buttons input {
	font-weight: bold;
	border-width: 2px;
}
div.buttons input, div.buttons1 {
	/* ie hacks */
	_position: relative;
	_top: 6px;
}
span.price, td.price {
	font-weight: bold;
	color: #922506;
}
span.savings {
	font-size: .8em;
	display: block;
	margin-top: 3px;
}
span.savings span.price {
	font-weight: normal;
}
p.subtotal span.savings, p.subtotal span.savings span.price{
	font-size: 12px;
	font-weight: normal;
}
p.subtotal span.savings span.price {
	font-weight: bold;
}
p.update.top {
	position: relative;
	top: 10px;
	text-align: right;
	margin: 0;
}
p.update.bottom {
	position: relative;
	text-align: right;
	margin: 0;
	top: -10px;
}
p.error {
	color: #FF0000;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	margin-bottom: 0px;
}
p.subtotal {
	margin: 0;
	font-weight: bold;
	font-size: .9em;
}

/* print sizes */

table.booksize td.reg a {
	width: 115px;
	height: 140px;
}
table.booksize td.other a {
	width: 140px;
	height: auto;
}
table.booksize td.lg a {
	width: 140px;
	height: 165px;
}
table.booksize td a {
	border: 4px solid #8C8C8C;
	background-color: #f8f8f8;
	color: #666666;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px;
}
table.booksize td a div.print {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0000ee;
	display: block;
	line-height: normal;
	margin-bottom: 7px;
	line-height: 1.3em;
	margin-top: 12px;
}
table.booksize td a div.details {
	margin-top: 5px;
}
table.booksize td {
	text-align: center;
	vertical-align: top;
}
table.booksize {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
table.booksize td.or {
	width: 40px;
	padding-top: 40px;
	font-weight: bold;
	
}
table.booksize td a div.details {
	font-size: .8em;
}

/* custom ebooks */

table#custom {
	width: 100%;
}
table#custom tr.ifaq td, table#custom tr.subhead td {
	padding: 1;
	padding-left: 20px;
	border: none;
	font-size: .95em;
}
table#custom .comment {
	display: block;
	font-style: italic;
	margin: 7px;
}
table#custom tr.total td {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
table#custom .check {
	margin-right: 10px;
}
table#custom td.pages, table#custom td.price {
	text-align: center;
	vertical-align: middle;
}
table#custom tr.chapter span.item {
	font-weight: bold;
}
span.conc {
	font-weight: bold;
	position: relative;
	left: -5px;
}
a.show, a.hide {
	float: right;
	margin: 5px;
}
input.check, input.checked {
	height: 2em;
	width: 2em;
}

/* forms */

dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
dd {
	margin-bottom: 35px;
	margin-top: 5px;

}
dt a {
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #dfdfdf;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	padding-top: 15px;
}