/* PRODUCTS (list) */

td.first {
  padding-left: 10px;
}
td.name {
  width: 250px;
  padding-right: 20px;
}

table.products {
  margin-bottom: 2.0em;
  margin-left: 10px;
}
table.products td {
  padding: 5px !important;
  line-height: 1.1em;
}

#products h2 {
  color: #000;
  font-weight: normal;
  border-bottom: 1px solid #000;
}

.product .number {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
}

#products_left {
  width: 47%;
  float: left;
}

#products_right {
  width: 47%;
  float: right;
}


.series .name  {
  font-size: 0.9em;
  font-weight: normal;
  display: none;
}
.series .title {
  color: #666;
}

/* PRODUCT (single) */


h1.product .title {
  font-size: 0.8em;
}


#product {
  position: relative;
}

#product_left {
  float: left;
  width: 545px;
}
#product_right {
  float: right;
  width: 255px;
}

.product_content {
	margin-bottom: 1.7em;
	line-height: 1.5em;
	text-align: justify;
}
.product_content ul, .product_content li {
}
.product_content li {
  margin-bottom: 0.5em;
}

#product_right p {
  margin-bottom: 10px;
}

#toc {
  list-style: none;
  margin-left: 0;
  margin-bottom: 2em;
}
#toc li {
  float: left;
  margin-right: 10px;
}

#details {
	list-style: none;
	float: left;
	padding: 3px;
	margin-left: 0;
	margin-bottom: -3px;
	margin-right: 10px;
}
#details li {
	margin: 3px;
}
#details li.head {
	font-family: "Franklin Gothic Book",  Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
#details li.foot {
	font-family: "Franklin Gothic Book",  Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	text-align: right;
	color: #666;
}
#details img {
	border: 1px solid #ccc;
	width: 140px;
}
#details a {
	display: block;
}
#details a:hover img {
	border-color: #005daa;
}

#product #downloads {
  padding: 10px;
  background-color: #f6f6f6;
}
#downloads ul {
  margin-left: 0;
  list-style: none;
}
#downloads li {
  margin-bottom: 0;
  padding: 5px;
  border-top: 1px solid #ccc;
}

table.features {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 1em;
}
.features td {
	background-color: #f6f6f6;
	padding: 5px;
	font-size:0.8em;
	font-family: "Franklin Gothic Book", Helvetica, Arial, sans-serif;
	width: 50%;
}

#diagrams table {
  margin-bottom: 2em;
}
#diagrams caption {
	font-family: "Franklin Gothic Book",  Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
	color: #666;
}
#diagrams td {
	width: 130px; 
	padding: 3px;
}
#diagrams td:hover {
  background-color: #eee;
}
#diagrams a {
	color: #000;
	display:block;
	width: 130px; 
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
	height: 100%;
}
#diagrams a:hover {
	text-decoration: none;
	color: #005daa;
}
#diagrams img {
	width:100%;
}
#diagrams a div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	padding: 3px;
	font-family: "Franklin Gothic Book",  Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	text-align: center;
	line-height: 20px;
}

#products_nav {
  position: absolute;
  top: 0px;
  right: 0px;
}
#products_nav #products_select {
  width: 250px;
}

table.features h6 {color: #369; font-size: 1.3em; margin: 0; padding: 0; display: inline;}