/* CSS Document */

/* Table manage */
.table_catalog {
	width: 100%;
}

.table_catalog_inside {
	width: 100%;
}

.table_catalog_detail {
	width: 180px;
}

.table_catalog_table_detail tr {
	text-align: center;
	vertical-align: top;
}

.table_catalog_box {
	width: 100%;
	font-size: 12px;
}

.table_button_layout {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.table_catalog_help {
	text-align: left;
	color: #FFFFFF;
	padding: 2px;
}

.table_catalog_type {
	width: 100%;
}

.catalog_type_bg {
	height: 105px;
	width: 380px;
	background-repeat: no-repeat;
	background-position: center;
}

.table_catalog_type_content {
	width: 170px;
	text-align: left;
	overflow: auto;
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}

/* Header */
.catalog_header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}

.catalog_header a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.detail_header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}

/* Public */
.catalog_bg {
	background-color: #999999;
}

.detail_bg {
	background-color: #000000;
}

.catalog_post_height {
	height: 200px;
}

.catalog_poster_height {
	height: 160px;
	vertical-align: middle;
}

.catalog_help {
	text-align: left;
}

.catalog_type_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.catalog_type_big_link {
	height: 105px;
	background-repeat: no-repeat;
	background-position: center;
}

.catalog_type_logo_header {
	/* width: 55px; */
}

.catalog_result_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	font-weight: bold;
}