#Content .catalog table {
	border-collapse:collapse;
	border-spacing:0;
	border-style:none;
	border-width:0;
	empty-cells:show;
}
#Content .catalog, #Content .catalog td, #Content .catalog th
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#Content .catalogContents, #Content .catalogContents td, #Content .catalogContents th
{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Content .name {
	font-weight: bold;
}
#Content td.catalogTableTopLeft
{
	background-position: left top;
	padding-left: 14px;
	background-image: url(..\..\images\Catalog\CornerLeft1419.png);
	background-repeat: no-repeat;
}
#Content td.catalogTableTopRight
{
	padding-right: 14px;
	background-position: right top;
	background-image: url(..\..\images\Catalog\CornerRight1419.png);
	background-repeat: no-repeat;
}
#Content .catalogTableHeader {
	background-color:#CCC;
}
#Content .catalogTableHeader th {
	width:100%;
	font-weight:bold;
}
#Content .catalogTable, #Content .catalogTable td, #Content .catalogTable th {
	border-width:2px;
	border-style:solid;
	border-color:#CCC;
	font-weight:normal;
}
#Content .catalogTable th {
	color:maroon;
}
#Content .catalogTable td, #Content .catalogTable th {
	background-color:#EEE;
	padding-left:1em;
	padding-right:1em;
}
#Content .catalogTable {
	background-color:#CCC;
	empty-cells:show;
	width:100%;
}
#Content .ProductsList {
	width:100%;
}
#Content .ProductsList thead {
	background-color:#EEE;
}
#Content .ProductsList thead th {
	padding-top:1em;
	padding-bottom:1em;
}
#Content .UpperMarketText {
}
#Content .LowerMarketText {
	border-style:solid;
	border-color:#CCC;
	border-width:2px;
	padding:.5em;
}