/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

/*  CUSTOM  USED WITH CLEAR IN template_bottom.php  */
.clear {
  clear: both;
}

body {
  background: #F2EBEA;
  background-image:url('/images/custom/bg.png'); 
  color: #000;
  margin: 0px;
  font-size: 11px;
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}

/* CUSTOM ADDS SIDE FRAMES TO BODY */
#bodyWrapper {  
  /*background: #fff; */
  background-image:url('/images/custom/content_bg.png');
  repeat: repeat-y;
  margin-top: 7px;
}

/* LOGO AREA */
#header {
  background-image:url('/images/custom/new_logo_dot.png');
  height: 142px;
  margin-top: 0;
}

/* BOF BREADCRUMB MENU BAR -------------------------------------------------------------------------------------------------------------- */
#headerShortcuts {
  padding-right: 12px;
  float: right;
  margin-top: 3px;
}

.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 11px;
}

#breadcrumbWrapper {
  background: #be8a84;
  background-image:url('/images/custom/breadcrumb_bg.png');
  height: 32px;  
}

#breadcrumbWrapperBot {
  background: #be8a84;
  background-image:url('/images/custom/breadcrumb_bg_bot.png');
  height: 5px;  
}

.searchbox {
  width: 250px;
  float: left;
  margin-top: 3px;
  padding-left: 30px;
  font-size: 11px;
  color: #363636;
  font-weight: bold;
}

#search {
  height: 30px;
  width: 226px;
  float: left;
  padding-left: 32px;
  font-size: 11px;
  color: #363636;
  font-weight: bold;
 background-image:url(' /images/custom/search_bg.png');
}

/*  TODAY'S SPECIALS  */
.specials {
  height: 29px;
  width: 150px;
  margin-top: 3px;
  padding-left: 50px;
  font-size: 11px;
  color: #363636;
}
/* EOF BREADCRUMB MENU BAR -------------------------------------------------------------------------------------------------------------- */

/* BOF COLUMN LEFT -------------------------------------------------------------------------------------------------------------- */
/*  USED IN COLUMN LEFT - CATEGORIES BOX bm_categories.php class="ui-widget-Shop ..."  */ 
.infoBoxContainerShop {
}

/*  USED IN COLUMN LEFT - CATEGORIES BOX bm_categories.php */  
.infoBoxHeadingShop {
  padding: 28px 2px 0 43px;
}

/*  USED IN COLUMN LEFT - CATEGORIES BOX bm_categories.php class'"ui-widget-contentShop ..."  */ 
.infoBoxContentsShop {
  padding: 0px 5px 5px 43px;
  font-size: 11px;
  line-height: 1.5;
}
/* EOF COLUMN LEFT -------------------------------------------------------------------------------------------------------------- */

/* CONTAINS CONTENT AREA */
#bodyContent { 
 }

/*SUBCATEGORIES, PRODUCTS LISTING, DEFAULT MAIN PAGE  */
#MAINcontentContainer {
  /*background: #0042FE; BLUE*/
}

/* SUBCATEGORIES, PRODUCTS LISTING  */
.MAIN_products {
  margin-top: 28px;
  /*background: #FF0000; RED */
}

/* SUBCATEGORIES */
.MAIN_products_top_menu {
  border: 1px solid #b3827a;
  background-image:url('/images/custom/sm.dots_bg.png');
  margin-bottom: 46px; 
}

/* SPACER SPACER BELOW RANDOM PIX MAIN PG  */
.randomSpacer {
  background-image:url('/images/spacer.gif');
  height: 319px;
}

/* SPACER SPACER BELOW RANDOM PIX MAIN PG  */
.listingSpacer {
  background-image:url('/images/spacer.gif');
  height: 434px;
}


/* PRODUCT LISTING*/
.MAIN_productlisting_top_menu {
  border: 1px solid #b3827a;
}

/* DIV FOR SMALL HOPE PIX */
#Hopepix_sm {
  font-size: 20px;
  font-weight: bold;
  height: 46px;
  vertical-align: middle;
  background: #ffffff; 
}


/* DIV FOR BROWN MENU SEPARATOR BELOW SMALL HOPE PIX*/
.Brownmenu_separator {
  margin-bottom: 10px;
  background: #b3827a;
  height: 21px;
}

