/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl 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: 11px; padding-left:12px; padding-right: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: #000099; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #2B9939; text-decoration: underline; }

BODY {
  /*background-image: url('header/left_purple.jpg');*/
  background-image: url('header/main_bg.jpg');
  background-repeat: repeat-y;
  background-position: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family:Verdana,Arial;
  font-size:8pt;
  background-color: #E3D6EA;
}


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

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

FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

div.headerNavigation {
  position:absolute;
  top:20px;
  left:232px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background-image:url(header/bkgd_accountbox.jpg);
  color: #ffffff;
  width:303px;
  height:32px;
  border:1px solid white;
  text-align:center;
}

div.headerNavigation div {
  padding-top:8px;
  padding-left:10px;
}

A.headerNavigation { 
color: #FFFFFF;
margin-left:5px;
margin-right:10px;
text-decoration: none;
}

A.headerNavigation:hover {
color: #FFFFFF;
margin-left:5px;
margin-right:10px;
text-decoration: underline;
}

div.breadCrumb {
  width:100%;
  text-align:left;
  position:absolute;
  top:257px;
  left:0px;
  height:25px;
  /*background: #6C3392;*/
  background-image:url('header/breadcrumb_bg2.jpg');
  background-repeat:no-repeat;
  background-position:217px 0px;
  color:white;
  font-size: 11px;
}

div.breadCrumbBg {
  width:50%;
  position:absolute;
  top:257px;
  right:0px;
  height:25px;
  background-image:url('header/breadcrumb_bg_plain.jpg');
}

div.breadCrumb div {
  margin-left:233px;
  margin-top:4px;
}

A.breadCrumb
{
color:white;
text-decoration:underline;
font-family: Verdana,Arial,sans-serif;
font-weight:normal;
}

A.breadCrumb:hover
{
color:white;
text-decoration:underline;
font-family: Verdana,Arial,sans-serif;
}

TD.headerNavigation2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  height: 12px;
  color: #000000;
}
A.headerNavigation2 { 
  color: #000000;
  text-decoration: none;
}

A.headerNavigation2:hover {
    color: #000000;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
  padding-top:5px;
  padding-bottom:5px;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

div.footerMyhreco {
  width:195px;
  color:white;
  margin-left:22px;
  margin-top:-35px;
  text-align:center;
}

div.footer {
  margin-left:215px;
  margin-top:-35px;
  text-align:center;
}

a.footer, a.footer:hover {
  font-family: Verdana, Arial, sans-serif;
  color: #656565;

}

.infoBox {
  margin-bottom: 10px;
}

.columnLeft .infoBox {
  border-bottom:1px solid white;
  margin-bottom: 0px;
  
}

.infoBox_shopping {
  margin-bottom:-1px;
  
}

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

.contentArea .infoBox {
  background:white;
  margin-bottom:6px;/* note this changes spacing of all infoboxes in main content area - so will alter button position if changed */
}

.infoBoxContents,.infoBoxContentsPlus,.infoBoxContents a,.infoBoxContents a:hover,.infoBoxContentsPlus a,.infoBoxContentsPlus a:hover {
  color:white;
  text-decoration:none;
}

.contentArea .infoBoxContents,.contentArea .infoBoxContents a,.contentArea .infoBoxContents a:hover {
  color:black;
  background:#EBE5F1;
}

.contentArea .infoBoxContents a,.contentArea .infoBoxContents a:hover {
  text-decoration:underline;
}

.infoBoxPlus {
  margin-bottom: 0px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-width: 0px;
}

.columnLeft TD.infoBoxHeading,TD.infoBoxHeadingSpecials {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding-top:10px;
  color: #FFC722;
  border-width: 0px;
  text-align: left;
}

.contentArea TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  height:22px;
  font-weight: bold;
  text-align: left;
  background: #346633;
  color: #CEFF67;
}


TD.infoBoxHeadingSpecials {
  color: #00FFFF;
}

TD.infoBoxHeading_heart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 22px;
  color: #FFFFFF;
  border-width: 0px;
  text-align: center;
}


TD.categories {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-image: url('images2/box_headers.gif');
  height: 22px;
  color: #FFFFFF;
  border-width: 0px;
}

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

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

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

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



td.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #346633;
  height:22px;
  color: #CEFF67;
  font-weight: bold;
  border-bottom:1px solid white;
}

.productListing-heading a:hover,.productListing-heading a {
  color:#CEFF67;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

TD.pageHeading, DIV.pageHeading, h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #6C3392;
}

TD.pageHeading {
  padding-top:5px;
}

h1 {
  margin-bottom:3px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #003466;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.3;
}

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

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

