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



/* Nemal CSS */

body {
	margin: 10px auto;
	background-color: #1E2C53;
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

/* Content Text */
.contentText {
	font-size:14px;
}

.noProductsText {
	font-size:14px;

	margin:8px;
	/*
	color:#FFFFFF;
	color:#0000FF;
	*/
	font-weight:bold;
	
	height:35px;
	vertical-align:middle;
}

.categoryDescriptionText {
	font-size:14px;
	text-align:justify;
}

.xxsmallText {
	font-size: xx-small;
}

.pdfSmallText {
	font-size: x-small;
}


img.floatImage { 
	float: left;
	margin-right:12px;
	margin-bottom:6px;
	/*	
    float: right; 
	margin-left:12px;
	*/
}

img.floatImageRight { 
	float: right;
	margin-left:12px;
	margin-bottom:6px;
	/*	
    float: right; 
	margin-left:12px;
	*/
}

.catalogDownload {
	line-height:5px;
}

/* Product Display */
.productsSubmenuWidth {
	width: 180px;
}

.productsSubmenu{
	/*width: 140px;*/
	/* line-height: 20px; */
	line-height:10px;
	/*font-size: 11px;*/
}

.productsSubmenu1{
	/*width: 140px;*/
	margin-left:10px;
	/* line-height: 20px; */
	/*line-height:12px; */
	/*font-size: 11px;*/
}

.productsSubmenu2{
	/*width: 140px;*/
	margin-left:25px;
	/* line-height: 20px; */
	/*line-height:15px;*/
	/*font-size: 11px;*/
}

.productsSubmenuSpacer{
	height: 6px;
	width: 2px;
	line-height:8px;
}

.productsSubmenuSpacer1{
	height: 3px;
	width: 2px;
	line-height:2px;
}

/* Detail Product Info 

  background: #9AA7B8;
}

.infoBoxContents2 {
  background: #9AA7B8;

#526786
#3C4765
#9AA7B8
*/
.productTable {
	width: 450px;
	border:0;
}

.productsDetailsLabel {
	background-color: #3C4765;
/*	color: #000000; */
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	width:130px;
}

.productsDetails {
	background-color: #9AA7B8;
	font-size: 11px;
	color:#24243E;
	vertical-align: top;
	width:250px;
}

.productsDownload {
	vertical-align: top;
	text-align: right;
}


/* Default Links */
a:link, a:visited {
	color: #FFCC00;
	/* color: #FFFFFF; */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

/*
a.subMenu,  a:visited.subMenu {
	color: #8FFFB1;
	text-decoration: none;
}

a:hover.subMenu {
	color: #8F9EB1;
	text-decoration: underline;
}

*/



td {
	vertical-align: top;
}

#mainBox {
	margin: 0 auto;
	width: 945px;
	height: auto;
	text-align: left;
}


#logoBox {
    margin: auto;
	width: 945px;
    /*	height: 150px; */
	background-image: url(/images/c1.jpg);
	background-repeat: no-repeat;
}


#contentBox {
	margin: auto;
	width: 945px;
	background-image:  url(/images/c2.jpg);
	background-repeat: repeat-y;
	text-align: justify;
}

#copyrightBox {
	width: 945px;
	height: 40px;
	background-image:  url(/images/c3.jpg);
	background-repeat: no-repeat;
	padding: 0px 10px 0px 10px;
	color: #1E2C53;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
}


a.menuButton {
	width: auto;
	height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}

a:hover.menuButton {
	color: #9AA7B8;
}

a.homeButton {
	width: 255px;
	height: 110px;
	display: block;
	padding: 5px;
	float: left;	
}

a.corporateButton {
	width: 148px;
	height: 33px;
	background-image:  url(/images/corpUp.gif);
	background-repeat: no-repeat;
	display: block;
}

a:hover.corporateButton {
	background-image: url(/images/corpOver.gif);
	background-repeat: no-repeat;
}

a.catalogButton {
	width: 90px;
	height: 33px;
	background-image:  url(/images/catUp.gif);
	background-repeat: no-repeat;
	display: block;
}

a:hover.catalogButton {
	background-image: url(/images/catOver.gif);
	background-repeat: no-repeat;
}

a.newsButton {
	width: 78px;
	height: 33px;
	background-image:  url(/images/newsUp.gif);
	background-repeat: no-repeat;
	display: block;
}

a:hover.newsButton {
	background-image: url(/images/newsOver.gif);
	background-repeat: no-repeat;
}

