/* -----------------------------------------------------------------------------------------
   $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
   (c) 2006	 RS Elektroniksysteme GmbH (Fabian Steiner, <info@fabis-site.net>

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.boxText { 
}

.boxTextBG {
	background-color: #f1f1f1;
}
.boxTextBGII {
	background-color: #FFCC99;
}
.boxTextPrice {
	color: #FF0000;
}

.errorBox {
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

BODY {
    color: #000000;
    margin: 0;
    background-color: #ffffff;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11pt;
}

img {
    border:0;
}

a:link, a:visited {
    font-size: 11pt;
    color: #0C31E0;
    font-weight: bold;
}

a:hover {
    font-size: 11pt;
    color: white;
    background-color: #0C31E0;
    text-decoration: none;
}

form {
    display: inline;		   
}


tr.header {
    background-color: #ffffff;
}

td.conditions {
    background-color: #FFCCCC;
}

a.confirmationEdit {
    color: #009933;
    font-style: italic;
}

a.confirmationEdit:hover {
    color: #009933;
    font-style: italic;
    text-decoration: underline;
}

tr.headerError {
    background-color: #ff0000;
}

tr.headerMessage {
    background-color: #00CC33;
}

.moduleHeading {
    font-size: small;
    font-weight: bold;
    padding-bottom: 10px;
}

td.headerError {
    background: #ff0000;
    color: #ffffff;
    font-weight : bold;
    text-align : center;
}

tr.headerInfo {
    background: #00ff00;
}

td.headerInfo {
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

tr.footer {
    background: #bbc3d3;
}

tr.footer {
    background: #F6F6F6;
    color: #000000;
    font-weight : bold;
    border-bottom: 1px solid;
    border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
}

.infoBoxNotice {
    background: #FF8E90;
}

.infoBoxNoticeContents {
    background: #FFE6E6;
}

td.infoBoxHeading,
td.infoBoxHeading_right {
    font-size: 10pt;
    font-weight: bold;
    background: #666666;
    height:17px;
    color: #ffffff;
}

td.infoBox, span.infoBox {
    border-right: 4px solid;
    background: #E6E6E6; 
    border-color: #C4C4C4;
}

td.infoBox_right, span.infoBox_right {
    background: #E6E6E6; 
}

td.infoBox a,
td.infoBox_right a {
    font-size: 10pt;
}

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 {
    background: #b6b7cb;
    color: #FFFFFF;
    font-weight: bold;
}

td.productListing-data {
}

A.pageResults {
    color: #0000FF;
    text-decoration: underline;
}

A.pageResults:hover {
    color: #0000FF;
    background: #FFFF33;
}

td.pageHeading, DIV.pageHeading {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

tr.subBar {
    background: #f4f7fd;
}

td.subBar {
    color: #000000;
}

td.main, P.main {
    line-height: 1.5;
}

td.smallText, span.smallText, P.smallText {
    font-size: 10px;
}

td.accountCategory {
    font-size: 13px;
    color: #aabbdd;
}

td.fieldKey {
    font-weight: bold;
}

td.fieldValue {
}

td.tableHeading {
    font-weight: bold;
}

span.newItemInCart {
    color: #ff0000;
}

checkbox, input, radio, select {
}

textarea {
  width: 100%;
}

span.greetUser {
  color: #f0a480;
  font-weight: bold;
}

span.underline {
    text-decoration: underline;
}

table.formArea {
    background: #f1f1f1;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
}

td.formAreaTitle {
    font-weight: bold;
}

.copyright {
    clear: both;
    margin: auto;
    line-height: 1.5;
    text-align:center;
}

.parseTime {
    display: none;
}

span.markProductOutOfStock {
    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 {
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;
}

.moduleRowSelected { 
    background-color: #E9F4FC; 
}

.checkoutBarFrom, 
.checkoutBarTo { 
    color: #8c8c8c; 
}
.checkoutBarCurrent { 
    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-family: Verdana, Arial, Helvetica, sans-serif; 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-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { /*font-family: Verdana, Arial, sans-serif; font-size: 10px;*/ }
.messageStackError, .messageStackWarning { /*font-family: Verdana, Arial, sans-serif; font-size: 10px;*/ background-color: #ffb3b5; }
.messageStackSuccess { /*font-family: Verdana, Arial, sans-serif; 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;
}

.navLeft {
    border-right: 1px solid;
    border-color: #b6b7cb;
    background-image: url(img/bg_left_column.jpg);
    width: 185px;
}
.navRight {
    border-color: #666666;
    border-top-width: 4px;
    border-top-style: solid;
    border-left-width: 4px;
    border-left-style: solid;
    background-color: #E6E6E6;
    width: 185px;
}

.contentsTopics {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.tableListingI {
    background-color: #eeeeee;
}

.tableListingII {
    background-color: #d0d0d0;
}

.tableBody {
    padding: 5px;
}

.poweredby {
    color: #000000;
    font-weight: bold;
}
.onepxwidth {
    width: 1px;
}

/*
 * RS Elektroniksysteme GmbH Modifikationen
 */

#header {
    background: #0C31E0;
    font-size: 2em;
    color: #ffffff;
    padding-bottom: 3px;
    border:1px solid #0C31E0;
}


#headnavigation {
    margin-bottom: 10px;
    background: #B5B5C4;
    color: #ffffff;
    border-top: 2px solid #616178;
    border-bottom: 2px solid #616178;
}

#headnavigation p {
   margin: 0;
   padding:1px 4px 1px 1px;
}

#headnavigation #navpath {
    float: left;
    width: 70%;
}

#headnavigation #navactions {
    margin-left: 70%;
    text-align: right;
}

#headnavigation a {
    color: #ffffff;
    text-decoration: none;
    font-size: 10pt;
}

#headnavigation a:hover {
    text-decoration: underline;
    background: none;
}

#content {
}

#leftcontainer {
   float: left;
   width: 205px;
   border: 1px solid black;
 
}

.boxheading {
    font-size: 10px;
    margin: 0;
    padding: 2px;
    font-weight: bold;
    background: #666666;
    height:17px;
    color: #ffffff;
}

#maincontainer {
    margin: 0 210px 0 215px;
    border: 1px dashed #B0B0B0;
    border-left: 4px solid #B0B0B0;
    padding:30px 10px 30px 10px;
}

#rightcontainer {
    float: right;
    width: 200px;
    border: 1px solid black;
}

#contactbox {
    width: 550px;
    border: 1px solid black;
    margin: auto;
}

#contactbox img {
  float: left;
  width: 52px;
  height:52px;
  margin-top: 4px;
  margin-left: 4px;
}

#contactbox p {
    margin: 4px 0 4px 60px;
    font-size: 10pt;
}

#contactbox p strong{
    font-size: 12pt;
    font-weight: bold;
}



