@import url("form.css");
@import url("lightbox.css");
@import url("nav.css");

/*-------------------------------------------------
  DEFAULTS & GLOBALS
-------------------------------------------------*/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
  margin: 0; 
	padding: 0;
	background: url('images/bg-body.gif') top center no-repeat; 
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	font: 75% Trebuchet MS;
}
a { text-decoration: none; }

img { border:none }
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
.floatleft {
	float: left;
}
.floatcenter {
	float: center;
}
.floatright {
	float: right;
}
.col {
	width: 250px;
	float: left;
}
.upper {
	text-transform: uppercase;
	font-weight: bold;
}
.big {
	font-size: 1.4em;
}
.inlineBtn {
	text-align: center;
	background-color: black;
	color: white;
	padding: .3em;
}
.divide {
	float: left;
	clear: both;
}
#counter {
	margin-bottom: 5px;
	float: left;
}
#counter-clubs {
	margin: 0;
	padding: 0;
}
#counter span.title {
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}
/*-------------------------------------------------
  TABLES
-------------------------------------------------*/
.clubsTable {
	margin: 15px 0 25px 0;
}
.clubsTable th {
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: right;
	padding: 6px 6px 6px 12px;
}
.clubsTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #000;
	background: none;
}
.clubsTable th.spec {	
	border-left: 1px solid #000;
	border-top: 0;
	background-color: #fff;
	width: 163px;
}
.clubsTable th.specalt {
	border-left: 1px solid #000;
	border-top: 0;
	background: #d2d2d2;
	color: #000;
	width: 163px;
}
.clubsTable td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666;
	text-align: right;
	width: 130px;
}
.clubsTable td.alt {
	background: #d2d2d2;
	color: #666;
}

/*-------------------------------------------------
  LISTS
-------------------------------------------------*/

ul.list {
	width: 100%;
	float: left;
	padding-left: 15px;
	list-style: square;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}
ul.list li {
	padding-bottom: 5px;
}
ul.list ul {
	padding-top: 5px;
	padding-left: 15px;
	list-style: none;
}
ul.list ul li {
	background: transparent url('images/arrow-black.gif') 0 5px no-repeat;
	padding-left: 12px;
}
ul.colors {
	font-size: .8em;
}
ul.loged li {  
float: left; 
}
/*-------------------------------------------------
  WRAPPER & FOOTER
-------------------------------------------------*/
/* The wrapper holds the header and content layout.*/
/* The footer is pushed down to the bottom of the page.*/
#wrap { 
	min-height: 100%; 
	height: auto !important;
	height: 100%;
	text-align: center;
	width: 900px;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}
#footer {
	margin-top: 20px;
	float: left;
	background: url(images/footer.png) top left no-repeat;
}


/*-------------------------------------------------
  MAIN LAYOUT DIV'S
-------------------------------------------------*/
#header {
	height: 280px;
	width: 900px;
	float: left;
	clear: right;
  
}
#header #top {
	background: transparent url(images/header/bg-header1.png) top left no-repeat;
	height: 250px;
	width: 900px;
	clear: right;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	background: transparent url(images/bg-content.png) top left no-repeat;
	width: 900px;
	min-height: 700px;
	float: left;
	text-align: left;
	margin-top: 20px;
}
#footer {
	width: 907px;
	float: left;
}
#content div#left {
 	width:450px; 
  	voice-family: "\"}\"";  /* ie box model hack */
  	voice-family:inherit;
  	width:430px;
	float: left;
	text-align: left;
	border-right: 1px solid #c2c2c2;
	padding-right: 19px;
}
html>body #content div#left { /* ie box model hack */
  	width: 430px;
} 
#content div#right {
	width: 400px;
	float: left;
	text-align: left;
}
#content div#full {
	text-align: left;
	float: left;
	width: 850px;
}
#content div.item {
	text-align: left;
	float: left;
	width: 850px;
	margin-top: 20px;
}
/*-------------------------------------------------
  LANGUAGE SWITCH
-------------------------------------------------*/
ul#language {
	float: left;
	padding-left: 640px;
	width: 130px;
	list-style: none;
	margin-top: 18px;

}
ul#language li a {
	display: block;
	height: 20px;
	margin-bottom: 3px;
	text-indent: -9999px;
}

