﻿body {
	/*background-color:#CCCCCC;*/
	background-color:#DDD;
}
form, input, #googleSearch, p, #header h1 {
	padding:0;
	margin:0;
}

/* Header CSS */
#header {
	background-color:#EEE8AA;/*PaleGoldenRod colour*/
	/*border-bottom:1px #000066 solid;*/
	height:100px;
	overflow:hidden;
	background-image:url(../i/yellow_titleBG.png);
}
#header h1 {
	padding: 20px 0px 5px 10px;
}
#header img {
	border:0;
}
#googleSearch{
	padding:5px 10px;
	float:right;
	position:relative;
	top:-50px;
}
#header #share {
	text-align:right;
	padding-bottom:15px;
}
#memberlogin
{
	text-align:right;
	padding:0px 5px 15px 0px;
	font-size:12px;
}
#memberlogin a, #memberlogin a:visited
{
	text-decoration: none;
	color:#8B4513;
}
#memberlogin a:hover {
	text-decoration:underline;
	color:#000000;
}
.date{font-style:italic; color:#003399; margin-left:30px}
/* End Header CSS */

#wrapper {
	width:828px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border:1px #000000 solid;
	position:relative;
}
/* Anything relating to either left or right columns */
.listStyle a, .listStyle a:visited {
	text-decoration: none;
	color:#8B4513;
	/*color:#0066FF;*/
}
.listStyle a:hover {
	text-decoration:underline;
	color:#000000;
}
.sideAd {
	border:0px #BBBBBB solid;
	padding:0px;
	margin-bottom:10px;
	margin-top:10px;
	width:120px;
	margin-left:auto;
	margin-right:auto;
}
/* End of general left/right column CSS */

/* Left column CSS */
#leftNav {
	float:left;
	/*width:157px;*/
	width:140px;
	margin:10px 0;
}
.leftBlockHead {
	/*position:relative;
	left:5px;*/
	margin-left:5px;
	background-color:#EEE8AA;
	border:1px #BBBBBB solid;
	text-align:center;
}
.AmzStore
{
	text-align:center;
	/*border:solid 1px #8B4513;*/
	padding:2px 4px;
	margin-left:5px;
}
.StoreName
{
	color:#8B4513;
}
.AmzStore a
{
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.AmzStore a:hover
{
	text-decoration:underline;
}
/* End left column CSS */

#mainContent {
	float:right;
	/*width:664px;center page*/
	width:659px;
}

/* Centre column CSS */
#center {
	margin:10px 0px;
	width:500px;
	float:left;
}
#TopAd {text-align:center;}

/* Right column CSS */
#rightNav {
	float:right;
	/*width:185px;*/
	width:140px;
	margin:10px 0px;
	text-align:center;
	
}
.LSad
{
	margin:5px 0;
}
.LSad img
{
	border:0;
}
.track
{
	width:1px;
	height:1px;
	float:left;/*keep out of way*/
}
/* End right column CSS */



/* Footer CSS */
#footer 
{
	text-align:center;
	position:relative;
	height:2em;
	font-size:small;
	padding-top:0.5em;
	padding-left:10px;
 	clear:both;
	border-top:1px #000000 solid;
	background-color:#EEE8AA;
}
/* End footer CSS */


