/*
  $Id: stylesheet.css,v 1.0 2003/04/17 13:54:41 project2003 Exp $

  Defcon, Guido A.J. Wolff
  http://www.bike-connection.com

  Copyright (c) 2003 - 2005 Guido A.J. Wolff


*/

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










.priceold{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #990000;
}

BODY {

  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #505050;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
background: #F5F5F5;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F5F5F5;
  background-image: url('bg_header_navi.jpg');
  color: #cecfce;
  font-weight : bold;
}

A.headerNavigation {
  color: #333333;
}

A.headerNavigation:hover {
  color: #950101;
}

TR.headerError {
  background: #9c0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #9c0000;
  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: #bbc3d3;
}

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




/*
------------Boxes Section for css-------------
Format each info box according to you liking
*/
TD.infoBoxHeading_center {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
  background: url('images/bg_title_new_products.gif') no-repeat left top;
  height: 34px;
  color: #999999;
  vertical-align: middle;
  padding-left: 15px;
}

TD.infoBoxHeading_left {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: url('images/bg_column_left.gif') repeat-y left top;
  color: #074A9D;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 7px;
}

TD.infoBoxHeading_right {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: url('images/bg_column_right.gif') repeat-y left top;
  color: #074A9D;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 9px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 17px;

  font-weight: bold;
  height: 34px;
  color: #666666;
  vertical-align: middle;
  padding-left: 15px;
}


.contentBox {
  background: #950101;
}

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

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


.BestSellersBox {
  background: #ffffff;
}
TD.BestSellersBoxHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url('images/bg_grau.jpg') top;
  height: 22px;
  color: #ffffff;
  vertical-align: middle;
}

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











.CatagoriesBox {
   background: #FF7D00;
}
TD.CatagoriesBoxHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
 background: url('images/bg_orange.jpg') top;
 height: 22px;
  color: #ffffff;
}

.CatagoriesBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}






.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;
}


.InformationBox {
  background: #ffffff;
}
TD.InformationBoxHeading {

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


.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: #E8E8E8;
}
TD.ManufacturerInfoBoxHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url('images/bg_grau.jpg') top;
  height: 22px;
  color: #ffffff;
  vertical-align: middle;
}
.ManufacturerInfoBoxContents {
  background: #f4f4f4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.ManufacturersBox {
  background: #E8E8E8;
}
TD.ManufacturersBoxHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url('images/bg_grau.jpg') top;
  height: 22px;
  color: #ffffff;
  vertical-align: middle;
}
.ManufacturersBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.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: #999999;
}
TD.ReviewsBoxHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url('images/bg_blau.jpg') top;
  height: 22px;
  color: #ffffff;
  vertical-align: middle;
}
.ReviewsBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.SearchBox {
  background: #C0C0C0;
}
TD.SearchBoxHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url('images/bg_grau.jpg') top;
  height: 22px;
  color: #ffffff;
  vertical-align: middle;
}
.SearchBoxContents {
  background: #f4f4f4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.ShoppingCartBox {
  background: #999999;
}
TD.ShoppingCartBoxHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url('images/bg_blau.jpg') top;
  height: 22px;
  color: #ffffff;
  vertical-align: middle;
}
.ShoppingCartBoxContents {
  background: #f4f4f4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


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


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


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




.werbeBox {
  background: #950101;
}

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

.werbeBoxNotice {
  background: #950101;
}

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























.infoBox {
  background: #999999;
}

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

.infoBoxNotice {
  background: #999999;
}

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



TD.infoBoxHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url('images/bg_blau.jpg') top;
  height: 22px;
  color: #ffffff;
  vertical-align: middle;

}


/*

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #82B8F8;
   background-image: url('bg_header_navi.jpg');
  color: #ffffff;
}

*/


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

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.productListing-heading {
  background: #cccccc;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #cccccc;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}


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

A.pageResults {
  color: #950101;
}

A.pageResults:hover {
  color: #950101;
  background: #f7f3f7;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
  height: 34px;
  color: #666666;
  vertical-align: middle;
  padding-left: 15px;
}

TR.subBar {
  background: #f7f3f7;
}

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: 11px;
  line-height: 1.5;
  color: #505050;
}

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

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

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: #9c0000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f7f3f7;
  border-color: #950101;
  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: #990000;
    font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #950101;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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


/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: #ffffff;
	border: 0px outset #D7D6D6;

}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
}

.vertitem	a {   /* Font style, size of main menu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	position: relative;
	display: block;
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #000000;
	text-decoration: none;
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #950101;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #7E7D7D;
	text-decoration: none;
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #E5E5E5;
	border: 2px outset #D7D6D6;

	position: relative;
	display: block;
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;

	position: relative;
	display: block;
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #000000;
	text-decoration: none;
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #950101;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #1B2D75;
	text-decoration: none;
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 4px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #7B7B7B;
		font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #A50100;
}



