/*
Tab elements
-----------------------
*/

#topTabs {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	right: 8px;
	z-index: 20;
}

#topTabs.tabsOver {
	right: 216px;
}

#topTabs dd {
	display: inline;
	float: left;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	height: 22px;
}

#topTabs dd a {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 22px;
	_width: 10px;
	white-space: nowrap;
	text-decoration: none;
	oveflow: hidden;
	cursor: pointer;
}

#topTabs dd a .tabLeftEnd {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 22px;
}

#topTabs dd a .tabRightEnd {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 22px;
}
#topTabs dd a .tabTitle {
	display: block;
	margin: 0px 6px 0px 6px;
	padding: 0px 5px 0px 5px;
	height: 22px;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
#topTabs dd a .tabTitle img {
	margin: 3px 0px 0px 0px;
	vertical-align: text-bottom;
}

#topBasket {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	right: 8px;
	width: 181px;
	height: 39px;
	z-index: 20;
}

#topBasket p.title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 2px;
	left: 5px;
	font-size: 11px;
	color: #1c0c5f;
}

#topBasket p.items {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 18px;
	left: 5px;
	font-size: 11px;
	color: #1c0c5f;
}
#topBasket p.items strong {
	font-weight: normal;
	color: #000000;
}

#topBasket a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 18px 7px 7px 117px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #459cce;
	text-decoration: none;
}
#topBasket a:visited {
	color: #459cce;
	text-decoration: none;
}
#topBasket a:hover {
	color: #1d1060;
	text-decoration: underline;
}

/*
Image Cache (preloads mouseover graphics to avoid delay)
--------------------------------------------------------
*/

#menuCache {
	display: none;
}


/*
Menu Button elements
-------------------------
*/

#menuArea {
	display:block;
	position: relative;
	width: 920px;
	height: 29px;
	z-index: 90;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url("/images/common/menu/menu_background.gif");
	background-repeat: no-repeat;
}

#menuArea dl {
	display:block;
	position: relative;
	width: 920px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menuArea dl dt {
	display: none;
}

#menuArea dl dd {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	height: 29px;
	cursor: pointer;
}

#menuArea dl dd a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}

#menuArea dl dd a .menuHeading {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #1d1060;
}

#menuArea dl dd a.MenuOn, #menuArea dl dd a.firstMenuOn {
	background-image: url("/images/common/menu/menu_on_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#menuArea dl dd a.lastMenuOn {
	background-image: url("/images/common/menu/menu_on_last_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#menuArea dl dd a.MenuOn .menuHeading, #menuArea dl dd a.firstMenuOn .menuHeading, #menuArea dl dd a.lastMenuOn .menuHeading {
	color: #ffffff;
}
#menuArea dl dd a.MenuOn .leftEdge, #menuArea dl dd a.lastMenuOn .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 25px;
	background-image: url("/images/common/menu/menu_on_left.gif");
	background-repeat: no-repeat;
}
#menuArea dl dd a.firstMenuOn .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 25px;
	background-image: url("/images/common/menu/menu_on_first_left.gif");
	background-repeat: no-repeat;
}

#menuArea dl dd a.MenuOff, #menuArea dl dd a.firstMenuOff {
	background-image: url("/images/common/menu/menu_off_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
#menuArea dl dd a.lastMenuOff {
	background-color: transparent;
	background-image: none;
}

#menuArea dl dd a.MenuOff .menuHeading, #menuArea dl dd a.firstMenuOff .menuHeading, #menuArea dl dd a.lastMenuOff .menuHeading {
	color: #1d1060;
}
#menuArea dl dd a.MenuOff .leftEdge, #menuArea dl dd a.lastMenuOff .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 25px;
	background-image: url("/images/common/menu/menu_off_left.gif");
	background-repeat: no-repeat;
}
#menuArea dl dd a.firstMenuOff .leftEdge {
	display: none;
}

