/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

#sidebar {
	margin: 0 0 0 20px;
	width: 250px;
	float: right;
}
.tabbertop {
	background: url(images/tabber-top.png) no-repeat scroll top center;
	padding: 1px 0 0;
	margin: 0 0 -8px 0;
	
	*margin: 0 0 -8px; /* IE6 e IE7 */
	*padding: 7px 0 0; /* IE6 e IE7 */
	*width: 250px; /* IE6 e IE7 */
}
.tabberbottom {
	background: url(images/tabber-bottom.png) no-repeat scroll bottom center;
	padding: 0 0 16px;
	margin: 0 0 16px;
	
	*padding: 0; /* IE6 e IE7 */
	*width: 250px; /* IE6 e IE7 */
}
.tabbertab {
	width: 230px;
	background: #DDEBF6;
	margin: 7px 0 0;
	padding: 0px 10px 10px;
	
	*margin: 0; /* IE6 e IE7 */
}
.tabbertab p {
	margin: 0px;
	padding: 0px;
}
.tabbertab h3 {
	padding: 4px 0 0px;
	color: #0092D0;
	text-transform: uppercase;
	font-weight: 800;
}
