/*-------------------------------------------------------------------*/
/* --------------HTML Selectors ------------- */



html {
	/* height: 100%; */
}


a {
	text-decoration: none;
}

body {
	font-family: Tahoma, Verdana, sans-serif;
	color: black;
	font-size: 12px;
	height: 100%;
}

h1 {
	color: black;
	font-size: 20px;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #cccccc;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}

h2 {
	color: red;
	font-size: 16px;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
}

h3 {
	color: black;
	font-size: 14px;
	font-family: Tahoma, Verdana, sans-serif;
	font-style: italic;
}


h4 {
	color: blue;
	font-size: 13px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}


h5 {
	color: gray;
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
	font-style: italic;
}

h0 {
	color: black;
	font-size: 22px solid black;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -20px;
	margin-top: 10px;
}

p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: black;
}

/*----------- END OF HTML SELECTORS --------------------*/
/*-------------------------------------------------------------------*/





/*-------------------------------------------------------------------*/
/*-------CLASSES (use a period, many times in one document)-----*/



.catalog {
	float: left;
	clear: none;
	margin: 10px;
	padding: 0px;
	border: 0px solid black;
	text-align: center;
	width: 220px;
}

.center_box {
	text-align: center;
	width: 250px;
	background-color:#FFEEDD;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	padding: 5px;
	vertical-align: middle;
}

.float_right {
	float: right;
}

.green_box {
	width: 478px;
	border: 2px solid black;
	background-color: green;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.hilight {
  background-color: #ffeeee;
}

.item_header {
    background: transparent url('/images/item_sheet/item_box_header.jpg') no-repeat scroll top left;
    color: white;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    width: 446px;
    height: 30px;
    border: 0px solid black;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    z-index: 2;
    position: relative;
    font-family: "Arial Black", sans-serif;
    font-size: 14px;
    font-weight: bolder;
}

.item_sheet {
	background: transparent url('/images/item_sheet/item_box_white.jpg') no-repeat scroll top left;
    color: black;
    border: 0px solid black;
    border-bottom: 2px solid gray;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    width: 456px;
    z-index: 1;
    padding: 30px 10px 10px 30px;
    margin: -40px auto 20px auto;
    position: relative;
}	

.item_summary {
	width: 90%;
	background-color: silver;
	margin: 15px;
	padding: 10px;
	vertical-align: middle;
	float: right;
}


.left_image {
	float: left;
	border: 1px solid black;
	margin: 10px;
}

.linkbox_left {
	background-color: black;
	color: black;
	border: .5px solid black;
	text-align: center;
	width: 95%;
	height: 30px;
	vertical-align: middle;	
	margin: 5px auto 5px auto;
	padding: 2px;
	font-size: 13px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

.linkbox_right {
	background-color: black;
	color: black;
	border: .5px solid black;
	text-align: right;
	width: 85%;
	height: 30px;
	vertical-align: middle;	
	margin: 5px auto 5px 20px;
	padding: 2px;
	font-size: 13px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

.navbar_link {
	width: 100px;
	height: 25px;
	border: 1px solid gray;
	background-color: lime;
	padding: 5px;
	text-align: center;
}


.photo_column {
	width: 225px;
	border: 3px solid black;
	margin: 5px 20px 10px 5px;
	background-color: red;
	float: left;
	clear: both;
	text-align: center;
}


.payment_box {
	width: 30%;
	background-color:white;
	padding: 10px;
	clear: both;
	border: 2px solid black;
	text-align: center;
}

.press_contacts {
	width: 50%;
	background-color: aqua;
	text-align: center;
	color: black;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.product_content {
	width: 215px;
	height: 280px;
	padding: 5px;
	text-align: center;
	border: 1px solid black;
	font-size: 12px;
}

.product_header {
	width: 215px;
	height: 2.5em;
	background-color: black;
	color: white;
	padding: 5px;
	border: 1px solid black;
	text-align: right;
} 

.product_listing {
	width: 225px;
	height: 300px;
	clear: right;;
	background-color: white;
	color: black;
	float: left;
	padding: 5px;
	border: 0px solid blue;
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 30px;
}  

.purchase_area {
	clear: both;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background: transparent url(/images/backgrounds/purchase_background.gif) repeat-x scroll 0 0;	
	border: 2px solid red;
}


.purchase_area > table {
}

td {
	border: 1px solid black;
    border-style: solid;
    padding: 2px;
    /* background-color: #FFC; */
    text-align: center;
}



.right_image {
	float: right;
	border: 1px solid black;
	margin: 10px;
}

.ruggedized {
	width: 95%;
	background-color: white;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: 0px solid black;
}

.spec_heading {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: gray;
	margin-top: 10px;
}

.spec_table {	
	width: 49%;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: black;
	background: transparent url(/images/backgrounds/purchase_background.gif) repeat-x scroll 0 0;
	background-repeat: repeat;	
	margin-left:  auto;
	margin-right: auto;
	margin-top: -10px;
	border: 1px solid red;
	border-spacing: 10px;
}

.techdef {
	text-align: left;
}

.techterm {
  font-weight: bold;
  text-align: right;
 }

.whats_new {
	width: 95%;
	background-color: white;
	padding: 30px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
	margin-bottom: 15px;
	border: 1px solid black;
	position: relative;
	z-index: 1;
}

.whats_new_header {
	width: 375px;
	height: 43px;
	border: 0px solid black;
	/* background-color: black; */
	background: transparent url(/images/item_sheet/whats_new_header.jpg) no-repeat scroll left top;
	text-align: left;
	color: white;
	padding: 20px 50px 20px 30px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

/*-----------------------END OF CLASSES------------------------------*/
/*-------------------------------------------------------------------*/



/* -------------------------------- IDS -----------------------------*/
/*-------------------------------------------------------------------*/

#footer {
	width: 706px;
	border: 1px solid black;
	padding: 0px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

#footer table {
	color: white;
	background-color: black;
	border: 0px solid white;
	padding: 0px;
	margin: 0px;
	border-spacing: 10px;
	width:  100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}


#header {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	clear: both;
}


#horizontal_navbar {
	width: 706px;
	height: 30px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
	line-height: normal;
	padding: 5px 0px 0px 0px;
	background-color: red;
	border: 1px solid black;
}

#main_content {
	background-color: white;
	float: right;
	width: 510px;
	height: 100%;
	padding: 5px;
	border: 0px solid white;
}

#overall_content {
	width: 700px;
	height: 100%;
	background-color: white;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 4px solid black;
}

