/*drop shadows section */
* html #nw, * html #ne, * html #se, * html #sw, * html #n, * html #s, * html #w, * html #e {background:none!important;}

/*#nw {
  	background: url("../images/shadow_nw.png") top left no-repeat;
	}
	
#ne {
  	background: url("../images/shadow_ne.png") top right no-repeat;
	}*/
	
/*#se {
  	background: url("../images/shadow_se.png") bottom right no-repeat;
	}

#sw {
  	background: url("../images/shadow_sw.png") bottom left no-repeat;
  	padding:0 10px ;} /* border thickness */

table#workaround {
  	margin: 0;
  	border: 0;
  	border-collapse: collapse;
	width:100%
	}

table#workaround td {
    padding:0;
	margin:0;
	}