/* ****************************************************
* File: Style.css
* Project: project 1
* Author:         Wayne Kaseguma
* Date created:   10/8/05
* Purpose:        To set style attributes

***************************************************** */

/*********************************************
* General page style attributes here.
*/
table
{
	
	background-color: #000000;
	border: none;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #00FF00;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FF00;
	padding: 8px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
	text-align: justify;
	line-height: normal;
	white-space: normal;
	margin: 10;
}
body
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
a
{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
}
a:hover
{
	font-weight: bold;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}

/**********************************************/

/**********************************************
* The following 'class' style attributes define the primary table used in the
* body of the web page as well as cell padding and navigation links.
*/

.productCellright {
	text-align: left;
	vertical-align: top;
	visibility: visible;
	width: 60%;
}
.productCellLeft {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: none;
	clear: none;
}
.productCellMiddle {
	width: 15%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}
.NavigationLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #00FF00;
	text-align:center;
	vertical-align: top;
}
.WebmasterLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align:center
}
.WebmasterLinkHover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
	text-align:center
}
.cellLeft {
	text-align: center;
	vertical-align: middle;
	width: 28%;
}
.cellRight {
	text-align: center;
	vertical-align: middle;
	width: 72%;
}
.productTable {
	width: 550px;
	border: thin none #00FF00;
	margin: 4px;
	padding: 4px;
}
.ProductHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	border: thin none #00FF00;
	vertical-align: top;
}
.ProductLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	border: thin none #00FF00;
	vertical-align: text-top;
}
.ProductRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	border: thin solid #00FF00;
}
.ProductCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border: thin none #00FF00;
	vertical-align: bottom;
}
.CloseWindow {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	border: thin none;
}
.ProductTotal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: right;
	border: thin solid #00FF00;
}
div {
	margin: 4px;
	padding: 4px;
}
.navtable {
	margin: 4px;
	padding: 4px;
	top: 200px;
	right: 50px;
}
.thumbtable {
	width: 100%;
}
.outofstock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	background-color: #FF0000;
}
.bodytext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	border: thin none #00FF00;
}
