@import url('struct.css');

body { 
    background-color: #333; 

}

#logo, #content {
    background-color: transparent;
    color: #FFFFFF;
}

#category-menu, .order-info, .row-1 { background-color: #113; }

a { color: orange; }
a:hover { color: white; }

.jump-thumbs {
    background-color: #000000;
    border: 1px solid #000000;
}

.order-info fieldset { border: 1px solid #888888; }


.box { 
    /* background-color: #000000; */
    background-color: transparent;
    border: 1px solid #666;
}

.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6
{
    background-color: #222;
    color: #FFFFFF;
    border-top: 1px solid #666;
    border-bottom: 1px solid #333;
    position: relative;
    top: -1px;
/*    background-image: url('bg_big_222.jpg'); */
}

#root {
    background-color: #000;
}

#top-ad { background-color: transparent; }

#root,/*, #content, .box, #logo, #top-ad*/ 
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6,
.box
{
    background-position: center top; 
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#root {
    background-image: url('bg_big_orig.jpg');
}

.box {
/*    background-image: url('bg_big_000.jpg'); */
}

#category-menu {
    background-image: url('bg_big_113.jpg');
}

#top-ad img {
    margin: 1em 0 0 1em;
}

.box .more-link a, .more-link-cats a { color: orange; text-decoration: underline; }
.box .more-link a:hover, .more-link-cats a:hover { color: white; }

input {
    border: 1px solid #666;
    background-color: #000;
    color: #fff;
}

input[type=submit] {
    background-color: orange;
    color: black;
    font-weight: bold;
    border: 1px solid black;
}

.video-info li {
    color: #888888;
}

legend {
    color: white;
}
