/* @override http://monthlyreview.org/css/mr-store.css */

body {background-color: #fff;font-size:62.5%;}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* STRUCTURAL ELEMENTS */
#wrapper{width: 950px;margin: 5px auto;}
* html #wrapper{
	/* \*/
		word-wrap: break-word;}
	/* invalid CSS keeps IE from breaking in narrow viewports */
#header {width: 950px;margin: 0 auto;height: 96px;background: url(../images/mrpress.jpg) no-repeat left top;}

#mainCont{
	width:750px;float:left;margin-top:-10px;}
#links{width:170px;float:left;}
#content{width:500px;float:right;padding:0 25px;border-left:1px solid #d62e2b;}

/* booklistnew.inc.php tags 
These tags are specific to the booklistnew.inc.php include file */
#booklist{width:175px;float:right;background: #ddd url(../images/logos/mrPress_175.jpg) no-repeat;}
#booklist-inner{padding:55px 5px 0;}
.book{margin: 0 auto 20px;font: 1em "Times New Roman", Times, serif;border:1px solid #d62e2b;padding:5px;}

.book h6{margin: 0; letter-spacing:0.4em;text-align:center;}

.storebook {
}

.title{
	font: 1em "Trebuchet MS", Arial, Helvetica;
	color: #d62e2b;}

.author {
	font: 1em "Trebuchet MS", Arial, Helvetica;
	margin: .5em 0;
}

a.buyitnow {
	font: bold .8em "Trebuchet MS", Arial, Helvetica;
	color: #d62e2b;
	text-transform: uppercase;
}
/* end "booklistnew" tags */



