/**
 * ARRA Articles Module - Layout 1 CSS
 * ------------------------------------
 * @author ARRA (joomlarra@gmail.com)
 * @link http://www.joomlarra.com
 * @Copyright (C) 2010 - 2012 joomlarra.com. All Rights Reserved.
 * @license PHP code files are distributed under the GPL license. All CSS files, icons, images, and JavaScript code are NOT GPL (unless specified), and are released under the joomlarra.com Proprietary License, http://www.joomlarra.com/licenses.html
 */

.arraarticle_topimage{
	float:none;
}

.arraarticle_leftimage{
	float:left;
}

.arraarticle_rightimage{
	float:right;
}

.clr{
	clear: both;
} 

.arraarticles_row{
	border-bottom: 1px dashed #DDDDDD;
	float:left;
}

div.width-60 {
	width:50% !important;
}

div.width-40 {
    width: 50% !important;
}

#sbox-window{
	border:7px solid #000000;
}

#jform_params_categsource_chzn{
	float:left;
	margin-right:5px;
}

.spacer, .spacer label{
	font-size:20px !important;
	color:#000000;
}

.hide-hidden{
	display:none;
	visibility:hidden;
}