/*
	Title:      Base styles
	Author:     Front-end
	Copyright:  Poort80  All rights resevered
*/

/* common
============================================================================= */

html, body {
	min-height: 100%;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	color:#000;
}

body, p, div, li, div, td, th, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

input, textarea, select {
	font-size: 11px;
}

p, li, td, th {
	line-height: 16px;
}

a img, img {
	border:none;
}
h1 {
	color: #009de9;
	font-size:40px;
}
h2 {
	font-size:26px;
	color: #000;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
	margin-bottom: 10px;
	color: #333;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:12px;
}

h3, h4, h5, h6, p, li, div, th, td, .defaultColor {
	color: #424242;
}

.defaultColor {
	font-weight: normal;
}

h4, h5, h6 {
	margin-top: 10px;
}

h1, h2, h3, h5, h6 {
	margin-bottom: 0;	
}

h1, h2, h3, h4, h5, h6, strong, dt {
	font-weight:bold;
}
small {
	font-weight: normal;
	font-size: 10px;
}
p, ol, ul, dl, hr, pre, table, address, fieldset, input, caption, legend {
	margin-bottom:18px;
}

#contentWrapper a, 
#contentWrappera:link {
	color: #009de9;
}

#contentWrapper a:hover {
	color: #000;
}

object {
	outline:none;
}

/* color of defaultValue on input type=text and textarea*/
.p80_form_label {
	color: #b2b2b2;
}
ol, ul, dl {
	margin-left:15px;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style: disc outside;
}

optgroup {
	font-weight:normal;
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	font-style:italic;
}
del {
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
}
th, td {
	vertical-align: top;
	padding:2px;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	text-align:center;
}
sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding:1px;
}
label{
	cursor:pointer;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	color: #999;
}

/* wrapper       
============================================================================= */

#wrapper {
	width: 1024px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* contentWrapper and footer with (mainContent and sidebar)
============================================================================= */

.pageHeadings {
	margin: 0 auto 3px;
	width: 900px;
}

#contentWrapper {
	width: 900px;
	margin-left: 63px;
}

/* another way to get the effect of 'overflow:hidden' without using 'overflow:hidden' because is chops-off / hides content */
#contentWrapper:before,
#contentWrapper:after {
  content: "."; 
  display: block; 
  height: 0; 
  overflow: hidden;	
} 

#contentWrapper:after { clear: both; }

/* Fix clearfix Win/IE: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
#contentWrapper { zoom: 1; }

#footer {
	margin: 0 auto;
	width: 1024px;
}

/* header
============================================================================= */

#header {
	display: block;
	height: 120px;
	overflow: hidden;
	width: 100%;
	clear: both;
	position: relative;
}

/* mainnav
============================================================================= */

#mainNav {
	display: block;
	height: 31px;
	clear: both;
	overflow: hidden;
	position: relative;
}

/* subnav
============================================================================= */

#subNav {
	padding-top: 6px;
	display: block;
	clear: both;
	height: 20px;
	overflow: hidden;
	position: relative;
}

/* maincontent (left)
============================================================================= */

#mainContent {
	display: block;
	width: 700px; /* main width of left column and width of grid system */
	float: left;
	min-height: 400px;
}

/* sidebar (right)
============================================================================= */

#sidebar {
	display: block;
	width: 170px;
	float: right;
	overflow: hidden;
	min-height: 400px;
	position: relative;
	top: -32px;
}

.textContent #sidebar {
	margin-top: 10px;
}

.textContent #mainContent {
	margin-top: 10px;
}

.blockContent #sidebar {
	margin-top: 10px;
}

/* intro text (below subheading of page)
============================================================================= */

.intro {
	margin-bottom: 18px;
	font-weight: bold;
	line-height: normal;
}

/* sidebar iframe
============================================================================= */

#sidebar iframe {
	width: 170px;
	height: 1000px;
	overflow: hidden;
}

/* icon2 (small arrow on the left of a link)
============================================================================= */

.icon2 {
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
	background:	url(../../base/gfx/arrow4.gif) no-repeat right 3px;
}

/* footer
============================================================================= */

#footer {
	display: block;
	overflow: hidden;
	clear: both;
}

/* common trigger classes
============================================================= */

.hide {
	display:none;
}

.break {
	display: block;
}

hr {
	border:0px #999999 dotted;
	border-top-width:2px;
	clear:both;
	height:0px;
	margin-bottom: 8px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: Center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float:right;
}

.floatNone {
	float:none;
}

.floatLeft {
	float:left;
}

.clearFix {
	clear: both;
	height: 0px;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
}
.clearFixNoHeightChange {
	clear: both;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
}
.clearLeft {
	clear:left;
}

.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

.reset {
	margin: 0;
	padding: 0;
}

#mainContent > hr.reset {
	margin-bottom: 15px;	
}

ol.reset, ul.reset {
	list-style: none;
}
.hide 
{
    display:none !important;
}

/* scaleButtonType3 in popup div (T02)
============================================================= */

.popupForm .scaleButtonType3 {
	position:absolute;
	top: -7px;
	right: 25px;
}

.scaleButtonType3 {
	position: relative;
	padding-left: 0px;
	background: transparent url(../../public/gfx/btntype2.gif) no-repeat scroll right top !important;
}

.scaleButtonType3 input {
	color: #009DE9 !important;
	padding-left: 5px !important;
	padding-right: 8px !important;
	line-height: 12px;
	background: transparent url(../../public/gfx/btntype2.gif) no-repeat scroll left top !important;
}

