/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		OneNE2
Filename:		coCategory.css
Description:	Category Constructor CSS
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
4	24Apr06		CT			Updated title appearance
3	13Sep05		JF			Added coCategoryReport_archive class
2	30May05		JF			Added coCategoryPostcard classes
1	03May05		JF			Created

*/
/* .coCategoryReport_title {
	width : 100%;
	height : 18px;
	background-color : #e5eafd;
	font-weight : bold;
	padding-top : 2px;
	padding-left : 2px;
} */

.coCategoryReport_title {
	border-top: 1px solid #9096B3;
	width : 100%;
	height : 18px;
	font-weight : bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.coCategoryReport_title .title {
	color: #fff;
	height: 14px;
	width: auto;
	float: left;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left: 15px;
	padding-right: 8px;
	background: #9096B3 url(/images/article/header_arrow.gif) no-repeat top left;
}

.coCategoryReport_title .space {
	height: 18px;
	width: 8px;
	float: left;
	background: #fff url(/images/article/header_curve.gif) no-repeat top left;
}

.coCategoryReport_archive {
	width : 100%;
	height : 18px;
	background-color : #ecffcf;
	font-weight : bold;
	padding-top : 2px;
	padding-left : 2px;
}

#coCategoryPostCard .imageFrame {
	overflow : scroll;
	width : 300px;
	height : 150px;
	border : 1px solid #e5eafd;
}
#coCategoryPostCard .imageItem {
	width : 65px;
	height : 70px;
	text-align : center;
	float : left;
	padding : 0px 10px 0px 10px;
}
#coCategoryPostCard .imageRow {
	width : 100%;
	height : 70px;
	margin-top : 20px;
}
