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

#archiveList {	
	margin: 0 0 0 50px;
}

.author {
	font-style:normal;
	font-weight:normal;
	text-transform:none;	
}

#addToCartButton {
	margin:10px 0px 10px 0px;	
	width:120px;
}

#backIssuesBox {
	width:300px;
}

#buyListBox{
	border:2px solid #666;
	border-top:none;
	border-left:none;
	border-right:none;
	font-style:normal;
	font-weight:normal;
	padding:2px;
	width:120px;
}

#columnContainer {
	float:left;
	margin:0 0 2em 0;
	padding:0px;
	width:605px;
}

#content{
	float:left;
	margin:25px 0 25px 5px;
	padding:0px 0px 25px 0px;
	border-bottom:2px solid #666;
}

#content-left {
	float:left;
	margin:0 15px 0 0;
	width:285px;
}

#content-left ul {
	font-size:.85em;
	line-height:1em;
	list-style-type:none;
}

#content-right {
	float:left;
	margin:0 15px 0 0;
	width:285px;
}

#content-right ul {
	font-size:.85em;
	line-height:1em;
	list-style-type:none;
}

#cover {
	background-color:#666666;
	float:left;
	height:208px;
	margin:5px;
	padding:2px;
	width:135px;
}

#issue {
	float:left;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	margin:20px 0 0 5px;	
	text-transform:none;
}

#issuesBox{
	vertical-align:top;
}

#issuesListBox{
	margin:15px 0 0 48px;
	width:334px;
}

.readable {
	color:#000000;
	font-style:normal;
	font-weight:bold;
	text-transform:none;
}

.subTitle {
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
}

.title {
	color:#666666;
	font-style:normal;
	font-weight:bold;
	text-transform:none;
}

.translator {
	font-style:italic;
	font-weight:normal;
	text-transform:none;
}