
/**** MAIN *****************************************************************************************************************/

body {
  margin: 5px;
  background-color: white;
  font-family: tahoma, arial, helvetica, verdana, sans-serif;
  font-size: 0.7em;
  color: black;
  width: 746px;
}
  
input,textarea,select {
  font-family: tahoma, arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  color: black;
}

h1 {
  font-family: georgia, times, serif;
  color: white;
  font-size: 180%;
  margin: 0px;
  font-weight: normal;
}

h2 {
  font-family: georgia, times, serif;
  color: #1863E6;
  font-size: 120%;
  margin: 0px;
  font-weight: normal;
}

h3 {
  font-family: georgia, times, serif;
  color: red;
  font-size: 110%;
  margin: 0px;
  font-weight: normal;
}

h4 {
  font-family: georgia, times, serif;
  color: black;
  font-size: 130%;
  margin: 0 0 8px 0;
  font-weight: normal;
}

p {
  margin-top: 10px;
  margin-bottom: 18px;
}

hr {
  width: 100%;
  border-top: #CCCCCC 1px solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: 1px;
  clear: both;
}

form { 
  margin: 0; 
  padding: 0; 
}

img { 
  border: 0; 
}

table, table td {
  border: 0;
}

div.clear {
  clear: both;
}
  

/* GLOBAL ANCHORS **************************************************************************************************************
*******************************************************************************************************************************/

a { 
  color: #0000FF; 
  text-decoration: underline; 
}

a:visited { 
  color: #0000FF;
}

a:hover, a:visited:hover { 
  color: red; 
  text-decoration: underline;
}

a.icon {
  background-position: 0 4px;
  padding-left: 12px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: black;
}

/* PAGE TOOLS **************************************/

a.back {
  background-image: url(/images/page_tools/back.gif);
}

a.home {
  background-image: url(/images/page_tools/home.gif);
}

a.print {
  background-image: url(/images/page_tools/print.gif);
}

a.top {
  background-image: url(/images/page_tools/top.gif);
}


/* HEADER / FOOTER TABLES ******************************************************************************************************
*******************************************************************************************************************************/

#header-table {
  width: 100%;
  background-image: url(/images/common/header_bg.gif);
  font-family: georgia, times, serif;
}

#header-table form {
  margin-bottom: 8px;
  font-size: 14px;
}

#nav-table {
  background-image: url(/images/common/nav_bg.gif);
  height: 26px;
  margin-top: 3px;
}

#nav-table a {
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}

#footer-table {
  background-image: url(/images/common/nav_bg.gif);
  height: 26px;
}

/*#footer-table a {
  color: black;
}

#footer-table a:hover {
  color: red;
}*/

#footer-table a {
  color: black; text-decoration:none;
}

#footer-table a:hover {
  color: red; text-decoration:underline;
}


/* HOMEPAGE / SECTION HOMEPAGE COMMON ***********************************************************************************************
************************************************************************************************************************************/

/* TITLE PANEL ***********************************/

.homepage-main-title {
  width: 563px;
  background-image: url(/images/homepages/main_bg.jpg);
}

.homepage-main-title .title1 {
  font-family: georgia, times, serif;
  font-size: 24px;
  color: white;
  margin: 20px 0 0 58px;
}

.homepage-main-title .title2 {
  font-family: georgia, times, serif;
  font-size: 40px;
  color: white;
  margin-left: 25px;
  line-height: 28px;
}

.homepage-main-title .italic {
  font-family: georgia, times, serif;
  font-size: 110%;
  color: white;
  margin: 16px 0 0 25px;
  font-style: italic;
  font-weight: bold;
}

.homepage-main-title .white {
  color: white;
  margin: 14px 0 0 25px;
}

.homepage-main-title .mediatitle1 {
  font-family: georgia, times, serif;
  font-size: 30px;
  color: white;
  margin: 36px 0 0 40px;
}

.homepage-main-title .mediatitle2 {
  font-family: georgia, times, serif;
  font-size: 35px;
  color: white;
  margin-left: 25px;
  line-height: 26px;
}

.homepage-main-title .musictitle1 {
  font-family: georgia, times, serif;
  font-size: 44px;
  color: white;
  margin: 30px 0 0 25px;
  line-height: 28px;
}

