table.listing {
	width: 98%;
	margin: 0px auto 0px auto;
}
td.listHead {
	background: #00acfc;
	color: #FFFFFF;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	padding: 0px 5px 0px 5px;
}
td.listBottom {
	background: #00acfc;
	text-align: right;
	border-top: 1px solid #FFFFFF;
}
td.list1 {
	background: url(../img/catalog/bg1.gif);
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #0770c9;
	text-align: center;
	/*font-size: 120%;	*/
	padding: 3px;
	cursor: pointer; 
	cursor: hand;
}
td.list2 {
	background: url(../img/catalog/bg2.gif);
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #0770c9;
	text-align: center;
	/*font-size: 120%;	*/
	padding: 3px;
	cursor: pointer; 
	cursor: hand;
}

td.list1_f {
	background: url(../img/catalog/bg1.gif);
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #0770c9;
	text-align: center;
	/*font-size: 120%;	*/
	padding: 3px;
}
td.list2_f {
	background: url(../img/catalog/bg2.gif);
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #0770c9;
	text-align: center;
	/*font-size: 120%;	*/
	padding: 3px;
}

td.listSelected {
	background: #00acfc;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	text-align: right;
	padding-right: 1px;
}
td.leftSelect {
	background: #00acfc url(../img/select/select_b.gif) no-repeat bottom;
	vertical-align: top;
}
td.rightSelect {
	background: #00acfc url(../img/select/select_b_r.gif) no-repeat bottom;
	vertical-align: top;
}
td.ImgSelect {
	padding: 0px 13px 0px 13px;
	vertical-align: top;
	text-align: center;
}
td.linkSelect {
	background: #00acfc;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
}
td.linkSelect a {
	color: #FFFFFF;
}
td.linkSelect a:hover {
	color: #00acfc;
	text-decoration: underline;
}
