/* --- GRID --- */

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body, html {
	background-color: #ece2da;
	height: 100%;
	text-align: center;
}

* html #layout {
	height: 100%; /* IE fix */
}

#layout {
	background-image: url(img/bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px auto;
	min-height: 100%;
	text-align: left;
	width: 839px;
}

#layout_header {
	background-image: url(img/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 839px;
	height: 51px;
}

#layout_footer_pad {
	width: 839px;
	height: 48px;
}

#layout_footer {
	background-image: url(img/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 839px;
	height: 48px;
	margin: -48px auto;
}

#layout_left, #layout_right, #layout_left_pad, #layout_right_pad {
	float: left;
}

#layout_left_pad { width: 34px; height:1px; }
#layout_left { width: 217px; }
#layout_right_pad { width: 62px; height:1px; }
#layout_right { width: 487px; }

.clear {
	clear: both;
}

/* --- GENERIC LAYOUT --- */

p {
	line-height: 17px;
	padding-bottom: 17px;
}

p, * {
	font-size: 12px;
	font-weight: bold;
	color: #c6c6c6;
}

a { color: #5d98d5; }

a:hover { color: #285d71; }

h1 {
	font-size: 17px;
	font-weight: normal;
	color: #adadad;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	padding: 5px 0px 3px 0px;
	margin: 10px 0px 22px 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #adadad;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	color: #adadad;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	border-bottom: solid 1px #d5d5d5;
}

ul {
	padding-bottom: 17px;
	padding-left: 32px;
}

li {
	font-size: 12px;
	color: #c6c6c6;
	line-height: 17px;
	list-style: disc;
}

table {
	border-collapse: collapse;
}

/* --- SPECIFIC LAYOUT --- */

#logo {
	background-image: url(img/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 217px;
	height: 171px;
}

#content_left {
	padding: 52px 0px 0px 6px;
}

#showcase {
	width: 487px;
}

#lb_frame {
	width: 487px;
	border: 0;
}

.showcase_book {
	float: left;
	width: 223px;
	padding-right: 20px;
	padding-bottom: 24px;
}

.showcase_book .pic {
	float: left;
	width: 110px;
}

.showcase_book .pic img {
	cursor: pointer;
	border: solid 1px #d5d5d5;
}

.showcase_book .text {
	float: left;
	width: 113px;
}

.showcase_book .text p {
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 14px;
}

.indent {
	padding: 20px 0px 10px 20px;
}

.prices td, .prices th {
	border-bottom: solid 1px #d5d5d5;
	padding: 2px 16px 2px 16px;
}

.prices th {
	color: #808080;
}