.homepage-main-title .shoptitle1 {
  font-family: georgia, times, serif;
  font-size: 24px;
  color: white;
  margin: 20px 0 0 40px;
}

.homepage-main-title .shoptitle2 {
  font-family: georgia, times, serif;
  font-size: 32px;
  color: white;
  margin-left: 25px;
  line-height: 26px;
}


/* MIDDLE COLUMN **********************************/

.middle-column {
  margin-top: 3px;
  margin-bottom: 3px;
}

.middle-column a {
  text-decoration: none;
  color: black;
}

.middle-column a:hover {
  text-decoration: underline;
  color: black;
}

.middle-column a:visited {
  color: #886349;
}

.middle-column a:visited:hover {
  color: black;
}

.middle-column .panel-1 {
  background-color: #E3A57A;
  margin-bottom: 3px;
  font-family: georgia, times, serif;
  font-size: 130%;
  font-weight: bold;
}

.middle-column .panel-1 td {
  padding: 0 5px 0 7px;
}

.middle-column .panel-2 {
  background-color: #FFC381;
  font-family: georgia, times, serif;
  font-size: 120%;
  font-weight: bold;
}

.middle-column .panel-2 td {
  padding: 0 5px 0 7px;
}

.middle-column .panel-2-double-line {
  background-color: #FFC381;
  font-family: georgia, times, serif;
  font-size: 120%;
  font-weight: bold;
}

.middle-column .panel-2-double-line td {
  padding: 0 5px 0 7px;
}

.middle-column .intro {
  padding: 12px;
  background-color: #d4e4ff;
  margin-bottom: 3px;
  height: 120px;
}

.middle-column .introrc {
  padding: 8px;
  /*background-color: #4682B4;*/
  background-color: #faa460;
  margin-bottom: 3px;
  height: 90px;
}

