﻿.TabbedPanels 
{
	
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 545px;
 /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	float: left;

}
.TabbedPanelsTabGroup {
	margin: 0px 0px 0px 4px;
	padding: 2px 0px 2px 0px;
	background-image: url(/images/product_sidebar_top_bg.jpg);
	background-image: url(/images/subnav_bg.jpg);
	background-repeat:repeat-x;
	height:30px

}

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	margin:0px;
	padding: 9px 20px 3px 10px;
	font: bold 16px sans-serif;
	height:19px;
	color:#FFF;
	list-style: none;
	background-image:url(/images/button_normal.gif);
	background-repeat:repeat-x;
	background-position:right;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline:none;
}

.TabbedPanelsTabHover {

}

.TabbedPanelsTabSelected {
	background-image:url(/images/button_selected.gif);
	background-position:right center;
}
.TabbedPanelsContentGroup {


}

.TabbedPanelsContent {

	padding: 4px;
}

