/* prestalove-easyfooter.css version 1.0.0 by prestalove.com*/
.block-prestalove-easyfooter {
  float: left;
  width: 100%;
  padding: 2px 0;
}
#footer .block-prestalove-easyfooter-inner {
  /*background: url(img/background.jpg);*/
  border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow:hidden;
  padding: 0px;
  color: #ddd;
  border:0px solid #00ff00;
}
.block-custom-html h2.block-title {
  margin-bottom: 10px;
  padding: 0;
  background: none;
  color: #be953e; 
  border-bottom: 1px solid #be953e; 
}
.block-custom-html a {
  color: #bbb;
  text-decoration: none;
}
.block-custom-html a:hover {
  color: #be953e;
  text-decoration: none;
}
.block-custom-html p {
  margin-bottom: 15px;
  color:#aaa;
}
.block-custom-html-content a {

  color:#ddd;
}
.block-custom-html.block-list ul {
  margin: 0;
  padding: 0;
}
.block-list .block-custom-html ul li {
  margin: 0;
  list-style: none;
  padding: 3px 0 3px 15px;
  background: url(img/footer-bullet.png) 0 7px no-repeat;
}

.block-left {
  float: left;
  border:0px solid #00ff00;
  width:250px;
}
.block-right {
  float: right;
}
.block-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.block-clear {
  clear: both;
}

.block-custom-html-inner{
padding:5px;

}