/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */


	
		header {
			width: 98.55%; /* 720px / 768px */
		}
		nav ul li {
			font-size: 98.55%;
			
		}
		#wrapper header nav ul {
			font-size: .85em;
		}
		/*#wrapper header nav ul li {
			width: 93.55%;
			display: inline;
		}*/
		#maincontent{
			width: 98.55%; /* 720px / 768px */
		}
		#top-hdr .top-hdr-content{
			width: 98.55%; /* 720px / 768px */
		}

		#bcwrap{
			width: 98.55%; /* 720px / 768px */
		}

		.maincontent{
			width: 98.55%; /* 720px / 768px */
		}

		
		footer {
			width: 98.55%; /* 720px / 768px */
		}
		
		.prodgrid {
			height: 270px;
			min-height: 270px;
		}
		.prodgrid span.price span { display: none;}
		.prodgrid img.sale {
		position: absolute; right: 5px; z-index:9999; width: 15px;
		}
		.prodgrid img.new {
		position: absolute; right: 26px; z-index:9999; width:  15px;
		}
		.prodgrid:hover img.sale, .prodgrid:hover img.new {width: 18px;}
		

#wrapper header nav ul li#t-reviews, .breadcrumb { display: none;}


.cust-help {
	text-align: center;
	height: 90px;
}

.cust-help img {
	float: none;
	margin: 0 auto;
	text-align: center;
	display: block;
}
	
.cust-help span {
	display: block;
    float: none;
    text-align: center;
	margin: 0 0.15em;
}
.cust-help span i {
	display: block;
	font-style: normal;
	
}

ul.view_grid_cat li.half, ul.view_grid_cat li.half:nth-child(even) {
	width: 88.9%;
}

.mobile-pad-no {
	display: none!important;
}