﻿@charset "utf-8";
/* CSS Document */

body {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:16px;
	background-color:#ECECEC;
}
#subheader {
	padding-top:5px;
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;	
	/*letter-spacing:0.1em;*/
}
#container {
	width:800px;
	margin: 0 auto;	
	/*border:3px solid #ECECEC;	*/
	background-color:white;
}
#content {
	padding:20px;	
}

div#advertTable {
	width:50%;
	float:left;
}
div#readLatestIssue {
	width:50%;
	/*overflow:hidden;*/
    float:left;
	text-align:right;

}
div#divider {
	clear:both;	
}
#footer {
	background-color:#8bcde6;
	text-align:right;
	font-size:85%;
	padding: 5px 20px 5px 0;
}

table {
	
	line-height:1.3em;
	background-color:#ECECEC;
	padding:10px;	
}
table#prices {
	width:300px;	
}
table#publication {
	width:500px;	
}
th, td {
    border-bottom: 1px solid #fff;
}
th {
	text-align:left;
	font-weight:bold;	
}
ul {
	list-style-type:none;
	padding:5px;
	margin-top:-5px;		
}
ul li {
	margin-left:-5px;	
	padding:2px 0 2px 0;
}
ul#specifications {
	list-style-type: none;
	padding: 5px;
	margin-bottom: 10px;
}

ul#specifications li {
	margin-left: -5px;
	padding: 5px 0 2px 0;
}
h4 {
	display:inline;	
}
a, a:link, a:visited {
	color:black;	
}
/*
a:hover {
	background-color:#8bcde6;	
}
*/
img a:hover {
	background-color:#fff;	
}
div#readBtn {
	width:150px;
	/*height:40px;*/
	/*background-color:#10a638;
	color:white;*/
    background-color:#ECECEC;
    color:#333;
	text-align:center;
	vertical-align:middle;
	padding:10px;
    margin-top:50px;
	float:left;
}

div#readBtn a, div#readBtn a:visited, div#readBtn a:link {
	color:#333;
	text-decoration:none;
	font-weight:bold;
		
}
div#readBtn a:hover {
	color:#000;	
	background-color:inherit;
}
div#magazine {
	/*overflow:hidden;*/
    float:left;
    width:128px;
    padding-left:10px;
    /*align-content: center;*/
    background-color:#fff;
    
}

.headline { margin-bottom: 0; font-size: 3em; }
.subheadline { margin-top: 0; margin-bottom: 2em; font-weight: bold; }

.emphasize {
    font-weight: bold;
    color: #3384a2;
}
