/*
@media screen 
and (min-width : 1200px) 
and (max-width : 1700px) {
Large screens ----------- */

@media only screen 
and (min-width : 1700px) {
/* Large screens ----------- */


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