/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/*  
 *  Theme Name: WordPress Standard DE-Edition
 *  Theme URI: http://wordpress.org/
 *  Description: Das komplett eingedeutschte Standard-Theme - basierend auf dem famosen <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Deutsche Bearbeitung: <a href="http://blogshop.de">Olaf A. Schmitz</a> und <a href="http://blog.zeitgrund.de">Olaf Baumann</a>.
 *  Version: 1.6
 *  Author: Michael Heilemann
 *  Author URI: http://binarybonsai.com/
 *
 *  	Kubrick v1.5
 *  		 http://binarybonsai.com/kubrick/
 *
 *  		 	This theme was designed and built by Michael Heilemann,
 *  		 		whose blog you will find at http://binarybonsai.com/
 *
 *  		 			The CSS, XHTML and design is released under GPL:
 *  		 				http://www.opensource.org/licenses/gpl-license.php
 *
 *  		 				*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	background: url('images/kubrickbg-ltr.jpg') repeat-y top; 
	border: none; 
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif;
	}

h1 {
	font-size: 1.2em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1em;
	}

h2.pagetitle {
	font-size: 1em;
	}

#sidebar h2 {
	font-family: Verdana, 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 1em;
	}

h3 {
	font-size: 1.3em;
	}

#headerimg .description {
	text-decoration: none;
	color: white;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
        text-decoration: none;
        color: #333;
        }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #4d678d;  
	text-decoration: none;
	}

a:hover {
	color: #999;
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 150px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 150px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 30px 0 0;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
 *		thought?!) align the image to the right. And using 'class="centered',
 *			will of course center the image. This is much better than using
 *				align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists
 *
 * 	Special stylized non-IE bullets
 * 		Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



.boxText { font-family: Arial, sans-serif, Helvetica; font-size: 11px; color: black; }
.errorBox { font-family : Arial, sans-serif, Helvetica; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif, Helvetica; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif, Helvetica; font-size : 11px; color: #70d250; text-decoration: underline; }
.bpBlue { color:#006699; }
.bpBlack { color:#000000; }

TD {
  text-align:left;
  font-size:12px;
}

#mBody { width:920px; margin-left:40px; }

FORM {
        display: inline;
}

A.infoBoxLink {
  color: #666;
  font-size:12px;
  padding-left:12px;
  padding-top:2px;
  padding-bottom:2px;
  margin-right:8px;
  display:block;
  border-bottom: 1px solid #a0a0a0;
}

A.infoBoxLink:hover {
  color:black;
  background:#D1DBDF;
  text-decoration:none;
}

A.infoBoxLink1 {
  color: #666;
  font-size:10px;
  padding-left:20px;
  padding-top:2px;
  padding-bottom:2px;
  margin-right:8px;
  display:block;
}

A.infoBoxLink1:hover {
  color:black;
  background:#D1DBDF;
  text-decoration:none;
}

A.infoBoxLink2 {
  color: #666;
  font-size:10px;
  padding-left:28px;
  padding-top:2px;
  padding-bottom:2px;
  margin-right:8px;
  display:block;
}

A.infoBoxLink2:hover {
  color:black;
  background:#D1DBDF;
  text-decoration:none;
}


A.toOffice {
  padding:0; margin:0;
  width:152px;
  height:39px;
  background-image: url(/images/to_office_off.gif);
  background-repeat: no-repeat;
  background-position: top left;
  display:inline;
  float:left;
}

A.toOffice:hover {
  background-image: url(/images/to_office_on.gif);
}

A.toVerp {
  padding:0; margin:0;
  width:152px;
  height:39px;
  background-image: url(/images/to_verp_off.gif);
  background-repeat: no-repeat;
  background-position: top left;
  display:inline;
  float:left;
}

A.toVerp:hover {
  background-image: url(/images/to_verp_on.gif);
}

TR.header {
  background: #ffffff;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 11px;
  color: black; 
}

TD.colLeft {
  background: #ffffff;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 11px;
  color: black;
  width: 160px;
}

TD.colRight {
  background: #FFFFFF;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 11px;
  color: black;
  width: 160px;
}

TD.colMiddle {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 11px;
  background: #ffffff;
  color: black;
  width: 578px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top:20px;
}

TD.colMaster {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 11px;
  background: #ffffff;
  color: black;
  width: 578px;
  padding-left: 3px;
  padding-right: 3px;
}

TD.colInnerMaster {
  width: 572px;
}

TD.colOuterMaster {
  border-top:1px solid black;
  border-right:1px solid black;
}


TD.headerNavigation {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 11px;
  background-image: url(/images/bcback.gif);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #F8F0C8;
  color: black;
  padding-top:8px;
  padding-bottom:8px;
}

TD.shadowLeft {
  width:8px;
  background-image: url(/images/left.gif);
  background-repeat: repeat-y;
  background-position: top right;
}

TD.shadowRight {
  width:8px;
  background-image: url(/images/right.gif);
  background-repeat: repeat-y;
  background-position: top left;
}

TD.shadowBottom {
  background-image: url(/images/bottom.gif);
  background-repeat: repeat-x;
  background-position: top left;
}

TD.dshadowBottom {
  background-image: url(/images/dshadow_bottom.gif);
  background-repeat: repeat-x;
  background-position: top left;
}

TD.dshadowRight {
  width:4px;
  background-image: url(/images/dshadow_right.gif);
  background-repeat: repeat-y;
  background-position: top left;
}

TD.dshadowBottomRight {
  width:4px;
  background-image: url(/images/dshadow_bottomright.gif);
  background-repeat: no-repeat;
  background-position: top left;
}


TD.shadowBottomLeft {
  width:8px;
  background-image: url(/images/corner_ld.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

TD.shadowBottomRight {
  width:8px;
  background-image: url(/images/corner_rd.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

DIV#buttonbar {
  width:904px;
  font-size:11px;
  font-weight:bold;
  line-height:13px;
}

DIV#buttonbar A {
  width:113px;
  height:44px;
  background-image: url(/images/topbutton.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  float:left;
  margin:0; padding:0;
  display:table;
  text-align:center;
  text-decoration:none;
  *display: block;
  *position: relative;
}

DIV#buttonbar A SPAN {
  vertical-align:middle;
  display:table-cell;
  *display: block;
  *position: absolute;
  *text-align: center;
  *left: 0px;
  *width: 100%;
  *cursor: pointer;
  *top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}


A.headerNavigation {
  color: black;
}

A.headerNavigation:hover {
  color: black;
  font-decoration: underline;
}

TR.headerError {
  background: #ee0000;
}

TD.headerError {
  font-family: Tahoma, Arial, sans-serif, Helvetica;
  font-size: 11px;
  background: #ee0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #008000;
}

TD.headerInfo {
  font-family: Tahoma, Arial, sans-serif, Helvetica;
  font-size: 11px;
  background: #00cc00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #FFF;
  border: 1px solid #ccc;
}


.infoBoxContents {
  background: #FFF;
  color: black;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
}


.infoBoxFramed {
  background: #FFF;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  border: 1px solid #ccc;
}


.wkBoxContents {
  background: #FFFFFF;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.qtyBox {
  background: #FFFFFF;
}

TD.qtyBoxContents {
  background: #F0F0F0;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
}


TD.qtyBoxHeading {
  background: #FDFDFD;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
}

TD.dottedBox {
}

TD.dottedL {
  border-left:1px dashed #000;
}

TD.dottedH {
  border-bottom:1px dashed #000;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
}

SPAN.infoBoxHeading, TD.infoBoxHeading {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 13px;
  font-weight: bold;
}

TD.infoBoxHeadingRight {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 13px;
  font-weight: bold;
}

SPAN.dimm {
  color: #95A6B7;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
}

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: #ffffff;
}

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:   #ffffff;
}

TR.masterListing-odd {
  background: #ffffff;
}

TR.masterListing-even {
  background:   #f0f0f0;
}


TABLE.productListing {
}

.productListing-heading {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
  background: #F8F0C8; 
  color: black;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
  padding-right:10px;
}


TABLE.masterListing {
}

.masterListing-heading {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
  background: #F8F0C8;
  color: black;
  font-weight: bold;
}

SPAN.masterListing-qtyh {
  color: white;
  background-image: url(images/ab_x.gif);
  background-repeat: none; 
  background-position: middle left;
  height:14px;
  width:54px;
  display:block;
  float:left;
}

TD.masterListing-data {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
}

TD.masterListing-databl {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
  font-weight:bold;
  border-left:1px solid #c0c0c0;
}

TD.masterListing-datab {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
  font-weight:bold;
  border-left:1px solid #c0c0c0;
  border-right:1px solid #c0c0c0;
}

TD.masterListing-highlight {
  background-color: #FFEEBB;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 19px;
  font-weight: bold;
  color: white;
  padding-left:8px;
  padding-right:8px;
  padding-top:2px;
  padding-bottom:2px;
  background-color: #F8AD6B;
  border-top:1px solid black;
  border-right:1px solid black;
  border-left:1px solid black;
  width:70%;
}

DIV.pageHeading {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 17px;
  font-weight: bold;
  color: black;
}

DIV.pBlock {
  font-size:12px;
  padding:2px;
}

SPAN.pBlockTitle {
}
SPAN.pBlockValue {
  font-weight:bold;
}


TD.pageHeadingRight {
  width:30%;
  font-size:19px;
  border-bottom:1px solid black;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  line-height: 1.5;
}

TD.pageMain {
  padding:4px;
  border-left:1px solid black;
  border-bottom:1px solid black;
  border-right:1px solid black;
}

TD.pageMainOpen {
  padding:4px;
  border-left:1px solid black;
  border-right:1px solid black;
}

TD.pageMainSpacer {
  border-left:1px solid black;
}


TD.mainNotifier {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #c0ffc0;
  background-color: #f0fff0;
  padding: 2px;
  color: #20a020;
}

.microBox {
        padding:2px;
        font-size:9px;
	font-family: Arial, sans-serif, Helvetica;
        border:1px solid #eee;
        height:180px;
        display:block;
        overflow:auto;
        color:#777;
}

TD.microText, SPAN.microText, P.microText, DIV.microText {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 9px;
}

TD.smallText, SPAN.smallText, P.smallText, DIV.smallText {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 10px;
}

TD.normText, SPAN.normText, P.normText, DIV.normText {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
}


TD.accountCategory {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif, Helvetica;
  color: #ff0000;
}

CHECKBOX, RADIO, SUBMIT {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
}

.inputbox {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  background: #FFFFFF;
  //border-top: 0px;
  //border-left: 0px;
  //border-right: 0px;
  border: 1px solid #a0a0a0;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid black;
}

SPAN.greetUser {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  color: black;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, sans-serif, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, sans-serif, Helvetica;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productName {
  font-family: Arial, sans-serif, Helvetica;
  font-weight: bold;
  font-size: 13px;
  display:block;
  color: #222222;
}

TD.productListing-data SPAN.productPrice, P.productListing-data SPAN.productPrice {
  font-size:15px;
  font-weight:bold;
}

SPAN.productPrice {
  font-family: Arial, sans-serif, Helvetica;
  font-weight: bold;
  color: #006699;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif, Helvetica;
  color: #ff0000;
  font-weight: bold;
}

SPAN.masterName {
  font-family: Arial, sans-serif, Helvetica;
  font-weight: bold;
  color: #222222;
}

SPAN.masterPrice {
  font-family: Arial, sans-serif, Helvetica;
  font-weight: bold;
  color: #222222;
}

SPAN.masterSpecialPrice {
  font-family: Arial, sans-serif, Helvetica;
  color: #ff0000;
}


SPAN.errorText {
  font-family: Arial, sans-serif, Helvetica;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif, Helvetica; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif, Helvetica; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, sans-serif, Helvetica; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif, Helvetica; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif, Helvetica; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif, Helvetica; font-size: 10px; color: #ff0000; }


/* Shipping Site Beginn */

