/*
  $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 {
  background: #FFFFDD;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  min-width: 760px;
}

H1 {
  acolor: #65862C;
  color: #0000CD;
  font-family: Verdana, Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  margin: 5px 0 10px 0;
}

h1.productListing {
	margin: 0;
}

span.mainPageTitle {
  font-size: 25px;
}

H2 {
  color: #40331E;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}

H6 {
  color: #000000;
  font-family: Verdana, Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

TD, P {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}

IMG {
  border: 0;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
}

FORM OL {
  margin: 0;
  padding: 0;
}

FORM OL LI {
  list-style: none;
  margin: 0;
  clear: left;
}

FORM LABEL {
  float: left;
  width: 160px;
  margin: 5px;
}

FORM LABEL.fieldLabel {
  float: none;
}

FORM INPUT, FORM SELECT, FORM TEXTAREA {
  font-family: Verdana;
}

FORM EM {
  color: #FF0000;
  font-size: 9px;
  margin-left: 2px;
  font-family: Verdana;
}

/* LAYOUT */

#pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#pageContent {
  float: right;
  width: 80%;
  padding-right: 0;
}

#pageColumnLeft {
  float: left;
  width: 19%;
  padding-left: 0;
}

#pageBlockLeft {
  float: left;
  width: 100%;
  amargin: 109px 0 10px 0;
}

#pageColumnRight {
  float: right;
  width: 16%;
  margin: 109px 5px 10px 0;
}

#pageFooter {
  clear: both;
  text-align: center;
  padding: 5px;
}

/* LINKS */

#navigationBar A {
  color: #000000;
}

#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 {
  abackground: url(/catalogue/templates/default/images/naviBg.png) 0 0 repeat-x;
  color: #000000;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
  text-align: right;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: solid 2px #0000CD;
}

#navBottom {
  abackground: url(/b2b/templates/default/images/naviBot.png) 0 0 repeat-x;
}

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

#pageIcon {
  float: right;
  margin-right: 10px;
  height: 40px;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  font-family: Verdana, Arial, sans-serif;
  color: #465584;
  margin: 5px;
}

.messageStack ul {
  padding-left: 30px;
}

.moduleBox {
}

.moduleBox .content {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  abackground-color: #F8F8F9;
  background-color: white;
  padding: 5px;
  margin-bottom: 5px;
}

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

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

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
  padding: 3px 0 3px 1px;
  white-space: nowrap;
  font-size: 13px;
}

.listingPageLinks select {
  padding: 0;
  text-align: right;
}

.listingPageLinks span form {
  display: inline;
}

.listingPageLinks span {
  white-space: nowrap;
}


.moduleRow { }

.moduleRowOver {
  background-color: #D7E9F7;
}

.moduleRowSelected {
  background-color: #E9F4FC;
}


/////////////////////////
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 13px; }
.errorBox { font-family: Verdana, Arial, sans-serif; font-size: 13px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #70d250; text-decoration: underline; font-weight: normal; }

A {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #0000CD;
  text-decoration: underline;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  abackground: #f8f8f9;
  background: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #0000CD;
  color: white;
  vertical-align: top;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

div.currencyDisclaimer {
  padding-left: 3px;
  line-height: 1.2;
}

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: white;
}

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: white;
}

.currentCat {
  color: #0000CD;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #0000CD;
  border-spacing: 1px;
  border-collapse: collapse;
  width: 100%;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #0000CD;
  color: #F5F0DE;
  font-weight: bold;
  padding-left: 5px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

TABLE.productListing td {
	border: solid 1px #0000CD;
}

TABLE.productListing td div, TABLE.productListing td span {
	aborder: solid 1px orange;
}

div.pImage {
	float: left;
	width: 180px;
	aheight: 135px;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #dddddd;
	background-color: #FEFEFE;
	margin: 1px 5px 1px 1px;
}

.clrL {	clear: left; }
.clrR {	clear: right; }
.clrB {	clear: both; }

div.pImage img {
	vertical-align: middle;
}

div.pInfo {
}

div.pPrice {
	float: right;
	text-align: right;
	margin-right: 5px;
}

td.pCell, td.pCell div {
	aborder: solid 1px orange;
	line-height: 1.2;
}

div.pName {
}

div.l1 {
	margin-bottom: 3px;
}

div.pSizeRange {
	white-space: wrap;
}

A.pageResults {
  color: #0000FF;
}

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice, span.pSpecial {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.boxCheckoutTrail {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #8c8c8c;
}

.boxCheckoutTrailActive {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FF8400;
}

#productImageLargeBlock {
	text-align: center;
}

#productImageLargeBlock img {
	border: solid 1px #0000CD;
}

div.productInfoImage {
	float: right;
	text-align: center;
}

div.productInfoImage img {
	border: solid 1px #0000CD;
}

h1.productInfoName {
	margin-bottom: 0px;
}

h1.productInfoPrice {
	margin-bottom: 0px;
}

div.productInfoModel {
	font-weight: bold;
	font-size: 14px;
	color: #000000; 
	margin-bottom: 3px;
}

div.productInfoSpecial {
	font-weight: bold;
	color: red;
	margin-bottom: 4px;
}

table.productInfoDescTable {
	border-collapse: collapse;
}

table.productInfoDescTable th {
	text-align: right;
	font-weight: normal;
	padding-right: 5px;
}

.r { text-align: right; }

span.inStock {
	color: green;
}

span.lowStock {
	color: orange;
}

span.expected {
	color: red;
}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 13px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 13px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 13px; background-color: #99ff00; }


/* CSS Boxes */

.boxGroup {
  border-width: 1px;
  border-color: #0000CD;
  border-style: solid;
}

.boxNew {
}

.boxTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #0000CD;
  color: #F5F0DE;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.boxTitle A {
  color: #F5F0DE;
}

.boxContents {
  abackground: #f8f8f9;
  background: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  padding: 3px;
}

/* CUSTOM */

#header {
	height: 77px;
}

.wrapper {
	position: relative;
}

img#logo {
	width: 466px;
	height: 43px;
	position: absolute;
	top: 16px;
	left: 15px;
}

#header {
	abackground: url(/templates/rt_synapse_j15/images/style1/texture-bg5.jpg) 0 -2px repeat-x;
	background-color: #0000CD;
}

img#logo {
	background: url(/templates/rt_synapse_j15/images/style1/Kfw-logo.png) 0 0 no-repeat;
}

#lang
{
	float: right;
	padding: 5px 8px 0 0;
}

ul li {
	font-size: 13px;
}

#ja-container2 {
	padding-top: 10px;
}

ul.menu {
	width: 100%;
}

li.right {
	float: right;
}

input, select {
	padding: 1px;
}

label {
	white-space: nowrap;
	padding-right: 0.5em;
}

ol.register li {
	line-height: 1.1;
}

ul li {
	margin-left: 20px;
	padding-left: 3px;
}