/****** Make FF box model more like IE ******/
DIV {
  X-moz-box-sizing:border-box;
  Xbox-sizing:border-box;
  Xmargin:0;padding:0;
}

/******  Set page defaults  ******/
body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 10pt;
}

/*******  Center and contain everything  ******/
.container {
  position: relative;
  height: 1%;
  margin: 0px auto;
  padding: 0px;
  width: 820px;
  background: #FCEFC7;
  z-index: 0;
}
.container_printable {
  position: relative;
  margin: 0 auto;
  background: #FFFFFF;
  width: 700px;
}
/*******  Page Header (header.inc) ********/
.pageheader {
  position: relative;
  width: 100%;
  height: 45px;
}
.pageheader_alert {
	position: relative;
	width: 100%;
	background-color: #990000;
	color: #FFFFFF;
	padding: 4px 0px;
	font-weight: bold;
	text-align: center;
}
.pageheader_logo {
  position: absolute;
  left: 10px;
  top: 6px;
}
.pageheader_logo img {
  width: 244px;
  height: 37px;
  border: 0 none;
}
.pageheader_cart,
.pageheader_cart:link,
.pageheader_cart:visited {
  display: block;
  position: absolute;
  left: 420px;
  top: 3px;
  color: #FFFFFF;
  font: 7pt arial, sans-serif; 
  line-height: 90%;
  border: 1px #FFFFFF;
  padding: 0px 2px;
  border-style: none dotted none dotted;
  text-decoration: none;
  text-align: center;
}
.pageheader_login {
  position: absolute;
  right: 40px;
  top: 4px;
  color: #FFFFFF;
}
.pageheader_links {
  position: absolute;
  right: 10px;
  bottom: 8px;
  margin-right: 15px;
}
.pageheader_links a,
.pageheader_links a:link,
.pageheader_links a:active,
.pageheader_links a:visited {
  display:block;
  float: right;
  color: #FFFFFF;
  margin-right: 15px;
  font: 8pt Arial, Helvetica, sans-serif;
}
.pageheader_search {
  position: absolute;
  top: 3px;
  right: 8px;
}
.pageheader_search_prompt {
  color: #FFFFFF;
  font: 8Pt Arial, Helvetica, sans-serif;
  font-style: italic;
}
.pageheader_search_box {
  font: 8pt Arial, Helvetica, sans-serif;
}
.pageheader_search_button {
  font: 9pt Arial, Helvetica, sans-serif;
  padding: 0px;
}

/******  Top Navigation  ******/
.topnav {
  border:0px solid #FFFFFF;
  z-index: 100;
}
.topnav a.item1,
.topnav a.item1:hover,
.topnav a.item1-active,
.topnav a.item1-active:hover {
 padding: 5px 15px 5px 15px;
 top: 0px;
 left: 0px;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
 display: block;
 white-space: nowrap;
 position: relative;
 background-image:none;
}
.topnav td.item11 {
 background-color: #18554A;
 padding:0;
 border-top: 1px solid #FFFFFF;
 border-left: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
 border-right: 0;
 white-space: nowrap;
}
.topnav td.item11-last {
 background-color: #18554A;
 padding:0;
 border: 1px solid #FFFFFF;
 white-space: nowrap;
}
.topnav td.item11-acton {
 padding:0;
 border-top: 1px none #FFC819;
 border-left: 1px none #FFC819;
 white-space: nowrap;
 border-bottom: 1px none #FFC819;
}
.topnav td.item11-acton-last {
 border: 1px none #FFC819;
}
.topnav .item11-acton-last a.item1,
.topnav .item11-acton a.item1,
.topnav .item11-acton-last a:hover,
.topnav .item11-acton a:hover,
.topnav .item11 a:hover,
.topnav .item11-last a:hover,
.topnav a.item1-active,
.topnav a.item1-active:hover {
 background-image:none;
 color: #FFFFFF;
 background-color: #000000;
}
.topnav a.item1:visited {
 color: #FFFFFF;
 background-color: #18554A;
}
.topnav a.item2,
.topnav a.item2:hover,
.topnav a.item2-active,
.topnav a.item2-active:hover {
 padding: 5px 15px 5px 15px;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
 font-weight: normal;
 text-decoration: none;
 display: block;
 white-space: nowrap;
 position: relative;
 z-index:500;
 opacity:0.95;
}
.topnav a.item2,
.topnav a.item2:visited {
 background-image:none;
 background-color: #18554A;
 color: #ffffff;
 border-top: 1px solid #FFFFFF;
 border-left: 1px solid #FFFFFF;
 border-right: 1px solid #FFFFFF;
}
.topnav a.item2-last {
 background-image:none;
 background-color: #18554A;
 color: #ffffff;
 border-bottom: 1px none #11B8F4;
 z-index:500;
}
.topnav a.item2:hover,
.topnav a.item2-active,
.topnav a.item2-active:visited,
.topnav a.item2-active:hover {
 background-image:none;
 background-color: #000000;
 color: #FFFFFF;
 border-top: 1px solid #FFFFFF;
 border-left: 1px solid #FFFFFF;
 border-right: 1px solid #FFFFFF;
}
.topnav .section {
 border: 0px none #FFFFFF;
 position: absolute;
 visibility: hidden;
 display: block;
 z-index: 100;
}
.topnavframe {
 border: 0px none #FFFFFF;
}
* html .topnav td {
 position: relative;
 z-index: 500;
} /* ie 5.0 fix */