/* DIV FOR BROWN MENU SEPARATOR BELOW SMALL HOPE PIX*/
.Brownmenu_separator_ProductListing {
  background: #b3827a;
  height: 21px;
}

/* SUBCATEGORIES LISTING */
.contentContainer_top_menu {
  padding-bottom: 10px;
}

/* SUBCATEGORIES LISTING */
.contentText_top_menu, .contentText_top_menu table {
  padding: 0px 0 0px 0;
  font-size: 11px;
  line-height: 1.5;
}

/* SUBCATEGORIES LISTING HOVER COLOR*/
.contentText_top_menu a:hover {
  color: #775D57;
  font-weight: bold;
}

/* DEFAULT MAIN PAGE */
.MAIN_hope {
  margin-top: 28px;
  margin-bottom: 28px;
  background: #775D57;
  background-image:url('/images/custom/hope_pix_main.png');
  height: 346px;
  repeat: no-repeat;
}

/* BOF FEATURED ITEMS -------------------------------------------------------------------------------------------- */
.MAINheader_box {
  text-align: center;
  padding-top: 5px;
  border: 1px solid #b3827a;
}

#MAINheader_contents {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #b3827a;
}

.MAINcontentText, .MAINcontentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}

/* CUSTOM HOVER COLOR */
.MAINcontentText a:hover {
   color: #775D57;
 /*font-weight: bold;
  text-decoration: none;*/  
}
/* EOF FEATURED ITEMS -------------------------------------------------------------------------------------------- */

/* BOF SPECIALS BOXES     SPECIAL=MAIN PAGE    SPECIAL2=PRODUCTLISTING PAGE */
.SPECIALS_box {
  text-align: center;
  padding-left: 194px;
  padding-right: 194px;
  margin-top: 49px;
  margin-bottom: 49px;
}

.SPECIALS2_box {
  text-align: center;
  padding-left: 194px;
  padding-right: 194px;
  margin-top: 98px;
  margin-bottom: 98px;
}

#MAINheader_contents2 {
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #b3827a;
}

.MAINcontentText2, .MAINcontentText2 table {
  font-size: 11px;
  line-height: 1.5;
}

/* EOF SPECIALS BOXES */

/* BOF INFO BOX AND FOLLOW US BOXES--------------------------------------------------------------------------------- */
.Info_News_FU {
  margin-top: 0px;
  text-align: center;
}

.MAINinfoBoxContainer {
  padding-top: 5px;
  border: 1px solid #b3827a;
}

#MAINheader_subcontents {
  margin-top: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #b3827a;
}
/* EOF INFO BOX AND FOLLOW US BOXES--------------------------------------------------------------------------------- */

/* PRODUCT LISTING NO PRODUCTS -------------------------------------------------------------- */
.MAINcontentText_ProductListing, .MAINcontentText_ProductListing table {
  padding: 0 0 0 5px;
  font-size: 11px;
  line-height: 1.5;
}

/* PRODUCT INFO TOP MENU REPLACES SM. IMAGE HOPE AREA -------------------------------------------------------------- */
.MAIN_product_info_top {
 padding: 1px 9px 5px 9px;
 background: #ffffff;
}

/* PRODUCT INFO TOP MENU REPLACES SM. IMAGE HOPE AREA WITH LARGER IMAGE OF HOPE -------------------------------------------------------------- */
.MAIN_product_info_top3 {
 padding: 0px 0px 24px 9px;
 background: #ffffff;
 font-size: 20px;
 font-weight: bold;
 vertical-align:middle;
}

.MAIN_product_info_bottom {
 text-align: right;
}

/* LOGIN PAGE ---------------------------------------------------------------------------------------------------------------------------  */
#LOGIN_MAINcontentContainer {  border: 1px solid #b3827a;  margin-top: 28px;  background-image:url('/images/custom/sm.dots_bg.png'); /* background: #0042FE;BLUE */ }

.LOGIN_MAIN_contentText { /*background: #FF0000; RED */ }

