#prdTxt{
	width:100%;
	padding:8px;
	margin-right:20px;
	border:1px solid #026455;
	border-radius:10px;
	height:40px;
	font-size:18px;
	font-style:italic;
}

#prdBtn{
	width:100%;
	background-color:#026455;
	color:white;
	height:40px;
	border:1px solid #026455;
	border-radius:10px;
	font-size:16px;
}

#prdDescrArea{
	margin-top:30px;
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	color: #026455;
	padding-bottom:5px;
	border-bottom: 2px solid #026455;
}


#prdArea{
	/* height:500px; */
}

.prdBox{
	padding:5px;
	margin-top:10px;
	text-align:center;
}

.prdBox .innerbox{
	border:1px solid #026455;
	height:180px;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
	overflow:hidden;
}

.prdBox img{
	height:150px;
}

.prdBox span{
	font-size:18px;
	font-color:#444;
	display:inline-block;
	min-height:70px;
}

#prdPager{
	text-align:center;
	font-size:16px;
	color:#026455;
	font-weight:bold;
}

#prdPager .btnPager{
	margin: 10px 2px;
	cursor:hand;
	border:none;
	background-color: transparent;
	
}

#prdNoData{
	font-weight:bold;
	text-align:center;
    margin-top: 50px;
    font-size: 20px;
    font-style: italic;
}
