.productTable
{
    float:left; 
    padding-left:10%;
    padding-right:8%;
}

.productDescription
{
    float:left; 
    border: 0px dashed #fff;
    margin-left:5px;
    margin-top:0px;
    margin-bottom:10px;
    text-align:left;
     
}
.productCellDescription
{ 
     padding:0 5px 0 0;
}

.productCells
{
    vertical-align:bottom;
    text-align:center;
    border: 0px dashed #000;
    border-right: 1px solid #000;
    border-bottom:3px solid #000;
    border-left:1px solid #000;
    border-top:1px solid #000;
}

.productCells td
{
    vertical-align:top;
    border: 0px solid #fff;
}
  
.productThumbs
{
    width:150px;
    height:150px;
    border: 0px dashed #000;
    margin-left:0px;
    margin-right:15px;
    text-align:center;
} 

.productCostText
{ 
    color:#fff;  
    border: 0px dashed #000;
    font-size:16px;
    text-align:center;
    margin-right:15px;
}
 
.purchaseButtonbase
{
	background: url(images/ButtonBase_150_26.png) no-repeat; 
	color:#fff;
	width: 150px;
	height: 26px;
	border: solid 0px #f80612;
	cursor: hand;
	cursor: pointer; 
	margin-top:10px; 
	margin-right:15px;
}



/* CSS classes for the DataList that provides the product listing */

#product
{
	width:175px;	
}

.productimage
{
	width:105px;
	margin-left:25px;
	padding-right:0px;
	float:left;
}

.productdetails
{
	float:right;
	width:125px;
	margin-top:5px;
	margin-bottom:5px;
}

.productaddbutton
{
	float:left;
}

/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:600px;
	margin-left:60px;
	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;
	
}


.std
{
	margin-top:20px;
}