.LOGIN_Brownmenu_separator { margin-bottom: 0px;  background: #b3827a;/* BROWN */  height: 21px; }

.LOGIN_contentContainer {  padding-bottom: 0px; /*background: #FF00FF; PINK */ }

.LOGIN_contentText, .LOGIN_contentText table {  padding: 0px 0 0px 0;  font-size: 11px;  line-height: 1.5; /* background: #808080; GREY */}
/* END OF LOGIN PAGE ----------------------------------------------------------------------------------------------------------------------------- */

/*  ADVANCED SEARCH RESULT PAGE  ------------------------------------------------------------------------------------------------------------------ */
#Hopepix_sm2 {
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #b3827a;
  border-right: 1px solid #b3827a;
  border-left: 1px solid #b3827a;
  height: 46px;
  vertical-align: middle;
  background: #ffffff; 
}
/*  EOF ADVANCED SEARCH RESULT PAGE  ------------------------------------------------------------------------------------------------------------------ */

/*  PRODUCT REVIEWS  ------------------------------------------------------------------------------------------------------------------ */
.Reviews {
  /*padding-right: 100px;*/
}

.CUSTOMcontentText_top_menu2, .contentText_top_menu2 table {
  padding: 0px 0px 0px 10px;
  font-size: 11px;
  line-height: 1.5;
}
/*  EOF PRODUCT REVIEWS  ------------------------------------------------------------------------------------------------------------------ */

/*  PRODUCT REVIEWS WRITE ------------------------------------------------------------------------------------------------------------------ */
.CustomTablePadding {
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 2px;
}
/*  EOF PRODUCT REVIEWS WRITE ------------------------------------------------------------------------------------------------------------------ */

/*  CHECKOUT CONFIRMATION PRODUCTS TABLE ------------------------------------------------------------------------------------------------------------------ */
.CheckoutProducts {
  padding-left: 10px;
}
/*  CHECKOUT CONFIRMATION PRODUCTS TABLE ------------------------------------------------------------------------------------------------------------------ */

/* CUSTOM PAGES DIV1 SUBDIV1 SUBSUBDIV1 CONTENT OTHER  */
.MAIN_CUSTOM_top_menu {
  border: 1px solid #b3827a;
  background-image:url('/images/custom/sm.dots_bg.png');
  margin-bottom: 0px; 
}

/* CUSTOM PAGES CONTENTCONTAINER */
.CUSTOMcontentContainer_top_menu {
  padding-bottom: 10px;
}

/* CUSTOM PAGES CONTENT TEXT  */
.CUSTOMcontentText_top_menu, .contentText_top_menu table {
  padding: 0px 10px 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}

/* CUSTOM PAGES PAGE HEADER */
.CUSTOMPageHeading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* CUSTOM PAGES CONTINUE BUTTON */
.MAINbuttonAction {
  float: left;
}

/* CUSTOM CONTENT SUBCATEGORIES PAGE*/  
.MAIN_subcategories {
  margin-top: 28px;
}

/* CUSTOM CONTENT HEADER BAR PRODUCTLISTING PAGE */
.infoBoxHeadingProductlisting {	
  padding: 0 2px 2px 2px;	
  font-size: 11px;
  background: #b3827a;
  height: 17px;	
}

/* CUSTOM CONTENT PRODUCTLISTING PAGE */
.contentTextProductlisting, .contentTextProductlisting table {
  padding: 0px 0px 5px 0px;
  font-size: 11px;
  line-height: 1.5;
}

/* PRODUCT NAME IN SHOPPING CART FOR HOVER COLOR */
.item_shopping_cart {
}

/* PRODUCT NAME IN SHOPPING CART FOR HOVER COLOR */
.item_shopping_cart a:hover {
  color: #775D57;
  /*text-decoration: none; */
}

/* NEWS ARTICLES LINK UNDERLINE */
.news a {
  text-decoration: underline;
}

/* NEWS ARTICLES HOVER COLOR */
.news a:hover {
  color: #775D57;  
  font-weight: bold;
  text-decoration: none;
}

/* CUSTOM BROWN FRAME BOTTOM */
#Brownframe_bottom {
  margin-top: 22px;
  background: #be8a84;
  background-image:url('/images/custom/Brownframe_bottom.png');
  height: 16px;
}

