/*catalog module*/
a.GroupLink{
	font-weight:bold;
	text-decoration:none;
}
a.GroupLink:hover{
	text-decoration:underline;
}
.ItemOdd{
	/*background-color:#fff;*/
}
.ItemEven{
	background-color:#f6f6f6;
}
.ItemImage{
	border:0px;
}
.ItemHead{
	font-weight:bold;
	padding:10px;
	font-size:14px;
}
a.SupportLink{
	font-size:10px;
}
table#ItemSupportInfo{
	border:1px solid #000;
}
td.ItemSupportTitle{
	background-color:#999;
	border-bottom:1px solid #000;
	font-weight:bold;
}
td.ItemSupportHead{
	background-color:#999;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}
.SupportRequestField{
	width:200px;
}
.SupportRequired{
	color:#900;
}

.catalogGroupTitle{
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

.DetailTitleText{
	background-color:#AAAAAA;
	font-weight:bold;
	text-align:right;
	padding:3px;
}

.DetailValueText{
	background-color:#CCCCCC;
	text-align:left;
	padding:3px;
}