/* shopping cart CSS */
#cart { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 100%;
 float: right;
 padding-top: 10px;
}
.CART_Layout { 
  font-family:Verdana, Arial; line-height: 25px; border:1px solid #999999; 
}
.CART_CartTitle {
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding-left: 10px;
}
.CART_FirstColumnHeader {	
  font-size:12px;	
  font-weight: bold; 
  color: #000000; 
  background-color: #FFFFFF;
  white-space:nowrap; 
  text-decoration: underline;
  text-align:left;
  padding-left: 10px;
}
.CART_LastColumnHeader {	
  font-size:12px;	
  font-weight: bold; 
  color: #000000; 
  background-color: #FFFFFF;
  white-space:nowrap; 
  text-decoration: underline;
  text-align:right;
  padding-right: 10px;
}
.CART_ColumnHeader {	
  font-size:12px;	
  font-weight: bold; 
  color: #000000; 
  background-color: #FFFFFF;
  white-space:nowrap; 
  text-decoration: underline;
  text-align:center;
}
input.CART_NumericInput {
  font-size:12px;
  text-align: center;
}
.CART_FirstColumnItem { padding-left: 10px; font-size:12px;	font-weight: bold; color: #000000; text-align:left; border-style:solid; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-bottom-color:#CCCCCC; }
.CART_ColumnItem {	font-size:12px; font-weight:normal; color: #000000; text-align:center; border-style:solid; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-bottom-color:#CCCCCC; }
.CART_TotPrice {	padding-right: 10px; font-size:12px;	color: #000000; text-align:right; border-style:solid; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-bottom-color:#CCCCCC; }
.CART_OrderTitle {	text-align: left; text-decoration: underline; padding-left: 10px; font-size:12px;	font-weight: bold; color: #000000; background-color:#CCCCCC; }
.CART_OrderHeader {	font-size:12px;	font-weight: bold; color: #003300; border-style:solid; border-top-width: 1px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-top-color:#999999; background-color:#E8E8E8; }
.CART_Subtotal {	text-align: left; padding-left: 10px; font-size:12px;	font-weight: bold; color: #000000; border-top-style:solid; border-top-width: 1px; border-top-color:#999999; background-color:#E8E8E8; }
.CART_SubtotalPrice {	padding-right: 10px; font-size:12px;	color: #000000; text-align:right; border-top-style:solid; border-top-width: 1px; border-top-color:#999999; background-color:#E8E8E8; }
.CART_Ordertotal {	text-align: left; padding-left: 10px; font-size:12px;	font-weight: bold; color: #000000; border-top-style:solid; border-top-width: 1px; border-top-color:#999999; background-color:#E8E8E8; }
.CART_OrderTotalPrice {	padding-right: 10px; font-size:12px;	color: #000000; text-align:right; border-top-style:solid; border-top-width: 1px; border-top-color:#999999; background-color:#E8E8E8; }
.CART_RowOdd {	background-color:#99CCFF; } /* site color - light */
.CART_RowEven {	background-color:#6699CC; } /* site color - dark */
.CART_Footer { background-color: #666666; line-height: 35px; }

/*
.CART_Button {
  background-color: #C6E2FF; 
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px; 
  font-size:12px;	
  font-weight: bold;
}
*/
.CART_Button {	
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
  margin-right: 5px;
  margin-left: 5px;
}
.CART_Button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}
.CART_Button:active {
	position:relative;
	top:1px;
}



/* checkout CSS */
table.checkout {
  width: 100%;
  padding: 0px;
  border: none; 
  background-color: #F7FAFC;
}

table.checkout th {
  line-height: 20pt; 
  padding-left: 10px; 
  font-weight: bold;
  font-size:14px;
}

table.checkout td {
  line-height: 18pt; 
  padding-left: 10px; 
  padding-right: 10px;
  font-size:12px;
}

.summary-frame {
  width: 100%;
	background-color: #3e5dad; /* site color dark */
}

.summary-content {
    width: 100%;
	background-color: #F7FAFC; 
    color: #000000; 
    border-radius: 6px;
    padding: 10px;
}

.section-content {
	height:auto !important; /* for modern browsers */
	background-color: #CAE1FF;
	margin: 5px 15px 15px 5px;
}

.sectrtop, .sectrbottom{display:block; background:#FFFFFF;}
.sectrtop *, .sectrbottom *{display: block; height: 1px; overflow: hidden; background:#CAE1FF;}
.sectr1{margin: 0 5px}
.sectr2{margin: 0 3px}
.sectr3{margin: 0 2px}
.sectr4{margin: 0 1px; height: 2px}


#wrapper2 a {
	font-size: 12px;
}



/* modal windows */
.modalPage
{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px; left: 0px;
}
.modalBackground
{
  filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
  width: 100%; height: 100%; background-color: #999999;
  position: fixed;
  z-index: 500;
  top: 0px; left: 0px;
}
.modalContainer
{
  position: fixed;
  width: 370px;
  left: 50%;
  top: 50%;
  z-index: 750;
}
.modal
{
  background-color: white;
  border: 4px solid black; position: relative;
  border-radius: 5px;
  top: -150px;
  left: -150px;
  z-index: 1000;
  width: 370px;
  height: auto; /*230px;*/
  padding: 0px;
}
.modalTop
{
  width: 362px;
  background-color: #003366; /* this can match the site colors */
  padding: 4px;
  color: #ffffff;
  text-align: right;
  font-weight:bold;
}
.modalTop a, .modalTop a:visited
{
  color: #ffffff;
}
.modalBody
{
  color: #000000;
  padding-left: 10px; 
  padding-right: 10px;
  padding-bottom: 10px;
}


.modalRowEven {
  width: 100%;
  background-color: #edf6ff;
}
.modalRowOdd {
  width: 100%;
  background-color: white;
}


/* spans with tooltips */
.tip {
  cursor: pointer;
  font-size:12px;
  color:blue;
  text-decoration: underline;
}

/* tooltip */
.tooltip {
	background-color:lightyellow;
	border:1px solid red;
	padding:10px 15px;
	width:300px;
	display:none;
	color:#000;
	text-align:left;
	font-size:12px;

	/* outline radius for firefox/chrome only */
	-moz-box-shadow: 5px 5px 5px #777;
	-webkit-box-shadow: 5px 5px 5px #777;
	box-shadow: 5px 5px 5px #777;
}

#promocodeRow {
  visibility:hidden;
}


.checkout input[type=text] {
  height: 20px;
  width: 180px;
  line-height: 18pt;
  font-size: 12px;
  border: 1px solid gray;
}












.checkoutFormGroup {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

label {
  position: relative;
  color: #8898AA;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  font-size: 16px;
}



.checkoutFormGroup label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}


label > span {
  width: 160px;
  text-align: right;
  margin-right: 30px;
}

.checkoutField {
  background: transparent;
  font-weight: 300;
  font-size: 16px;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

.checkoutField::-webkit-input-placeholder {
  color: #CFD7E0;
}

.checkoutField::-moz-placeholder {
  color: #CFD7E0;
}



.sr-formDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-self: center;
  padding: 75px 50px;
  background: #ffffff;;
  width: 700;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
  0px 2px 5px 0px rgba(50, 50, 93, 0.1),
  0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
}