@charset "utf-8";
/* CSS Document Het Zwarte Fietsenplan */

body {
	background-color:#000000;
	color:#FFFFFF;
	font: 12px/1.5em "LucidaSans Demi", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

h1 {
	font:bold 18px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#efefef;
	text-decoration:none;
}

#container {
	width:980px;
	margin:0 auto;
}

#header {
	width:100%;
}

#logo {
	width:130px;
	float:left;
	position:relative;
	height:180px;
}

#menu {
	width:750px;
	float:right;
	position:relative;
	font:bold 12px "LucidaSans Demi", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-align:right;
	height:180px;
}

#menu a {
	color:#FFFFFF;
	margin-right:20px;
	text-decoration:none;
}

#submenu {
	float:right;
	position:relative;
	margin:0 auto;
	padding:0px;
	padding-top:20px;
	height:33px;
	width:740px;
}

#wrapper {
	width:100%;
	clear:both;
	margin:0;
}
#product_image {
	clear:both;
	float:left;
	position:relative;
	width:450px;
}
#product_info {
	float:left;
	position:relative;
	text-align:justify;
	width:400px;
}
#product_related {
	clear:both;
	width:100%;
}
#content a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#content a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#content a:visited {
 	color:#FFFFFF;
	text-decoration:none;
}
#content a:hover {
	color:#efefef;
	text-decoration:none;
}

.corner_lb {
	background-image:url(images/image_corner_lb.gif);
	background-repeat:no-repeat;
}
.corner_rb {
	background-image:url(images/image_corner_rb.gif);
	background-repeat:no-repeat;
}
.corner_lo {
	background-image:url(images/image_corner_lo.gif);
	background-repeat:no-repeat;
}
.corner_ro {
	background-image:url(images/image_corner_ro.gif);
	background-repeat:no-repeat;
}
.border_bt {
	background-image:url(images/image_border_bt.gif);
	background-repeat:repeat-x;
}
.border_tb {
	background-image:url(images/image_border_tb.gif);
	background-repeat:repeat-x;
}
.border_lr {
	background-image:url(images/image_border_lr.gif);
	background-repeat:repeat-y;
}
.border_rl {
	background-image:url(images/image_border_rl.gif);
	background-repeat:repeat-y;
}
.image_thumb {
	background-image:url(images/image_thumb.gif);
	background-repeat:no-repeat;
	width:90px;
	height:72px;
	text-align:center;
	vertical-align:middle;
}
.image_thumb img {
	padding-top:8px;
	padding-bottom:7px;
}
.legenda {
	text-align:right;
	width:100%;
	margin-bottom:20px;
	float:right;
	position:relative;
	font-weight:normal;
}
.legenda img {
	padding-left:20px;
}

#specs {
	clear:both;
}

#footer {
	width:720px;
	text-align:center;
	margin:0 auto;
	margin-top:150px;
}

#footer img {
	padding-left:25px;
	padding-right:25px;
}

#copyright {
	padding-top:150px;
	text-align:center;
	font:11px;
	color:#666666;
	height:100px;
	clear:both;
	width:100%;
}

#copyright a:link {
	color:#666666;
	text-decoration:none;
}

#copyright a:active {
	color:#666666;
	text-decoration:none;
}
#copyright a:visited {
	color:#666666;
	text-decoration:none;
}

#copyright a:hover {
	color:#999999;
	text-decoration:none;
}

form {
	display: inline;
}

