/**
 * =============================================================
 * RAXO All-mode PRO J2.5 - Template CSS
 * -------------------------------------------------------------
 * @package		RAXO All-mode PRO
 * @subpackage	All-mode Default Template
 * @copyright	Copyright (C) 2009-2013 RAXO Group
 * @license		RAXO Commercial License
 * 				This file is forbidden for redistribution
 * @link		http://raxo.org
 * =============================================================
 */


/* ----- RESET Styles ----- */
.ve-short-news .allmode-category {
  text-transform:uppercase;
	font-size:0.712em;
}
.ve-short-news .allmode-category a {
  color: #C51D1D;
}
.ve-short-news .allmode-info {
  float:left;
  width:73%;
  padding-left:2%;
}
.ve-short-news .allmode-img {
  width:25%;
  float:left;
}
   

/* ----- TOP ITEMS Styles ----- */
.ve-short-news .allmode-topbox {												/* TOP Items DIV */
    border-bottom: 0.063em solid #CCCCCC;
    clear: both;
    display: block;
    overflow: hidden;
}
.ve-short-news img{
  float:left;
  border: 1px solid #CCCCCC;
  padding: 2px;
}

.ve-short-news .allmode-topitem {												/* TOP Item DIV */
	margin-bottom: 5px;
  padding-bottom: 5px;
	overflow: hidden; clear: left;
	border-bottom: 1px dotted #CCCCCC;
}
.ve-short-news .allmode-topitem h4{												/* TOP Item DIV */
	font-size:0.875em;
  line-height: 108%;
}

.ve-short-news .allmode-topitem .allmode-title a {
	font-weight: bold;
}



/* ----- ITEMS Styles ----- */
.ve-short-news .allmode-itemsbox {											/* Items DIV */
	margin: 0 8px 8px;
}
.ve-short-news .allmode-item {												/* Item DIV */
    color: #000000;
    float: left;
    font-weight: bold;
    line-height: 19px;
    margin: 0 5% 2% 0;
    padding: 0;
    width: 44.5%;
}

.ve-short-news .allmode-item .allmode-img {									/* Item IMAGE */
	width: 100%;
}

.ve-short-news .allmode-item .allmode-title a {
	font-weight: bold;
}
