/* Gölgelik tanımları */
.shd_left
{
  background-image: URL("/Images/golge_sol.gif");
}
.shd_right
{
  background-image: URL("/Images/golge_sag.gif");
}
.shd_bottom
{
  background-image: URL("/Images/golge_alt.gif");
}

ul 
{
  margin:0;
  padding:0;
  width:240px;
}
  
li 
{
  background:url("/Images/check2.gif") no-repeat 0px 2px;
  margin:0;
  padding:0 0 6px 40px;
  margin:0;
  line-height:22px;  
  font-size:20px;
  text-align:left;
  list-style-type:none;
  color:#006633;
}