* {
    font-family: Times, Times New Roman, times-roman, Georgia, serif;
    color: #444;
}

BODY {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

noscript DIV {
    padding: 250pt 10pt 500pt 10pt;
}

.smallcaps {
    font-size: 88%;
}

A {
    color: #B95E27;
    text-decoration: none;
}

EM {
    font-style: italic;
}

.offscreen {
    position: absolute;
    left: -999em;
}


/*
HEADER, FOOTER
*/

#hd {
    text-align: center;
    margin-top: 10pt;
}

#hd H1, NOSCRIPT H1 {
    font-size: 39pt;
    line-height: 30pt;
    letter-spacing: -1pt;
    padding-top: 8pt; 
}

#welcome {
    height: 0px;
    overflow: hidden;
}

#hd * {
    color: #B95E27;
}

#footer {
    font-size: 11pt;
    line-height: 13pt;
    
    width: 964px;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background-color: #eee;
    padding: 4pt;
}

#footer P {
    text-align: right;
    padding-right: 4em;
}

#footer A IMG {
    vertical-align: bottom;
}



/*
ADBLOCKED
*/

.adblock {
    margin-top: 20pt;
    font-size: 10.5pt;
}

.adblock P {
    margin-bottom: 8pt;
}



/*
FORM
*/

#settings { 
    font-size: 18pt;
    line-height: 30pt; 
    letter-spacing: -1pt;
    text-align: center;
    margin-bottom: 10pt;
    padding-bottom: 5pt;
    border-bottom: 1px solid #999;
}

#settings SELECT, #settings INPUT[type="submit"] {
    margin: 0pt 3pt 0pt 3pt;
}

#settings SELECT, #settings OPTION {
    font-size: 16pt;
    line-height: 22pt;
    letter-spacing: -1pt;
    vertical-align: baseline;
}

#toggle_adv_settings {
    margin-left: 20pt;
    cursor: pointer;
}

#toggle_adv_settings .opened, #toggle_adv_settings .closed {
    font-size: 75%;
}

#adv_settings {
    font-size: 12pt;
    line-height: 15pt;
    letter-spacing: 0pt;
    text-align: left;
    padding-top: 4pt;
}

#adv_settings LABEL {
    display: block;
    font-size: 12pt;
    line-height: 15pt;
}

#adv_settings LABEL INPUT { 
    margin-right: 0.3em; 
}

FIELDSET {
    padding: 2pt 5pt 2pt 5pt;
    border-top: 1px solid #ccc;
}

FIELDSET LEGEND {
    font-size: 14pt;
    line-height: 21pt;
    padding: 0pt 4pt 0pt 4pt;
    margin-left: 10pt; 
    color: #444;
}

FIELDSET P {
    font-size: 10.5pt;
    line-height: 13.5pt;
    text-align: right;
}



/*
ITEMS
*/

DIV.item, #details {
    border: 1pt solid #aaa;
    margin: 0px 0px 10pt 0px;
}

DIV.item {
    width: 100%;
    height: 180px;
    padding: 0px;
    overflow: hidden;
    cursor: pointer;

    background-position: center center;
    background-repeat: no-repeat;
}

DIV.item DIV.price {
    margin-top: 152px; 
    width: 100%;
    
    /*
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    */
}

DIV.item DIV.price P {
    padding: 0pt 5pt 0pt 5pt;
    background-color: white;
    color: #B95E27;

    font-size: 18pt;
    line-height: 18pt;
}

DIV.item DIV.price P.new {
    text-align: right;
    float: right;
}

DIV.item DIV.price P.used SPAN.used {
    font-size: 75%;
    margin-left: 0.15em;
    vertical-align: baseline;
    color: #aaa;
}



/*
DETAILS
*/

#details {
    padding: 4pt;
    height: 560px;
}

#details_top {
    width: 100%;
    height: 290px;
    margin-bottom: 5pt;
    overflow: hidden;
}

#details_middle {
    width: 100%;
    height: 18pt;
    margin-bottom: 5pt;
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
}

