@charset "utf-8";
/* CSS Document */

table {
  margin-bottom: 20px;
  width: 100%;
}

table caption,
table th {
  text-align: left;
}

table th,
table td {
  border: 1px solid #cccece;
  padding: 10px 20px;
}

table .even td {
  background-color: rgba(198, 201, 204, 0.15);
}

table.pricing td.money {
  text-align: right;
  vertical-align: middle;
}

#slideshownav a.activeSlide,
#videonav a.activeSlide{
  background:none repeat scroll 0 0 #FFFFFF;
  opacity:0.5;
}

#slideshownav a,
#videonav a{
  border:1px solid #0BAAE1;
  color:#0BAAE1;
  display:inline-block;
  font-size:15px;
  font-weight:bold;
  height:37px;
  line-height:37px;
  margin:5px;
  padding:3px 5px;
  text-align:center;
  text-decoration:none;
  width:34px;
}

.textcontent .fcontent {
  float: left;
  padding: 30px;
  width: 290px;
}
	
.textcontent .fmedia {
  overflow:hidden;
  float: left;
  padding: 30px;
  width: 480px;
}

.ecosystem .fbox {
  width: 285px;
}

div.tagcloud {
	line-height: 18pt;
}

div.tagcloud a {
	margin: 0 2px;
	padding: 1px 3px;
	background-color: #eee; border: 1px solid #eee;
	white-space: nowrap;
}

div.tagcloud a:hover { background-color: #fff; }

dl.faq { }
dl.faq dt { padding:7px; border-bottom:1px solid #eee; background: transparent url(arrow-down.png) no-repeat center right; }
dl.faq dt.over { background-color: #eee; text-decoration: underline; cursor: pointer;  }
dl.faq dt.show { background-image: url(arrow-up.png); background-repeat: no-repeat; background-position: center right; }
dl.faq dd { display: none; margin-left:10px; padding:7px; font-style: normal; }
dl.faq dd.show { display: block; }
