/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.boxText { 
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.boxTextBG {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #586b79;
	background-color: #FFFFFF;
}
.boxTextBGII {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #586b79;
	background-color: #dae9f0;
}
.boxTextPrice {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family: Verdana, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family: Verdana, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #000000;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family: Verdana, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family: Verdana, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY {
	color: #000000;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #586b79;

}

img{
	border:0;
}

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

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

FORM {
	display: inline;		   
}


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

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

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

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #000000;
}

TD.footer {
  font-family: Verdana, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

.infoBoxHeading {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C92C71;
  height:24px;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;  
}

TD.infoBoxHeading_right {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, sans-serif;
  font-size: 10px;
color: white;

}

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, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

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

A.pageResults:hover {
  color: #FFFFFF;
  background: #C92C71;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, SPAN.main, DIV.main {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
  color: #586c79;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

TD.fieldValue {
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {  
}

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

.copyright {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  width: 100%;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

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

SPAN.productSpecialPrice {
  font-family: Verdana, sans-serif;
  color: #66ccff;
}
SPAN.productOldPrice {
	font-family: Verdana, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, sans-serif;
 font-size: 11px;
 line-height: 2;
 border-bottom: 1px dashed #a6c3d1;
}
.moduleRowOver { 
 font-family: Verdana, sans-serif;
 font-size: 11px;
 line-height: 2;
 border-bottom: 1px dashed #a6c3d1;	
}

.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, sans-serif; font-size: 10pt; color: #000000; 
	background-image: url(img/site_map_heder.png); 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#ffffff;}
.sitemap_heading a:hover {color:#000000; text-decoration:none;}

.sitemap_sub {font-family: Verdana, sans-serif; font-size: 9pt; color: #000000; background-image: url(img/site_map_botom.png); padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#ffffff; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	color: #000000;
	padding: 5px;
	padding-left: 10px;
	border-top: 1px solid white;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* -------------- HHG ------------- */

INPUT{
	color: #7691a2;
	padding-left: 2px;
}

.hhg_top{
	color: #586b79;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
        height: 93px;

}

.hhg_topline{
	border-bottom: 4px solid #F6F6F6;
	width: 550px;
	text-align: center;
	background-image:url("img/bg-top.gif");
}

.hhg_contactbackground{
	background-color: #586c79;
	width: 88px;	
	height: 68px;	
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #586b79;
}

.hhg_searchbox{	
	color: white;	
	font-size: 10px;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid;
	border-color: white;
}

A.hhg_searchbox_link{	
	color: #C92C71;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

A.hhg_searchbox_link:hover{	
	color: #80951C;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
}

.hhg_linebottom{
	border-bottom: 1px solid #E6E7E0;
}
 
.hhg_menu{ 	
 	height: 30px;
 	color: #586b79;
 	text-align:center;
        background-color: #ffffff;
}

.hhg_bordertop{
	border-top: 1px solid #E1E2DB;
}

.hhg_backgroundcolor{
	color: #FFFFFF;
}

.hhg_login{	
	padding-top: 8px;
        color: #586b79;
}

.hhg_main{
	border-left: 1px solid #E1E2DB;
	text-align: left;
}

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

.hhg_cart_empty{
	color: white;
	font-size: 10px;
	color: #586c79;	
}

.hhg_categories{
	color: white;
}

A.hhg_categories_link{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

A.hhg_categories_link:hover{
	color: #C92C71;
	font-size: 10px;
	text-decoration: none;
}

.hhg_grid{
	border: 1px solid #E1E2DB;
}

A.hhg_headlinelink{
	color: #d50a11;
	font-size: 12px;
	text-decoration: none;
}

A.hhg_headlinelink:hover{
	color: #d50a11;
	font-size: 12px;
	text-decoration: underline;
}

A.hhg_shippinglink{
	color: #586c79;
	font-size: 10px;
	text-decoration: none;
}

A.hhg_shippinglink:hover{
	color: #586c79;
	font-size: 10px;
	text-decoration: underline;
}

.hhg_price{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.hhg_12point{
	color: #586c79;
	font-size: 12px;
	font-weight: normal;
}

.hhg_footertext{
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.hhg_bluebox{
	border: 1px solid #E1E2DB;
	color: #FFFFFF;
	color: #586b79;
	font-size: 10px;
	padding: 12px;
	position: relative;
}

A.hhg_whitelink{
	color: #C92C71;
	font-size: 10px;
	text-decoration: none;
}

A.hhg_whitelink:hover{
	color: #80951C;
	font-size: 10px;
	text-decoration: underline;
}

.hhg_boxes{
	color: #586b79;
}

.hhg_notice{
	color: #d50a11;
	font-weight: bold;
}

A.hhg_notice{
	color: #EBDDFF;
	text-decoration: underline;
	font-weight: bold;
}
A.hhg_notice:hover{
	color: #EBDDFF;
	text-decoration: none;
	font-weight: bold;
}

.hhg_blueseperator {
	height: 2px;
	width: 100%;
	border-top:12px solid white;
	background-color: #7691a2;
	font-size: 0px;
}

.hhg_pricepos{
	position: absolute;
 	left: 335px;
	top: 53px;
	text-align:left;
	float:left;
	width: 1px;	
}

.hhg_pricepos1{
	position: absolute;
 	left: 385px;
	top: 55px;
	text-align:left;
	float:left
}

.hhg_redtext{
	color: #d50a11;
	font-size: 10px;
	font-weight: bold;
}

A.hhg_categorieslink{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

A.hhg_categorieslink:hover{
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
}

.hhg_fontsize12
{
	font-size: 12px;
}

.hhg_thumbnail{
	padding: 10px;
}

.hhg_borderline{
	border-bottom: 1px solid white;
}

.hhg_error{
	border-bottom: 3px solid #d60b11;
	background-color:#7691a2;
	color: white;
	height: 22px;
}

.hhg_bluebox1{
	border: 2px solid #E1E2DB;
	font-size: 10px;
	padding: 20px;
	position: relative;
}

.el{		
    background:url('images/m19.gif') no-repeat center left; margin:0;	
	padding-left:18px; padding-right:0; padding-top:0; padding-bottom:0
}

.se  {width:109px; height:17px; color:#282E3E; font-family:tahoma,verdana,arial; font-size:10px; padding-left:2px;}
.se1 {width:100%; height:20px; color:#282E3E; font-family:tahoma,verdana,arial;}
.go  {height:17px; width:176px; font-family:tahoma,verdana,arial; color:#7C7C7C; font-size:10px; padding-left:4px; border: solid 1px #A8A8A8;}
.go1 {height:17px; width:37px; font-family:tahoma,verdana,arial; color:#103553; font-size:10px; border: solid 1px #4A4A4A; text-align: right;}
.ab { vertical-align: middle;}
.bd  {border:#C9C9C8 solid 1px;}

.tx   {font-size:11px; color:#282828;}
.tx1  {font-size:13px; color:#FFFFFF; font-weight:bold; font-family:arial;}
.tx2  {font-size:10px; color:#707173;}
.tx3  {font-size:14px; color:#91A444; font-weight:bold; font-family:arial;}
.tx3 a {font-size:14px; color:#91A444; font-weight:bold; font-family:arial;text-decoration:none;}
.tx4  {font-size:11px; color:#717171; font-weight:bold;}
.tx5  {font-size:14px; color:#99B138; font-weight:bold;}

.ml {color:#686868;	font-size:10px; text-decoration:none; font-weight:bold;}
.ml:hover {text-decoration:underline;}
.ml1 {font-size:11px; color:#C34B80; font-weight:bold; text-decoration:none;}
.ml1:hover {text-decoration:underline;}
.ml2 {font-size:10px; color:#707173; text-decoration:none;}
.ml2:hover {text-decoration:underline;}
.ml3 {font-size:13px; color:#C32B2B; text-decoration:none;}
.ml3:hover {text-decoration:underline;}
.ml4 {font-size:11px; color:#000000; text-decoration:none;}
.ml4:hover {text-decoration:underline;}


#zxc1 a {color:#707173; font-size:10px; text-decoration:underline;}
#zxc1 a:hover {text-decoration:none;}


.smallText_1 a {
	color:#000;
	text-decoration:underline;
}

.smallText_1 a:hover {
	color:#000;
	text-decoration:none;
}

#myse select {
	width:90%;
}

#manu {padding:0 15px;}
#manu * {padding:0;margin:0;}
#manu select {
	border:none;
}
#manu select option {
	padding-left:3px;
}

.delp {
	color:#808080;
	font-size:11px;
	font-weight:normal;
}

.main a {
	color:#000;
	text-decoration:none;
}

.main a:hover {
	color:#000;
	text-decoration:underline;
}
.bg	 {background: url('img/m09.gif') repeat-x; }
.bg1 {background: url('img/m16.gif') no-repeat; }
.bg2 {background: url('img/m17.gif') repeat-y; }
.bg3 {background: url('img/m21.gif') no-repeat; }
.bg4 {background: url('img/m28.gif') repeat-x; }
.bg5 {background: url('img/m31.gif') repeat-x; }
.bg6 {background: url('img/m33.gif') repeat-y; }
.bg7 {background: url('img/m47.gif') repeat-y; }
.bg8 {background: url('img/m49.gif') repeat-y; }
.bg9 {background: url('img/m51.gif') no-repeat; }
.bg10 {background: url('img/m54.gif') repeat-y; }
.bg11 {background: url('img/m52.gif') no-repeat; }
.hairshop }
.boxprice {
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

