<style>
	.nopadding {
		padding: 0 !important;
		margin: 0 !important;
	}
	#page{
		width:980px;
		//font-size:22px;
		padding:0px !important;
		margin:0px auto;
		background: #FFFFFF;
	}
	#header{
		padding:0px !important;
		margin:0px auto;
		
	}
	#title{
		font-family: "Arial";
		font-size:22px;
		color:#222;
		font-weight:bold;
		margin-top:20px;
		margin-bottom:20px;
	}	
	#body{	
		//text-align:right;
	}	
	#search_form{
		//margin-left: 50px;
		//margin-top:20px;
		//height: 23px !important;
	}
	#search_text{
		width: 210px;
		padding: 7px 0 7px 10px;
		font-size: 13px;
		border: 0 none;
		font-weight: bold;
		margin-right: 0;
		color: #222;
		outline: none;
		background: #eee;
		float: left;
		box-sizing: border-box;
	}
	#search_button {
		border: 0 none;
		background: #eee url(https://www.unityap.com/templates/completestruts/search.png) center no-repeat;
		width: 32px;
		float: left;
		padding: 0;
		text-align: center;
		height: 29px;
		cursor: pointer;
	}	
	#picture{
		//margin: 0 auto;
		padding-left:25px;
		margin-bottom:30px;
	}
	#picture img{
		max-width: 400px;
		max-height: 400px;		
	}
	#details{		
		font-family: "Arial";
		font-size:14px;
		padding-left:35px; 	
		margin-bottom:30px;
	}
	#titledetails{
		text-align:left;
	}
	#moredetails{
		text-align:left !important;
		padding-left:5px; 	
	}
	.detailsrowfitment{
		margin-top:15px;
		font-size: 18px;
	}
	.detailsrow{
		margin-top:10px;
	}
	.detailsrowline{
		margin-top:15px;
		margin-bottom:15px;
	}
	#menu{
		background-image: url("https://www.unityap.com/templates/completestruts/linebg.png");
		background-repeat: repeat-x;
		padding:0px !important;
		//margin:0px auto;
		//text-align:left;
	}
		
	main section {
		display: none;
		//font-size: 8 !important;
		//padding: 20px 0 0;
		//border-top: 1px solid #ddd;
	}
	
	main table {
		font-size:14;
	}
	
	#content1 {
		display: none;
		margin:20px;		
	}
	#content2 {
		display: none;
		margin:20px;
		font-size: 14;
	}
	#content3 {
		display: none;
		margin:20px;
		font-size: 14;
	}
	#content4 {
		display: none;
		margin:20px;
		font-size: 14;
	}
	#content5 {
		display: none;
		margin:20px;
		font-size: 14;
	}
	
	#content1, #content2, #content3, #content4, #content5 {
		text-align:left !important;		
	}
	
	main input {
		display: none;
	}

	main label {
		display: inline-block;
		margin: 0 0 -1px;
		padding: 15px 25px;
		font-size: 14;
		font-weight: 600;
		text-align: center;
		color: #999;
		border: 1px solid transparent;
	}

	main label:hover {
		color: #fff;
		cursor: pointer;
	}

	main input:checked + label {
	  color: #fff;
	  border: 1px solid #ddd;
	  border-top: 2px solid orange;
	  border-bottom: 1px solid #fff;
	}

	#tab1:checked ~ #content1,
	#tab2:checked ~ #content2,
	#tab3:checked ~ #content3,
	#tab4:checked ~ #content4,
	#tab5:checked ~ #content5 {
	  display: block;
	}

	@media screen and (max-width: 650px) {		
		#header{
			text-align:center !important;
		}
		#page {
			width: 100% !important;
		}
		img {
			max-width: 95% !important;
		}
		#title{			
			//font-size:18px;			
		}
		#search_form{
			margin-left: 50px !important;			
		}
		#search_text{	
			padding: 6px 0 6px 10px !important;			
		}
		#search_button {
			height: 30px !important;
		}
		main table {
			font-size:10 !important;
		}
		
		#picture{
			padding-left:10px !important;
			margin-bottom:30px !important;
		}
		
		#details{
			padding-left:10px !important;
			margin-bottom:30px !important;
		}
		#titledetails{
			text-align:left;
			padding-left:18px !important;
		}
		#moredetails{
			padding-left:18px !important;
			padding-right:10px !important;
		}
		.detailsrowfitment{
			font-size: 16px !important;
		}
		main label {
			font-size: 10 !important;
			padding: 6px !important;
		}
		main label:before {
			margin: 0;
			//font-size: 18px;
		}
		
		#content1, #content2, #content3, #content4, #content5 {
			padding-top: 20px !important;
			text-align:left !important;
		}
	}

	@media screen and (max-width: 410px) {
		#page {
			//width: 340px;
		}
		#title{
			font-size:26px;
		}
		#moredetails{
			//text-align:center !important;
			//padding-left:10px !important;
		}
		main label {
			font-size: 8 !important;
			padding: 5px !important;
		}
	}	

</style>