@charset "utf-8";
/* CSS Document */

#page-wrapper
{
position:relative;
margin:0 auto;
top:0px;
left:0px;
clear:both;
}


#page-body
{
width:800px;
position:absolute;
top:0px;
left:0px;
padding:10px 10px;
}

#page-ad
{
position:absolute;
top:5px;
left:820px;
width:164px;
padding:0 8px;
}

.exhibitor
{
margin:5px 10px 5px 10px;
width:900px;
height:200px;
position:relative;
overflow:hidden;
padding:8px 8px;

font-size:13px;
font-family:Arial, Helvetica, sans-serif;
line-height:16px;
border:2px solid #CCCCCC;
border-radius:4px;
box-shadow:0px 0px 2px 0px #CCCCCC;
}

.list
{
width:300px;
height:200px;
overflow:hidden;
float:left;
}

.logo
{
width:250px;
height:140px;
}

.data
{
width:300px;
height:200px;
float:left;
background-color:#fffbd8;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
line-height:25px;
color:#000000;
overflow:auto;
}

.data-data{ width:250; margin:5px 5px 5px 5px; overflow:auto;}



.data1
{
width:300px;
height:200px;
float:left;
background-color:#f3eec0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#000000;
overflow:auto;
}

.name
{
width:280px;
height:40px;
background-color:#FF0000;
font-size:13px;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bolder;
text-align:center;
line-height:20px;
}

.booth
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#CC0000;
font-weight:bolder;
}

.atitle
{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:20px;
color:#666666;
text-indent:10px;
}

.exhibitor img
{
float:left;
margin:5px 10px 5px 5px;
}

.exhibitor>a:hover
{
color:#006633;
}