/**
 * ------------------------------------------------------------------------
 * North London Appliances Template for J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2014 North London Appliances Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: North London Appliances Ltd
 * Websites:  http://www.northlondonappliances.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

.ja-sidenews-list {
	margin: 11px -10px;
} 

.ja-slidenews-item {
	border-bottom: 0;
	padding: 10px 0;
	float: left;
	clear: none;
}

.ja-slidenews-item-inner {
	font-family: "Open Sans",sans-serif;
	font-size: 11px;
	text-transform: none;
	padding: 0 10px;
	color: #999;
	font-weight: normal;
}
.cols-4 .ja-slidenews-item { width: 25%; padding: 0; }

.cols-3 .ja-slidenews-item { width: 33.3%; padding: 0; }

.cols-2 .ja-slidenews-item { width: 50%; padding: 0; }


.ja-slidenews-item:hover {
	background: none repeat scroll 0% 0% #f2f4f8;
}

.ja-slidenews-item .ja-title {
	font-family: "Open Sans",sans-serif;
	background: transparent;
	color: #23263d;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	text-transform: none;
}

.ja-slidenews-item .ja-title:hover,
.ja-slidenews-item .ja-title:focus,
.ja-slidenews-item .ja-title:active {
	color: #0b96f3;
}

.ja-slidenews-item .ja-createdate {
	color: #f7f7f7;
	font-size: 92%;
	font-weight: bold;
	padding: 2px 5px 2px 0;
}
.ja-sidenews-title{ font-weight:bold }
.ja-sidenews-postdate{ font-size:85%; }

/*****STYLE FOR SIDENEWS LAYOUT******/
.ja-sidenews{ 
	width: 100%; 
	/*float:left; */
	overflow: hidden; 
	position: relative;
	padding:0;
	margin:0;
	cursor:pointer;
}
.ja-sidenews-display {
	position: absolute; 
	top: 0;
	z-index:1;
	height: 100%;
	width:100%
}

.ja-sidenews-desc{
	padding: 0px 3px 0px 3px;
}

.ja-slidenews-cover{
	float: left;
	position: absolute;
	width: 100%;
	z-index: 3;
	overflow: hidden;
	left: 0;
	bottom: 0;
}

.ja-slidenews-item img {
	margin-bottom: 15px;
	margin-top: 0;
	border: 0;
}

.ja-slidenews-item img[align="left"] {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 0;
}

.ja-slidenews-item img[align="right"] {
	float: right;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
}

/* Megamenu */
.megamenu .ja-sidenews-list { margin: 10px; color: #5cb85c; }

.megamenu .ja-slidenews-item:hover { background: #f0ad4e; color: #dadada; }

.megamenu .ja-slidenews-item .ja-title {
	color: #d9534f;
	font-size: 125%;
	font-weight: bold;
	text-transform: none;
}

.megamenu .ja-slidenews-item img { border: 0; }