/*
  $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
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


.boxText {  
font-size: .75em; 
background-color: #FFFFFF;  
}

.errorBox {  
font-size: .75em; 
background-color: #ffb3b5; 
font-weight: bold; 
}

.stockWarning {  
font-size: .75em; 
color: #cc0033; 
}

.productsNotifications { 
background-color: #f2fff7; 
}

.orderEdit {  
font-size: .75em; 
color: #70d250; 
text-decoration: underline; 
}

.copy,.storetext,.productdesc,.productlink,.generalText {
	font-size: 0.75em;
	line-height:1.3em;
	color:#333333;
}
a:link, a:visited,a.generalText:link,a.generalText:visited,a.subnavText:link,a.subnavText:visited {
	color: #A85B7A;
	text-decoration:underline

}

a:hover, a:active,a.generalText:hover,a.generalText:active,a.a.subnavText:hover,a.subnavText:active {
	color: #7C0149;
		text-decoration:none
	}

.subnavText {  
	font-size: 0.75em;
	line-height:1.3em;
	color: #B776AA;}

FORM {
	display: inline;
}

TR.header {
	background-color: #e1cbdb;
}

TR.headerNavigation {
  background-color: #bbc3d3;
}

TD.headerNavigation {
	font-size: .75em;
	background-color: #e1cbdb;
	font-weight : bold;
	color: #ffffff;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background-color: #ff0000;
}

TD.headerError {
  font-size: .8em;
  background-color: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background-color: #00ff00;
}

TD.headerInfo {
  font-size: .8em;
  background-color: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background-color: #e1cbdb;
}

TR.footerline {
  color: #9a9a9a;
  font-size: .75em;
}

TD.footer {
  font-size: .75em;
  background-color: #e1cbdb;
  color: #ffffff;
}

TD.category_desc {
  font-size: .75em;
  line-height: 1.5;
}

.infoBox {
  background-color: #FFFFFF;
}

.infoBoxContents {
  background-color: #FFFFFF;
  font-size: .75em;
}

.infoBoxNotice {
  background-color: #FF8E90;
}

.pgtitle,.productmaintitle {
	font-size: 1em;
	font-weight: bold;
	color: #186980;padding-top: 25px;
	padding-bottom: 25px;
}

.infoBoxNoticeContents {
  background-color: #FFE6E6;
  font-size: .75em;
}

TD.infoBoxHeading {
  font-size: .75em;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #515151;
}

TD.infoBox, SPAN.infoBox {
  font-size: .75em;
}

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

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

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

.productListing-heading {
  font-size: .85em;
  background-color: #FFFFFF;
  color: #A55173;
  font-weight: bold;
}

TD.productListing-data {
  font-size: .75em;
}

A.pageResults {
  color: #0000FF;
}

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

.pgtitle,.productmaintitle,TD.pageHeading,DIV.pageHeading,TD.pageHeading2, DIV.pageHeading2 {
	font-size: 1em;
	font-weight: bold;
	color: #186980;
	padding-top: 25px;
	padding-bottom: 25px;
}

TR.subBar {
  background-color: #f4f7fd;
}

TD.subBar {
  font-size: .75em;
  color: #000000;
}

TD.main2, {
  font-size: .75em;
  color:#A85B7A;
}


.copy,.storetext,.productdesc,.productlink,TD.main, P.main {
	font-size: 0.75em;
	line-height:1.3em;
	color:#666666;
}
.italicText{
	font-size: 0.75em;
	line-height:1.3em;
	color:#333333;
	font-style: italic

}
.tealcopy {
	font-size: 0.75em;
	color: #186980;
	font-style:italic
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 0.8em;
  color: #333333;
}

.subtitle,.storetitle {
	font-size: 0.8em;
	font-weight: bold;
	color: #A55173;}

.copybold,.boldText{
	color: #A55173;
	font-weight: bold;
}

TD.accountCategory {
  font-size: .85em;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: .8em;
  font-weight: bold;
}

TD.fieldValue {
  font-size: .8em;
}

TD.tableHeading {
  font-size: .75em;
  font-weight: bold;
}

TD.tableData {
  font-size: .75em;
}

SPAN.newItemInCart {
  font-size: .75em;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: .75em;
}

TEXTAREA {
  width: 100%;
  font-size: .75em;
}

SPAN.greetUser {
  font-size: .8em;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: .8em;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: .8em;
  color: #c76170;
  font-weight: bold;
}


SPAN.productSpecialPrice {
  color: #ff0000;

}

SPAN.errorText {
  color: #ff0000;

}
.moduleRow { }

.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }

.moduleRowSelected { background-color: #E9F4FC; }



.checkoutBarFrom, .checkoutBarTo {  font-size: .75em; color: #8c8c8c; }

.checkoutBarCurrent {  font-size: .75em; color: #000000; }



/* message box */

