/* simple reset */

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, th, td, h1 { margin: 0; padding: 0; }
fieldset, img, abbr, acronym { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	background: #fff;	
	font-family: Arial, Helvetica, sans-serif;
}
a img { border: 0 }

.masterwrap {
	padding-top: 12px;
	margin: auto;
	width: 850px;
	background: #fff url('/assets/img/main_wrap_background.gif') top left;
}

.maincontentleft {
	width: 630px;
	float: left;
	padding: 10px;
	background-color: #fff;
}

.maincontentright {
	width:180px;
	float: right;
	padding: 9px;
	margin-left: 650px;
	position: fixed;
}

.footer {
	clear: both;
}


a:link, a:visited, a:hover, a:active {
	color: #000099;
	text-decoration: underline;
}

/* form styles */
label {
	font-size: 12px;
}

form a {
	font-size: 12px;
	}

/*images header */
.banner h1 a {
	display: block;
	background: #fff url('/assets/img/woodsmithbooks.gif') no-repeat bottom;
	height: 74px; }
.banner h1 a span {
	display: none; }
.banner ul {
	float: right;
	padding: 0 10px 15px 0;
	margin-top: -4px;
	text-align: right; }
.banner ul li {
	display: inline;
	list-style-type: none; }
.banner a:link, .banner a:visited {
	color: #d7d2c0; 
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70%;
	padding-left: 3px;}	
.banner ul li a {
	border-left: 1px solid #d7d2c0; }
.banner ul li.first a {
	border: 0; }
.banner a:hover, .banner a:active {
	color: #a8a087;
	text-decoration: none; }
.discover {
	padding-top: 29px;
	padding-left: 9px;
}

/* homepage columns */

.colwrapper {
	padding-left: 9px;
	font-size: 12px;
	line-height: 16px;

}

.colfooter {
	padding: 30px 0px 30px 0px;
	clear:both;
	text-align: center;
	font-size: 12px;
}

.rowdivider {
	clear: both;
	height: 2em;
}

.col {
	width:187px;
	margin: 0px 18px 25px 0px;
	float:left;
	height:525px;
}
.col > a {
	display:block;
}

.col1 {
	width: 187px;
	float: left;
}

.col2 {
	margin-left: 22px;
	width: 187px;
	float: left;
}

.col3 {
	width: 187px;
	float: right;
	margin-right: 18px;
}

.collinks a {
	color: #000099;
}

.colwrapper a:link, .colwrapper a:visited, .colwrapper a:hover, .colwrapper a:active  {
	color: #000099;
	text-decoration: underline;
	}
	
.colbonus {
	margin: .5em 0 1em 0;
	font-size: 11px;
}

.colbonus img {
	float: left;
	padding-right: 5px; }

.copyright {
	color: #999999;
	font-size: 11px;
}

/* homepage sidebar */

.sidebarheader {
	text-align: center;
}

.previews {
	font-size: 11px;
	padding-top: 20px;
	text-align: center;
}

.previews a:link, .previews a:visited, .previews a:hover, .previews a:active {
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
} 

.signup {
	padding: 4px;
	margin-bottom:30px;
	background: #e2ded1;
}

.signup p {
	font-size: 11px;
	font-family: arial;
}

.signup .showonsuccess {
	display: none; }

.signup #subscribe-message {
	font-size: 12px; }

#email {
	font-size: 10pt;
	font-family: "Courier New", Courier, mono;
}

#editemail {
	text-align: right;
	}
	
/* book main pages */	

.bookmainwrapper {
}

.flashmod {
	width: 228px;
	float: left;
}

.description {
	float: right;
	width: 375px;
}

.mainimage {
	padding-top: 30px;
	text-align: center;
	clear: both;
	}
	
.description ul {
	padding-left: 40px;
	list-style: none outside url('/assets/img/arrow_bullet.gif');
}	
	
.red {
color: red;
}	

.cart {
padding-left: 5px;
margin-bottom: -6px;
}

.sold {
	position:relative;
	width:165px;
	display:block; 
}

.soldout {
	position: absolute;
	bottom: 0px;
	left: 0px; 
	width: 100%;
}

