/*
    Core Code: Copyright (c) osCommerce - www.oscommerce.com
Modified Code: Too numerous to mention "Open Source" sources
Core & Modified Code released via GNU General Public License

*/

/* <!-- preload --> */
div#preload { display: none; }

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffff00; 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: #00ff00; text-decoration: underline; }

BODY {
	scrollbar-3d-light-color:#e5a4c5;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#e5a4c5;
	scrollbar-dark-shadow-color:#cdb297;
	scrollbar-face-color:#cdb297;
	scrollbar-highlight-color:#e5a4c5;
	scrollbar-shadow-color:#cdb297;

  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
  font-size: 11px;
}

A:hover {
  color: #2f435c;
  text-decoration: underline;
  font-size: 11px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {

}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #2f435c;
  font-weight : bold;
}

A.headerNavigation { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #2f435c;
  font-weight : bold;
}

A:hover.headerNavigation {
  color: #003399;
  font-size: 11px;
}

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: #2f435c; */
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
/*  background: #2f435c; */
  color: #ffffff;
  font-weight: bold;
  padding-top: 4;
  padding-bottom: 4;
}

.infoBox {
  background: #d2519d;
}

td.infoBoxNot {
  border: .07em solid #d2519d;
  background: #ffffff;
}

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

.infoBoxNotice {
  background: #add5cc;
}

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

TD.infoBoxHeading {
  background-image: url('../languages/english/images/design/bg_infobox_header.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #add5cc;
  text-align: center;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #333333;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #2f435c;
  color: #ffffff;
  font-weight: bold;
  padding-top: 4;
  padding-bottom: 5;
}

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

A.pageResults {
  color: #2f435c;
}

A.pageResults:hover {
  color: #2f435c;
  background: #ffff33;
}

.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #2f435c;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #2f435c;
}

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, 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: #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 { background-color: #ffff00; }
.moduleRowOver { background-color: #00ff00; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #00ff00; }
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; }

.infoBoxHeaderRow {
  background-image: url('../languages/english/images/design/bg_infobox_header.gif');
}

.infoBoxHeaderRowOver {
  background-image: url('../languages/english/images/design/bg_infobox_header_over.gif');
  cursor: hand; 
}

TD.infoBoxHeadingDropDown {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #add5cc;
  text-align: center;
}

/* 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: #ffff00; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

/* <!-- class="additionalLinks" -->
All links in the database
 */
TD.additionalLinks { 
  font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  color: #2f435c;
  text-decoration: none;
}
a.additionalLinks { 
  font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  color: #2f435c;
  text-decoration: none;
}

a:hover.additionalLinks {
  font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  color: #ff0000;
  text-decoration: underline;
}

/* <!-- class="allprods" -->
allprods.tpl.php, allprods_price.tpl.php, allprods_price_desc.tpl.php
 */
.allprods {
	border-left: .07em solid #bbc3d3;
	border-right: .07em solid #bbc3d3;
	border-bottom: .07em solid #bbc3d3;
}

TABLE.allprods {
	border-left: .07em solid #bbc3d3;
	border-right: .07em solid #bbc3d3;
	border-bottom: .07em solid #bbc3d3;
}

TR.allprods {
	border-left: .07em solid #bbc3d3;
	border-right: .07em solid #bbc3d3;
	border-bottom: .07em solid #bbc3d3;
}

TD.allprods {
	border-left: .07em solid #bbc3d3;
	border-right: .07em solid #bbc3d3;
	border-bottom: .07em solid #bbc3d3;
}

/* <!-- class="bestSellers" -->
templates/standard/boxes/best_sellers.php
*/
TABLE.bestSellers {
  background-color: #caffb9;
  padding-top: 5;
  padding-bottom: 10;
}

TD.bestSellers {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  color: #000000;
  font-weight: bold;
}

/* <!-- class="bg_checkoutPayment" --> */
.bg_checkoutPayment {
  background-color: #ffffff;
  border: .07em solid #000000;
}

