body {
	margin: 0;
	margin: 0 auto;
	background: #f4f4f4 url('../images/bg_newpage.gif') top center repeat-y;
}
#main
{
	width: 960px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555;   
  background: #fff url('../images/landing-bg.png') repeat-y left;
	text-align: left;
	line-height: 145%;  
} 

th, td {
	vertical-align: top;
	padding: 0;
}

table {
    border-collapse: collapse;
}


/* colors */ 
.color_neutral {
		background: #F1F0EC;  	
}

a {
  color: #3377aa; 
  text-decoration: none;
}

a:hover {
  color: #053377;
}

/* header/branding */
.header {
  border-bottom: 3px double #eee;
  background: #fff;
  color: #005080;
  font-family: "Arial Narrow", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  text-transform: uppercase;
  font-size: 32px;
  padding: 40px 15px;
}

.header span {
  color: #888;
  display: inline-block;
}

.university-of-chicago-press {
  height: 20px;
  background: #fff url('http://press.uchicago.edu/dam/ucp/images/layout/logo-books.gif') no-repeat 15px center;
}


/* sidebar */
.sidebar {
  float: left;
  width: 260px;
  padding: 20px 10px;
  text-align: center;
}

/* tabs */
.tabholder {
  padding: 20px 8px 0 8px;
  margin: 0 -3px;
  border-bottom: 1px solid #ddd;
}

.tabholder span {
  cursor: pointer;
  display: inline-block;
  margin-right: 4px;
  padding: 4px 8px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  border: 1px solid #ccc;
  font-size: .9em;
  margin-bottom: -1px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 73%, rgba(240,240,240,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(73%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 73%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 73%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 73%,rgba(240,240,240,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 73%,rgba(240,240,240,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

.tabholder span:hover {
  background: #fafafa;
  background: #fbfbf6; /* Old browsers */
  background: -moz-linear-gradient(top,  #fbfbf6 0%, #fbfbf8 73%, #f0f0f0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbf6), color-stop(73%,#fbfbf8), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fbfbf6 0%,#fbfbf8 73%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fbfbf6 0%,#fbfbf8 73%,#f0f0f0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fbfbf6 0%,#fbfbf8 73%,#f0f0f0 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fbfbf6 0%,#fbfbf8 73%,#f0f0f0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbf6', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

.tabholder span.active {
  cursor: default;
  border-bottom: 1px solid  #fff;
  background: #fff;
}


/* content */

h1, h2 {
	font-family: Lucida Sans, Verdana, Geneva, sans-serif;
  text-align: left;
  color: #333;
}

h1 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.0em;
  color: #333;
  padding: 0;
  margin: 5px 0;
}

.content {
  width: 640px;
  margin: 0px 20px 20px 20px;
  float: left;
}

.booktitle {
	font-weight: bold;
	font-family: Lucida Sans, Verdana, Geneva, sans-serif;
	font-size: 1.7em;
	color: #333; /* 1C3462 */
  padding: 8px 0 3px 0;
  display: block;
  padding-top: 15px;
}
.booksubtitle {
	font-weight: bold;
	font-family: Lucida Sans, Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #005080; 
  padding: 8px 0 10px 0;
  display: block;
}
.bookauthor {
	font-weight: bold;
	font-family: Lucida Sans, Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #333; 
  padding: 5px 0;
}

.publisher_name {
	font-weight: bold;
	font-size: 1.2em;
	color: #1D4873;
	font-family: Verdana, Arial, sans-serif;      	
}  

.box, .bookinfo {
  padding: 10px 10px 15px 10px;
  line-height: 1.6em;
  text-align: justify;
}

.vendors {
  padding: 0 10px 8px 10px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 110%;
}


/* footer */
.footer {
  background: #fff;
  clear: both;
  border-top: 3px double #eee;
}

.copyright {
  padding: 15px;
  text-align: center;
  color: #666;
  font-size: .9em;
}



/* miscellaneous */
.clearer {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
}

.isbn {
  font-family: "Courier New", Consolas, Monospace;
}

hr {
  border: 0; height: 1px; background: #777; background-image: -webkit-linear-gradient(left, #eee, #777, #eee); background-image: -moz-linear-gradient(left, #eee, #777, #eee); background-image: -ms-linear-gradient(left, #eee, #777, #eee); background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

.publisher_buy_button {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	padding: .4em 1.6em;
	text-shadow: 1px 1px #666;
	-webkit-border-radius: 9px; 
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.publisher_buy_button:hover {
	text-decoration: none;
}

/* publisher_buy_color */
.publisher_buy_color {
	color: #d9eef7;
	border: solid 1px rgb(169,3,41);
background: rgb(179,3,44); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(179,3,44,1) 0%, rgba(154,2,38,1) 44%, rgba(122,0,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,3,44,1)), color-stop(44%,rgba(154,2,38,1)), color-stop(100%,rgba(122,0,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(179,3,44,1) 0%,rgba(154,2,38,1) 44%,rgba(122,0,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(179,3,44,1) 0%,rgba(154,2,38,1) 44%,rgba(122,0,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(179,3,44,1) 0%,rgba(154,2,38,1) 44%,rgba(122,0,28,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(179,3,44,1) 0%,rgba(154,2,38,1) 44%,rgba(122,0,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3032c', endColorstr='#7a001c',GradientType=0 ); /* IE6-9 */


}
.publisher_buy_color:hover {
background: rgb(159,3,39); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(159,3,39,1) 0%, rgba(136,2,33,1) 44%, rgba(102,0,24,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(159,3,39,1)), color-stop(44%,rgba(136,2,33,1)), color-stop(100%,rgba(102,0,24,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(159,3,39,1) 0%,rgba(136,2,33,1) 44%,rgba(102,0,24,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(159,3,39,1) 0%,rgba(136,2,33,1) 44%,rgba(102,0,24,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(159,3,39,1) 0%,rgba(136,2,33,1) 44%,rgba(102,0,24,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(159,3,39,1) 0%,rgba(136,2,33,1) 44%,rgba(102,0,24,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0327', endColorstr='#660018',GradientType=0 ); /* IE6-9 */

}

.imgborder {
  line-height: 0;
  background: #f7f7f7;
  padding: 7px;
  border: 1px solid #e1e1e1;
  display: inline-block;
}

.imgborder img {
  width: 230px;
}

#no-bg {
  background: #fafafa !important;
  text-align: center;
}

#floatbox {
  display: inline-block;
  text-align: left;
  margin: 150px auto;
  background: #fff;
  padding: 30px 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(150, 150, 150, 1);
}