/*
  $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
*/
/*dropdown change .boxText { font-family: Arial, Helvetica, sans-serif;  font-weight: bold;  font-size: 12px;} */
.boxText { font-family: Arial, Helvetica, sans-serif;  font-weight:normal; font-size: 12px;color: black;font-size: 12px;color: black;} 
.errorBox { font-family : Arial, Helvetica, sans-serif; font-weight: bold; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-weight: bold; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-weight: bold; font-size : 12px; color: #70d250; text-decoration: underline; }

h1,h2,h3,h5,h6,p,dl,dt,dd,img,a,em,cite,table,tr,td,th,label,fieldset {padding:0;
                                                                             margin:0;
                                                                             list-style:none;
                                                                             text-decoration:none;
                                                                             font-style:normal;
																			 font-weight:normal;
																			 text-align: left;
																			 border:none}

/* required for dropdown menus */
#menu_nav ul,#menu_nav li {padding:0;
                           margin:0;
                           list-style:none;
                           text-decoration:none;
                           font-style:normal;
						   font-weight:normal;
						   text-align: left;
						   border:none}
						   
/* Padding for info box contents */
TD.boxText { padding-bottom: 18px; padding-top: 10px; padding-left: 15px; padding-right: 10px}

/*  dropdown changes
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
*/

BODY {
font-size:100%;
font-weight:normal;
font-family:Arial,Verdana;
background: #D9D3CC;
color: #ffffff;
margin: 0px;
text-align: center;
}

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

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

/* dropdown changes
A.blockMenu {
  margin-left:10px;
  text-decoration: none;	
  width: 160px;
  display:block;
  }

A.blockMenu:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color:#003600;
  width: 160px;
  display:block;
}
*/

A.blockMenu {
  font-family: Arial, Helvetica, sans-serif;  font-weight:normal;font-size: 12px;color: black;font-size: 12px;color: black;
    text-decoration: none;	
  width: 135px;
  display:block;
  padding-bottom: 2px;
  }

A.blockMenu:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color:#CD853C;
  width: 135px;
  display:block;
}

/* wider hover bar used for main breed three column selection page */
A.blockMenuLong {
  font-family: Arial, Helvetica, sans-serif;  font-weight:normal;font-size: 12px;color: black;font-size: 12px;color: black;
    text-decoration: none;	
  width: 170px;
  display:block;
  padding-bottom: 2px;
  }

A.blockMenuLong:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color:#CD853C;
  width: 170px;
  display:block;
}

/* even wider hover bar used for two column selection lists */
A.blockMenuLongest {
  font-family: Arial, Helvetica, sans-serif;  font-weight:normal;font-size: 12px;color: black;font-size: 12px;color: black;
    text-decoration: none;	
  width: 275px;
  display:block;
  padding-bottom: 2px;
  }

A.blockMenuLongest:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color:#CD853C;
  width: 275px;
  display:block;
}

FORM {
	display: inline;
}

TR.header {
  background: #003600;
}

TR.headerNavigation {
  background: #003600;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #003600;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

/* BOBG Specific Error */
TD.headerErrorInBox {
  font-family: Arial, Helvetica, sans-serif; font-weight: bold;
  font-size: 18px;
  background-color:white;
  color: #FF0000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #003600;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #780000;
  color: #ffffff;
  font-weight: bold;
}

.mainInfoTable {
  background-color:#FFFFFF;
}

.infoBox {
  background: white;
}

.infoBoxContents {
  background: white;
  font-family: Arial, Helvetica, sans-serif; font-weight: normal;
  font-size: 12px;
  padding-bottom: 5px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif; font-weight: bold;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-weight: bold;
  white-space: nowrap;
  background: white;
  color: black;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif; font-weight: bold;
  font-size: 12px;
}

/* break graphic line between info boxes */
TD.infoBoxBreakLine {
  padding-bottom: 18px;
}

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

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

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

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #43382D;
  color: white;
  font-weight: bold;
}

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

.productListing-headerRight {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  background: #43382D;
  text-align: right;
  color: white;
  font-weight: bold;
}

.productListing-headerRight a:hover {
  color: #FFFF66;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: black;
}

TD.productListing-data a:hover {
  color: #43382d;
}

.mainPageCategories {
  color: #43382d;
  font-weight: bold;
}

A.mainPageCategories {
  text-decoration: none;
  color: #43382d;
  font-weight: bold;
}

A.pageResults {
  color: #0000FF;
}

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

/* dropdown changes
TD.pageHeading, h1.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
*/

TD.pageHeading, h1.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;z-index:2;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif; font-weight: bold;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  line-height: 1.5;
  color:#000000;
}

