@CHARSET "UTF-8";

#directoryLeft {
    width: 146px;
    float: left;
}

#directoryRight {
    width:565px;
    float: right; 
}

#directoryLeft ul {
    list-style: none;
    margin-top: 10px;
}

#directoryLeft ul li {
    width: 126px;
    height: 22px;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}

#directoryLeft ul li#selected {
    background-image: url(../images/directoryMod/bgNav.png);
    background-repeat: no-repeat;
}

#directoryLeft ul li a:link, #directoryLeft ul li a:visited {
    text-decoration: none;
    color: #330000;
}

.directoryPadding {
    width: 732px;
    padding-top: 10px;
    padding-bottom: 90px;
}

#directoryHeaderImage {
    margin: 10px 0 30px 20px;
}



/********************/
/* Featured Tab CSS */
/********************/

#directoryRight #featured {
    padding: none;
    width: 565px;
    height: 367px;
    background-image: url(../images/directoryMod/bg_featured.png);
    background-repeat: none;
}

#insideDirectory {
    width: 525px;
    margin-left: 22px;
    padding-top: 15px;
}

#featuredHeader {
    height: 85px;
    overflow: hidden;
}

#featuredDesc {
    height: 225px;
    width: 525px;
}

#featuredDetails {
    padding: 15px;
    padding-top: 8px;
}

#directoryRight a:link, #directoryRight a:visited, #directoryRight a:active {
    font-weight: bold;
    font-style: italic;
} 

/***************/
/* Details Tab */
/***************/

#directoryBgTop {
    width: 565px;
    height: 12px;
    background-image: url(../images/directoryMod/bg_detailTop.png);
}

#directoryBg {
    width: 565px;
    min-height: 367px;
    background-image: url(../images/directoryMod/bg_detailRepeat.png);
}

#directoryBgBottom {
    width: 565px;
    height: 12px;
    background-image: url(../images/directoryMod/bg_detailBottom.png);
}

/***************/
/* Details Tab */
/***************/

#directoryRight #directoryList {
    padding: none;
    width: 565px;
    height: 367px;
    background: url(../images/directoryMod/bg_list.png) no-repeat;
}

#detailTop {
    min-height: 220px;
}

#detailHeader {
    width: 180px;
}

div#imageViewer {
    width: 260px;
    float: right;
    margin-top: -10px;
}

div#clickForMore {
    display: block; 
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

span#return {
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

span#return:hover {
    text-decoration: underline;
}

#imgNum {
    width: 240px;
    margin-top: 6px;
    color: #FFFFFF;
    text-align: center;
}