/*
Theme Name: Patrick 2010
Theme URI: www.patrick.eu
Description: a-brief-description
Author: Jurgen Menu
Author URI: www.onisho.com
Version: 1.0

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer
	
	10- Blog & Downloads
	11- Mailinglist
	12- Collection
	13- Page
	14- Table
	15- Dealers
	16- Teaser (mijneerstepatrick)

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
@import url('form.css');
@import url('jqzoom.css');
@import url('prettyPhoto.css');
@import url('scrollpane.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff url('../img/style3/body-bg.gif') repeat-x;
	color: #000;
}
.right {
	float: right;
}
.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.floatleft {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

.spacer {
	width: 100%;
	height: 20px;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.red {
	color: #ee3a43;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
a.red {
	color: #ee3a43;
}
a.red:hover {
	color: #000;
}
#blog a,
#downloads a {
	color: #ee3a43;
}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font: bold 1.3em Arial, Geneva, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	width: 960px;
	height: 130px;
	margin:0 auto;
	padding: 0;
	color: #686868;
	line-height: 1.3em;
}
#topbar {
	float: left;
	width: 960px;
	font-size: .9em;
	height: 36px;
}
#navibar {
	float: left;
	width: 960px;
	font-size: .9em;
	margin-top: 5px;
	padding-top: 15px;
	text-transform: uppercase;
}
#sector1 {
	float: left;
}
#sector2 {
	float: right;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
ul.nav1,
ul.nav2 {
	float: left;
}
ul.nav1 li {
	float: left;
	margin-right: 16px;
	margin-top: 9px;
	height: 28px;
}
ul.nav1 li.login {
	background: transparent url('../img/login.gif') no-repeat;
	color: #fff;
	padding-left: 15px;
}
ul.nav1 li.customer {
	background: transparent url('../img/headphone.gif') no-repeat;
	color: #fff;
	padding-left: 19px;
}
ul.nav1 li.customer a {
	color: #000;
	font-weight:bold;
}
ul.nav2 li {
	float: left;
	margin-left: 16px;
	padding-top: 9px;
}
ul.nav2 li.img {
	float: left;
	background: transparent url('../img/topbar.gif') no-repeat;
	width:148px;
	height:36px;;
	margin-left: 16px;
}
ul.nav3 li {
	float: left;
	margin-left: 16px;
	margin-top: 25px;
}
#languagebox {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	background-color: #fff;
	width: 100%;
	height: 26px;
	padding-top: 10px;
	text-align: right;
}
#languagebox div {
	width: 960px;
	margin:0 auto;
}
#languagebox p {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: .8em;
}
#languagebox ul li {
	float: left;
	margin-right: 12px;
	vertical-align: middle;
	padding-right: 12px;
	border-right: 1px dotted black;
}
#languagebox ul li.last {
	border-right: none;
}
#languagebox ul li a {
	margin-left: 2px;
	font-size: .9em;
}



/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content {
	width: 960px;
	margin:0 auto;
	padding: 0;
	color: #686868;
	line-height: 1.3em;
	margin-top: 5px;
	padding-bottom: 121px;  /* must be same height as the footer */
	margin-bottom: 50px;
}
.dotline {
	float: left;
	width: 960px;
	height: 15px;
	background: transparent url('../img/dot.gif') top left repeat-x;
	margin-top: 15px;
}
.headline {
	width: 920px;
	background-color: #f8f8f8;
	float: left;
	padding: 20px;
	margin-bottom: 30px;
	color: #000;
}
.headline p {
	margin-bottom: 5px;
}
.headline-jobs {
	width: 920px;
	background-color: #0055a5;
	float: left;
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	font-size:1.2em;
}
.headline-jobs a {
	color: #ee3a43;
	font-weight:bold;
}
.headline-catalog {
	width: 910px;
	background-color: #f5f5f5;
	float: left;
	padding: 25px;
	margin-bottom: 30px;
	margin-top: 30px;
	color: #000;
}
.headline-catalog span.title {
	font-size: 1.4em;
	margin-bottom: 15px;
}
.headline-catalog a {
	color: #ee3a43;
}
.headline-server {
	width: 920px;
	background-color: #0055a5;
	float: left;
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	font-size:1em;
}
.block {
	float: left;
	width: 250px;
}
.float{
	float: left;
	width: 199px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.dealer {
	margin-bottom: 15px;
	height: 75px;
}
.province {
	width: 100%;
	clear: both;
	font-size: 1.2em;
	color: #ee3a43;
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 2px;
	margin-bottom: 15px;
}
#slidenav {
	position: absolute;
	top: 100px;
	left: 100px;
}
#next, #prev {
	display: block;
	background-color: #ee3a43;
}


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.sendbtn {
	border: 1px solid #dfdfdf;
	padding: 2px 11px 2px 11px;
	background-color: #dfdfdf;
	font-size: .9em;
	margin-left: 12px;
	margin-top: 25px;
}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	color: #686868;
	line-height: 1.3em;
	background: #f5f5f5 url('../img/footer.gif') left bottom repeat-x;
	border-top: 1px solid #e9e9e9;
	font-size: .9em;
	position: relative;
	margin-top: -121px; /* negative value of footer height */
	height: 121px;
	clear:both;
	padding-top: 25px;
}
#infooter {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* =10 Blog & Downloads
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#blog {
	width: 100%;
	margin-top: 10px;
	float: left;
}
#blog .item,
#downloads .item {
	width: 286px;
	height: 175px;
	margin-right: 12px;
	background-color: #f3f3f3;
	float: left;
	padding: 10px;
	margin-bottom: 18px;
}
#blog .firstitem {
	width: 940px;
	background-color: #ee3a43;
	float: left;
	padding: 10px;
	margin-bottom: 18px;
}
#blog .firstitem p {
	float: left;
	width: 720px;
	color: #fff;
	font-size: 1.1em;
	padding-bottom: 8px;
}
#blog .firstitem p.small {
	font-size: .9em;
}
#blog .firstitem p a {
	color: #000;
}
#blog .firstitem .title {
	color: #000;
	font-size: 2em;
	height: 24px;
	padding: 4px 0 0 4px;
	font-weight: bold;
	margin-bottom: 9px;
}
#blog .item .title {
	color: #ee3a43;
	font-size: 1.4em;
	height: 24px;
	padding: 4px 0 0 28px;
	font-weight: bold;
	background: transparent url('../img/blogitem.gif') no-repeat;
	margin-bottom: 9px;
}
#downloads .item .title {
	color: #000;
	font-size: 1.4em;
	height: 24px;
	padding: 4px 0 0 0;
	margin-bottom: 9px;
}
#blog p,
#downloads p {
	float: left;
	width: 128px;
	margin-left: 15px;
	color: #000;
	font-size: .95em;
}
#blog p.link {
	background: transparent url('../img/redarrow.gif') no-repeat;
	height: 17px;
	padding-left: 22px;
	width: 106px;
	margin-top: 5px;
}
#downloads p.download {
	background: transparent url('../img/download.gif') 50px 10px no-repeat;
	text-align: center;
	height: 50px;
	width: 126px;
	padding-top:50px;
	margin-top: 10px;
}
#blog .picture,
#downloads .picture {
	float: left;
}

