@charset "utf-8";

/* For Tablet CSS
----------------------------------------------------------------------------*/
@media screen and (max-width: 1px) {
	div.p_infos h3.t3 br {
		display:block;
	}
	div.p_infos h2.t2 br {
		display:block;
	}
	div.p_infos h2.t2{
	}
	.products_main_outer h1.productTitle {
	    padding:0;
	    width: 96%;
	}
	img.fl_img,
	img.fr_img {
		width:auto;
	}
}

/* For Mobile Landscape CSS
----------------------------------------------------------------------------*/
@media screen and (max-width: 1px) {
	.table_over_width{
		width:100%;
		overflow:scroll;
	}
}

/* For Mobile Portlate CSS
----------------------------------------------------------------------------*/
@media screen and (max-width: 1px) {
	.img_over_width{
		width:80%;
	}
	.products_main_outer h1.productTitle {
		height:auto;
		padding:0 2%;
	}
}
