body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	background: url('img/bg_body.jpg') top center repeat-x;
	color: #666666;
	padding-left: 25px;
}



/* HEADINGS */
h1 {
	margin: 0;
	padding: 0;
	color: #7F2010;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 22px;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
h3 {
	font-size: 16px;
	margin: 0;
	padding-bottom: 12px;
	color: #333333
}
h4 {
	font-size: 12px;
	margin: 0;
	padding: 4px 0 4px 0;
	font-weight: bold;
}



/* LINKS */
a:link, a:visited, a:hover {
	color: #B12103;
	text-decoration: none;
}
a:hover {
	color: #FF2E04;
}
/* main navigation links */

a.nav_grey, a.nav_red, a.nav_promo, a.nav_cart, a.linkbutton {
	font-size: 14px;
	color: white;
	padding: 5px 12px 5px 12px;
	display: block;
	float: left;
	margin-right: 3px;
	margin-top: 16px;
}
a.nav_grey:link, a.nav_grey:visited, a.nav_grey:hover {
	background: #666666 url('img/bg_nav_grey.jpg') top center repeat-x;
}
a.nav_red:link, a.nav_red:visited, a.nav_red:hover {
	background: #7f2010 url('img/bg_nav_red.jpg') top center repeat-x;	
}
a.nav_promo:link, a.nav_promo:visited, a.nav_promo:hover {
	background: #B12103 url('img/bg_nav_promo.jpg') top center repeat-x;	
}
a.nav_cart:link, a.nav_cart:visited, a.nav_cart:hover {
	background: #e78443 url('img/bg_nav_cart.jpg') top center repeat-x;
	margin-right: 0;
}
a.linkbutton:link, a.linkbutton:visited, a.linkbutton:hover {
	background: #e78443 url('img/bg_linkbutton.jpg') top right no-repeat;
	margin-right: 0;
	margin-top: 0;
	padding-right: 24px;
}
a.more:link, a.more:visited, a.more:hover {
	background: #7f2010;
	color: white;
	float: right;
	font-size: 11px;
	padding: 0 2px 0 2px;
}
a.more:hover {
	background: black;
}
.paging_link {
	border: 1px solid #dedede;
	padding: 0 3px 0 3px;
}



/* CONTAINERS */
.main { /* holds everything */
	width: 955px;
}
.header {
	height: 147px;
}
.intro {
	padding-top: 17px;
}
.logoplace {
	float: left;
}
.group_logos {
	float: right;
}
.user_links {
	text-align: right;
	float: right;
	width: 200px;
}
.nav {
	clear: both;
}
.container { /* holds everything outside of header and footer */
	background: url('img/bg_main.gif') 0 0 repeat-y;
}
.main_heading {
	height: 36px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 12px;
}
.heading_search {
	float: left;
	padding-top: 6px;
	width: 216px;
}
.heading_paging {
	width: 540px;
	float: left;
	padding-top: 8px;
}
.heading_user {
	float: right;
	text-align: right;
	padding-top: 2px;
}
.content {
	float: left;
	width: 540px;
}	
.menu_left {
	float: left;
	width: 217px;
	border-bottom: 1px solid #E78443;
}
.menu_right {
	float: left;
	width: 195px;
	border-bottom: 1px solid #E78443;
}
.contentarea {
	padding: 12px;
	padding-top: 0;
}
.footer {
	text-align: center;
}
table.footer_logos td {
	width: 33%;
	color: #999999;
	font-size: 10px;
	text-align: center;
}
table.cart_table th {
	background-color: #505050;
	color: white;
	white-space: nowrap;
	padding: 2px;
}
table.cart_table td {
	vertical-align: top;
}



/* VARIOUS STYLES */
.itemrepeat, .itemrepeat_promo {
	padding: 12px;
}
.itemrepeatmed, .itemrepeatmed_promo {
	float: left;
	width: 92px;
	margin-right: 10px;
	margin-top: 10px;
}
.itemrepeatmed {
	height: 180px;
	overflow: hidden;
}
.itemrepeat_promo {
}
.itemrepeatmed_promo {
}
.itemrepeat_imagewrap {
	position: relative;
	float: left;
	width: 100px;
}
.itemrepeatmed_imagewrap {
	position: relative;
}
.itemrepeat_image, .itemrepeatmed_image, .itemrepeatmed_image_promo {
	border: 1px solid #999999;
	border-left: 3px solid #999999;
	display: block;
	padding: 1px;
}
.itemrepeatmed_image_promo {
	border: 1px solid #b12103;
	border-left: 3px solid #b12103;
}
.itemrepeat_detailswrap {
	float: left;
	width: 380px;
}
.itemrepeatmed_detailswrap {
	font-size: 10px;
}
.itemrepeat_title, .itemrepeatmed_title {
}
.itemrepeat_title {
	font-size: 16px;
}
.itemrepeat_author {
	padding-top: 3px;
	padding-bottom: 3px;
}
.itemrepeat_author a {
	font-weight: bold;
	color: #333333;
}
.itemrepeat_price, .itemrepeatmed_price {
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 18px;
	color: #B12103;
}
.itemrepeat_priceold, .itemrepeatmed_priceold {
	color: red;
	font-size: 14px;
	text-decoration: line-through;
}
.itemrepeat_addtocart, .itemrepeatmed_addtocart {
}

.menuright_padder {
	padding-left: 12px;
}
.details_info {
	float: left;
	width: 340px;
}
.details_table td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	vertical-align: top;
}
.details_image {
	border: 1px solid #999999;
	border-left: 3px solid #999999;
	padding: 1px;
}
.details_imagethumb {
	border: 1px solid #999999;
	padding: 1px;
}
table.paging td {
	
}
.faded {
	color: #868686;
}
.text-read {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
}

