/*
  $Id$

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

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

body {
/*  background: #fff;   */
  background: #EAF2F5  url('/images/body_bg5.jpg') no-repeat top center;
  color: #000;
  margin: 0px;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
}

#bodyWrapper {
  margin: 0 auto; /* margin of 0 and auto to center */
  width: 95%;
/*  background: #F7F9F9; */
}

#bodyContent {
}

#header {
/*  height: 60px; */
}

#storeLogo {
  float: left;
  margin-top: 5px;
}

#headerSearch{
  display: inline-block;
  margin-top: 15px;
  margin-left: 50px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
  margin-right: 25px;  
/*  white-space:nowrap; */
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 2px;
  font-size: 11px;
}

.infoBoxContents {
  padding: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.infoBoxContentsQPB {
  border: solid 1px #b6b7cb;
  padding: 10px;   
  padding: 5px;
  font-size: 11px;
/*  line-height: 1.5; */
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}


.description {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 2px dotted blue;
  display: inline-block;
}

.contentHeader {
  color: blue;
}

DIV.contentHeaderOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #9a9a9a;
}

.contentText {
  padding: 5px 0 5px 0;
  font-size: 14px;
  line-height: 1.5;
}

.contentTextSmall {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}

.contentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

.addtocartfield {
    padding: 4px 4px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #2E6EB5;
    width: 50px;
    height: 25px;
    font-size: 18px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #2E6EB5;
}


h1 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

img {
  border: 0;
}

table, p {
  font-size: 11px;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.stockNoWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: blue; font-weight: bold; }
.stockWarningTop { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: red; font-weight: bolder; text-align: center; border: 1px solid #0167cc; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

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

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

.footer {
  margin-top: 20px;
/*  border-top: 1px solid #000; */
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxQPB {
/*  border: solid 1px #b6b7cb;
  padding: 10px;   
*/  
  background: transparent;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

 p.solid {
 /* background: #FFE6E6;        */
 color: #000;
 line-height: 20px;
 font-size:12px;
 text-align: justify;
 } 

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}
TD.infoBoxHeadingQPB {
  border: solid 1px #b6b7cb;
  padding: 10px;   
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: transparent;
  color: #000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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;
}

.kant{
	border-color: #000;
	text-align: justify;
	border-style: dotted;
	border-width: thin;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

INPUT{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align: left;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

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

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

SPAN.markProductInStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
/*  color: #009933;  */
  color: #000;
  font-weight: bold;
}
 

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

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }
.messageStackDefault { 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 14px; 
/*    background-color: #69b6fb; transparent
    color: #fff700;    */
    background-color: transparent;
    color: #9d00ff; 
    font-weight: bold;
    border-style: solid;
    border-width: thin;
    border-color: #3300ff;
}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

#searchbox {
  float: right;
  margin-top:15px;
  margin-right: 25px;
} 

.searchfield {
    position:relative;
	padding:3px 3px;   /* top/bot left/right  */
	background:rgba(255, 255, 255, 0.8);
	border:5px solid #4297d7;
/*	width: 200px; */
	width: 33%;
	height: 21px;
/*	font-size: 18px;  */
	font-size: 100%;	
	font-family: sans-serif;
	font-weight: bold;	
}
.searchbutton {
	position:relative;
	padding:3px 3px;
	left: 5px;
	border:2px solid #4297d7;
	background-color:#4297d7;
	color:#fafafa;
	height: 35px;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	
}
.searchbutton:hover  {
	background-color:#fafafa;
	color:#4297d7;
}

/* DEFINITION DER NEUE PRODUKTE BOX AUF DER STARTSEITE*/

.infoBoxStart {
  background: #FFFFFF;
}

.infoBoxContentsStart {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*ENDE DEIFINTION DER NEUE PRODUKTE BOX AUF DER STARTSEITE*/


.pp {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana, Tahoma;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
 	padding: 5px 0;
	height: 16px;
	width: 260px;
	border-color: #00F;
	border: 2px solid #456879;
	border-radius: 10px;
	float: right;
}

span.pp a {
  text-decoration:none;
  #border-bottom: 1px dashed #000;
}



.b-head-name {
	position: relative;
	z-index: 100
}
.b-head-line__i {
	position: absolute;
	width: 5%;
/*	height: 40px  */
}
.b-head-line__i_color_b1 {
	left: 0%;
	/*		border-top: 10px solid #fff;  */
	border-top: 20px solid #EAF2F5;
	background: #609;
	height: 20px;
}

.b-head-line__i_color_b2 {
	left: 5%;
/*		border-top: 10px solid #fff;  */
	background: #a67bed;
	height: 40px;  	
}
.b-head-line__i_color_b3 {
	left: 10%;
	border-top: 8px solid #EAF2F5;
	background: #818ff5;
	height: 32px;  	
}
.b-head-line__i_color_b4 {
	left: 15%;
	border-top: 2px solid #EAF2F5;
	background: #57a4f6;
	height: 38px;  	
}
.b-head-line__i_color_b5 {
	left: 20%;
	background: #25b0f6;
	height: 40px;  	
}
.b-head-line__i_color_b6 {
	left: 25%;
	border-top: 15px solid #EAF2F5;
	background: #00b6f7;
	height: 25px;  	
}
.b-head-line__i_color_b7 {
	left: 30%;
	background: #00c3e7;
	height: 40px;  	
}
.b-head-line__i_color_b8 {
	left: 35%;
	border-top: 4px solid #EAF2F5;
	background: #00cbbd;
	height: 36px;  	
}
.b-head-line__i_color_b9 {
	left: 40%;
	border-top: 10px solid #EAF2F5;
	background: #00cb9d;
	height: 30px;  	
}
.b-head-line__i_color_ba {
	left: 45%;
	border-top: 2px solid #EAF2F5;
	background: #00ca75;
	height: 38px;  	
}
.b-head-line__i_color_bb {
	left: 50%;
	border-top: 12px solid #EAF2F5;
	background: #00c744;
	height: 28px;  	
}
.b-head-line__i_color_bc {
	left: 55%;
	border-top: 6px solid #EAF2F5;
	background: #2bcc00;
	height: 34px;  	
}
.b-head-line__i_color_bd {
	left: 60%;
	border-top: 2px solid #EAF2F5;
	background: #63d100;
	height: 38px;  	
}
.b-head-line__i_color_be {
	left: 65%;
	border-top: 8px solid #EAF2F5;
	background: #95d900;
	height: 32px;  	
}
.b-head-line__i_color_bf {
	left: 70%;
	border-top: 15px solid #EAF2F5;
	background: #c3de00;
	height: 25px;  	
}
.b-head-line__i_color_bg {
	left: 75%;
	background: #e7e100;
	height: 40px;  	
}
.b-head-line__i_color_bh {
	left: 80%;
/*	border-top: 4px solid #fff; */
	background: #ffe100;
	height: 40px;  	
}
.b-head-line__i_color_bi {
	left: 85%;
	border-top: 8px solid #EAF2F5;
	background: #ffd800;
	height: 32px;  	
}
.b-head-line__i_color_bj {
	left: 90%;
	border-top: 4px solid #EAF2F5;
	background: #ffc600;
	height: 36px;  	
}
.b-head-line__i_color_bk {
	left: 95%;
	border-top: 20px solid #EAF2F5;
	background: #ffb500;
	height: 20px;  	
}
.b-head-name__link:link {
	color: #1a3dc1
}
  
 
.dataTableContentRed { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #CC0000; }
.dataTableContentRedAlert { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF0000; font-weight: bold; }