/* STYLESHEET FILE DESCRIPTION: Styles for Support/Articles base pages  */

#heading {margin-bottom: 40px;}


/* LIST OF CATEGORIES
#########################################*/
#articleslist {
	min-height: 500px;
	margin: 15px 0 15px 0;
	padding: 5px 0 5px 20px;
	background: url('/images/sections/support/articles-sep.png') repeat-y;
}

#articleslist .item {
	width: 320px;
	padding-right: 30px;
	margin-bottom: 30px;
}

#articleslist h3 {
	margin-bottom: 5px;
	font-size: 21px;
	line-height: 26px;
	color: #90b8e6;
}

#articleslist .item li {
	padding: 8px 0 8px 22px;
	line-height: 20px;
	background: url('/images/sections/support/kb-list.png') no-repeat 0 16px;
}

#articleslist .item a {
	color: #035caa !important;
}

#articleslist .item a > span {
	font-size: 14px;
	line-height: 21px;
	border-bottom: 1px solid #fff;
	
    transition: border-color .2s ease-in-out;
	-webkit-transition: border-color .2s ease-in-out;
	-o-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;	
}

#articleslist .item a:hover {
	color: #f34f0a !important;
}

#articleslist .item a:hover > span {
	border-bottom: 1px solid rgba(243,79,10,0.5);
}


/* SEARCH RESULTS
#########################################*/
#searchresults {
	min-height: 500px;
	margin: 0 20px 0 180px;
	padding: 5px 0 10px 0;
}

/* Heading */
#searchresults .heading {
	margin-top: 20px;
}

#searchresults .heading .query {
	font-size: 22px;
	color: #8cc63e;
}

#searchresults .heading .query strong {
	color: #518b14;
}

#searchresults .heading .total {
	margin-top: 7px;
	font-size: 14px;
	color: #999;
}

/* Results list */
#searchresults .results {
	padding: 20px 20px 10px 20px;
}

#searchresults .results .nothingfound {
	color: #f6642e;
	font-size: 16px;
}

#searchresults .results li {
	padding: 8px 0 8px 22px;
	line-height: 20px;
	background: url('/images/sections/support/kb-list.png') no-repeat 0 16px;
}

#searchresults .results a {
	color: #035caa !important;
}

#searchresults .results a > span {
	border-color: rgba(3,92,170,0.5);
	border-color: #fff;
}

#searchresults .results a:hover {
	color: #f34f0a !important;
}

#searchresults .results a:hover > span {
	border-color: rgba(243,79,10,0.5);
}

#searchresults .results li .catname {
	color: #a4c1db;
}


/* PAGINATOR
#########################################*/
.paginator {
	margin: 40px -40px 40px -200px;
	border-top: 1px solid #a4c1db;
}

.paginator .wrap {
	width: 226px;
	height: 29px;
	margin: -15px 0 0 427px;
	background-color: #fff;
}

.paginator .container {
	width: 210px;
	height: 30px;
	margin-left: 8px;
	border: 1px solid #a4c1db;
	border-radius: 29px;
}

.paginator .container > div {
	position: absolute;
}

.paginator .total {
	width: 210px;
	color: #035caa;
	line-height: 29px;
	text-align: center;
}

.paginator a,
.paginator span {
	width: 24px;
	height: 24px;
	margin-top: 2px;
	border: 1px solid #035caa;
	border-radius: 24px;
	display: block;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    position: absolute;
}

.paginator a:hover {
	border-color: #f54f09;
}

.paginator span {
	opacity: 0.4;
}

.paginator .prev a,
.paginator .prev span {background: url('/images/sections/support/news-paginator-prev.png')  no-repeat 40% 50%;}
.paginator .next a,
.paginator .next span {background: url('/images/sections/support/news-paginator-next.png') no-repeat 60% 50%;}

.paginator .prev a:active {background-position: 40% 60%;}
.paginator .next a:active {background-position: 60% 60%;}

.paginator .prev {margin-left: 2px;}
.paginator .next {margin-left: 182px;}