/*
  $Id: stylesheet.css 1524 2007-03-30 16:53:31Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2006 osCommerce

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/

/* MARKUP */

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-family: Georgia, Verdana, Arial, sans-serif;
  line-height: 1.5;
  min-width: 960px;
  width: 960px;
}
 
a {
  color: #000;
  text-decoration: none;
}

p a {
/*  color: #CC9933; */
	border-bottom:1px dotted;
}

P A:hover {
/*    color: #CC9933; */
  border: none;
  text-decoration: none;
}

H1 {
  font-size: 22px;
  font-weight: normal;
  margin: 5px 0 10px 0;
}

H2 {
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}

H6 {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

P {
  margin: 0 0 10px 0;	
}

td {
  margin: 10px 0 10px 0;
}

IMG {
  border: 0;
}

ul {
	list-style-position: inside;
	padding: 0 0 0 20px; 
}

form {
	margin: 0;
}
form ul {
	margin: 0;
	padding: 0;
}
form ul li {
	list-style: none;
	padding: 0 0 10px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form ol li {
	list-style: none;
	padding: 0 0 10px 0;
}
form ol.horizontal {
	margin: 0 0 1em 0;
}
form ol.horizontal li {
	display: inline;
	padding: 0 20px 0 0;
}
form ol.horizontal li label {
	float: none;
	padding: 0 20px 0 0;
}
form label {
	float: left;
	clear: left;
	margin: 0;
	width: 20%;
}
form label.fieldLabel {
	float: none;
}
form input, form select, form textarea { 
	font-family: arial, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
form em {
	color: #ff0000;
	font-size: 0.85em;
	margin: 0 0 0 2px;
}

/* LAYOUT */

#pageHeader {
  width: 100%;
  height: 170px;
}

#pageTitle {
	margin: 10px 0 10px 0;
}

#pageContent {
  position: relative;
  float: right;
  width: 100%;
}

#pageColumnLeft {
  position: relative;
  float: left;
  width: 19%;
  padding-right: 5px;
}

#pageBlockLeft {
  position: relative;
  float: left;
  width: 78%;
  margin: 0;
}

#pageColumnRight {
  position: relative;
  float: right;
  width: 20%;
  margin: 0;
}

#pageFooter {
  clear: both;
  text-align: center;
  padding: 5px;
  font-size: 0.7em;
}

/* LINKS */

#navigationBar A {
}

#navigationBar A:hover {
  text-decoration: underline;
}

/* DEFINITIONS */

#siteLogo {
  float: left;
}

#navigationIcons {
  float: right;
  margin: 0;
  padding: 15px 0 0 0;
  list-style-type: none;
}

#navigationIcons li {
  display: inline;
  padding: 5px;
}

#navigationBar {
  font-size: 0.72em;
  margin: 5px 0 0 0;
  text-align: right;
}

#breadcrumbPath {
  float: left;
  padding-left: 5px;
}

#pageIcon {
  position: relative;
  float: right;
  border: 1px solid #000;
  margin: 0 10px 0 10px !important;
  margin: 0 5px 0 5px
}

.messageStack {
  font-size: 0.70em;
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  color: #465584;
  margin: 5px !important;
  margin: 5px 2px 5px 2px;
}

.moduleBox {
  margin: 10px 0 0 0;
}

.moduleBox .content {
  border-width: 1px;
  border-style: solid;
  border-color: #B6B7CB;
  background-color: #F8F8F9;
  padding: 10px;
  margin: 0 0 5px 0;
  font-size: 0.8em;
}

.moduleBox H6 {
  padding: 5px 0px 5px 0px;
}

.inputRequirement {
  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
  margin: 10px 0 0 0;
}

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
  margin: 20px 0 0 0;
  border-top: 1px solid #B6B7CB;
  font-size: 0.72em;
  padding: 5px;
}
.listingPageLinks form {
	display: inline;	
}
.listingPageLinks a {
	text-decoration: none;
}

.moduleRow { }

.moduleRowOver {
  background-color: #D7E9F7;
}

.moduleRowSelected {
  background-color: #E9F4FC;
}


/////////////////////////
.boxText { font-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; font-weight: normal; }

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

tr {
	line-height: 1.5em;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 0.85em;
  border-top: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  font-weight: bold;
}

.productListing-heading a {
	border: none;
}

TD.productListing-data {
  font-size: 0.85em;
  vertical-align: top;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.boxCheckoutTrail {
  font-size: 10px;
  color: #8c8c8c;
}

.boxCheckoutTrailActive {
  font-size: 10px;
  font-weight: bold;
  color: #FF8400;
}

/* product-info page */
#productValkhofpersOndertitel {
  position: relative;
  float: left;
	font-style: italic;
  margin: 0 0 1.2em 0;
  width: 100%;
}

#productValkhofpersDescription {
}

#productValkhofpersImage {
  position: relative;
  float: left;
  display: block;
  margin: 0 10px 0 0 !important;
  margin: 0 5px 0 0
}

#productValkhofPersColofon {
  position: relative;
  float: left;
  font-size: 0.8em;
  margin: 1em 0 1em 0;
}

#productValkhofPersColofon ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#productValkhofPersColofon li {
	display: inline;
}

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }


/* CSS Boxes */

.boxGroup {
  position: relative;
}

.boxNew {
  position: relative;
  margin: 0 0 10px 0;
/*
use this with round corners
*/
   background: #ffffff url("images/roundedcornr_grad.gif") repeat-x top left;
/*
use this with square corners
  border: 1px solid #B6B7CB;
*/
}

.boxTitle {
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	padding: 0 3px 0 3px;
/*
use this with square corners
  background: #D7E9F7;
*/
margin: 0 10px;
  border-bottom: 1px solid #B6B7CB;
}

.boxContents {
/*
use this with square corners
  background: #f8f8f9;
*/
  font-size: 10px;
  padding: 3px;
/*
use this with round corners
*/
margin: 0 10px;
}

.boxContents ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.boxContents ul ul {
	padding: 0 0 0 8px;
	list-style: none;
}


.boxContents ol {
	padding: 0 0 0 13px;
	margin: 0;
}

.boxContents .news {
	text-align: left;
}

.newsItem {
	margin: 0 0 1em 0;
}

.newsDate {
	font-style: italic;
}

.newsTitle {
	font-weight: bold;
}

.newsHeadline {
	margin: 0 0 1em 0;
}

/* ROUNDEDCORNR */

.roundedcornr_top div {
   background: url("images/roundedcornr_tl.gif") no-repeat top left;
}
.roundedcornr_top {
   background: transparent url("images/roundedcornr_tr.gif") no-repeat top right;
}
.roundedcornr_bottom div {
   background: url("images/roundedcornr_bl.gif") no-repeat bottom left;
}
.roundedcornr_bottom {
   background: transparent url("images/roundedcornr_br.gif") no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}

.product-mini {
	position: relative;
	float: left;
	display: block;
	margin: 0 15px 15px 0;
}

.product-mini img {
	border: thin solid #666666;
}

.dropshadow {
	-moz-box-shadow: 3px 3px 4px #999; /* Firefox */
	-webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
	box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
	-ms-filter: “progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=’#999999′)”;/* IE 8 */
	: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=’#999999′);/* IE 5.5 – 7 */
}

.product-thumb {
	position: relative;
	float: left;
	display: block;
	margin: 2px 10px 0 0;
}

