/* 
    Document   : secondary
    Created on : Aug 7, 2009, 12:58:57 PM
    Author     : Theodore Trotz
    Description:
        Purpose of the stylesheet follows.
*/

#sort, .pagination {
    /* width: 760px;*/
}

#sort {
    background-color: #C4D0D7;
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 0.2em solid #000000;
    font-size: 10pt;
}

#sort table {
    margin-left: auto;
    margin-right: auto;
}

#sort table, .pagination, .pagination .gotopage {
    font-size: 10pt;
    font-weight: bold;
}

.pagination {
    margin: 0.4em 0 0.4em 0;
    line-height: 2.5em;
    position: relative;
    background-color: #C1C5C2;
    text-align: center;
    border-bottom: 0.1em solid #FFFFFF;
    border-top: 0.1em solid #FFFFFF;
    font-size: 1em;
    width: 768px;
}

.pagination * {
    display: inline;
}

.pagination h3 {
    margin: 0;
    position: absolute;
    left: 0.2em;
}

.pagination .gotopage {
    position: absolute;
    right: 0.2em;
}

#results {
    /*width: 47.81em;*/
    margin-left: auto;
    margin-right: auto;
}

#results table { border-spacing: 0.5em; }

/* Each Search Result */

.item {
    background-color: #FFFFFF;
    text-align: center;
    border: 0.2em inset #313686;
}

/* Each Individual Record Description */

#record #description { background-color: #FFFFFF; }
#record.hold #description, #record.sold #description { background-color: #FDFA70; }

#record #back {
    background-color: #1B2027;
    padding: 0.25em 0;
    font-size: 0.8em;
}

#record #back a { color: #FFFFFF; }

#head, #description {
    padding: 0.5em 0;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

#record #back, #head, #description { padding-left: 1em; }
#record #description ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#record #head {
    background: #DADBD6;
    font-weight: bold;
    color: #082F4B;
}

#record #images { text-align: center; padding: 0.5em; }
#record #images img { margin: 1em; }
#record table#images { margin-left: auto; margin-right: auto; }
#record #images table img { margin: 0.2em; }

#gift_certificates {
	margin-left: auto;
	margin-right: auto;
}

#gift_certificates img {
	margin: 1em;
}

#options {
    float: right;
    width: 15em;
}

#options form table { border-collapse: collapse; }

#options textarea {
    width: 20em;
    height: 10em;
    overflow: auto;
}

.row img {
    width: 10em;
    margin: 0.8em;
}

#error {
    font-weight: bold;
    text-align: center;
    padding: 1em 0 1em 0;
    border: .2em dotted;
}

#description { overflow: auto; }
#images img { max-width: 44em; /* Max-Width for Internet Explorer Below. */
    width:expression(
    document.body.clientWidth > (500/14) *
    parseInt(document.body.currentStyle.fontSize)?
        "44em":
        "auto" );
}

/* Google Translate Bar */
#google_translate_element { margin-left: 1em; }
#google_translate_element img { width: auto; }