#dv_opcionais {
    position: relative;
  
}
#dv_opcionais ul{
    display: table;
    clear: both;
    width: 100%;
	}
#dv_opcionais ul li{
	list-style:none;
	margin-left:20px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:140%;
	color:#333;
	margin-top:16px;
	}