.middle-column .intro p {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* MEDIA CENTRE **********************************/

.middle-column .media-panel {
  margin-bottom: 3px;
}


/* MEDIA CENTRE PANEL BG COLORS ******************/

.middle-column .blue {
  background-color: #9dbff7;
}

.middle-column .blue a:visited {
  color: #4e5f7b;
}

.middle-column .blue a:visited:hover {
  color: black;
}

.middle-column .light-blue {
  background-color: #c3d8fd;
}

.middle-column .light-blue a:visited {
  color: #616c7e;
}

.middle-column .light-blue a:visited:hover {
  color: black;
}

.middle-column .brown {
  background-color: #d4b279;
}

.middle-column .light-brown {
  background-color: #ffc381;
}


/* MEDIA CENTRE PANEL TEXT **********************/

.middle-column .media-panel .text {
  padding: 10px;
  vertical-align: top;
}

.middle-column .media-panel .text a {
  font-family: georgia, times, serif;
  font-size: 160%;
}


/* RIGHT COLUMN ****************************************************/

.right-column {
  border-left: 3px solid white;
  width: 180px;
}

.right-column p {
  margin-top: 0;
}


/* SERVICES ***************************************/

.right-column .services {
  background-color: #D4E4FF;
  border: 4px solid #AFCDFB;
  padding: 10px;
  margin-bottom: 3px;
}

.right-column .services .title {
  font-family: georgia, times, serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.right-column .services .content {
  height: 229px;
  overflow: auto;
}

.right-column .services .content h2 {
  margin-bottom: 10px;
}

.right-column .services form {
  margin-top: 14px;
}


/* DEEPLINKS **************************************/

.deeplink {
  height: 52px;
  background-color: #C3D9FD;
  background-image: url(/images/deeplink_bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 3px;
  padding: 10px;
  font-family: georgia, times, serif;
}

.deeplink .title a {
  font-size: 160%;
  color: #2258B4;
  text-decoration: none;
}

.deeplink .title a:hover {
  color: black;
  text-decoration: underline;
}

.deeplink .title a:visited {
  color: #2258B4;
}

.deeplink .title a:visited:hover {
  color: black;
}

.deeplink .text {
  font-size: 110%;
  line-height: 110%;
}

/* CLOVER REDUCED TITLE SIZE OF TEXT *******************/
.deeplink .titlesmall a {
  font-size: 147%;
  color: #2258B4;
  text-decoration: none;
}

.deeplink .titlesmall a:hover {
  color: black;
  text-decoration: underline;
}

.deeplink .titlesmall a:visited {
  color: #2258B4;
}

.deeplink .titlesmall a:visited:hover {
  color: black;
}


/* SECTION HOMEPAGE RIGHT HAND PAGE LINKS *******************/

.section-page-links {
  background-color: #9DBFF7;
  background-image: url(/images/section_pagelink_bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 3px;
  padding: 4px 6px 3px 6px;
  font-family: georgia, times, serif;
}

.section-page-links a {
  font-size: 160%;
  color: black;
  text-decoration: none;
}

.section-page-links a:hover {
  color: black;
  text-decoration: underline;
}

.section-page-links a:visited {
  color: #2258B4;
}

.section-page-links a:visited:hover {
  color: black;
}


/* LEFT COLUMN **********************************************************************************************************************
************************************************************************************************************************************/

body.home .left-column {
  width: 227px;
}

.left-column {
  width: 198px;
  border-right: 3px solid white;
}

.left-column a {
  text-decoration: none;
  color: black;
}

.left-column a:hover {
  text-decoration: underline;
  color: black;
}

.left-column a:visited {
  color: #97734C;
}

.left-column a:visited:hover {
  color: black;
}

.left-column .top-link {
  background-color: #FFC381;
  height: 34px;
  margin-top: 3px;
  font-family: georgia, times, serif;
  font-size: 125%;
  padding: 0 8px 0 8px;
}

.left-column .top-link img {
  margin-top: 1px;
}

.left-column .diary {
  background-color: #FFC381;
  height: 202px;
  margin: 3px 0 3px 0;
  border: 4px solid #E3A57A;
  font-family: georgia, times, serif;
  font-size: 125%;
  padding: 4px 4px 0 5px;
}

.left-column .diary img {
  margin-top: 1px;
}


/* CONTENT *************************************************************************************************************************
***********************************************************************************************************************************/

p.reduced {
  margin-bottom: 4px;
}

.breadcrumb {
  padding: 10px;
}

.breadcrumb a, .breadcrumb a:visited {
  color: blue; text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a:visited:hover {
  color: red;
}

.page-title {
  padding: 4px 10px 4px 10px;
  background-color: #85AFF4;
}

.content-container {
  border: 1px solid #D1D1D1;
  margin-top: 3px;
  padding: 10px 36px 10px 14px;
}

/* FIX TO REMOVE PEEKABOO BUG FROM IE-WIN \*/
* html .content-container {height: 1%;} /* 
/* END FIX */

.content-container .main-image-left {
  background-color: #AAAAAA;
  padding: 3px 3px 4px 3px;
  color: white;
  float: left;
  margin-right: 10px;
}

.content-container .main-image-left img {
  margin-bottom: 2px;
}

.content-container .main-image-right {
  background-color: #AAAAAA;
  padding: 3px 3px 4px 3px;
  color: white;
  float: right;
  margin-left: 10px;
}

.content-container .main-image-right img {
  margin-bottom: 2px;
}


/* media centre images */
.content-container .align-left,
.content-container .align-right,
.content-container .align-center {
  border: #8F8C8C 1px solid;
  margin-top: 5px;
  margin-bottom: 10px;
}

.content-container .align-left {
  float: left;
  margin-right: 10px;
}

.content-container .align-right {
  float: right;
  margin-left: 10px;
}

.content-container .align-center {
  width: 96px;
}

.content-container .align-left img,
.content-container .align-right img,
.content-container .align-center img {
  display: block;
}

.content-container .align-left .caption,
.content-container .align-right .caption,
.content-container .align-center .caption {
  background-color: #8F8C8C;
  color: #EEEEEE;
  font-size: 90%;
  padding: 2px;
}

.content-container .align-left a ,
.content-container .align-right a,
.content-container .align-center a {
  color: #EEEEEE;
}

.content-container .align-left a:hover,
.content-container .align-right a:hover,
.content-container .align-center a:hover {
  text-decoration: none;
}

.page-tools {
  padding: 10px 10px 24px 10px;
}

.page-tools a:visited {
  color: 0000FF;
}

.page-tools a:hover, .page-tools a:visited:hover {
  color: red;
}

.page-tools .left {
  float: left;
}

.page-tools .right {
  float: right;
}

.page-tools a {
  text-decoration: none;
}

.page-tools a:hover {
  text-decoration: underline;
}


/* WHATS ON **************************************/

/*
.PETES-STYLE-1 {
  your stuff here
}
*/

/* TEXT STYLES ***********************************/

.please-note {
  color: red;
  font-weight: bold;
}

.subtle {
  color: red;
}

.comment {
  color: #878787;
  font-size: 90%;
}

.launch-vr {
  font-family: georgia, times, serif;
  font-size: 110%;
  color: black;
  width: 170px;
  margin-top: 18px; 
  margin-left: 12px;
  float: left; 
  background-color: #f4f4f4;
  padding: 16px 22px 10px 4px;
}

.launch-vr li {
  margin-bottom: 10px;
}

.launch-vr2 {
  font-family: georgia, times, serif;
  font-size: 100%;
  color: black;
  width: 220px;
  margin-top: 18px; 
  margin-left: 10px;
  float: left; 
  background-color: #f4f4f4;
  padding: 16px 10px 10px 4px;
}

.launch-vr2 li {
  margin-bottom: 10px;
}


/* SHOP ****************************************************************************************************************************
***********************************************************************************************************************************/

/* SHOP HOMEPAGE ******************************************/

.middle-column .shop-panel {
  height: 145px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  background-position: top right;
}

.middle-column .merchandise {
  background-color: #ffc381;
  background-image: url(/images/shop/merchandise.jpg);
}

.middle-column .tickets {
  background-color: #89b2f5;
  background-image: url(/images/shop/tickets.jpg);
}


/* SHOP PANEL TEXT ***************************************/

.middle-column .merchandise .text {
  padding: 10px 140px 10px 10px;
  vertical-align: top;
}

.middle-column .merchandise .text a {
  font-family: georgia, times, serif;
  font-size: 200%;
  color: black;
}

.middle-column .merchandise .text a:visited {
  color: #a07648;
}

.middle-column .tickets .text {
  padding: 10px 120px 10px 10px;
  vertical-align: top;
  color: white;
}

.middle-column .tickets .text a {
  font-family: georgia, times, serif;
  font-size: 200%;
  color: white;
}

.middle-column .tickets .text a:visited {
  color: #bed7ff;
}


/* SHOP CONTENT ******************************************/

.shop .panel {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 10px;
}

.shop .panel .img {
  border: 1px solid black;
  margin-right: 10px;
}

.shop .pro-cat-pad {
  padding: 15px 10px;
}

.red {
  border: 1px solid red;
}

.shop .title {
  font-family: georgia, times, serif;
  font-size: 160%;
  text-decoration: none;
  color: black;
}

.shop .title a {
  font-family: georgia, times, serif;
  text-decoration: none;
  color: black;
}

.shop .title a:hover {
  text-decoration: underline;
}

.shop .title a:visited {
  color: #5b6b83;
}

.shop .title a:visited:hover {
  color: black;
}

.shop .text-container {
  padding-right: 10px;
  border-right: 1px dotted white;
}

.shop .price {
  color: red;
  font-size: 110%;
  font-weight: bold;
}

.shop .dblue {
  background-color: #afcdfb;
}

.shop .lblue {
  background-color: #d4e4ff;
}


/* SHOP COLUMN **********************************/

.shop-column {
  border-left: 3px solid white;
  width: 180px;
}

.shop-column .shop-right-column {
  background-color: #4e89eb;
  color: white;
  padding: 0 10px;
  height: 182px;
  margin-bottom: 3px;
}

.shop-column .shop-right-column-2 {
  background-color: #4e89eb;
  color: white;
  padding: 0 10px;
  height: 112px;
  margin-bottom: 3px;
}

.shop-column .shop-right-column .title {
  font-family: georgia, times, serif;
  font-size: 150%
}

.shop-column .shop-right-column .text {
  margin-top: 6px;
}

.shop-column .basket {
  background-color: #D4E4FF;
  border: 4px solid #AFCDFB;
  padding: 10px;
  height: 105px;
  margin-bottom: 3px;
  margin-top: 0;
}

.shop-column .basket .title {
  font-family: georgia, times, serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.shop-column .basket .button {
  float: right;
  margin-top:10px;
}


/* BASKET TOP LEFT **********************************************/

.basket-left {
  width: 198px;
}

.basket-left .basket {
  background-color: #D4E4FF;
  border: 4px solid #AFCDFB;
  padding: 10px 4px 4px 10px;
  height: 100px;
}

.basket-left .basket .title {
  font-family: georgia, times, serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.basket-left .basket .button {
  float: right;
  margin-top:10px;
}


/* MAIN BASKET **************************************************/

.basket {
  margin-top: 3px;
}

.basket .header td {
  background-color: #c5c5c5;
  padding: 6px 10px;
}

.basket .header td.dark-header-bg {
  background-color: #aeaeae;
}

.basket .product-line td {
  background-color: #efefef;
  padding: 14px 10px;
}

.basket .product-line td.price-bg {
  background-color: #dadada;
}

/* BASKET TOTAL ****************************/

.basket .subtotal-line td {
  padding: 8px 10px;
}

.basket .subtotal-line td.bg {
  background-color: #dadada;
}

.basket .total-line td {
  padding: 8px 10px;
}

.basket .total-line td.bg {
  background-color: #efefef;
  color: red;
  font-weight: bold;
}

/* BASKET TOOLS ****************************/

.basket-tools {
  margin-top: 24px;
  background-color: #efefef;
}

.basket-tools td {
  padding: 8px 10px;
}

.basket-tools a, a:visited {
  color: black;
}

.basket-tools a:hover {
  color: red;
}

/* PAYPAL **********************************/

.paypal {
  border: 1px solid red;
  margin-top: 3px;
  padding: 10px;
}


/* DELIVERY COST ***************************/

.delivery-title {
  margin-top: 12px;
  background-color: #efefef;
  padding: 10px;
  font-family: georgia, times, serif;
  font-size: 160%;
}

.delivery {
  margin-top: 3px;
  background-color: #efefef;
}

/* DASHED BORDER ***************************/

.dashed {
  border-right: 1px dashed #acacac;
}

.dashed-white {
  border-right: 1px dashed white;
}




/* CALENDAR ************************************************************************************************************************
***********************************************************************************************************************************/

table.calendar {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FAFAFA;
  font-family: tahoma, arial, sans serif;
  font-size: 90%;
}

table.calendar td {
  padding: 3px 5px 3px 5px;
  font-size: 90%;
  text-align: center;
}

table.calendar tr.month-selector td {
  background-color: #AAAAAA;
  font-size: 80%;
}

table.calendar tr.month-selector td.prev {
  text-align: left;
}

table.calendar tr.month-selector td.next {
  text-align: right;
}

table.calendar tr.month-selector a {
  color: white;
  text-decoration: underline;
}

table.calendar tr.month td {
  color: black;
  background-color: white;
}

table.calendar tr.header td {
  background-color: #C5C5C5;
  color: black;
}

table.calendar td.active {
  background-color: #FFF0F0;
}

table.calendar td.past {
  color: #CCCCCC;
}

table.calendar td.active a {
  font-weight: bold;
  color: red;
  text-decoration: none;
}

table.calendar tr.days td {
  font-size: 80%;
}

option.default {
  background-color: #F0F0F0;
}

.selector {
  background-color: #EEEEEE;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 4px 15px;
}

/* DIARY */
table.diary-table {
  width: 100%;
  border-collapse: collapse;
}

table.diary-table td.main {
  padding: 0 10px 10px 0;
}

table.diary-table td.nav {
  width: 75px;
  padding: 10px 0 10px 10px;
  border-left: #CCCCCC 1px solid;
}

table.diary-table h3 {
  margin: 10px 0;
}

table.diary-table .entry {
  border-bottom: #DDDDDD 1px solid;
  margin-top: 10px;
}

table.diary-table .date {
	font-weight: bold;
	/*color: #A0A0A0;*/
  	color: #818181;
}

table.diary-table .title {
	font-weight: bold;
	/*color: #838383;*/
	color: #424242;
}

ul.year-list {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0;
  margin-left: 5px;
}

ul.year-list li {
  list-style: none;
  color: #808080;
  padding-left: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/images/icons/arc.gif);
  margin-bottom: 3px;
  padding-bottom: 4px;
}

ul.year-list li.selected {
  background-image: url(/images/icons/arc_open.gif);
}

ul.year-list li.month-container {
  padding-left: 0;
  background-image: none;
}

ul.year-list li.month-container ul {
  margin-top: 0;
  margin-bottom: 3px;
  padding-left: 0;
  margin-left: 8px;
}

ul.year-list li.pdf {
  background-image: url(/images/icons/pdf.gif);
}

/* search */
.search-results .synopsis {
  font-size: 110%;
  margin-bottom: 15px;
}

.search-results .record {
  margin-bottom: 15px;
}

.search-results .record .title {
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
}

.search-results .record .description {
  margin-bottom: 5px;
}

.search-results .record .info {
  color: #006600;
  font-size: 90%;
}

.search-results .page-controls {
  text-align: center;
  color: #777777;
  margin-bottom: 15px;
  border-top: #DDDDDD 1px solid;
  border-bottom: #DDDDDD 1px solid;
  padding: 5px;
}


/* picture gallery */
table.picture-gallery-table {
  width: 100%;
}

table.picture-gallery-table td {
  padding: 5px 5px 15px 5px;
  text-align: center;
}

table.picture-gallery-table .picture {
  border: #8F8C8C 1px solid;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}

table.picture-gallery-table .picture img {
  display: block;
}

table.picture-gallery-table .picture .caption {
  background-color: #8F8C8C;
  color: #EEEEEE;
  font-size: 90%;
  padding: 2px;
}

table.picture-gallery-table .picture .caption a {
  color: white;
}

table.picture-gallery-table .picture .caption a:hover {
  text-decoration: none;
}

/* bullet icon lists */
ul.icon-list {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0;
  margin-left: 5px;
}

ul.icon-list li {
  list-style: none;
  color: #3e3d40;
  padding-left: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 3px;
  padding-bottom: 4px;
}

ul.icon-list li.jpg,
ul.jpg li {
  background-image: url(/images/icons/jpg.gif);
}

ul.icon-list li.bio,
ul.bio li {
  background-image: url(/images/icons/bio.gif);
}

ul.icon-list li.pdf,
ul.pdf li {
  background-image: url(/images/icons/pdf.gif);
}

ul.icon-list li.zip,
ul.zip li {
  background-image: url(/images/icons/zip.gif);
}

ul.icon-list li.doc,
ul.doc li {
  background-image: url(/images/icons/doc.gif);
}

ul.icon-list li.txt,
ul.txt li {
  background-image: url(/images/icons/txt.gif);
}

ul.icon-list li.pho,
ul.pho li {
  background-image: url(/images/icons/pho.gif);
}

ul.icon-list li.web,
ul.web li {
  background-image: url(/images/icons/web.gif);
}

ul.icon-list li.dioweb,
ul.dioweb li {
  background-image: url(/images/icons/dioweb.gif);
}

ul.icon-list li.ppt,
ul.ppt li {
  background-image: url(/images/icons/ppt.gif);
}

ul.icon-list li.arc,
ul.arc li {
  background-image: url(/images/icons/arc.gif);
}

ul.icon-list li.arc-open,
ul.arc-open li {
  background-image: url(/images/icons/arc_open.gif);
}

ul.icon-list li.cal,
ul.cal li {
  background-image: url(/images/icons/cal.gif);
}


/* site map */
.site-map ul {
  margin-bottom: 10px;
}


/* checkout confirm table */
table.confirm-table td {
  line-height: 18px;
}

/* IE CAN NEEDS A PERCENTAGE \*/
* table.confirm-table td {height: 150%;} /* 
/* END FIX */

/* VISITING CHOIR TABLE */

.vctable1 {border: 1px solid #d1d1d1;border-collapse:collapse;width:100%}
.vctable1 td {background: #fff repeat-x 0 -1600px;padding:3px;border: 1px solid #fff}
.vctable1 th {text-align:left;border: 1px solid #fff}
.vctable1 thead th {color:#fff;font-size:115%;background: #85AFF4 repeat-x 0 -1300px;padding: 10px 6px}
.vctable1 tbody th {color:#fff;font-size:110%;background: #88b8db repeat-x 0 -1400px;padding: 6px}
.vctable1 tbody th.sub {font-size:100%;color:#000;background: #efefef repeat-x 0 -1500px;padding: 6px}