/*----------- Content Right -----------*/

.tablet-title {
	background-color:#5B5B5B;
	color:#EDEDED;
	font-size:12px;
	text-align:center;
	padding: 5px 0;
	font-weight: normal;
	margin: 0;
	line-height: 18px;
}
.tablet-title a{
	color:#EDEDED;
}


.tablet-title2 {
	background-color:#5B5B5B;
	color:#EDEDED;
}
.tablet-title2 a{
	color:#EDEDED;
}


img.productview-banner {
	width: 100%;
	max-width: 100%;
}

.icon-box, .productview-list  {
	border: 1px solid #ddd;
}

.icon-box {
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

.productview-list {
	width: 100%;
	border-top: none;
	display: table;
}

.productview-list>a {
  float: left;
  width: 75px;
  height: 75px;
  margin: 5px 10px;
  text-align: center;
}

.productview-list-top {
  width: 100%;
	display: table-cell;
	padding: 10px 0;
	vertical-align: middle;
}

.productview-list-top a {
	font-size: 14px;
	font-weight: bold;
  line-height: 0;
}

.productview-list-top select {
	width: 90%;
	margin-top: 8px;
}
.productview-list-title-h2 {
	font-size: 14px;
	margin: 0;
	line-height: 18px;
}

.productview-box h6, .productview-box h6 a, .productview-box h1, .productview-box h1 a {
  font-weight: normal;
  color: #0F73C8;
}

.productview-box h6 a, .productview-box h1 a {
	text-decoration: underline;
}

/* Basic Table style */
table {
  width: 100%;
}
table th { 
  font-weight: bold; 
}
table td, table th { 
  padding: 10px 5px; 
}

/* responsive table style*/
table.responsive { 
  margin-bottom: 0; 
}
.pinned { 
  position: absolute; 
  left: 0; 
  top: 0; 
  background: #fff; 
  width: 140px;
  overflow: hidden; 
  overflow-x: scroll; 
  border-right: 1px solid #ccc; 
  border-left: 1px solid #ccc; 
}
.pinned table { 
  border-right: none; 
  border-left: none; 
  width: 100%; 
}
.pinned table th, .pinned table td { 
  white-space: nowrap; 
}
.pinned td:last-child { 
  border-bottom: 0; 
}

div.table-wrapper { 
	position: relative; 
	overflow: hidden; 
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.table-wrapper div.scrollable table { 
  margin-left: 140px; 
}
div.table-wrapper div.scrollable { 
  overflow: scroll; 
  overflow-y: hidden; 
}  

table.responsive td, table.responsive th { 
  position: relative; 
  white-space: nowrap; 
  overflow: hidden; 
}

/* Testing Authentication Table */
.authentication-table {
	background: #C2E1F1;
}
.authentication-table tr {
	border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.authentication-table th, .authentication-table td  {
	border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  text-align: center; 
}
.authentication-table th:first-child, 
.authentication-table td:first-child {
	border-right: 0;
}
.authentication-table td:first-child {
	font-weight: bold;
}
.authentication-table th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #1F688F;
}
.authentication-table td:first-child {
	text-align: left;
	background: #B4DAEF;
}
.authentication-table ul {
	padding: 0;
	margin: 0;
}
.authentication-table ul li {
	list-style: none;
	text-align: left;
}

/* Vedio Zone */
#videolinks {
	margin-bottom: 10px;
}

#showVideo_box , #showVideo_box2 , #showVideo_box3 , #showVideo_box4 , #showVideo_box5 , #show3D_box {
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px;
    text-align: center;
    /*border: 4px solid #ECECEC;
    box-shadow: inset 0 0 8px #AEAEAE;*/
    background: #ECECEC;
}

.video-close {
	position: relative;
	padding: 5px;
	min-height: 22px;
	background: #FFFBD6
}

.video-close img {
	position: absolute;
	right: 8px;
}

.video-info {
	margin-top: 5px;
}