﻿/* Global CSS Values for Site */

a
{
	color:Blue;
}

img 
{
	border:0px;
}

.std
{
	margin-top:20px;
}

/* CSS classes for the top header of the products.aspx page */

#ProductTitle
{
	text-align:center;	
}

.MainProductContent
{
	float:left;
	margin-right:0px;
}

/* CSS classes for the DataList that provides the product listing */

#product
{
	width:175px;	
}

.backgroundimage
{
	width:150px;
	margin-left:10px;
	padding-right:20px;
	float:left;
}

.productimage
{
	width:150px;
	margin-left:10px;
	padding-right:20px;
	float:left;
}

.productdetails
{
	float:right;
	width:125px;
	margin-top:0px;
	margin-bottom:0px;
}

.productaddbutton
{
	float:left;
}
.thumbnailimage
{
	width:190px;
	height:104px;
	margin-left:10px;
	padding-right:20px;
	float:left;
}

/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:600px;
	margin-top:20px;
}

#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;
	
}
