* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", helvetica, sans-serif;
}

body {
	background-color: black;
	font-size: 9pt;
	color: #d8d8d8;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 1em 0;
	font-weight: normal;
	color: rgb(238, 121, 0);
}

p {
	margin-bottom: 1em;
}

option {
	padding: 0 0.5em 0.2em 0.5em;
}

ul {
	padding-left: 2em;
}

a.white {
	color: #cfcfcf;
}

input[type=button],
input[type=submit],
input[type=reset] {
	margin-right: 0.5em;
	padding: 0.1em 0.3em;
}

div#container {
	margin: 0 auto;
	width: 900px;
}

div#header {
	height: 181px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.menu-sep {
	margin-right: 0.5em;
	vertical-align: middle;
}

div#menu {
	text-align: center;
	margin: 10px 0;
}

div#menu-bottom a,
div#menu a {
	text-decoration: none;
	color: #d8d8d8;
	margin-right: 0.5em;
}

div#menu a {
	text-transform: uppercase;
}

div#menu,
div#menu-bottom {
	padding: 0.5em 0.5em 0 0.5em;
}

div#menu-bottom {
	margin-top: 0.5em;
	height: 50px;
	background: url(/images/menu-bottom-gradient.gif) repeat-x left top;
}

div#menu-bottom,
div#menu-bottom a {
	font-size: 9pt;
}

div#menu-bottom > div {
	float: right;
}

div#content {
	background: black url(/images/road.jpg) no-repeat left bottom;
	border-top: 1px solid rgb(238, 121, 0);
	border-bottom: 5px solid rgb(238, 121, 0);
	max-height: 567px;
	font-size: 90%;
}

div#watch-animated {
	float: right;
	width: 550px;
	height: 450px;
	overflow: hidden;
}

div#fp-news {
	margin: 1em;
	padding: 1em;
	width: 320px;
	height: 410px;
	background: transparent url(/images/black-trans.png);
}

div#fp-news > p {
	width: 100%;
	line-height: 1.5em;
}

div#fp-news p
div#fp-news p * {
	padding-bottom: 1em;
	background: url(/images/p-hr.png) no-repeat center bottom;
	margin-bottom: 1em;
	letter-spacing: 0.2em;
}

div#fp-news a > img {
	border: 1px solid rgb(238, 121, 0);
}

div#fp-news div.text:last-child {
	padding-bottom: 0;
	background: none;
}

form#login {
	margin: 50px auto 50px auto;
	padding: 1em;
	width: 400px;
	border: 1px solid #555;
	background-color: black;
	
	box-shadow: 0 0 0.5em black;
	-moz-box-shadow: 0 0 0.5em black;
	-webkit-box-shadow: 0 0 0.5em black;
}

form#topsearch {
	margin: 1em auto 1em auto;
	padding: 1em;
	width: 90%;
	border: 1px solid #555;
	background-color: black;
	
	box-shadow: 0 0 0.5em black;
	-moz-box-shadow: 0 0 0.5em black;
	-webkit-box-shadow: 0 0 0.5em black;
}

form#topsearch label {
	padding-right: 1em;
}

form#topsearch table {
	width: 100%;
}

table.topsearch-results {
	margin: 1em auto 1em auto;
	width: 90%;
}

table.topsearch-results th {
	text-align: left;
}

table.topsearch-results td {
	vertical-align:top;
}

table.table {
	background-color: white;
	border-spacing: 0;
	width: 100%;
}

table.table > thead th {
	padding: 0.5em;
	text-align: left;
	color: white;
	font-weight: normal;
	background-color: rgb(238, 121, 0);
}

table.table tbody * {
	color: black;
}

table.table > tbody td {
	padding: 0.5em;
}

table.table .alternate {
	background-color: #f4ede7;
}

.orange {
	color: rgb(238, 121, 0);
}

a {
	color: rgb(238, 121, 0);
}

a.cut {
	height:  32px;
	padding-right: 20px;
	background: url(/images/cut.png) no-repeat bottom right;
}

