/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 11: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
   ---------------------------------------------------------------------------------------*/

.boxText {
        font-family:  Arial, sans-serif;
        font-size: 11px;
        color:#6B6B6B;
        padding-left:18px;
}

.boxText_right {
        font-family:  Arial, sans-serif;
        font-size: 11px;
        color:#6B6B6B;
        padding-left:18px;
}

.boxText2 {
        font-family:  Arial, sans-serif;
        font-size: 11px;
        color:#6B6B6B;

}

.boxTextBG {
        font-family:  Arial, sans-serif;
        font-size: 11px;
        background-color: #E7F6FF;
        color: #6B6B6B;
}
.boxTextBGII {
        font-family:  Arial, sans-serif;
        font-size: 11px;
        background-color: #FDE7BF;
        color: #6B6B6B;
}
.boxTextPrice {
        font-family:  Arial, sans-serif;
        font-size: 11px;
        color: #FF0000;
}

.errorBox {
        font-family :  Arial, sans-serif;
        font-size : 11px;
        font-weight: bold;
        background-color: #F2FFF0;
        color: #6B6B6B;
        border: 1px solid;
        border-color: #c0c0c0;
}
.gvBox {
        font-family :  Arial, sans-serif;
        font-size : 14px;
        font-weight: bold;
        border-color: #FFFFFF;
        border: 1px solid;
        background-color: #FF8A00;
}
.stockWarning {
        font-family :  Arial, sans-serif;
        font-size : 11px;
        color: #FF8A00;
}

.productsNotifications {
        background-color: #f2fff7;
}

.orderEdit {
        font-family :  Arial, sans-serif;
        font-size : 11px;
        color: #70d250;
        text-decoration: underline;
}

BODY {
        color: #6B6B6B;
        background-image: url('img/bkgd.jpg');
        background-repeat:repeat-x;
        margin: 0px;
        background-color: #FFFFFF;
        font-family:  Arial, sans-serif;
        font-size: 12px
}

strong {
        color: #6B6B6B;
        font-family:  Arial, sans-serif;
        font-size: 12px;
        }

img{
        border:0px none;
}

.outline {

        border: 1px solid;
        border-color: #D0D7EE;


}

.smallTextImage {

        border: 1px solid;
        border-color: #D0D7EE;
        background-color: #FFFFFF;


}


A {
  color: #6B6B6B;
  text-decoration: none;
}

A:hover {
  color: #6B6B6B;
  text-decoration: underline;
}

A.home {
        font-family:  Arial, sans-serif;
        font-size: 12px;
        color: #6B6B6B;
        font-weight : bold;
        text-decoration: none;
        margin-top:11px;
}

A.home:hover {
        font-family:  Arial, sans-serif;
        font-size: 12px;
        color: #6B6B6B;
        font-weight : bold;
        text-decoration: underline;
}

A.cat {
  color: #6B6B6B;
  text-decoration: none;

}

A.cat:hover {
  color: #6B6B6B;
  text-decoration: underline;
}


.slogan {
  font-family: Times New Roman;
        font-size: 31px;
        color: #717171;
        font-weight : normal;

}



FORM {
        display: inline;
}


TR.header {
        background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
        font-family:  Arial, sans-serif;
        font-size: 11px;
        color: #6B6B6B;

}

A.headerNavigation {
  color: #6B6B6B;
}

A.headerNavigation:hover {
  color: #6B6B6B;
  text-decoration: underline;

}

TD.conditions {

}

A.confirmationEdit {
        color: #e00815;
        font-style: italic;
}
A.confirmationEdit:hover {
        color: #e00815;
        font-style: italic;
        text-decoration: underline;
}
TR.headerError {
  background-color: #FFFFFF;
  font-size: 11px;
        color: #6B6B6B;
        font-weight : bold;
}

TR.headerMessage {
font-family:  Arial, sans-serif;
}

.moduleHeading {
        font-family:  Arial, sans-serif;
        font-size: small;
        font-weight: bold;
        padding-bottom: 11px;
        color: #6B6B6B;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family:  Arial, sans-serif;
  font-size: 11px;
    background: #F6F6F6;
  color: #6B6B6B;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox { padding-bottom:5px;
}

.infoBoxContents {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #6B6B6B;
  background-repeat:no-repeat;
  padding-left:15px;
  padding-top:7px;
}

TD.infoBoxHeading_right, TR.infoBoxHeading_right {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #6B6B6B;
  background-repeat:no-repeat;
  padding-left:15px;
  padding-top:7px;
}

TD.cart {
font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #6B6B6B;
  }


TD.infoBox, SPAN.infoBox {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  padding-top:5px;
  padding-bottom:5px;

}

TD.infoBox_right, SPAN.infoBox_right {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  padding-top:5px;
  padding-bottom:5px;


}

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-family:  Arial, sans-serif;
  font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
        color: #e00815;
        text-decoration: underline;
}

A.pageResults:hover {
  color: #e00815;

}

TD.pageHeading, DIV.pageHeading {
  font-family:  Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: color: #6B6B6B;;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #6B6B6B;
}

TD.main, P.main {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #6B6B6B;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #6B6B6B;

}

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

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

TD.fieldValue {
  font-family:  Arial, sans-serif;
  font-size: 12px;
}

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

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

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

