﻿.ptab{
    float:left;
    width:100%;
    border:2px solid #f2f2f2;
}
ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
            background-color:#f2f2f2;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 30px;
			cursor: pointer;
            font-size:18px;
            height:50px;
            line-height:30px;
		}

		ul.tabs li.current{
			background: #ffffff;
			color: #444444;
            font-weight:800;
		}

		.tab-content{
			display: none;
			background: #ffffff;
			padding: 20px;
            line-height:23px;
            min-height:150px;
		}

		.tab-content.current{
			display: inherit;
		}