/**
 * CSS for Hardwarezone, Tech News section
 *
 * @author Viknesk Kumarr Muniandy <vikneskm@sphm-newmedia.biz>
 * @since 13 Oct 2008
 */

/* Content narrow */
.listing .article { padding: 10px; }
#hwz-news.article .footer { background-color: transparent; }
#NewsSelect-past-months { width: 298px; padding: 5px; border: 1px solid #CCC; background: url('../img/core/icons/arrow-down.png') no-repeat right #FFF; -webkit-appearance: none; text-transform: uppercase; } 
#NewsSelect-past-months option { text-transform: uppercase; }

#news-listing-wide .paginate { border-width: 0px 0px 1px; padding: 0px 0px 10px; }

#ProductSelectManufacturerJumplist, #NewsSelectCategoryJumplist { width: 298px; padding: 5px; border: 1px solid #CCC; background: url('../img/core/icons/arrow-down.png') no-repeat right #FFF; -webkit-appearance: none; text-transform: uppercase; } 
#ProductSelectManufacturerJumplist option, #NewsSelectCategoryJumplist option { text-transform: uppercase; }

#content-wide #news-detail-wide.inner { margin-left:20px; }
/* 2-column layout overrides */
#content-wide-narrow .article .info,
#content-wide-narrow .article .content { padding:0; }

#hwz-news .info h1 { padding: 0px; font: bold 36px/1.2em 'Roboto Condensed', 'Arial Narrow', sans-serif; }
#hwz-news .info h1 a { color:#000; }
#hwz-news { margin-top:10px; }

.news-comments { margin:40px 0; }

.news-continue { border-top:1px solid #e1e1e1; background:#f1f1f1; width:100%; overflow:hidden; margin:auto; }
.news-continue-container { display:flex;}
.news-continue-head { text-transform:uppercase; font-weight:600; }
.news-continue .news-continue-prev,
.news-continue .news-continue-next {
	position:relative;
	width:50%; height:auto;
	vertical-align:middle;
	font-size:14px;
	line-height:22px;
	color:#66737a;
	float:left;
	min-height:66px;
	box-sizing: border-box;
}
.news-continue .news-continue-prev:hover, .news-continue .news-continue-next:hover { color:#000; }
.news-continue .news-continue-prev { float:left; text-align:left; padding: 11px 5px 11px 42px; }
.news-continue .news-continue-next { float:right; text-align:right; padding: 11px 42px 11px 5px; }
.news-continue a.news-continue-prev:before { display:block; content:""; width:14px; height:21px; position:absolute; left:14px; top:50%; margin-top:-11px; background:transparent url(/img/icons/authors_arrows.png) no-repeat -5px -5px; }
.news-continue a.news-continue-next:after { display:block; content:""; width:14px; height:21px; position:absolute; right:14px; top:50%; margin-top:-11px; background:transparent url(/img/icons/authors_arrows.png) no-repeat -53px -5px; }
