/*
  $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
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #f66013; text-decoration: underline; }

BODY {
	background: #bcc6bd;
	margin: 0px 0px 10px 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: center
}

div#inhalt{
	text-align: center;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	width: 975px;
	background-color : #ffffff;
} 
h1 {
	display:inline;
	padding-left: 0px;
	padding-top : 0px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
} 
.TxtGreyBold{
	font-size : 12px;
	color : #686663;
	font-weight : bold;
}
.TxtGrey {
	font-size : 12px;
	color : #686663;
	font-weight : normal;
	background-color : #ffffff;
}
.TxtGreySort {
	font-size : 12px;
	color : #686663;
	font-weight : normal;
}
A.TxtGreySort {
	text-decoration: none;
}
A.TxtGreySort:hover {
	text-decoration: none;
}

A {
	color: #f66013;
	text-decoration: none;
}
A:hover {
	color: #f66013;
	text-decoration: underline;
}

.FORM {
	display: inline;
	font-size : 12px;
	color : #666666;
	background-color : #ffffff;
	margin : auto;
	border : 1px #666666 solid;
}
.dotted_line_h {
	background-image:url('/images/content_iso.gif');
}
.dotted_line_v {
	background-image:url('/images/product_iso.gif');
}
.breadcrumb {
	font-size : 12px;
	color : #686663;
	font-weight : normal;
	background-color : #ffffff;
	padding: 10px 0px 10px 0px;
}
a.breadcrumb {
	color : #686663;
	text-decoration: none;
}
a.breadcrumb:hover {
	color : #686663;
	text-decoration: underline;
}
.TxtContent {
	padding-left:10px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
} 
.TxtHeader {
	font-size: 12px;
	font-weight: bold;
	color: #50720c;
	text-decoration: none;
} 
.TxtContentHeader {
	padding-left:10px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 
.TxtContentHeaderOrange {
	font-size: 12px;
	font-weight: bold;
	color: #f66013;
	text-decoration: none;
	font-style: italic;
}
.TxtContentHeaderGrey {
	font-size: 12px;
	font-weight: bold;
	color: #686663;
	text-decoration: none;
	font-style: italic;
}

td.textbar {
  color:#fdfcf3;
	background-image:url('/images/backgroundpx_fdfcf3.gif');
	font-size:1px;
}

td.textbarfooter {
  color:#e5e3df;
	background-image:url('/images/backgroundpx_e5e3df.gif');
	font-size:1px;
}

a.textbarfooter {
  color:#e5e3df;
  text-decoration: none;
}

a.textbarfooter:hover {
  color:#e5e3df;
  text-decoration: none;
}

TR.header {
  background: #f9b381;
}

TR.headerNavigation {
  background: #fdfcf3;
}

TD.header {
  background: #f9b381;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #50720c;
  font-weight : normal;
}

A.headerNavigation {
	color: #50720c;
	text-decoration : none;
}

A.headerNavigation:hover {
	color: #50720c;
	text-decoration : underline;
}

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: #e5e3d4;
}

TD.footer {
  background-image : url('/images/bg_footer.gif');
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #50720c;
  font-weight: normal;
}
TD.footer_link {
	background-image : url('/images/bg_footer_link.gif');
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #50720c;
	font-weight: normal;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
}
A.footer{
	 color: #50720c;
	 text-decoration: none;
}
A.footer:hover{
	 color: #50720c;
	 text-decoration: underline; 
}
/* */
.InformationBox {
	background: #edf1ed;
	padding : 10px 10px 10px 10px;
}
TD.InformationBox {
  background: #edf1ed;
}
.InformationBoxHeading {
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #50720c;
}
A.InformationBoxHeading {
  color: #50720c;
}
A.InformationBoxHeading:hover {
  color: #50720c;
}
TD.InformationBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #50720c;
	background-image : url('/images/bg_hd_box.gif');
	text-align : right;
	padding-right: 10px;
}

