/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
 
/* layout styling */
@import url(layout.css);

/* general tag styling */
@import url(general.css);

/* menu styling */
@import url(menu.css);

/* module styling */
@import url(module.css);

/* Joomla core styling */
@import url(joomla.css);

/* Third party extensions styling */
@import url(extensions.css);


/* SLWI */
.ja-slwi-container {
	width: 100%;
}

.ja-slwi-container h3 {
	margin: 0 !important;
	padding: 7px 10px !important;
	font-size: 100% !important;
	line-height: normal !important;
}

.ja-slwi-text p {
	padding: 0 10px;
	margin: 0;
}

