/* CSS Global
============================================================ */
html
{
    background: #3c3c3c url(../images/html-bg.jpg) repeat-x;
    height: 101%;
}
body
{
    color: #3c3c3c;
    font: normal 14px verdana, arial, sans-serif;
    line-height: 125%;
    margin: 0 auto;
    padding: 0;
}
a img
{
    border: none;
}
ul, li, ol, p, h1, h2, h3, h4, h5
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul
{
    margin-bottom: 10px;
}
h1
{
    color: #333333;
    font: bold 17px verdana, arial, sans-serif;
}
h2
{
    color: #333333;
    font: bold 16px verdana, arial, sans-serif;
}
h3
{
    color: #333333;
    font: bold 14px verdana, arial, sans-serif;
}
p
{
    line-height: 125%;
    margin: 0 0 8px;
}
table, tbody, tfoot, thead, tr, td, th, thead th
{
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    outline: 0;
    padding: 0;
}
#background
{
    background: transparent url(../images/bg.jpg) no-repeat scroll center top;
    margin: 0 auto;
}
.clear
{
    clear: both;
}
.umber
{
    color: #ab7d2f;
}
.lightBlue
{
    color: #648ab1;
}
.grey
{
    color: #4d4d4d;
}

/*** LINKS ****************
TextTitleColour (blue) */
a
{
    color: #357bb7;
    font-weight: normal;
    text-decoration: underline;
}
a:link
{
    color: #357bb7;
    font-weight: normal;
    text-decoration: underline;
}
a:visited
{
    color: #357bb7;
    font-weight: normal;
    text-decoration: underline;
}
a:hover
{
    color: #357bb7;
    font-weight: normal;
    text-decoration: none;
}
a:active
{
    color: #357bb7;
    font-weight: normal;
    text-decoration: none;
}

/* Structure
============================================================ */
#o-container
{
    background: url(../images/bg-ocon-top.png) no-repeat scroll 100% 0;
    margin: 0 auto;
    width: 974px;
}
#i-container
{
    background: transparent url(../images/bg-icon-bottom.jpg) no-repeat scroll 100% 100%;
    padding: 0 8px 30px 7px;
    width: 959px;
}
#content
{
    clear: both;
    float: left;
    margin: 0 0 30px 8px;
    width: 944px;
}
#i-container.magento #content
{
    margin-right: 0;
    width: 742px;
    width: 944px;
}
#header
{
    display: block;
    height: 77px;
    width: 100%;
}
#left
{
    background: url(../images/bg-leftmenu-top.jpg) no-repeat scroll 100% 0;
    clear: left;
    display: block;
    float: left;
    margin-right: 7px;
    width: 180px;
}
#left li
{
    border-bottom: 1px solid #ccc;
    padding: 0;
}
#left ul#leftmegamenu li.mega
{
    border-bottom: none;
    display: block;
    height: 24px;
    margin-bottom: -4px;
}
#left ul#leftmegamenu li.mega.guitars div
{
}
#left li a
{
    color: black;
    font: normal bold 0px verdana, sans-serif;
    padding: 0 2px;
    text-decoration: none;
    text-transform: uppercase;
}
#left .menus
{
    background: url(../images/bg-leftmenu-bottom.jpg) no-repeat scroll 100% 100%;
    padding-bottom: 5px;
    position: relative;
    z-index: 998;
}
#mm_below ul li.last
{
    border-bottom: none;
}
#left li a:hover
{
    color: #666;
}
#logo
{
    float: left;
    margin-left: 27px;
}
#footer
{
    background: transparent;
    margin: 0 auto;
    width: 974px;
}
#drummenu, #keysmenu, #livemenu, #bandmenu, #guitarmenu, #pianomenu, #educationmenu, #submenu
{
    clear: left;
    display: none;
    float: left;
    margin-right: 10px;
    width: 180px;
}
#center
{
    float: left;
    width: 555px;
}
#i-container.home #center
{
    float: left;
    margin-right: 0;
    width: 757px;
}
#i-container.home #right
{
    display: none;
    height: 0;
    width: 0;
}
#right
{
    float: left;
    width: 724px;
}
#right #flash
{
    background: #ddd;
    display: block;
    height: 461px;
    margin-bottom: 7px;
    width: 757px;
}
#i-container.home #right h1
{
    background: url(../images/header-bg.jpg) repeat-x;
    color: white;
    display: block;
    font: normal bold 14px verdana, sans-serif;
    height: 28px;
    padding: 7px 10px;
    width: 737px;
}
#i-container.double #right
{
    width: 36.5%;
}
#mm_above
{
    margin-top: 32px;
}

