/* 
#container	{
	margin: 10px 0; 
	width: 100%; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333;
}

#main	{
	margin: auto; 
	width: 760px; 
}

#leftcol	{
	width: 150px; 
	padding: 20px 0; 
	float: left; 
	vertical-align: top;
	background:none;
}

#content	{
	padding: 10px; 
	line-height: 17px; 
	text-align: left; 
	margin: 0 0 0 170px; 
	font-size: 0.8em;
}

#content img 	{
	border: 0;
}

#content th, #content td {
	line-height: 17px; 
	border: 1px solid gray;
	font-size: 12px;
	padding:1px;
}

#content table {
	border:1px solid gray;
}

#content	h1	{
	color: #669; 
	text-align: center; 
	font-size: 22px; 
	line-height: 21px; 
	letter-spacing: -1px;
}

#leftcol	.product-title	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#leftcol	.product-description	{
	color: #666;
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
}

#leftcol	.product-price	{
	color: #f00;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}

#leftcol	.product-moreinfo	{
	color: #00f;
	font-size: 10px;
	font-variant: small-caps;
	text-decoration: underline;
}
 */
