/*------ GENERAL HELP ---------*/
#helpSearchBox {
	float: right;
}

h2 {
	margin-top: 0px;
	font-size: 24px;
}

.news-list-container {
	margin-left: 10px;
}

/*----------- TABS -----------*/

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 26px; /*--Set height of tabs--*/
	border-bottom: 1px solid #aaa;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 0 -1px 8px;
	padding: 0;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #aaa;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	overflow: hidden;
	position: relative;
	background: #fff;
	font-weight: bold;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.1em;
	padding: 0 20px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;	
}
ul.tabs li a:hover {
	background: #666;
	color:	#fff;
}
ul.tabs li.active {
	background:none repeat scroll 0 0 #E0E0E0;
	border-bottom:1px solid #E0E0E0;
}

.tab_container {
	border-bottom: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
	width: 100%;
	background:url(images/slide-tab-bg.jpg) top repeat-x #fafafa;
}
.tab_content {
	padding: 15px 20px;
	font-size: 1.0em;
}
#video {
        padding: 1px;
}

/*************added by Ben********************/

.tutorialList{
	background:url(images/tutorialList_bg.jpg) top center no-repeat;
	height:32px;
}

.tx-wecknowledgebase-pi1 .news-tutorial-menu  {
	padding:6px 6px;
}

.news-tutorial-menu h4{
	font-size:12px;
	font-weight:bold;
	color: #fff;
}

.tx-wecknowledgebase-pi1 .news-tutorial-menu .buttons {
	margin:0 0 0 10px;
	float:right;
}

.tx-wecknowledgebase-pi1 .prevButton{
	background: url(images/previous-icon.png) no-repeat scroll 0 0 transparent;
	padding:3px 14px;
}
.tx-wecknowledgebase-pi1 .nextButton{
	background: url(images/next-icon.png) no-repeat scroll 0 0 transparent;
	padding:3px 14px;
}

.tx-wecknowledgebase-pi1 .news-single-item{
	margin-top:20px;
	margin-left: -15px;
	width: 770px;
}

.tx-wecknowledgebase-pi1 .news-single-item h2{
	font-size:20px;
	font-weight:bold;
}
