@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:12px 0 0 0;
	background:#161516;
}

/* GENERAL */

.clear { clear:both; }
.left { float:left; }
.right { float:right; }

a {
	color: #ED2939;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

/* LAYOUT */

.top_border {
	border-top:12px solid #161516;
	padding:60px 0 0 0;
}

.white_container {
	background:#fff;
	padding-top:92px;
}

.wrapper {
	width:800px;
	margin:auto;
}

#logo {
	float:right;
	margin-right:21px;
	margin-top:19px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 34px;
	color: #161516;
	font-weight: bold;
	margin-top:0;
	padding-top:0;
}

#header h1 {
	border-bottom:5px solid #000;
	padding:0 0 10px 0;
	margin:0 0 0 0;

}

#header h1 .intro {
	font-size:12px;
	color:#666;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-top:3px;
}

#header #searchbar {
	height:60px;
	background:url('images/bg_header.gif');
}

#header #searchbar #searchform {
	float:left;
	padding:11px 0 0 15px;
	height:49px;
	width:365px;
	background:url('images/bg_search.gif');
}

input.searchinput {
	width:288px;
	height:30px;
	color:#ED2939;
	font-size:16px;
	padding:8px 12px 0 12px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}

#results {
	margin-top:42px;
}

.divider {
	border-bottom:1px solid #C7C8CA;
	padding-bottom:24px;
	margin-bottom:53px;
}

.last {
	margin-bottom:15px;
}

.pagination {
	padding-bottom:53px;
	font-size:16px;
}

h2 { /* author */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
}

.price {
	color: #ED2939;
	margin:2em 0 0 0;
}

.bubble {
	width:222px;
	height:48px;
	background:#EE3443 url('images/bubble.gif') no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	padding:29px 0 0 18px;
	margin-left:-7px;
}

.order_form {
	padding:12px 0 10px;
}

.preview {
	float:right;
	margin-top:41px;
}

.bookdetails {
	margin-top:23px;
}

table.bookdetails tr td {
	padding:0 50px 4px 0;
}

table.bookdetails tr td strong {
	color:#666;
	font-weight:normal;
}

.cover {
	float:left;
	width:180px;
	overflow:hidden;
}

.cover img {
	/* border:4px solid #C7C8CA; */
}

.book_cover {
	width: 138px;
	height: 224px;
	padding: 17px 17px 17px 17px;
	background: #161516;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	/* border:4px solid #C7C8CA; */
}

.book_cover_by {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #666666;
	line-height:14px;
	margin-top:10px;
}

.info {
	float:right;
	width:590px;
}

.dropmid {
	background:url('images/dropmid.gif') repeat-y;
}

.droptop {
	padding:6px 0 0 0;
	background:url('images/droptop.gif') no-repeat top;
}

.dropbottom {
	padding:0 6px 6px 6px;
	background:url('images/dropbottom.gif') no-repeat bottom;
}

#footer {
	background: #161516;
	padding: 29px 0;
	color:#fff;
}

#footer_logo {
	float:left;
	margin-right:60px;
}

#footer_hours {
	float:left;
	color: #666666;
	padding-top:21px;
	line-height:18px;
}

#mailing_list {
	float:right;
	width:231px;
	padding-top:21px;
	margin-right:117px;
}

.footer_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	line-height:18px;
}

#mailing_list .footer_title {
	margin-bottom:4px;
}

input.mailinput {
	width:190px;
	height:25px;
	color:#000;
	font-size:14px;
	padding:6px 5px 0 5px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}

.message {
	text-align:center;
	font-size:18px;
	color:#666;
}