/****** Basic 2 column layout ******/
.left,
#left {
  float: left;
  position: relative;
  width: 150px;
  margin: 15px 5px 15px 10px;
  padding: 0px;
  background: #FCEFC7;
  z-index: 100;
}
.right,
#right {
  float: left;
  position: relative;
  margin: 10px 10px 15px 5px;
  padding: 0px;
  width: 640px;
  background: #FCEFC7;
  z-index:100;
}
.cleaner,
#cleaner {
  clear:both;
  height:1px;
  font-size:1px;
  background:transparent;
}

/******  Left Menu  ******/
.leftmenu {
  margin-bottom: 10px;
}
.leftmenu_top_1 {
  background-image:url(../images/bg-menu01.gif);
  background-repeat: no-repeat;
}
.leftmenu_title_1 {
  background-image:url(../images/bg-menu02.gif);
  background-repeat: repeat-y;
  font: bold 12Pt arial, san-serif;
  xbackground: #18554A;
  color: #18554A;
  padding: 3px;
  text-align: center;
}

.leftmenu_middle_1 {
  background-image:url(../images/bg-menu02.gif);
  background-repeat: repeat-y;
}
.leftmenu_bottom_1 {
  background-image:url(../images/bg-menu03.gif);
  background-repeat: no-repeat;
}
.leftmenu_top_2 {
  background: #FFCCAA;
  xbackground-image:url(../images/bg-menu201.gif);
  xbackground-repeat: no-repeat;
}
.leftmenu_title_2 {
  xbackground-image:url(../images/bg-menu202.gif);
  xbackground-repeat: repeat-y;
  font: bold 12Pt arial, san-serif;
  background: #FFCCAA;
  padding: 3px;
  text-align: center;
}
.leftmenu_middle_2 {
  background: #FFCCAA;
  xbackground-image:url(../images/bg-menu202.gif);
  xbackground-repeat: repeat-y;
}
.leftmenu_bottom_2 {
  background: #FFCCAA;
  xbackground-image:url(../images/bg-menu203.gif);
  xbackground-repeat: no-repeat;
}
.leftmenu_table a {
  color: #18554A;
  line-height:normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right-style: none;
}
.leftmenu_table em {
  color: #18554A;
  line-height:normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right-style: none;
}
.leftmenu_table a:hover {
  background-color: #FFFF99;
}
.leftmenu_search_box {
  font: 8pt Arial, Helvetica, sans-serif;
  margin: 0;
}
.leftmenu_search_button {
  font: 9pt Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0;
}

/******  Right Main Content  ******/

