/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

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

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

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family:Tahoma; font-size:15px; font-weight:bold; color:#1d026b;
}

A.headerNavigation { 
  color: #1d026b; 
}

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

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

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

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding:5px 0;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  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: #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: #f8f8f9;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

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;
  font-stretch:expanded;
  line-height: 1.5;
}

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

.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: 10px; background-color: #cccccc; }
.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; }

/*******************************************************************************************************************************************************************/

body {margin:0px; background-color:#fcd6e5; font-family:Tahoma; font-size:11px; 
      color:#535353;} 

/*
body {margin:0px;background-color:#129dd6; font-family:Tahoma; font-size:11px; 
      color:#535353;} 
*/

#headerLinks { font-family:Tahoma; font-size:11px; margin-top:10px; color:#000000; font-weight:normal;}
#headerLinks a { padding:0 5px; color:#000000;}
#headerLinks a:hover { color:#926400;}

#headerMenu { display:block; width:975px; height:37px;  color:#FFFFFF; font-family:Tahoma; font-size:13px; font-weight:bold; text-align:center;   }
#headerMenu a{ display:block; float:left; padding:11px 13px; color:#FFFFFF; border-right:1px solid #676767; background-image:url(images/header_menu_bgs_inactive.gif); 
                background-repeat:repeat-x; background-color:#3f3f3f;}
#headerMenu a:hover { text-decoration:none; background-image:url(images/header_menu_bgs_active.gif); background-repeat:repeat-x; background-color:#3f3f3f;}

.titleBarWhiteText {font-family:Tahoma; font-size:12px; font-weight:bold; color:#000000;}
.infoBoxLinks { display:block; font-family:Tahoma; font-size:11px; color:#535353; padding:3px 8px;}

.mainLinks { display:block; font-family:Tahoma; font-size:11px; color:#535353; padding:3px 8px; font-weight:bold;}
.subLinks { display:block; font-family:Tahoma; font-size:11px; color:#535353; padding:3px 0 3px 15px;}

.footerTable { padding-left:20px; border-left:1px solid #cbcbcb;}
.footerTable a { display:block; color:#3f3f3f; padding:3px 0;}
.footerTable a:hover { color:#000000;} 

.categoriesLinks {display:block; font-family:Tahoma; font-size:12px; color:#535353; padding:3px 8px;}
.categoriesLinks:hover { text-decoration:none; }

.orange15 { font-family:Tahoma; font-size:15px; font-weight:bold; color:#e49209; }
.grey15B { font-family:Tahoma; font-size:15px; font-weight:bold; color:#555555; }
.black12B { font-family:Tahoma; font-size:12px; font-weight:bold; color:#000000; }
.darkBlue12B { font-family:Tahoma; font-size:12px; font-weight:bold; color:#1d026b; }
.darkBlue22 { font-family:Tahoma; font-size:22px;  color:#1d026b; }
.blackArial18 { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#333333; }
.blackTahoma14b{ font-family:Tahoma; font-size:14px; color:#333333; font-weight:bold; }
.lightBlueTahoma11 {font-family:Tahoma; font-size:11px; color:#0b4921;}

.seeDetailLink {font-family:Tahoma; font-size:11px; font-weight:bold; text-decoration:underline; text-transform:uppercase; color:#003366;
                background-position:84px 5px; display:block; width:240px; padding:0 0 5px 5px; }
.seeDetailLink:hover { color:#ff0018;text-decoration:none;}

#globalnav { /*position:relative; float:left; width:100%;*/ padding:7px 5px 0 5px; margin-top:25px !important; margin-top:0; list-style:none; font-stretch:expanded; }
#globalnav LI { float:left; margin:0; padding:0 0 0 25px; bottom:15px !important; position:relative; bottom:-6px; }
#globalnav A { display:block; width:155px; height:22px; text-align:center; color:#444; text-decoration:none; background-image:url(images/tab_inactive.gif); background-repeat:no-repeat;
               margin-top:0; padding:8px 0 3px 0; font-size:13px;}
#globalnav A.here:link,
#globalnav A.here:visited { position:relative; z-index:2; font-weight:bold;  background-image:url(images/tab_active.gif); background-repeat:no-repeat;}

.t {background: url(images/shadow_t.gif) 0 0 repeat-x; width:590px;}
.b {background: url(images/shadow_b.gif) 0 100% repeat-x;}
.l {background: url(images/shadow_l.gif) 0 0 repeat-y;}
.r {background: url(images/shadow_r.gif) 100% 0 repeat-y;}
.bl {background: url(images/shadow_bl.gif) 0 100% no-repeat;}
.br {background: url(images/shadow_br.gif) 100% 100% no-repeat;}
.tl {background: url(images/shadow_tl.gif) 0 0 no-repeat;}
.tr {background: url(images/shadow_tr.gif) 100% 0 no-repeat; text-align:left; padding:10px 5px 10px 10px;}

ul { text-align:left; display:inline;}
li { margin-left:20px;}

#grey_rounded_box .t {background: url(images/grey_t.gif) 0 0 repeat-x; width:400px;}
#grey_rounded_box .t .b {background: url(images/grey_b.gif) 0 100% repeat-x;}
#grey_rounded_box .t .l {background: url(images/grey_l.gif) 0 0 repeat-y;}
#grey_rounded_box .t .r {background: url(images/grey_r.gif) 100% 0 repeat-y;}
#grey_rounded_box .t .bl {background: url(images/grey_bl.gif) 0 100% no-repeat;}
#grey_rounded_box .t .br {background: url(images/grey_br.gif) 100% 100% no-repeat;}
#grey_rounded_box .t .tl {background: url(images/grey_tl.gif) 0 0 no-repeat;}
#grey_rounded_box .t .tr {background: url(images/grey_tr.gif) 100% 0 no-repeat;  text-align:left;}

#grey_box_content { background-color:#f1f1f1; padding:0 0 0 40px;}
#select_ship_content { background-color:#f1f1f1;}
#ship_comments { background-color:#f1f1f1;} 
.topDownBorder { /*border-top:1px solid #cccccc;*/ border-bottom:1px solid #cccccc;}

#order_confirm_content .t {background: url(images/grey_t.gif) 0 0 repeat-x; width:570px;}
#order_confirm_content .t .b {background: url(images/grey_b.gif) 0 100% repeat-x;}
#order_confirm_content .t .l {background: url(images/grey_l.gif) 0 0 repeat-y;}
#order_confirm_content .t .r {background: url(images/grey_r.gif) 100% 0 repeat-y;}
#order_confirm_content .t .bl {background: url(images/grey_bl.gif) 0 100% no-repeat;}
#order_confirm_content .t .br {background: url(images/grey_br.gif) 100% 100% no-repeat;}
#order_confirm_content .t .tl {background: url(images/grey_tl.gif) 0 0 no-repeat;}
#order_confirm_content .t .tr {background: url(images/grey_tr.gif) 100% 0 no-repeat;  text-align:left;} 

.cartItem { padding:10px 0;}
.newCartItem {}

.bulleted_list { list-style:square; font-size:11px;}
.comparison_features_list {list-style:disc; font-size:12px;} 
.comparison_features_list li {padding:2px 2px;}

.comparison_div {display:block; width:580px; overflow:auto;}
.compared_product { display:block; width:275px; border:1px solid red; float:left;}
.left_right_border { border-left:1px solid #dcdada; border-right:1px solid #dcdada; }

#advance_search td { padding:1px 3px 1px 3px;}

.txtbox{ background-image:url(images/textbox_bg.gif); background-repeat:repeat-x; border:1px solid #cccccc;  color:#666666; vertical-align:middle; }

.generalTextNotice { text-align:left; padding:10px 5px;}

.fesco_header { font-weight:bold;}


/*************************************************************************************************************************************/
.chromestyle{
width: 100%;
font-size:13px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;*/
}

.chromestyle ul{
width: 100%;
/*background: url(images/header_menu_bgs_inactive.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*padding: 4px 0;*/
margin:0;
padding:0;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
/*margin:0;
padding:0;
display:inline;
float:none;*/

display:inline;
padding:0;
margin:0;
padding-top:10px;
}

.chromestyle ul li a{
float:left;
color: #ffffff;
padding: 11px 10px 10px 10px;
margin: 0;
text-decoration: none;
border-right:1px solid #676767;
background-color:#000000;
background-image: url(images/header_menu_bgs_inactive.gif);
background-position:0 0;
background-repeat:repeat-x;
}

.chromestyle ul li a:hover, 
.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#000000;
background-image: url(images/header_menu_bgs_active.gif);
background-repeat:repeat-x;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
/*background-color: #1e609d;*/
width: 200px;
visibility: hidden;
text-align:left;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #484848; /*THEME CHANGE HERE*/
padding: 3px;
text-decoration: none;
color: #ffffff;
background-color: #0b0b0b;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1d026b;
}

/* BOF Dynamic Sitemap */
  ul.sitemap {
  color: #ff0000;
}
/* EOF Dynamic Sitemap */


/* ADD THIS IN stylesheet.css      ITS FOR MANUFACTURER IMAGES 

div.manufacturersScroll {
	height: 165px;	
	overflow: none;
	border: 0px solid #e4e4e4;
	padding: 0px;
}

div.manufacturersLogo{
	padding-bottom: 1px;
	height: 45px;
	width: 130px;	
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
}

div.manufacturersLogoSelected{
	padding-bottom: 1px;
	height: 45px;
	width: 130px;	
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
}

*/


/* Prize Draw & Welcome Page */

.prizeDrawInfoBoxNotice {
  background: #FF8E90;
}

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

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


/* Prize Draw & Welcome Page - END */