div#collection-container {
	margin: 1em 1em 1em 1em;
	height: 500px;
	width: 450px;
	overflow: auto;
}

div#collection-container h2 {
	padding: 1em 0 1em 0;
	text-transform: uppercase;
	text-align: center;
}

div#product-container {
	height: 567px;
	width: 420px;
	float: right;
	overflow: hidden;
}

div#product-container .product {
	background: white;
}

div#product-container .image {
	padding: 1em;
	text-align: center;
}

div#product-container .info {
	font-size: 9pt;
	line-height: 9pt;
	background-color: rgb(238, 121, 0);
	padding: 1em;
}

div#product-container a {
	color: black;
}

div#product-container .info p span {
	color: white;
}

div#product-container .info p {
	margin: 0;
}

div#product-container .info .props {
	float: right;
}

div#product-container .info .props td {
	color: black;
	background-color: white;
	border-bottom: 1px solid rgb(238, 121, 0);
	padding: 3px 4px;
	width: 100px;
}

div#collection-container .product {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #b15a00;
	background: black;
	
	box-shadow: 0 0 0.3em black;
	-moz-box-shadow: 0 0 0.3em black;
	-webkit-box-shadow: 0 0 0.3em black;
	
	color: black;
}

div#collection-container > .product > div.image {
	width: 77px;
	height: 96px;
	background: white;
	overflow: hidden;
}

div#collection-container > .product > div.image {
	opacity: 0.60;
	filter: alpha(opacity=60);
}

img.product_label {
	position: relative;
	display: block;
	z-index: 10;
	
	margin-left: 33px;
	margin-bottom: -44px;
}

img.product_label_big {
	position: absolute;
	z-index: 10;
	
	margin-left: 281px;
}

div#collection-container > .current-product > div.image,
div#collection-container > .product > div.image:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

div#collection-container .product .name a {
	color: black;
	text-decoration: none;
}

.empty-action {
	margin: 1em 0;
	padding: 0.6em;
	color: white;
	background-color: #c0c0c0;
	text-align: center;
	font-size: 1.1em;
	
	opacity: 0.6;
	filter: alpha(opacity=60);
	
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#pagination {
	text-align: center;
	margin-top: 3px;
}

#pagination a {
	padding: 5px 9px;
	margin: 2px;
	color: #7f7f7f;
	font-size: 12px;
	text-decoration: none;
	background: #323232;
	border: 1px solid #565656;
}

#pagination .current-page {
	color: rgb(238, 121, 0);
}

form#contact label {
	padding-right: 1em;
}

ul.errors,
h2.success {
	background-color: #F4EDE7;
	padding: 1em;
	margin: 0;
	border: 1px solid #565656;
	
	box-shadow: inset 0 0 0.5em grey;
	-moz-box-shadow: inset 0 0 0.5em grey;
	-webkit-box-shadow: inset 0 0 0.5em grey;
}

ul.errors {
	margin-bottom: 1em;
}

ul.errors li {
	margin-left: 2em;
	color: rgb(238, 121, 0);
}

/* SPDIALOG */
.spDialog {
	position: absolute;
	width: 400px;
	margin: 0 auto;
	
	padding: 1em;
	
	background-color: black;
	
	box-shadow: 0 0 1em black;
	-moz-box-shadow: 0 0 1em black;
	-webkit-box-shadow: 0 0 1em black;
}

.spDialog .message {
	margin: 1em 0;
	color: white;
}

.spDialog input[name=value] {
	display: block;
	padding: 0.2em 1em;
}

#megazine-menu {
	position: absolute;
	z-index: 999;
	padding: 10px;
	background: transparent url(http://watchmax.040web.nl/images/black-trans.png);
}

#megazine-menu ul,
#megazine-menu li { padding: 0; list-style: none; }
#megazine-menu li { padding: 10px 0; }
#megazine-menu li a { color: #efefef;  }
#megazine-menu li a.active { color: #EE7900;  }


.dh12x {display:none}