.main {
  position: relative;
  margin-top: 10px;
  width: 640px;
  overflow: hidden;
}
.main_title {
  position: relative;
  font: bold 14Pt arial, san-serif;
  color: #005544;
}
.main_top_center {
  position: absolute;
  top: 5px;
  left: 250px;
}
.main_link {
  position: absolute;
  top: 10px;
  left: 360px;
}
.main_edit {
  position: absolute;
  top: 10px;
  left: 410px;
}
.main_print {
  position: absolute;
  top: 10px;
  left: 590px;
}
.main_message {
  position: relative;
  font: bold 12Pt arial, san-serif;
  margin-top: 10px;
  color: red;
}

/******  Iman  ******/
.iman {
  width: 340px;
  padding: 4px;
}
.iman_h {
  font: bold 10Pt Andale Mono, monospace;
  background: #FFFFFF;
  color: #CC5555;
  letter-spacing: 5px;
  text-align: center;
}
.iman_info {
  width: 332px;
  padding: 2px;
  font: 9pt arial, san-serif;
  background: #444444;
}
.iman_n {
  font: bold 8pt arial, san-serif;
  text-align: right;
}
.iman_v {
  font: 8Pt arial, san-serif;
}
.iman_form_image {
  margin: 5px 5px;
}

/******  ??  ******/

.align_right {
  float: right;
  #position: relative;
  margin: 10px;
  #right: 0px;
}
.align_left {
  float: left;
  #$display: block;
  #$position: relative;
  margin: 10px;
  #left: 0px;
}
.crncy {
  text-align: right;
}
.flt {
  width: 640px;
  border-collapse: separate;
  border: none;
  margin-top: 5px;
  background: #FFFFFF;
}
.flt_checkout {
  width: 640px;
  border-collapse: separate;
  border: none;
  background: #FFFFFF;
}
.fln {
  padding: 2px;
  font: bold 9Pt arial, san-serif;
  text-align: right;
  vertical-align: top;
  color:#000000;
}
.flv {
  padding: 2px;
  font: 9Pt arial, san-serif;
  text-align: left;
  vertical-align: top;
  color:#000000;
}
.required {
  font: bold 12Pt arial, san-serif; color: red;
  vertical-align: top;
}
.cvr {font: 10Pt arial, san-serif; text-align: right}
.cvc {font: 10Pt arial, san-serif; text-align: center}
.cvl {font: 10Pt arial, san-serif; text-align: left}

.scheduleday {
  height: 90px;
  font: bold 10Pt Arial, san-serif;
  padding: 2px;
  vertical-align:top;
}
.scheduleday_number {
  font: bold 12Pt Arial, san-serif;
}
.schedule_event {
  font bold 10Pt Arial, san-serif;
  color: #000000;
}

.store_header {
  display: block;
  padding-top: 6px;
  font-size: 12pt;
  font-style: normal;
  font-weight: 900;
  color: #18554A;
  text-transform: uppercase;
}
.store_section_link {
  float: left;
  margin: 5px 15px;
  padding: 3px 3px;
  background: #EEEEEE;
  font: bold 12Pt Verdana, sans-serif;
}
.section_img {
  float: right;
  margin: 5px 5px;
}
.item_img {
  float: right;
  margin: 5px 5px;
}
.section_box,
.section_box:active,
.section_box:hover,
.section_box:visited {
  float: left;
  position: relative;
  width: 200px;
  height: 180px;
  min-height: 30px;
  margin: 5px 3px 3px 5px;
  padding: 2px 2px 0px 2px;
  xbackground: #F0E4C0;
  background-image:url(../images/sectionbox1.jpg);
  text-align: left;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
}
.section_box2,
.section_box2:active,
.section_box2:hover,
.section_box2:visited {
  float: left;
  position: relative;
  width: 200px;
  height: 100px;
  min-height: 30px;
  margin: 5px 3px 3px 5px;
  padding: 2px 2px 0px 2px;
  background: #F0E4C0;
  background-image:url(../images/sectionbox2.jpg);
  text-align: left;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
}
.section_box img {
  display: block;
  margin: auto;
  border: none;
}
.section_box_sku {
  position: absolute;
  display: inline;
  left: 3px;
  bottom: 3px;
  font: bold 8Pt arial, sans-serif;
}
.section_box_price {
  position: absolute;
  display: inline;
  right: 3px;
  bottom: 3px;
  text-align: right;
  font: bold 8Pt arial, sans-serif;
}
  