/* <!-- class="bg_logo" --> */
.bg_logo {
background-image: url('../languages/english/images/design/bg_logo.gif');
background-repeat: repeat;
background-position: center top;
}

/* <!-- class="bg_col_right" --> */
.bg_col_right {
/* background-color: #e0dfe3; */
background-image: url('../languages/english/images/design/bg_col_right.gif');
background-repeat: repeat-y;
background-position: center top;
}

/* <!-- class="bg_col_right_co" --> */
.bg_col_right_co {
/* background-color: #e0dfe3; */
background-image: url('../languages/english/images/design/bg_col_right_co.gif');
background-repeat: repeat-y;
background-position: center top;
}

/* <!-- class="bg_col_left" --> */
.bg_col_left {
/* background-color: #; */
border: 1 solid #000000;
background-image: url('../languages/english/images/design/bg_col_left.gif');
background-repeat: repeat;
background-position: center top;
}

/* <!-- class="bg_col_left_co" --> */
.bg_col_left_co {
/* background-color: #; */
border: 1 solid #000000;
background-image: url('../languages/english/images/design/bg_col_left_co.gif');
background-repeat: repeat;
background-position: center top;
}

/* <!-- class="bg_col_left_bg" --> */
.bg_col_left_bg {
/* background-color: #ffffff; */
background-image: url('../languages/english/images/design/bg_col_left_bg.gif');
background-repeat: repeat-y;
background-position: center top;
}

/* <!-- class="bg_content_bg" --> */
.bg_content_bg {
background-color: #ffffff;
background-image: url('../languages/english/images/design/');
background-repeat: repeat-y;
background-position: center top;
}

/* <!-- class="bg_col_right_bg" --> */
.bg_col_right_bg {
background-color: #ffffff;
background-image: url('../languages/english/images/design/');
background-repeat: repeat-y;
background-position: center top;
}

/* <!-- categoriesMarquee --> */
TD.categoriesMarquee { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 15pt;
  color: #2f435c;
  font-weight: bold;
  text-decoration: none;
}
A.categoriesMarquee { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 15pt;
  color: #2f435c;
  font-weight: bold;
  text-decoration: none;
}

A:hover.categoriesMarquee {
  font-family: Arial, Verdana, sans-serif;
  font-size: 15pt;
  color: #2f435c;
  font-weight: bold;
  text-decoration: underline;
}

/* <!-- class="checkGCandP" -->
templates/content/product_info.tpl.php & product_info_select_option.tpl.php
 */
TD.checkGCandP {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9pt;
  color: #2f435c;
  text-decoration: none;
  font-weight: normal;
}

a.checkGCandP {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9pt;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

a:hover.checkGCandP {
  font-family: Arial, Verdana, sans-serif;
  color: #2f435c;
  text-decoration: underline;
  font-size: 9pt;
  font-weight: bold;
}

form#examples option {color:#000000;}
form#examples option#disabled {color:#999999;}
form#examples option#disabled1 {color:#ff0000;}
form#examples option#disabled2 {color:#2f435c;}
form#examples optgroup {color:#2f435c;}
form#examples optgroup#examples {color:#ff0000;}
form#examples optgroup option {color:#000000;}

/* <!-- class="faq" -->
0faq.php, 0faq_how_to_order.php
 */
TD.faq {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #2f435c;
}

A.faq {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}

A:hover.faq {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #ff0000;
  text-decoration: underline;
}

/* <!-- class="footerNavigation" --> */
TD.footerNavigation { 
  font-family: Arial, Verdana, sans-serif;
  color: #000000; 
  font-weight: bold;
  font-size: 12px;
  font-variant: small-caps;
}

a.footerNavigation { 
  font-family: Arial, Verdana, sans-serif;
  color: #000000; 
  font-weight: bold;
  font-size: 12px;
  font-variant: small-caps;
}

a:hover.footerNavigation {
  font-family: Arial, Verdana, sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  font-variant: small-caps;
}	

/* <!-- class="footerNavigation2" -->
templates/standard/footer.php
 */
TD.footerNavigation2 { 
  font-family: Arial, Verdana, sans-serif;
  color: #000000; 
  font-weight: bold;
  font-size: 10px;
}

a.footerNavigation2 { 
  font-family: Arial, Verdana, sans-serif;
  color: #000000; 
  font-weight: bold;
  font-size: 10px;
}

a:hover.footerNavigation2 {
  font-family: Arial, Verdana, sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 10px;
}	

/* <!-- class="forumInfobox" --> */
TABLE.forumInfobox {
  padding: 3;
  background: #2f435c;
  border: 1 solid #2f435c;
}

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

a.forumInfobox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

a:hover.forumInfobox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}	

