.lv_item
{
  margin-bottom: 10px;
}

.lv_item img
{
  max-width: 100% !important;
}

.lv_image_left
{
  float: left;
  width: 210px;
  height: 160px;
  margin-right: 20px;
}

.lv_image_right
{
  float: right;
  width: 210px;
  height: 160px;
  margin-left: 20px;
}

.lv_text
{
  float: left;
/*  width: 65%; */
}

.lv_text_right
{
  float: right !important;
  text-align: right;
}

.lv_clear
{
  clear: both;
}

.lv_item_image
{
  background: #FFFFFF;
  border: #CCCCCC 1px solid;
  background: url('../backend/images/image.png') no-repeat center #FFFFFF;
}
