/*@media screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
iPads (landscape) ----------- */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* iPads (portrait and landscape) ----------- */

	div#wrapper 			{ width:1024px; }
	div#wrapper{
			width:98%; 
			min-height:100%;
			margin:5 5; 
			margin-left:1%;
			background-color:#fff;
			padding:0 10px; 
			border-top:1px #BF6000 solid;
			font-size:1.2em; 
  	}
	div#middlewCommon {
			width:80%;
	}
	div#middlecontentwDetail{
			width:80%;
	}
	div#middlewRelate{
		width:80%;
	}
	div#rightcontentwSearch{
			width:80%;
	}
	div#middlewAddRelated{
		width:80%;
	}
	div#rightside{
	  		display:none;
  	}
	div#leftside{
	  		width:15%;
  	}
	div#submenu{
		display: none;
  	}
	
}