DIV.itemholder{
	width: 100%;
}
DIV.itemholder DIV.item{ width: 320px; }
DIV.itemholder DIV.details{ width: 650px; }
DIV.itemholder DIV.group{ width: 212px; }
DIV.itemholder DIV.item, DIV.itemholder DIV.details, DIV.itemholder DIV.group{
	float: left;
	border: 1px solid black;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
DIV.item DIV.title, DIV.details DIV.title, DIV.group DIV.title{
	font-weight: bold;
	padding: 4px;
	background-color: ; 
	color: #FFFFFF; 	
	border-bottom: 1px solid black;
}
DIV.item DIV.content, DIV.details DIV.content, DIV.group DIV.content{
	padding: 5px;
}
DIV.item DIV.content{
	min-height: 202px;
	*height: 212px;
}
DIV.details DIV.content{
	min-height: 192px;
	*height: 202px;
}
DIV.group DIV.content{
	min-height: 190px;
	*height: 190px;
}
DIV.content DIV.img_small, DIV.content DIV.img_small{
	margin: 5px 0 5px -5px;
}
DIV.content DIV.img_small IMG{
	border: 1px solid black;
	border-width: 1px 1px 1px 0px;
}
DIV.content DIV.img_medium{
	float: right;
	margin: 0px -5px 0 5px;
	*margin-bottom: -5px;
}
DIV.content DIV.img_medium IMG{
	border: 1px solid black;
	border-width: 1px 0px 0px 1px;
}
DIV.more, DIV.back{
	padding: 5px;
	text-align: right;
}
DIV.item DIV.more, DIV.details DIV.back, DIV.group DIV.more{
	background-color: #ccc;
	border-top: 1px solid black;
}
DIV.details DIV.left{
	width: 120px;
	border: 1px solid black;
	border-width: 0px 1px 1px 0px;
	font-weight: bold;
}
DIV.details DIV.left, DIV.details DIV.right{
	float: left;
	padding: 3px;
}
DIV.info_field{
	padding: 4px 4px 2px 4px;
	background-color: #FFFFC6;
	border: 1px solid #ABACAD;
}
DIV.details DIV.info_field{
	width: 405px;
}
/*-------- SearchBox -------- */
#SearchIcon, #SearchBox{
	position: absolute;
	left: 50%;
}
#SearchIcon {
	width: 30px;
	height: 30px;
	background-color: white;
	border: 1px solid #333333;
	filter: alpha(opacity=80); -moz-opacity:.80;	
}
#SearchIcon.lt {
	top:0px;
	margin-left: -350px;
	border-width: 0px 1px 1px 0px;	
}
#SearchIcon.rt {
	top:0px;
	margin-left: 319px;
	border-width: 0px 0px 1px 1px;	
}
#SearchIcon IMG{
	margin: 6px 0px 0px 6px;
}
#SearchBox {
	width: 150px;
	height: 30px;
	background-color: #FFFFE1;
	border: 1px solid #333;
	border-top-width: 0px;
	padding: 4px;
}
#SearchBox.lt {
	top:0px;
	margin-left: -350px;
}
#SearchBox.rt {
	top:0px;
	margin-left: 200px;
}
INPUT#searchword{
	width: 104px;
	height: 18px;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 1px;
	font-size: 10px;
	color: #333;
	border: 1px solid #999;
}
#SearchBox A.search{
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../images/icon_search.gif) no-repeat;
	border: 1px solid #999;
}
#SearchBox A.close{
	display: block;
	float: right;
	width: 12px;
	height: 12px;	
	background: url(../images/icon_search_close.gif) no-repeat;
}
.highlight {
	padding: 1px 3px 1px 3px;
	color: red;
	background-color: yellow;
}