/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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: 10px; }
.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; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


*
{
 	margin: 0 auto;
}
BODY {
  
  color: #000000;
  background: #e2e2e2;
  margin: 0 auto;
  text-align:center;
   }
   
  #cwdusacontainer {
  width:930px;/* width can be changed to what you want just stay under 790px*/
  color: #000000;
  text-align: center;
  background-color:#FFFFFF;
 }
 
A
{
  color: #000000;
  text-decoration: none;
}

A:hover {
  color:#666666;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
background-color:#A9C75D;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	background-color:#A9C75D;
  color: #000000;
  line-height:19px;
  font-weight : bold;
}

A.headerNavigation { 
  color: ##000000; 
}

A.headerNavigation:hover {
  color: ##000000;
}

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: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #999999;
}

.infoBoxContents {
  background:#FfFfFf;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-image:url(images/bgtb.jpg);
  color: #ffffff;
}

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:#F0F0F0;
}

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:#F9F9F9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #999999;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #90BE1E;
  color: #FFFFFF;
  line-height:15px;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #90BE1E;
}
.pageHeading{
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #90BE1E;
}
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;
}

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,RADIO, input, 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;
}

.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; }


/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: black;
	background-color: #e6e7e6;
	border: 1px outset #525252;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
}

.horizitem a {              /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	position: relative;	
	display: block;	
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #000000;
	text-decoration: none;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #21459c;
	text-decoration: none;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	background-color: #e6e7e6;
	border: 2px outset #fdfefd;
	
	position: relative;
	display: block;	
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #000000;
	font-size: 12px;	
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #21459c;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;		
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}


.horbar .dmselected {   /* Style override for selected root category */
    background-color: #999;
}


/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: #e6e7e6;
	border: 1px outset #fdfefd;
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
}

.vertitem	a {   /* Font style, size of main menu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;		
	text-decoration: none;
	position: relative;
	display: block;		
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #000000;
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #21449c;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;	
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #e6e7e6;
	border: 2px outset #fdfefd;

	position: relative;
	display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;			
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #000000;
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #21449c;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}


.verbar .dmselected {   /* Style override for selected root category */
    background-color: #999;
}

/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */
	display: block;
	white-space: nowrap;
}


.phplmbodytable { /* Class of table cells containing plain menus */

}

.phplmnormal {     /* Font size & color of unlinked menu items */
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration: none;	
}


a.phplm:link, a.phplm:visited	{      /* Font color, style of linked & visited menu items */
	color: #003300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration: none;	
}


a.phplm:hover	{      /* Font color, style of menu items when hovered over */
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration: none;	
}

a.phplm:active	{      /* Font size & color of menu items when clicked */
	color: #ff0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration: none;	
}

.dmselected {   /* Style overide for selected category tree */
	font-weight:bold;	
}



