/****************************WIDTHS veriables*****************************************/

.ns_modulecounter {
    width: 248px;
}

.localguides_body {
    width: 238px;
}

.localguides_title {
    width: 238px;
}

/****************************COLOR veriables*****************************************/

.localguides_title {
    color: #333333;
}

/*browse by state*/
.localguides_body {
}

.ns_content_link {
    color: #0F6FFF;
}

/*state links*/
.localguides_body a:hover {
    color: #0F6FFF;
}

/****************************FONT FAMILY veriables*****************************************/

.localguides_title {
    font-family: Arial, Helvetica, sans-serif;
}

/*browse by state*/
.localguides_body {
    font-family: Arial, Helvetica, sans-serif;
}

/*effects state links and box text content*/
.ns_content_link {
    font-family: Arial, Helvetica, sans-serif;
}

/*state link itself*/

/****************************FONT SIZE veriables*****************************************/

.localguides_title {
    font-size: 14px;
}

/*browse by state*/
.localguides_body {
    font-size: 11px;
}

/*state box text size*/
.ns_content_link {
    font-size: 12px;
}

/*state links*/

/*COMMON*/
.ns_modulecounter {
    height: 200px;
    margin-bottom: 2px;
    background: url("http://cache.directorym.com/articles_media/mbggeneric.png") repeat-x scroll left bottom #ffffff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px #a2a2a2;
    -moz-box-shadow: 0 1px 2px #a2a2a2;
    -webkit-box-shadow: 0 1px 2px #a2a2a2;
    display: block;
    border: 1px solid #dfdfdf;

}

.localguides_title {
    text-align: left;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    float: left;
}

.localguides_body {
    overflow-y: auto;
    text-align: left;
    line-height: 16px;
/ / line-height : 17 px;
    margin-right: auto;
    height: 170px;
    float: left;
    margin-left: 4px;

}

.ns_content_link {
    text-decoration: none;
    font-weight: bold;
}

.localguides_body a:hover {
    text-decoration: none;
}