a.contactButton {
	width: 107px;
	height: 33px;
	background-image:  url(/images/conUp.gif);
	background-repeat: no-repeat;
	display: block;
}

a:hover.contactButton {
	background-image: url(/images/conOver.gif);
	background-repeat: no-repeat;
}

a.lineButton {
	width: 103px;
	height: 33px;
	background-image: url(/images/linUp.gif);
	background-repeat: no-repeat;
	display: block;
}

a:hover.lineButton {
	background-image: url(/images/linOver.gif);
	background-repeat: no-repeat;
}
	
#contentPadding {
	padding: 15px 5px 15px 20px;
	text-align: justify;
}

#newsPadding {
	padding: 15px 20px 15px 10px;
	text-align: justify;
	vertical-align: top;
}

#titleFont {
	font-weight: bold;
}

#preload {
	display: none;
}

#homeText {
	width: 635px;
}

#subMenu {
	text-align: left;
	font-size:14px;
	line-height:28px;
	white-space: nowrap;
	padding: 3px 20px 1px 20px;
	background-image: url(/images/subMenuBack.jpg);
	background-repeat: repeat-y;
}

a.subMenu, a.subMenu:visited {
	color: #3C4765;
	text-decoration: none;
}

a.subMenu:hover, a.subMenu:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}



#newsPictureBox {
	height: 150px;
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
}

#newsSummaryBox {
	height: 80px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	font-size:12px;
}




/* OS Com: */

.boxText { /* font-family: Verdana, Arial, sans-serif; */ font-size: 10px; color: #FFFFFF; borde-color: #9AA7B8; }
.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: #CCCCCC; }
.productsNotifications { background: #526786; }
.orderEdit { /* font-family : Verdana, Arial, sans-serif; */ font-size : 10px; color: #FFCC00; text-decoration: none; }
.orderEdit:hover { /* font-family : Verdana, Arial, sans-serif; */ font-size : 10px; color: #FFCC00; text-decoration: underline; }



FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
}
/*
A.headerNavigation { 
  color: #FFFFFF; 
}

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

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: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox2 {
  background: #9AA7B8;
}

.infoBoxContents2 {
  background: #9AA7B8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

.infoBox3 {
	background: #526786;
}

.infoBoxContents3 {
  background: #9AA7B8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

.infoBoxNotice {
/*  background: #FFFFFF; */
}

.infoBoxNoticeContents {
/*  background: #FFFFFF; */
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
  color: #000000;
}

.infoBoxNotice2 {
  background: #FF8E90;
}

.infoBoxNoticeContents2 {
  background: #000000;
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
  color: #000000;
}

TD.infoBoxHeading {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 12px;
/*  #background: #bbc3d3; */
  background: #3C4765;
  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: #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, Arial, sans-serif; */
  font-size: 12px;
  /*background: #b6b7cb;*/
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 12px;
}
/*
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: #FFFFFF;
/*  background: #3C4765; */
}

TD.productPageHeading {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}



TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, .infoBox, .infoBoxContents {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 12px;
  line-height: 1.5;
  background-color: #526786;
  color: #CCCCCC;
}

.infoBoxContentsError {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 12px;
  line-height: 1.5;
  background-color: #526786;
  color: #FFCC00;
}

TD.smallText, SPAN.smallText, P.smallText {
  /* font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
  color: #CCCCCC;
}

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

SPAN.productSpecialPrice {
  /* font-family: Verdana, Arial, sans-serif; */
  color: #FFFFFF;
}

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: #9AA7B8; color: #000000; }
.messageStackSuccess { /* font-family: Verdana, Arial, sans-serif; */ font-size: 10px; background-color: #9AA7B8; }

/* input requirement */

.inputRequirement { /* font-family: Verdana, Arial, sans-serif; */ font-size: 10px; color: #CCCCCC; }

a.accountLink {
	color: #FFCC00;
	text-decoration: none;
}

a.accountLink:hover {
	text-decoration: underline;
}

a.blueLink, a.headerNavigation, a.blueLink:visited, a.headerNavigation:visited {
	color: #3C4765;
	text-decoration: none;
}

a.blueLink:hover, a.headerNavigation:hover, a.blueLink:visited:hover, a.headerNavigation:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}
	
a.whiteLink, a.whiteLink:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.whiteLink:hover, a.whiteLink:visited:hover {
	font-size: 12px;
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration: underline;
}
