/*
	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 10px;
}

#mainNav ul.menu li a:hover,
#mainNav ul.menu li.active a {
	color: #000;
}

#login iframe {
	width: 758px;
	height: 40px;
}

#login .loginWrapper {
	margin: 0 auto !important;
	position: relative;
	top: -2px;
	left: 163px;
	overflow: hidden;
	width: 1024px;
}

/* Homepage SWF div (T01, T01-L)
============================================================================= */

#homeFlash {
	height: 400px;
	text-align: center;
}

/* productItem
============================================================================= */

.productModule .productItem {
	position: relative;
	height: 115px;
	width: 220px;
	padding: 8px 8px 12px;
	background: url(../gfx/home-product-background.png) no-repeat top left;
}

/* productItemText extends productItem */
.productModule .productItemText {
	padding-left: 26px;
	padding-right: 80px;
}

.productModule .productItem .productImg {
	float: left;
	width: 68px;
	margin-top: 15px;
	margin-left: 12px;
}

.productModule .productItem h6 {
	/* margin-top: 21px; */
}

.productModule .productItem h6 a {
	color: #009DE9 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
}

.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;
	margin-top: 40px;
}

.productModule .productItem .badge {
	display: block;
	width: 83px;
	height: 61px;
	position: absolute;
	padding-top: 22px;
	color: #fff;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	right: 25px; 
	top: 50px;
	background: url(../gfx/product-badge2.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: 14px;
}

/* 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 11px;
	position: relative;
	top: -5px;
}

#mainNav ul.menu li #btnLogin img {
	position: relative;
	top: 5px;
}

#mainNav ul.menu li {
	margin-right: 21px;
}

#mainNav ul.menu li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	display: block;
}

#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:36px;
	position:relative;
	width:956px;
}

#footer a {
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #000 !important;
}

#footer ul {
  padding-top:3px;  
}

#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;
}

#footer li.iFrameSocialMedia {
    top:-3px;
    position:relative;
}

/* common trigger classes (T01, T02)
============================================================================= */

.subheading {
	width: 956px;
	margin:38px auto 6px auto;
	margin-top:38px !important;
	margin-bottom:6px !important;
}

.subheading p {
	margin-bottom: 5px;
}

/* messageBlock (T01, homepage)
============================================================================= */
.messageBlock {
	width: 956px;
	margin: 30px auto 10px auto;
	background-color: #fff;
	position: relative;
	background: #fff url(../gfx/corner02_right_bottom.gif) no-repeat right bottom;
}

.messageBlock .block {
	background: url(../gfx/corner02_right_top.gif) no-repeat right top;	
}

.messageBlock .block .header {
	background: url(../gfx/corner02_left_top.gif) no-repeat left top;	
}

.messageBlock .body {
	overflow: hidden;
	padding: 0 23px 50px 23px;
	background: url(../gfx/corner02_left_bottom.gif) no-repeat left bottom;
}

.messageBlock h2,
.messageBlock p {
	margin: 0 0 10px 0;
}

.messageBlock h2 {
	font-size: 18px;
	color: #009DE9;
}

.messageBlock p {
	font-size: 14px;
	line-height: 22px;	
}

.messageBlock .pageButtons {
	overflow: hidden;
    position: absolute;
    right: 40px;
    bottom: 20px;		
}

/* productBlock (T01, homepage)
============================================================================= */
.productBlock {
	/*width: 956px;*/
	margin: 0 auto 0 auto;
	position: relative;
	background: url(../gfx/corner02_right_bottom.gif) no-repeat right bottom;
}

.productBlock .block {
	background: url(../gfx/corner02_right_top.gif) no-repeat right top;	
}

.productBlock .block .header {
	background: url(../gfx/corner02_left_top.gif) no-repeat left top;	
}

.productBlock .body {
	overflow: hidden;
	height: 100px;
	padding: 0 15px 10px;
	background: url(../gfx/corner02_left_bottom.gif) no-repeat left bottom;
}

.productBlock .body h6 {
	margin-top:15px;
}

.productBlock .body h6 a {
	color: #009DE9 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	display: block;
	height: 100%;
	width: 100%;
}

.productBlock .body h6 a sup {
	font-size: 10px;
	position: relative;
	top: 0px;
	color: #000;
}

.productBlock .body h6 a span {
	color: #000;
}

.productBlock .productSubheading {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.productBlock .badge {
	display: block;
	width: 83px;
	height: 61px;
	position: absolute;
	top: 84px;
	right: 0px;
	padding-top: 22px;
	color: #fff;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	background: url(../gfx/product-badge2.png) no-repeat top left;
	/* proprietary rotation 
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);*/
}

.productBlock .badge b {
    color:#009DE9;
}

/* price */
.productBlock .price {
	position: absolute;
	left: 15px;
	top: 85px;
	color: #009DE9 !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

.productBlock .price strike {
	color: #000;
	font-size: 11px;
}

/* common trigger classes
============================================================================= */

.hide {
	display:none;
}

/* Homepage product items (T01)
============================================================================= */

.gridHomeContainer_4 {
	width: 911px;
	margin: 0 auto;
	position: relative;
}

/* 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;
	right: 16px;
	top: 14px;
	display: block;
	width: 8px;
	height: 7px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image:url(../../base/gfx/arrow4.gif);
	background-position:0 0;
}