.messageBox {  font-size: .75em; }

.messageStackError, .messageStackWarning {  font-size: .75em; background-color: #ffffff; }

.messageStackSuccess {  font-size: .75em; background-color: #ffffff; }



/* input requirement */

.inputRequirement {  font-size: .75em; color: #A85B7A; }

/* NP additions */

.standardText {  font-size: .75em; color: #000000; line-height: normal;  }

.subpageHeading {
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: normal;
	font-weight: normal;
}

.newPressFooter a:link {
color: #515151;
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
}

.newPressFooter a:active {
color: #515151;
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
}

.newPressFooter a:visited {
color: #515151;
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
}

.newPressFooter a:hover {
color: #515151;
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
}


/*Nicole*/
.bkg_gift {
	background-image:  url(images/bkg_giftcert.jpg);
	width: 541px;
	height:263px;
	border: 1px solid #BCCF79;

}
.bkg_ltgreen {
	background-color:#F5F9E6;
}


.bkg_main {
	background-image:  url(images/bkg_main.gif);
	background-repeat: repeat-x;
}

.bkg_footer {
	background-image:  url(images/bkg_footer.jpg);
	background-repeat: repeat-x;
	height:65px;
	}

.footer {
	font-size:.7em;
	line-height:1.2em;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
	color: #A85B7A;
	}
.footerleft {
	color: #EFFCC3;
	}
	
a.green:link, a.green:visited {
	color: #EFFCC3;
		text-decoration:underline
}

a.green:hover, a.green:active {
	color: #D4FCF8;
	text-decoration:none
	}
	
a.teal:link, a.teal:visited {
	color: #186980;
		text-decoration:underline
}

a.teal:hover, a.teal:active {
	color: #96AE40;
	text-decoration:none
	}

.bkg_nav {
	background-image:  url(images/bkg_nav.jpg);
	background-repeat: repeat-x;
}

.bkg_productnav {
	background-image:  url(images/bkg_productnav.gif);
	background-repeat: repeat-x;
	font-size:.75em;
	line-height:1.3em;
	padding-top: 8px;
	padding-left: 8px;
	text-decoration:none
}

.bkg_navtop {
	background-color:  #DBE8AB;
	height: 11px;
}

.bkg_navbtm {
	background-color:  #C4D38D;
	height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B47288;
	font-size:8.5pt;
}

.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9D7DB;
	padding-left: 10px;
}

.btmline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D7DB;
}

a.nounderline:link, a.nounderline:visited {
	text-decoration: none;
}

a.nounderline:hover, a.nounderline:active {
	text-decoration: underline;
}


a.bread:link, a.bread:visited {
	color: #6A6A4B;
}

a.bread:hover, a.bread:active {
	color: #33736F;
}


.tagline {
	font-size: 0.7em;
	color: #186980;
	line-height:1.2em;
		padding-left: 5px;

}

.oldprice {
	font-size:.75em;
	color: #BE9DAA;
	text-decoration:line-through
	line-height:1.8em;

}

.price {
	font-size:.75em;
	font-weight: bold;
	color: #78133B;
	line-height:1.8em;

}


.pgtitle,.productmaintitle {
	font-size: 1em;
	font-weight: bold;
	color: #186980;padding-top: 25px;
	padding-bottom: 25px;
}

.title {
	font-size: 0.75em;
	line-height: normal;
	font-weight: bold;
	color: #332255;
	text-transform: uppercase;
}


.subtitle,.storetitle {
	font-size: 0.8em;
	font-weight: bold;
	color: #A55173;}

.subtitlelt {
	font-size: 0.8em;
	font-weight: bold;
	color: #F6FCDF;font-style:italic;
}

.productnote {
	font-size: 0.75em;
	color: #A55173;
	font-style:italic
}

.prodthumb {
	padding-right: 8px;
}

.proddesctable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D7DB;
	padding: 10px;
	width: 90%;
}

.prodlisttable {
	padding: 15px;
	width: 75%;
}

.proddetailtable {
	padding: 8px;
	width: 90%;
}


ul, ol {
	color: #333333;
	line-height:1.5em;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

