.leftBorder {
    border-left: 1px #BDBDBD solid;
}

.rightBorder {
    border-right: 1px #BDBDBD solid;
}

.topBorder {
    border-top: 1px #BDBDBD solid;
}

.bottomBorder {
    border-bottom: 1px #BDBDBD solid;
}

.allBorder {
    border: 1px #BDBDBD solid;
}

.alertFont {
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #CC3333;
}

.mainFont {
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #4D4E4F;
}

.subFont {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	color: #4D4E4F;
}

.smallFont {
    font-size: 8pt;
    font-family: arial;
    font-weight: normal;
    color: #4D4E4F;
}

.sloganFont {
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    color: #4D4E4F;
}

.white {
    color: white;
}

.boldFont {
    font-size: 8pt;
    font-family:  arial;
    font-weight: bold;
    text-align: middle;
    color: #4D4E4F;
}

.bold2 {
	font-weight: bold;
	font-size: 8pt;
}


.titleFont  {
    font-size: 9pt;
    font-family:  arial;
    font-weight: bold;
    text-align: left;
    color: #4D4E4F;
}

.subTitle {
    font-size: 8pt;
    font-family:  arial;
    font-weight: bold;
    text-align: left;
    color: #4D4E4F;
}

.leftWrapBorder {
    border-top: 1px #BDBDBD solid;
    border-right: 1px #BDBDBD solid;
    border-bottom: 1px #BDBDBD solid;
}

.rightWrapBorder {
    border-top: 1px #BDBDBD solid;
    border-left: 1px #BDBDBD solid;
    border-bottom: 1px #BDBDBD solid;
}

.menuDark {
	/*background :DEDFEF;
	#8795C0;
	*/
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color : #8795C0;/* #A3A6D1;*/ //*#BDBED6;*/
}

.menuDark:link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.menuDark:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.menuLight {
	background-color: #DEDFEF;
	color: black;
	/*background-color : #E7E7E7;*/
}

.menuLight:link {
    color: black;
    text-decoration: none;
    font-weight: none;
}

.menuLight:visited {
    color: black;
    text-decoration: none;
    font-weight: none;
}

.menuBack {
    background : #DEDEEF;
    //background: #DCDCDC;
}

.highlight {
    background: #F1F4F9;
}

.highlight:link {
    color: black;
    text-decoration: none;
    font-weight: normal;
}

.highlight:visited {
    color: black;
    text-decoration: none;
    font-weight: normal;
}


.lightGray {
    background: #F0F0F0;
}

/* grid*/
table.grid {
    margin:  0;
    margin-width: 0;
    margin-height:  0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: white;
    vertical-align:  middle;
    text-align: left;
    border-collapse: collapse;
}

/* Makes each subgrid table cell have a border */
table.grid td {
    border: 1px #BDBDBD solid;
}

table.noBorder {
    border: none;
}

table.noBorder td {
    border: none;
}

table.sideMenu {
    margin:  0;
    margin-width: 0;
    margin-height:  0;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align:  middle;
    text-align: left;
    border-collapse: collapse;
    border-right: 1px #BDBDBD solid;
}

table.sideMenu td {
    border-top: 1px #BDBDBD solid;
    border-bottom: 1px #BDBDBD solid;
}

table.menu {
    margin:  0;
    margin-width: 0;
    margin-height:  0;
    vertical-align:  middle;
    text-align: middle;
    border-collapse: collapse;
}

.redBold {
    font-size: 8pt;
    font-family:  arial;
    font-weight: bold;
    text-align: middle;
    color: red;
}

.redBoldMid {
    font-size: 12pt;
    font-family:  arial;
    font-weight: bold;
    text-align: middle;
    color: red;
}

.redBoldLarge {
    font-size: 14pt;
    font-family:  arial;
    font-weight: bold;
    text-align: middle;
    color: red;
}

ul.noMargins {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:15px
}

.headFontSmall {
	font-size: 8pt;
	color: black;
	font-weight: bold;
	font-family: Helvetica;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	font-family: Helvetica;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Helvetica;
}

.tableHead {
	margin-bottom:0px;
	margin-top:0px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Helvetica;
}

TD.headerNavigation {
 	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #777777;
}

A.headerNavigation {  
  	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #777777;
	text-decoration: none;
}

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

tr.footer {
	background-image:url(images/gradientUp.gif);
	background-color : #8795C0;
	color: white;
    text-decoration: none;
    font-weight: bold;
	text-align: bottom;
}

a.footer:link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

a.footer:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.sideBox {
  background: ;
}

.sideBoxContents {
  background: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}

TD.sideBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #777777;
} 

TD.pageHeading, DIV.pageHeading {
  	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	color: #777777;
	font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
	font-size: 9pt;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left; 
	color: #777777;
	/*
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;*/
}

TD.mainRight {
	font-size: 9pt;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right; 
	color: #777777;
	/*
  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;
} 

.infoBox {
  background: #BDBDBD;/*#b6b7cb;*/
}

.infoBoxContents {
  background: #DEDFEF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #8795C0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #8795C0;/*#bbc3d3;*/
  color: #ffffff;
}

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


.sideBox {
  background: ;
}

.sideBoxContents {
  background: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #777777;
}

TD.sideBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #777777;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #8795C0;
  color: white;
  font-weight: bold;
}

TD.productListing-data {
  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: #DEDFEF;
}

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: #DEDFEF;
}

TABLE.formArea {
  background: #f8f8f9;
  border-color: #BDBDBD;
  border-style: solid;
  border-width: 1px;
}

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