TR.shippingHeader {
  background: #F8F0C8;
}

TR.shippingNavigation {
  background: #F8F0C8;
}

TD.shippingNavigation {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  background: #F8F0C8;
  color: black;
  font-weight : bold;
}
/* Shipping Site End */

TD.category_desc {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  line-height: 1.5;
}


/*Invoice Fonts*/
.invoice2 { font-family: Arial, sans-serif, Helvetica; font-size: 14px; }
.invoice1 { font-family: Arial, sans-serif, Helvetica; font-size: 12px; }
.invoice0 { font-family: Arial, sans-serif, Helvetica; font-size: 10px; }
.invoice0c { font-family: Arial, sans-serif, Helvetica; font-size: 10px; color: #5B5B5B; }
.invoicef { font-family: Arial, sans-serif, Helvetica; font-size: 10px; color: #5B5B5B; }


.catalink { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color : black;  text-decoration: none; }
.catalink:link { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color : black; text-decoration: none; }
.catalink:visited { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color : black; text-decoration: none; }
.catalink:hover { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color : black; text-decoration: none; }
.catalink:active { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color : black; text-decoration: none; }

.tooltipp {
        font-size:10px;
        font-family: Arial,Helvetica,sans-serif;
        border:solid 1px #222288;
        width:300px;
        padding:1px;
        position:absolute;
        z-index:99;
        visibility:hidden;
        color:#333333;
        top:20px;
        left:90px;
        background-color:#fcfcff;
        layer-background-color:#fcfcff;
}

HR {
  border: 1px solid #F8F0C8;
}

A.vpo { height:36px; background:#f4f4f4; text-decoration:none; border-bottom:1px solid #fff; display:block; padding:1px; }
A.vpo_hl { height:36px; background:#D1DBDF; text-decoration:none; border-bottom:1px solid #fff; display:block; font-weight:bold; padding:1px; }

A.vpo:hover { height:36px; background:#D1DBDF; text_decoration:none; border-bottom:1px solid #fff; display:block; padding:1px; }
A.vpo_hl:hover { height:36px; background:#D1DBDF; text-decoration:none;  border-bottom:1px solid #fff; display:block; font-weight:bold; padding:1px; }

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