#details_bottom {
    width: 100%;
    height: 232px;
    overflow: auto;
}

#details_top H3 {
    margin-bottom: 4pt;
}

#details_top H3.d_title {
    font-style: italic;
    font-size: 16pt;
    line-height: 19pt;
    text-align: center;
    letter-spacing: -1pt;
}

#details_top H3.d_title .smaller {
    font-size: 80%;
}

#details_top .d_image {
    text-align: center;
}

#details_top .d_image IMG { 
    max-width: 75%;
    max-height: 225px;
    margin: 4pt;
}

#details_middle .d_price_n, #details_middle .d_price_u {
    font-size: 15pt;
    font-weight: normal;
    color: #A6351C;
    letter-spacing: -1pt;
}

#details_middle .d_price_n {
    float: right;
    padding-right: 4pt;
}

#details_middle .d_price_u {
    padding-left: 4pt;
}

#details_bottom .d_review { 
    font-size: 10.5pt;
    line-height: 13.5pt;
    padding: 2pt 4pt 2pt 2pt;
}

#details_welcome, .adblock {
    font-size: 10.5pt;
}

#details_welcome P, .adblock P {
    margin-bottom: 8pt;
}

#details_welcome UL {
    margin-left: 15pt;
}

#details_welcome LI {
    list-style: square;
    margin-bottom: 4pt;
}



/*
NAVIGATION ROW
*/

#navi {
    margin-bottom: 30pt;
}

#navi .prev A, #navi .next A {
    padding: 5pt;
    font-size: 20pt;
    text-decoration: none;
    border: 1px solid #ccc;
    background-color: #eee;
}

#middle {
    text-align: center;
}

#navi .next {
    margin-right: -3px;
    text-align: right;
}



/*
MISC
*/

#throbber {
    visibility: hidden;
}

#debug, #item_debug {
    font-size: 8pt;
}

.modal_block {
    padding: 10pt;
}

.modal_block P.big {
    font-size: 21pt;
    line-height: 24pt;
    letter-spacing: -1pt;
    margin-bottom: 8pt;
}

.modal_block P {
    font-size: 12pt;
    line-height: 15pt;
}

.r_title, .r_title .smallcaps {
    color: #B95E27;
}

.key {
    border: 1px solid #bbd;
    padding: 0px 2px;
    background-color: #ddf;
}

#translation {
    display: none;
}



/*
RADIO
*/

#radio {
    background-color: #ddd;
    position: fixed;
    bottom: 0px;
    width: 184px;
    text-align: center;
}

#radio .toggle {
    font-size: 19pt;
    width: 100%;
    display: block;
}

#radio .player {
    height: 0px;
}

#radio .player table.lfmWidgetradio_830257fd635ac6476777b1e2b1f66999 td {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#radio .player table.lfmWidgetradio_830257fd635ac6476777b1e2b1f66999 tr.lfmHead a:hover {
    background: url(http://cdn.last.fm/widgets/images/en/header/radio/regular_grey.png) no-repeat 0 0 !important;
}

#radio .player table.lfmWidgetradio_830257fd635ac6476777b1e2b1f66999 tr.lfmEmbed object {
    float: left;
}

#radio .player table.lfmWidgetradio_830257fd635ac6476777b1e2b1f66999 tr.lfmFoot td.lfmConfig a:hover {
    background: url(http://cdn.last.fm/widgets/images/en/footer/grey_np.png) no-repeat 0px 0 !important;;
}

#radio .player table.lfmWidgetradio_830257fd635ac6476777b1e2b1f66999 tr.lfmFoot td.lfmView a:hover {
    background: url(http://cdn.last.fm/widgets/images/en/footer/grey_np.png) no-repeat -85px 0 !important;
}

#radio .player table.lfmWidgetradio_830257fd635ac6476777b1e2b1f66999 tr.lfmFoot td.lfmPopup a:hover {
    background: url(http://cdn.last.fm/widgets/images/en/footer/grey_np.png) no-repeat -159px 0 !important;
}

