html, body {
  margin: 0;
  padding: 0;
  height: 100%;
/*  background: #fff;*/
  background-image: url(/images/site_bg.gif);
  background-repeat: repeat-x;
  font: 11px Verdana, Arial, Sans-Serif;
  background-color: #54524F;
  color: #000000;
}
a {
  color: #000000;
  text-decoration: underline;
  font: 11px Verdana, Arial, Sans-Serif;
}
a:hover {
  color: #82cae7;
  text-decoration: underline;
}

span {
  font: 11px Verdana, Arial, Sans-Serif;
}
img {border: 0;}
form {margin: 0;}

.error {
  font: 12px Verdana, Arial, Sans-Serif;
  color: #cc3333;
}
.alert_message {
  color: #fff;
  background: #cc3333;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}
.alert_message a {
  color: #fff;
  font-weight: bold;
  font-size: 10px;  
  text-decoration: underline;
}
input.box, .form input.box {
  width: auto;
}
input.button {
  background: #baa545;
  border: 1px solid #5c5019;
  padding: 2px 10px;
  color: #fff;
}
.price, .price-special {
  /*color: red;*/
}
.price-old {
  text-decoration: line-through;
}
td.price, th.price, .table th.price {
  text-align: right;
  /*color: #00657F;*/
}
.price-total {
  color: #baa545;
}
th.price-total, td.price-total, .table th.price-total {
  text-align: right;
}
.total {
  border-top: 1px solid #baa545;
  padding-top: 3px;
  font-weight: bold;
}
.buttons {
  background: #78746c;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #717069;
}
.vline {
  border-left: 1px solid #baa545;
}

/*** form ***/
table.form  {
  width: 100%;
}
.form input {
  width: 180px;
}
.form td {
  padding: 5px;
}
.form span {
  font-size: 12px;
}
.asterisk {
  color: #baa545;
}
.form-left {
  text-align: right;
  font-weight: bold;
  width: 50%;
}
.form .info {
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}
.form .buttons {
  padding-top: 10px;
  text-align: center;
}
/*** !form ***/

/*** table ***/
.table {
  width: 100%;
  font: 12px Verdana, Arial, Sans-Serif;
}
.table th {
  background: #629266 url(/images/table-th.gif) repeat-x;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  color: #fff;
}
.table th a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.table tr, .table tr.out {
  background: #E9E6E6;
}
.table tr.over {
  background: #DFFAFF;
}
.table td {
  padding: 10px;
}
.table td.order-desc {
  background: #D1EAEF;
}
.table td.order-asc {
  background: #E0ECEF;
}
.table td {

}
/*** !table ***/

/*** !form ***/

/*** table ***/
.table_artist {

  font: 12px Verdana, Arial, Sans-Serif;
}

.table_artist td {
background: #666666;
}

.table_artist_over {

  font: 12px Verdana, Arial, Sans-Serif;
}

.table_artist_over td {
background: #FE0000;
}


/*** !table ***/

/*** progressbar ***/
.progressbar td, .progressbar td a {
  color: #c8c8c8;
}
.progressbar td.current {
  color: #82cae7;
}
/*** !progressbar ***/

/*   pageTab   */
ul.pageTab {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  list-style: none;
  text-align: center;
}
ul.pageTab li {
  padding: 0;
  list-style: none;
  display: inline;
}
ul.pageTab li.current, a.begin, a.end, a.previous, a.next, a.page {
  padding: 2px 7px;
  margin: 0 -3px;
  background: #78746c;
  border: 1px solid #c8c8c8;
  color: #c8c8c8;
  text-decoration: none;
}
ul.pageTab a.begin:hover, a.end:hover, a.previous:hover, a.next:hover, a.page:hover {
  background: #F5F5F5;
  color: #82cae7;
}
ul.pageTab li.current {
  background: #baa545;
  color: #fff;
}
/*   !pageTab  */

/*  BOX */
table.box {
  width: 200px;
}
.box th.header {
  background: url(/images/menu_header.gif) no-repeat;
  height: 21px;
  color: #fff;
}
.box th.header2 {
  background: url(/images/menu_header2.gif) no-repeat;
  height: 1px;
  font-size: 1px;
}
.box td {
  background: url(/images/menu_content.gif);
}
.box th.footer {
  background: url(/images/menu_footer.gif) no-repeat;
  height: 16px;
  font-size: 1px;
}
/* !BOX */

/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/

#content {
  border:0px;
  background: #E9E6E6;
  /* background: #000;*/
  vertical-align: top;
  padding:0px;
}

#content_artist {
  background: #fff;
  vertical-align: top;
}

#navigation a {
  color: #0D7FC1;
  font-weight: bold;
}
#title {
  color: #0D7FC1;
  font-weight: bold;
  padding-bottom: 5px;
}

