/* CSS Document */
.bulksms1{
width: 340px; /*width of menu*/
}
.bulksms1 .smsindia{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background: #F7F7F7;
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
margin-top: 10px;
padding: 4px 0 4px 18px; /*header text is indented 10px*/
}
.bulksms{
width: 240px; /*width of menu*/
}
.bulksms .smsindia{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background: #F7F7F7;
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
margin-top: 10px;
padding: 4px 0 4px 18px; /*header text is indented 10px*/
}
.bulksms ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.bulksms ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.bulksms ul li a{
color: #000000;
background: url(../images/bulk_sms/bulk_sms.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.bulksms ul li a:visited{
color: #000000;
}
.bulksms ul li a:hover{ /*hover state CSS*/
color: #FF0000;
background-color: #F3F3F3;
}
.glow{ /*hover state CSS*/
background-color: #F3F3F3;
color: #FF0000;
}