/*  The code below is for the weather control */

	.weather { 
		border: 1px SOLID #000; 
		width: 500px;
		margin-bottom: 1em;
		background-color:#EEEECC;
		font: normal .7em verdana, sans-serif;
		}	
		
	.weather p { padding: 0; margin: 0; line-height: 1.5em; }
	/* 
	   Following is a fudge that works only in IE/Win and puts a border around the image
	   because it doesn't handle PNG transparency too well 
	*/
	* html .icon img { border: 1px solid #aaa; }
	
	.maindetails { text-align: center; float: left; width:110px ;padding:15px 5px 10px 4px; border:0px solid #000;}
	.temp { font: normal 2em Georgia, serif; color: #900; }
	.conditions {font-weight:bold; }
	.provider { clear: both; text-align: center; padding: .5em; background: #eee; }

	.changelocation{float:right; width:110px; padding:15px 1px 10px 4px; border:0px solid #000; text-align:center;}
	.zipmsg { color:#0000CC; font-weight:bold; }
	.zipform {margin:10px auto 5px auto;}
	.changelocation img {margin-top:5px;}
	
	.additionaldetails {margin:0 110px;padding:10px;border:0px solid #000}
	.location {font-weight:bold; text-align:center; font-size:1.4em}
	.additionaldetails .tbl { width:230px; }
	
/* End weather control */
	
	

/* Centre Amazon ad */
#amazon_center {
	margin-bottom:10px;
	width:100%;
}
/* End of Amazon ad CSS */

	/*********** Styles for the rotator **************/
.RotatorImage
{
    margin:0px 3px;
    cursor:hand;
    cursor: pointer;
    vertical-align:middle; 
}
.RotatorItem
{
    text-align:center;
    cursor:hand;
    cursor:pointer;
    height:100px;  
    vertical-align:middle;  
}
#itemview
{
	padding:10px;
	width:460px;
	min-height:160px;
	margin:auto 0px;
}
#itemview table
{
	width:290px;
}
#itemview .trw
{
	height:42px;
}
#itemTitle
{
	font-weight:bold;
	color:#00197C;
}


/* Double wrap contents of corner div to enable reliable placement of corners over the border */
#outwrap {
	/* TODO: Need to fix. Resize in IE and border becomes visible */
	/*width:80%;min-width:950px;*/
	height:100%;
	border:1px #000000 solid;
	/* Center align div in browsers that support this using auto margins */
	margin-left:auto;
	margin-right:auto;
	position:relative;	
	text-align:left;/* Return text to correct alignment */
}
/* Wrapper for the actual content */
#inwrap {
	width:100%;
	height:100%;
	max-height:40em;
}
/* Corner Image styles */
#tor {
	width:14px;	height:14px;position:absolute;z-index:99;top:-1px;right:-1px;
}
#tol {
	width:14px;	height:14px;position:absolute;z-index:99;top:-1px;left:-1px;
}
#bol {
	width:14px;	height:14px;position:absolute;z-index:99;bottom:-1px;left:-1px;
}
#bor {
	width:14px;	height:14px;position:absolute;z-index:99;bottom:-1px;right:-1px;
}
/* End corner images */


/****** For stores page  ********/

.title{ text-align:center; font-size:18px; font-weight:bold; margin: 10px auto 10px auto; text-decoration:underline;}
#newslink
{
	float:left;position:absolute; font-size:12px;
	padding:10px 0 0 5px;
	color:#000;text-decoration:none;
}
#newslink:hover{text-decoration:underline;}

#amzStores .stores
{width:640px; margin:0 auto;}

#lsstores .stores
{width:700px; margin:0 auto;}

#amzStores .storeitem
{float:left; width:130px; padding:5px 15px 15px 15px; text-align:center;}

#lsstores .storeitem
{float:left; width:130px; height:100px; padding:5px; text-align:center;}
#lsstores .track {float:right;}
#imgwarn {font-size: x-small; text-align:center; margin-bottom:5px;}
.stores img{border:0}

.clear{clear:both;}

/********** For tooltip layout  *************/
.maxW{max-width:400px;}
.ContentHeader3 {
font-family:Arial,Tahoma;
font-size:18px;
font-weight:bold;
}
.ToolTipContent
{ font-size:13px;
}
.listitemtitleListPrice {
font-weight:bold;
text-align:right;
}
.listitemListPrice {
padding-left:5px;
text-align:right;
text-decoration:line-through;
}
.listitemtitleAmazonPrice {
font-style:italic;
font-weight:bold;
text-align:right;
}
.listitemAmazonPrice {
font-size:14px;
font-weight:bold;
padding-left:5px;
text-align:right;
}
.itemtitle {
font-weight:bold;
vertical-align:top;
}
.itemdata {
padding-left:5px;
vertical-align:top;
}