/* <!-- class="forumInfoboxText" --> */
a.forumInfoboxText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

a:hover.forumInfoboxText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}	

/* <!-- class="forumSearchLink" --> */
a.forumSearchLink {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #000000;
font-weight: bold;
  text-decoration: none;
}

a:hover.forumSearchLink {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #000000;
font-weight: bold;
  text-decoration: underline;
}

/* <!-- class="freeShippingTable" --> */
.freeShippingTable {
  border: 1px solid #2f435c;
  background-color: #ffff00;
}

/* <!-- class="freeShippingText" -->
templates/standard/boxes/shopping_cart.php
 */
TD.freeShippingText, SPAN.freeShippingText, P.freeShippingText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* <!-- class="gcText" -->
templates/standard/footer.php
 */
TD.gcText { 
  font-family: Arial, Verdana, sans-serif;
  color: #000000; 
  font-size: 10px;
}

a.gcText { 
  font-family: Arial, Verdana, sans-serif;
  color: #000000; 
  font-size: 10px;
}

a:hover.gcText {
  font-family: Arial, Verdana, sans-serif;
  color: #2f435c;
  font-size: 10px;
}	

/* <!-- class="headerMenu" --> 
templates/standard/header.php
*/
td.headerMenu { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;

}

a.headerMenu { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}

a:hover.headerMenu {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #2f435c;
  text-decoration: underline;
}

/* <!-- class="infoBox2" -->
templates/content/links.php
 */
.infoBox2 {
  background: #2f435c;
  padding: 3;
  color: #ffffff;
  font-weight: bold;
}

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

/* <!-- class="infoBoxHeaderLinks" --> 
templates/standard/boxes/categories_dhtml.php, categories_regular.php ("Product Categories" header link)
*/
a.infoBoxHeaderLinks { 
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  background: #2f435c;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding-top: 4;
  padding-bottom: 3;
}

a:hover.infoBoxHeaderLinks {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  background: #2f435c;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding-top: 4;
  padding-bottom: 3;
}

/* <!-- class="mainPageTable1" --> */
.mainPageTable1 {
background-color: #ffffff;
border: 3px solid #d2519d;
border-top: none;
border-bottom: none;
}

/* <!-- class="mainPageTable2" --> */
.mainPageTable2 {
background-color: #ffffff;
}

/* <!-- class="moduleRowPayment" -->

 */
.moduleRowPayment { background-color: #ffff00; cursor: pointer; cursor: hand; }

/* <!-- class="moreInformation" --> */
a.moreInformation {
  font-family: Arial Narrow;
  font-size: 11px;
  color: #0000ff;
  text-decoration: none;
}

a:hover.moreInformation {
  font-family: Arial Narrow;
  font-size: 11px;
  color: #ff0000;
  text-decoration: underline;
}	

/* <!-- class="nameLink" -->
templates/content/products_all_with_pics.tpl.php, products_all_without_pics.tpl.php
includes/modules/also_purchased_products.php, new_products.php, product_listing.php,
product_listing_col.php, xsell_products_buynow.php
includes/modules/mainpage_modules/auto_featured.php, auto_featured_wishlist.php,
featured.php, featured_wishlist.php, specials.php, specials_wishlist.php
(Name/Title link)
 */
a.nameLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #2f435c;
  text-decoration: none;
  font-weight: bold;
}

a:hover.nameLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
  text-decoration: underline;
  font-weight: bold;
}	

