/* CSS Document */
/*
table.tableSetup {
	width: 100%;
	border: 0;
	background-color: #FFF;
}

table.tableSetup > td {
	padding: 0;
}
*/
.tech-descr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: left;
}

.tech-body {
	background-color: #FFF;
	color: #005;
	padding: 8px;
}
/*
table.tech-table {
	width: 100%;
	border: 0;
	text-align: left;
	padding-top: 10px;
}
*/
tr.tech-header {
	background-color: #ECF8F8;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 24px;
	text-align: center;
	color: #0489B1;
}

tr.item {
	background-color: #ECF5FF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-style: solid;
	border-width: 1px;
	border-color: gray;*/
	/*padding: 1px;*/
	height: 20px;
	padding-left: 13px;
}

.tech-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #0489B1;
	/*color: #3F6A78;*/
	/*color: #b3edff;*/
}

a.tech-link:hover {
	color: #FFF;
	background-color: #0489B1;
}

span.section_title {
	/*background-color: #BFD4E7;*/
	background-color: #FFF;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-style: solid;
	border-width: 1px;
	border-color: #7CA6CF;*/
	padding: 3px;
	padding-bottom: 2px;
	color: #003366;
	text-align: left;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

img.image-left {
	float: left; margin: 0px 15px 15px 0px;
}

td.tech-img {
	height: 159px;
	width: 20%;
	text-align: center;
	color: #FF0000;
	vertical-align: bottom;
}

/*
	<td style="height: 159px; width: 33%">
	  <div align="center"><a href="atarixegs.php"><img src="img/AtariXEGS_Small.jpg" width="200" height="138" border="0" alt=""></a><br>
		  <font color="#FF0000" size="2"> Atari XEGS</font></div></td>
*/

.stuff-item {
	background: #549bc4;
	text-align: center
}

.stuff-item-sel {
	background: #2390b8;
	text-align: center
}

ul.tech-img {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #FFF;
}

ul.tech-img > li {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 290px;
	height: 160px;
	color: #000;
}
/*
img.tech-img {
	width: 100px;
	height: 74px;
}
*/

div.tech-name {
	/*display: table;*/
	width: 60%;
	border: 1px solid #b3d9ff;
	border-radius: 3px;
/*  border: 1px solid #B4CFEC;*/
  /*border-width: 1px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2390b8;
	/*color: #0042A3;*/
	color: #fff;
	/*vertical-align: top;*/
	/*white-space: nowrap;*/
	margin-left: 55px;
	padding: 0;
}