.isbn {
	background-color: #707070;
	color: #fff;
	font-weight: bold;
	padding: 0 2px 0 2px;
	margin: 0;
}
.stock-on, .stock-off {
	padding: 0 2px 0 2px;
	font-size: 11px;
	color: white;
}
.stock-on {
	background: #809901;
}
.stock-off {
	background: #c00002;
}
table.awards td {
	vertical-align: top;
	padding: 2px;
	border-top: 1px solid #cccccc;
}


.formatted_word p {
	margin: 0;
	padding: 0px 0 0px 0;
}

/* LISTS */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	padding: 0 0 4px 8px;
	margin: 0;
	background: url('img/bullet.gif') 0 6px no-repeat;
}


/* FORMS */
form {
	padding: 0;
	margin: 0;
}
.formitem {
	clear: both;
	padding-top: 7px;
	padding-bottom: 7px;
}
.label {
	float: left;
	width: 120px;
}
.label_large {
	float: left;
}
.input {
	float: left;
}
.line_submit {
}
.line_textarea {
}
input {
	border: 1px solid #999999;
	background: white;
	color: black;
}
.checkbox {
	border: 0;
}
input.medium {
	width: 210px;
}
input.large, textarea.large {
	width: 300px;
}
textarea {
	overflow: auto;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
}
.button {
	background: #666666;
	color: white;
	border: 1px solid #333333;
	margin-top: 4px;
}
.inputbutton {
	border: 0;
	font-size: 14px;
	color: white;
	padding: 5px 12px 5px 12px;
	display: block;
	background-color: #e78443;
}
.input_image {
	border: 0;
	background: transparent;
	padding-top: 4px;
}
.required {
	color: red;
}



/* MESSAGES */
.message_ok, .message_error {
	padding: 10px;
	font-size: 14px;
}
.message_ok {
	color: #6DCD09;
}
.message_error {
	color: #E30000;
}



/* SPECIALS */
img {
	border: 0;
}
hr {
	border: 0;
	color: #cbcbcb;
	background-color: #cbcbcb;
	height: 1px;
}
hr.orange {
	color: #E78443;
	background-color: #E78443;
}
.clear-both {
	clear: both;
}
.display-block {
	display: block;
}
.display-inline {
	display: inline;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.nowrap {
	white-space: nowrap;
}
.width-max {
	width: 100%;
}
.large {
	font-size: 14px;
}
.rel {
	position: relative;
	top: -4px;
	border: 0;
}




.debugger {
	border: 1px solid white;
	background: black;
	color: white;
	padding: 10px;
}
