/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5.x - Joomla 3.x
# ------------------------------------------------------------------------
# Copyright (C) 2011-2013 Ext-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Ext-Joom.com
# Websites:  http://www.ext-joom.com 
# Date modified: 20/08/2013 - 13:00
# ------------------------------------------------------------------------
*/.whatsnext-content .content-img {    height: 118px;    left: 0;    overflow: hidden;    position: absolute;    top: 0;    width: 120px;}.whatsnext-content a.img-link {    left: 0;    position: absolute;}.whatsnext-content .img-link .img {    height: 120px;    margin-left: 0%;}.whatsnext-content .content-inner {    bottom: 15px;    height: 105px;    left: 140px;    position: absolute;    right: 20px;    text-align: left;    top: 10px;}.whatsnext-content .content-inner .h6 {    color: #666;    cursor: default;    font-size: 11px;    margin: 0;    padding: 0 0 3px;    text-align: left;} .whatsnext-content .content-inner .h2 {    display: block;    font-size: 14px;    height: 52px;    line-height: 1.2em;    margin: 5px 0;    overflow: hidden !important;    padding: 0;    position: relative;    text-align: left;}.whatsnext-content .content-inner .h2 a {    color: #fff;}.whatsnext-content .content-inner .category {    bottom: 10px;    color: #666;    cursor: default;    font-size: 11px;    line-height: 10px;    position: absolute;    text-align: left;}.ext_dropdown_box_custom_html a.close {    display: none;}.ext_dropdown_box_custom_html:hover a.close {    display: block;}.ext_dropdown_box_custom_html a.close {    background-image: url(arrows.png);    background-position: -60px -20px;	cursor:pointer;    height: 20px;    line-height: 20px;    margin: 0 5px 0 0;    padding: 0;    position: absolute;    right: 0;    text-indent: -99999em;    top: 0;    width: 20px;}
.ext_dropdown_box_custom_html {
    padding:10px;     background: #262b30 none repeat scroll 0 0;
    position:fixed;
	border:1px solid #ddd;
	z-index:9999;
}
.ext_dropdown_box_custom_html a.more{
    cursor:pointer;
    color:#000;
}
.ext_dropdown_box_custom_html a.more:hover{
    text-decoration:underline;
} 
.ext_dropdown_box_custom_html a.close:hover{}