/* VERSION 150514 */

@media screen AND (max-width: 768px) {
	#wrapper { width:100%; }
	#header img { width:100%; height:auto; }
	
	#col_left { width:100%; }
	#col_right { width:100%; }
	
	
	
	/* TURN OFF TOP NAV */
	#nav_top { display:none; }
	
	/* SEARCH BOX */
	#box_search { margin-bottom:5px; }
	#box_search * { display:inline-block; }
	#box_search h2 { display:none; }
	#box_search p { display:none; }
	#searchInputWrapper { padding:3px 5px 2px 5px; }
	
	#box_cart_cart { margin-bottom:5px; }
	
	/* NAVIGATION */
	#nav_left {
		position:absolute;
		right:5px; top:38px;
		display:none;
		background-color:#fff;
	}
	#nav_mobile { display:block; position:absolute; right:5px; top:5px; height:28px; width:28px; }
	
}

@media screen AND (max-width: 600px) {
	div.column12 { width:100%; margin:10px 0; float:none; }

	.product_imageWide { float:none; width:100%; height:auto; text-align:center; }
	
}