div.customer-container
{
  background-color: #eee;
  border: 1px solid #ddd;
  color: #000;
  position: relative;
  height: 320px;
  top: 5px;
  left: 0;
  margin: 0 0 0 0;
}

div.customer-container h1
{
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  margin: 8px 0 0 0;
  font-weight: bold;
}

div.customer div.info
{
  border-left: 1px solid #ddd;
  background-color: #444;
  color: #000;
  position: absolute;
  top: 0;
  left: 350px;
  width: 497px;
  padding: 0 5px;
  height: 320px;
  z-index: 10;
  cursor: default;
  visibility: hidden;
}

div.customer-container div.selected div.info
{
  visibility: visible;
}

div.info span.openquotation
{
  display: block;
  font-size: 48px;
  line-height: 80px;
  height: 300px;
  font-family: 'Times New Roman', Times, sans-serif;
  width: 40px;
  float: left;
  display: none;
}

div.info span.closequotation
{
  font-size: 48px;
  line-height: 80px;
  font-family: 'Times New Roman', Times, sans-serif;
  width: 40px;
  display: block;
  float: right;
  margin: -20px 0 0 0;
  display: none;
}

div.info p.quotation
{
  font-size: 12px;
  line-height: 19px;
  padding: 25px 50px 0 50px;
  text-align: center;
}

div.info p.attribution
{
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

div.customer-boxes
{
  width: 350px;
}

div.customer
{
  float: left;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100px;
  height: 80px;
  margin: 5px 1px 5px 10px;
  cursor: pointer;
}

div.customer:hover
{
  border: 1px solid #999;
}


div.customer-container div.selected
{
  border: 2px solid #555;
  width: 100px;
  height: 80px;
  margin: 4px 0 4px 9px;
}

div.main_content p.customer_list_small
{
  margin: 20px 0 0 0;
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

div.box
{
   float:left;
   width:180px;
   height:140px;
   margin: 0 0 0 40px;
   padding: 0;
   position: relative;
   top: 20px;
   left: 0;
   background-position: 0 11px;
}

div.first_box
{
   margin: 0 0 0 10px;
}

div.box h3.bottom
{
  display: block;
/*  position: absolute;
  bottom: 7px; */
  width: 180px;
  margin: 0;
}

div.box h3 a
{
  display: block;
  text-align: center;
  width: 180px;
  padding-bottom: 110px;
  font-size: 11px;
  margin: 0;
}


div.box h3 a:link,
div.box h3 a:visited
{
  color: #000;
}

div.box h3 a:hover
{
  color: #c60;
}

a.info_link
{
  padding: 2px 10px;
  font-weight: bold;
  color: #06c;
  background-color: #aaa;
  border: 1px solid #555;
  position: absolute;
  bottom : 8px;
  right: 8px;
  background-image: url('/images/grey-strip.png');
  background-repeat: repeat-x;
}

a.info_link:hover
{
  color: #c60;
}
