.list h2{
	border:solid 1px #fff;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(220,220,220,10);
	box-shadow: 0px 1px 4px 1px rgba(180,180,180,10);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0e0e+0,7d7e7d+100 */
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(left,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0e0e0e 0%,#7d7e7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
	background: linear-gradient(to right,  #0e0e0e 0%,#7d7e7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=1 ); /* IE6-9 */

}

#search-panel{}
#search-panel tr{border-bottom:dotted 1px #555;}
#search-panel th,
#search-panel td{padding:10px 0;vertical-align:top;}
#search-panel th{width:150px;font-size:14px;line-height:1.4;text-align:left;color:#c33;}
#search-panel td{width:450px;}

#search-panel td a{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,dbdbdb+100 */
background: #f0f0f0; /* Old browsers */
background: -moz-linear-gradient(top,  #f0f0f0 0%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0f0f0 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0f0f0 0%,#dbdbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0f0f0 0%,#dbdbdb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0f0f0 0%,#dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 1px 1px 3px 1px rgba(230,230,230,10);
box-shadow: 1px 1px 3px 1px rgba(230,230,230,10);
border:solid 1px #fff;

text-decoration:none;
color:#222;
font-weight:bold;
display:inline-block;
}
#search-panel td a:hover{
	background: #f1f1f1;
	color:#a44;
}

#search-panel tr.all td a{font-size:12px;padding:14px 10px 14px 10px;}
#search-panel tr.all td a span{background:url(../images/common/popup/arrow1.png) left center no-repeat;padding-left:12px;}
#search-panel tr.fifty td ul{overflow:hidden;}
#search-panel tr.fifty td ul li{float:left;width:44px;}
#search-panel tr.fifty td a{font-size:15px;padding:8px;}
#search-panel tr.category td ul{overflow:hidden;}
#search-panel tr.category td ul li{float:left;width:30%;padding-right:3%;margin-bottom:5px;}
#search-panel tr.category td a{font-size:11px;padding:6px 6px;width:125px;height:30px;}
#search-panel tr.category td a span{display:table-cell;vertical-align:middle;height:30px;line-height:1.33;background:url(../images/common/popup/arrow2.png) left center no-repeat;padding-left:12px;}


#searchform {
	background-color: #f6f6f6;
	color: #b20002;
	font-weight: bold;
	margin:20px auto;
	padding: 10.5px 14px;
	width: 84%;
	overflow:hidden;
}

#searchform label {
	float: left;
	width: 110px;
	font-size:13px;
	padding:13px 10px 0 0;
	text-align:right;
}
#searchform input[type="text"] {
	width: 290px;
	height:24px;
	border:solid 1px #777;
}
#searchform input[type="submit"] {
	background-image: url(../images/exhibitors/search.png);
	border:none;
	height: 38px;
	width: 80px;
	text-indent:-1000em;
}
#searchform input[type="submit"]:hover {
	cursor: pointer;
}


#list{margin-top:30px;}
#list .category{margin-bottom:15px;padding-top:10px;}
#list .category h3{background:#f3d368 url(../images/common/popup/arrow3.png) 10px center no-repeat;padding:6px 27px;margin-bottom:20px;line-height:1.4;}
#list .category table{}
#list .category table td,
#list .category table th{border:solid 1px #ccc;font-size:12px;line-height:1.5;padding:8px 10px;vertical-align:middle;}
#list .category table td a{cursor:pointer;}

#list .category table .booth{width:15%;background:#f9f9f9;}
#list .category table .name{width:35%;}
#list .category table .summary{width:50%;}


.detail{padding-bottom:30px;}
.detail .header{overflow:hidden;}
.detail .header .booth{font-size:13px;margin-bottom:15px;font-weight:normal;background:#f2f2f2;padding:8px 16px;}

.detail .header h1{font-size:18px;line-height:1.3;padding-left:8px;margin-bottom:16px;}
.detail .header h1 span{font-size:12px;display:block;margin-top:12px;}

.detail .info{width:545px;}
.detail .info th,
.detail .info td{border:solid 1px #ddd;font-weight:normal;font-size:12px;line-height:1.4;padding:8px 8px 8px 8px;vertical-align:middle;}
.detail .info th{background:#fafafa;color:#525252;text-align:left;white-space:nowrap;}
.detail .info td{max-width:206px;word-wrap:break-word;}
.detail .info td a{background:url(../images/common/exlink.png) right 3px no-repeat;padding-right:10px;}

.detail .section{margin-top:24px;}
.detail .section h2{background:#f3d368 url(../images/common/popup/arrow3.png) 10px center no-repeat;padding:8px 10px 8px 27px;margin-bottom:20px;font-size:14px;line-height:1.25;}
.detail .section p{font-size:13px;line-height:1.5;padding:0 3px;}
.detail .subsection{margin-top:10px;}
.detail .subsection:first-child{margin-top:5px;}
.detail .subsection h3{padding:3px 3px;border-bottom:dotted 1px #ddd;margin-bottom:8px;}

.detail .subsection p{padding:0;}

.detail #product .subsections{width:545px;overflow:hidden;margin-top:5px;}
.detail #product .subsections section{width:260px;padding-left:25px;float:left;}
.detail #product .subsections section:first-child{margin-top:5px;}
.detail #product .subsections .odd{clear:left;padding-left:0;}
.detail #product .subsections section h3{padding:3px 3px;border-bottom:dotted 1px #bbb;margin-bottom:8px;font-size:13px;line-height:1.4;color:#35a5cb;}
.detail #product .subsections section p{}