/* CUSTOM PINK MENU BOTTOM */
#Pinkmenu_bottom {
  background: #f598ad;
  background-image:url('/images/custom/bottommenu_pink_bg.png');
  height: 28px;
}

/* CUSTOM PINK MENU BOTTOM LINKS */
#Pinkmenu_bottom_Links {
  color: #363636;
  padding-top: 7px;
  vertical-align: middle;
  font-weight: bold; 
  text-decoration: none;
}

/* CUSTOM PINK MENU BOTTOM LINKS A */
#Pinkmenu_bottom_Links a {  
  color: #363636;
  font-weight: bold;
  text-decoration: none;
}

/* CUSTOM PINK MENU BOTTOM LINKS A HOVER */
#Pinkmenu_bottom_Links a:hover {  
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

/* CUSTOM PINK MENU BOTTOM PATTERNED */
#PatternedPinkmenu_bottom {
  background: #f598ad;
  background-image:url('/images/custom/bottommenu_bg.png');
  height: 31px;
}

/*  FOOTER BACKGROUND  */
#Footer_background {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #F2EBEA;
  background-image:url('/images/custom/bg.png');
}

#storeLogo {
  float: left;
  margin-top: 5px;
}

/* CUSTOM */
#columnLeft {
  padding-top: 0px;
}


#columnRight {
  padding-top: 5px;
}

.infoBoxContainer {
}

.infoBoxHeading {
  padding: 2px;
  font-size: 11px;
}

.infoBoxContents {
  padding-top: 4px;
  padding-left: 0px;
  padding-bottom: 4px;
  padding-right: 0px;
  font-size: 11px;
  line-height: 1.5;
}

/* PRODUCTS LISTING */
.contentContainer {
  padding-bottom: 10px;
}

/* CUSTOM BOTTOM PADDING CUSTOM PAGES */
.MAINLOWERcontentContainer {
  padding-bottom: 46px;
}

.contentContainer h2 {
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}

/* CUSTOM SIDE PADDING PRODUCT LISTING */
.productListTable {
  padding: 10px 0px 5px 0px;
  font-size: 11px;
  line-height: 1.5;
}

/* CUSTOM ALTERNATING ROW COLORS PRODUCT LISTING */
.productListTable tr.alt td {
  background-color: #F2EBEA;
  background-image:url(' /images/custom/sm.dots_bg_clear.png');
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

h1 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

img {
  border: 0;
}

table, p {
  font-size: 11px;
  line-height: 1.5;
}

/* CUSTOM MARGINS AROUND PRODUCT IMAGE*/
#piGal {
  margin-right: 10px;
}

#piGal a {
  font-weight: bold;
  text-decoration: blink;
}

/* PRODUCT INFO IMAGE LINK CUSTOM HOVER COLOR */
#piGal a:hover {
  color: #775D57;  
  font-weight: bold;
  text-decoration: none;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-right: 10px;
}

.buttonSet {
  clear: both;  
}

.buttonSet a:hover{
  text-decoration: none; 
}

.buttonAction {
  float: right;
}

/* CUSTOM CHANGED TEXT SIZE FROM 10 TO 11   */
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }

.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; }

/* CUSTOM BACKGROUND */
.productsNotifications {
  background-color: #F2EBEA;
  background-image:url(' /images/custom/sm.dots_bg_clear.png');
}

.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

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: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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;
}

/*  ADDED FOR RANDOM LISTINGS */
.infoBox {
  background: #ffffff;
}

.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;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

/* PRODUCT LISTING SORT HOVER COLOR */
.productListingHeader A:hover {
  color: #363636;
  text-decoration: none;
  font-weight: bold;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #0000FF;
}

/* CUSTOM HOVER BACKGROUND COLOR*/
A.pageResults:hover {
  color: #0000FF;
  background: #EBDFDD;
}

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;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*  ADDED FOR RANDOM LISTINGS */
TD.smallText2, SPAN.smallText2, P.smallText2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding-bottom: 12px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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;
}

/* CUSTOM CHECKOUT_SHIPPING SHIPPING METHOD 
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }*/

.moduleRow { }
.moduleRowOver { background-color: #D9C1BD; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #F2EBEA; }

.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: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #363636; font-weight: bold; /*background-color: #99ff00; margin-right: 30px;*/  }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