#menuArea dl dd a.MenuOver, #menuArea dl dd a.firstMenuOver {
	background-image: url("/images/common/menu/menu_over_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
#menuArea dl dd a.lastMenuOver {
	background-image: url("/images/common/menu/menu_over_last_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
#menuArea dl dd a.MenuOver .menuHeading, #menuArea dl dd a.firstMenuOver .menuHeading, #menuArea dl dd a.lastMenuOver .menuHeading {
	color: #ffffff;
}
#menuArea dl dd a.MenuOver .leftEdge, #menuArea dl dd a.lastMenuOver .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 25px;
	background-image: url("/images/common/menu/menu_over_left.gif");
	background-repeat: no-repeat;
}
#menuArea dl dd a.firstMenuOver .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 25px;
	background-image: url("/images/common/menu/menu_over_first_left.gif");
	background-repeat: no-repeat;
}

/*
Mega-menu elements
---------------------
*/

.dynamicMenuImageCache {
	display: block;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: -1px;
	height: -1px;
	overflow: hidden;
}

#dynamicMenu {
	display: block;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
}

.dynamicMenuElements {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.cols1 {
	width: 210px;
}
.cols2 {
	width: 410px;
}
.cols3 {
	width: 610px;
}
.cols3 {
	width: 810px;
}

.cols1 .dynamicMenuElements .topShadow {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 210px;
	height: 10px;
	overflow: hidden;
}
.cols2 .dynamicMenuElements .topShadow {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 410px;
	height: 10px;
	overflow: hidden;
}
.cols3 .dynamicMenuElements .topShadow {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 610px;
	height: 10px;
	overflow: hidden;
}
.cols4 .dynamicMenuElements .topShadow {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 810px;
	height: 10px;
	overflow: hidden;
}

.cols1 .dynamicMenuElements .midSection {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 210px;
}
.cols2 .dynamicMenuElements .midSection {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 410px;
}
.cols3 .dynamicMenuElements .midSection {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 610px;
}
.cols4 .dynamicMenuElements .midSection {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 810px;
}

.dynamicMenuElements .midSection .menuBody {
	display: block;
	position: relative;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.cols1 .dynamicMenuElements .midSection div {
	width: 200px;
}
.cols2 .dynamicMenuElements .midSection div {
	width: 400px;
}
.cols3 .dynamicMenuElements .midSection div {
	width: 600px;
}
.cols4 .dynamicMenuElements .midSection div {
	width: 800px;
}

.dynamicMenuElements .midSection .menuBody .subArea {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 6px 0px;
	background-color: #ffffff;
}

.dynamicMenuElements .midSection .menuBody .menuDivider {
	padding: 5px 0px 6px 0px;
	background-image: url("/images/common/expander/expander-top-tile.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

.dynamicMenuElements .midSection .menuBody .lastMenuDivider {
	padding: 5px 0px 6px 0px;
	background-image: url("/images/common/expander/expander-top-tile.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

.dynamicMenuElements .midSection .menuBody div .menuLabel {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 6px 10px;
	color: #1B0D5F;
	font-size: 13px;
	line-height: 16px;
}

.dynamicMenuElements .midSection .menuBody div .column {
	display: inline;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 15px;
	width: 185px;
}

.dynamicMenuElements .midSection .menuBody div .column a {
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

.dynamicMenuElements .midSection .menuBody div .column a {
	color: #0079c2;
	text-decoration: none;
}
.dynamicMenuElements .midSection .menuBody div .column a:visited {
	color: #0079c2;
	text-decoration: none;
}
.dynamicMenuElements .midSection .menuBody div .column a:hover {
	color: #1d1060;
	text-decoration: underline;
}
	
.cols1 .dynamicMenuElements .bottomShadow {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 210px;
	height: 10px;
	overflow: hidden;
}
.cols2 .dynamicMenuElements .bottomShadow {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 410px;
	height: 10px;
	overflow: hidden;
}
.cols3 .dynamicMenuElements .bottomShadow {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 610px;
	height: 10px;
	overflow: hidden;
}
.cols4 .dynamicMenuElements .bottomShadow {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 810px;
	height: 10px;
	overflow: hidden;
}
