h1{
    font-weight:normal;
    font-size:1.7em;
    font-family:Verdana, Sans-Serif;
    padding: 4px 0px 4px 0px;
    margin-top:1.4em;
    margin-bottom:0.3em;
    text-align:left;
    color:orange;
    /* Makes every FIRST letter of every word a capital! */
    /* Great here as would otherwise be all lowercase, reflecting */
    /* the format of the url.  No need to do fancy text manipulation !*/
    /*text-transform:capitalize;*/
}
.plugInContainer{
    width:100%;
}
.plugInContainer h2{
    font-size:0.85em;
    font-weight:bold;
    font-family:Verdana, Sans-Serif;
    color:Orange;
    text-align:right;
    padding: 4px 10px 4px 15px;
}
.columnRight .plugInContainer{
    /*background-image:url(../../../_nailsplus/images/global/plug_in_background_vertical.gif);
    background-position:left bottom;
    background-repeat:repeat-x;*/
}
.columnRight .plugInContainer h2{
    color:#0F5576;
    background-color:#aee0ef;
    font-size:0.95em;
}
.columnLeft .plugInContainer{
}
.columnLeft .plugInContainer h2{
    color:#eee;
}
/* set up the same as for Main Content*/
.columnExtraNavigation{
    width:445px;
    padding-left:20px;
}
.columnExtraNavigation .plugInContainer{
    width:100%;
    border-bottom:solid 1px #555;
    border-top:none;
    margin-bottom:0.4em;
}
.columnExtraNavigation .plugInContainer a{
    display:inline;
}
.columnExtraNavigation .plugInContainer h2{
    background-image:none;
    border-bottom:solid 2px #BD3620;
    border-top:none;
    margin-top:0em;
    margin-bottom:0.7em;
    text-align:left !important;
    padding: 4px 0px 4px 4px !important;
}
.plugInContainer ul{
    margin:0 !important;
    padding:0 !important;
    font-size:0.83em;
}
.plugInContainer li{
    margin:0 !important;
    padding:0 !important;
    /* IE6 likes to have width specified otherwise shows height too high */
    width:100%;
    line-height:1.6em;
    /*border-top:solid 1px #555;*/
}
.plugInContainer li span{
    display:block;
    margin:0 !important;
    padding:0 !important;
    padding-left:15px !important;
    cursor:default;
    color:#fff;
    font-weight:normal;
}

.plugInContainer li ul li span{
    display:block;
    margin:0 !important;
    padding:0 !important;
    padding-left:15px !important;
    cursor:default;
    color:#fff;
    font-weight:normal;
}

.menuNodeLevel_1{
    padding:  0.2em 12px 0.2em 14px;
    background-image:url(../../../_nailsplus/images/global/nav_arrow_right.gif);
    background-repeat:no-repeat;
    background-position:right center;
}
.menuNodeLevel_2{
    padding: 0.2em 12px 0.2em 14px;
    background-image:url(../../../_nailsplus/images/global/nav_arrow_right.gif);
    background-repeat:no-repeat;
    background-position:right center;
}
.menuNodeLevel_3{
    padding: 0.2em 20px 0.2em 38px;
}
.menuNodeSingleLevel{
    padding:  0.2em 8px 0.2em 14px;
}

/* -- LINKS -- */
.plugInContainer a{
    display:block;
    margin:0 !important;
    padding:0 !important;
    text-decoration:none;
}
.menuNodeLevel_1 a{
    padding-left:15px !important;
    font-weight:normal;
    color:#fff;
}
.menuNodeLevel_2 a{
    padding-left:15px !important;
    font-weight:normal;
    color:#fff;
}
.menuNodeLevel_3 a{
    padding-left:45px !important;
    font-weight:normal;
    color:#fff;
}
.menuNodeSingleLevel a{
    padding-left:15px !important;
    font-weight:bold;
    color:#fff;
}
.menuNodeLevel_1 a:hover,
.menuNodeLevel_2 a:hover,
.menuNodeLevel_3 a:hover,
.menuNodeSingleLevel a:hover{
    text-decoration:underline;
}

/* NEW 09 June 2011 */
.plugInContainerLeft{
    margin-top:20px;
    width:220px;
	margin-left:10px;
	font-size:0.9em;
	color:#fff;
	margin-left:15px;
}
.plugInContainerLeft a{
    width:250px;
	color:#fff;
	text-decoration:none;
}
.plugInContainerLeft a:hover{
	text-decoration:underline;
}