/* Login Menu
============================================================ */
ul#login
{
    float: right;
    margin-left: 633px;
    padding: 2px 0;
    position: absolute;
    z-index: 20;
}
ul#login li
{
    text-align: center;
}
ul#login li a
{
    background: url(../images/top-link-border.gif) no-repeat scroll 100% 50%;
    color: #666;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 10px;
    text-decoration: none;
}
ul#login li a.top-link-wishlist
{
    background: none;
}
ul#login li a:hover
{
    color: #999;
}
ul#login li.last
{
    border-right: none;
    display: none;
}
ul#login li.first
{
    border-left: none;
}

/* Content
============================================================ */
#textarea
{
    margin-left: 10px;
}
#breadcrumb
{
    margin-left: 5px;
}

/* .htmlarea-content-body for the back end editor */
#textarea p, .htmlarea-content-body p
{
    margin: 0 0 8px;
}
#textarea li, .htmlarea-content-body li
{
    list-style-type: disc;
    margin-left: 15px;
    padding-left: 5px;
}
#textarea ul, .htmlarea-content-body ul
{
}
#center .csc-header h1
{
    margin-top: 20px;
}
#i-container.rental #center .csc-header h1, #i-container.rental #center .csc-textpicHeader h1
{
}
.csc-textpic-text p
{
}
#right .csc-textpic-text p
{
    margin: 0 0 3px;
}

/* Foot Menu
============================================================ */
ul#footmenu
{
    background: none;
    float: right;
    padding: 0;
}
ul#footmenu li
{
    border-right: 1px solid white;
    display: inline;
    text-align: right;
}
ul#footmenu li a
{
    color: white;
    font-size: 10px;
    padding: 2px 15px;
    text-decoration: none;
}
ul#footmenu li a:hover
{
    color: white;
}
ul#footmenu li.last
{
    border-right: none;
}
#textarea .csc-default
{
    clear: both;
    margin-bottom: 10px;
}
#textarea .csc-textpic-text
{
    clear: none;
}
#submenu li
{
    text-align: left;
}

