﻿body
{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-align: justify;
}

P.PageTitle
{
	border-bottom-style: dotted;
	border-width: thin;
	font-size: 25px;
}

P.PageTitle .first
{
	color: #800000;
}

P.PageTitle .second
{
	color: #808080;
}

.sold
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: line-through;
}

/* Shared styles */
#framecontentTop, #framecontentBottom, #framecontentLeft
{
	background-color: #5F636C;
	color: white;
	overflow: hidden;
}

#framecontentTop, #framecontentBottom
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

#framecontentBottom
{
	top: auto;
	bottom: 0;
	height: 60px;
}

#framecontentLeft
{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 100%;
	font-size: 10px;
}

#framecontentLeft UL
{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 10px 0;
	padding: 0;
}

#framecontentLeft LI A
{
	color: #FFFFFF;
	text-decoration: none;
}

#framecontentLeft LI A:hover
{
	color: #FFFF80;
}

#maincontent, #framecontentMain
{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 60px;
	overflow: auto;
	background: #fff;
}

#framecontentMain
{
	position: absolute;
	left: 120px;
	padding: 5px;
	top: 0;
}

* html body
{
	/*IE6 hack*/
	padding: 50px 0 60px 120px;
}

* html #maincontent
{
	/*IE6 hack*/
	height: 100%;
	width: 100%;
}

#WeeklyUpdates
{
	background-position: left top;
	padding: 5px 0 0 0;
	background-color: Black;
	margin-left: 80px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	background-image: url('../Images/blackCorner.jpg');
	background-repeat: no-repeat;
	text-align: center;
}

#WeeklyUpdatesWrapper
{
	position: absolute;
	background-color: White;
	margin-left: 120px;
	height: 30px;
	padding: 0;
	width: 100%;
}

#PayPal
{
	position: absolute;
	text-align: center;
	width: 120px;
}

.productInfo
{
	border-bottom: solid 1px #666666;
	margin: 5px 5px 15px 5px;
	padding: 10px 0;
}

.productInfo TD
{
	vertical-align: top;
}

.productImages
{
	width: 110px;
	text-align: center;
}

.productThumbnail
{
	width: 100px;
	height: 75px;
}

.productTitle
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.productPrice
{
	color: #008000;
	font-weight: bold;
}

.productInventoryID
{
	clear: both;
}

.productTitle, .productDescription, .productPrice, .productInventoryID
{
	padding: 3px;
}
