/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License
   ---------------------------------------------------------------------------------------*/

*
{	padding:0px;
	margin:0px;
	font-family:verdana, sans-serif;
	font-size:12px;
}

.my_clear
{	height:1px;
	overflow:hidden;
	clear:both;
}

body
{	background-image:url(img/bn_body_back.png);
	background-repeat:repeat-x;
	background-color:#BBF8A0;
}


#bn_layout_de
{	width:740px;
	overflow:hidden;
	padding:349px 65px 0px 3px;
	background-image:url(img/bn_header_back_deutsch.jpg);
	background-repeat:no-repeat;
	background-position:-3px 0px;
	margin:auto;
	position:relative;
}

#bn_layout_en
{	width:740px;
	overflow:hidden;
	padding:349px 65px 0px 3px;
	background-image:url(img/bn_header_back_englisch.jpg);
	background-repeat:no-repeat;
	background-position:-3px 0px;
	margin:auto;
	position:relative;
}

#bn_language
{	position:absolute;
	bottom:40px;
	right:70px;
	overflow:hidden;
	width:725px;
}

.right
{	float:right;
	margin-top:107px;
}

.left
{	float:left;
}

#bn_inner_box
{	background-image:url(img/bn_inner_box_back.png);
	background-repeat:repeat-y;
	width:100%;
	overflow:hidden;
}

#bn_content
{	padding:0px 3px 100px 2px;
	width:100%;
}


#bn_content p
{	padding:5px 0px;
	font-weight:normal;
}

td
{	font-weight:normal;
}

#bn_start_box
{	background-image:url(img/bn_start_box_back.png);
	background-repeat:repeat-x;
	height:201px;
	border-width:0px 2px 0px 3px;
	border-color:#3D1B11;
	border-style:solid;
}

#bn_left
{	width:185px;
	overflow:hidden;
	float:left;
}

#bn_main
{	float:left;
	width:540px;
	overflow:hidden;
	padding:0px 5px 0px 5px;
}

a, a:link, a:visited, a:active
{	color:#232323;
	text-decoration:none;
}

a:hover
{	text-decoration:underline;
}


#bn_main ul
{	margin:0px 0px 0px 20px;
	list-style-position:outside;
}

#bn_account
{	height:24px;
	line-height:14px;
	overflow:hidden;
	text-align:right;
	position:relative;
}


#bn_navtrail
{	position:absolute;
	left:0px;
	top:0px;
	display:none;
}

#bn_account a, #bn_#bn_account a:link,
#bn_#bn_account a:visited, #bn_#bn_account a:active
{	color:#3D1B11;
	font-size:12px;
}

.my_clear
{	height:1px;
	overflow:hidden;
	clear:both;
}

div.bn_hr
{	background-image:url(img/bn_hr.png);
	background-repeat:repeat-x;
	height:9px;
	overflow:hidden;
	width:736px;
}


#bn_footer
{	height:30px;
	text-align:right;
	background-color:#BBF8A0;
	text-align:right;
	overflow:hidden;
	position:relative;
}

#bn_footer .copyright
{	position:absolute;
	left:0px;
	top:0px;
	font-weight:normal;
	font-size:6pt;
}


#bn_footer .copyright a,#bn_footer .copyright a:libk,
#bn_footer .copyright a:visited,#bn_footer .copyright a:active,#bn_footer .copyright a:hover
{	font-size:6pt;
}

#bn_footer b
{	font-weight:normal;
	font-size:10px;
}

#bn_footer ul
{	list-style-type:none;
	list-style-position:outside;
}

#bn_footer ul li
{	float:right;
	border-right:1px solid #3D1B11;
}

#bn_footer a,#bn_footer a:link,#bn_footer a:visited,#bn_footer a:active
{	color:#3D1B11;
	text-decoration:none;
	padding:3px 10px;
	font-size:10px;
}

#bn_footer a:hover
{	text-decoration:underline;
}

a.bn_bullet,a.bn_bullet:link,a.bn_bullet:visited,a.bn_bullet:active
{	height:50px;
	left:330px;
	position:absolute;
	height:50px;
	padding:30px 0px 0px 80px;
	font-size:18px;
	color:#715850;
	text-decoration:none;
}