/*-------------------------------------------------
  MAIN CONTENT
-------------------------------------------------*/
.overview {
	padding: 15px;
	float: left;
}
h3 {
	font-size: 2.4em;
	font-style: normal;
	padding: 5px 0 8px 0;
	clear: both;
}
span.sub {
	color: #ee3a43;
}

h4 {
	float: left;
	clear: both;
	width: 100%;
	font-size: 1.2em;
	font-style: normal;
	padding: 15px 0 0 0;
	color: #ee3a43;
}
h5 {
	float: left;
	font-size: 1.6em;
	font-style: italic;
	padding: 25px 0 5px 0;
	clear:both;
	width: 100%;
}
h6 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 8px 0;
}
p {
	padding-bottom: 10px;
	line-height: 1.5em;
}
.headline {
	background-color: #e6e6e6;
	border: 1px solid #000000;
	padding: 15px;
	line-height: 1.4em;
	float: left;
	width: 868px;
}
.alignleft {
	margin-right: 15px;
}
div.dotdivider {
	width: 100%;
	height: 10px;
	background: transparent url(images/dotdivider.gif) bottom left repeat-x;
}

a, a:hover {
	color: #6600cc;
}
a.button {
	background: transparent url(images/bg-button.gif) top left no-repeat;
	color: #616161;
	display: block;
	width: 114px;
	height: 33px;
	padding: .7em 0;
	text-align: center;

}
a:hover.button {
	color: #000000;
}

.subtitle {
	font-size: 1.5em;
	text-transform: uppercase;
	padding-left: 4px;
	color: #fff;
	background-color: #000;
	clear: both;
	margin-bottom: 12px;
}
.subsubtitle {
	font-size: 1.2em;
	text-transform: uppercase;
	padding-left: 4px;
	color: #ee3a43;
	clear: both;
}

/*-------------------------------------------------
  HOME
-------------------------------------------------*/
#content #blocks {
	float: left;
	width: 100%;
}
#content #blocks .block {
	text-align: left;
	float: left;
	width: 270px;
	height: 220px;
	background: transparent url('images/stroke-black.gif') top right repeat-y;
}
#content #blocks .blocklast {
	text-align: left;
	float: left;
	width: 270px;
	height: 230px;
}
#content #blocks .blockstyle1 {
	text-align: left;
	float: left;
	width: 600px;
	height: 700px;
}

#content #blocks .collection {
	text-align: left;
	float: left;
	width: 269px;
	height: 486px;
	padding: 0 20px 0 20px;
	border-right: 1px solid #970935;
	background: transparent url('images/bg-block.gif') no-repeat;
	background-position : center bottom;
}
#content #blocks .campaign {
	text-align: left;
	float: left;
	width: 299px;
	height: 700px;
	background-position : center bottom;
}
#content #blocks .clubs {
	text-align: left;
	float: left;
	width: 270px;
	height: 486px;
	padding: 0 20px 0 20px;
	background: transparent url('images/bg-block.gif') no-repeat;
	background-position : center bottom;
	}
#content #blocks .blockstyle11 {
	text-align: left;
	float: left;
	width: 300px;
	height: 700px;
	}
#content #blocks .blockstyle2 {
	text-align: left;
	float: left;
	width: 580px;
	height: 486px;
	padding: 0 20px 0 20px;
	background: transparent url('images/bg-block.gif') repeat-x;
	background-position : center bottom;
	}
#content #blocks .blockstyle3 {
	text-align : left;
	float: left;
	width: 890px;
	padding: 0 20px 0 20px;
	background: transparent url('images/bg-block.gif') repeat-x;
	background-position : center bottom;
	}
#content #blocks .blockstyle31 {
	float: left;
	width: 890px;
	padding: 0 0 0 0;
	}
#content #blocks .blockstyle41 {
	float: left;
	width: 250px;
	padding: 0 0 0 0;
	}
#content #blocks .text {
	float: left;
	width: 650px;
	padding: 0 0 0 0;
border : 1px;
	}
#content #blocks .blockstyle4 {
	text-align: left;
	float: left;
	width: 420px;
	height: 486px;
	padding: 0 20px 0 20px;
	border-right: 1px solid #970935;
	background: transparent url('images/bg-block.gif') repeat-x;
	background-position : center bottom;
	}
