﻿body
{
	background-image:url(bar.gif);
	background-repeat:repeat-x;
	margin: 0 50px;
}
body, td, th, input, textarea
{
	font-family: candara, georgia, serif;
	font-size: large;
}
.header
{
	padding-top: 4px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	font-family: cambria;
}
.heading
{
	font-weight: bold;
	color: #990000;
	font-family: cambria;
}
hr
{
	border-top: 1px solid #990000;
	border-bottom: 0;
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.bodyArea
{
	margin: 0 340px 0 0;
}
.wishlistItem
{
	position: absolute;
	top: 60px;
	right: 50px;
	width: 300px;
	background-color: #FAD7AE; 
	/* background-color: #eeeeee; */
	padding: 20px;
}
.itemArea
{
	padding-bottom: 20px;
}
.wishlist
{
	width: 100%;
	border-collapse: collapse;
}
.wishlistItems th
{
	background-color: #990000;
	font-family: cambria;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 3px 6px;
	vertical-align: middle;
	border: 0;
}
.wishlistItems td 
{
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}
.icon
{
	height: 20px;
	display: block;
}
.more
{	
	background: url('more.png') no-repeat center center;
	width: 20px;
}
.add
{	
	background: url('add.png') no-repeat center center;
	width: 20px;
}
.none
{
	background-image: none;
	width: 20px;
}
.purchased
{
	text-decoration: line-through;
	color: #999999;
}
.button
{
	background-color: #990000;
	color: #fff;
	border: 1px solid #990000;
	padding: 1px 4px;
	font-size: medium;
}
.textbox
{
	font-size: 100%;
}
.title
{
	font-weight: bold;
	color: #990000;
}