a.bn_bullet:hover
{	background-image:url(img/bullet_hover.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}


.boxText {
	font-size: 10px;
	padding:0px 5px;
}

.boxTextBG {
	font-size: 10px;
	background-color:#87CD64;
}
.boxTextBGII {
	font-size: 10px;
	background-color:#F4920C;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning {
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit {
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}


img{
	border:0;
}


form {
	display: inline;
}


td.conditions {
  background-color: #FFCCCC;
}

a.confirmationEdit {
	color: #009933;
	font-style: italic;
}
a.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
}
tr.headerError {
  background-color: #ff0000;
}

tr.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

td.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

tr.headerInfo {
  background: #00ff00;
}

td.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


.infoBox
{  padding-bottom:10px;
}

.infoBoxContents
{ font-size: 10px;
  padding-bottom:10px;
}

.infoBoxNotice
{
}

.infoBoxNoticeContents
{ font-size: 10px;
}

h4.infoBoxHeading, td.infoBoxHeading
{ font-size: 12px;
  font-weight: bold;
  color: #ffffff;
	background-color:#87CD64;
	border-width:0px 0px 0px 0px;
	border-color:#3D1B11;
	border-style:solid;
	padding:0px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
}


td.infoBox, span.infoBox
{ font-size: 10px;
	background-image:url(img/bn_info_box.png);
	background-repeat:repeat-x;
	background-color:#F4920C;
	padding-top: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: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

td.productListing-data
{ font-size: 10px;
}

td.pageHeading, div.pageHeading
{ font-size: 14px;
  font-weight: bold;
  color: #000000;
}

tr.subBar
{ background: #f4f7fd;
}

td.subBar
{ font-size: 10px;
  color: #000000;
}


td.smallText, span.smallText,
p.smallText
{ font-size: 10px;
}

td.accountCategory
{
  font-size: 13px;
  color: #aabbdd;
}

td.fieldKey
{ font-size: 12px;
  font-weight: bold;
}

td.fieldValue
{ font-size: 12px;
}

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

span.newItemInCart
{
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

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

span.underline {
	text-decoration: underline;
}

table.formArea {
  background: #BBF8A0;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

td.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-size: 10px;
  text-align:center;
}

.copyright a,.copyright a:link,.copyright a:visited,.copyright a:active
{	font-size:10px;
}

.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

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

span.productSpecialPrice {
  color: #ff0000;
}
span.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
span.errorText {
  color: #ff0000;
}

span.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow
{ font-size: 11px;
 background-image:url(img/modulrow_back.png);
 background-repeat:repeat-x;
 background-color:#ffffff;
}


.boxText a,.boxText a:link,
.boxText a:visited, .boxText a:active
{	color:#232323;
	font-size:12px;
	text-decoration:none;
}


ul.product
{	background-image:url(img/bn_info_box.png);
	background-repeat:repeat-x;
	background-color:#F4920C;
	padding:5px 2px 10px 2px;
}

ul.product li
{	display:block;
	margin:5px 0px 0px 0px;
}

#bn_left ul.product a,ul.product a:link,
#bn_left ul.product a:visited, #bn_left ul.product a:active
{	color:#232323;
	display:block;
	padding:2px 0px 2px 20px;
	font-size:12px;
	text-decoration:none;
 	background-image:url(img/modulrow_back.png);
 	background-repeat:repeat-x;
 	background-color:#ffffff;
	border:1px solid #87CD64;
	font-weight:bold;
	width:100%;
}

#bn_left  ul.product a:hover
{	color:#232323;
	background-color: #D7E9F7;
	text-decoration:none;
	background-image:none;
}


.boxText a:hover
{	text-decoration:none;
}


.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo
{ font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent
{	font-size: 10px;
	color: #000000;
}

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 { font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading
{	font-size: 10pt;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub { font-size: 9pt; color: #000000;  padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

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

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}


.contentsTopics {
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

.boxText ul
{	margin:0px 0px 0px 15px;
	list-style-position:outside;
}

a#home_link,a#home_link:link,a#home_link:visited,a#home_link:active,a#home_link:hover
{	position:absolute;
	top:250px;
	left:20px;
	width:250px;
	height:100px;
	text-decoration:none;
	overflow:hidden;
	background-image:url(image/schrott_ie_fake_grafik_die_nicht_da_ist.png);
}

a#spezial_link
{	position:absolute;
	top:20px;
	right:20px;
	width:210px;
	height:180px;
	text-decoration:none;
	overflow:hidden;
	background-image:url(image/schrott_ie_fake_grafik_die_nicht_da_ist.png);
}


.ie_bug
{	background-image:url(image/schrott_ie_fake_grafik_die_nicht_da_ist.png);
}
