/*
  $Id: stylesheet.css,v 1.5 2003/03/14 12:46:31 hawk Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

=====================================================================
日本語のためのカスタマイズ履歴
  1. 全てののfont-familyプロパティに、Osakaを追加
       （Apple Mac/Macintosh用文字化け対策）
  2. stockWarning のfont-sizeプロパティを10から12に変更
  3. SPAN.greetUserのカラー(いらっしゃいませ○○さん)を#f0a480から#0000a0へ変更
  4. TD.smallText, SPAN.smallText のfont-sizeプロパティを10から11に変更
  5. TD.productListing-heading  のfont-sizeプロパティを10から11に変更
  6. TD.productListing-data のfont-sizeプロパティを10から11に変更
  7. TD.headerNavigation のfont-sizeプロパティを10から11に変更
  8. boxText のfont-sizeプロパティを10から11に変更
  9. infoBoxContents のfont-sizeプロパティを10から11に変更
10. orderEdit のfont-sizeプロパティを10から11に変更
11. TD.footer のfont-sizeプロパティを10から11に変更
12. TD.infoBoxHeading のfont-sizeプロパティを10から11に変更
13. TD.infoBox, SPAN.infoBox のfont-sizeプロパティを10から11に変更
14. SPAN.newItemInCart のfont-sizeプロパティを10から11に変更
15. checkoutBarFrom, .checkoutBarTo のfont-sizeプロパティを10から11に変更
16. checkoutBarCurrent のfont-sizeプロパティを10から11に変更
=====================================================================
*/

