@charset "utf-8";

body {
	background:url(/images/gradient2.jpg) repeat-x #D4D8E3;
	margin:0;
	padding:0;
	font-family:Arial, Sans-Serif;
	font-size:13px;
	text-align:center;
}

a:link, a:visited {
	color:#00225E;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active, a:focus {
	color:#1B4B94;
	text-decoration:underline;
	font-weight:bold;
}

.errorBox {
	background:#ffb3b5;
	font-weight:bold;
}
.stockWarning {
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	color:#70d250;
	text-decoration:underline;
}

form {
	display: inline;
}


tr.header {
  background:#fff;
}

tr.headerNavigation {
  background:#fff;
}
td.headerNavigation {
  background:#fff;
  color:#000;
  font-weight:bold;
  font-size:12px;
  padding:5px 0;
  border-bottom:1px solid #ccc;
}
a.headerNavigation { 
  
}
a.headerNavigation:hover {
	text-decoration:none;
}

tr.headerError {
  background:#fff;
}
td.headerError {
  background:#fff;
  color:#000;
  font-weight:bold;
  text-align:center;
}

td.headerInfo {
  background:#00ff00;
}
td.headerInfo {
  background:#00ff00;
  color:#ffffff;
  font-weight:bold;
  text-align:center;
}

tr.footer {
  background:#fff;
}
td.footer {	
  background:#fff;
  color:#000;
  font-size:12px;
  font-weight:bold;
  border-top:1px solid #ccc;
}
td.footer a:hover {
	text-decoration:none;
}

.infoBox {
  background:#fff;
}
.infoBoxContents {
  background:#fff;
  font-size:12px;
  padding:5px;
}
.infoBoxNotice {
  background:#ff8e90;
  font-size:12px;
}
.infoBoxNoticeContents {
  background:#ffe6e6;
  font-size:12px;
}
td.infoBoxHeading {
  font-weight:bold;
  font-size:13px;
  color:#00225e;
}
a.infoBox {
  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: #fff;
}

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

table.productListing {
	border:1px solid #ccc;
}
.productListing td {
	border-bottom:1px solid #ccc;
	padding:5px 8px;
	font-size:12px;
}
.productListing-heading {
  background:#eee;
  color:#00225e;
  font-size:13px;
  font-weight:bold;
  border-bottom:1px solid #ccc;
}

a.pageResults {
  color:#1b4b94;
}

a.pageResults:hover {
  color:#fff;
  background:#1b4b94;
}

td.pageHeading, div.pageHeading {
  font-size:18px;
  color:#000;

}

tr.subBar {
  background:#f4f7fd;
}
td.subBar {
  color:#000000;
}

td.main, p.main {
  line-height:1.5;
  font-size:13px;
}

td.smallText, span.smallText, p.smallText {
  font-size:11px;
}

td.accountCategory {
  color:#aabbdd;
}

td.fieldKey {
  font-weight:bold;
}

td.fieldValue {

}

td.tableHeading {
  font-weight:bold;
}

span.newItemInCart {
  color: #ff0000;
}

checkbox, input, radio, select {
}

textarea {
  width:100%;
}

SPAN.greetUser {
  color:#1b4b94;
  font-weight:bold;
}

table.formArea {
  background:#f1f9fe;
  border:1px solid #7b9ebd;
}
td.formAreaTitle {
  font-weight:bold;
}

span.markProductOutOfStock {
  color:#c76170;
  font-weight:bold;
}

span.productSpecialPrice {
  color:#ff0000;
}

span.errorText {
  color:#ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo {
  color:#8c8c8c;
}
.checkoutBarCurrent { 
  color:#000000;
}

/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { 
  background-color:#ffb3b5;
}
.messageStackSuccess {
  background-color:#99ff00;
}

/* input requirement */

.inputRequirement {
  color: #ff0000;
}


/*INCLUDES STYLES*/
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
a img { border:none; }

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The footer and header styles ~~ */
.foot {
	color:#000;
	/*border-top:1px dashed #00225E;*/
	text-align:center;
	font-size:12px;
	position:relative;/* this gives IE6 hasLayout to properly clear */
	clear:both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-top:1px solid #ccc;
	padding:5px;
	background:#F4F4F4;
}
.foot p {
	margin:.5em 0;
}
.foot a, .foot a:visited {
	color:#00225E;
	font-size:13px;
	text-decoration:none;
}
.foot a:hover, .foot a:active, .foot a:focus {
	color:#1B4B94;
	font-weight:bold;
}
.head a {
	float:right;
	margin:11px 0 5px 5px;
}
.head {
	height:125px;
	background-image:url(new/images/bordertop.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width:970px;
	background:#fff !important;
	margin:0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ These are the columns for the layout. ~~ */
.content {
	background:#fff !important;
	color:#000;
	margin:5px 0 10px 0;
	padding:10px 7px 25px 7px;
	width:775px;
	float:left;
	overflow:auto;
	border:single 1px #ccc;
}
.sidebar1 {
	float:left;
	width:140px;
	margin:18px 15px 15px 15px;
	padding-bottom:5px;
}
.sidebar1 form {
	width:140px;
	background:#f4f4f4;
	font-size:13px;
	color:#333;
	font-weight:bold;
	border:1px solid #ccc;
	float:left;
	padding:6px 0 6px 8px;
	margin-top:20px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top:0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right:15px;
	padding-left:15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	color:#00225E;
	font-size:21px;
	font-family:Calibri, Arial, Sans-Serif;
	border-bottom:solid 1px #000;
	text-align:left !important;
}
h2 { 
	color:#00225E;
	font-size:21px;
	font-family:Calibri, Arial, Sans-Serif;
	border-top:1px solid #000;
}

h3 { 
	color:#000;
	font-size:17px;
	margin:.5em 0;
	font-family:Calibri, Arial, Sans-Serif;
}
#phone {
	font-size:12px;
	color:#000;
	text-align:right !important;
	margin:-68px -5px 0 0;
}


.main-content {
	padding:10px;
}
.right-column {
	padding:5px;
	background:#D7D7D7;
}
.left-column {
	padding:5px;
	background:#D7D7D7;
}
.sideInfoBox {
	background:#fff;
}
td.sideInfoBoxHeading {
	font-size:13px;
	font-weight:bold;
	background:#eee;
	color:#00225e;
	padding:2px;
}
td.sideInfoBoxHeading a:hover {
	text-decoration:none;
}
.sideInfoBoxContents {
	background:#eee;
}
td.productPrice {
	font-size:14px;
	font-weight:bold;
}