.section_sections,
.section_sections:active,
.section_sections:hover,
.section_sections:visited {
  clear: both;
  padding: 8px 0px;
  color: #18554A;
  font-size: 14px;
  font-weight: bold;
  font-variant: small-caps;
}
.section_more {
  clear: both;
  width: 604px;
  margin: 5px 20px 3px 20px;
  padding: 2px 2px 0px 2px;
  #background: #ECDFB7;
  text-align: right;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.item_order {
  clear: both;
}
.item_order TH {
  background: #CCCCCC;
}
.section_sections HR {
  margin: 0px;
  padding: 0px;
}
.no_image {
  float: right;
  width: 100px;
  height: 100px;
  border: 1px solid #aaaaaa;
  padding: 0px 0px 0px 0px;
  font: bold 10Pt arial, san-serif;
  font-style: italic;
  text-align: center;
  color: #555555;
  background: #dddddd;
  margin: 5px 5px;
}
.store_membernumber,
.store_zipcode  {
  position: relative;
  top: 5px;
  width: 290px;
  margin: 5px 5px;
  padding: 5px;
  background: #E9D392;
  font: 8Pt arial, san-serif;
}
.store_viewcart_summary {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  background: #FFDD99;
}
.store_viewcart_summary_table {
  background: #EEEEEE;
  border-collapse: collapse;
  border: 2px solid black;
}
.store_viewcart_lower {
  position: relative;
  width: 640px;
}
.store_checkout_button {
  float: right;
  margin-top: 5px;
  padding: 4px;
  font: bold 12Pt arial, san-serif;
}
.store_review_customer {
  float: left;
  postition: relative;
  padding: 5px;
  margin: 5px 0px;
  width: 300px;
  background: #FFFFFF;
}
.store_review_payment {
  float: right;
  position: relative;
  padding: 5px;
  margin: 5px 0px;
  width: 300px;
  background: #FFFFFF;
}
.store_review_cart {
  clear: both;
  position: relative;
  margin: 5px 0px;
  padding: 5px;
  width: 630px;
  background: #FFFFFF;
}
.store_review_headers {
  color: #18554A;
  font: bold 12Pt arial, san-serif;
}
a.store_review_change,
a.store_review_change:link,
a.store_review_change:hover,
a.store_review_change:visited {
  color: #DD0000;
  font: bold 8Pt arial, san-serif;
  text-decoration: underline;
} 
H1,
.main_h {
  display: block;
  position: relative;
  top: 0px;
  left: 4px;
  font: bold 14Pt arial, san-serif;
  color: #005544;
  margin: 5px;
}
.review_page {
  position: relative;
  width: 630px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
}
.review_left {
  float: left;
  width: 310px;
  margin-top: 2px;
}
.review_right {
  float: right;
  width: 310px;
  margin-top: 2px;
}
.review_thirds {
  float: left;
  width: 200px;
  margin: 2px 10px 0px 0px;
}
.review_2thirds {
  float: left;
  width: 414px;
  margin: 2px 10px 0px 0px;
}
.review_480 {
  float: left;
  width: 480px;
  margin: 2px 10px 0px 0px;
}
.review_thirds_right {
  float: left;
  width: 202px;
  margin-top: 2px;
}
.review_both {
  clear: both;
  width: 630px;
  margin-top: 2px;
}
.review_header {
  background: #DDDDFF;
  font: bold 10Pt arial, san-serif;
  color: #005544;
  padding: 2px;
}
.accountability {
  width: 100%;
  text-align: center;
  font: 8Pt Courier New, Courier, mono;
}

/****** Basic 2 column layout for vehicles******/
#vehicleleft {
  float: left;
  position: relative;
  padding: 15px 10px 15px 10px;
  margin: 0px;
  width: 325px;
  background: #FCEFC7;
  z-index:100;
}
#vehicleright {
  float: left;
  position: relative;
  padding: 15px 10px 15px 0px;
  margin: 0px;
  width: 410px;
  background: #FCEFC7;
  z-index:100;
}
#fullwidth {
  float: left;
  position: relative;
  padding: 15px 10px 15px 10px;
  margin: 0px;
  width: 745px;
  background: #FCEFC7;
  z-index:100;
}
.cleaner {
  clear:both;
  height:1px;
  font-size:1px;
  background:transparent;
}
.error {
  font: bold 12Pt arial, san-serif;
  color: red;
}
.error_bar {
  float: right;
  width: 650px;
  font: bold 10Pt arial, san-serif;
  color: red;
  padding: 0px;
}
.attention {
  font: 12Pt arial, san-serif;
  color: red;
} 

