.customblocks_container { text-align:center;  padding: 10px 0px 0px 0px;  margin: 0px 0px 0px 0px;    }
.customblocks_block {
  background-color:#f8f8f8;
  background-image:-moz-linear-gradient(top,#ffffff,#eeeeee);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#eeeeee));
  background-image:-webkit-linear-gradient(top,#ffffff,#eeeeee);
  background-image:-o-linear-gradient(top,#ffffff,#eeeeee);
  background-image:linear-gradient(to bottom,#ffffff,#eeeeee);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color:#606060;
  text-shadow:1px 1px 0 #ffffff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #dddddd;
  border-bottom-color:#c4c4c4;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  display:inline-block;
   width:32.35%;
  position:relative;
  line-height:normal;
  margin:10px 10px 10px 0px;
  padding:5px;
  -webkit-text-size-adjust:100%;
}

.last {
  margin:10px 0px 10px 0px;
}

.customblocks_block p {
  margin:5px !important;
  padding:0 !important;
}
.customblocks_block a { text-decoration:none; }
.customblocks_block a:active { background:none; }
.customblocks_block .customblocks_button {
  background-color:#645d55;
  background-image:-moz-linear-gradient(top,#7b7269,#4f4a43);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#7b7269),to(#4f4a43));
  background-image:-webkit-linear-gradient(top,#7b7269,#4f4a43);
  background-image:-o-linear-gradient(top,#7b7269,#4f4a43);
  background-image:linear-gradient(to bottom,#7b7269,#4f4a43);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaed401', endColorstr='#ff85a201', GradientType=0);
  color:#ffffff;
  text-shadow:1px 1px 0 #4f4a43;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #645d55;
  border-bottom-color:#645d55;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  display:block;
  clear:both;
  font-family:Arial, sans-serif;
  font-size:11px;
  font-weight:300;
  line-height:14px;
  text-align:center;
  text-decoration:none;
  vertical-align:top;
  cursor:pointer;
  outline:0;
  margin:5px;
  padding:8px 16px;
}



.customblocks_block .customblocks_button:hover, .customblocks_block .customblocks_button:focus {
  -webkit-transition:background-position 0.2s linear;
  -moz-transition:background-position 0.2s linear;
  -o-transition:background-position 0.2s linear;
  transition:background-position 0.2s linear;
  background-color: #4f4a43;
  background-position:0 -16px;
}
.customblocks_block .customblocks_button:active {
  -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  background-image:none;
  background-color:#4f4a43;
}





.customblocks_block .title {
  position:absolute;
  top:10px;
  right:15px;
  width:190px;
  font-family:'Federo', sans-serif;
  font-size:18px;
  line-height:18px;
  text-align:right;
}
.customblocks_block .desc {
  position:absolute;
  bottom:40px;
  right:15px;
  width:180px;
  font-family:Arial, sans-serif;
  font-size:12px;
  line-height:16px;
  text-align:right;
}

.customblocks_block img {
  float:left;
  margin:0 10px 0 0;
}
.customblocks_block p { margin:0 !important; }
.customblocks_block .customblocks_button {
  position:absolute;
  bottom:10px;
  right:15px;
  margin:0;
  padding:5px 16px;
}