/* =11 Mailinglist + Banner
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#mailinglist {
	width: 600px;
	float: left;
	height: 100px;
	background: transparent url('../img/dotvertical.gif') repeat;
	margin-bottom: 60px;
	padding: 12px;
}
#mailinglist h3 {
	font-size: 1.1em;
	color: #000;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#mailinglist p {
	padding-bottom: 10px;
	color: #000;
}
#mailinglist input {
	border: 1px solid #dfdfdf;
	padding: 3px;
}
#mailinglist .joinbtn {
	border: 1px solid #dfdfdf;
	padding: 2px 11px 2px 11px;
	background-color: #dfdfdf;
	font-size: .9em;
	margin-left: 12px;
}
#banner {
	float: left;
	margin-left: 35px;
	padding-top: 15px;
}

/* =12 Collection
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#collection {
	float:left;
	width: 960px;
}
#col {
	width: 714px;
	float: left;
}

#collection .item {
	float: left;
	display: inline;
	width: 213px;
	margin-right: 25px;
}
#collection .item .picture {
	border: 1px solid #f1f1f1;
}
#collection .item .sector1 {
	background: transparent url('../img/dotlight.gif') left bottom repeat-x;
	text-transform: uppercase;
	color: #000;
	font-size: .8em;
	padding: 10px 0 10px 0;
}
#collection .item .sector2 {
	padding: 6px 0 30px 0;
}
#collection .price {
	float: right;
	color: #ee3a43;
}
#filter {
	float:left;
	width: 216px;
	margin-left: 20px;
}
#filter p {
	padding: 3px;
	width: 216px;
}
#filter p a.head {
	color: red;
	border-top: 1px dotted #b2b2b2;
	border-bottom: 1px dotted #b2b2b2;
	text-transform: uppercase;
	padding: 7px 0 7px 0;
	width: 216px;
	display: block;
}
#detail {
	padding-bottom: 25px;
	background: transparent url('../img/dotlight.gif') bottom left repeat-x;
	float: left;
}
#links {
	padding-bottom: 12px;
	background: transparent url('../img/dotlight.gif') bottom left repeat-x;
	float:left;
	width:960px;
	}
#links div {
	float: left;
}
#technical-icons {
	float:left;
	font-size: .8em;
	margin-top: 25px;
}
#technical-icons .item {
	float: left;
	width: 165px;
	margin-right: 27px;
	height: 150px;
}
#technical-icons .item img {
	float: left;
	margin-right: 5px;
}
#detail #bigpic {
	width: 503px;
	height: 503px;
	border: 1px solid #ededed;
	float: left;
	margin-right: 35px;
}
#detail #bigpic #zoomimg {
	position: absolute;
	top: 464px;
	left: 464px;
	float: left;
	z-index:999;
}
#detail #data,
#detail #desc,
#detail #colors {
	float: left;
	width: 420px;
}
#detail #desc {
	font-size: .9em;
	border-bottom: 1px dotted #b2b2b2;
	border-top: 1px dotted #b2b2b2;
	padding: 10px 0 10px 0;
	color: #000;
}
#detail #desc img {
	padding-top: 10px;
}
#detail #desc span.size {
	background-color: #ee3a43;
	padding: 0 3px;
	color: #fff;
	float:right;
}
#detail #desc p {
	padding-bottom: 8px;
}
#detail #colors {
	padding-top: 18px;
}
#detail #colors p {
	padding-bottom: 15px;
}
#detail .name {
	text-transform: uppercase;
	float: left;
	width: 410px;
	font-size: .9em;
	color: #000;
	padding-bottom: 12px;
}
#detail .color {
	text-transform: uppercase;
	float: right;
	font-size: .9em;
	color: #000;
}
#detail .article {
	color: #0055a5;
	padding-bottom: 12px;
}
#detail .price {
	color: #ee3a43;
	padding-bottom: 18px;
}
#detail .col {
	float: left;
	width: 65px;
	height: 80px;
	margin-right: 3px;
	margin-bottom: 18px;
	font: .7em verdana;
	line-height: .9em;
}
#detail .col img {
	border: 1px solid #ededed;
}
#detail #order,
#filter #order {
	margin-top: 25px;
	float: left;
}
#detail #order a,
#filter #order a {
	background-color: #ee3a43;
	padding: 2px 16px 2px 16px;
	color: #fff;
	float: left;
}
.btn a {
	float: left;
	color: #979797;
	background-color: #ebebeb;
	font-size: .9em;
	padding: 2px 16px 2px 16px;
	margin-top: 10px;
	margin-right: 10px;
}
.back a {
	color: #fff;
	background-color: #ccc;
}


/* =13 Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#page,
#fullpage {
	width: 100%;
	margin-top: 17px;
	padding-top: 35px;
	background: url('../img/gradient.gif') top left repeat-x;
	float: left;
}
#page img {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
#page h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #000;
	float: left;
	width: 760px;
	clear:right;
}
#page .item,
#page .press {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #b2b2b2;
	float: left;
}
#page p {
	margin-bottom: 6px;
	float: left;
	width: 760px;
}
#fullpage p {
	margin-bottom: 8px;
}
ul.list {
	list-style: square;
	float: left;
	margin-left: 40px;
	margin-bottom: 25px;
	margin-top: 12px;
	width: 760px;
}
ul.list li {
	padding-bottom: 5px;
}
p.red {
	color: #ee3a43;
	font-size: 1.2em;
	padding-bottom: 15px;
}
#page p.link,
#fullpage p.link {
	background: transparent url('../img/redarrow.gif') no-repeat;
	height: 17px;
	padding-left: 22px;
	padding-top: 2px;
	height: 15px;
	width: 500px;
	margin-top: 10px;
}
#page h4 {
	float: left;
	width: 960px;
	clear: both;
	background-color: #f8f8f8;
	margin-top: 12px;
	margin-bottom: 15px;
	height: 21px;
	padding-top: 4px;
	padding-left: 6px;
	text-transform: uppercase;
}
p.source {
	color: #929292;
}
.dealerslist {
	width: 960px;
	float: left;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}


/* =14 Table
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.clubsTable {
	margin: 15px 0 25px 0;
	float: left;
	clear: both;
	width: 750px;
}
.clubsTable th {
	color: #000;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	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 #e4e4e4;
	background: none;
}
.clubsTable th.spec {	
	border-left: 1px solid #e4e4e4;
	border-top: 0;
	background-color: #fff;
	width: 163px;
}
.clubsTable th.specalt {
	border-left: 1px solid #e4e4e4;
	border-top: 0;
	background: #f3f3f3;
	color: #000;
	width: 163px;
}
.clubsTable td {
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666;
	text-align: right;
	width: 130px;
}
.clubsTable td.alt {
	background: #f3f3f3;
	color: #666;
}
.altrow {
	background-color: #eeeeee;
}
.normalTable {
clear: both;
margin-bottom: 25px;
margin-top: 15px;
}
.normalTable td {
padding-right: 15px;
}
/* =15 Dealers
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#legende {
	background: transparent url('../img/shop.gif') no-repeat;
	height: 25px;
	padding-left: 25px;
	padding-top: 5px;
}
#countrylist {
	width: 225px;
	float: left;
	margin-right: 25px;
}
#countrylist a.current {
	color: #ee3a43;
}
#countrylist .country {
	border-bottom: 1px solid #e4e4e4;
	padding: 3px 0 2px 0;
}
#placelist {
	width: 230px;
	float: left;
	border-left: 1px solid #e4e4e4;
	padding-left: 25px;
	text-transform: uppercase;
	font-size: .9em;
	height: 400px;
}
#placelist a {
	display: block;
	height: 15px;
	margin: 0px;
	padding: 0px;
	float: left;
	width:210px;
}
#placelist a:hover {
	background-color: #e4e4e4;
}
#dealerlist {
	width: 400px;
	float: left;
	border-left: 1px solid #e4e4e4;
	padding-left: 30px;
	text-transform: uppercase;
	font-size: .9em;
}
#dealerlist .place {
	margin-bottom: 15px;
	width: 400px;
	float: left;
}
#becomedealer {
	float: left;
	font-size: 1.3em;
	background-color: #ee3a43;
	padding: 5px;
	margin-top: 35px;
}
#becomedealer a {
	color: #fff;
}
#dealers {
	width: 960px;
	float: left;
}

/* =16 Clubs
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#selectcountry {width:700px;float:left;}
#selector {background-color: #f5f5f5;width: 620px;float: left;margin-right: 30px;padding:30px;}
#selector p {width: 590px;}
#selector .country {background: #e1e1e1;float:left;padding: 10px 13px 10px 35px;font-size:1.2em;}
#selector .be {margin-right: 30px;background: #e1e1e1 url('../img/flag-be.png') 9px 12px no-repeat;}
#selector .nl {background: #e1e1e1 url('../img/flag-nl.png') 9px 12px no-repeat;}
#selector .fr {background: #e1e1e1 url('../img/flag-fr.png') 9px 12px no-repeat;}
#selector .lu {margin-right: 30px;background: #e1e1e1 url('../img/flag-lu.png') 9px 12px no-repeat;}
#collage {margin-top: 15px;float:left;}
#testimonials {float:left;padding-left: 30px; background: transparent url('../img/dotvertical.gif') repeat-y;width:220px;}
#testimonials .tes {margin-top: 14px;font-size:.9em;}
#testimonials .tes span.title {text-decoration: underline;font-style: italic;}

.offrefrancais {font-size:.9em; color: #ee3a43;padding-bottom:15px;float:left;}

#stages {width:960px;margin-top:40px;}
#stages .stage {width: 300px; background-color: #f5f5f5;float:left;height:215px;}
#stages .st1 {margin-right: 30px;float:left;}
#stages .st1 .title {background: #ee3a43 url('../img/st1.png') no-repeat;height:23px;color:#fff; padding-left: 65px;padding-top: 7px;font-weight:bold;margin-bottom: 25px;}
#stages .st2 {margin-right: 30px;}
#stages .st2 .title {background: #808080 url('../img/st2.png') no-repeat;height:23px;color:#fff; padding-left: 65px;padding-top: 7px;font-weight:bold;margin-bottom: 60px;}
#stages .st3 {}
#stages .st3 .title {background: #b3b3b3 url('../img/st3.png') no-repeat;height:23px;color:#fff; padding-left: 65px;padding-top: 7px;font-weight:bold;margin-bottom: 25px;}
#stages p.button {text-align: center;width:230px;float:left;margin:0;padding:0;margin-bottom: 5px;background-color: #e1e1e1;padding:5px 10px;margin-left:25px;}
#stages p {text-align: center;width:300px;}
#stages p a {border-bottom: dotted 1px #999;}