#content #blocks .blockstyle4last {
	text-align: left;
	float: left;
	width: 420px;
	height: 486px;
	padding: 0 20px 0 20px;
	background: transparent url('images/bg-block.gif') repeat-x;
	background-position : center bottom;
	}
#content #blocks .blockstyle5 {
	text-align: left;
	float: left;
	width: 265px;
	height: 486px;
	padding: 0 20px 0 20px;
	border-right: 1px solid #970935;
	background: transparent url('images/bg-block.gif') repeat-x;
	background-position : center bottom;
	}
#content #blocks .blockstyle5last {
	text-align: left;
	float: left;
	width: 265px;
	height: 486px;
	padding: 0 20px 0 20px;
	background: transparent url('images/bg-block.gif') repeat-x;
	background-position : center bottom;
	}
#content #blocks .clubs ul {
	list-style: none;
	padding-left: 4px;
}
#content #blocks .clubs ul li {
	background: transparent url('images/arrow-black.gif') 0 5px no-repeat;
	padding-left: 14px;
	margin-bottom: 4px;
}
#content #blocks p.title {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#content #blocks p.title a {
	color: #000000;
}
#content #blocks font.color {
	color: #6600cc;
}
#content #blocks p.txt {
	margin-bottom: 6px;
}
#content #blocks p.txt img {
	margin-right: 11px;
	border: 1px solid #d2d2d2;
	padding: 3px;
}

/*-------------------------------------------------
  ARTIKEL TOEVEOGEN
-------------------------------------------------*/

#content #blocks .blocktoevoegen {
	text-align: left;
	float: left;
	width: 270px;
	height: 370px;
	padding: 0 20px 0 20px;
	background: transparent url('images/stroke-black.gif') top right repeat-y;
}
#content #blocks .blocktoevoegenlast {
	text-align: left;
	float: left;
	width: 270px;
	height: 370px;
	padding: 0 20px 0 20px;
}

/*-------------------------------------------------
  FOOTER
-------------------------------------------------*/
#footer .block {
	text-align: left;
	float: left;
	width: 299px;
	border-right : 1px solid #ffffff;
	height: 117px;
	margin-bottom: 15px;
}
#footer a{
	color : #ffffff;
}
#footer .blocklast {
	text-align: left;
	color : #ffffff;
	float: left;
	width: 299px;
	height: 117px;
	margin-bottom: 15px;
}
#footer p.title {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#footer ul {
	list-style: none;
	padding-left: 14px;
}
#footer ul li {
	background: transparent url('images/arrow-black.gif') 0 5px no-repeat;
	padding-left: 14px;
}

/*-------------------------------------------------
  FORM  ELEMENTS
-------------------------------------------------*/
input.joinbtn {
	padding: 0 12px 2px 12px;
	border: 1px solid #000;
	font-size: .9em;
	color: #fff;
	background-color: #000;
	float: left;
	margin-left: 12px;
	margin-top: 2px;
}
input#ilhlui-ilhlui {
	float: left;
	border: 1px solid #a4ac9f;
	height: 20px;
}
/*-------------------------------------------------
  CONTACT
-------------------------------------------------*/
.contactblock {
	float: left;
	width: 250px;
	height: auto;
}
.form {
	float:left;
	margin-top: 20px;
}
.form input{
	background-color: #fff;
	color: #000;
	height: 20px;
	border: 1px solid #a4ac9f;
}
.form textarea {
	background-color: #fff;
	color: #000;
	border: 1px solid #a4ac9f;
}
.map{
width: 450px; 
height: 250px; 
position:relative;
top:0; 
left:400px;
}
/*-------------------------------------------------
  COLLECTION
-------------------------------------------------*/
.float{
	float: left;
	width: 265px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.float .image {
	border-bottom : 1px dotted #000000;
	text-align : center;
	vertical-align : center;
}
.float .article {
	background: transparent url(images/col-bullet.gif) 0 2px no-repeat;
	margin-top: 2px;
	height: 28px;
}
.float .article .art {
	width: 99px;
	padding-top: 2px;
	padding-left: 23px;
	text-align: left;
	float: left;
}
.float .article .price {
	width: 64px;
	padding-top: 1px;
	padding-right: 10px;
	text-align: right;
	float: right;
	color: #ee3a43;
	font-weight: bold;
	font-size: 1.2em;
}
.float .article .priceline {
	width: 99px;
	padding-top: 1px;
	padding-right: 10px;
	text-align: right;
	float: right;
	color: #ee3a43;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:line-through;
}
.overview {
	float: left;
	clear: both;
	padding-bottom: 45px;
	width: 885px;
}

/*-------------------------------------------------
  DETAIL PAGE
-------------------------------------------------*/
#detail {
	width: 800px;
	height: 500px;
	float: left;
	border-bottom: 1px solid #d2d2d2;
}
#detail #bigimage {
	width: 630px;
	height: 500px;
	margin-right: 20px;
	float: left;
}
#detail #details {
	float: right;
	width: 130px;
	padding: 10px;
	height: 480px;
	background-color: #f1f1f1;
	font-size: .9em;
}
#detail #details ul {
	list-style: square;
	padding-left: 12px;
}
#articleprice {
	width: 800px;
	float: left;
	font-size: 1.6em;
	
}
#articleprice .price {
	color: #ee3a43;
	font-weight: normal;
}
/*-------------------------------------------------
  TECHNOLOGY
-------------------------------------------------*/
#technology-img {
	width: 930px;
	float:left;
	height: 240px;
}
.outsoles {
	float: left;
	width: 199px;
	height: 400px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.outsoles p.title,
#techinfo p.title {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
}

