/*
  $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
*/
/* these classes are used for confirm boxes*/
#mbox{background-color:#eee; padding:8px; border:2px outset #666;}
#mbm{font-family:sans-serif;font-weight:bold;float:right;padding-bottom:5px;}
#ol{background-image: url("images/overlay.png");}
.dialog {display:none}

* html #ol{background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");}
/* end confirm boxes*/                  

.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }
/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.printable {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
TD.mainPrintable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
	color: #000000;
}
TD.pageHeadingPrintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #084C95;
}
body {
	background-color: #E6E6E6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style3 {color: #FFFFFF}
.style4 {color: #FFFFCC}
.sideButton {
	background-color: #FFFFFF;
	height: 12px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #084C95;
	background-position: center;
	text-align: left;
	text-indent: 2px;
	padding: 2px;
	margin: 0px;
	font-weight: bold;
	display: block;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	text-decoration: none;
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D53036;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
	line-height: 1.25;
}

.sideButton:hover {
	text-decoration: underline;
}

.sideButton:link {
	color: #084C95;
	background-color: #FFFFFF;
	text-decoration: none;
}
.sideButtonIndented {

	background-color: #FFFFFF;
	height: 12px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-position: center;
	text-align: left;
	text-indent: 18px;
	padding: 2px;
	margin: 0px;
	font-weight: normal;
	display: block;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

.sideButtonIndentedRed {

	background-color: #FFFFFF;
	height: 12px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D53036;
	background-position: center;
	text-align: left;
	text-indent: 18px;
	padding: 2px;
	margin: 0px;
	font-weight: normal;
	display: block;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
.sideButtonIndented:link {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #084C95;
}
.subPageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D53036;
}
.subSubPageHeaderCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #084C95;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #123C6E;
}
P.underline {
  color: #084C95;
  text-decoration: underline;
  cursor: hand;
}
span.underline {
  color: #084C95;
  text-decoration: underline;
  cursor: hand;
}
.sideButtonIndented:visited {
	color: #084C95;
	background-color: #FFFFFF;
	text-decoration: none;
}
.sideButtonIndented:hover {
	text-decoration: underline;
}
/* from here down it is osc standard style*/
A {
  color: #084C95;
  text-decoration: none;
}

A.main2:hover {
  color: #9394E6;
  text-decoration: underline;
}
A.main2 {
  color: #9394E6;
  text-decoration: none;
}
A.main3 {
  color: #006600;
  text-decoration: underline;
  font-weight : bold;
font-size : 12px;
}
A.underline {
  color: #084C95;
  text-decoration: underline;
}
A.underlineBig {
  color: #084C95;
  text-decoration: underline;
  line-height: 1.5;
}
A:hover {
  color: #AABBDD;
  text-decoration: underline;
}
FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #D53036;
}

TD.headerError {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #D53036;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
  line-height: 1.2;
}
a.headerError {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #D53036;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
  text-decoration: underline;
}
TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #cdd2ce;
}

.infoBoxContents {
	background: #f1f8ff; /* background color of boxes*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

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

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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 50%;  
  vertical-align: top;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
/*  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D53036;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #084C95;
}
TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
TD.main1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
TD.col_left {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
}
TD.main2, P.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color : #9394E6;
}

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

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

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

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

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

TD.category_desc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #D53036;
}

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

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

TEXTAREA.agreement{
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: visible;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, 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, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 16px; background-color: #ffb3b5; font-weight: bold;}
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #D53036; }
.imagesBoxContents {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
td.menu {
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #084C95;
	font-size: 20px;	
	line-height: 1.5;
}
/* these are values which will change based on organization colors*/
.inputButton{
	background: #003283;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-width: 0px;
	height: 16px;
    text-decoration: none;
	width: 90px;
}
.inputButtonSmall{
	background: #003283;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-width: 0px;
	height: 16px;
    text-decoration: none;
	width: 45px;
}
.inputButtonLarge{
	background: #003283;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	border-width: 0px;
	height: 25px;
    text-decoration: none;
	width: 115px;
}
.inputButtonLargeLong{
	background: #003283;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	border-width: 0px;
	height: 25px;
    text-decoration: none;
	width: 210px;
}
.inputButtonXLargeLong{
	background: #003283;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	border-width: 0px;
	height: 25px;
    text-decoration: none;
	width: 275px;
}
.inputButtonLong{
	background: #003283;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-width: 0px;
	height: 16px;
    text-decoration: none;
	width: 210px;
}
a.inputButtonLong{
	background: #003283;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-width: 0px;
	height: 16px;
    text-decoration: none;
	width: 210px;
	padding: 1px 6px;
}
.blueBackground{
	background: #003283;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-width: 0px;
	height: 16px;
    text-decoration: none;
	width: 90px;
}
.redColor{
	color: #D53036;
	font-weight: bold;
}
.mainRed{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #D53036;
}

/* end of changes per organization*/
.noDisplay{ 
	display:none;
}
.doDisplay{ 
	display: inline;
}
/* for balloon tips*/
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
/* end balloon tips*/

/* ordered list */
td.api {
  font-size: 14px;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 1.5;
}

/* international shipping partner frontend*/
.hide{
	display:none;
}
.show{
	display: inline;
}
#openInfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D53036;
	margin-left: 15px;
	cursor: pointer;
	cursor: hand;
}
#openShip{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D53036;
	margin-left: 15px;
	cursor: pointer;
	cursor: hand;
}
#openBill{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D53036;
	margin-left: 15px;
	cursor: pointer;
	cursor: hand;
}
#billingAddress{

}
.bodyPopup {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a.shipInfo{
	color: #084C95;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
	text-decoration: underline;
}
.bigBlack {
	color:#000000;
	font-size:20px;
}
.bigRed {
	color: #bf1e2e;
	font-size:20px;
}

.red {color:#bf1e2e;}
big {
	color:#bf1e2e;
	font-size:20px;
}
#wrapper {
	width:590px;
	margin:0 auto;
	position:relative;
	display:block;
	overflow:hidden;
	clear:both;
	/*border:#CCC 4px solid;*/
}
#content{
	color:#333;
	background:#FFF url(images/contentbg.png) repeat-x top left;
	width:540px;
	padding:5px 15px;
	margin:0 auto;
	overflow:hidden;
}
#secondRow {
	color:#333;
	background:#FFF url(images/secondRowBg.gif) repeat-x top left;
	width:540px;
	padding:5px 15px;
	margin:0 auto;
	overflow:hidden;
}
#secondRow ul {
	list-style:disc;
	margin-left:10px;
	/margin-top:10px;
	margin-bottom:20px;
	padding:5px;
	

}
#secondRow li {
	list-style:disc;
	/line-height:18px;
}
#content h1 {
	font-family: "Trebuchet MS Bold", Helvetica, sans-serif;
	font-size:35px;
	color:#1d3574;
}