TEXTAREA {
  width: 110%;
  font-family:  Arial, sans-serif;
  font-size: 12px;
}

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

SPAN.underline {
        text-decoration: underline;
}

TABLE.formArea {

  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

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

.copyright {
font-family:  Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
text-align:center;
}
.parseTime {
font-family:  Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
text-align:center;
}
A.copyright {
  color: #6B6B6B;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

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

SPAN.price {
  font-family:  Arial, sans-serif;
  color: #e00815;
}

SPAN.productSpecialPrice {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
        font-family:  Arial, sans-serif;
        color: #ff0000;
        text-decoration: line-through;
}
SPAN.errorText {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family:  Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
        font-family:  Geneva, Arial, Helvetica, sans-serif;
        font-size: x-small;
        font-weight: bold;
        color: #6B6B6B;
}

.moduleRow {
 font-family:  Arial, sans-serif;
 font-size: 12px;
 color: #6B6B6B;


}
.moduleRowOver {

        font-family:  Arial, sans-serif;
    font-size: 12px;
    color: #6B6B6B;


        }
.moduleRowSelected {color: #6B6B6B; }

.checkoutBarFrom, .checkoutBarTo { font-family:  Arial, sans-serif; font-size: 11px; color: #e00815; }
.checkoutBarCurrent { font-family:  Arial, sans-serif; font-size: 11px; color: #6B6B6B; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family:  Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family:  Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family:  Arial, Helvetica, sans-serif; font-size: 11pt; }
.heading4 { font-family:  Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family:  Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family:  Arial, Helvetica, sans-serif; font-size: 11pt; color: #FFFFFF;
        background-color: #D7E1FC;
        padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#6B6B6B;}
.sitemap_heading a:hover {color:#6B6B6B; text-decoration:none;}

.sitemap_sub {font-family:  Arial, Helvetica, sans-serif; font-size: 9pt; color: #6B6B6B; background-color: #FFFDD8; padding: 2px 2px;}
.sitemap_sub a {color:#6B6B6B;}
.sitemap_sub a:hover {color:#6B6B6B; text-decoration:none;}


/* message box */

.messageBox { font-family:  Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:  Arial, sans-serif; font-size: 11px; background-color: #E7F6FF; }
.messageStackSuccess { font-family:  Arial, sans-serif; font-size: 11px; background-color: #E7F6FF; }

/* input requirement */

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

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

.navLeft {

        background-image: url('img/bg_left_column.jpg');
        width: 200px
}
.navRight {
        background-image: url('img/bg_right_column.jpg');
        width: 200px
}

.contentsTopics {
        font-family:  Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #6B6B6B;
}

.tableListingI {
        background-color: #E7F6FF;
}

.tableListingII {
        background-color: #FDE7BF;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #6B6B6B;
  font-weight: bold;
}
.onepxwidth {
        width: 1px;
}

a.btn {
	/*display: block;*/
	border-left:1px  solid #E9E9E9; 
	border-right:1px solid #41A0CF; 
	border-top:px solid #E9E9E9; 
	border-bottom:1px solid #41A0CF; 
	color: #FFFFFF;
    background: #41A0CF;
    width:70px; 
    background-color:#41A0CF;
    text-align:center;
    text-decoration:none;
        }
a.btn:link {
	/*display: block;*/
	border-left:1px  solid #E9E9E9; 
	border-right:1px solid #41A0CF; 
	border-top:px solid #E9E9E9; 
	border-bottom:1px solid #41A0CF; 
	color: #FFFFFF;
    background: #41A0CF;
    width:70px; 
    background-color:#41A0CF;
    text-align:center;
    text-decoration:none;
        } 
a.btn:hover  {
	/*display: block;*/
	border-left:1px  solid #E9E9E9; 
	border-right:1px solid #41A0CF; 
	border-top:px solid #E9E9E9; 
	border-bottom:1px solid #41A0CF; 
	color: #FFFFFF;
    background: #41A0CF;
    width:70px; 
    background-color:#41A0CF;
    text-align:center;
    text-decoration:none;
        } 

/* SAVE IN PERCENT */
.save_percent {font-family:Verdana, Arial, sans-serif; font-size:9px; color:#FF6600; font-weight:normal;}

.rma_choose {font-family: Verdana, Arial, sans-serif;font-size: 10px;color: #000000;background-color:#eeeeee;}
.rma_table_heading {font-family: Verdana, Arial, sans-serif;font-size: 10px;color: #000000;background-color:#dddddd;
padding-left:5px;
height:18px;}
.rma_table_content {font-family: Verdana, Arial, sans-serif;font-size: 10px;color: #000000;background-color:#f1f1f1;
padding-left:5px;
height:18px;}
.rma_choose_body {font-family: Verdana, Arial, sans-serif;font-size: 10px;padding:5px;}
.rma_options {font-family: Verdana, Arial, sans-serif;font-size: 10px;}

.taggross {
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
}
.tagmittel {
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
}
.tagsmall {
        font-size: 9px;
        text-decoration: none;
}

.tagcloud a:link, .tagcloud a:visited {
        color: #AAAAAA;
}

.tagcloud a:link .taggross, .tagcloud a:visited .taggross  {
        color: #6C6C6C;
}
.tagcloud a:hover, .tagcloud a:hover .taggross  {
        color: #FF6600;
}