﻿.PD
{
   margin: 15px 30px 0px 30px;
}

.PDOptionsButtons
{
    
}

.PDBasicInfo
{
   border: 0px;
   font-size:medium;
}

.PDBasicInfo legend, .PDParameterList legend
{
   font-weight: bold;
   font-size: large;
}

.PDProductGallery
{
    min-height:30px;
    margin-top:40px;
}

.PDParameterList
{
    border: 0px;
    margin-top: 40px;
}

.PDParemaetersTable
{
    width: 100%;
    
}

.PDParemaetersTableParameterHeader
{
  font-size: medium;  
  font-weight: bold;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  
}

.PDParemaetersTable td
{
    padding: 5px;
}

.PDParemaetersTableParameterName
{
  font-size: medium;  
  font-weight: bold;
  padding-top: 20px !important;
  
}

.PDParametersTableParameterTypeCell
{
    text-align:right;
    font-weight: bold;
}

.PDFullScreenBlock
{
    background-image: url("../../../Images/transparentBg_210.png");
	background-repeat: repeat;
	
	width: 100%;
	height: 100%;
	
	position: fixed;
	left: 0;
	top: 0;
	
	z-index: 99;
	
	color: #FFFFFF;
	font-weight: bold;
}

.PDFullScreenContent
{
    border: solid 2px #0B57A8;
    width: 500px;
 
    margin: 20px auto;
    display: block; 
    
    text-align: center;             
}

.PDFullScreenCertImage
{
    max-width: 500px;
    max-height: 500px;
    
    min-width: 100px;
    min-height: 100px;
}
