/* product detail page ONLY */
#detailsD {
    position: relative;
    float: left;
    margin: 100px 1% 20px 2%;
    width: 23.5%;
    float: left;
    padding: 0 2.5%;
}
#detailsD * {
    position: relative;
}
#detailsD h1 {
    color: rgb(29,29,29);
    font: bold 32px Rockwell, Verdana, "Trebuchet MS", "Arial Black", Arial;
    position: relative;
    margin-top: 0;
    float: left;
    width: 100%;
}
#detailsD #x {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    float: left;
}
#detailsD p span {
    display: block;
    float: left;
    width: 19%;
    font-weight: bold;
}
#detailsD label {
    display: block;
    float: right;
    margin-right: 5px;
    font-weight: bold;
}
#detailsD select {
    float: right;
    margin-right: 5%;
}
#detailsD p {
    clear: both;
}
#detailsD ul {
    margin-bottom: 20px;
    font-size: 1.2em;
    padding-left: 19%;
    *padding-left: 3%; /* ie7 bullet padding whack */
}
#descP {
    font-weight: bold;
}
#addButton {
    display: block;
    margin: auto auto 20px auto;
}
#detailsD #top, #detailsD #bot {
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 15px;
}
#detailsD #top {
    top: -13px;
    background: url('/large/y-tape-top.png') repeat-x;
}
#detailsD #bot {
    bottom: -15px;
    background: url('/large/y-tape-bot.png') repeat-x;
}
#detailsD #yShad {
    position: absolute;
    top: 0px;
    right: -3px;
    width: 3px;
    height: 100%;
}
#detailsD #top img, #detailsD #bot img {
    position: absolute;
    top: 2px;
    right: -3px;
    width: 3px;
    height: 11px;
}
#detailsD #bot img {
    top: 0px;
}
#thumbsD {
    float: left;
    margin: 80px 2% 0 1%;
    padding: 0;
    width: 18%;
    height: 100%;
    position: relative;
}
#viewS {
    overflow: hidden;
    border: 0px solid white;
    display: block;
    margin: 30px 0;
    height: 280px;
    position: relative;
}
#up, #down {
    position: absolute;
    margin-left: 50%;
    left: -15px;
    cursor: pointer;
}
#up {
    top: 0px;
}
#down {
    bottom: 0px;
}
#nav {
    padding: 0;
    margin: 0;
    position: relative;
}
#nav a.activeSlide, #nav a:active {
    cursor: default;
    outline: none;
}
#nav a.activeSlide span img.bigpic {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha('opacity=60');
    opacity: .6;
}
#nav a.activeSlide span img.picFrame {
    display: none;
}
#nav li {
    display: block;
    width: 63px;
    height: 87px;
    margin: 0 4% 8% 4%;
    float: left;
    position: relative;
    z-index: 0;
    list-style: none;
}
#bigpicD {
    float: left;
    margin: 10px 2% 20px 0;
    position: relative;
    width: 412px;
    height: 611px;
}
.picFrame {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    *cursor: pointer;
}
li a span .picFrame {
    width: 105%;
    height: 105%;
}
span.bigpic {
    display: block;
}
div.bigpic, span.bigpic {
    position: relative;
}
#nav span.bigpic {
    z-index: 0;
}
#slides {
    z-index: 0;
}
#nav img.bigpic {
    margin: 3px 3px;
}
#bigpicD img.bigpic {
    margin: 7px 8px;
}
#bigpicD #previous, #bigpicD #next {
    position: absolute;
    margin-top: 50%;
    top: -15px;
}
#bigpicD #previous {
    left: 18px;
}
#bigpicD #next {
    right: 12px;
}
#suggestD {
    position: absolute;
    bottom: -10px;
    right: -70.5%; /* somehow off the width below... or better yet, left same as % which is detailsD width */
    width: 63%; /* width % ratio copying thumbsD. 18% of swirlD. detailsD is 28.5% of swirlD */
    height: 80px;
    overflow:hidden;
}
#suggestD p {
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    margin: 13px auto 0 auto;
    width: 170px;
    position: relative;
    right: 3%;
    padding-left: 5px;
}
#suggestTape {
    margin: 0 25px;
    height: 52px;
    width: 66%;
    padding-left:7%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url('/large/bc-x.png') repeat-x;
    font-size: 12px;
}
#suggestTape img.stl {
    position: absolute;
    bottom: 0px;
    left: -25px;
}
#suggestTape img.str {
    position: absolute;
    bottom: 0px;
    right: -24px;
}
#suggestTape #more {
    position: absolute;
    top: -4px;
    left: -31px;
}
#suggestTape a {
    display: inline-block;
    margin: 14px 0 0 0px;
    color: rgb(50,50,50);
}
#suggestTape a:link, #suggestTape a:visited, #suggestTape a:active {
    text-decoration: none;
}
#suggestTape a:hover {
    text-decoration: underline;
}
#errD {
    display: none;
    width: 50%;
    margin-left: 10%;
    position: absolute;
    top: 40%;
    left: 0px;
    padding: 40px 15%;
    border: 2px groove rgb(50,50,50);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: url('/large/swirl.png') rgb(200,200,200);
    cursor: pointer;
}
#errD #close {
    position: absolute;
    right: 5px;
    top: 5px;
}