.sn {
  text-align: right;
  font: 7Pt arial, san-serif;
}
.sv {
  text-align: left;
  font: 7Pt arial, san-serif;
}
.n {
  text-align: right;
  font: bold 9Pt arial, san-serif;
}
.v {
  text-align: left;
  font: 8Pt arial, san-serif;
}
  
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.edit_link,
a.edit_link:link,
a.edit_link:visited,
a.edit_link:hover,
a.edit_link:active {
  display: block;
  position: absolute;
  width: 30px;
  top: 4px;
  right: 50px;
  color: #FF0000;
  background: #FFFFFF;
  border: solid 1px #FF0000;
  padding: 1px;
  font: bold 10Pt Arial, san-serif;
  text-decoration: underline;
  white-space: nowrap;
}
.edit_link2,
a.edit_link2:link,
a.edit_link2:visited,
a.edit_link2:hover,
a.edit_link2:active {
  width: 30px;
  color: #FF0000;
  background: #FFFFFF;
  border: solid 1px #FF0000;
  padding: 2px;
  font: bold 8Pt Arial, san-serif;
  text-decoration: underline;
  white-space: nowrap;
}
.print_link,
a.print_link:link,
a.print_link:visited,
a.print_link:hover,
a.print_link:active {
  position: absolute;
  width: 30px;
  top: 4px;
  right: 10px;
  color: #0000AA;
  background: #FFFFFF;
  border: solid 1px #0000FF;
  padding: 1px;
  font: bold 10Pt Arial, san-serif;
  text-decoration: underline;
  white-space: nowrap;
}
.updateview_link,
a.updateview_link:link,
a.updateview_link:visited,
a.updateview_link:hover,
a.updateview_link:active {
  position: absolute;
  width: 130px;
  top: 4px;
  right: 50px;
  color: #FF0000;
  background: #FFFFFF;
  border: solid 1px #FF0000;
  padding: 1px;
  font: bold 10Pt Arial, san-serif;
  text-decoration: underline;
  white-space: nowrap;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #330066;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: none;
}
#nav a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 5px;
}
#nav a:hover {
	background-color: #000000;
}
.header {
	font-size: 12pt;
	font-style: normal;
	font-weight: 900;
	color: #18554A;
	text-transform: uppercase;
}
.headerdiv {
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.headerred {
	color: #18554A;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
}
.small {
	font-size: 10px;
}
.smallaccent {
	font-size: 10px;
	color: #18554A;
}
.smallcaps {
	font-size: 10px;
	text-transform: uppercase;
}
.caption {
	text-decoration: none;
	font-size: 10px;
	font-variant: normal;
	font-style: italic;
}
.link {
	text-decoration: underline;
}
.green {
	color: #18554A;
}
.grey {
	color: #999999;
}
.red {
	color: #FF0000;
}
.yellow {
	color: #FFFF99;
}
.white {
	color: #FFFFFF;
}

/***********  Table headers and rows *****************/

.ch {font: bold 10Pt arial, san-serif; text-align: center; color:#000000; padding:2px 0px 3px 0px; }
TR.ch { background-color:#AAAAAA }
A.ch { text-decoration: underline; color: #000000; }
A.ch:hover { text-decoration: none; color: #000000; }
A.ch:active { text-decoration: none; }
.tr { background:#EEEEEE}
.tra { background: #DDDDDD}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

