﻿.sSH {
  width: 300px;
  background-color: #7f7f7f;
  color: white;
  font-family: arial;
  font-size: 16px;
  line-height: 24px;
  padding-left: 4px;
  padding-right: 4px;
}
.sSC {
  width: 300px;
  background-color: white;
  color: #919191;
  font-family: verdana;
  font-size: 11px;
  line-height: 14px;
  border-bottom: dotted #bfbfbf 1px;
  padding-top: 4px;
  padding-bottom: 12px;
}
.sSC:hover {
  text-decoration:none;
}
.sSC .title{
  color: #7f7f7f;
  font-family: verdana;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  display: block;
}
.sSC .thumb{
  margin-top: 6px;
  margin-left: 18px;
  margin-right: 6px;
  margin-bottom: 18px;
}
.sSCb {
  width: 300px;
  background-color: white;
  color: #919191;
  font-family: verdana;
  font-size: 11px;
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 12px;
}
.sSCb:hover {
  text-decoration:none;
}
.sSCb .title{
  color: #7f7f7f;
  font-family: verdana;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  display: block;
}
.sSCb .thumb{
  margin-top: 6px;
  margin-left: 18px;
  margin-right: 6px;
  margin-bottom: 18px;
}
.sCTc {
  width: 240px;
  height: 480px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.sCTc .sCTcD {
  border-bottom: dashed #bfbfbf 2px;
  color: #7f7f7f;
  font-family: verdana;
  font-size: 12px;
  line-height: 16px;
  padding: 4px;
}
.sCTc .sCTcD .sCTcDT{
  color: #7f7f7f;
  font-family: arial;
  font-size: 16px;
  line-height: 16px;
  padding: 4px;
  display: block;
  font-weight: bold;
}
.sCTc .sCTcR{
  color: #7f7f7f;
  font-family: arial;
  font-size: 16px;
  line-height: 24px;
  padding: 4px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-bottom: dotted #bfbfbf 2px;
}
.sCTc .sCTcR:hover{
  color: black;
  background-color: silver;
  font-family: arial;
  font-size: 16px;
  line-height: 24px;
  padding: 4px;
}
.sCTt {
  width: 400px;
  height: 480px;
  position: absolute;
  top: 0px;
  left: 240px;
  padding: 0;
  margin: 0;
}
.sCTt .sCTtD {
  text-align: center;
  position: relative;
  float: left;
  width: 200px;
  height: 120px;
  padding: 0;
  margin: 0;
}
.sCTt .sCTtD img{
  border: none;
  cursor: pointer;
}
.sCTt .sCTtD .sCTtC {
  margin: 0 auto;
  visibility: hidden;
  position: absolute;
  width: 180px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  background-color: black;
  color: white;
  font-weight: bold;
  font-family: arial;
  font-size: 16px;
  line-height: 24px;
  padding: 4px;
}