﻿html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	/*background-color: #CCD8E0;*/
	background-image: url(blBack.gif);
	background-repeat: repeat;
	background-color: #BBD2E9;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
	letter-spacing: 1px;
}

.content h2 {
	font: normal 1.3em Tahoma,sans-serif;
	margin-bottom: 4px;
	letter-spacing: 1px;
}

.content h3 {
	font: normal 1.1em Tahoma,sans-serif;
	margin-bottom: 4px;
	letter-spacing: 1px;
}
.content 
{
  min-height:500px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

/* review item */
.clearBoth {clear: both;}
.reviewItem 
{
	background: #FFF;
	border: 1px solid #ddd;
	border-left: 6px solid #90ACC7;
	color: #666;
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px;
}
.reviewItem table {margin: 0; vertical-align: top;}
.reviewItem td {vertical-align: top;padding: 0;width: auto;white-space: nowrap;}
.reviewItem td div.image {height: 100px;width: 155px; overflow: hidden;}
.reviewItem td div.text {width: 280px;}


.reviewItem h2 {font-size: 1.3em;font-weight: normal;letter-spacing: 1px;}
.reviewItem blockquote {margin: 20px 0;float: left;}

.rating div {height: 40px; width: 40px; text-align: center; vertical-align: middle; font-size: 2em;line-height: 2em;padding: 5px 10px 10px 10px;font-weight: bold;background-color: #BBD2E9;color: #000;float: right;}

blockquote {
	background: url(quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	font-family: .9em Verdana;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container 
{
  min-height: 100%;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	/*background: url(clouds.gif) repeat-x;*/
	padding: 20px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 120px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
/* brown */
.header .left, .header .right {
	/*background: #A4A4A0;*/
	background: #97724D;
	color: #FFF;
	height: 150px;	
}
.header .left {
	/* background: #90ACC7 url() no-repeat; */
	background: #90ACC7 url() no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 564px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 31px;
}
.navigation a {
	background: #D9E1E5 url(nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 31px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}


/* copyright */
.copyright {
	/*background: url(bgcopyright.gif) repeat-x;*/
	/*color: #FFF;*/
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.copyright a,.copyright a:hover {/*color: #FFF;*/}

/* alignment */
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}

/* JAY */
.reviewitem
{
  width: 550px;
  border-right: #90a8c0 1px solid;
  padding-right: 15px;
  border-top: #90a8c0 1px solid;
  padding-left: 15px;
  padding-bottom: 15px;
  border-left: #90a8c0 10px solid;
  padding-top: 15px;
  border-bottom: #90a8c0 1px solid;
  background-color: white;
}
.reviewitemr
{
  width: 550px;
  border-right: #90a8c0 1px solid;
  padding-right: 15px;
  border-top: #90a8c0 1px solid;
  padding-left: 15px;
  padding-bottom: 15px;
  border-left: dimgray 10px solid;
  padding-top: 15px;
  border-bottom: #90a8c0 1px solid;
  background-color: white;
}
.reviewitem A
{
  color: #b86060;
}
.rating
{
  text-align: center;
  width: 60px;
  height: 65px;
  background-color: #b8d0e8;
  color: Black;
  font-weight: bolder;
}
.ratingr
{
  text-align: center;
  width: 60px;
  height: 65px;
  background-color: #b8d0e8;
  color: Black;
  font-weight: bolder;
  border-right: blue 1px solid;
  border-top: blue 1px solid;
  border-left: blue 1px solid;
  border-bottom: blue 1px solid;
}
.searchresults
{
  border-right: dimgray 1px solid;
  border-top: dimgray 1px solid;
  border-left: dimgray 1px solid;
  border-bottom: dimgray 1px solid;
  padding: 15px;
  margin-right: 25px;
}
.grid
{
}
.grid TH
{
  background-color: #b8d0e8;
  padding: 5px;
}
.grid TD
{
  padding: 5px;
}
.readblogentry
{
  border-right: dimgray 1px solid;
  border-top: dimgray 1px solid;
  border-left: dimgray 1px solid;
  border-bottom: dimgray 1px solid;
  padding: 15px;
  margin-left: 25px;
  margin-right: 25px;
}
.readblogentrytitle
{
  padding-bottom: 10px;
  color: blue;
}
.cheapest A
{
  color: Red;
}
.pricerefreshing
{
  font-size: smaller;
  color: red;
  font-style: italic;
  font-variant: normal;
}
.copyright {
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.edit-content-link
{
  color: blue;
  margin-left:10px;
}
.preview-panel
{
  padding:5px;
  border-right: silver 1px solid;
  border-top: silver 1px solid;
  border-left: silver 1px solid;
  border-bottom: silver 1px solid;
}
.maintenancegrid
{
  margin:25px;
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: 5px;
}
.maintenancegrid TD
{
  padding: 5px;
}
.maintenancegrid TH
{
  padding: 5px;
}
.maintenanceitems li
{
  list-style-type: square;
  list-style-position: outside;
}