html, body {
	background:#92CFF1;
}


#header {
  background:#63B4E4;
}


input.button {
background-color:#CCCCFF;
border:1px solid #000099;
color:#000000;
font-family:arial;
font-size:11px;
height:21px;
width:50px;
}

#nav {
  margin:8px 0; 
}


table.specs tr th,
#nav ul li a, #nav ul li span.nonLinkNav, 
#footer,
.review h3.summary, .articleNav .articleNavTitle, .review table th,
.boxColumn h4,
.subCategory h4,
#comments #commentsHeader,
#comments .comment .commentHeader {
  background-color:#63B4E4;	
  color:#fff;
}

.boxColumn h4 a, 
#comments #commentsHeader a {
  color:#fff;
}

/* orange/red theme http://www.colourlovers.com/palette/16825/work_in_progress */

a {
	color:#3366CC;
}

a:visited, #content .byline .date {
	color:#3366CC;
}

.prevNext a:visited {
	color:#3366CC;	
}

table.specs tr th {
	color:#fff;
	border-color:#ccc;
}

table.specs tr td, table.specs tr td.name {
	font-weight:normal;
	color:#000;
	background-color:#ffffff;
	border-color:#ccc; 
}



.image_listing_title {
	background-color:#eaF6Ff;
	color:#333;
}



.ratingsPrevNext span a, .review .prevNext .prev a {
background-image:url("/images/icons/mpi-prev.jpg");
}
.ratingsPrevNext span.next a, .review .prevNext .next a {
background-image:url("/images/icons/mpi-next.jpg");
}

ul.image_listing li a.image img {
  width:60px;
}

ul.image_listing_single li a.image img {
  width:auto;
}
