/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
	float: left;
	margin: 0px;
	padding: 0px;
}
.tabbertab img {
	border-width: 0px;
}

.tabberlive {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin: 0px 0px 15px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	background: #FFFFFF;
}

ul.tabbernav li {
	display: inline;
	margin: 0px;
	float: left;
	height: 26px;
	padding: 0px 0px 0px 16px;
	font-size: 11px;
	line-height: 26px;
	color: #999999;
}

ul.tabbernav li a {
	color: #999999;
	display: inline-block;
	margin: 0px;
	text-decoration: none;
	padding: 0px 16px 0px 0px;
	line-height: 26px;
	height: 26px;
	float: left;
}
ul.tabbernav li a:hover {
	color: #666666;
	display: inline-block;
	margin: 0px;
	text-decoration: none;
	padding: 0px 16px 0px 0px;
	line-height: 26px;
	height: 26px;
	float: left;
}



ul.tabbernav li.tabberactive {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: left;
	height: 26px;
	background: url(images/left-tab.png) no-repeat left center;
	line-height: 26px;
	color: #FFFFFF;
	font-size: 11px;
}

ul.tabbernav li.tabberactive a {
	color: #FFFFFF;
	display: inline-block;
	margin: 0px;
	float: left;
	text-decoration: none;
	padding: 0px 16px 0px 0px;
	line-height: 26px;
	height: 26px;
	background: url(images/right-tab.png) no-repeat right center;
}

ul.tabbernav li.tabberactive a:hover {
	color: #FFFFFF;
	display: inline-block;
	margin: 0px;
	float: left;
	text-decoration: none;
	padding: 0px 16px 0px 0px;
	line-height: 26px;
	height: 26px;
	background: url(images/right-tab.png) no-repeat right center;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	margin: 0px;
	padding: 3%;
	float: left;
	width: 93%;
	background: #eaeaea;
}

.tabber .tabbertab {



}

.tabbertab .list {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tabbertab .list ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	background: url(none);
	border-width: 0px;
	border-style: none;
}
.tabbertab .list li {
	margin: 0px 0px 15px;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
	background: #FFFFFF url(images/list.png) repeat-y right;
	padding: 0px;
}
.tabbertab .list ul li {
	margin: 5px 0px 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.tabbertab .list li a {
	margin: 0px;
	color: #C73E14;
	text-decoration: none;
	font-weight: normal;
}
.tabbertab .list li a:hover {
	margin: 0px;
	color: #333333;
	text-decoration: none;
}
.tabbertab .list object {
	text-align: center;
	margin: 0px auto;
	clear: both;
	width: 100%;
	height: auto;
}
.tabbertab .list embed {
	text-align: center;
	width: 100%;
	float: left;
	height: auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
	margin: 0px;
	padding: 0px;
}
.tabberlive .tabbertab h3 {
	display: none;
	margin: 0px;
	padding: 0px;
}
.tabber .tabbertab h2 {
	margin: 0px;
	padding: 0px;

}
.tabber .tabbertab h3 {
	margin: 0px;
	padding: 0px;

}
#tabber-widget {
	margin: 0px;
	padding: 0px 0px 25px;
	float: left;
	width: 100%;
}
.list .thecat {
	margin: 0px;
	padding: 2%;
	float: left;
	width: 96%;
	background: url(images/goto.png) no-repeat right center;
}
.thecat h1 {
	margin: 0px;
	padding: 0px;
	font-size: 19px;
	line-height: 24px;
	float: left;
	width: 280px;
}
.list .thecat .pcomment {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 280px;
}
.thecat .feat-img {
	margin-right: 5px;
}
