.content-title
{
	font-size: 22px;
    margin: 10px 0 5px 0;
}
.content-title h2
{
	font-size: 16px !important;
	margin: 0px !important;

}
body{
	margin-top: 100px;
	font-family: 'Trebuchet MS', serif;
	line-height: 1.6
}
	
.press_container
{
	width: 93%;
	margin: 0px auto;
	padding-top: 22px;
}

.press_containerul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.press_container ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

.press_container ul.tabs li.current{
	background: #ededed;
	color: #222;
}

.press_container .tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
}

.press_container .tab-content.current{
	display: inherit;
}
.news-pager ul
{
	display: inline;
}
.news-pager ul li
{
	display: inline;
	text-align: center;
	margin: 2px;
}
.news-pager ul li a
{	
	color: #EB2130;
	text-align: center !important;
}

.news-pager .active
{
	background-color: #f9f4d2 !important;
	color: #000000 !important;
	font-weight: bold;
}
.rows-img img
{
	width: 159px;
	height: auto;
	float: left;
}
.news-content-right
{
	float: right;
	width: 56% !Important;
	margin-bottom: 0px;

}

.news_list_view
{
	width: 100%;
	float: left;
	margin-top:15px;
}
.row-news
{
	width: 100%;
	float: left;
	border-bottom: 1px solid #e0e0e0;
	clear: both;
	margin-top: 15px;
	overflow: auto;
	padding-bottom: 15px;
	position: relative;
}
.news-content-right .news_list_item h2
{
	margin: 0px !important;
	line-height: 16px !important;
	margin-bottom: 8% !important;
	height: auto;
	padding-top: 10px;
}
.news-content-right .news_list_item h2 a
{
	color: #EB2130 !important;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	line-height: 21.6px !important;
}

.news_item_subtitle
{
	margin: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-top: 20px;
	/* margin-left: 5%; */
	
}
.news-pager
{	
	width: 100%;
	float: right;
	text-align: right;
	padding-bottom: 10px;
}
.amana_news li
{
	width: 40px;
	float: left;
	text-align: center;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	color: #000;
	font: bold 12px sans-serif;
	border: solid 1px #999;
	background-color: #DDD;
	list-style: none;
}

.amana_news
{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.amana_news li a:hover 
{
	text-decoration: none !important;
}
.amana_news li a
{
	color:#000000 !important;
}
.amana_news li:hover
{
	background-color:#ccc;
}

.news-date
{
	font-size: 16px;
    padding: 5px 0 0;
    color: #919191;
    margin-top: 5px !important;
    margin-bottom: 5px !important;

}
.news_item_view .bestseller-li img
{
	border: 2px solid #FFFFFF;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px #CCCCCC;
    padding: 0px;
    height: 150px;
    width: 200px;
    overflow: hidden;
    display: block;
}

#container {
    
    padding:10px;
    width:100%;
    border:1px solid #ccc;
    }
#slider {
    display:block;
    width:100%;
    height:300px;
    padding:0;
    margin:0 0 10px;
    overflow:hidden;
    }    
#prev, #next {
    bottom:0;
    display:block;
    width:120px;
    background-color:#00ABFF;
    padding:5px;
    border:none;
    font-size:17px;
    color:#fff;
    }
#prev {
    float:left;
    }
#next {
    float:right;
    }
    
.more-views-scroller-outer
{
	padding: 0px;
    position: relative;
    width: 399px ;
    margin: auto;
}
.news-bottom-scroller .prev.disabled
{
	left: -15px;
    background-position: 0 42px;
    background-color: #d0d0d0;
    border: 2px solid #DBDADA;
    opacity: 1;
    cursor: auto;
}

.control_next
{	
	position: absolute;
    width: 8px;
    height: 100px;
    cursor: pointer;
    z-index: 999;
    background: url(../images/arrows.png);
    background-repeat: no-repeat;
	right: 22px;
    background-position: -8px 42px;
    background-color: #ef3a41;
    border: 2px solid #ef3a41;
    top: 31px;

}

.control_prev
{
	top: 31px;
    left: 20px;
    background-position: 0 42px;
    position: absolute;
    opacity: 1;
    width: 8px;
    height: 100px;
    cursor: pointer;
    z-index: 999;
    background: url(../images/arrows.png);
    background-repeat: no-repeat;
    background-color: #ef3a41;
    border: 2px solid #ef3a41;
}

    
.news_item_view .scroller-outer .prev.disabled{left: -15px; background-position: 0 42px; background-color: #d0d0d0; border: 2px solid #DBDADA;opacity: 1;cursor: auto;}
.news_item_view .scroller-outer .next{    right: -15px;  background-position: -8px 42px;  background-color: #ef3a41;  border: 2px solid #ef3a41;}