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

#issueDetails { 	/*left*/
	width:210px;
	background-color: #eeeeee;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
}
#issueDetails #date {
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
		
#issueDetails #coverImage {
	text-align: center;
}
#issueDetails #volume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
}
#issueDetails #issueIndex  {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	line-height: 14px;
	color: #666666;
	padding-left: 15px;
		}
#issueDetails  #issueIndex a {
	text-decoration: none;
	color: #0066CC;
	font-weight: normal;
	padding-right: 4px;
}
#issueDetails  #issueIndex a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}
#issueDetails  #issueIndex li {
	padding-top: 8px;
	line-height: 16px;
	white-space: normal;
}
#issueDetails  #issueIndex .author {
	white-space: nowrap;
}
#issueDetailsTabs  p    {
	background-color: #dddddd;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	float: left;
	padding-top: 5px;
	padding-bottom: 4px;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	background-repeat: no-repeat;
	background-position: 15px center;
}
#issueDetailsTabs {
	padding-bottom: 50px;
}

#issueDetailsTabs #back {
	background-image: url(../images/style1/arrow.gif);
}

#issueDetailsTabs #forward {
	background-image: url(../images/style1/arrow2.gif);
}
#issueDetailsTabs  a  {
	text-decoration: none;
	color: #0066CC;
	font-weight: normal;
	padding-left: 38px;
}

#issueDetailsTabs a:hover {
	text-decoration: underline;
	color: #333333;
}

