/*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 */
	}

#n {
  	background: url("../images/shadow_n.png") top repeat-x;
	}
	
#s {
  	background: url("../images/shadow_s.png") bottom repeat-x;
  	padding-bottom: 10px; /* border thickness */
	padding-top: 10px; /* border thickness */
	}

#w {
  	background: url("../images/shadow_w.png") left repeat-y;
  	margin-left: -10px; /* border thickness */
  	margin-right: -10px; /* border thickness */
	}

#e {
  	background: url("../images/shadow_e.png") right repeat-y;
	}
	
#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;
	}

table#reference
{
background-color:#cccccc;
}

table#reference th
{
background: url("/includes/templates/cherry_zen/images/greenbar/ezpages_bg.gif");
padding: 5px 0px 5px 3px;
font-size:13px;
text-align:left;
}

table#reference td 
{
padding: 2px 0px 2px 5px;
font-size:13px;
}

table#reference td a
{
color:black;
}

table#reference td a:hover
{
color:white;
font-weight:bolder;
}

table#shippingest
{
background-color:#cccccc;
}

table#shippingest th
{
background: url("/includes/templates/cherry_zen/images/greenbar/ezpages_bg.gif");
padding: 5px 0px 5px 3px;
font-size:13px;
text-align:left;
}

table#shippingest td 
{
background: url("/includes/templates/cherry_zen/images/h2_bg.gif");
padding: 2px 0px 2px 5px;
font-size:13px;
}

table#shippingest td a
{
color:white;
}

table#shippingest td a:hover
{
color:black;
}

table#ordercomments
{
background-color:#cccccc;
}

table#ordercomments th
{
background: url("/includes/templates/cherry_zen/images/greenbar/ezpages_bg.gif");
padding: 5px 0px 5px 3px;
font-size:13px;
text-align:left;
}

table#ordercomments td 
{
background: url("/includes/templates/cherry_zen/images/h2_bg.gif");
padding: 2px 0px 2px 5px;
font-size:13px;
}

table#ordercomments td a
{
color:red;
}

table#ordercomments td a:hover
{
color:black;
}