TD.pageHeadingSub, DIV.pageHeadingSub {
  font-family: Arial, Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px solid #2f435c;
  color: #ff0000;
}

/* <!-- class="newProducts" -->
templates/standard/boxes/new_products.php
*/

.newProducts {
  font-size: 11px;
}

TABLE.newProducts {
  background-color: #f8f8f9;
/*   border: 1px;
  border-style: solid;
  border-color: #046369;*/
  padding-top: 5;
  padding-bottom: 10;
}

/* <!-- class="productInfoOptions" --> 
product_info.php ("Available Options:")
*/
.productInfoOptions {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #2f435c;
  font-weight: bold;
}

/* <!-- class="productInfoOptions2" --> 
product_info.php (Options)
*/
.productInfoOptions2 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

/* <!-- class="productListing0data" -->
includes/modules/mainpage_modules/auto_featured.php, auto_featured_wishlist.php,
featured.php, featured_wishlist.php, specials.php, specials_wishlist.php
 */
TD.productListing0data {
  border: .07em solid #bbc3d3;
}

/* <!-- class="productListing1data" -->
includes/modules/product_listing.php
 */
TD.productListing1data {
  font-family: Verdana, Arial, sans-serif;
  border-bottom: .07em solid #bbc3d3;
  font-size: 10px;
}

/* <!-- class="productListing2data" -->
includes/modules/also_purchased_products.php, new_products.php,
product_listing_col.php, xsell_products_buynow.php
 */
TD.productListing2data {
  font-family: Verdana, Arial, sans-serif;
  border: .07em solid #bbc3d3;
  font-size: 10px;
}

/* <!-- class="productPriceInBoxL" --> */
TD.productPriceInBoxL {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #2f435c;
  font-weight: bold;
}

/* <!-- class="productPriceInBoxR" --> */
TD.productPriceInBoxR {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/* <!-- class="swfobject" --> */
TD.swfobject { 
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000; 
  font-size: 10px;
}

a.swfobject { 
  font-family: Arial, Verdana, sans-serif;
  color: #000000; 
  font-size: 10px;
  text-decoration: none;
}

a:hover.swfobject {
  font-family: Arial, Verdana, sans-serif;
  color: #2f435c;
  font-size: 10px;
  text-decoration: underline;
}	

/* <!-- class="requestStatus" -->
rma_request_status.tpl.php
 */
.requestStatus {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/* <!-- class="wholesaleLink" -->
boxes/wholesale.php, wholesale_home.php ("Wholesale Inquiry Form" link)
 */
a.wholesaleLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #2f435c;
  text-decoration: none;
  font-weight: normal;
}

a:hover.wholesaleLink {
  color: #aabbdd;
  text-decoration: underline;
  font-size: 9px;
  font-weight: normal;
}

/* <!-- class="wishList" -->
wishlist.php, wishlist_public.php (Instuctions Text)
 */
TD.wishList {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #2f435c;
}

h1.result  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
}

p.result  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
}

a.result:link  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #03629C;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

a.result:visited  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #03629C;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

a.result:active  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #9d9d9d;
	font-weight : bold;
	font-size : 12px;
	text-decoration : underline;
}

a.result:hover  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #9d9d9d;
	font-weight : bold;
	font-size : 12px;
	text-decoration : underline;
}

span.extract  {
	font-family : verdana, arial,helvetica,sans-serif;
	color : #000000;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}

/* <!-- dhtmlwindow -->
.dhtmlwindow {
  position: absolute;
  border: 3px solid #ff0000;
  visibility: hidden;
  background-color: #ffffff;
}
 */

.imgMargin { 
margin: 0px 0px 7px 15px; /*top,right,bottom,left*/ 
}

.img2Margin { 
margin: 0px 10px 10px 15px; /*top,right,bottom,left*/ 
}

TD.recentlyViewedBoxHeading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-top: 4;
  padding-bottom: 3;
}

TD.googleInfo {
  border: .07em solid #2f435c;
  background: #ffffff;
  padding: 5;
}

