.tab { 
	font-family: verdana,sans-serif; 
	font-size: 12px;
	width: 100px;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	}
.tabhold { 
	background-image:url('/media/kps_images/ProductInfoTab1.jpg');
	color: black;
	padding-top: 5px;
	padding-bottom: 8px;
	}
.tabfocus { 
	background-image:url('/media/kps_images/ProductInfoTabhighlight.jpg');
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.tabcontent { 
	font-family: sans-serif; 
	font-size: 14px;
	width: auto;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	border-top:0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}