TD.mainTitle, P.mainTitle {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: black;
}

TD.mainTitleSmall, P.mainTitleSmall {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color:#6d9d9d;
}

/* sub-titles for embroidery colour and size page */
TD.mainTitleEmbroid, P.mainTitleEmbroid {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color:#9d856d;
}

TD.mainCurrency, P.mainCurrency, SPAN.mainCurrency {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  text-align: right;
}

/* used to force certain items to be right justified */
.forceRight {
  text-align: right;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  text-align:left;
}

TD.smallTextFooter, SPAN.smallTextFooter, P.smallTextFooter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  text-align:center
}

TD.mediumText, SPAN.mediumText, P.mediumText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif; font-weight: bold;
  font-size: 12px;
  color: #aabbdd;
}

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

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

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

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif; font-weight: bold;
  font-size: 12px;
  color: #780000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif; font-weight: bold;
  font-size: 12px;
}

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

TR.whiteText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: white;
}

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

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

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

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

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif; font-weight: bold;
  color: #ff0000;
}

TABLE.Xmas {
  padding:12px;
}

TD.XmasLarge {
  font-family: Trebuchet MS, Georgia , Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: black;
}

TD.XmasSmall {
  font-family: Arial, Helvetica, sans-serif; font-weight: bold;
  font-weight: bold;
  font-size: 3px;
  color: #6d6d9d;
}

.moduleRow { }
.moduleRowOver { background-color: #cd853c; color: white; cursor: pointer; cursor: pointer; }
.moduleRowSelected { background-color: #dad1c8; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; background-color: #cd853c; }
.messageStackSuccess { font-family: Ariall, Georgia , Verdana, sans-serif; font-size: 12px; background-color: #6d9d9d; }

/* input requirement */

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

html {
padding-top : 0; 
padding-right : 0; 
padding-bottom : 0; 
padding-left : 0; 
border-top-width : 0; 
border-right-width : 0; 
border-bottom-width : 0; 
border-left-width : 0; 
margin : 0; 
}

img {border:0}

/* Dropdown menu changes */

div#headwrapper {
position:relative;
margin-left:auto;
margin-right:auto;
text-align: left;
width:892px;
background-color: #D9D3CC;
color:#383838;
} 

div#bodywrapper {
position:relative;
margin-left:auto;
margin-right:auto;
text-align: left;
width:892px;
background-color: #D9D3CC;
color:#383838;
} 

#header {background:transparent url('css/bobg_head.gif') no-repeat top left}
#header .box {height:95px}

/* Dog Cat Horse Selector In Header */
#head_select {
  position: absolute;
  top: 20px;
  left: 490px;
  width: 110px;
  height: 72px;
  vertical-align:top
}

/* Search In Header */
#head_search {
  position: absolute;
  top: 38px;
  left: 623px;
  width: 300px;
  height: 40px;
  vertical-align:top
}

#head_input {font-family: Arial, Verdana; font-size:100%; color: #43382D; text-decoration: none; background-color: #FFFFFF;
border-color: white; border-style:solid;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

/*body {font-size:100%;font-weight:normal;font-family:Arial,Verdana;color:#383838;margin:0 auto 0 auto} */

/*Drop-down menu*/
#menu_nav {white-space:nowrap /*IE hack*/; 
       float:left; 
	   width:892px; 
	   border:none;
	   background:rgb(225,225,225); 
	   height:32px;
	   color: rgb(255,255,255); 
	   font-size:12px;} /*Color navigation bar normal mode*/

#menu_nav ul .menu_main {float:left;
              background:transparent url('css/menu_bar_divider.gif') no-repeat top right} /* NRS Divider line */

#menu_nav ul .menu_last {float:left;
              background:none !important }  /* NRS Divider line */
			  
#menu_nav {background:#a18971 url('css/menu_bar_start.gif') no-repeat bottom left}

#menu_nav ul {list-style-type:none}

#menu_nav ul li {float:left; 
                 z-index:auto !important /*Non-IE6*/; 
                 z-index:1000 /*IE6*/;}

/*main menu bar text locations */
#menu_nav ul li a {float:none !important /*Non-IE6*/; 
               float:left /*IE-6*/; 
			   display:block; 
			   height:auto;
			   line-height:1.3em; 
			   padding:6px 1.4em;
			   text-decoration:none; 
			   font-weight:normal; 
			   color:white;}
			   
#menu_nav ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
#menu_nav ul li:hover {position:relative;} /*Sylvain IE hack*/

