#wrapper {
	width: 472px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

#wrapperPopup {
	width: 630px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

#wrapper a {
  width: 472px;
  height: 70px;
  color: #333;
  text-decoration: none;
}

h3 {
	font-size: 1.9em;
	margin: 0;
}

h4, h5 {
	color: #999;
	font-weight: bold;
}

h4 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 1.5em;
	margin-top: -1px;
	margin-bottom: 2px;
}

img.box_head{
	border: none;
	margin-bottom: 0px;
	margin-top: -4px;
	width: 32px;
}

img.product_img{
	border: none;
	margin-top: -13px;
	margin-right: 20px;
	width: 70px;
	float:right;
}

div.boxes{
	background: url(http://images.fantec.de/grdnt.gif) bottom left repeat-x;
	float: left;
	width: 470px;
	border: 1px solid #e3e3e3;
	border-top: none;
	font: 12px/15px Arial;
}

div.boxes p{
	padding: 10px 15px 15px 40px;
}

#arrow {
	float:left;
	width: 32px;
	padding-right: 5px;
}

#box_title {
	float: left;
	width: 460px;
	padding: 13px 5px 0 5px;
	border: 1px solid #e3e3e3;
	margin-top: 6px;
}

.btn_left {
	float: left;
	background: url(http://images.fantec.de/btn_left.gif) no-repeat;
	width: 25px;
	height: 39px;
}

.btn_middle {
	float: left;
	background: url(http://images.fantec.de/btn_middle.gif) repeat-x;
	height:39px;
}

.btn_right {
	float: left;
	background: url(http://images.fantec.de/btn_right.gif) no-repeat;
	width: 13px;
	height:39px;
}

#download_btn {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}

.btn_dl {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2px;
	color: #fff;
}

.btn_text {
	font-size: .85em;
	font-weight: normal;
	margin-top: 0px;
	color: #fff;
}

.btn_text:hover {
	text-decoration: underline;
}

.older_release {
	position: relative;
	color: #999;
	width: 450px;
	float: left;
	margin-top: 5px;
	padding-left: 10px;
}

.older_download {
	position: absolute;
	bottom: 10px;
	right: 19px;
}

.older_download a {
	color: #666;
	text-decoration: none;
}

.older_download a:hover {
	color:#36F;
	text-decoration: underline;
}

.line {
	background:url(http://images.fantec.de/line.gif) repeat-x;
	height: 1px;
	width: 450px;
	margin: auto;
}

.bottom_line {
	background:url(http://images.fantec.de/line.gif) repeat-x;
	height: 10px;
	width: 450px;
	margin: auto;
	padding-bottom: 10px;
}

.headline {
	font-size: 1.1em;
	margin: 5px 0 0 15px;
	padding-left: 15px;
}

.content {
	float: left;
	margin-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
}

/*
 * Table Designs
 */
.firmwarePopup {
  margin: 0 auto;
  width: 472px;
}

#warning {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.productInfo {
  margin: -5px 0 0 35px;
}

.productInfo p {
  padding-top: 20px;
}

.productInfo .topLine, .productInfo .product, .productInfo .subLine {
  font-family: "Tahoma","Verdana", "Arial";
  padding: 0 25px;
  margin: 0;
}

.productInfo .topLine {
  font-size: 20px;
}

.productInfo .product {
  font-size: 40px;
  font-weight: bold;
  color: #222;
}

.productInfo .subLine {
  font-size: 18px;
  color: #444;
}

.productInfo img {
  float: left;
  margin-bottom: 10px;
}

#firmwareTable {
  border-collapse: collapse;
  font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
  font-size: 10px;
  text-align: left;
  width: 470px;
  margin: 0;
}

#firmwareTable a {
  text-decoration: none;
  color: #006499;
}

#firmwareTable a:hover {
  text-decoration: underline;
  color: #006499;
}

#firmwareTable th {
  background:none repeat scroll 0 0 #B9C9FE;
color:#003399;
font-size:11px;
font-weight:bold;
padding:6px;
}

#firmwareTable td {
background:none repeat scroll 0 0 #E8EDFF;
border-top:1px solid #FFFFFF;
color:#666699;
padding:8px;
}

#firmwareTable {
  background:none repeat scroll 0 0 #D0DAFD;
}

#firmwareTable tbody tr:hover td {
  background:none repeat scroll 0 0 #D0DAFD;
}

#firmwareTable .tfoot {
  color: #9999bf;
}


