/*
 * products.css
 *
 * Product specific stylesheet for theconfederateshop.com
 * Copyright (c) 2008 The Confederate Shoppe(tm). All rights reserved.
 */


div#sidebar {
    float: right;
    background: #eee url('/img/parchment.jpg');
    border: solid 1px #eee;
    width: 200px;
}

div#sidebar table {
    margin: 0 auto;
}

div#sidebar th.title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #333;
}

div#sidebar th {
    font-weight: normal;
}

div#sidebar input.text {
    width: 50px;
}

div#overlay, div#popup-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

div#overlay {
    z-index: 4;
    position: fixed;
    background: #000;
}

div#popup-wrap {
    z-index: 5;
    width: 640px;
    margin: 0 auto;
}

div#popup {
    margin-top: 20px;
    width: 640px;
}

div#description {
    padding: 10px;
}

div#description td.button {
    text-align: center;
}

div#description p {
	text-indent: 15px;
}

#content div#description a#img {
    float: left;
    margin: 0;
    border: none;
    border-bottom: none;
    padding: 0 15px 0 0;
}

div#description a#img img {
    border: none;
    margin: 0;
    padding: 0;
}