body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    padding-top: 10;
}
img
{
    border: none;
}
.tableWrap
{
    border: 1px solid #ccc;
}

.topBorder
{
    border-width: 1px;
    border-top-style: solid;
    border-color: #ccc;
}
.topBanner
{
    padding:10px 0 0 10px;
}
.bottomBorder
{
    border-bottom: 1px solid #ccc;
}
.leftBorder
{
    border-width: 1px;
    border-left-style: solid;
    border-color: #ccc;
}
.rightBorder
{
    border-width: 1px;
    border-right-style: solid;
    border-color: #ccc;
}
#menu1 td
{
    text-align: left;
    white-space: nowrap;
}
.slogan
{
    font-size: 12px;
    font-weight: bold;
    color: #999;
}
.srBottomBorder
{
    border-bottom: 1px solid #D2D2FF;
}
td, tr, table, p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.footer
{
    font-size: 10px;
    color: #999;
    padding:15px;
    width:960;
    margin:auto;
    text-align:center
}
.menuHost
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*background-image: url(Images/menu_bg.jpg);
    background-color: #E8E9FE;*/
}
.content
{
    padding: 10px;

}
.footerLink, a.footerLink:link, a.footerLink:visited
{
    color: #999;
}
h1
{
    font-size: 24px;
    color: #333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-color: #666;
    font-weight: normal;
}

#dropmenudiv
{
    position: absolute;
    border: 1px solid #999;
    border-bottom-width: 0;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    z-index: 100;
}

#dropmenudiv a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #999;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
}
#dropmenudiv a:hover
{
    /*hover background color*/
    background-color: #fff;
    color: #000;
}

.NavLeftBorderNone
{
    padding-left: 11px;
    padding-right: 20px;
}

.NavLeftBorder
{
    padding-left: 20px;
    padding-right: 20px;
    border-width: 1px;
    border-left-style: solid;
    border-color: #999;
}

.NavRightBorder
{
    border-width: 1px;
    border-right-style: solid;
    border-color: #999;
}

.NavLink, a.NavLink:link, a.NavLink:visited, a.NavLink
{
    color: #666;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
a.NavLink:hover
{
    color: #000;
}

.ProductImage
{
    padding: 2px;
    margin: 0px;
/*    border: 1px solid #cccccc;*/
}
.srProductTitle
{
    color: #333;
    font-weight: bold;
    font-size: 12px;
}
.srProductArtist
{
    color: #666;
    font-size: 12px;
    font-style: italic;
}
.srLink, .srLink:link, .srLink:visited
{
    color: #666;
    font-size: 10px;
    text-decoration: underline;
}
.srLink:hover
{
    color: #333;
    font-size: 10px;
    text-decoration: none;
}

h2
{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
h3
{
    font-size: 14px;
    color: #333;
}
h4
{
    font-size: 12px;
    font-weight: bold;
    color: #333;
    font-style: italic;
}
.lineSpace
{
    line-height: 20px;
}
.dProductImage
{
    padding: 2px;
    margin: 0px;
    border: 1px solid #999;
}
.ArtistImage
{
    padding: 2px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #999;
    cursor: hand;
}
a:visited, a:link
{
    color: #666;
    text-decoration: underline;
}
a:hover
{
    color: #02830F;
    text-decoration: none;
}


/***********************************/
/************** TABS ***************/
/***********************************/
.TabContainer
{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #aaa;
    overflow: hidden;
}

.TabContainer .TabHeader
{
    display: inline-block;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    height: 36px;
    line-height: 36px;
    background: #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    margin-right: 1px;
    cursor: pointer;
    text-transform: capitalize;
}

.TabContainer .selectedTab
{
    background: #aaa;
    color: #fff;
}

.TabContainer .TabHeader:hover
{
}

.TabContentContainer .Tab
{
    display: none;
}

.TabContentContainer .selectedTab
{
    display: block;
}

ul.ArtistList
{
    overflow: hidden;
    margin-left: 110px;
}

ul.ArtistList li
{
    float: left;
    width: 250px;
    margin-top: 10px;
    list-style-type: disc;
}

.small
{
    font-size: 14px;
}