/*** TOP MENU ***/
table.menu-dropdown td {
  white-space: nowrap;
  margin: 0;
  padding: 6px 4px 6px 6px;
  padding-bottom: 5px;
  padding-top: 5px;
}
table.menu-dropdown td a {
  color: #fff;
  font: 11px Verdana;
  font-weight: bold;
  padding: 5px 2px 5px 2px;
  text-decoration: none;
  text-transform: uppercase;
}
table.menu-dropdown td a:hover {
  color: #fff;
  background: #000;
}

td.separator, separator-left, separator-right {}
div.dropdown-sub {
  background: #fff;
  border: solid 1px #CCC;
  padding: 0; margin: 0;
}
div.dropdown-sub td.submenu {
  /*padding: 5px;
  text-align: left;*/
}
div.dropdown-sub td.submenu a {
  text-align: left;
  font: bold 12px Verdana;
  color: #5875B1;
  text-decoration: none;
  display: block;
  padding: 5px;
  width: 100px;
}

div.dropdown-sub td.submenu a:hover {
  font: bold 12px Verdana;
  color: #000;
  text-decoration: none;
  background: #EEE;
}
div.dropdown-sub td.submenu a.issub {
  background: url(/images/admin/issub.gif) center right no-repeat;
}
div.dropdown-sub td.submenu a.issub:hover {
  background: #EEE url(/images/admin/issub.gif) center right no-repeat;
}
div.dropdown-sub td.separator {
  background: #ccc;
  height: 1px;
}
/*** !TOP MENU ***/
/*** LEFT MENU ***/
.navlist {
  padding: 4px;
  width: 180px;
  font: 12px verdana, sans-serif;
  margin: 0;
}
.navlist li {
  list-style: none;
  border: 0px solid #78746c;
}
.navlist a {
  display: block;
  padding: 3px 0 3px 27px;
  border-bottom: 0px solid #78746c;
  background: url(/images/menu-arrow.gif) 3px no-repeat;
  text-decoration: none;
  color: #c8c8c8;
}
.navlist a:hover {
  color: #82cae7;
}
li.subnavlist a {
  background: url(/images/menu-arrow.gif) 3px no-repeat;
  padding-left: 27px;
}
a.current {
  font-weight: bold;
  color: #82cae7;
}
/*** !LEFT MENU ***/
/*** BOTTOM MENU ***/
a.current2 {
  font: 10px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #CCCCCC;
}

a.current3 {
  font: 10px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #999999;
}
/*** !BOTTOM MENU ***/
a.home_menu {
  font: 14px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #333333;
}
a.home_menu:hover {
  font: 14px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #333333;
}

a.home_menu_select {
  font: 14px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #990808;
}
a.home_menu_select:hover {
  font: 14px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #990808;
}

a.register {
  font: 11px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #FFFFFF;
}
a.register:hover {
  font: 11px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #82cae7;
}

/*** EXPAND MENU ***/
table.menu-expand {
  position: relative;
  z-index: 1000;
  padding-left: 10px;
}
table.menu-expand td {
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 0; margin: 0;
  color: #661F00;
  background: url(/images/arrow.gif) no-repeat #F9E8CE;
  border : 1px solid #661F00;
  height: 16px;
  width: 130px;
  /* Opacity in IE */ filter: alpha(opacity=70);
  /* Opacity in Mozilla */-moz-opacity: 0.7;
}
table.menu-expand td a {
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #661F00;
  background: #F9E8CE;
  height: 16px;
  display: block;
  padding: 4px 4px 4px 10px;
  text-decoration: none;
}
table.menu-expand td a:hover {
  color: #000000;
  background: #F8DCAD;
  cursor: pointer;
}
table.menu-expand td a.issub {
  background: url(/images/arrow.gif) center right no-repeat #F9E8CE;
}
table.menu-expand td a.issub:hover {
  background: url(/images/arrow_over.gif) center right no-repeat #F8DCAD;
}
div.expand-sub {
  background: #fff;
/**  border : 1px solid #661F00; **/
  padding: 0; margin: 0;
}
div.expand-sub td.submenu {
  border : 1px solid #661F00;
}
div.expand-sub td.submenu a {
  text-align: left;
  font: bold 12px Verdana;
  color: #661F00;
  background: #F9E8CE;
  text-decoration: none;
  display: block;
  padding: 4px 4px 4px 10px;
  width: 200px;
}

div.expand-sub td.submenu a:hover {
  font: bold 12px Verdana;
  color: #000000;
  text-decoration: none;
  background: #F8DCAD;
}
div.expand-sub td.submenu a.issub {
  background: url(/images/arrow.gif) center right no-repeat #F9E8CE;
}
div.expand-sub td.submenu a.issub:hover {
  background: url(/images/arrow_over.gif) center right no-repeat #F8DCAD;
}
div.expand-sub td.separator {
  background: #ccc;
  height: 1px;
}
/*** !EXPAND MENU ***/



