.tipr_content
{
     color: #fff; 
     background-color: #613F64;
     padding: 2px 0px;
	 width:34px;
	 text-align:center;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 font-weight:bold;
	 white-space:nowrap;
}

.tipr_content h1, .tipr_content h2, .tipr_content h3, .tipr_content h4
{
	margin-bottom:4px;
}

.specificationBox .tipr_content
{
	width:96%;
	padding:0px;
	padding:2%;
	font-weight:500;
	font-family:"Ubuntu",sans-serif;
	white-space:normal;
	background:#52555C;	    
}

.tipr_container_bottom
{
     display: none;
     position: absolute;
     margin-top:10px;
     z-index: 1000;
}
.tipr_container_top
{
     display: none;
     position: absolute;
	 width:100%;
     margin-top: -15px;
	 top:0px;
     z-index: 1000;
}

.specificationBox .tipr_container_top
{
	top:auto;
	bottom:100%;
}

.showTimeWrap .tipr_container_top
{
	top:auto;
	bottom:16px;
}

.tipr_point_top, .tipr_point_bottom 
{
     position: relative;
	background: #613F64;
	/*border: 1px solid #0d5f2e;*/
	 border-radius:3px;
}
.tipr_point_top:after, .tipr_point_top:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_top:after
{
	/*border-top-color: #613F64;*/
	border-top-color: #ccc;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
.tipr_point_top:before 
{
	/*border-top-color: #613F64;*/
	border-top-color: #ccc;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
.tipr_point_bottom:after, .tipr_point_bottom:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_bottom:after
{
	border-bottom-color: #333;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_bottom:before 
{
	border-bottom-color: #111111;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}

#cvvHintTxt .tipr_content, #thawteseal .tipr_content, .specificationTbl th .tipr_content
{
	width:94%;
	padding:3%;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	border:2px solid #ccc;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	white-space:normal;
	color:#333;
	font-size:12px;
	letter-spacing:normal;
	background:#f5f5f5;	    
}

/*#cvvHintTxt .tipr_point_top::after, #cvvHintTxt .tipr_point_top::before,
#thawteseal .tipr_point_top::after, #thawteseal .tipr_point_top::before
{
	border-top-color:#ccc;
}*/

#cvvHintTxt .tipr_container_top
{
	top:auto;
	bottom:100%;
	width:400px;
}

#thawteseal .tipr_container_top
{
	top:auto;
	bottom:100%;
	width:200px;
}

.specificationTbl th .tipr_container_top
{
	top:auto;
	bottom:100%;
	width:200px;
}