/* <!-- nav --> */
#nav {
width: 100%;
margin: 0;
padding: 0;
text-align: center;
}

#nav LI {
display: inline;
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;

background-color: #caffb9;
width: 100%;
text-align: center;
}

#nav A {
display: block;
padding-top: 1;
padding-bottom: 3;
color: #ffffff;
background-color: #2f435c;
font-size: 10px;
font-variant: 11px-caps;
font-variant: small-caps;
font-weight: bolder;
text-decoration: none;
}

#nav A:active {
text-decoration: none;
}

#nav A:hover {
background-color: #ffffff;
color: #2f435c;
text-decoration: none;
}

/* <!-- class="demoNotice" --> */
td.demoNotice {
  font-family: Arial, Verdana, sans-serif;
  font-size: 7pt;
  color: #000000;
}

a.demoNotice {
  font-family: Arial, Verdana, sans-serif;
  font-size: 7pt;
  color: #000000;
  text-decoration: none;
}

a:hover.demoNotice {
  font-family: Arial, Verdana, sans-serif;
  font-size: 7pt;
  color: #ff0000;
  text-decoration: underline;
}
 
form#examples option {color:#000000;}
form#examples option#disabled {color:#999999;}
form#examples option#disabled1 {color:#ff0000; font-weight: bold; font-style: italic;}
form#examples option#disabled2 {color:#2f435c; font-weight: bold; font-style: italic;}
form#examples optgroup {color:#0000ff;}
form#examples optgroup#examples {color:#ff0000;}
form#examples optgroup option {color:#000000;}

/* <!-- ccc --> */
tr.ccc {
  cursor: pointer; 
  cursor: hand;
}

.cccHeader {
  font-family: Arial Black, Verdana, sans-serif;
  font-size: 36pt;
  color: #2f435c;
  font-weight: bold;
}

.cccSubHeader {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20pt;
  color: #003399;
}

.fsbSubHeader {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18pt;
  color: #2f435c;
}

td.cccBuild {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9pt;
}

.cccBuild {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9pt;
}

/* <!--  cpb --> */
.builder_heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  background: #bbc3d3;
  color: #000000;
  font-weight: bold;
}

.builder_footing {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  background: #bbc3d3;
  color: #000000;
  font-weight: bold;
}

TH {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight: bold;
}

/* <!-- class="view_custom" --> */
td.view_custom {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9pt;
  color: #000000;
}

a.view_custom {
  font-family: Arial, Verdana, sans-serif;
  font-size: 8pt;
  color: #2f435c;
  text-decoration: none;
}

a:hover.view_custom {
  font-family: Arial, Verdana, sans-serif;
  font-size: 8pt;
  color: #2f435c;
  text-decoration: underline;
}

/* <!-- class="headerCart" --> */
.headerCart td {
  font-family: arial, verdana, sans-serif;
  color: #000000;
  font-size: 9px;
  padding-top: 1;
  padding-bottom: 4;
  font-variant: small-caps;
  font-weight: bold;
}

.headerCart a {
  color: #000000;
  font-size: 9px;
  padding-top: 1;
  padding-bottom: 4;
  font-variant: small-caps;
  font-weight: bold;
}

.headerCart a:hover {
  color: #cccccc;
  font-size: 9px;
  padding-top: 1;
  padding-bottom: 4;
  font-variant: small-caps;
  font-weight: bold;
  text-decoration: none;
}

.headerCartB {
  font-family: arial, verdana, sans-serif;
  color: #6791ff;
}

#menuFooterSub {
font-size: 11px;
color: #99807f;
font-weight: bold;
}

#menuFooterSub a:link, #menuFooterSub a:visited {
font-size: 11px;
color: #99807f;
font-weight: bold;
}

#menuFooterSub a:hover {
color: #9f1e09;
font-weight: bold;
text-decoration: underline;
}

/* <!-- dhtmlwindow --> */
.dhtmlwindow {
  position: absolute;
  visibility: hidden;
}

.imgMargin { 
margin: 0px 0px 0px 0px; /*top,right,bottom,left*/ 
}