#imgbnk_list {
	margin: 8px 8px 8px 8px;
	/*border-top: 1px solid #374B73;*/
	/*background-color: #FFFFFF;*/
	/*height: 600px;*/
}

#imgbnk_line {
	display: table;
	margin: 0px 0px 6px 0px;
}

#imgbnk_item {
	width: 250px;
	/*height: 234px;*/
	float: left;
	/*border-right: 1px solid #374B73;*/
	margin: 8px 31px 0px 0px;
}

#imgbnk_item_last {
	width: 250px;
	/*height: 234px;*/
	float: left;
	margin: 8px 0px 0px 0px;
}

#imgbnk_item_title {
	/*height: 30px;*/
	margin: 0px 8px 10px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #969696;
	text-align: center;
}

#imgbnk_item_title a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #969696;
}

#imgbnk_item_img {
	/*margin: 8px 0px 12px 0px;*/
	text-align: center;
}

#imgbnk_item_label {
	margin: 4px 8px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #374B73;
	text-align: center;
}

#imgbnk_item_txt {
	margin: 0px 8px 0px 8px;
	font-size: 9px;
	font-weight: normal;
	color: #374B73;
}

#imgbnk_breadcrumb{
	height: 20px;
	margin: 12px 0px 0px 8px;
	padding: 4px 0px 0px 4px;
	width: 809px;
	border-bottom: 1px solid #8793AB;
}

#imgbnk_breadcrumb_txt {
	font-size: 12px;
	font-weight: bold;
	color: #374B73;
	margin: 0px 12px 0px 0px;
}

#imgbnk_breadcrumb_txt_selected {
	font-size: 12px;
	font-weight: bold;
	color: #8793AB;
	margin: 0px 10px 0px 0px;
}

#imgbnk_breadcrumb_txt a {
	font-size: 12px;
	font-weight: bold;
	color: #374B73;
	text-decoration: none;
}

#imgbnk_breadcrumb_txt_selected a {
	font-size: 12px;
	font-weight: bold;
	color: #8793AB;
	text-decoration: none;
}

#imgbnk_detail{
	width: 805px;
	height: 600px;
	margin: 8px 8px 8px 8px;
	border: 1px solid #374B73;
	background-color: #FFFFFF;
}

#imgbnk_detail_title{
	height: 30px;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #374B73;
	text-align: center;
}

#imgbnk_detail_img{
	text-align: center;
	margin: 10px 0px 30px 0px;
}

#imgbnk_detail_label{
	margin: 4px 8px 0px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #374B73;
}

#imgbnk_detail_txt {
	margin: 0px 8px 0px 8px;
	font-size: 12px;
	font-weight: normal;
	color: #374B73;
}

#imgbnk_search_form{
	width: 805px;
	height: 30px;
	text-align: right;
	margin: 20px 0px 14px 8px;
	padding: 12px 8px 0px 0px;
	display: table;
	background-color: #FBE7CF;