/*
STYLESHEET FOR www.gjmensen.nl
BUILT BY: HC Designs - www.hcdesigns.nl

copyright 2005 GJ Mensen Tuning
*/

/*================
GENERAL
================*/
body {
	background-image: url(../images/backgrounds/body_bg.gif);
	background-repeat: repeat;
	background-position: top center;
	background-color: #666666;
	text-align: center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

h1, h2, h3, p {
	margin-top: 0;
	margin-bottom: 6px;
	font-weight: normal;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 13px;
	color: #003366;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

h1 span {
	font-weight: bold;
	color: #fff;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-bottom: 2px;
}

img {
	border: 0;
}

div, li, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

td, th {
	text-align: left;
}

table.producten {
	border-collapse: collapse;
	background-color: #fff;
	width: 460px;
	border: 1px solid #000;
	margin-top: 10px;
}

table.producten th {
	text-align: left;
	font-size: 11px;
	height: 18px;
	color: #fff;
	background-color: #006699;
	background-image: url(../images/backgrounds/gradient_header.gif);
	background-repeat: repeat-x;
}
table.producten tr.highlight {
	background-color: #E3E3E3;
}

table.producten td {
	color: #000;
	font-size: 11px;
}

table.producten th.middle,
table.producten td.middle {
	text-align: center;
}

table.producten th.price,
table.producten td.price {
	text-align: right;
}

table.producten img {
	vertical-align: middle;
	margin-right: 5px;
}

table.productdetail th {
	padding-right: 10px;
	white-space: nowrap;
}

table.productdetail th,
table.productdetail td {
	font-size: 11px;
	vertical-align: top;
}

th.tuningtypes {
	text-align: right;
}

.breaker {
	clear: both;
}

.center {
	text-align: center;
}
/*================
SPECIFIC
================*/
#container {
	width: 998px;
	margin: auto;
	text-align: left;
}

#topspacer {
	background-image: url(../images/backgrounds/header2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	text-align: right;
}

#flashLogo {
	height: 50px;
	padding-top: 7px;
	padding-right: 10px;
}

#header {
	background-color: #fff;
	text-align: right;
	height: 50px;
	background-image: url(../images/backgrounds/topmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#header h1 {
	display: none;
}

#topmenu {
	float: right;
	height: 50px;
	overflow: hidden;
}

#topmenu li {
	text-align: right;
	border-left: 1px solid #CCCCCC;
	display: block;
	float: left;
	width: 98px;
	height: 50px;
}

#topmenu li.first {
	border-left: 0;
}

#topmenu li a {
	color: #006699;
	display: block;
	width: 98px;
	height: 50px;
	direction: rtl;
	text-indent: 10px;
	line-height: 20px;
}

#topmenu li a.selected {
	/*background-color: #E3E3E3;*/
	color: #000000;
	font-weight: bold;
}

#topmenu li a:hover {
	background-color: #006699;
	color: #CCCCCC;
	text-decoration: none;
}

#main {
	background-color: #999999;
}

#banner {
	background-color: #666666;
}

#banner img {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: block;
}

#content {
	background-image: url(../images/backgrounds/gradient_main.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-top: 10px;
}

#left {
	float: left;
	width: 215px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

#right {
	/*margin-left: 220px;*/
	float: left;
	width: 470px; /*maxbreedte is 482, plus 1 pixel voor spacer image (IE HACK!)*/
	line-height: 18px;
}

#full {
    margin: 0 20px;
}

#footer {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	color: #CCCCCC;
}

#left .leftBlock {
	background-color: #E3E3E3;
	border: 1px solid #006699;
	padding: 5px;
	margin: -3px 10px 10px 10px;
}

#left .leftBlock img {
	border: 1px solid #000000;
	margin-left: 1px;
}

#left h2 {
	margin: 0;
	padding-left: 10px;
	font-size: 14px;
}

#left h2 span {
	color: #003366;
	font-weight: bold;
}

#left ul li a {
	display: block;
	*height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-image: url(../images/left_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#left ul li a:hover {
	text-decoration: none;
	background-color: #006699;
	color: #fff;
}

#hotNews a em {
	float: right;
	cursor: pointer;
	font-style: normal;
}

/**********************
NIEUWS
**********************/
#news em {
	float: right;
	cursor: pointer;
	font-style: normal;
	padding-right: 10px;
	color: #000;
}

#news strong {
	margin-right: 5px;
	color: #fff;
}

#news a {
	display: block;
	color: #fff;
	margin-right: 10px;
	height: 18px;
	border-bottom: 1px solid #666666;
}

#news a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #003366;
}

#news a:hover strong {
	color: #006699;
}

h1#news img {
	vertical-align: bottom;
	margin-left: 10px;
}

.buttonsNav {
	text-align: right;
	margin-top: 10px;
	padding-bottom: 10px;
}

.buttonsNav a {
	margin-right: 10px;
	margin-left: auto; /*FF*/
	margin-bottom: 10px;
	display: block;
	float: right;
	height: 18px;
	white-space: nowrap;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	border: 1px solid #000;
	color: #fff;
	background-color: #006699;
}

.buttonsNav a:hover {
	background-color: #003366;
	border-color: #CCCCCC;
	color: #fff;
	text-decoration: none;
}

.blockItem {
	background-color: #FFFFFF;
	color: #006699;
	margin: 0 0 10px 1px;
	border: 1px solid #000;
	width: 100%;
	border-collapse: collapse;
}

.blockItem th,
.blockItem td {
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	padding-left: 10px;
}

.blockItem th {
	background-color: #006699;
	background-image: url(../images/backgrounds/gradient_header.gif);
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
}

.blockItem h2 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}

.blockItem th.date {
	text-align: right;
	padding-right: 10px;
}

.blockItem td.content {
	padding: 10px;
}

.blockItem .content img {
	border: 1px solid #000;
	float: left;
	margin-right: 5px;
}

#hotNews {
	padding-bottom: 20px;
}

.productgroep {
	margin-bottom: 10px;
	border: 1px solid #000;
	width: 460px;
}

.productgroep img {
	display: block;
}

.productgroep h2 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 460px;
	line-height: 18px;
	text-indent: 10px;
	background-color: #006699;
	background-image: url(../images/backgrounds/gradient_header.gif);
	background-repeat: repeat-x;
}

li div.linkDesc {
	padding-left: 20px;
}

#invloed th.top {
	padding: 2px 3px;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

#invloed td {
	border-left: 1px solid #fff;
	padding: 2px;
}

#invloed th.topLeft {
	border-left: 0;
	border-bottom: 1px solid #fff;
}

#invloed th,
#invloed td {
	font-size: 11px;
}
/**********************
FORMS
**********************/

label {
	display: block;
	float: left;
	width: 150px;
}

.canvas {
	border: 1px solid #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
}

#buttons {
	padding-left: 150px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.canvasbutton {
	background-color: #006699;
	color: #fff;
	border: 1px solid #000;
}

.canvasbutton_over {
	background-color: #003366;
	color: #fff;
	border: 1px solid #fff;
}

#gallery img {
	border: 1px solid #000;
}

.galleryCats li {
	text-align: center;
	margin: 15px;
	display: block;
	float: left;
	width: 120px;
	height: 120px;
}

.galleryCats li a {
	text-decoration: none;
	color: #fff;
}

.galleryCats li a img {
	border: 1px solid #000;
}

.galleryCats li a:hover img {
	border: 1px solid #fff;
}

#foto_groot img {
	width: 470px;
	border: 1px solid #000;
}

#links li {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
