#shareThis .secondaryBoxHead{
    font-size: 14px;
    padding-bottom: 0;
    cursor: pointer;
    cursor: hand;
}
.secondaryBoxHead {
	color: #6B6B6B;
	font-family: Georgia, sans-serif;
}
#shareThis .listClose{
    background: transparent url( /westin/images/shareThisLink_Arrow_gray.gif)  no-repeat scroll right center;
    padding-bottom: 0;
}

#shareThis .listOpen{
    background: transparent url( /westin/images/shareThisLink_Arrow_down_gray.gif)  no-repeat scroll right 7px;
    padding-bottom: 10px;
}

ul.shareLinkList a {
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 50%;
    padding-left: 23px;
}

#shareLinkList{
    /*display: none;*/
    height:0px;
    overflow:hidden;
}

ul.shareLinkList li {
    padding: 2px 0;
}

ul.shareLinkList a.facebookIcon {
    background-image: url( /westin/images/icons/facebook.gif );
}

ul.shareLinkList a.deliciousIcon {
    background-image: url( /westin/images/icons/delicious.gif );
}

ul.shareLinkList a.diggIcon {
    background-image: url( /westin/images/icons/digg.gif );
}

ul.shareLinkList a.linkThisIcon {
    background-image: url( /westin/images/icons/linkToThis.gif );
}

/***** --- BUBBLE HELP DEFINITIONS --- ******/
.overlayContainer .overlayOuterBox {
    width: 254px;
}

#bubbleHelpDiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #FFFFFF url( /westin/images/overlayBoxTopCrns_404.gif ) no-repeat scroll center 6px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 6px;
    width: 404px
}

#bubblehelpHeaderContainer {

    padding-left: 10px;
    padding-right: 10px;
    background-color: #EBEAE6;
    margin-top: 5px;
    float: right;

}

#bubblehelpHeaderContainer div.divClear {
    display: none;
}

#bubblehelpHeader {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EBEAE6;
    margin-top: 5px;
    padding-top: 5px;
* margin-top : 11 px;
    color: #63594C;
    font-weight: bold;

}

#bubblehelpClose {
    padding-top: 4px;
    text-transform: lowercase;
}

#bubblehelpClose .closeIcon {
    float: none;
    margin: 0;
}

#bubblehelpInnerContainer {
    overflow: auto;
    color: #666666;
    background: #EBEAE6 url( /westin/images/overlayBoxBtmCrns_404.gif ) no-repeat scroll left bottom;
    font-size: 11px;
    padding: 4px 10px 10px 10px;
    clear: both;
}

#bubblehelpItemInstructions {
    color: #4D4D4D;
}

.helpItemHeader {
    color: #4D4D4D;
    padding-top: 8px;
}

.helpItemExample {
    color: #CC4F49;
    padding-bottom: 8px;
}

.urlDiv input{
    width: 380px;
    padding:5px;
    border:none;
}


/***** --- END BUBBLE HELP DEFINITIONS --- ******/


