@charset "utf-8";
/* CSS Document */

body {
	font: 10px Tahoma, Geneva, sans-serif;
	background-color: #296eb3;
	background-repeat: repeat-x;
	background-image: url(http://easycomputing.com/background/dots.png);
	padding: 0;
	margin: 0;
	color: #000;
}
#header {
	border: 0px solid #0C0; 
	background-image: url(images/header.jpg); 
	background-color: #06C;
	background-repeat: no-repeat; 
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	height: 155px;
	width: 851px;
	margin: 0px;
}

img {
	border: none;
}

h1 {
	font-size: 17px; 
	color: #C00; 
	font-weight: bold; 
	background-color: #ededed; 
	padding: 5px;}

h2 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #e5e5e5;
	padding: 7px;
	}

h3 {
	color: #369;
	border-bottom: 1px solid #369;
	font-size: 12px;
	padding: 2px;
	text-align: left;
	font-weight: bold;
	}
	
h4 {
	color: #FFF;
	font-size: 13px;
	margin: 5px 0px 5px 0px;
	background-color: #354a61;
	padding: 4px;
	font-weight: bold;
	clear: both;
	}	

.highlights {
	color: #F60;
	font-size: 11px;
	font-weight: bold;
	}
	
.price {
	color: #666;
	font-style:italic;
	}

#left{
	float: left;
	width: 550px;
	border: 0px solid #906;
	margin-top: 0px;
	padding-top: 0px;
	}

#right{
	float: right;
	border-top: 1px solid #e5e5e5;
	width: 287px;
	background-color: #f1f1f1;
	font-size: 10px;
	color: #333;
	padding-top: 0px;
	margin-top: 4px;
	}

a {
	color: #06C;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
	

#nav{
	height: 15px;
	background-color: #f1f1f1;
	border: 1px solid #cecece;
	font-size: 11px;
	color: #06C;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	}

a.nav, .nav a{
	color: #06C;
	text-decoration: none;
	}
	
a.nav:hover, .nav a:hover{
	color: #06c;
	text-decoration: underline;
	}


#screenshot{
	border: 1px solid #CCC;
	padding: 2px;
	}

#copyright {
	color: #FFF;
	font-size: 10px;
	margin-top: 10px;
	}

a#copyright,
#copyright a{
	text-decoration: underline;
	color: #FFF;
	}

a#copyright:hover,
#copyright a:hover{
	text-decoration: none;
	color: #FFF;
	}

.vgl {
	border-bottom: 1px solid #e5e5e5; 
	border-right: 1px solid #e5e5e5
	}	
	
.quote {
	border-bottom: 1px dashed #999;
	padding: 5px;
	}
	
.date {
	color: #999;
	font-style:italic;
	font-size: 10px;
	font-weight: normal;
	}	
	
.magazine {
	width: 100%;
	color: #C00;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	}


