/*
	Title:      Flash styles
	Author:     Front-end
	Copyright:  Poort80  All rights resevered
*/

/* common
============================================================================= */

body {
	background-color: #009DE9;
	font-family:Arial, Helvetica, sans-serif;
}

/* wrapper
============================================================================= */

#wrapper {
	clear:both;
	margin:0 auto;
	padding:0;
	position:relative;
	width: auto;
}

/* login fly-out div
============================================================================= */

#login {
	padding-top: 12px;
	margin-bottom: 10px;
	top: 30px;
	z-index: 800;
	height: 34px;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	border-bottom: 1px solid #009DE9;
	background: #fff;
}

/* jQuery adds this class to #login, so javascript disabled webbrowsers can still login */
.loginPositioned {
	display: none;
	position: absolute;
}

#mainNav ul.menu li.active #btnLogin {
	background: url(../../base/gfx/arrow8.gif) no-repeat right 4px;
}

#mainNav ul.menu li a:hover,
#mainNav ul.menu li.active a {
	color: #000;
}

#login iframe {
	width: 745px;
	height: 40px;
}

#login .loginWrapper {
	margin: 0 auto !important;
	position: relative;
	left: 286px;
	overflow: hidden;
	width: 1024px;
}

/* Homepage SWF div (T01, T01-L)
============================================================================= */

#homeFlash {
	height: 400px;
	text-align: center;
}

/* productItem
============================================================================= */

.productModule .productItem {
	position: relative;
	height: 115px;
	padding: 8px 8px 12px;
	background: url(../gfx/home-product-background.png) no-repeat top left;
}

.productModule .productItem h6 {
	margin-top: 0;
}

.productModule .productItem h6 a {
	color: #009DE9 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
}

.productModule .productItem h6 a sup {
	font-size: 10px;
	position: relative;
	top: 0px;
	color: #000;
}

.productModule .productItem h6 a span {
	color: #000;
}

.productModule .productSubheading {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.productModule .productItem .badge {
	display: block;
	width: 68px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	top: 60px;
	right: 5px;
	padding-top: 18px;
	color: #fff;
	text-align: center;
	line-height: 10px;
	font-size: 12px;
	font-weight: bold;
	background: url(../gfx/product-badge.png) no-repeat top left;
	/* proprietary rotation */
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
}

/* price */
.productModule .price {
	position: absolute;
	left: 15px;
	top: 85px;
	color: #009DE9 !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

.productModule .price strike {
	color: #000;
	font-size: 11px;
}

/* main navigation
============================================================================= */

#mainNav {
	height:21px;
	margin:0 auto !important;
	overflow:hidden;
	padding:9px 0 0 0px;
	position:relative;
	width:962px;
	left: 31px;
}

#mainNav ul.menu {
	margin: 0;
}

#mainNav ul.menu li {
	display: block;
	float: left;
	list-style: none;
	margin-right: 10px;
}

#mainNav ul.menu li #btnLogin {
	padding-right: 20px;
	background: url(../../base/gfx/arrow3.gif) no-repeat right 4px;
}

#mainNav ul.menu li {
	margin-right: 21px;
}

#mainNav ul.menu li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#mainNav ul.menu li a:hover,
#mainNav ul.menu li.active a {
	color: #000;
}

/* #mainNav > .search
============================================================================= */

.search {
	position: absolute;
	top: 5px;
	right:0px;
	width: 246px;
	height: 31px;
	overflow: hidden;
}

.search .btnBasket {
	float: left;
	margin-right:6px;
	position: relative;
	top: 3px;
}

.search fieldset {
	margin: 0;
	border: 0;
}

.search .inputText {
	width: 117px;
	height: 14px;
	border: 0;
	font-size: 11px;
	margin: 0;
}

.search input {
	margin-bottom: 0;
}

.search .inputButton {
	position: relative;
	top: 1px;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	cursor:pointer;
	padding-right: 11px;
	background: transparent url(../../base/gfx/arrow3.gif) no-repeat right 4px;
}

.homepage .search .inputButton {
	background-position: right 6px;	
}

/* Win/IE6 and 7 */
* html .search .inputButton {
	top: 2px;
	background-position: right 6px;	
}

.search .inputButton:hover {
	color: #000;
}

/* inlineLis of ul-tag
============================================================================= */

