/*
  $Id: stylesheet.css 
*/



BODY {
  text-align: center;
  background-image: url('images/blue_line_bg.gif');
  background-repeat: repeat;
  background-position: center;
  margin-right: 10px; 
  margin-top: 10px; 
  margin-bottom: 10px; 
  margin-left: 10px;
  margin: 10px;
  scrollbar-3d-light-color: #b7e6ff;
  scrollbar-arrow-color: #ff0000;
  scrollbar-base-color: #006498;
  scrollbar-dark-shadow-color: #006498;
  scrollbar-face-color: #3e5e89;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #006498
}
TABLE{
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url('images/blue_line_bg.gif');
  background-color: #eaf7ff;
  color: #000000;
  font-weight : bold;
}
.table{
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url('images/blue_line_bg.gif');
  background-color: #eaf7ff;
  color: #000000;
  font-weight : bold;
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  padding: 5px;
}

.main-content {
   background: #b7cfe7;
   background-image: url('images/blue_line_bg.gif');
   padding: 10px;
}

.horbar	{   /* Color of main horizontal menubar and border */
	color: white;
	background-color: 3e5e89;
	border: 1px outset black;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
  width: 100%;
	float: left;
	white-space: nowrap;
}

.horizitem a {
  width: 100%;              /* 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: white;
	text-decoration: none;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: white;
	background-color: #21459c;
	text-decoration: none;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: white;
	background-color: #38699a;	
	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 black;	
	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: white;
	font-size: 12px;	
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: white;
	background-color: #6b9ac9;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #1818BD;		
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #ccc;
		font-weight: bold;
}

.horbar .dmselected {   /* Style override for selected root category */
    background-color: #999;
}

.fixcenter {
  width: 100%;
  border: solid; border-width: 0px;
  background: #3e5e89;
  color: #ffffff;
  margin: auto;
  margin-top: 15px;
  text-align: left;
}

A {
  color: black;
  text-decoration: none;
}

A:hover {
  color: green;
  text-decoration: underline;
}

a.link {
color : black; 
background-color : transparent; 
text-decoration : none; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
font-style : normal; 
} 
a.visited {
color : blue; 
background-color : transparent; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
font-style : normal; 
} 
a.hover {
color : green; 
background-color : transparent; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
font-style : normal; 
} 
a.active {
color : red; 
background-color : transparent; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
font-style : normal; 
}

FORM {
	display: inline;
}

.left-column {
  background-image: url('images/blue_line_bg.gif');
  background-repeat: repeat;
  background-position: center;
  background-color: #eaf7ff; 
  padding: 10px;
}

TR.header {
  background: #3e5e89;
  color: #ffffff;
  background-image: url('images/blue_line_bg.gif');
}

TR.headerNavigation {
  background: #3e5e89;
  color: #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3e5e89;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #00ff00;
}

TR.headerError {
  background: red;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: red;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #ffffff;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #3e5e89;
  color: white;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #3e5e89;
    color: #ffffff;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3e5e89;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #fafdff;
  border: 0px;
}

.infoBoxContents {
  background: #b7cfe7;
  background-image: url('images/blue_line_bg.gif');
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #ff8e90;
}

.infoBoxNoticeContents {
  background: #ffe6e6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #3e5e89;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #b7cfe7;
  background-image: url('images/blue_line_bg.gif');
}

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: #b7cfe7;
  background-image: url('images/blue_line_bg.gif');
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3e5e89;
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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;
  text-align : center;
  color: #3e5e89;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: black;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: black;
  font-weight: bold;
  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: #3e5e89;
}

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;
}

.p {
font-style : normal; 
font-weight : bold; 
font-size : 15pt; 
text-align : center; 
color : black; 
background-color : transparent; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
}
h1 {
font-size: 20px;
color: #3e5e89;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 
h2 {
font-size: 18px;
color: #3e5e89;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
}
h3 {
font-size: 16px;
color: #3e5e89;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 
h4 {
font-size: 14px;
color: #3e5e89;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 
h5 {
font-size: 12px;
color: #3e5e89;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 
h6 {
font-size: 10px;
color: #3e5e89;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
}  
.p1 {
font-style : normal; 
font-weight : bold; 
font-size : 14pt; 
text-align : center; 
color : black; 
background-color : transparent; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
} 
.p2 {
font-style : normal; 
font-weight : bold; 
font-size : 12pt; 
text-align : left;
color : black; 
background-color : transparent; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
} 
.p3 {
font-style : normal; 
font-weight : normal; 
font-size : 12pt; 
text-align : left; 
color : black; 
background-color : transparent; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
} 
.p4 {
font-style : normal; 
font-weight : normal; 
font-size : 8pt; 
text-align : center; 
color : black; 
background-color : transparent; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
} 
.p5 {
font-style : normal;
font-weight : normal;  
font-size : 8pt; 
font-style : italic; 
text-align : center; 
color : black; 
background-color : transparent; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
} 
.p6 {
font-style : normal;
font-weight : normal;  
font-size : 8pt; 
text-align : left; 
color : black; 
background-color : transparent; 
font-family : verdana, rebuchet, arial, helvetica, sans-serif; 
}

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: #3e5e89;
  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: default; }
.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: black; }

/* 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; }

.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; }
