/* CSS Document */
#showroom_top
{
  width:970px;
  height:60px;
  padding:25px 10px;
}

#showroom_bc
{
  width:660px;
  height:280px;
  float:left;
}

#showroom_intro
{
  width:270px;
  height:220px;
  background-image:url(../images/showroom_bg.jpg);
  background-repeat:repeat-x;
  background-position:bottom center;
  float:left;
  padding:30px;
}

#showroom_car
{
  width:154px;
  height:60px;
  float:left;
  padding:0 20px;
}
#showroom_clear
{
  clear:both;
}
#showroom_main
{
  width:990px;
  height:280px;
}

.showroom_title
{
  font-size:16px;
  color:#333333;
}

.showroom_content
{
  font-size:11px;
  color:#666666;
  line-height:18px;
}

a.showroom_content
{
  text-decoration:none;
}

a.showroom_content:visited
{
  text-decoration:none;
}

a.showroom_content:hover
{
  text-decoration:none;
}



#showroom_line
{
  border-bottom:1px dotted #444444; 
  padding:5px 0 5px 0;
  text-align:left;
  height:auto;
}
p 
{
  margin:0;
  padding:0;
}