.errorBox { 
	background: #ffb3b5; 
	font-weight: bold; 
}
.stockWarning { 
	color: #cc0033; }
.productsNotifications { 
	background: #f2fff7; 
}
.orderEdit { 
	color: #70d250; 
	text-decoration: none; 
}

.breadcrumb {
	font-size:11px;
	color:#666666;
}

.headerNavigation {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	text-align:center;
	padding-right:20px;
}

.headerNavigation a:link {
	color:#000000;
	text-decoration:none;
}

.headerNavigation a:hover {
	color:#FE9900;
	text-decoration:none;
}

.headerNavigation a:active {
	color:#000000;
	text-decoration:none;
}

.headerNavigation a:visited {
	color:#000000;
	text-decoration:none;
}

tr.headerError {
	background: #ff0000;
}

td.headerError {
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

tr.headerInfo {
	background: #00ff00;
}

td.headerInfo {
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TD.infoBoxHeading {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}


TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #333333;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #111111;
}

TABLE.productListing {
	border: 0px;
	border-spacing: 0px;
}

.productListing-heading {
	color: #000000;
	font-weight: bold;
	border-bottom:#CCCCCC 1px dotted;
}

A.pageResults {
	color: #efefef;
}

A.pageResults:hover {
	color: #efefef;
	background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial;/*Tahoma, Verdana, Arial, sans-serif;*/ 
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFFF;
	height:35px;
	vertical-align:bottom;
}

TR.subBar {
	background: #f4f7fd;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-size: 11px;
}

.smallText, SPAN.smallText, P.smallText {
	font-size: 11px;
}

.smallText a:link {
	font-size: 10px;
	color:#efefef;
}

.smallText a:visited {
	color:#efefef;
}

TD.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-weight: bold;
}

TD.tableHeading {
	font-weight: bold;
}

SPAN.newItemInCart {
	color: #ff0000;
}

input {
  background-color:#FFFFFF;
  border:#000000 1px solid;
  color:#000000;
  font:"LucidaSans Demi", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

select {
	font:"LucidaSans Demi", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.field {
	font:"LucidaSans Demi", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	background-color:#FFFFFF;
	border:#FFFFFF 1px solid;
	width:200px;
}

textarea {
	width: 100%;
	border:#FFFFFF 1px solid;
	color:#000000;
}

SPAN.greetUser {
	color: #efefef;
	font-weight: bold;
}

table.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 0px;
}

td.formAreaTitle {
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font-weight: bold;
}

.product_title {
	color:#336699;
	font-weight:bold;
}

.price {
	font-size:14px;
	font-weight:bold;
	color:#e97b04;
}

SPAN.productSpecialPrice {
	color: #ff0000;
	font-weight:bold;
}

SPAN.errorText {
	color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial;/*Tahoma, Verdana, Arial, sans-serif;*/  font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial;/*Tahoma, Verdana, Arial, sans-serif;*/  font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Arial;/*Tahoma, Verdana, Arial, sans-serif;*/  font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial;/*Tahoma, Verdana, Arial, sans-serif;*/  font-size: 11px; background-color: #ffb3b5; color:#FFFFFF; }
.messageStackSuccess { font-family: Arial;/*Tahoma, Verdana, Arial, sans-serif;*/  font-size: 11px; background-color: #99ff00; color:#FFFFFF; }

/* input requirement */

.inputRequirement { font-family: Arial;/*Tahoma, Verdana, Arial, sans-serif;*/  font-size: 11px; color: #ff0000; }

.star-product-title {
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}
.star-product {
	line-height:1.5em;
	color: #333333;
}

.star-product-price{
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

.previous_next {
	font-size: 14px;
	color:#CCCCCC;
	font-weight:bold;
}

.previous_next a:link {
	color:#CCCCCC;
	text-decoration:none;
}

.previous_next a:active {
	color:#CCCCCC;
	text-decoration:none;
}

.previous_next a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

.previous_next a:hover {
	color:#999999;
	text-decoration:none;
}

td.pollBoxRow {   
	font-size: 10px;
} 

td.pollBoxText {   
	font-size: 10px;
} 

table.linkListing {
	border: 0px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}

.linkListing-heading {
	font-family: Arial;/*Tahoma, Verdana, Arial, sans-serif;*/ 
	font-size: 10px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}

td.linkListing-data {
	border-bottom: 1px solid #b6b7cb;
	padding: 4px;
}

tr.linkListing-odd {
	background: #000000;
}

tr.linkListing-even {
	background: #333333;
}

.linkFeatured {
	font-weight: bold;
	background: #CCCCCC;
	color: #FFFFFF;
	text-align: center;
}

ul.BrowseBy {
	list-style-type: disc;
	list-style-position: inside;
	list-style: none;
	margin-left: 1em;
	padding-left: 2em;
	text-indent: -1em;
} 

div.sample_attach, a.sample_attach {
  width: 120px;
  background-color:#000000;
  font:10px Tahoma, Verdana, Arial, sans-serif;
  padding: 0 25px 0 30px;
  text-align:left;
  color: #ffffff;
}

a.sample_attach {
  display: block;
  border-bottom: none;
  text-decoration: none;
}

.menu_parent {
	float:left;
	position:relative;
}

#import {
	border:#999999 1px solid;
	margin:10px;
	padding:3px;
/*	width:450px; */
	text-align:center;
}

#import2 {
	border:#999999 2px solid;
	float:right;
	position:relative;
	margin-right:60px;
	padding:3px;
	margin-bottom:10px;
	margin-top:10px;
/*	width:450px; */
	text-align:center;
}