/*========================================  global
/*========================================  global
==================================================
    main nav
==================================================*/

div.nav_bg {
    width: 100%;
    height: 25px;
    background-image:  url(../images/ir_nav_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
div.nav_bg div.nav_bar {
    width: 480px;
    /*position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -375;*/
}
div.nav_bg div.nav_bar a.nav_item {
    display: block;
    float: left;
    height: 25px;
}
div.nav_bg div.nav_bar a.nav_item:hover {
    background-color: #000;
}

div.nav_bg div.nav_bar a.nav_item img {
    margin: 8px 15px 0 14px;
}


/*     main nav // current page indicator    */
body.home div.nav_bg div.nav_bar a#n1,
body.artist div.nav_bg div.nav_bar a#n2,
body#current_artists div.nav_bg div.nav_bar a#n2,
body#newsinfo div.nav_bg div.nav_bar a#n3,
body#av div.nav_bg div.nav_bar a#n4,
body#photos div.nav_bg div.nav_bar a#n5,
body#photo_detail div.nav_bg div.nav_bar a#n5,
body#mb div.nav_bg div.nav_bar a#n6,
body#on_tour div.nav_bg div.nav_bar a#n7,
body#store div.nav_bg div.nav_bar a#n8 {
    background-color: #000;}


/* pop-down artist nav -- by richard */
#aa_nav {
    z-index: 1001;
    width: 550px;
    padding: 0;
    margin: 0 auto;
    clear: both;
    color: #9b9b9b;
    position: relative;
    display: none;
    line-height: 1.4em;
}
#aa_nav:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden;
}
#aa_nav .padding {
    padding: 10px 10px;
    width: 570px;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    border-bottom: #292a2c 10px solid;
}
#aa_nav div.column {
    float: left;
    width: 105px;
    margin: 0 10px;
}
#aa_nav a {
    display: block;
    text-align: left;
}
#aa_nav a:link, #aa_nav a:visited {
    color: #9b9b9b;
    text-decoration: none;
}
#aa_nav a:hover, #aa_nav a:active {
    color: white;
    text-decoration: none;
}
#aa_nav a.catalog {
    margin: 0px;
    text-align: right;
    font-size: .9em;
}

#aa_nav a.ium_global_nav {
    margin: 0px;
	margin-top: 26px;
    text-align: right;
    font-size: .9em;

}


#aa_nav a.catalog:link, #aa_nav a.catalog:visited, #aa_nav a.ium_global_nav:link, #aa_nav a.ium_global_nav:visited {
    color: white;
    text-decoration: none;
}

/* other subnavs */
#store_subnav {
    z-index: 1001;
    width: 87px;
    padding: 0;
    margin: 0;
    clear: both;
    position: relative;
    display: none;
}
#store_subnav div {
    position: absolute;
    top: 0;
    left: 333px;
}


/*=================================================================*/

/* pop-down artist nav -- by richard */
#aa_nav2 {
    z-index: 1001;
    width: 550px;
    padding: 0;
    margin: 0 auto;
    clear: both;
    color: #9b9b9b;
    position: relative;
    display: none;
    line-height: 1.4em;
}
#aa_nav2:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden;
}
#aa_nav2 .padding {
    padding: 10px 10px;
    width: 570px;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    border-bottom: #292a2c 10px solid;
}
#aa_nav2 div.column {
    float: left;
    width: 105px;
    margin: 0 10px;
}
#aa_nav2 a {
    display: block;
    text-align: left;
}
#aa_nav2 a:link, #aa_nav2 a:visited {
    color: #9b9b9b;
    text-decoration: none;
}
#aa_nav2 a:hover, #aa_nav2 a:active {
    color: white;
    text-decoration: none;
}
#aa_nav2 a.catalog {
    margin: 0px;
    text-align: right;
    font-size: .9em;
}

#aa_nav2 a.ium_global_nav {
    margin: 0px;
	margin-top: 26px;
    text-align: right;
    font-size: .9em;

}


#aa_nav2 a.catalog:link, #aa_nav2 a.catalog:visited, #aa_nav2 a.ium_global_nav:link, #aa_nav2 a.ium_global_nav:visited {
    color: white;
    text-decoration: none;
}

/* other subnavs */
#store_subnav {
    z-index: 1001;
    width: 87px;
    padding: 0;
    margin: 0;
    clear: both;
    position: relative;
    display: none;
}
#store_subnav div {
    position: absolute;
    top: 0;
    left: 333px;
}


/*============================= GLOBAL

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid darkred; /*darkred border*/
background: black url(/images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 0px solid darkred; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
/*color: black !important;*/
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(/images/indentbg2.gif) center center repeat-x;
}