/* ---------------------------
左右のボックス：通常
--------------------------- */
.boxText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
左右のボックス：エラー
--------------------------- */
.errorBox {
  font-family : Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 10px;                                /* フォントサイズ */
  background: #ffffff;                             /* 背景色 */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
「カートには何が入っている?」ページで商品の在庫が無い時に表示するメッセージ
--------------------------- */
.stockWarning {
  font-family : Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 12px;                                /* フォントサイズ */
  color: #cc0033;                                  /* フォントカラー */
}
/* ---------------------------
調査中
--------------------------- */
.productsNotifications {
  background: #335A85;                             /* 背景色 */
}
/* ---------------------------
「ご注文の最終確認」ページ「変更」文字
--------------------------- */
.orderEdit {
  font-family : Osaka, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size : 11px;                                /* フォントサイズ */
  color: #70d250;                                  /* フォントカラー */
  text-decoration: underline;                      /* テキストの装飾 */
}
/* ---------------------------
BODY：ボディ
--------------------------- */
BODY {
  background: #ffffff;                             /* 背景色 */
  color: #000000;                                  /* フォントカラー */
  margin: 0px;                                     /* マージン */
}

/* ---------------------------
A：リンク（通常）
--------------------------- */
A { 
  color: #000000;                                  /* フォントカラー */
  text-decoration: none;                           /* テキストの装飾 */
}
/* ---------------------------
A：リンク（カーソルが上に乗ったとき）
--------------------------- */
A:hover { 
  color: #AABBDD;                                  /* フォントカラー */
  text-decoration: underline;                      /* テキストの装飾 */
}
/* ---------------------------
FORM：フォーム
--------------------------- */
FORM {
  display: inline;                                 /* インラインボックス */
}
/* ---------------------------
TR：ヘッダー（ショップ名）
--------------------------- */
TR.header {
  background: #ffffff;                             /* 背景色 */
}
/* ---------------------------
TR：ヘッダー（ナビゲーション）
--------------------------- */
TR.headerNavigation {
  background: #bbc3d3;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（ナビゲーション）
--------------------------- */
TD.headerNavigation {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  background: #bbc3d3;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
}
/* ---------------------------
A：ヘッダー（ナビゲーションのリンク）
--------------------------- */
A.headerNavigation { 
  color: #FFFFFF;                                  /* フォントカラー */
}
/* ---------------------------
A：ヘッダー（ナビゲーション・カーソルが上に乗ったとき）
--------------------------- */
A.headerNavigation:hover {
  color: #ffffff;                                  /* フォントカラー */
}

/* ---------------------------
TR：ヘッダー（エラー）
--------------------------- */
TR.headerError {
  background: #ff0000;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（エラー）
--------------------------- */
TD.headerError {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #ff0000;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight : bold;                              /* フォント太さ */
  text-align : center;                             /* 横位置 */
}
/* ---------------------------
TR：ヘッダー（メッセージ）
--------------------------- */
TR.headerInfo {
  background: #00ff00;                             /* 背景色 */
}
/* ---------------------------
TD：ヘッダー（メッセージ）
--------------------------- */
TD.headerInfo {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  background: #00ff00;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
  text-align: center;                              /* 横位置 */
}
/* ---------------------------
TR：フッター
--------------------------- */
TR.footer {
  background: #bbc3d3;                             /* 背景色 */
}
/* ---------------------------
TD：フッター
--------------------------- */
TD.footer {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  background: #bbc3d3;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TABLE：情報ボックス
--------------------------- */
.infoBox {
  background: #b6b7cb;                             /* 背景色 */
}
/* ---------------------------
TABLE：情報ボックス（コンテンツ）
--------------------------- */
.infoBoxContents {
  background: #f8f8f9;                             /* 背景色 */
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
調査中
--------------------------- */
.infoBoxNotice {
  background: #FF8E90;                             /* 背景色 */
}
/* ---------------------------
調査中
--------------------------- */
.infoBoxNoticeContents {
  background: #FFE6E6;                             /* 背景色 */
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;                                 /* フォントサイズ */
}
/* ---------------------------
TD：情報ボックス（タイトル）
--------------------------- */
TD.infoBoxHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  background: #bbc3d3;                             /* 背景色 */
  color: #ffffff;                                  /* フォントカラー */
}
/* ---------------------------
TD,SPAN：情報ボックス（情報・メッセージ）
--------------------------- */
TD.infoBox, SPAN.infoBox {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
TR：奇数行
--------------------------- */
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: #f4f7fd;                             /* 背景色 */
}
/* ---------------------------
TR：偶数行
--------------------------- */
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：商品一覧（タイトル）
--------------------------- */
TR.productListing-heading {
  background: #d2e9fb;                             /* 背景色 */
}
/* ---------------------------
TD：商品一覧（タイトル）
--------------------------- */
TD.productListing-heading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  background: #d2e9fb;                             /* 背景色 */
  color: #000000;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
  font-variant: small-caps;                        /* 文字異体（全て大文字にする） */
}
/* ---------------------------
TD：商品一覧（データ）
--------------------------- */
TD.productListing-data {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
A：ページリンク（通常）
--------------------------- */
A.pageResults { 
  color: #0000FF;                                  /* フォントカラー */
}
/* ---------------------------
A：ページリンク（カーソルが上に乗ったとき）
--------------------------- */
A.pageResults:hover { 
  color: #0000FF;                                  /* フォントカラー */
  background: #FFFF33;                             /* 背景色 */
}
/* ---------------------------
TD：ページヘッダ
--------------------------- */
TD.pageHeading, DIV.pageHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 20px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
  color: #9a9a9a;                                  /* フォントカラー */
}
/* ---------------------------
TR：サブバー（未使用）
--------------------------- */
TR.subBar {
  background: #f4f7fd;                             /* 背景色 */
}
/* ---------------------------
TD：サブバー（未使用）
--------------------------- */
TD.subBar {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 10px;                                 /* フォントサイズ */
  color: #000000;                                  /* フォントカラー */
}
/* ---------------------------
TD：メイン
--------------------------- */
TD.main, P.main {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  line-height: 1.5;                                /* 行の高さ */
}
/* ---------------------------
TD,SPAN：小さい文字（メッセージ）
--------------------------- */
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #000000;                                  /* フォントカラー */
}
/* ---------------------------
TD：アカウントカテゴリー
--------------------------- */
TD.accountCategory {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 13px;                                 /* フォントサイズ */
  color: #bbc3d3;                                  /* フォントカラー */
}
/* ---------------------------
TD：フィールド（キー）
--------------------------- */
TD.fieldKey {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TD：フィールド（値）
--------------------------- */
TD.fieldValue {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
}
/* ---------------------------
TD：一覧表の項目名
--------------------------- */
TD.tableHeading {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：情報ボックス（新しくカートに入れた商品）
--------------------------- */
SPAN.newItemInCart {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #ff0000;                                  /* フォントカラー */
}
/* ---------------------------
CHECKBOX, INPUT, RADIO, SELECT：FORMの入力・選択項目
--------------------------- */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
TEXTAREA：FORMの入力項目
--------------------------- */
TEXTAREA {
  width: 100%;
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
}
/* ---------------------------
SPAN：トップページのメッセージ（こんにちは、○○さん〜）
--------------------------- */
SPAN.greetUser {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  color: #0000a0;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
TABLE：フォームエリア（境界線）
--------------------------- */
TABLE.formArea {
  background: #f1f9fe;                             /* 背景色 */
  border-color: #7b9ebd;                           /* 境界線の色 */
  border-style: solid;                             /* 境界線のスタイル */
  border-width: 1px;                               /* 境界線の幅 */
}
/* ---------------------------
TD：フォームエリア（タイトル）
--------------------------- */
TD.formAreaTitle {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：マーク（在庫切れ）
--------------------------- */
SPAN.markProductOutOfStock {
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif; /* フォントファミリ */
  font-size: 12px;                                 /* フォントサイズ */
  color: #c76170;                                  /* フォントカラー */
  font-weight: bold;                               /* フォント太さ */
}
/* ---------------------------
SPAN：特価商品価格
--------------------------- */
SPAN.productSpecialPrice {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  color: #ff0000;                                  /* フォントカラー */
}
/* ---------------------------
SPAN：エラー
--------------------------- */
SPAN.errorText {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  color: #ff0000;                                  /* フォントカラー */
}
/* ---------------------------
レジチェックボックス・マウスオフ
--------------------------- */
.moduleRow { }
/* ---------------------------
レジチェックボックス・マウスオーバー
--------------------------- */
.moduleRowOver {
  background-color: #D7E9F7;                       /* 背景色 */
  cursor: hand;                                    /* カーソル形状 */
}
/* ---------------------------
レジチェックボックス選択行
--------------------------- */
.moduleRowSelected {
  background-color: #E9F4FC;                       /* 背景色 */
}
/* ---------------------------
チェックアウト手順
--------------------------- */
.checkoutBarFrom, .checkoutBarTo {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #8c8c8c;                                  /* フォントカラー */
}
/* ---------------------------
チェックアウト手順（現在の手順）
--------------------------- */
.checkoutBarCurrent {
  font-family: Osaka, Verdana, Arial, sans-serif;  /* フォントファミリ */
  font-size: 11px;                                 /* フォントサイズ */
  color: #000000;                                  /* フォントカラー */
}

/* ---------------------------
bgWhite：背景白
--------------------------- */
bgWhite {
  background-color: #ffffff;                             /* 背景色 */
}

/* from toolfarm tutorial */

/* ---------------------------------------------------------------------

   themes/original/style.css

   -------------------------------------------------------------------*/

  
 #contentTuts{
	float: left;
	width: 70%;
	background-color:#FFF;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	padding-top:0;
	font-size: 85%;
	min-width: 700px;
	margin-top:0;
}
  
table.homebalkback { 
  color: #776655;  
  } 
  
.navbaroff { 
  background-color: #E9EDCF;  
  font-weight: bold;  
  color: #776655;  
  } 
  
.navbaron { 
  color: #808080;  
  background-color: #f7f9e9;  
  font-size: 15px;  
  font-weight: bold;  
  } 
  
.middenhcel { 
  padding-right: 2px;  
  padding-left: 2px;  
  padding-bottom: 2px;  
  color: #776655;  
  padding-top: 2px;  
  background-color: #F7FFD3;  
   } 

.noborder { 
  border: none;  
  } 
  

  
.tableHeader { 
 
  color: #E9EDCF;  
  } 
  
.regularBoldText { 
  font-weight: bold;  
  font-size: 13px;  
  color: #455d29;  
  background-color: #E9EDCF;  
  } 
  
.regularText { 
  font-weight: normal;  
  font-size: 13px;  
  color: black;  
  background-color: transparent;  
  } 
  
.searchText,  .searchLogic  { 
  color: #808080;  
  background-color: transparent;  
  } 
  
.searchText { 
  font-size: 15px;  
  font-weight: bold;  
  } 
  
.searchLogic { 
  font-weight: normal;  
  font-size: 13px;  
  } 
  
.fortune { 
  font-weight: normal;  
  font-size: 11px;  
  color: gray;  
  } 
  
.textBox { 
  font-weight: normal;  
  font-size: 13px;  
  color: black;   
  } 
  
.subCategory, .subCategoryCount { 
  font-weight: normal;  
  font-size: 13px;  
  color: gray;  
  background-color: white;  
  } 
  
.maincats { 
  color: gray;  
  background-color: white;  
  } 
  
.mainCategory, .mainCategoryCount { 
  font-size: 14px;  
  color: gray;  
  background-color: white;  
  } 
  
.mainCategory { 
  font-weight: bold;  
  color: gray;  
  background-color: white;  
  } 
  
 .mainCategoryCount { 
  font-weight: normal;  
  } 
  
.whatText { 
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #003366;
 margin: 0px;
 padding: 0px;
  } 
  
.WhatTabOut { 
  
  color: #E9EDCF;  
  padding: 1px;  
  } 
  
.whatout2 { 
  color: #E9EDCF;  
  background-color: #776655;  
  padding: 3px;  
  } 
  
.whattabletitle {} 
  
.navText { 
  padding-right: 2px;  
  padding-left: 2mm;  
  padding-bottom: 2px;  
  padding-top: 2px;  
  font-weight: normal;  
  font-size: 12px;  
  color: #999; 
  font-style: oblique;
  } 
  
.NavTabOut { 
  color: #E9EDCF;  
  background-color: #f7f9e9;  
  } 
  
.navtabout2 { 
  color: #E9EDCF;  
  background-color: #776655;  
  } 
  
.navtabletitle { 
  color: #E9EDCF;  
  background-color: #776655;  
  } 
  
a.navLink:link, a.navLink:visited, a.navLink:hover { 
  font-weight: normal;  
  font-size: 12px;  
  color: #666;  
  background-color: transparent;  
  font-style: oblique;
  } 
  
a.navLink:hover { 
  background-color: #f7f9e9;  
  text-decoration: none;  
  } 
  
.LineCatOut { 
  color: #E9EDCF;  
  background-color: #f7f9e9;  
  } 
  
.linecattitle { 
  padding-right: 2px;  
  padding-left: 2px;  
  padding-bottom: 2px;  
  color: #776655;  
  padding-top: 2px;  
  background-color: #F7FFD3;  
  } 
  
.lineCategoryText, .lineCategoryLink { 
  font-weight: bold;  
  font-size: 15px;  
  color: #776655;  
  background-color: transparent;  
  } 
  
.lineCategoryText { 
  padding-left: 2mm;  
  background-color: #fff;  
  } 
  
a.lineCategoryLink:link, a.lineCategoryLink:visited, a.lineCategoryLink:active { 
  color: #666666;  
  background-color: transparent;  
  text-decoration: none;  
  } 
  
a.lineCategoryLink:hover { 
  color: #776655;  
  background-color: #dddddd;  
  text-decoration: none;  
  } 
  
.BgTable1 { 
  color: #E9EDCF;  
  background-color: #E9EDCF;  
  padding-top: 2mm;  
  padding-bottom: 2mm;  
  padding-left: 2mm;  
  padding-right: 2mm;  
  } 
  
.BgTable2 { 
  color: #E9EDCF;  
  background-color: #f7f9e9;  
  padding-top : 2mm;  
  padding-bottom : 2mm;  
  padding-left: 2mm;  
  padding-right: 2mm; 
  margin:2px;
  } 
  
.siteName { 
  font-weight: bold;  
  font-size: 15px;  
  color: #666666;   
  } 
  
a.siteName:link, a.siteName:active, a.siteName:visited { 
font-weight: bold;  
  font-size: 15px;  
  color: #666666;  
  text-decoration: underline;  
  } 
  
a.siteName:hover { 
  font-weight: bold;  
  font-size: 15px;  
  color: #776655;  
  background-color: #f7f9e9;  
  text-decoration: none;  
  } 
  
.siteURL { 
  font-weight: normal;  
  font-size: 14px;  
  color: #808080;  
  background-color: #E9EDCF;  
  } 
  
.siteDescription { 
  font-weight: normal;  
  font-size: 14px;  
  color: #808080;  
  background-color: transparent;  
  } 
  
.ownerLink, a.ownerLink:hover { 
  font-weight: normal;  
  font-size: 14px;  
  color: #666666;  
  background-color: #E9EDCF;  
  } 
  
a.ownerLink:hover { 
  background-color: #f7f9e9;  
  text-decoration: none;  
   } 
   
.reviewLink, a.reviewLink:link, a.reviewLink:hover, .reviewCount { 
  font-weight: normal;  
  font-size: 14px;  
  color: gray;  
  background-color: #E9EDCF;  
  } 
  
a.reviewLink:link { 
  text-decoration : none;  
  } 
  
a.reviewLink:hover { 
  background-color: #f7f9e9;  
  } 
  
.siteDescripxion { 
  font-weight: normal;  
  font-size: 14px;  
  color: #666666;  
  background-color: #E9EDCF;  
  } 
  
.addedText, .updateText { 
  font-weight: normal;  
  font-size: 14px;  
  color: #455d29;  
  background-color: #E9EDCF;  
  } 
  
 .categoryText, .categoryLink, a.categoryLink:link, a.categoryLink:hover  { 
  font-weight: normal;  
  font-style: italic;
 font-size: 11px;
  color: #455d29;
  margin-bottom: 10px;
  } 
 
 .searchresults {
 padding: 3px;
 color: #776655;
  }
  
a.categoryLink:link  { 
  text-decoration: none;  
  } 
  
a.categoryLink:hover { 
  background-color: #f7f9e9;  
  text-decoration: none;  
  } 
  
.hitsInText, .hitsOutText { 
  font-weight: normal;  
  font-size: 14px;  
  color: #666666;  
  background-color: #E9EDCF;  
  } 
  
.navBotOut { 
  font-weight: normal;  
  font-size: 13px;  
  color: #776655;  
  background-color: #E9EDCF;  
  } 
  
.navBot { 
  font-weight: normal;  
  font-size: 13px;  
  color: #808080;  
  background-color: #E9EDCF;  
  } 
  
.searchEngines {
	font-weight: normal;
	font-size: 14px;
	color: black;
	background-color: transparent;
	width: 250px;
	margin: 4px;
	white-space: nowrap;
  } 
  
.searchEngineText { 
  font-weight: normal;  
  font-size: 14px;  
  color: black;  
  background-color: transparent;  
  } 
  
.footerBot { 
  font-weight: normal;  
  font-size: 13px;  
  color: #808080;  
  background-color: #f7f9e9;  
  } 
  
.footerText, .footerLink { 
  font-weight: normal;  
  font-size: 13px;  
  color: #808080;  
  background-color: #E9EDCF;  
  } 
  
a.footerLink:link , a.footerLink:visited , a.footerLink:active { 
  font-weight: normal;  
  font-size: 13px;  
  color: #776655;  
  background-color: #E9EDCF;  
  } 
  
.errorText { 
  font-weight: normal;  
  font-size: 14px;  
  color: red;  
  background-color: transparent;  
  } 
  
.errorTextBold { 
  font-weight: bold;  
  font-size: 15px;  
  color: red;  
  background-color: transparent;  
  } 
  
.tddnavcontainer { 
  
margin: 10px 0 0 30px;  
padding: 0; 
	height: 20px;  
  } 
  
.tddnavcontainer ul { 
  
border-top: 0;  
border-left: 0;  
border-bottom: 0;  
border-right: 4px solid #fco;  
margin: 0;  
padding: 0;  
list-style-type: none;  
text-align: center;  
clear: both;  
} 
  

.tddnavcontainer ul li { 
  
display: block;  
float: left;  
text-align: center;  
padding: 0;  
margin: 0;  
} 
  

.tddnavcontainer ul li a { 
  width: 120px;  
height: 18px;  
border-top: 2px solid #739a45;  
border-left: 2px solid #739a45;  
border-bottom: 2px solid #739a45;  
border-right: 1px solid #739a45;  
padding: 0;  
margin: 0 0 10px 0;  
color: #739a45;  
text-decoration: none;  
display: block;  
text-align: center;  
  } 
  
.tddnavcontainer ul li a:hover { 
color: #930;  
background-color: #739a45;  
} 
  

.tddnavcontainer a:active {  
background-color: #c60;  
color: #fff;  
} 
  

.tddnavcontainer li#active a { 
  
background-color: #c60;  
border: 1px solid #c60;  
color: #fff;  
} 
 .BBB {width: 25%;}

.hide { 
  display: none;  
  } 

.tbodystyle {
border: solid 1px  #739a45;
background-color: #739a45; 
  }
  
 .thumbs {
 border: solid 1px  #739a45;
 }
 
 .cattr
 {border:0; background-color:#900;}
 
 .YouSearchedFor, .MostPopSearchTerms {
 color: #02497f;
 text-align: left;}
 
 .resultlist { background-color: #fafcef;
 margin-top: 2px;
 margin-bottom: 2px;
 padding: 4px;
 border: solid 1px  #c7d2a3;
 font-size: 85%;}
 
 .resultsdiv {
	width: 660px;
	overflow: auto;
	color:#333333;
	text-align: left;
	font-size:11px;
}
 
 
 .resultsrow {
	text-align: left;
	line-height: 20px;
	margin-left: 0;
	white-space: nowrap;
	margin-right: 30px;	
	
}