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

#nw {
	background-color: #ffffff;
	}
	
#ne {
	background-color: #ffffff;
	}
	
#se {
	background-color: #ffffff;
	}

#sw {
	background-color: #ffffff;
  	padding:0 10px ; /* border thickness */
	}

#n {
	background-color: #ffffff;
	}
	
#s {
	background-color: #ffffff;
  	padding-bottom: 10px; /* border thickness */
	padding-top: 10px; /* border thickness */
	}

#w {
	background-color: #ffffff;
  	margin-left: -10px; /* border thickness */
  	margin-right: -10px; /* border thickness */
	}

#e {
	background-color: #ffffff;
	}
	
#main {
  	margin-right: 10px; /* border thickness */
  	margin-left: 10px; /* border thickness */
	}

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

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