div#appinfo {
	text-align: center;
	border-top: 1px solid #c0c0c0;
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #c0c0c0;
}

div#support-widget {
	height: 640px;
	border-top: 1px solid #c0c0c0;
	padding-top: 16px;
	padding-bottom: 16px;
}
div#facebook-widget {
	width: 470px;
	float: left;
}
div#twitter-widget {
	width: 470px;
	float: right;
}

div#downloadTab  h3 {
	text-align: center;
}

div#downloadTab  table{
	width: 100%;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
div#downloadTab  table tr td {
	text-align: center;
}

div#oldVersion {
	display: none;
}

div#tabcontent {
	margin-top: 16px;
}
div#tabcontent {
	height: 450px;
	overflow: auto;
}

#tabs {
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #c0c0c0;
}
#videosTab div {
	text-align: center;
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}
#videosTab div h3 {
	text-align: center;
}

#tabmenu {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabmenu li {
  float: left;
  margin: 0 -15px 0 0;
}

#tabmenu a {
  float: left;
  position: relative;
  padding: 0 39px;
  height: 0; 
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #BBBBBB;
  border-bottom-color: #777\9;
}

#tabmenu a:hover,
#tabmenu a:focus {
  border-bottom-color: #6598d0;
}

#tabmenu a:focus {
  outline: 0;
}

#tabmenu .currentTab {
  z-index: 3;
  border-bottom-color: #000000;
}