#paypal_newark_info {
	width: 100%
	padding: 10px
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* .store_wrapper {
	width: 90%;
	height: 100px;
	border: 2px solid yellow;
	background-color: black;
	 clear: both; 
} */

#vertical_navbar {
	width: 150px;
	height: 100%;
	background-color: black;
	padding: 10px;
	float: left;
	clear: none;
	margin: 0px 10px 0px 0px;
	border: 0px solid red;
	text-align: center;
	overflow: visible;
}

/*-----------------------END OF IDs-----------------------------*/
/*-------------------------------------------------------------------*/





/*-------------------------------------------------------------------*/
/*-------------------DESCENDANT CLASSES-----------------------------*/

a.bottomlink {
	font-weight: bold;
  }

.linkbox_left > a {
	color: black;
	text-decoration: none;
}

img.right {
	border: 1px solid black;
	margin: 10px;
	float: right;
}

#main_content > img {
	border: 1px solid black;
	margin: 10px;
}

p.legallink
  {
  font-size: 8px;
  font-style: italic;
  text-align: center;
  }

td.Redlines
  {
  text-align: center;
  background: URL(/gfx/Redlines.gif);
  }

.item_summary > img {
	border: 1px solid black;
	width: 200px;
	float: left;
	margin: 10px 30px 10px 10px;
}

.item_sheet > img {
	border: 1px solid black;
	width: 175px;
	float: left;
	margin: 10px 30px 10px 10px;
}

.item_header > a {
	color: white;
}

.item_header > a:hover {
	color: red;
}

.item_sheet > a:hover {
	color: blue;
}


.photo_column > img {
	border: 2px solid black;
	width: 99%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.photo_column > a > img {
	border: 2px solid black;
	width: 99%;
}

.product_content > img {
	width: 190px;
	border: 1px solid black;
	margin: 10px auto 10px auto;
}

.product_content > a > img {
	width: 190px;
	border: 1px solid black;
	margin: 10px auto 10px auto;
}

.product_content > a {
	color: black;
	font-size: 13px;
}

.product_content > a:hover {
	color: red;
	font-style: italic;
}

.product_header > a {
	color: white;
}

.product_header > a:hover {
	color: red;
}

.whats_new > img {
	width: 200px;
	border: 2px solid black;
	float: right;
	margin: 10px;
}


/*------------END OF DESCENDANT CLASSES----------------------*/
/*-------------------------------------------------------------------*/





/*-------------------------------------------------------------------*/
/* --------------------------- BUTTON --------------------------- */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/buttons/red_button_a.jpg') no-repeat scroll top right;
    color: black;
    font-weight: bold;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    clear: both;
}

a.button:hover {
	color: blue;
}

a.button span {
    background: transparent url('/images/buttons/red_button_span.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;

} 

a.button:active {
    background-position: bottom right;
    color: black;
    outline: none; /* hide dotted outline in Firefox */
    font-weight: bold;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    color: blue;
    font-weight: bold;
}

/*-------------------------END OF BUTTON-----------------------------------------*/
/*-------------------------------------------------------------------*/





/*-------------------------------------------------------------------*/
/* ---- WEIRD SPANS OR WHATEVER THAT SOMEBODY ELSE WROTE?? ----*/

table.spectable {
  font-size: 8pt;
  border-spacing: 0pt;
  padding: 1pt 15pt;
  vertical-align: text-top;
  border-collapse: collapse;
  border-width: 2pt;
  border-style: solid;
  border-color: black;
}

table.spectable td {
  vertical-align: top;
}

table.biggerspectable {
  font-size: 12pt;
  border-spacing: 0pt;
  padding: 1pt 15pt;
  vertical-align: text-top;
  border-collapse: collapse;
  border-width: 2pt;
  border-style: solid;
  border-color: black;
}

table.biggerspectable td {
  vertical-align: top;
}

.footnote {
  font-size: smaller;
  font-style: italic;
}

table.modtable
  {
  font-size: 12pt;
  border-spacing: 0pt;
  padding: 5pt;
  vertical-align: text-top;
  text-align: center;
  border-collapse: collapse;
  border-width: 2pt;
  border-style: solid;
  border-color: black;
  }
table.modtable td
  {
  vertical-align: top;
  }
li.apps
  {
  font-size: 15pt;
  list-style-image: url("/gfx/BEALaserIcon20.gif");
  padding-left: 7pt;
  vertical-align: middle;
  }
hr.divider
  {
  width: 100%;
  height: 2pt;
  color: #ff0000;
  }
