/* root element for tabs  */
.right {
	width:332px;
}
.tab_image { height:228px; width:327px; display:block; border-right:5px solid #c2d82e; }
.case_tab_image { height:228px; width:327px; display:block; border-right:5px solid #c2d82e; }


div.panes div { display:none; font-size:14px; background-color:#fff; overflow:hidden; }

ul.tabs { list-style:none; margin:0 !important; padding:0; height:30px; border:none; position:absolute; top: 324px; }

/* single tab */
ul.tabs li { float:right; text-indent:0; padding:0; margin:0 !important; list-style-image:none !important; }

/* link inside the tab. uses a background image */
ul.tabs a { background: url(../images/front/tabs.png) no-repeat 0px 0; font-size:11px; display:block; height: 22px; width: 151px; text-decoration:none; font-size:14px; color:#FFF; padding:8px 0 0 15px; margin:0px; position:relative; top:1px; }

ul.tabs a:active { outline:none; }

/* when mouse enters the tab move the background image */
ul.tabs a:hover { background-position: 0px -31px; color:#fff; }

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a { background-position: 0px -62px; cursor:default !important; 	color:#b0c429 !important; }

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

