@charset "UTF-8";

.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 180px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Brand Category style */
.TabbedPanelsTabCat {
	position: relative;
	float: left;
	margin: 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../templates/toyspot_3col/images/tab-interests_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 90px;
}

.TabbedPanelsTabCat..TabbedPanelsTabHover {

}

.TabbedPanelsTabCat.TabbedPanelsTabSelected {
	background-image: url(../templates/toyspot_3col/images/tab-interests_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 90px;
}

.TabbedPanelsTabBra {
	float: right;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../templates/toyspot_3col/images/tab-brands_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 90px;
}

.TabbedPanelsTabBra..TabbedPanelsTabHover {

}

.TabbedPanelsTabBra.TabbedPanelsTabSelected {
	background-image: url(../templates/toyspot_3col/images/tab-brands_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #0f19e6;
	height: 36px;
	width: 90px;
}

/* content of each */
.TabbedPanelsContentGroup {
	clear: both;

}

.TabbedPanelsContent {
/*	background-image: url(images/tab_bckgrnd.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
	margin-left:0;*/
}

.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {

}


.VTabbedPanels .TabbedPanelsTab {

}


.VTabbedPanels .TabbedPanelsTabSelected {

}

.VTabbedPanels .TabbedPanelsContentGroup {

}