/* Magento
===================================================== */
.category-head h2, .page-head h3
{
    background: url(../images/header-bg.jpg) repeat-x;
}
ul#breadcrumb
{
    margin-bottom: 5px;
}
ul#breadcrumb li
{
    color: #4d4d4d;
    display: inline;
    font-size: 10px;
}
ul#breadcrumb li a
{
    color: #4d4d4d;
    text-decoration: underline;
}
ul#breadcrumb li a:hover
{
    color: #4d4d4d;
    text-decoration: none;
}
ul.csc-menu-1 a
{
    color: #999;
    text-decoration: none;
}
ul.csc-menu-1 a:hover
{
    color: #555;
}
ul#submenu a
{
    color: black;
    font: normal bold 11px verdana, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
ul#submenu a:hover
{
    text-decoration: none;
}
#i-container.magento #right, #i-container.rental #right, #i-container.som #right
{
    padding-left: 10px;
    padding-top: 15px;
    width: 192px;
}
#i-container.magento #right
{
    margin-top: 0;
    padding-top: 0;
}
#i-container.magento #right.col-right.side-col
{
    background: transparent url(../images/header-bg.jpg) repeat-x scroll 0 0;
    float: left;
    padding-top: 35px;
    width: 192px;
}

/* Ad Space Left
===================================================== */
#left-ad-space
{
    background: white;
    width: 100%;
}
#left-ad-space img
{
    margin: 7px 0 0;
}
#left-ad-space div.csc-textpic-center
{
    text-align: left;
}

/* Description Tabs
===================================================== */
#description-tabs
{
    margin-top: 15px;
}
#description-tabs ul
{
    width: 550px;
}
#description-tabs ul li
{
    float: left;
    height: 21px;
    margin-right: 7px;
    width: 104px;
}
#description-tabs ul li.button5
{
    margin-right: 0;
}
#description-tabs ul li a
{
    display: block;
    height: 21px;
    width: 104px;
}
#description-tabs ul li.button1 a
{
    background-image: url(../images/tabs-description.jpg);
}
#description-tabs ul li.button2 a
{
    background-image: url(../images/tabs-specs.jpg);
}
#description-tabs ul li.button3 a
{
    background-image: url(../images/tabs-videos.jpg);
}
#description-tabs ul li.button4 a
{
    background-image: url(../images/tabs-reviews.jpg);
}
#description-tabs ul li.button5 a
{
    background-image: url(../images/tabs-related-products.jpg);
}
#description-tabs ul li a:hover, #description-tabs ul li a.active
{
    background-position: 0 -21px;
}
#description-tabs-text div.text
{
    border: 1px solid #ddd;
    clear: both;
    margin-bottom: 15px;
    margin-right: 7px;
    min-height: 200px;
    padding: 15px;
}
#description-tabs-text #description
{
}
#description-tabs-text #specs
{
    height: auto;
}
#description-tabs-text #videos
{
    height: auto;
}
#description-tabs-text #reviews
{
}
#description-tabs-text #related-products
{
    height: auto;
}

/* Page Title
============================================ */
#pagetitle h1
{
    background: url(../images/header-bg.jpg) repeat-x scroll 0 0;
    color: white;
    display: block;
    float: right;
    font: normal bold 14px verdana, sans-serif;
    padding: 8px 10px;
    text-transform: uppercase;
    width: 737px;
}
#i-container.som-two-col #pagetitle h1, #i-container.som-three-col #pagetitle h1, #i-container.som #pagetitle h1
{
    background: url(../images/header-bg-orange.jpg) repeat-x scroll 0 0;
}
#i-container.rental #pagetitle h1, #i-container.rental-two-col #pagetitle h1, #i-container.two-col #pagetitle h1
{
    background: url(../images/header-bg.jpg) repeat-x scroll 0 0;
}
#breadcrumb
{
    margin-top: 6px;
}
#i-container.som #right
{
    float: left;
    padding-top: 75px;
    width: 192px;
}
#i-container.som #right p, #i-container.rental #right p
{
    float: right;
    width: 179px;
}
#center .csc-textpic-imagewrap
{
    margin-bottom: 15px;
}
form#main-search
{
    background: url(../images/bg-search.jpg) no-repeat;
    float: right;
    height: 22px;
    margin-left: 210px;
    position: absolute;
    top: 50px;
    width: 255px;
}
#i-container.results form#main-search
{
    margin-left: 503px;
}
#main-search input#sword
{
    background: transparent;
    border: none;
    color: #666;
    float: left;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    height: 14px;
    margin: 2px 10px 5px 70px;
    width: 130px;
}
#main-search input.search-GO
{
    background: url(../images/btn-GO-blue.jpg) no-repeat;
    border: none;
    float: left;
    height: 22px;
    width: 32px;
}

/* rgslideshow
============================================ */
.rgslideshow
{
    border: none !important;
}
.rgslideshownav
{
    border-right: none !important;
}
.rgslideshownav .rgsnav2
{
    background: transparent !important;
}
.tx-rgslideshow-pi1 img
{
    border: none;
}
.rgslideshownav .rgsplay
{
    display: none;
}
.rgslideshownav .rgsnav2
{
    clear: both;
}
.rgslideshownav
{
    margin-left: 15px;
    margin-top: 4px;
}
.dwsbrowser
{
}
.dwslideshow
{
    border: none !important;
}
span.dwsplay
{
    display: none;
}
.dwslideshownav
{
    border-right: none !important;
    top: 0 !important;
}
.dwslideshownav .dwsnav2
{
    padding-right: 0 !important;
}
.dwsbrowserEl
{
    border-right: 1px solid #666;
}
.dwslideshownav .dwsbrowserEl
{
    color: #666 !important;
}
.splitEl
{
    display: none;
}
#i-container.rental-two-col #center, #i-container.som-two-col #center, #i-container.two-col #center
{
    width: 750px;
}
#sitedrop
{
    margin-left: 10px;
}
#sitedrop .csc-default
{
    height: 20px;
    margin: 0;
    padding: 0;
}
#c122.csc-default
{
    height: 20px;
    margin: 0;
    padding: 0;
}
#cosmotag
{
    clear: both;
    margin: 0 auto;
    padding-right: 10px;
    text-align: right;
    width: 954px;
}
#cosmotag a
{
    color: #3c3c3c;
    text-decoration: none;
}
#tx_slsitemap, #tx_slsitemap a
{
    color: #2f6396;
}
#tx_slsitemap li
{
    margin: 0;
    padding: 0;
}
div#tx_slsitemap li.SubMiddle, div#tx_slsitemap li.SubLast, div#tx_slsitemap li.MainFirst, div#tx_slsitemap li.MainLast
{
    background: none;
}
#i-container.som #right
{
    background: url(../images/logo-som.jpg) no-repeat scroll 0 0;
}
#left-banner-ads
{
    background: none;
    background-color: #FFFFFF;
    padding-top: 10px;
}
.csc-frame-frame2 .csc-textpic-imagerow
{
    margin: 0 10px 10px 0;
}

/* News / Blog
============================================ */
.news-latest-gotoarchive
{
    padding-top: 10px;
    font-size: 12px;
}
.news-latest-container
{
    margin-top: 10px;
}
.news-latest-date, .news-single-timedata, .news-list-date
{
    font-size: 10px;
}
.news-latest-container a
{
    font-size: 12px;
}
#i-container.rental #right .news-latest-container p
{
    float: none;
    margin-left: 0px;
    padding-left: 0px;
}
.news-latest-item
{
    margin-top: 5px;
}
.news-latest-container h2
{
    color: #000000;
    font-size: 1em;
}
.news-list-container h1
{
    margin-top: 15px;
}
.news-list-container h1 a
{
    color: #357bb7;
    font-weight: normal;
}
.news-single-item h1
{
    font-weight: normal;
}
.news-list-container h1 .news-list-date
{
    font-size: .5em;
    padding-top: 5px;
}
.tx-ttnews-browsebox p
{
    font-size: 10px;
}
.tx-ttnews-browsebox p a
{
    font-size: 14px;
}
.tx-comments-pi1
{
    margin-top: 10px;
}
.tx-comments-count
{
    font-size: 12px;
}
.tx-comments-comment-form
{
    border: 1px solid #E0E0E0;
    padding: 10px;
}
.tx-comments-comment-name a
{
    color: #3C3C3C;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.tx-comments-comment-date
{
    font-size: 10px;
    font-style: normal;
}
.tx-comments-comment-content
{
    font-size: 12px;
    font-style: italic;
}

fieldset#product-options-wrapper
{
    display: none;
}

/* CSC-Mailform
============================================= */
.csc-mailform-field
{
    clear: both;
}
.csc-mailform label
{
    clear: left;
    display: block;
    float: left;
    margin: 5px 0;
    width: 150px;
}
.csc-mailform input
{
    float: left;
    margin: 5px 0;
}
input#mailformformtype_mail
{
    clear: both;
}
#i-container.home .box.base-mini
{
    display: none;
}
.price-left
{
    display: block;
    float: left;
    text-align: left;
    width: 100px;
}
.price-right
{
    display: block;
    float: right;
    width: 80px;
}

/* Mailform Plus
============================================= */
fieldset.tx-powermail-pi1_fieldset
{
    background: none;
}
fieldset.tx-powermail-pi1_fieldset div.even
{
    background: none;
}

/* ET-guitars
============================================ */
#promotions
{
    color: #4e4e4e;
    font: normal 10px verdana, arial, sans-serif;
}
.promo-item
{
    display: block;
    float: left;
    width: 176px;
}
.promo-pic
{
    display: block;
    height: 135px;
    margin-left: 20px;
    width: 135px;
}
.short-des
{
    clear: both;
    width: 155px;
}
.more
{
    clear: both;
}
.more a
{
    color: #2f6397;
    text-decoration: none;
}
#textarea h1
{
}
#c247 .csc-textpic-imagewrap, .csc-textpic-imagerow
{
    width: 460px !important;
}
#c247 .csc-textpic .csc-textpic-imagerow li.csc-textpic-image
{
    float: left !important;
    width: 200px;
}
fieldset.tx-powermail-pi1_fieldset
{
    border: none;
}
ol#checkoutSteps
{
    position: relative;
    z-index: 0;
}
.page-head-alt h3
{
    background: transparent url(../images/header-bg.jpg) repeat-x scroll 0 0 !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin: 0;
    text-align: left;
    text-transform: none !important;
}
#c578.csc-default
{
    margin-left: -10px;
}
ul#leftmegamenu li.mega.button a.btn
{
    display: block;
    height: 24px;
    margin-left: 2px;
    width: 177px;
}
ul#leftmegamenu li.mega.button.one a.btn
{
    background: url(../images/lm-guitars.jpg) no-repeat scroll 0 0;
}
ul#leftmegamenu li.mega.button.two a.btn
{
    background: url(../images/lm-drums.jpg) no-repeat scroll 0 0;
}
ul#leftmegamenu li.mega.button.three a.btn
{
    background: url(../images/lm-band.jpg) no-repeat scroll 0 0;
}
ul#leftmegamenu li.button.four a.btn
{
    background: url(../images/lm-pianos.jpg) no-repeat scroll 0 0;
}
ul#leftmegamenu li.button.five a.btn
{
    background: url(../images/lm-keyboards.jpg) no-repeat scroll 0 0;
}
ul#leftmegamenu li.button.six a.btn
{
    background: url(../images/lm-recording.jpg) no-repeat scroll 0 0;
}
ul#leftmegamenu li.button.seven a.btn
{
    background: url(../images/lm-live.jpg) no-repeat scroll 0 0;
}
ul#leftmegamenu li.button.eight a.btn
{
    background: url(../images/lm-lighting.jpg) no-repeat scroll 0 0;
}
ul#leftmegamenu li.button.nine a.btn
{
    background: url(../images/lm-print.jpg) no-repeat scroll 0 0;
}
ul#leftmegamenu li.button.ten a.btn
{
    background: url(../images/lm-others.jpg) no-repeat scroll 0 0;
}
ul#leftmegamenu li.mega.button a.btn:hover
{
    background-position: 0 -24px;
}
ul#leftmegamenu li.mega.button li a
{
    background: none !important;
}
.contenttable p
{
    margin-bottom: 0 !important;
}
.imageblock .content
{
    margin-right: 10px;
    padding: 0px;
}
.csc-frame-frame2
{
    margin-bottom: 10px;
}
.csc-frame-frame2 .imageblock
{
    margin-right: 10px;
}
#center .csc-frame-frame2 h1
{
}
#textarea .csc-frame-frame2 p
{
}
#center .csc-default .csc-header h1
{
}

/* temp changes pre live */
ul#login
{
    display: none;
}
ul#leftmegamenu li.mega div
{
    display: none !important;
}
#left
{
    background: transparent url(../images/bg-leftmenu-top-temp.jpg);
}
#i-container.magento #right.col-right.side-col
{
    display: none;
}
#rglbCenter
{
    z-index: 999 !important;
}
.tx-felogin-pi1 fieldset
{
    border: none;
    margin: 15px 0 0;
    padding: 0;
}

/* RENEWALS
=================================================== */
.tx-renewals-pi1 fieldset
{
    border: none;
    font-size: 12px;
    margin: 15px 0 0;
    padding: 0;
}
.tx-renewals-pi1 label
{
    clear: both;
    display: block;
    float: left;
    margin: 5px 0;
    width: 150px;
}
.tx-renewals-pi1 fieldset input
{
    display: block;
    float: right;
    margin: 5px 0;
    width: 250px;
}
.tx-renewals-pi1 .data
{
    display: block;
    float: left;
    margin: 5px 0;
    width: 250px;
}
.tx-renewals-pi1 fieldset p
{
}
.tx-renewals-pi1 fieldset h3
{
    clear: both;
    padding: 20px 0 10px;
}
.tx-renewals-pi1 form.options-page input
{
    display: inline;
    float: left !important;
    margin-right: 15px;
    padding: 0;
    width: 15px;
}
.tx-renewals-pi1 tr
{
    margin: 15px 0;
    padding: 10px 0;
}
.tx-renewals-pi1 form.options-page .flt_right
{
    display: block;
    float: right;
    text-align: right;
    width: 300px;
}
.tx-renewals-pi1 form.options-page p
{
    display: block;
    float: left;
    width: 275px;
}
.tx-renewals-pi1 form.options-page p.wide
{
    float: left;
    width: 650px;
}
.tx-renewals-pi1 form.options-page h4, .tx-renewals-pi1 form.options-page h5
{
    clear: both;
    font-size: 1.1em;
    margin: 0 0 7px;
}
.tx-renewals-pi1 span.subtext
{
    font: normal 12px verdana,sans-serif !important;
    margin: 7px 0 0;
}
.tx-renewals-pi1 .renewal_option
{
    margin: 0 15px;
}
.tx-renewals-pi1 form.options-page hr
{
    clear: both;
    margin: 10px 0;
    opacity: 0.5;
}
.tx-renewals-pi1 textarea#policies
{
    clear: both;
    height: 150px;
    width: 450px;
}
.price
{
    float: right;
    width: 125px;
}
.align-center
{
    text-align: center;
}

/* menu override */
#left ul#leftmegamenu li.mega.button.ten
{
    display: none !important;
}

