@CHARSET "UTF-8";

div#interview
{
  margin-top:15px;
  width:516px;
}

div#interview img#retailerpicture
{
  float:left;
  margin:0px 15px 0px 30px;
  width:120px;
  height:120px;
}

div#interview img#storepicture
{
  float:right;
  margin-left:20px;
  width:210px;
  height:160px;
}

div#interview div#retailerdetail .name
{
  color:#FE7E00;
  font-size:18px;
}
div#interview div#retailerdetail .store
{
  font-size:15px;
  font-weight:bold;
}

div#interview h1
{
  color:#FE7E00;
  font-size:18px;
  font-weight:normal;
  margin-top:30px;
  padding-left:30px;
  height:40px;
  background-image:url(../images/interview/title_shadow.gif);
  background-repeat:repeat-x;
  background-position:bottom;
}

div#interview h2
{
  color:#70BC00;
  font-size:1em;
  margin-bottom:10px;
  margin-top:20px;
}

div#interview .content
{
  margin-left:30px;
  margin-right:60px;
}

div#interview .interviewcontent
{
  margin-top:-15px;
}

ul#interviews
{
  list-style-type:none;
}

ul#interviews li
{
  margin-top:15px;
  clear: left;
}

ul#interviews img
{
  float:left;
  margin-right:5px;
  border:1px solid black;
}

ul#interviews
{
  font-size:9px;
}

div#content div#sidebar ul#interviews strong
{
  color:black;
  font-weight:bold;
}
