﻿@charset "UTF-8";

.TabbedPanels {
	margin:0px;
	padding:0px;
	float:left;
	clear:none;
	width:573px
	}

.TabbedPanelsTabGroup {
	background:transparent url('http://img.meijer.com/assets/site/images/generic/tabs-top.gif') no-repeat top right;
	width:573px;
	height:30px;
	margin:0px;
	padding:0px
	}

.TabbedPanelsTab {
	float:left;
	padding:0 10px;
	height:30px;
	font:bold 11px Arial,Helvetica,sans-serif;
	line-height:30px;
	color:#1b3b91;
	border-right:solid 1px #b7b7b7;
	background:transparent url('http://img.meijer.com/assets/site/images/generic/tabs-top.gif') no-repeat top center;
	list-style:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	cursor:pointer
	}

.TabbedPanelsTabHover,
.TabbedPanelsTabSelected {
	background-position:bottom center;
	text-decoration:none
	color:#4B73BB;
	}
.TabbedPanelsTab:first-child {
	background-position:top left
	}
.TabbedPanelsTabHover:first-child,
.TabbedPanelsTabSelected:first-child {
	background-position:bottom left
	}

* html .TabbedPanelsTab { background-position:expression(this.previousSibling==null ? 'top left':'top center' ) }
* html .TabbedPanelsTabHover,
* html .TabbedPanelsTabSelected { background-position:expression(this.previousSibling==null ? 'bottom left':'bottom center' ) }

.TabbedPanelsTab a { text-decoration:none }

.TabbedPanelsContentGroup {
	float:left;
	width:571px; /* 2px border */
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	}

.TabbedPanelsContent { margin:15px 10px 10px 10px }

.TabbedPanelsContentVisible { }

.VTabbedPanels .TabbedPanelsTabGroup {
	float:left;
	width:10em;
	height:20em;
	background-color:#EEE;
	position:relative;
	border-top:solid 1px #999;
	border-right:solid 1px #999;
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC
	}

.VTabbedPanels .TabbedPanelsTab {
	float:none;
	margin:0px;
	border-top:none;
	border-left:none;
	border-right:none
	}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color:#EEE;
	border-bottom:solid 1px #999
	}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear:none;
	float:left;
	padding:0px;
	width:30em;
	height:20em
	}
.TabContentLeft {
	float:left;
	width:395px
	}
.TabContentLeft_NoImage {
	float:left;
	width:90%
	}

.TabContentRight {
	float:right;
	width:auto
	}
.CategoryImage {
	text-align:center;
	margin-bottom:10px
	}
.ShopButton {
	text-align:center
	}
