@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
#pnl_shop .content_item {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.myPrice {
	position: absolute;
	top: 2px;
	right: 80px;
}
#pnl_shop .content_item h1 {
	font-size: 1.5em;
	color: #AE4762;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
#pnl_shop .content_item h3 {
	font-size: 1em;
	color: #333;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
}
#pnl_shop .content_item h3 a {
	color: #333;
	text-decoration: none;
}
#pnl_shop .content_item h3 a:hover {
	text-decoration: underline;
}
#pnl_shop .content_item .moreinfo {
	color: #666;
	font-size: 0.9em;
	padding: 3px;
	background-color: #EEE;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 24px;
}
#pnl_shop .content_item .rating {
	color: #AE4762;
	font-size: 0.9em;
	background-color: #FFF1F2;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 3px;
	min-height: 24px;
	float: right;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
	border: 1px solid #DAA;
}
#pnl_shop .moreinfo a {
	color: #666;
	text-decoration: none;
}
#pnl_shop .moreinfo a:hover {
	text-decoration: underline;
}
#pnl_shop .moreinfo .tagtype {
	font-weight: bold;
	color: #AC4962;
}
#pnl_shop .content_item .item_image_container {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
#pnl_shop .prodimgdiv {
	background-repeat: no-repeat;
	background-position: center center;
	width: 66px;
	margin: 0px;
	padding: 0px;
	height: 66px;
}
#pnl_shop .prijs {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	text-align: right;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#pnl_shop .CollapsiblePanel {
	padding: 0px;
	margin: 0px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
#pnl_shop .CollapsiblePanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	letter-spacing: 0.03em;
	margin: 0px;
	z-index: 10;
	background-image: url(/images/site/button001_Info.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-position: 0px 2px;
	outline: none;
}

#pnl_shop .CollapsiblePanelTab .intro {
	letter-spacing: normal;
	z-index: inherit;
	color: #666666;
}
#pnl_shop .CollapsiblePanelTab .moretext, #pnl_shop .CollapsiblePanelTab .lesstext {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-image: url(/images/site/pijl-dicht.gif);
	background-repeat: no-repeat;
	color: #AE4762;
	background-position: 3px 4px;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#pnl_shop .CollapsiblePanelTab .lesstext {
	background-position: 2px 6px;
	background-image: url(/images/site/pijl-open.gif);
	display:none;
}
/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
#pnl_shop .CollapsiblePanelContent {
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666666;
}
#pnl_shop .CollapsiblePanelContent a {
	color: #666;
	text-decoration: underline;
}
#pnl_shop .CollapsiblePanelContent a:hover {
	text-decoration: none;
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
#pnl_shop .CollapsiblePanelTab a {
	color: #333333;
	text-decoration: underline;
}
#pnl_shop .CollapsiblePanelTab a:hover {
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
#pnl_shop .CollapsiblePanelOpen .CollapsiblePanelTab {
}
#pnl_shop .CollapsiblePanelOpen .CollapsiblePanelTab .intro, #pnl_shop .CollapsiblePanelOpen .CollapsiblePanelTab .moretext {
	display: none;
}
#pnl_shop .CollapsiblePanelOpen .CollapsiblePanelTab .lesstext {
	display: inherit;
}
/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

#pnl_shop .CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
#pnl_shop .CollapsiblePanelTabHover/*,  .CollapsiblePanelOpen .CollapsiblePanelTabHover*/ {
}
#pnl_shop .CollapsiblePanelTabHover .intro {
	color: #333333;
}
#pnl_shop .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}
/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
#pnl_shop .CollapsiblePanelFocused .CollapsiblePanelTab {
}
#pnl_shop .myPrice .bestel_aantal {
	border: 1px solid #AC4962;
	padding: 4px;
	font-size: 12px;
	text-align: right;
	width: 20px;
}