.inlineList {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.inlineList li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

/* footer
============================================================= */

#footer {
	height:41px;
	left:0px;
	margin:auto;
	overflow:hidden;
	padding-bottom:17px;
	padding-right:0;
	padding-top:17px;
	position:relative;
	width:900px;
}

#footer a {
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #000 !important;
}

#footer ul.listLeft,
#footer ul.listRight {
	position: absolute;
}

#footer ul.listLeft {
	left:0;
}

#footer ul.listLeft a {
	font-size: 12px;
}

#footer ul.listLeft li {
	margin-right: 10px;
}

#footer ul.listRight {
	right:0px;
}


#footer ul.listRight a {
	font-size: 10px;
}

#footer ul.listRight li {
	margin-left: 10px;
}

/* common trigger classes (T01, T02)
============================================================================= */

.subheading {
	width: 911px;
	margin:38px auto 6px auto;
	padding-left: 9px;
}

.subheading p {
	margin-bottom: 5px;
}

/* common trigger classes
============================================================================= */

.hide {
	display:none;
}

/* Homepage product items (T01)
============================================================================= */

.gridHomeContainer_4 {
	width: 911px;
	margin: 0 auto;
	position: relative;
}

.productModule {
	height: 150px;
}

/* common swatches
============================================================================= */

.swatch1 {
	color: #009de9; /* Ben blauw */
}

/* popup wide (T01-L)
============================================================= */

.popupWrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index: 500;
}

.popupSlide {
	width:1024px;
	margin: 0 auto !important;
	position: absolute;	
	top: 20px;
	left: 51px;
	z-index: 990;
	width: 923px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../gfx/corner02_right_bottom.gif);
	background-color: #fff;
}

.popupSlide a {
	color: #009DE9;
}

.popupSlide a:hover {
	color: #000;
}

.popupSlide .btnClose:hover {
	background: url(../gfx/btn-popup-close4.gif) no-repeat top left;
}

.popupSlide h1,
.popupSlide h2 {
	color: #009DE9;
}

.popupSlide h2 {
	font-size: 12px;
	margin-top: auto;
}

.popupSlide h1 {
	margin: 0;
	padding: 0;
	font-size: 27px;
}

.popupSlide h1 .reg {
	color: #000;
	font-size: 10px;
	position: relative;
	top: -8px;
	left: 3px;
}

.popupSlide h1 {
	margin-top: 3px;
	font-size: 19px;
}

.popupSlide .btnClose {
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
	width: 14px;
	height: 13px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../gfx/btn-popup-close3.gif) no-repeat top left;
}

.popupSlide .block {
	background: url(../gfx/corner02_right_top.gif) no-repeat top right;
}

.popupSlide .header {
	background: url(../gfx/corner02_left_top.gif) no-repeat top left;
}

.popupSlide .body {
	position: relative;
	padding: 0px 70px 17px 23px;
	height: 200px;
	overflow: hidden;
	background: url(../gfx/corner02_left_bottom.gif) no-repeat bottom left;
}

.popupSlide .popupButtons {
	overflow: hidden;
	position: absolute;
	top: 166px;
	right: 70px;
}

.popupSlide .popupButtons .itemsRight {
	float: right;
}

/* columns */
.popupSlide .col1,
.popupSlide .col2,
.popupSlide .col3 {
	width: 260px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.popupSlide .col1 {
	margin-right: 23px;
}

.popupSlide .col3 {
	float: right;
	margin-right: 0;
}

/* scaleButton
============================================================= */

.scaleButton {
	background:transparent url(../gfx/btntype1.gif) no-repeat scroll right top;
	border:medium none;
	display:inline-block;
	font-size:13px;
	height:32px;
	margin:0;
	overflow:hidden;
	text-decoration:none !important;
	position: relative;
}

.scaleButton a {
	background:transparent url(../gfx/btntype1.gif) no-repeat scroll left top;
	color:#FFFFFF;
	display:inline-block;
	font-weight:bold;
	height:32px;
	margin:0 10px 0 0;
	padding:8px 23px 3px 9px;
	cursor: pointer;
	border: none;
	font-size: 14px;
	text-decoration: none;
}

.scaleButton a:hover,
.inputButtonHover {
	color: #000 !important; /* seems for Win/IE6 it needs to be important?? */
}

.scaleButton .arrow {
	position: absolute;
	top: 14px;
	right:16px;
	display: block;
	width: 8px;
	height: 7px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image:url(../../base/gfx/arrow4.gif);
	background-position:0 0;
}
