

/*TABS*/
#terras_tabs {
	width:320px;
	height:26px !important;
	height:24px;
	margin:0 !important; 
	padding:0;	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#terras_tabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#terras_tabs li a {
	background: url(../images/bg_tabs_terras.gif) no-repeat;
	display:block;
	height: 26px;   
	width: 124px; 	
	padding:0px;
	margin:0px;

	/* font decoration */
	color:#000;
	font-size:11px;
	line-height:29px;
	text-align:left;
	text-decoration:none;
	text-indent: 8px;
}

/* adjust the background image position on each tab */
#terras_tabs #t1 			{ background-position: 0 0; width: 99px;}
#terras_tabs #t2 			{ background-position: -99px 0; width: 99px;}
#terras_tabs #t3 			{ background-position: -198px 0; width: 99px;}

/* mouseover state */
#terras_tabs a:hover 		{ color:#27ADEB;line-height:26px;	 }
#terras_tabs #t1:hover 	{ background-position:      0 -26px; }
#terras_tabs #t2:hover 	{ background-position: -99px -26px; }
#terras_tabs #t3:hover 	{ background-position: -198px -26px; }

/* currently selected tabs */
#terras_tabs a.current		{ cursor:default; color:#27ADEB; line-height:26px; }
#terras_tabs #t1.current { background-position:      0 -52px; }
#terras_tabs #t2.current { background-position: -99px -52px; }
#terras_tabs #t3.current { background-position: -198px -52px; }


#terras_panes {
	no-background: url(../images/bg_tabs_terras_bg.png) no-repeat;		
	width:320px;
	height:378px;
}

/* single pane */
#terras_panes div {
	display:none;	
	color:#fff;
	margin: 30px 5px 0;
	margin-left: 3px !important;
	margin-left: 3px;
	padding: 0;
}

#terras_panes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:0px 0 0 0;
	font-size:12px;	
}

#terras_panes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#terras_panes div {
	float:left;
	display: block;
	width:320px;
	cursor:pointer;
	font-size:11px;
}

/* our additional wrapper element for the items */
#terras_panes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding: 0;
	display: inline;
}

#terras_panes .less, #terras_panes .less a {
	color:#999 !important;
	font-size:11px;
}