/* Safari 4 hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.scaleButtonType3 input {
		height:33px;
	}
}

.scaleButtonType3 input:hover {
	color: #000 !important
}

.scaleButtonType3 .arrow {
	right: 7px;
	background: transparent url(../../base/gfx/arrow4.gif) no-repeat scroll left top !important;
}

/* Safari 4 hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.scaleButtonType3 .arrow {
		top: 13px;
	}
}

/* button
============================================================= */

.scaleButton {
	background:transparent url(../../public/gfx/btntype1.gif) no-repeat scroll right top;
	border:medium none;
	display:inline-block;
	font-size:13px;
	height:32px;
	margin:0;
	position:relative;
	overflow:hidden;
	text-decoration:none !important;	
}

/* T016C */
.userCart .scaleButton {
	background-image: url(../../public/gfx/btntype1c.gif);
}

.scaleButton input {
	background:transparent url(../../public/gfx/btntype1.gif) no-repeat scroll left top;
	color:#FFFFFF;
	display:inline-block;
	font-weight:bold;
	margin:0 10px 0 0;
	cursor: pointer;
	border: none;
	font-size: 14px;
	padding:0px 10px 0px 20px;

	/* Safari / Chrome render bug-fix */
	height:32px;
	[height:32px;;
	height:35px;;]

	/* Safari / Chrome render bug-fix */
	padding-bottom: 3px;;
	[padding-bottom: 3px;;
	padding-bottom: 0px;]
	
	/* http://www.giantisland.com/Resources/LitePacificHackforSafariAndIE7.aspx */
}

/* T016C */
.userCart .scaleButton input {
	background-image: url(../../public/gfx/btntype1c.gif);
}

.scaleButton input:hover,
.inputButtonHover {
	color: #000 !important; /* seems for Win/IE6 it needs to be important?? */
}

.scaleButton .arrow {
	position: absolute;
	top: 14px;
	display: block;
	width: 8px;
	height: 7px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* dimmedOverlay T10H-L
============================================================= */

#dimmedOverlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
	background-color: #fff;
	opacity: 0.8; /* W3C compliant webbrowsers */
	filter:alpha(opacity=80); /* Win/IE */
}

/* popup_bg extends #fancybox-content
============================================================= */
.popup_bg {
    background: #009ee8 !important;
	background: url(../../public/gfx/popup-confirmation-bg.png) no-repeat left top !important;
}

/* popupConfirmation extends #popup (T02)
============================================================= */

.popupConfirmation {
	top: 200px !important;
	left: 50% !important;
	margin-left: -218px !important;
}

.popupConfirmation .header {
	background: url(../../public/gfx/popup2-bg-top.png) no-repeat left top !important;
}

.popupConfirmation .body {
	background: url(../../public/gfx/popup2-bg-bottom.png) no-repeat left bottom !important;
}

/* popupConfirmationClose extends popupConfirmation 
============================================================= */

.popupConfirmationClose .popupButtons {
	position: relative !important;
	top: 0 !important;
}

.popupConfirmationClose .body {
	padding-bottom:60px !important;
}

.popupConfirmationClose .popupButtons .itemRight {
	width: 98px !important;
	background: url(../../public/gfx/btn-popup-wide.gif) no-repeat left top !important;
}

/* popupForm (T02)
============================================================= */

.popupConfirmation .body {
	padding-bottom: 40px !important;
}

/* popupFormTyp2 (T17L)
============================================================= */

.popupFormType2 .swatch1 {
	color: #fff !important;
}

.popupFormType2 .body p {
	color: #fff;
}

.popupFormType2 .popupForm {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}

.popupFormType2 input.formValidationError {
	border: 1px solid #f00;
}	

.popupFormType2 .popupForm .inputText {
	position: absolute;
	right: 0;
	top: 0;
	width: 260px;
}

.popupFormType2 .navLinks {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

.popupFormType2 .navLinks p {
	margin: 0 !important;
}

.popupFormType2 .navLinks .formValidationError {
	margin-top: 10px !important;
}

.popupFormType2 .icon3 {
	background-position: right 5px;
}

.popupFormType2 a:hover {
	color: #fff !important;
}

/* tabs (general)
============================================================= */

.tabs {
	margin: 0;
	padding: 0;
}

.tabs li {
	list-style: none;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;	
	float: left;
}

.tabs li {
	list-style: none;
}

.tabs li a {
	display: block;
	margin-left: 5px;	
}

.tabs li a span {
	display: block;
	overflow: hidden;
	height: 22px;
	margin: 0;	
	padding: 8px 20px 0 20px;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;	
}

.tabs li a:hover {
	text-decoration: none;
}

/* pageTabs extends tabs
============================================================= */
.pageTabs {
	overflow: hidden;
	border-bottom:1px solid #999;
}

.pageTabs li a {
	margin-left: 0;
	margin-right: 5px;
	background: #009DE9  url(../gfx/pagetabs_left.gif) no-repeat left top;
	text-decoration:none;
}

.pageTabs li a span {
	padding: 8px 10px 0;
	font-size: 12px;
	font-weight:bold;
	text-transform: none;
	background: url(../gfx/pagetabs_right.gif) no-repeat right top;
	color:#fff;
}

.pageTabs li a span:hover {
	color:#000;
}

.patHead p {
    font-size:12px;
}

.patHead .swatch1 {
	color: #009de9; /* Ben blauw */
}

.patHead .patInfo {
    background: url(../gfx/pagetabs_right.gif) no-repeat right top;
    background-color:#009de9;
    width:110px;
    margin-bottom:10px;
}

.patHead .patInfo a {
    font-size: 12px;
	font-weight:bold;
	text-decoration:none;
    height:20px;
    padding: 4px 5px 0;
    display:block;
	background: url("../gfx/arrow4.gif") no-repeat scroll 100px transparent;
	color:#fff;
}

.patHead .patInfo a:hover {
    color:#000;
}
