/* CSS Document */

/* Table Trade show */
.table_show {
	width: 100%;
	text-align: center;
}

.table_show_inside {
	width: 100%;
	text-align: center;
}

.table_show_inside tr {
	vertical-align: top;
}

.table_show_box {
	width: 100%;
}

.table_show_verdor_list {
	width: 100%;
}

.table_vendor {
	width: 200px;
}

.table_vendor_open {
	width: 350px;
}

.table_vendor tr {
	vertical-align: middle;
}

..table_show_detail_list {
	width: 100%;
	text-align: left;
}

.table_show_photo {
	width: 200px;
	height: 150px;
}

.table_vendor_show {
	width: 200px;
	text-align: left;
}

.table_vendor_show_over {
	width: 200px;
	text-align: left;
	background-color: #E3EBFD;
	border-color: #BCCEFC;
	border-style: solid;
	border-width: 1px;
}

.table_vendor_show th {
	background-image: url(table_bg/bg_09.gif);
	background-repeat: repeat-x;
}

/* Background */
.show_bg {
	background-color: #99CC33;
}

.show_header_bg {
	background-color: #FFCC00;
}

.show_detail_bg {
	background-color: #FF6666;
}

/* Header */
.show_header {
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}

.show_detail_header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}

/* Content */
.show_line_space {
	height: 5px;
}

.show_verdor_content {
	height: 80px;
}

.show_detail_logo {
	width: 120px;
}

.show_detail_date {
	font-size: 12px;
	font-weight: bold;
}

.show_detail_title {
	font-size: 12px;
	font-weight: bold;
}

.show_detail_field {
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	width: 10%;
	padding: 2px;
}

.show_detail_content {
	font-size: 10px;
	text-align: left;
	width: 100%;
	padding: 2px;
}

.show_detail_space_line {
	height: 4px;
}

.show_box_logo {
	width: 140px;
}

.show_box_content {
	width: auto;
}

.show_photo_center {
	height: 115px;
	width: 165px;
}

.show_vendor_logo {
	width: 120px;
}

.split_bar_over {
	margin-left: 2px;
	width: 10px;
	background-color: #CCCCCC;
	cursor: pointer;
}

.split_bar {
	margin-left: 2px;
	width: 10px;
	background-color: #666666;
}