.InformationBoxContents {
  background: #edf1ed;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}
A.InformationBoxContents {
  color: #50720c;
}
A.InformationBoxContents:hover {
  color: #50720c;
}

.ihrpreis{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
.alterpreis{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.grau_preis{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #a5a5a5;
}


/* */

.rightBox {
	background : #ffb47f;
}

TABLE.infoBox {
  background: #EDF1ED;
  font-size: 12px;
}

TD.infoBoxContents {
	background: #EDF1ED;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	background-image : url('/images/bg_hd_link_box.gif');
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height : 32px;
	padding-left: 10px;

}

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

TABLE.productListing {
	background: #ffffff;
}
TD.productListing {
	background: #ffffff;
	padding-top : 10px;
	padding-bottom: 10px;
}
.productListing-heading-left {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: url('/images/bg_hd_content_menu.gif');
  background-color: #ebe8e4;
  color: #000000;
  font-weight: bold;
  padding: 5px;
}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #ebe8e4;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
}
a.productListingLink {
	color: #f66013;
	font-weight: bold;
	text-decoration: none;
}
a.productListingLink:hover {
	color: #f66013;
	font-weight: bold;
	text-decoration: underline;
}

A.pageResults {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f66013;
  font-weight: bold;
  text-decoration: none;
}

A.pageResults:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f66013;
  font-weight: bold;
  text-decoration: underline;
}
/* pageHeading */

TD.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

TD.pageHeadingContent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

TD.pageHeadingLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

A.pageHeadingLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f66013;
  font-weight: bold;
  text-decoration: none;
}

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

DIV.pageHeading {
	background: #FB7c2d;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

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: 12px;
  color: #000000;
  font-weight: normal;
}

.mainbold{
	font-size: 12px;
	font-weight: bold;
	color : #000000;
}

A.main {
	color: #f66013;
	text-decoration: none;
}
A.main:hover {
	color: #f66013;
	text-decoration: underline;
}

/* BEGIN */
.subCategories{
  background: #edf1ed;
  color : #686663;
}

.subCategoriesHeading{
  background: url('/images/bg_hd_link_box.gif');
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 10px;
}
.subCategoriesContents{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #edf1ed;
	color : #686663;
	padding: 10px 10px 10px;
}
a.subCategoriesLink {
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #edf1ed;
	color : #686663;
}
a.subCategoriesLink:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #edf1ed;
	color : #686663;
}
.subCategoriesContentsSmall{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #fcfcf4;
	border-color: #e5e3d4;
  border-style: solid;
  border-width: 1px;
}
.subCategoriesContentsWhite{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border-color: #e5e3d4;
  border-style: solid;
  border-width: 1px;
}

.NewContentBox {
  background: #ffffff;
}
TABLE.NewContentBox {
  background: #ffffff;
}
TABLE.NewContentBoxContents {
  background: #ffffff;
}
TD.NewContentBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
A.NewContentBoxHeading {
	font-size : 12px;
	text-decoration : none;
	color : #f66013;
	font-weight : normal;
}
A.NewContentBoxHeading:hover {
	font-size : 12px;
	text-decoration : underline;
	color : #f66013;
	font-weight : normal;
}
TD.NewContentBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
   color : #000000;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
}
A.NewContentBoxContents {
	font-size : 12px;
	text-decoration : none;
	color : #f66013;
	font-weight : normal;
}
A.NewContentBoxContents:hover {
	font-size : 12px;
	text-decoration : underline;
	color : #f66013;
	font-weight : normal;
}

TD.schwarz {
	background: #000000;
}

TD.greeting {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
  color: #000000;
}

TD.greeting2 {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
  color: #000000;
}

span.diabetik {
	color: #ff7d21;
}

TD.ProductInfoHeader {
	background: url('images/pro_info_hg.gif');
	font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color: #000000;
  font-weight: bold;
	font-style: italic;
}

TABLE.AlsoPurchasedBox {
  background: #E5E3D4;
  border-style: solid;
  border-width: 1px;
}

.AlsoPurchasedContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}

.AlsoPurchasedHeading {
	background: #E5E3D4;
	font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color: #000000;
  font-weight: bold;
	font-style: italic;
  padding-left: 10px;
}

TD.myListingBox_oben {
	background: url('images/rahmen_10_oben.gif');
}

TD.myListingBox_links {
	background: url('images/rahmen_10_links.gif');
}

TD.myListingBox_rechts {
	background: url('images/rahmen_10_rechts.gif');
}

TD.myListingBox_unten {
	background: url('images/rahmen_10_unten.gif');
}

/* Price Break*/
TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccFFcc;
}


/* END */

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

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

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

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

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, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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;
  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: #edf1ed; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #edf1ed; }

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

