/* sub navigation */
#NavSide{width: 170px;
	background-color: #0035AD;
	}
#NavSide ul {list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;}
#NavSide li {border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002B8C;}
#NavSide li a {color: #B8CDEF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;}
#NavSide li a:hover {color: #FFF200;
	text-decoration: none;
	background-color: #0035AD;
	display: block;}
#NavSide li a.selected {color: #FFF200;
	text-decoration: none;
	background-color: #5A8BDA;
	display: block;}

table.ProductsList
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #333333;
}
table.ProductsList td.image
{
	vertical-align: top;
	width: 220px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #333333;
}
table.ProductsList td.info
{
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #333333;
}
table.ProductsListInfo 
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.ProductsListInfo caption
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
}
table.ProductsListInfo td
{
	padding: 2px;
}
table.ProductDetails
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.ProductDetails td.productinfo
{
	vertical-align: top;
}
table.ProductDetails td.productimage
{
	width: 310px;
	text-align: center;
	vertical-align: top;
}
table.ProductIcons
{
	width: 100%;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.ProductIcons td
{
	vertical-align: top;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 10%;
}