/**BUTTONS**/

/**-ARTICLE OPTION BUTTONS-----------------------------------------**/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bgOptionsButton_a.gif') no-repeat scroll top right;
    display: block;
	/*float: left;*/ 
    height: 19px;
    margin-right: 9px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    width: 100px;
}

a.button span {
    background: transparent url('/images/bgOptionsButton_span.gif') no-repeat;
    font: bold 12px arial, sans-serif;
    color: #366a88;
    display: block;
    line-height: 13px;
    padding: 3px 0 3px 14px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 4px 0 2px 14px; /* push text down 1px */
}

a.button:hover {
    text-decoration: none;
    color: black;
}
