/*
  $Id: stylesheet.css,v 1.57 2007/07/23 15:31:35 ERK 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: 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: #00A300; text-decoration: underline; }

TD.main, P.main, SPAN.main {
  font-family:verdana,arial,sans-serif;
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}

SPAN.largeBlue {
  font-family:verdana,arial,sans-serif;
  font-size: 14px;
  color: #000;  /* #233577; fm blue */ /* #00a300; /* fm green */
  font-weight: bold;
  line-height: 1.5;
}
.p {
  font-family:verdana,arial,sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TABLE.main { background:#fff; color:#000; margin: 0px; }

TABLE.body { background:#fff; color:#000; margin: 0px; }

BODY {
/* 	background-image: url(../images/bg-swirls-blue.jpg);
  	background-repeat: repeat-no; */
  	background-color: #eee;
   	color: #666;
 	margin: 0px;
}

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

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

H1 {
  font-family:verdana,arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px; 
}

H2 {
 font-family:verdana,arial,sans-serif;
 font-size: 13px; 
 font-weight: bold;
 color: #666;
 padding-top:0px;
 padding-bottom:0px;
 margin-top:0px;
 margin-bottom:0px; 
}

H3 {
  font-family:verdana,arial,sans-serif;
  font-size: 100% ;
  font-weight: bold;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px; 
}

TD.tableHeading {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.HeaderCart {
  font-family:verdana,arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background: #999999;
}

a.HeaderCart:link, a.HeaderCart:visited {color: #fff}
a.HeaderCart:hover {color: #f9f9f9; text-decoration: none; background-color: #999999}
a.HeaderCart:active {color: #f9f9f9}

TD.LoginName {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background: #006; /* bg blue */
}

.LoginName a:link, .LoginName a:visited {font-weight: bold; color: #FFF; text-decoration: none}
.LoginName a:hover, .LoginName a:active {font-weight: bold; color: #f9f9f9; text-decoration: underline}

TD.searchHeaderBox {
  background: url(../images/header/FM-search-box-bg.gif);
  background-repeat: repeat-x; 
  background-color: white;
}

TR.header {
  background: white;
}

TR.headerNavigation {
/*  background: url(../images/corner_right_left.jpg);
  background-repeat: repeat-x; */
  background-color: #233577;  /* fm blue */
  font-family:arial,verdana,sans-serif;
  font-size: 13px;
  color: #f9f9f9;
  font-weight:normal;
}

TD.headerNavigation {
  font-family:arial,verdana,sans-serif;
  font-size: 13px;
  color: #f9f9f9;
  font-weight:normal;
}

.headerNavigation a:link, .headerNavigation a:visited {font-weight:normal;color:#fff;font-weight:normal;text-decoration:none}
.headerNavigation a:hover, .headerNavigation a:active {font-weight:normal;color:#fff;font-weight:normal;text-decoration:underline}

TR.headerError { background: #ff0000; }

TD.headerError {
  font-family:Tahoma,verdana,arial,sans-serif;
  font-size:11px;
  background:#ff0000;
  color: white;
  font-weight:bold;
  text-align:center;
}

TR.headerInfo { background: #000066; }

TD.headerInfo {
  font-family:Tahoma,verdana,arial,sans-serif;
  font-size:11px;
  background:#D25448;
  color:white;
  font-weight:bold;
  text-align:center;
}
TD.headerSmall, SPAN.headerSmall, P.headerSmall {
  font-family:verdana,arial,sans-serif;
  font-size: 10px;
  color: #333333;
  font-weight: normal;
}
.headerSmall a:link, .smallText a:visited {font-weight: bold; color: #FFFFFF; text-decoration: underline}
.headerSmall a:hover, .smallText a:active {font-weight: bold; color: #f9f9f9; text-decoration: underline}

TD.left_column { background: #999999; }

TD.right_column { background: #f9f9f9; }


/**************** INFOBOX ***********************/

.infoBox{/* add a boarder to InfoBox */
background:#f9f9f9; 
border:1px; 
border-style:solid; 
border-color:#DBDCDB; 
border-spacing:1px}

.infoBoxBorder{/* add a right-left-bottom boarder to InfoBox */
background:#f9f9f9; 
border-top:0px; 
border-right:1px; 
border-bottom:1px; 
border-left:1px; 
border-style:solid; 
border-color:#DBDCDB; 
border-spacing:1px}

TD.infoBoxHeading{
 background:#f9f9f9 url(../images/infobox/bg_infoBox.gif); 
 background-repeat:repeat-x;  
 font-family:verdana,arial,sans-serif; 
 color:#233577;  /* fm blue */
 font-size:12px; 
 font-weight:bold; 
/* text-transform: uppercase; */
 padding:0px 0px 0px 0px /* top right bottom left */
}

.infoBoxHeading a:link, .infoBoxHeading a:visited{color:#233577;font-weight:bold;text-decoration:none}
.infoBoxHeading a:hover, .infoBoxHeading a:active{color:#000;font-weight:bold;text-decoration:none}

.infoBoxContents{
background:#ffffff; /*  url(images/infobox/box_bg.jpg) repeat-x; */
 font-family:verdana,arial,sans-serif;color:#666;font-size:12px;font-weight:bold;line-height:1.4}

.infoboxContents a:link, .infoboxContents a:visited{font-family:arial,verdana,sans-serif;color:#333;font-size:13px;text-decoration:none;}
.infoboxContents a:hover, .infoboxContents a:active{font-family:arial,verdana,sans-serif;color:#00a300;font-size:13px;text-decoration:none;}

.infoBoxNotice {background:#FF8E90;}

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

TD.infoBox, SPAN.infoBox {
  font-family:verdana,arial,sans-serif;
  font-size: 10px;
  background:#ffffff;
}

.productPriceInBox {
  font-family:verdana,arial,sans-serif;
  font-size: 10px;
  background:#f9f9f9;
}

/**************** FOOTER ***********************/


TD.footerSearch {
  background: url(../images/bg_footer_search.jpg);
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  color: #000;
  font-weight: normal;
}

TD.footerSearch2 {
  background: url(../images/bg_footer_search.jpg);
  font-family:verdana,arial,sans-serif;
  font-size: 15px;
  color: #666;
  font-weight: normal;
}

TABLE.footerBox {
/*background-image:url(images/bg_gradient.gif);
background-repeat:repeat-x; */
background-color:#f9f9f9;
color:#666;
font-family:verdana,arial,sans-serif;
font-size:12px;
border:1px;
border-style:solid;
border-color:#DBDCDB;
border-spacing:0px;
}

TR.footerNavHeader {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #00a300;  /* fm green */ /* orange FF6600 */
  font-weight:bold;
  background:#f9f9f9;
  line-height:1.6;
}

TD.footer, TR.footer {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  color: #666;
  font-weight: normal;
  background: #fff;
}

.footerNavigation {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  color:#233577;  /* fm blue */
  font-weight: normal;
  background:white;
  line-height:1.6;
}

.footerNavigation a:link, .footerNavigation a:visited {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  color:#666;
  font-weight: normal;
  text-decoration: none;
  background-color:white;
}

.footerNavigation a:hover, .footerNavigation a:active  {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  color:#333;  /* gray */
  font-weight: normal;
  text-decoration:underline;
  background-color:white;
}
.FooterBreadcrumb {
  font-family:verdana,arial,sans-serif;
  font-size: 10px;
  background: #FFF;  
  color: #999;
  font-weight: normal;
}

.FooterBreadcrumb a:link, .FooterBreadcrumb a:visited, .FooterBreadcrumb a:active {
  font-size: 10px;
  background: #FFF;
  color:#666;
  text-decoration: none;
  font-weight: normal;
}

.FooterBreadcrumb a:hover {
  font-size: 10px;
  color: #333; /*#666; */ 
  text-decoration:underline; 
  background-color:#fff; /* #FFFFCC; /* yellow */
  font-weight: normal;
}

TD.cc_address {
  font-family:verdana,arial,sans-serif;
  font-size: 10px;
  color: #FF0000;
  line-height: 1.5;
}

TD.subCategoryBox {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
}

FORM { display: inline; }

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

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

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

.productListing-heading {
 background: url(../images/infobox/bg_infoBox.gif); 
 background-repeat:repeat-x;  
 font-family:verdana,arial,sans-serif; 
 color: #233577;  /* fm blue */
 font-size:12px; 
 font-weight:bold; 
padding:0px 0px 0px 0px; /* top right bottom left */

}
.productListing-heading a:link, .productListing-heading a:visited{color:#233577;background-color:transparent;text-decoration:none}
.productListing-heading a:hover, .productListing-heading a:active{color:#000;background-color:transparent;text-decoration:none}
/* borders in products column listing */
TD.productListing-data {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  border: 0px;
  border-style: solid; /* was solid */
  border-color: #666; /* was #eeeeee */
  border-spacing: 6px;
}

A.pageResults { color: #0000FF; }

A.pageResults:hover { color: #0000FF; background: #FFFF33; }

TD.pageHeading, DIV.pageHeading {
  font-family:verdana,arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #666;  
}

TR.subBar { background: #f4f7fd; }

TD.subBar {
  font-family:verdana,arial,sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:verdana,arial,sans-serif;
  font-size: 10px;
  color: black;
  font-weight: normal;
}

/* Product names, Password Forgotten, ... */
.smallText a:link, .smallText a:visited {font-size: 11px; font-weight: bold; color: #666; text-decoration: none}
.smallText a:hover, .smallText a:active {font-size: 11px; font-weight: bold; color: #333; text-decoration: underline}

TD.smallBlue, P.smallBlue, SPAN.smallBlue {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  color: #233577;  /* fm blue */
  line-height: 1.5;
}
.smallBlue a:link, .smallBlue a:visited{color:#233577;text-decoration:none}
.smallBlue a:hover, .smallBlue a:active{color:#233577;text-decoration:underline}

TD.smallBlack, P.smallBlack, SPAN.smallBlack {
  font-family:arial,sans-serif;
  font-size: 10px;
  color:#000;
  line-height: 1.5;
}
.smallBlack a:link, .smallBlack a:visited{color:#000;text-decoration:none}
.smallBlack a:hover, .smallBlack a:active{color:#333;text-decoration:underline}

TD.accountCategory {
  font-family:verdana,arial,sans-serif;
  font-size: 12px;
  color: #aabbdd;
}

TD.category_desc {
  font-family:verdana,arial,sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.fieldKey {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
}

SPAN.newItemInCart {
  font-family:verdana,arial,sans-serif;
  font-size: 10px;
  color: #00a300; /* green */
}

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

TABLE.formArea {
  background: #f8f8f9;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma,verdana,arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma,verdana,arial,sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.errorText {
  font-family: verdana,arial,sans-serif;
  color: red;
}

/*.moduleRow { } */
.moduleRowOver { background-color: #D7E9F7; }
.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; }

/* message box */

.messageBox { font-family:verdana,arial,sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family:verdana,arial,sans-serif; font-size: 11px; background-color: #ffb3b5; }
.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: #00a300; }

/* product description text box on product_info.php */
TD.prod_description, P.prod_description, TABLE.prod_description {
  background: #f9f9f9;
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin: 5px; border: 1px solid gray; width: 70%;
  padding: 10px;
}

/* product description text box on product_info.php */
TD.prod_info, P.prod_info, TABLE.prod_info {
  background: #f9f9f9;
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin: 5px; border: 1px solid gray; width: 100%;
  padding: 10px;
}

/* product description text box on product_info.php */
TD.product_info, P.product_info, TABLE.product_info {
  background: #f9f9f9;
  font-family:verdana,arial,sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin: 5px; border: 1px solid gray; width: 100%;
  padding: 0px;
}

TD.SpecialPrice { 
  font-family:verdana,arial,sans-serif;
  font-size: 10px;
  color: black; 
  font-weight: bold;
  line-height: 1.5;
}

SPAN.redText, TD.redText {
  font-family:verdana,arial,sans-serif;
  font-size: 12px;
  color: #990000;
  font-weight: bold;
  line-height: 1.5;
}

TABLE.corporate_form {
  font-family:verdana,arial,sans-serif;
  font-size: 12px;
  background: #f9f9f9;
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

/******************** Ultimate Fade-in Slide Show ***************************/
.centerdiv{ /*IE method of centering a relative div*/
text-align:center;
z-index: 2;}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto}

/********************** Remove dotted border from links *********************/
a:active, a:focus, input[type="image"] {
outline: 0}

/* html { overflow: -moz-scrollbars-vertical; } /* fixes scroll bar in Firefox */

/*---------------------------------------------------*/
/*   Dynamenu Vertical Fly-Out - categories_dm.php   */
/*---------------------------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: #333;
	background: #fff;  /* was #f9f9f9 */
	border: 0px outset #f9f9f9}

.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:arial,verdana,sans-serif;
	font-size: 13px;		
	font-weight:bold;
	text-decoration: none;
	padding:4px 5px;
	position: relative;
	display: block}

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

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

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

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

.vertsubframe	{   /* Color of submenu item and border */
	background:#233577;  /* fm blue */
	border: 1px outset #999;
	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:arial,verdana,sans-serif;
font-size:13px;			
font-weight:bold;
text-decoration: none;
padding:4px 5px;
position: relative;
display: block}

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

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color:#333;  /* fm blue #233577 */
	background:#e3e3e3;
	text-decoration:none}

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

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

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

.verbar .dmselected {   /* Style override for selected root category */
	color:#233577;  /* fm blue */
	background: #fff;  /* was #f9f9f9 */
	font-weight: bold}

/******************* EOF: dm_categories.php ***********************/

TABLE.infoBoxWhite{ /* add a boarder */
background:#fff; 
border:1px; 
border-style:solid; 
border-color:#DBDCDB; 
border-spacing:1px}

TABLE.infoBoxProducts{
background:#fff; 
border:1px; 
border-style:solid; 
border-color:#DBDCDB; 
border-spacing:1px}

/* Simple Price Breaks 
TD.prod_SpecialPrice {
  background: #f9f9f9;
  margin: 0px; border: 0px solid gray; width: 20%;
  padding: 5px;
}
*/

/* QPBPP */

TD.priceBoxHeading{
 background:#f9f9f9 url(../images/infobox/bg_infoBox.gif); 
 background-repeat:repeat-x;  
 font-family:verdana,arial,sans-serif; 
 color:#233577;  /* fm blue */
 font-size:13px; 
 font-weight:bold; 
 border: 1px solid #DBDCDB;
/* padding:0px 0px 0px 0px /* top right bottom left */
}

.priceBoxHeading a:link, .priceBoxHeading a:visited{color:#233577;font-weight:bold;text-decoration:none}
.priceBoxHeading a:hover, .priceBoxHeading a:active{color:#000;font-weight:bold;text-decoration:none}

TD.productPriceInListing {
  font-family:verdana,arial,sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productSpecialPrice {
  font-family:verdana,arial,sans-serif;
  font-size:13px;
  color:#666;
  font-weight:normal;
  background:#fff;
  border: 1px solid #DBDCDB;
}
TD.productPackaging {
  font-family:verdana,arial,sans-serif;
  font-size:13px;
  color:#666;
  font-weight:normal;
  background:#fff;
  border: 1px solid #DBDCDB;
}
TABLE.boxPrice{
border: 1px solid #DBDCDB;
width:300px;
border-collapse: collapse; 
}

TD.boxPrice{ border: 1px solid #DBDCDB;}
TH { border: 1px solid #DBDCDB;}

TH.thumb { 
font-family:arial,sans-serif;
font-size:9px;
color:#666;
font-weight:normal;
border: 1px solid #DBDCDB;}
.thumb a:link, .thumb a:visited{color:#666;font-weight:bold;text-decoration:none}
.thumb a:hover, .thumb a:active{color:#00a300;;font-weight:bold;text-decoration:none}

SPAN.moreInfo2 {
  font-family:verdana,arial,sans-serif;
  font-size: 13px;
  color: #575757;
  font-weight: bold;
  line-height: 1.5;
}
.moreInfo2 a:link, .moreInfo2 a:visited{color:#575757;font-weight:bold;text-decoration:underline}
.moreInfo2 a:hover, .moreInfo2 a:active{color:#575757;font-weight:bold;text-decoration:underline}
