﻿
#products
{
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
}

#productsTable
{
	width:640px;
	padding:0;
	border:2px solid #999999;
	background-color:#eeeeee;
	margin:0;
}

#productsTable .productRow img 
{
	width:140px;
	border:1px solid #CCCCCC;
}

/*
#productsTable .imgRow td
{
	width:160px;
	text-align:center;
	vertical-align:top;
	padding-top:10px;
}

#productsTable .descriptionRow td
{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
} 

*/

.productShell
{
	/*width:160px;*/
	width:157px;
	text-align:center;
	padding-top:10px;
	float:left;
}
.productShell img
{
	width:140px;
	border:0;
	border:1px solid #CCCCCC;
}

.productShell p
{
font-family:verdana;
font-size:10px;
font-weight:bold;
padding-bottom:10px;
width:140px;
margin: 0 auto; 
}


.productRow
{
	width:632px;
	border:0;
}


.productRow img
{
	width:140px;
	border:1px solid #CCCCCC;
}	

#productsTable #productDetail
{
	padding:10px;
}

#productsTable #productDetail img 
{
	width:400px;
	border:1px solid #CCCCCC;
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}

#productDetail h2
{
text-decoration:underline;
}

#productDetail a
{
	size:10px;
	font-family:Verdana;
}

#productDetail a:hover
{
	color:Red;
}


.nDecor {
text-decoration:none;
}
.nTrans {
text-transform:none;
}
.gray {
color:#666666;
}
.t11 {
color:#000000;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}
