@charset "UTF-8";

.CollapsiblePanel {
}

/*--- Women ---*/
.CollapsiblePanelTabWomen {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 25px;
	width: 171px;
	background-attachment: scroll;
	background-image: url(../images/women-nav.jpg);
	background-repeat: no-repeat;
}

.CollapsiblePanelOpen .CollapsiblePanelTabWomen {
	background-attachment: scroll;
	background-image: url(../images/women-nav-open.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 171px;
}

/*--- Men ---*/
.CollapsiblePanelTabMen {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 25px;
	width: 171px;
	background-attachment: scroll;
	background-image: url(../images/men-nav.jpg);
	background-repeat: no-repeat;
}

.CollapsiblePanelOpen .CollapsiblePanelTabMen {
	background-attachment: scroll;
	background-image: url(../images/men-nav-open.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 171px;
}

/*--- Kids ---*/
.CollapsiblePanelTabKids {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 25px;
	width: 171px;
	background-attachment: scroll;
	background-image: url(../images/kids-nav.jpg);
	background-repeat: no-repeat;
}

.CollapsiblePanelOpen .CollapsiblePanelTabKids {
	background-attachment: scroll;
	background-image: url(../images/kids-nav-open.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 171px;
}

.CollapsiblePanelContent {
	background-attachment: scroll;
	background-image: url(../images/nav-content-bg.jpg);
	background-repeat: repeat-x;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	height: 25px;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
}

/*--- Colours ---*/
.CollapsiblePanelTabColors {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 24px;
	background-attachment: scroll;
	background-image: url(../images/colors-arrow1.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 8px;
	background-position: right top;
}

.CollapsiblePanelOpen .CollapsiblePanelTabColors {
	background-attachment: scroll;
	background-image: url(../images/colors-arrow2.jpg);
	background-repeat: no-repeat;
	height: 24px;
	background-position: right top;
}

.CollapsiblePanelContentColors {
	background-attachment: scroll;
	background-image: url(../images/nav-content-bg.jpg);
	background-repeat: repeat-x;
}

.CollapsiblePanelTabColors a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelTabColorsHover,  .CollapsiblePanelColorsOpen .CollapsiblePanelTabColorsHover {
	height: 25px;
}
#CollapsiblePanel4, #CollapsiblePanel5, #CollapsiblePanel6 {
	margin-bottom: 11px;
	background-attachment: scroll;
	background-image: url(../images/colors-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	width: 515px;
}
.nav-contentColours {
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 9px;
	padding-left: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D1D1D1;
	border-left-color: #D1D1D1;
}