TD.formAreaTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FF0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productSpecialPriceLeft {
  font-family: Verdana, Arial, sans-serif;
  color: #00FFFF;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.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: 10px; 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: #ff0000; }


/* ----------------- coolMenu ----------------- */

.clCMEvent{
        position:absolute;
        width:99%; height:99%;
        clip:rect(0,100%,100%,0);
        left:0; 
        top:0;
        visibility:visible;
}


.clCMAbs{
        position:absolute;
        visibility:hidden;
        left:0;
        top:0;
}

.clBar{
        position:absolute;
        width:10;
        height:10;
        background-color:#ffffff;
        layer-background-color:#ffffff;
        visibility:hidden;
}

.clLevel0, .clLevel0over
{
	position: absolute;
	padding: 1px;
	font-family: Verdana,arial,helvetica;
	font-size: 10px;
	text-indent: 5px;
	vertical-align: middle;
}

.clLevel0{
  		background: url('images/spacer.gif');
        layer-background-color:#EFEFEF;
        color:#000000
}

.clLevel0over{
        background-color:#D9D9D9;
        layer-background-color:#bbc3d3;
        color:#000000;
        cursor:pointer;
        cursor:hand;
}

.clLevel0border{
        position:absolute;
        visibility:hidden;
        background-color:#EFEFEF;
        layer-background-color:white;
}

.clLevel1, .clLevel1over{
        position:absolute;
        padding:2px;
        font-family:Verdana,arial,helvetica;
        font-size:10px;
}

.clLevel1{
  		background: url('images/spacer.gif');
        layer-background-color:#EFEFEF;
        color:#000000
}

.clLevel1over{
        background-color:#D9D9D9;
        layer-background-color:#bbc3d3;
        color:#000000;
        cursor:pointer;
        cursor:hand;
}

.clLevel1border{
        position:absolute;
        visibility:hidden;
        background-color:#EFEFEF;
        layer-background-color:white;
}
/* ----------------- coolMenu_eof ----------------- */


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

	.ShowShipping {
	  background: #D9D9D9;
	  color: #4a4a4a;
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 10px;
	  font-weight: bold;
	  text-align: left;
	} 
	
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
}


h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
}


.main li {
	width:100%;
	list-style-type:disc;
	vertical-align: top; 
}

.quantityDiscountsNotifications { color:navy; }

.toplinks {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.toplinks:hover {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

table {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family:Verdana,Arial;
  font-size:8pt;
}

.recentlyViewed-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-bottom:10px;
}

.specialsListingBox-header,.best_sellersListingBox-header {
  border: solid 1px #ffffff;
  border-bottom: solid 0px white;
}
.specialsListingBox-body,.best_sellersListingBox-body {
  border: solid 1px #ffffff;
  background:#EBE5F1;
}

.specialsListing-heading,.featuredListing-heading,.best_sellersListing-heading,.newproductsListingBox-heading,.recentlyViewed-heading,.alsoListingBox-heading, .xsellListingBox-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #330000;
  height:22px;
  color: #CEFF67;
  font-weight: bold;
  padding-left:10px;
}

.specialsListing-heading,.best_sellersListing-heading {
  background: #346633;
}


.newproductsListingBox-header,.featuredListingBox-header {
  border: solid 1px #ffffff;
  border-bottom: solid 0px white;
}
.newproductsListingBox-body,.featuredListingBox-body {
  border: solid 1px #ffffff;
  background:#EBE5F1;
}
.newproductsListingBox-heading,.featuredListing-heading {
  background: #6C3392;
}

.xsellListingBox-header {
  border: solid 1px #ffffff;
  border-bottom: solid 0px white;
}
.xsellListingBox-body {
  border: solid 1px #ffffff;
  background:#EBE5F1;
}
.xsellListingBox-heading {
  background: #346633;
}

.alsoListingBox-header {
  border: solid 1px #ffffff;
  border-bottom: solid 0px white;
}
.alsoListingBox-body {
  border: solid 1px #ffffff;
  background:#EBE5F1;
}
.alsoListingBox-heading {
  background: #6C3392;
}

.recentlyViewed-header {
  border: solid 1px #ffffff;
  border-bottom: solid 0px white;
}
.recentlyViewed-body {
  border: solid 1px #ffffff;
  background:#EBE5F1;
}
.recentlyViewed-heading {
  background: #6C3392;
}



#page_size {
  width:800px;
}

#placement {
	width: 100%;
}

#container {
	width: 800px;
	background-color: #ffffff;
}

.productDescriptionHeading {
  width:100%;
  border-bottom:1px solid black;
  color:black;
  font-weight:bold;
}
.productDescriptionBody {
  margin-bottom:1em;
}