/* BEGIN spacer */
TD.whitespace {
	 background: #ffffff;
}
TD.leftspace {
	 background-image:url('/images/bg_menu.gif');	
}
TD.rightspace {
	 background: #ffffff;
}
/* END Spacer */

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 padding: 10px;
 border-color: #f66013;
 border-style: solid;
 border-width: 1px;	
}
.messageStackSuccess {
 font-family: Verdana, Arial, sans-serif; 
 font-size: 12px;
 padding: 10px;
 border-color: #50720c;
 border-style: solid;
 border-width: 1px;	
}

/* input requirement */

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

/*---Boxes Section for css--Format each info box according to you liking*/

.contentBox {
  background: #ffffff;
}

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

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


.BestSellersBox {
  background: #b6b7cb;
}
TD.BestSellersBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.BestSellersBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.CatagoriesBox {
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	margin-top : 0px;
}
TD.CatagoriesBoxHeading {
	font-size: 12px;
	font-weight: bold;
	color: #50720c;
	padding-top : 10px;
	padding-right : 10px;
    padding-left : 10px;
}
.CatagoriesBoxContents {
	color: #f66013;
    font-size: 12px;
	font-weight: normal;
}
A.CatagoriesBoxContents {
	color: #f66013;
}
A.CatagoriesBoxContents:hover { 
  color: #f66013; 
}
hr.CatagoriesBoxContents { 
  color: #f2f1ea;
}
.CatagoriesBoxContentsSmall {
  background: #e5e3d4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color: #3366cc;
	font-weight: normal;
	line-height: 1.5;
}
A.CatagoriesBoxContentsSmall { 
  color: #3366cc; 
}
A.CatagoriesBoxContentsSmall:hover { 
  color: #3366cc; 
}

.CurrenciesBox {
  background: #b6b7cb;
}
TD.CurrenciesBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.CurrenciesBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.ImageBox {
  background: #ffffff;
}


/* BEGIN rightBox */
.rightBox {
  background: #ffb47f;
}
TD.rightBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #ffb47f;
  color: #ffffff;
}
.rightBoxContents {
  background: #fdfcf3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color: #000000;
}
A.rightBoxContents {
	color: #3366cc;
}
.rightBoxContents:hover {
	color: #3366cc;
}
/* END rightBox */
.LanguagesBox {
  background: #b6b7cb;
}
TD.LanguagesBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.LanguagesBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.ManufacturerInfoBox {
  background: #b6b7cb;
}
TD.ManufacturerInfoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ManufacturerInfoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.ManufacturersBox {
	background: #ffffff;
}
TD.ManufacturersBoxHeading {
	font-size: 12px;
	font-weight: bold;
	color: #50720c;
}
.ManufacturersBoxContents {
  font-size: 12px;
}


.OrderHistoryBox {
  background: #b6b7cb;
}
TD.OrderHistoryBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.OrderHistoryBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.ProductNotificationsBox {
  background: #b6b7cb;
}
TD.ProductNotificationsBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ProductNotificationsBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.ReviewsBox {
  background: #b6b7cb;
}
TD.ReviewsBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ReviewsBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.SearchBox {
  background: #e5e3d4;
}
TD.SearchBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #e5e3d4;
  color: #ffffff;
}
.SearchBoxContents {
  background: #e5e3d4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}


.ShoppingCartBox {
}
TD.ShoppingCartBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #edf1ed;
	color: #50720c;
}
.ShoppingCartBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}


.SpecialsBox {
  background: #b6b7cb;
}
TD.SpecialsBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.SpecialsBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


/* BEGIN mySpecialsBox column_left*/
.mySpecialsBox {
  background: #e5e3d4;
}
TD.mySpecialsBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #e5e3d4;
  color: #ffffff;
}
.mySpecialsBoxContents {
  background: #e5e3d4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	font-weight: bold;
	color: #3366cc; 
}
}
A.mySpecialsBoxContents { 
  color: #3366cc; 
}
A.mySpecialsBoxContents:hover { 
  color: #3366cc; 
}

/* END mySpecialsBox*/


.TellaFriendBox {
  background: #b6b7cb;
}
TD.TellaFriendBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.TellaFriendBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.WhatsNewBox {
  background: #b6b7cb;
}
TD.WhatsNewBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.WhatsNewBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* Shipping Site Beginn */

TR.shippingHeader {
  background: #bbc3d3;
}

TR.shippingNavigation {
  background: #bbc3d3;
}

TD.shippingNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #000000;
  font-weight : bold;
}
/* Shipping Site End */
