/* Knowledge Base styles */

div.kb_article_header_short_description {
	display: block !important;
	font-size: 15pt;
	font-weight: bold;
	padding-bottom: 4px;
	/*color: #404040;*/
}

/***********************************************************************
KB ARTICLE LISTS
************************************************************************/
.content-list-title {
	padding: 6px 12px; 
	border: 1px solid #d6d6d6;
	/*border-bottom: 0px solid #d6d6d6;*/
	font-weight: bold;
	/*color: #444;*/
	background: #FFF url(content_list_title.pngx) repeat-x center center;
} 

.kb-list.article{
	vertical-align:top;
	border-top: 0px solid #d6d6d6;
	padding: 12px 0px;
	display:block;
} 

.kb-list.article:hover{
	background-color: #f6f6f6;
}

h2.short-description{
	font-size: 1.4rem;
	/*color: #444;
	border: 1px solid red;*/
	padding: 0px;
	margin: 0px;
	width:auto;
}

.kb-updated-stamp{
	font-size:smaller;/**/
	/*color:#888;*/
}

.kb-list.article A{
	/*color: #36F;*/
}

.useful-vote, .views {
	font-size:.6rem;
	text-align:center;
	padding: 0px 2px;
	min-width:24px;
	margin-right:6px;

    /*rounded corners*/
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
}
.useful-vote.green {
	float: right;
	background: #7eb055;
	border: 2px solid #66cc66;
	color: #ccffcc;
}
.useful-vote.not-green {
	float: right;
	background: #fff;
	border: 2px solid #e0e0e0;
	color: #646464;
}
.views {
	float: left;
	background: #fff;
	border: 2px solid #e0e0e0;
}

.useful-vote .value, .views .value{
	font-weight: bold;
	font-size: 1.4rem;
}

.star{
	background-image: url(star.pngx);
	background-repeat: no-repeat;
	background-position: left;
	margin: 4px 0;
}
IMG.rating-{ display: none;}
IMG.rating-1{ width:12px;}
IMG.rating-2{ width:24px;}
IMG.rating-3{ width:36px;}
IMG.rating-4{ width:48px;}
IMG.rating-5{ width:60px;}


/***********************************************************************
KB ARTICLE LISTS
************************************************************************/
.content-list-title {
	padding: 6px 12px; 
	border: 1px solid #d6d6d6;
	/*border-bottom: 0px solid #d6d6d6;*/
	font-weight: bold;
	color: #444;
	background: #FFF url(content_list_title.pngx) repeat-x center center;
} 

.kb-list.article{
	vertical-align:top;
	border-bottom: 1px solid #d9dee2;;
	padding: 8px 0px;
	display:block;
} 

.kb-list.article:hover{
	background-color: #f6f6f6;
}

h2.short-description, h2.short-description a{
	font-size:1rem;
	/*color: #005588;
	border: 1px solid red;  .7em*/
	padding: 0px;
	margin: 0px;
	width:auto;
	font-weight:normal;
}

.kb-updated-stamp{
	font-size:.86rem;/**/
	color:#4c4c4c;
}

.kb-list.article A{
	/*color: #289de9;*/
}

.useful-vote, .views {
	float: left;
	background: #fff;
	border: 2px solid #e0e0e0;
	font-size:smaller;
	text-align:center;
	padding:4px;
	min-width:24px;
	margin-right:6px;

    /*rounded corners*/
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
}

.useful-vote .value, .views .value{
	font-weight: bold;
	font-size: inherit;
}

SPAN.views DIV.views_text{
	font-size: .76rem;
}

.star{
	background-image: url(star.pngx);
	background-repeat: no-repeat;
	background-position: left;
	margin: 4px 0;
}
IMG.rating-{ width:1px;}
IMG.rating-1{ width:12px;}
IMG.rating-2{ width:24px;}
IMG.rating-3{ width:36px;}
IMG.rating-4{ width:48px;}
IMG.rating-5{ width:60px;}




TABLE.knowledge_detail{
	width: 100%;
}





/**/
.kb_header_row, .knowledge_detail{
	display: none;
}







div.sc_cat_items {
   float: left;
   position: relative;
   border: 1px solid #DDD;
   width: 780px;
}