.greetingText, .greetingText a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:black;
}

.contentArea {
	 padding-top:40px;
	 padding-left:20px;
	 padding-right:20px;
	 padding-bottom:60px;
	 background-image:url('header/content_bg.jpg');
	 background-repeat:no-repeat;
	 background-position:0px 26px;
}

#hairTypes {
	display:none;
	background:black;
	color:white;
	padding-left:22px;
	line-height:1.1;
}

.hairTypesRow {
	padding-bottom:6px;
}

#hairTypes a, #hairTypes a:hover {
	color:white;
	text-decoration:none;
}


ul.plain li {
	list-style-type: none;
}

li.arrow {
	list-style-image:  url('images/list_arrow.gif');
}

.newsdeskHeader {
  background:#1953A2;
  color:white;
  padding-left:20px;
  padding-right:20px;
  margin-top:5px;
}

.newsdeskHeader a, .newsdeskHeader a:hover {
  color:white;
  text-decoration:underline;
}

a.newsdeskSelected {
  color:white;
  text-decoration:none;
  font-weight:bold;  
}

.newsdeskContent {
  background:#CED5DD;
  color:black;
}

.newsdeskImage {
  text-align:center;
}

.newsdeskMain {
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
  height:600px;
  vertical-align:top;
}

.newsdeskMain img {
  border:1px solid black;
}

.create_border {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  padding: 4px 4px 4px 4px;
}

.locatorHeader {
  background:#156A0B;
  color:white;
  padding-left:20px;
  padding-right:20px;
  margin-top:5px;  
}

.locatorContent {
  background:#E8F8D1;
  color:black;
}

.locatorMain {
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
  height:600px;
  vertical-align:top;
}

.image {
	border: 1px solid white;
}

.columnLeft { padding-top:0px;margin-left:22px;} /*border-left:1px solid white;border-right:1px solid white;background-image:url('header/left_bg.jpg');background-repeat:no-repeat;background-color:#346633;min-height:602px;}*/
.columnLeftBackground {background-image:url('header/left_background.jpg');background-repeat:no-repeat;background-position:22px 0px;padding-bottom:80px;}

.columnRight { margin-right:17px; }
.storeBorder {
  background-image: url('header/left_purple.jpg');
  background-repeat:no-repeat;
  background-position:0px 104px;
}

.storeLogo {
  border-left:1px solid white;
  border-right:1px solid white;
  width:193px;
  padding:0;
  margin:0;
  position:absolute;
  top:0px;
  left:22px;
}

.purpleTop {
  position:absolute;
  top:0px;
  left:217px;
  background-image:url('header/purple_top.jpg');
  background-repeat:no-repeat;
  background-color:#B699C9;
  width:100%;
  height:77px;
  width:685px;
  border:0px dashed white;
}

.logoRow {
  text-align:left;
  background:#B699C9;
  height:77px;
  width:100%;
}


.boxheader {
  color:#000000;
  padding-bottom:3px;
}


.locatorHeader {
  background:#156A0B;
  color:white;
  padding-left:20px;
  padding-right:20px;
  margin-top:5px;  
}

.locatorContent {
  background:#E8F8D1;
  color:black;
}

.locatorMain {
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
  height:600px;
  vertical-align:top;
}

.searchBox {
  text-align:center;
  position:absolute;
  top:113px;
  left:38px;
  width:162px;
  background:#FEC724;
  border:1px solid white;
  padding-top:4px;
  padding-bottom:5px;
  font-size:10px;
}

#searchHeading {
  font-weight:bold;
  color:#6C3392;
  font-size: 13px;
}

.searchText {
  text-align:center;
  width:128px;
  margin-right:34px;
}

a img {
  border:0px;
}

.rotatingImage {
  border-left:1px solid white;
}

#img_rot_3 {
  border-right:1px solid white;
}

.selectedCategory {
  color:#FFC722;
  padding-left:1px;
  padding-right:1px;
}

.topCategoryLevel {
  text-transform:uppercase;
  font-weight:bold;
}
.sitemap ul {margin:0;padding:0;}
.sitemap ul li {font-weight:bold;}
.sitemap ul ul li {font-weight:normal;}
.sitemap li {list-style-type: none;}
.sitemap ul ul {margin:0;font-weight:normal;padding:0;padding-left:25px;}
.formPad td {padding-bottom:3px;}
.cRow {padding-bottom:3px;}
span.smaller {font-size:smaller;}
.messages {top:0px;left:0px;width:100%;position:absolute;}
.linkUnderline a, a.linkUnderline {
  text-decoration:underline;
}
.christysBlue {  color:blue; font-weight:bold;}
.serviceDate {display:none;}
