

.TopPage{
    background-color: #4D4D4D;
    height: 45%;
    width: 100%;
}

.FrameClose{
	cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    height: 26px;
    width: 26px;
}

.DivTopTemp1{
    height: 14%;
}

.DivProductImage{
	margin: 0 auto;
	display:flex;
    align-items: center;
    height: 72%;
    width: 75%;
}

.ProductImg img{
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}


.DownPage{
	display:flex;
	height: 55%;
    max-height: 150%;
    width: 100%;
    background-color:#FFFFFF;
}

.PageTextSide{
    height: 100%;
    width: 70%;
    margin-left: 40px;
}

.PageFunctionSide{
	float: right;
    height: 100%;
    width: 30%;
    margin-right: 10px;
}
 /*
.PageFunctionButton{
    background-image:url("../images/pageButton.png");
    width: 75%;
    height: 8%;
    float: right;
    background-size: cover;
    border: none;color: #FFFFFF;
    text-align: center;
    background-color: #FFFFFF;
}
*/

.PageTextDot{
	height: 2px;
	width: 2px;
    border: 4px solid #FA0202;
}

.PageFunctionButton{
  color: white;  
  background: #006EBA;
  width: 80%;
  height: 8%;
  float: right;
  border-radius: 5px;
  border: 0px;
}

.PageFunctionButton:hover{
  background: #C40B0B;
}

.PageFunctionShare{
  color: white;  
  background: #ffffff;
  width: 75%;
  height: 8%;
  float: right;
  border-radius: 5px;
  border: 0px;
}

.YoutubeIcon:hover{
  background-image:url("../images/youtubeDark.png");
}