#menu_nav ul li:hover a { background:#fbf8f5 url("css/menu_sel_bg.gif") top left repeat-x;
                          color:black;
                          text-decoration:none;} /*Color main cells hovering mode*/

/*First menu*/
#menu_nav ul li.menu_first:hover a {background:transparent url('css/menu_first_hover.gif') no-repeat bottom left;
                     color:black;
                     text-decoration:none;} /*Color main cells hovering mode*/
					

#menu_nav ul li a:hover {position:relative /*Sylvain IE hack*/; 
                     z-index:1000 /*Sylvain IE hack*/; 
					 text-decoration:none; 
					 background:#fbf8f5 url("css/menu_sel_bg.gif") top left repeat-x;
                     color:black} /*Color main cells hovering mode*/



/*Second layer menus*/
#menu_nav ul li:hover ul {display:block; 
                      width:215px; 
					  text-align:left;
					  position:absolute; 
					  z-index:999;
					  top:26px; /* top of dropdown menu */
					  margin-top:0.1em; 
					  left:0;}

#menu_nav ul li div ul {background:transparent url('css/menu_drop.png') no-repeat bottom right;
                        margin:0;
						height:auto;
						padding-bottom:12px; /* Extend image below last menu item */
						position:relative;
						z-index:900;
						width:215px}

#menu_nav ul li:hover ul li a {
                           margin-right:5px;
						   margin-left:15px;
						   font-size:12px;
						   border-bottom:1px dashed #D9D3CC;
                           display:block; color:black;
						   position:relative;
						   top:5px;  /* text position in drop menu */
						   left:-1px;
						   z-index:900;
						   padding-bottom:9px;
						   width:180px; 
						   height:auto; 
						   padding:3px 3px 3px 3px; 
						   background:none;
						   font-weight:normal} /*Color subcells normal mode*/

/* sub menu bar */
#menu_nav ul li:hover ul li a:hover {text-decoration:none;
								 background-color:#CD853C;
								 color:white} /*Color subcells hovering mode*/

/* dropdown menus ie6 */
#menu_nav ul li a:hover ul {display:block; 
                        text-align:left;
						position:absolute;
                        left:-10px;  /*block pos*/
						top:33px; 
						t\op:33px; 
						/*width:215px;
						z-index:999; 
						top:23px; 
						t\op:23px; 
						marg\in-top:0.1em*/}

#menu_nav ul li a:hover ul li a {margin-right:5px;
						   margin-left:15px;
						   font-size:12px;
						   border-bottom:1px dashed #D9D3CC;
						   position:relative;
						   top:5px;  /* text position in drop menu */
						   left:-4px;
						   z-index:900;
						   padding-bottom:9px;
						   width:180px; 
						   height:auto; 
						   padding:3px 3px 3px 3px; 
						   background:none;
						   font-weight:normal;
                             display:block; 
							 w\idth:180px; 
							 width:180px; 
							 height:1px;
							 line-height:1.3em; 
							 font-weight:normal;
							 color:black} /*Color subcells normal mode*/


#menu_nav ul li a:hover ul li a:hover {background-color:#CD853C; 
                                       text-decoration:none;
								       color:white}   /*Color subcells hovering mode*/
								   
/*IE6 First Menu*/
#menu_nav ul li a.menu_first {padding-left:22px}

#menu_nav ul li a.menu_first:hover {position:relative /*Sylvain IE hack*/; 
                         z-index:1000 /*Sylvain IE hack*/; 
					     text-decoration:none; 
						 padding-left:22px;
					     background:transparent url("css/menu_first_hover.gif") top left repeat-x;
                         color:black} /*Color main cells hovering mode*/		

#menu_nav .menu_bar_holder {float:left;
                            width:100%;
							height:32px;
                            background:transparent url('css/menu_bar_end.gif') no-repeat bottom right}

/* seperation between lines */
#menu_nav ul li:hover ul li .sep_menu_line {border-bottom:1px solid #D9D3CC;padding-bottom:10px;margin-bottom:6px}
#menu_nav ul li a:hover ul li .sep_menu_line {border-bottom:1px solid #D9D3CC;padding-bottom:10px;margin-bottom:6px} /*ie6*/

/* no bar on last line */
#menu_nav ul li:hover ul li .last_menu_line {border-bottom:none}
#menu_nav ul li a:hover ul li .last_menu_line {border-bottom:none} /*ie6*/

/* iframe stuff to fix ie6 issue with select opjects appearing above menus */
/* keep the 'next' level invisible by placing it off screen. */
#menu_nav ul iframe {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#menu_nav :hover iframe.framecloth {left:1px; top:33px; width:214px; height:105px;}

