@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border:none;
	overflow: hidden;
	width:156px;
	background-color:#edf4f9;
}
.HomeAccordionLeft {
	border:none;
	overflow: hidden;
	width:404px;
}
.HomeAccordionRight {
	border:none;
	overflow: hidden;
	width:396px;
}
.AccordionDetail {
	border:none;
	overflow: hidden;
	width:520px;
}
.AccordionBestelling {
	border:none;
	overflow: hidden;
	width:750px;
}


/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	margin-bottom:5px;
}
.HomeAccordionLeftPanel {
	margin: 0px;
	padding: 0px;
}
.HomeAccordionRightPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionDetailPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionBestellingPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-image:url(../images/mainnav-bg-b.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding-top:5px;
	padding-left:10px;
	width:146px;
	height:16px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight:bold;
	color: #fff;
}
.HomeAccordionLeftPanelTab {
	background-image:url(../images/homeacc_left_closed.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding-top:3px;
	padding-left:40px;
	width:364px;
	height:23px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight:bold;
	color: #ffffff !important;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
}
.HomeAccordionRightPanelTab {
	background-image:url(../images/homeacc_right_closed.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding-top:3px;
	padding-left:30px;
	width:366px;
	height:23px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight:bold;
	color: #ffffff !important;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
}
.AccordionDetailPanelTab {
	background-image:url(../images/detailacc_right_closed.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding-top:7px;
	padding-left:40px;
	width:480px;
	height:23px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight:bold;
	color: #ffffff !important;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
}
.AccordionBestellingPanelTab {
	background-image:url(../images/bestellingacc_closed.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding-top:7px;
	padding-left:40px;
	width:750px;
	height:23px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight:bold;
	color: #ffffff !important;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
}


/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	background-color:#ecf5f9;
	height:auto;
}
.AccordionPanelContentMaat {
	overflow: auto;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding-top: 0px;
	padding-bottom:0px;
	padding-left:12px;
	padding-right:0px;
	background-color:#ecf5f9;
	height:auto;
	text-align:center;
}
.AccordionPanelContentMaat ul {
	float: left;
	width: 99px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.AccordionPanelContentMaat li {
	float: left;
	width: 29px;
	height:20px;
	margin: 0;
	padding: 2px;
}
.HomeAccordionLeftPanelContent {
	margin:0;
	padding:0;
	background-color:#ecf5f9;
	height:141px;
	font-size:11px;
	overflow:hidden;
}
.HomeAccordionLeftPanelContent1 {
	margin:0;
	padding:0;
	background-color:#ecf5f9;
	height:141px;
	font-size:11px;
	overflow:hidden;
	text-align:right;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:16px;
	color:#313131;
	font-weight:bold;
	cursor:pointer;
}
.HomeAccordionLeftPanelContent2 {
	margin:0;
	padding:0;
	background-color:#fff;
	height:141px;
	font-size:11px;
	overflow:hidden;
	text-align:center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#00336e;
	cursor:pointer;
}
.HomeAccordionLeftPanelContent3 {
	margin:0;
	padding:0;
	background-color:#ecf5f9;
	height:141px;
	font-size:11px;
	overflow:hidden;
	text-align:right;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	color:#00336e;
	cursor:pointer;
	font-weight:bold;
}
.HomeAccordionLeftPanelContent4 {
	margin:0;
	padding:0;
	background-color:#ecf5f9;
	height:141px;
	font-size:11px;
	overflow:hidden;
	background-image:url(../images/shoemixx-accleft-video-Q22011.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#1b8e01;
	font-weight:bold;
	cursor:pointer;
}
.HomeAccordionRightPanelContent {
	overflow: auto;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:20px;
	padding-top: 0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f2f8fb;
	height:60px;
	font-size:11px;
	overflow-x:hidden;
}
.HomeAccordionRightPanelContent ul {
	float: left;
	width: 380px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.HomeAccordionRightPanelContent li {
	float: left;
	width:185px;
	height:20px;
	margin: 0;
	padding: 0px;
	padding-right:5px;

}

.AccordionDetailPanelContent {
	overflow: auto;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding-top: 10px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f2f8fb;
	height:180px;
	font-size:12px;
	border-left:1px solid #f2940b;
	border-right:1px solid #f2940b;
	color:#000000;
	line-height:20px;
}
.AccordionDetailPanelContent ul {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.AccordionDetailPanelContent li {
	float: left;
	width: 225px;
	height:45px;
	margin: 0;
	padding: 2px;
}
.AccordionDetailPanelContent h2 {
padding-bottom:10px;
font-size:14px;
}
.AccordionBestellingPanelContent {
	overflow: auto;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding-top: 10px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	background-color:#ffffff;
	height:auto;
	font-size:12px;
	border-left:1px solid #f2940b;
	border-right:1px solid #f2940b;
	color:#000000;
	line-height:20px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-image:url(../images/mainnav-bg-b.jpg);
	background-repeat:no-repeat;
}
.HomeAccordionLeftPanelOpen .HomeAccordionLeftPanelTab {
	background-image:url(../images/homeacc_left_closed.jpg);
	background-repeat:no-repeat;
}
.HomeAccordionRightPanelOpen .HomeAccordionRightPanelTab {
	background-image:url(../images/homeacc_right_closed.jpg);
	background-repeat:no-repeat;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #ffffff;
}
.HomeAccordionLeftPanelTabHover {
	color: #ffffff;
}
.HomeAccordionRightPanelTabHover {
	color: #ffffff;
}

.AccordionPanelOpen .AccordionPanelTabHover {
	color: #ffffff;
}
.HomeAccordionLeftPanelOpen .HomeAccordionLeftPanelTabHover {
	color: #ffffff;
}
.HomeAccordionRightPanelOpen .HomeAccordionRightPanelTabHover {
	color: #ffffff;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #FFFFFF;
}
.HomeAccordionLeftFocused .HomeAccordionLeftPanelTab {
	background-color: #FFFFFF;
}
.HomeAccordionRightFocused .HomeAccordionRightPanelTab {
	background-color: #FFFFFF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFFFFF;
}
.HomeAccordionLeftFocused .HomeAccordionLeftPanelOpen .HomeAccordionLeftPanelTab {
	background-color: #FFFFFF;
}
.HomeAccordionRightFocused .HomeAccordionRightPanelOpen .HomeAccordionRightPanelTab {
	background-color: #FFFFFF;
}