#techinfo {
	float: left;
}
#tech,
#outsole {
	float: left;
	margin-top: 25px;
}
#techinfo {
	float: left;
	width: 475px;
	font-size: .9em;
	padding-right: 35px;
}
#techdrawing {
	background: #fff url('images/technical.gif') no-repeat;
	float: left;
	width: 359px;
	height: 422px;
}
.shock {
	width: 172px;
	margin-right: 40px;
	float: left;
	text-align: center;
}
.shock p {
	border-top: 2px solid #ef3a43;
	padding-top: 4px;
}
/*-------------------------------------------------
  CLUBS & DEALERS
-------------------------------------------------*/
#clubs-img {
	width: 930px;
	float:left;
	height: 420px;
}
#clubs-img-nl {
	width: 930px;
	height: 420px;
}
#referee-img {
	width: 930px;
	/*height: 331px;*/
	height: 480px;
	background: transparent url('images/refereeheader.jpg') no-repeat;
}
#referee-img p {
	color: #fff;
	width: 320px;
	float: right;
	text-align: right;
	margin-right: 35px;
	margin-top: 75px;
}
#dealers-img {
	background: transparent url('images/dealers.jpg') no-repeat;
	width: 930px;
	height: 403px;
}
.boarding {
	padding-top: 45px;
	padding-left: 25px;
	text-align: center;
}
/*-------------------------------------------------
  PRESS
-------------------------------------------------*/
.press {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.press div.image {
	float: left;
	width: 175px;
}
.press div.image img {
	border: 1px solid #d2d2d2;
	padding: 3px;
}
.press div.text {
	float: left;
	width: 755px;
}
.press div.text div.title {
	float: left;
	font-size: 1.6em;
	font-style: italic;
	padding-bottom: 4px;
	clear: both;
	width: 755px;
}
.press div.text p.source {
	color: #d2d2d2;
}
/*-------------------------------------------------
  SHOPFINDER
-------------------------------------------------*/
#search {
	background-color: #fafae9;
	padding: 15px;
	border: 1px solid #eaedba;
}
#result {
	margin-top: 15px;
}
#GoogleMaps #map {
	overflow: hidden;
	width:615px;
	height:400px;
	float: left;
}
#GoogleMaps #mapSidebar {
	width: 300px;
	height: 400px;
	float: left;
	overflow: auto;
	margin-right: 15px;
}
#GoogleMaps #mapSidebar div {
	padding: 5px;
}
#dealers a {
	color: #e6ee32;
}
.dealer {
	margin-bottom: 15px;
}
.province {
	width: 100%;
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px dotted #000;
	padding-bottom: 2px;
	margin-bottom: 15px;
}
#becomedealer {
	float:right;
}

/*-------------------------------------------------
  STOCK LEVEL FRAME
-------------------------------------------------*/
#stock div.text {
	text-align: left;
}
#stock ol {
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
}

/*-------------------------------------------------
  REFEREE
-------------------------------------------------*/
#kortingkaart {
	float:left;
	clear:both;
}
#kortingkaart p.title {
	font-size: 1.9em;
}