.text-grey-lt {
	font-family:tahoma;
	color:#D8D5D5;
	font-size:11px;
	line-height:17px;
	text-decoration:none;
}
.text-grey-lt a{
	font-family:tahoma;
	color:#D8D5D5;
	font-size:11px;
	line-height:17px;
	text-decoration:none;
}
.text-grey-lt a:hover{
	font-family:tahoma;
	color:#D8D5D5;
	font-size:11px;
	line-height:17px;
	text-decoration:underline;
}
.text-white {
	font-family:tahoma;
	color:#ffffff;
	font-size:11px;
	line-height:17px;
	text-decoration:none;
}
.text-white a{
	font-family:tahoma;
	color:#ffffff;
	font-size:11px;
	line-height:17px;
	text-decoration:none;
}
.text-white a:hover{
	font-family:tahoma;
	color:#ffffff;
	font-size:11px;
	line-height:17px;
	text-decoration:underline;
}
.text-orange {
	font-family:tahoma;
	color:#FFC048;
	font-size:11px;
	line-height:17px;
	text-decoration:none;
}
.text-orange a{
	font-family:tahoma;
	color:#FFC048;
	font-size:11px;
	line-height:17px;
	text-decoration:none;
}
.text-orange a:hover{
	font-family:tahoma;
	color:#FFC048;
	font-size:11px;
	line-height:17px;
	text-decoration:underline;
}
.text-dark {
	font-family:tahoma;
	color:#393939;
	font-size:11px;
	line-height:22px;
	text-decoration:none;
}
.text-dark a{
	font-family:tahoma;
	color:#393939;
	font-size:11px;
	line-height:22px;
	text-decoration:none;
}
.text-dark a:hover{
	font-family:tahoma;
	color:#393939;
	font-size:11px;
	line-height:22px;
	text-decoration:underline;
}
.pashmina {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#FB0C00;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.pashmina a{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#FB0C00;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.pashmina a:hover{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#FB0C00;
	font-weight:bold;
	line-height:22px;
	text-decoration:underline;
}
.stainless-steel {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#F4C300;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.stainless-steel a{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#F4C300;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.stainless-steel a:hover{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#F4C300;
	font-weight:bold;
	line-height:22px;
	text-decoration:underline;
}
.jewelery {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#A8C50A;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.jewelery a{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#A8C50A;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.jewelery a:hover{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#A8C50A;
	font-weight:bold;
	line-height:22px;
	text-decoration:underline;
}
.houseware {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#008CBA;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.houseware a{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#008CBA;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.housewarea:hover {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#008CBA;
	font-weight:bold;
	line-height:22px;
	text-decoration:underline;
}
.designer-bags {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#AD18C8;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.designer-bags a{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#AD18C8;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.designer-bags a:hover{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#AD18C8;
	font-weight:bold;
	line-height:22px;
	text-decoration:underline;
}
.saddelery {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#DE00AC;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.saddelery a{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#DE00AC;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.saddelery a:hover{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#DE00AC;
	font-weight:bold;
	line-height:22px;
	text-decoration:underline;
}
.sports {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#C5660A;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.sports a{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#C5660A;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.sports a:hover{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#C5660A;
	font-weight:bold;
	line-height:22px;
	text-decoration:underline;
}
.text-brown {
	font-family:tahoma;
	color:#AF660F;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
}
.text-brown a{
	font-family:tahoma;
	color:#AF660F;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
}
.text-brown a:hover{
	font-family:tahoma;
	color:#AF660F;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	text-decoration:underline;
}	
.wedding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#B37427;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
}
.wedding a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B37427;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
}
.wedding a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B37427;
	font-size:12px;
	line-height:20px;
	text-decoration:underline;
}
.text-dark1 {
	font-family:tahoma;
	color:#393939;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
.text-dark1 a{
	font-family:tahoma;
	color:#393939;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
.text-dark1 a:hover{
	font-family:tahoma;
	color:#393939;
	font-size:11px;
	line-height:18px;
	text-decoration:underline;
}
.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6F6F6F;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
}
.heading a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6F6F6F;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
}
.heading a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6F6F6F;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	text-decoration:underline;
}
.buynow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#BA2800;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
.buynow a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#BA2800;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
.buynow a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#BA2800;
	font-size:11px;
	line-height:18px;
	text-decoration:underline;
}
.user-id{
	font-family:tahoma;
	color:#393939;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
.border {
	border:1px solid #939393;
}
ul.sitemap {
color: #ff0000;
}


/* VJ Links Manager v1.18 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black;
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold; 
  color: #000; 
}
A.linkListingMain {
  color: #fff;
}
A.linkListingMain:hover {
  color: #FF0000;
}

.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingCats:hover {
  color: #FF0000;
}

.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingSubCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}
/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #C9C9C9; }
.dataTableRow_INVOICE { background-color: #F0F1F1; }
.dataTableContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; }
.product_infobox_heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row { background-color: #F0F1F1; }
.product_infobox_data { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top_INVOICE { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.smallText_INVOIVE { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.smallTextBlue_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */


.whitetext {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.whitetext a{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.whitetext a:hover{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
.formbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #cfcfcf;
}
.blacklink {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.blacklink a{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #373737;
	text-decoration: none;
}
.blacklink a:hover{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}.cellblock {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2px;
	border: 1px solid #D8D7D7;
	width:259px;
	height:115px;	
	}
.blacktext {
	font-family: Tahoma;
	font-size: 0.70em;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.greenbold {
	font-family: Tahoma;
	line-height: 18px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
.greytext {
	font-family: Tahoma;
	font-size: 0.60em;
	line-height: 20px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.footerlink {
	font-family: Tahoma;
	font-size: 0.70em;
	line-height: 24px;
	font-weight: normal;
	color: #59A100;
	text-decoration: none;
}
.footerlink a{
	font-family: Tahoma;
	font-weight: normal;
	color: #59A100;
	text-decoration: none;
}
.footerlink a:hover{
	font-family: Tahoma;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}
.product_list {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #545454;
	text-decoration: none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.product_list a{
	font-family: Tahoma;
	font-weight: normal;
	color: #545454;
	text-decoration: none;
}
.product_list a:hover{
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}.infoBoxProducts {
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background-color: transparent;
  color: #333333;
}
.infoBoxProducts a {
  color: #333333;
}
