/*
    Copy (Text) Styles
*/

.copy
{
    color: #434343;
}

.copy a,
.copy a:hover
{
    color: #AD975C;
}

.copy a:hover
{
    text-decoration: underline;
}

.copy a.bt:hover
{
    text-decoration: none;
}

.copy a.sale-number
{
    color: #AD975C;
}

.copy strong
{
    font-weight: bold;
}

.copy em
{
    font-style: italic;
}
           
.copy p
{
    padding: 0.667em 0;
    font-family: Times, "Times New Roman", serif;
    line-height: 1.2em;
    font-size: 1.083em;
}

.copy p.intro
{
    font-family: arial, helvetica, sans-serif;
    font-size: 1.333em;
}

.copy ul
{
    padding: 0.667em 0;
    font-family: Times, "Times New Roman", serif;
    font-size: 1.083em;
}


.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy h6
{
    padding: 0.667em 0;
    color: #000;
}

.copy h1
{
    font-size: 1.667em; 
}

.copy h2
{
    font-size: 1.167em;
}

.copy h3
{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0.15em;
}

.copy strong
{
    font-weight: bold;
    color: #000;
}

.copy table
{
    
}

.copy table td,
.copy table th
{
    
}

.copy a.artist
{
    color: #AD975C;
}

.copy ul
{
    list-style-type: disc;
    margin: 0.667em 1em;
    padding: 0 1em;
}

.copy li
{
    margin: 0.2em 0;
}

.copy.c-infotext li {list-style-type: disc;}

.copy ul.bt,
.copy ul.links
{
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    clear: both;
    overflow: hidden;
    font-family: arial, helvetica, sans-serif;
}

.copy ul.bt
{
    
}

.copy ul.bt li,
.copy ul.bt li a
{
    float: left;
    display: inline;
}

.copy ul.bt li
{
}


