﻿/* --------  Global CSS Values for Site ---------- */
body {
  color: black;
  background-color:Silver;
  margin: 0 auto;
  padding: 0;
  font-family: "Lucida Grande", verdana, arial;
 text-align  : center;
}
a
{
	color:Blue;
}
H1,H2
{
	font-size:large;
	border-spacing:0;	
	padding:0 0 0 0;
	margin:0 0 0 0;
}
img 
{
	border:0px;
}
.std
{
	margin-top:20px;
}


/* ----------CSS Layout form site.master ---------------  */
.SiteLayoutTable
{
	margin-left:auto;
	margin-right:auto;		
	padding:0 0 0 0;
	background-color:White;
	width:800;
	text-align:left;
	
}
.SiteLayoutHeader
{
	vertical-align:top;
	text-align:right;
	
}
.SiteLayoutRightCol
{
	width:130px;
	vertical-align:top;
	padding:0 0 0 0 ;
	
}
.SiteLayoutLeftCol
{
	vertical-align:top;
	width:130px;
	
	
}
.SiteLayoutCenterCol
{
	vertical-align:top;
	padding:0 0 0 0;
	width:550px;
}

.SiteLayoutFooter
{
	background-color:Black;
	text-align:center;
}




/* ---------------------------------------------- */ 


/* -----------   ListProducts  ------------------- */
.ProductDetails
{
	float:right;
	width:525px;
	margin-top:0px;
	margin-bottom:5px;
	background-color:Black;
}
.ProductItem
{
	width:90%;	
	vertical-align:top;
}
.ProductImg
{	
	vertical-align:top;
}

.ProductDesc
{
	width:100%;	
	vertical-align:top;
}
.ProductImage
{
	width:105px;
	margin-left:25px;
	padding-right:0px;
	float:left;
}
.Productaddbutton
{
	float:left;
}




/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:600px;
	margin-top:30px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;	
}
/*---------------------------------------*/

.ProductDescTable
{	
	width:550px;	
	padding:0 0 0 0;
}
.ProductDescTopRow
{
	padding: 0 0 0 0;
	vertical-align:top;
	height:auto;
}
.ProductDescImage
{
	border-width:0;
	width:150px;
}

.ProductDescLeftCol
{
	width:150px;
	text-align:center;
	vertical-align:top;
}
.ProductDeskRightCol
{
	width:350px;
	vertical-align:top;
}



