body { background-color: #1C2310; margin: 0; }
#pageframe { background-color: #08061D; width: 975px; margin: 0 auto; color: #938CB7; }
.dscr { color: #715699; }
a { color: #336699; }
a:hover { color: #99ccff; }

.home, .bg-designer, .bg-composer {
    background-color: #080705;
    background-image: url("/images/bg_home_1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.start {
    background-color: #09010E;
    background-image: url("/images/bg_curtains.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#menu {
    background-color: #111111; /* #08063D; */
    height: 33px;
    font: normal 14px Tahoma;
    padding: 0 20px;
}
#menu .leftmenu a {
    padding: 8px 14px;
    text-decoration: none;
    display: block;
    float: left;
    color: #999999;
}
#menu .leftmenu a:hover {
    background-color: #18164D;
    color: #ccccff;
}
#menu .leftmenu a.act {
    background-color: #08061D;
}
#menu .leftmenu a.act:hover {
    background-color: #18164D;
    color: #ccccff;
}

#menu .rightmenu {
    font-size: 12px;
    float: right;
    color: #999999;
    text-align: right;
    line-height: 33px;
}

.audioplayer {
    background-color: #18162D;
    font: normal 14px Tahoma;
    padding: 2px 10px;
    display: inline-block;
    float: none;
}

.audioplayer a.play {
    background-image: url("/images/player/btnA_Play.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: none;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.audioplayer a.play:hover {
    background-image: url("/images/player/btnA_Play_over.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: none;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

.audioplayer a.pause {
    background-image: url("/images/player/btnA_Pause.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: none;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.audioplayer a.pause:hover {
    background-image: url("/images/player/btnA_Pause_over.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: none;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

.audioplayer a.stop {
    background-image: url("/images/player/btnA_Stop.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: none;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.audioplayer a.stop:hover {
    background-image: url("/images/player/btnA_Stop_over.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: none;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

.audioplayer .gaugeBG {
    background-image: url("/images/player/gaugeA_BG.png");
    display: inline-block;
    float: none;
    height: 8px;
    width: 8px;
    vertical-align: middle;
}
.audioplayer .gaugeFG {
    background-image: url("/images/player/gaugeA_FG.png");
    display: inline-block;
    float: none;
    height: 8px;
    width: 8px;
    vertical-align: middle;
}

#submenu {
    background-color: #18162D; /* #111111; */
    height: 33px;
    font: normal 14px Tahoma;
    padding: 0 20px;
}
#submenu .leftmenu a {
    padding: 8px 14px;
    text-decoration: none;
    display: block;
    float: left;
    color: #999999;
}
#submenu .leftmenu a:hover {
    background-color: #18164D;
    color: #ccccff;
}
#submenu .leftmenu a.act {
    background-color: #08061D;
}
#submenu .leftmenu a.act:hover {
    background-color: #18164D;
    color: #ccccff;
}

#submenu .rightmenu {
    font-size: 14px;
    float: right;
    color: #999999;
    text-align: right;
    line-height: 33px;
}

#main {
    font: normal 12px Tahoma;
    min-height: 600px;
}

h3 {
    font: normal 16px Tahoma;
    margin: 30px 0 10px 0;
    border-bottom: 1px solid #18164D;
    color: #ccccff;
    padding: 2px 0;
}

#rightpane {
    padding: 27px;
    float: right;
    background-color: #08061D;
    border-left: 1px dashed #18162D;
    min-height: 500px;
    margin-left: 20px;
}
#rightpane .album {
    margin-bottom: 5px;
}

#leftpane {
    padding: 27px;
}
#leftpane p {
    font: normal 15px Tahoma;
}

#leftpane .strong {
    color: silver;
}

#leftpane .audioblock {
    margin: 0 0 4px 0;
}

#leftpane li {
    font: normal 15px Tahoma;
}

.quote {
    padding: 0 40px;
    color: #715699;
}

strong.price {
    color: #CC3333;
}
strong.title {
    color: #EEBB33;
}
strong.title2 {
    color: #EEBB33;
    font-size: 16px;
}

#footer {
    background-color: #111111;
    min-height: 120px;
    padding: 10px;
    font: normal 12px Tahoma;
    color: #333333;
    clear: both;
}
#footer .menu {
    text-align: center;
}
#footer a {
    margin: 0 20px;
    font: normal 14px Tahoma;
    color: #666666;
    text-decoration: none;
}
#footer a:hover {
    color: white;
}

#footer .text {
    border-top: 1px solid #222222;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

.th {
    float: left;
    display: inline;
    width: 120px;
    padding: 6px;
    text-align: center;
    align: center;
}

.th2 {
    float: left;
    display: inline;
    width: 200px;
    padding: 6px;
    text-align: center;
    align: center;
}

.clear { clear: both; }
.leftclear { clear: left; }

#start {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    margin: 30px auto;
    font-size: 2em;
    color: #999;
}
#start h1 {
    font-size: 1.5em;
}
#start a {
    color: #66c;
    text-decoration: none;
/*    border-bottom: 4px solid #18164D; */
    padding: 2px 10px;
    margin: 5px;
}
#start a:hover {
    color: #ccf;
    text-decoration: none;
/*    border-bottom: 4px solid #28265D; */
/*    background-color: #18164D; */
}
#start small {
    font-size: 0.75em;
}


/* ArthurNeeman.com */

#shop .product {
    float: left;
    display: inline;
    padding: 6px;
    text-align: left;
    align: left;

    width: 280px;
    border: 1px solid #09072d;
    margin: 6px;
}

#shop .product .pic {
    float: left;
}

#shop .product .dscr {
    float: left;
    margin-left: 10px;
    font: normal 14px Tahoma;
}

#list {
    text-align: center;
}
#list .product {
    display: inline;
    padding: 6px;
    margin: 6px;
}


.shelf {
    float: left;
    display: inline;
    width: 120px;
    height: 150px;
    padding: 6px;
    text-align: center;
    align: center;
}

#carticon {
    float: right;
    font: normal 14px Tahoma;
}
#cartitems {
}


#cart .tableheader {
    background-color: #18162D;
}

#cart .product {
    padding: 6px;
    text-align: left;
    align: left;

    border: 1px solid #09072d;
    margin: 6px;

    overflow: auto;

/*    line-height: 50px; */
/*    display: inline-block; */
/*    vertical-align: middle; */
}

#cart .product .pic {
    float: left;
    width: 100px;
}

#cart .product .title {
    float: left;
/*    margin-left: 10px; */
    font: normal 14px Tahoma;
    width: 200px;
}

#cart .product .count {
    float: left;
    width: 100px;
    font: normal 14px Tahoma;
    text-align: right;
}

#cart .product .price {
    float: left;
    width: 100px;
    font: normal 14px Tahoma;
    text-align: right;
}

#cart .product .sum {
    float: left;
    width: 100px;
    font: normal 14px Tahoma;
    text-align: right;
}

#smart-button-container {
    width: 200px;
    margin: 0px auto;
}

#view .product {
    padding: 6px;
    text-align: left;
    align: left;

    border: 1px solid #09072d;
    margin: 6px;

    overflow: auto;
}

#view .product .pic {
    float: left;
    width: 200px;
}

#view .product .dscr {
    float: left;
    margin-left: 10px;
    font: normal 14px Tahoma;
    width: 650px;
}

#startmenu {
}
#startmenu a {
    opacity: 0.5;
}
#startmenu a:hover {
    opacity: 1.0;
}

#footermsg {
    text-align: center;
    margin: 20px;
    color: #c96;
    font: normal 14px Tahoma;
}
