@charset "utf-8";
/* CSS Document */

 /* for mac ipad form element view */
/*input{
    -webkit-appearance: none;
    border-radius: 0;
}*/

 /* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome */
    .test{ }
	
    /* Safari only override */
    ::i-block-chrome, #test{}
	
}

/*@-moz-document url-prefix() { 
  .test{your declaration }
}*/

/*opera only hack*/
x:-o-prefocus, .test{}


/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  
}

/* IE9, IE10 */
@media screen and (min-width:0\0) {
.test{}
}


/* IE7 only */
*+html .test{}
*+html #listLeftNav h3{ position:relative;}
*+html #listLeftNav h3 .actionBtn{ position:absolute; top:0px; right:0px;}
*+html .bcrumbs li a{ display:inline; float:none;}
*+html #listSortWrap{ width:410px;}
*+html .filterBoxTop{ width:20%;}