@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENT
========================================================================== */

section h2{
  background-color:#f2b048;
  color:#ffffff;
  font-size:130%;
  font-weight:normal;
  padding:6px 10px;
}
#info{
  background:url(../images/info-images/info-img.jpg) 100% 40px no-repeat;
}
#info h3{
  height:100px;
}
#info table{
  width:100%;
  border-collapse:separate;
}
#info table tr th{
  width:30%;
  font-weight:normal;
  text-align:left;
  vertical-align:top;
  padding:10px;
  border-bottom:1px dotted #999;
  border-right:2px solid #f2b048;
}
#info table tr td{
  font-weight:normal;
  text-align:left;
  vertical-align:top;
  padding:10px 20px;
  border-bottom:1px dotted #999;
}
#info table tr td span{
  display:block;
  font-size:130%;
  font-weight: normal;
  padding-bottom:5px;
}
#info table tr:last-child th,#info table tr:last-child td{
  border-bottom:none;
}

#suport h3 {
  font-size:130%;
  font-weight:normal;
  margin-bottom: 20px;
}
