﻿.jMore span.more, .jMore span.less
{
    background: #f9f9f9 url(/Images/et-learn-more-bg.png) repeat-x left top; border: 1px solid #a7a7a7; 
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    padding: 2px 6px;
    color: SlateGray;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    /*margin: 10px 0px; */
}
.jclear {
    clear:both;
    height: 5px;
}
.jMore {
    position: relative;
}
.jMore.bellow p.more {
    margin-top: 5px;
    margin-bottom: 10px;
}
.jMore.baseline p.more {
    position: absolute;
    margin: 0;
    padding: 0;
}

/*.jMore.baseline p.more {
    display: inline;
}*/
.jMore.right p.more {
    right: 0;
    bottom: 0;
    float: right;
    /* bottom: 5px; */
}
.jMore.center p.more {
    margin: 0 auto;
}

