﻿

.PRContainer {
    margin-bottom: 15px;
}
.PRContainer1 {
    margin-bottom: 30px;
}
.PRTop {
    width: 630px;
    height: 30px;
    z-index: 10;
    margin-left: 5px;
}
.PRBtm {
    width: 630px;
    height: 230px;
    background-color: #FFFFFF;
    top: -25px;
    margin-left: 5px;
}
.PRTitle {
    font-size: 2.0em;
    padding-left: 10px;
    line-height: 30px;
}
.PRViewerS {
    top: 10px;
    margin: 0;
    padding: 0;
    width: 620px;
}
.PRItem {
    float: left;
    text-align: center;
    width: 130px;
    padding: 0 5px 0 5px;
}
.PRItemImgLink {
    margin: 0 auto;
    text-align: center;
}
.PRItemImgLink
{
    height: 75px;
    position: relative;
}
.PRItemImgLink img {
    position: absolute;
    top: 0;
	left: 0;
}

.PRNavL {
    float: left;
    position: relative;
    top: 100px;
}
.PRNavL img {
    border: 0;
    padding-left: 10px;
}
.PRNavM {
    float: left;
    display: block;
}
.PRNavR {
    float: right;
    position: relative;
    top: 100px;
}
.PRNavR img {
    border: 0;
    padding-right: 10px;
}


.pButton {
    border: none;/*solid 1px #ED0677;*/
    background-color: #DADADA;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    height: 20px;
    width: 110px;
}
.pButton1 {
    border: none;
    background-color: #DADADA;
    text-align: center;
    margin-top: 5px;
    height: 20px;
    width: 110px;
}
.pButton2 {
    margin-top: 10px;
}
.pButton a, .pButton1 a {
    text-decoration: none;
    font-size: 1.0em;
    color: #3A3A3A;
    line-height: 1.9em;
}
.pButton a:hover, .pButton1 a:hover {
    text-decoration: underline;
}
.pButton3 a.pButtonUnavailable:hover, 
.pButton2 a.pButtonUnavailable:hover {
    text-decoration: none;
    cursor: default;
}
.pButton a img, .pButton1 a img {
    border: 0;
    vertical-align: middle;
}

.PRItem h3 {
    padding-top: 3px;
    font-size: 1.18em;
    line-height: 1.1em;
    height: 75px;
}
.PRItem h3 a {
    text-decoration: none;
}

.pTitle {
    color: #291E0A;
}
.pArtist {
    color: #665C53;
    display: block;
    font-size: .85em;
}

.pPrice {
    color: #ED0677;
    font-size: 1.2em;
    font-weight: bold;
}
.PRItem a img {
    border-style: none;
}

