/*
J  a  v  a  c  a  t  z

Description: index-print.css

Tel: (852)29877951
Fax: (852)29879294
Email: office@javacatz.com
Website: www.javacatz.com

Created: 2006-11-21
*/

#pageContents .indexSection {
	display: block;
	float: left;
	clear: none;
	width: 48%;
	margin-right: 12px;
}

#pageContents .indexSection .sectionHeader {
	color: #005893;
	background: transparent url('../img/page/index/bg_title_top.gif') repeat-x scroll 0% 0%;
	width: 100%;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
	margin-bottom: 3px;
}
#pageContents .indexSection .sectionHeader a {
	display: block;
	color: #005893;
	padding: 4px 25px 3px 1px;
}
#pageContents .indexSection .sectionHeader a:hover {
	background: #A9C216 url('../img/page/index/bg_title.gif') no-repeat scroll 0% 0%;
}
#pageContents .indexSection .sectionHeader a.local {
	background: transparent url('../img/page/index/ico_title_local.gif') no-repeat scroll 235px 4px;
}
#pageContents .indexSection .sectionHeader a.feed {
	background: transparent url('../img/page/index/ico_title_feed.gif') no-repeat scroll 235px 3px;
}

#pageContents .indexSection .sectionContent {
	min-height: 7em;
	margin-bottom: 3px;
	overflow: hidden;
}
* html #pageContents .indexSection .sectionContent {
	height: 7em;
}
#pageContents .indexSection .sectionContentShort {
	min-height: 7em;
	margin-bottom: 3px;
	overflow: hidden;
}
* html #pageContents .indexSection .sectionContentShort {
	height: 7em;
}
#pageContents .indexSection .sectionContent .thumb {
	display: block;
	float: left;
	clear: none;
	width: 69px;
	height: 79px;
	margin-right: 8px;
}
#pageContents .indexSection .sectionContent .content {
	display: block;
	float: left;
	clear: none;
	width: 70%;
	height: 87px;
}
#pageContents .indexSection .sectionContent a.title {
	display: block;
}
#pageContents .indexSection .sectionContent a:hover {
	background-color: #EBF1C8;
}
#pageContents .indexSection .sectionContentShort a.title {
	display: block;
}
#pageContents .indexSection .sectionContentShort a:hover {
	background-color: #EBF1C8;
}

#pageContents .sectionVerticalSeparate {
	height: 2px;
	overflow: hidden;
}
#pageContents .dottedVerticalSeparate {
	background: transparent url('../img/page/index/hline_separator.gif') repeat-x scroll 0% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
#pageContents .dottedIndexSectionSeparate {
	background: transparent url('../img/page/index/hline_index_section_separator.gif') repeat-x scroll 0% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
#pageContents .verticalSeparate {
	height: 5px;
	overflow: hidden;
}

#pageContents .indexBottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-right: 10px;
}
#pageContents .indexBottomLinks img {
	margin-right: 3px;
}
