/***** adapted from Reset Reloaded by Eric Meyer *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
b, i, u, hr, center {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}



/* the below css is sectioned into client/pop.
   client css - almost all of this css provided directly, with a few pop-specific edits.
   POP css - almost all specific to express tix, with a few style and class name additions based on client styles
*/
 

/*----
------- CLIENT PROVIDED CSS
------*/

* {
    margin: 0;
}

html,
body, 
form {
    height: 100%;
}
body {
    font-size: 62.5%;
    font-family: Arial;
    margin: 0;
    padding: 0;
    color: #ccc;
    background-color: #000;
}

h1 {
    color: #93b493;
    font-size: 2.8em;
    font-weight: normal;
    margin: 0 0 17px 0;
    padding: 0;
}

h2 {
    color: #93b493;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 17px 0;
    padding: 0;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 1px 0;
    padding: 0;
    color: #93b493;
}

p {
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: left;
    margin: 0 0 17px 0;
    padding: 0;
}

    p a {
        font-size: 1em;
    }

a {
    font-size: 1.2em;
    color: #b9120d;
    text-decoration: underline;
}

    a:hover {
        color: #93b493;
    }

ol {
    margin: 0 15px 20px 0;
    padding: 0 17px;
    list-style-type: decimal;
    display: block;
    list-style-position: inside;
}

    ol li {
        font-size: 1.2em;
        padding: 0;
        margin: 0;
    }
    
        ol li h1, 
        ol li h2, 
        ol li h3,
        ol li h4,
        ol li h5,
        ol li p { display: inline;}

ul {
    margin: 0 15px 18px 0;
    padding: 0 16px;
}

    ul li {
        font-size: 1.2em;
        list-style: none;
        background: url("../../_img/common/bullet_ul.gif") transparent 0 0.4em no-repeat;
        padding: 0 15px;
        margin: 0;
        border: none;
        clear: none;
    }
    
        li h1 { font-size: 2.2em; }
        li h2 { font-size: 1.7em; }
        li h3 { font-size: 1em; }
        li h4,
        li h5,
        li p,
        li a { font-size: 1em; }
    
        ul ul li,
        ul ul ul li {
            font-size: 1em;
        }

em {
	font-weight:bold;
	}
    
    
table {
    font-size: 1.2em;
    margin: 0 0 20px 0;
    padding: 0 10px 10px 10px;
    background-color: #1a1c18;
    border: 1px solid #333;
    border-right: none;
    border-collapse: collapse;
    width: 100%;
    color: #98bb98;
}

        table tr {
            margin: 0; 
            padding: 0;
        }
        
        table thead {
            border-right: 1px solid #333;
        }
        
        table th {
            padding: 10px;
        }

            table th {
                margin: 0;
                padding: 10px;
                text-align: left;
                vertical-align: middle;
            }

            table td {
                margin: 10px;
                padding: 12px;
                border-top: 1px solid #333;
                border-right: 1px solid #333;
                vertical-align: middle;
            }
            
                table h1 { font-size: 2.2em; }
                table h2 { font-size: 1.7em; }
                table h3 { font-size: 1em; }
                table h4,
                table h5,
                table p,
                table a { font-size: 1em; }
   
blockquote {
    margin: 18px 18px 18px 36px;
    padding: 0;
    font-weight: bold;
}

    blockquote span {
        color: #93b493;
        display: block;
    }
   
textarea,
input {
    font-family: Arial;
}


    fieldset {
        border: none;
        margin: 10px 0;
        padding: 0;
    }
		
	fieldset label {
		font-size:1.2em;
		text-align:left;
	}
	fieldset input {
		font-size:1.2em;
	}
	fieldset select {
		font-size:1.2em;
	}
	
	fieldset span {
		font-size:1.2em;
		}
		fieldset span label {
			font-size:1em;
		}
	    
        legend {
            display: none;
        }
    
        dl {
            margin: 0;
            padding:0;
            overflow: hidden;
            clear: both;
            background-color: #191919;
        }
        
        form .alt {
            background-color: #080808;
            margin: 0;
            padding: 0.4em 0;
        }
        
            dl dt {
                margin: 0 0 1px 0;
                padding: 0.1em 0 0 19px;
                float: left;
                width: 272px;
                font-size: 1.1em;
                overflow: hidden;
            }
            
            dl dt label {
                font-weight: bold;
                color: #9ab79a;
            }
            
                dl dt .required {
                    background: url("../../_img/common/form_required.gif") transparent no-repeat 100% 0.3em;
                    padding-right: 10px;
                }
                
            dl dd {
                margin: 0;
                padding: 0;
                overflow: hidden;
            }
            
                .txt,
                dl dd textarea {
                    border: none;
                    color: #000;
                    background-color: #999;
                    width: 403px;
                    font-size: 1.2em;
                    margin: 0 0 -1px 0;
                    padding: 3px 2px 2px 2px;
                    background: url("../../_img/common/bg_input.gif") 0 0 transparent;
                }
                
                body form .submit {
                    background: url("../../_img/buttons/btn_submit.gif") 0 0 transparent no-repeat;
                    margin-left: 5px;
                }
                
                body form .reset {
                    background: url("../../_img/buttons/btn_clear.gif") 0 0 transparent no-repeat;
                }

form .reset,                
form .submit {
    float: right;
    border: 0 none;
    display: block;
    height: 35px;
    width: 80px;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -999px;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
}
            
    form .submit:hover,
    form .reset:hover {
        background-position: 0 -35px;
    }


#wrapper {
    min-width: 990px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -7em;
    background: url("../../_img/common/bg_body.gif") 0 0 repeat-x transparent;
}

    #container {
        padding: 10px 0 7em 0;
        margin: 0 auto;
        width: 990px;
        overflow: hidden;
        z-index: 30;
        min-height: 250px;
        position: relative;
    }
    
        #content {
            overflow: hidden;
            padding: 17px 0 10px 0;
        }
    
#footer {
    height: 7em;
}

.btn {
  display: block;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  border: 0px #000 solid; /* ie7 */
}

  .btn img {
    position: absolute;
    top: 0;
    left: 0;
  }


/* === header === */

/* body id changed to body class - POP */
body.section-concerts #header .concerts .btn img,
body.section-about_the_tso #header .about_the_tso .btn img,
body.section-tso_box_office #header .tso_box_office .btn img { top: -82px; }


#bg_header {
  background: url("../../_img/common/bg_header.jpg") 50% 0 no-repeat transparent;
}

#header {
  display: block;
  width: 990px;
  height: 159px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #000;
}

  #header .logo_tso {
    position: absolute;
    top: 30px;
    left: 49px;
  }
    
  #header .header_feature {
    position: absolute;
    left: 246px;
    bottom: 0;
    z-index: 10;
  }

  #header ul {
    margin: 0;
    padding: 16px 0 0 15px;
    overflow: hidden;
    position: absolute;
    top: 42px;
    right: 34px;
    background: url("../../_img/common/bg_nav.jpg") 0 0 transparent no-repeat;
    width: 477px;
    height: 57px;
  }
    
    #header ul li {
      margin: 0 10px 0 0;
      padding: 0;
      float: left;
      background: none;
    }
        
      #header .btn {
        width: 147px;
        height: 42px;
      }
          
        #header .btn:hover img {
          top: -82px;
        }


/* === footer === */


#section-privacy_policy #footer .privacy_policy a,
#section-disclaimer #footer .disclaimer a,
#section-job_opportunities #footer .job_opportunities a,
#section-sitemap #footer .sitemap a,
#section-contact_us #footer .contact_us a { color: #fff; }


#footer {
  position: relative;
}

#footer div {
  display: block;
  width: 990px;
  margin: 0 auto;
  position: relative;
  z-index: 40;
}

  #footer a {
    color: #666;
  }

  #footer p {
    font-size: 1em;
    color: #666;
    float: left;
    margin: 0;
  }

  #footer ul {
    overflow: hidden;
    float: right;
    margin: 2px 0 0 0;
    padding: 0;
  }
    
    #footer ul li {
      font-size: 1em;
      background: url("../../_img/common/footer_break.gif") 0 0.2em transparent no-repeat;
      margin: 0;
      padding: 0 5px 0 6px;
      float: left;
    }
        
      #footer ul .first {
        background: 0;
        padding-left: 0;
      }

        #footer ul a {
          text-decoration: none;
        }
      
    #footer a:hover {
      color: #fff;
    }

#footer #footer_bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 225px;
  display: block;
  background: url("../../_img/common/bg_footer.jpg") 50% 100% no-repeat transparent;
  margin: 0;
  padding: 0;
  z-index: -1;
}


/* === top_nav === */


#section-news #top_nav .news .btn img,
#section-suport_the_tso #top_nav .suport_the_tso .btn img,
#section-recordings #top_nav .recordings .btn img,
#section-venues #top_nav .venues .btn img,
#section-contact_us #top_nav .contact_us .btn img { top: -24px; }

#section-news #top_nav .news,
#section-suport_the_tso #top_nav .suport_the_tso,
#section-recordings #top_nav .recordings,
#section-venues #top_nav .venues,
#section-contact_us #top_nav .contact_us { z-index: 1; }


#top_nav {
  display: block;
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
}

  #top_nav .home {
    float: left;
    width: 46px;
  }

  #top_nav .btn {
    height: 24px; 
  }
  
    #top_nav .btn:hover img {
      top: -24px; 
    }

  #top_nav ul {
    margin: 0;
    padding: 0;
    float: right;
    overflow: hidden;
  }
  
    #top_nav ul li {
      margin: 0 0 0 -1px;
      padding: 0;
      float: left;
      background: none;
      position: relative;
    }
    
    #top_nav ul li:hover {
      z-index: 1;
    }
      
    #top_nav .news {
      width: 55px;
    }
    
    #top_nav .support_the_tso {
      width: 110px;
    }
    
    #top_nav .recordings {
      width: 82px;
    }
    
    #top_nav .venues {
      width: 61px;
    }
    
    #top_nav .contact_us {
      width: 173px;
    }


/* === time_alert === */


.time_alert {
  color: #ccc;
  padding: 13px;
  background-color: #5f0a07;
  margin: 0 0 20px 0;
  width: 100%;
  /* float: left; */
}

  .time_alert h3 {
    color: #ccc;
  }
  
  .time_alert h4 {
	color:#ccc;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 1px;
	padding:0;
	}
  
  .time_alert p {
    margin: 0;
  }
  
  
/* === help_contact_us === */


.help_contact_us {
  color: #ccc;
  padding: 13px 13px 11px 13px;
  background-color: #0E0E0E;
  margin: 0 0 20px 0;
  border: 1px solid #333;
  width: 238px;
  float: right;
}

  .help_contact_us h3 {
    color: #ccc;
  }
  
  .help_contact_us p {
    margin: 0;
  }


/* ===  alert === */


.alert {
  color: #ccc;
  padding: 13px;
  background-color: #5f0a07;
  margin: 0 0 20px 0;
  display:block;
}

  .alert a {
    color: #93B493;
    font-weight: bold;
  }
  
    .alert a:hover {
        color: #fff;
    }

  .alert h3 {
    color: #ccc;
  }
  
  .alert p {
	margin-bottom:0px;
  }
  
  span.alert {
	font-size:1em;
  }
  
  .alert ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.alert ul li {
		background:none;
		padding:0;
		margin:0;
		}


/*=== ticket_buying ===*/


.ticket_buying {
    font-size: 1em;
    padding: 0;
    background-color: transparent;
}

    .ticket_buying h3 {
        clear: left;
    }
    
    .ticket_buying .submit {
        margin: 0 0 0 10px;
        background-image: url(../../_img/buttons/btn_add_to_cart.gif);
        float: right;
        width: 90px;
    }
  
  
/*===  emph ===*/


.emph {
  padding: 17px;
  border: 1px solid #333;
  background-color: #1a1c18;
  color: #9ab79a;
  margin: 17px 0;
  overflow: hidden;
}

    .emph a {
      float: right;
      color:#93B493;
    }
    
    .emph a:hover {
      color: #fff;
    }

    .emph span, .emph label {
	  display:block;
      color: #ccc;
      font-size: 1.2em;
      margin-bottom:5px;
    }
		.emph p span {
			display:inline;
			color:#9ab79a;
			}
    
    .emph p {
      margin: 0;
      white-space: pre;
    }  
 
 
  
  
/*===  price ===*/


.price {
  background-color: #0e0e0e;
  padding: 19px 19px 19px 0;
  margin: 0 0 20px;
  font-size: 1.2em;
  background-color: #080808;
}

  .price tfoot {
    
    border: 1px solid #333;
    background-color: #0e0e0e;
  }

    .price tr {
      border-bottom: 2px solid #000;
    }

      .price th {
        color: #9ab79a;
        background-color: #0e0e0e;
        vertical-align: top;
      }
  
      .price tbody th {
        border-right: 2px solid #000;
      }
      
        .price tbody th span {
          font-weight: normal;
        }
  
      .price td {
        border: 0;
      }
  
      .price .alt {
        background-color: #0e0e0e;
      }


/* === book_func === */


.book_func {
    overflow: hidden;
    float: right;
    margin: 2.0em 0 0 0;
    padding: 0;
    color:#fff;
}

    .book_func li {
        float: left;
        background: none;
        margin: 0;
        padding:0 6px 0 0;
    }
    
        .book_func a {
			background: url("../../_img/common/bg_book_func.gif") center right no-repeat;
			padding: 0 7px 0 0;
            color: #99cc99;
            font-weight: bold;
            text-decoration: none;
        }
        
        .book_func span {
			padding-right:7px;
			background: url("../../_img/common/bg_book_func.gif") center right no-repeat;
        }
        
        .book_func li.last a {
			padding-right:0px;
			background:none !important;
			}
        
        .book_func a:hover {
            text-decoration: underline;
        }

    .book_func .first {
        background: none;
    }


/* === ticket_types === */


table.ticket_types {
  background-color: #0e0e0e;
  padding: 19px 19px 19px 0;
  margin: 0 0 22px;
  font-size: 1.2em;
  background-color: #0e0e0e;
  border: none;
  float: left;
  width: 707px;
}
    table.ticket_types thead {
      border-right: none;
    }

    table.ticket_types tr {
    }

    table.ticket_types .alt {
      background-color: #080808;
    }

      table.ticket_types th {
        vertical-align: top;
        text-align: left;
        color: #9ab79a;
        font-weight:bold;
      }
      
      table.ticket_types td {
        border-bottom:0px;
        border-left:0px;
        border-right:0px;
        border-top: 2px solid #000;
      }
      
		  table.ticket_types td.radiocol {
			width: 15px;
		}
			table.ticket_types td.radiocol input {
				width: 15px;
				height: 15px;
			}
			table.ticket_types th.section,
			table.ticket_types td.section {
				width: 200px;
			}
			table.ticket_types th.pricetype,
			table.ticket_types td.pricetype {
				width: 75px;
				text-align: left;
			}
    
    table.ticket_types .radio {
        width: auto;
        margin: 0px 6px 0px 0px;
    }
    
    table.ticket_types h2 {
        margin: 0;
    }
 

	

    
    
/*===  tbr ===*/


.tbr {
  background-color: #0e0e0e;
  padding: 19px 19px 19px 0;
  margin: 0 0 22px;
  font-size: 1.2em;
  background-color: #0e0e0e;
  border: none;
}
    .tbr thead {
      border-right: none;
    }

    .tbr tr {
    }

    .tbr .alt {
      background-color: #080808;
    }

      .tbr th {
        vertical-align: top;
        color: #9ab79a;
        font-weight:bold;
      }
      
      .tbr .description_field {
        width: 391px;
        background-color: #0e0e0e;
        border-right: 2px solid #000;
      }
      
      .tbr th span {
        font-weight: normal;
      }
  
      .tbr td {
		vertical-align:top;
        border-top: 2px solid #000;
        border-left:0px;
        border-right:0px;
        border-bottom:0px;
        color: #CCC;
      }
		.tbr td.colA {
			color:#9ab79a;
		}
	
	table.tbr td.colBCDE {
		margin:0;
		padding:0;
		}
		
		table.tbr table.inner_tbr {
			padding:0;
			margin:0;
		}
			table.tbr table.inner_tbr td {
				font-size:.9em;
			}
 
/* === check_out_table === */


.check_out_total {
  background-color: #0e0e0e;
  border-collapse: separate;
  padding: 9px;
  margin: 0 0 29px 797px;
  width: 190px;
  font-size: 1.2em;
  overflow: hidden;
  display: block;
  clear: both;
  border: 1px solid #333;
}
    .check_out_total tbody {
       float: right;
    }

    .check_out_total th {
        vertical-align: top;
        color: #9ab79a;
        text-align: right;
        padding: 0px 5px 0px 5px;
    }
    
    .check_out_total .final_total {
        padding: 10px 5px 0px 5px;
    }
    
    .check_out_total .check_out_price {
        text-align: left;
    }
  
  
/*=== anchor buttons with hover ===*/
  
  
a.book_now {
    width: 86px;
    height: 22px;
}

    a.book_now:hover img {
        top: -22px;
    }

a.add_to_cart {
    width: 90px; 
    height: 35px;
    float: right;
}

    a.add_to_cart:hover img {
        top: -35px
    }

a.check_out {
    width: 90px; 
    height: 35px;
    float: right;
    margin: 0 0 20px 0;
}

    a.check_out:hover img {
        top: -35px
    }


a.continue_shopping {
    width: 140px; 
    height: 35px;
    float: left;
    margin: 0 0 20px 0;
}

    a.continue_shopping:hover img {
        top: -35px
    }

a.btn_register {
    width: 87px; 
    height: 22px;
}

    a.btn_register:hover img {
        top: -22px
    }

/* input buttons with hover */


input.btn_login {
	width:74px;
	height:22px;
	background:url(../../_img/buttons/btn_login.gif) no-repeat top left;
	float:none;
	}
	
	input.btn_login:hover {
		background-position:0 -22px;
	}

input.btn_send {
	width:66px;
	height:22px;
	background:url(../../_img/buttons/btn_send.gif) no-repeat top left;
	}
	
	input.btn_send:hover {
		background-position:0 -22px;
	}
	
input.btn_register {
	width: 87px; 
    height: 22px;
    background:url(../../_img/buttons/btn_register.gif) no-repeat top left;
}
	input.btn_register:hover {
		background-position:0 -22px;
	}

input.btn_updateaccount {
	width:142px;
	height:22px;
	background:url(../../_img/buttons/btn_updateaccount.gif) no-repeat top left;
	}
	input.btn_updateaccount:hover {
		background-position:0 -22px;	
	}

input.add_to_cart {
    width: 90px; 
    height: 35px;
    background:url(../../_img/buttons/btn_add_to_cart.gif) no-repeat top left;
    float:right;
}

    input.add_to_cart:hover {
        background-position:0 -35px;
    }

input.continue {
    width: 94px; 
    height: 22px;
    background:url(../../_img/buttons/btn_continue.gif) no-repeat top left;
}

    input.continue:hover {
        background-position:0 -22px
    }
    
    input.btn_updatetotal {
		width: 120px; 
		height: 22px;
		background:url(../../_img/buttons/btn_updatetotal.gif) no-repeat top left;
    }
		input.btn_updatetotal:hover {
			background-position:0 -22px;
		}
	
	input.btn_completepurchase {
		width: 165px; 
		height: 22px;
		background:url(../../_img/buttons/btn_completepurchase.gif) no-repeat top left;
	}
		input.btn_completepurchase:hover {
			background-position:0 -22px;
		}



/*=== promo_code === */


.promo_code {
    display: block;
    margin: 0;
    padding: 6px 0 0 0;
    background: none;
    position: relative;
}

    .promo_code input {
        width: 278px;
        background: url("../../_img/common/bg_promo_code.gif") 0 0 #999 no-repeat;
    }
    
    .promo_code .submit {
        background: url("../../_img/buttons/btn_enter.gif") 0 0 transparent no-repeat;
        margin: 0 0 0 5px;
        height: 22px;
        width: 74px;
        position: absolute;
        bottom: 0px;
        left: 290px;
    }

    .promo_code .submit:hover {
        background-position: 0 -22px;
    }


/* === img_style === */


.img_style2 {
    padding: 7px;
    border: 1px solid #333;
    float: right;
    margin: 0 0 10px 10px;
}



/*----
------- /END CLIENT PROVIDED CSS
------*/



/*----
------- POP SPECIFIC CSS
------*/

/* express tix specific */

h3.production-title {
	color: #93b493;
    font-size: 2.8em;
    font-weight: normal;
    margin: 0 0 17px 0;
    padding: 0;
}


h3.headerbar {
	color: #93b493;
    font-size: 2.8em;
    font-weight: normal;
    margin: 0 0 17px 0;
    padding: 0;
}
  
	/*** tickets ***/

	div.performancelisting {
	  padding: 19px 19px 19px 0;
	  margin: 0 0 22px;
	  border: none;
	  color:#ccc;		
	}
	div.performancelisting ul {
		list-style: none;
		margin:0;
		padding:0;
	}
		div.performancelisting ul li {
			min-height: 20px;
			margin: 0;
			padding: 10px 10px;
			background:none;
			background-color:#0E0E0E;
		}
		
		div.performancelisting ul li.alt {
			background-color: #080808;
		}
			div.performancelisting ul span.date {
				float: left;
				display: inline;
				width: 400px;
				line-height: 20px;
			}
			div.performancelisting ul span.message {				
				display: inline;
				color: #666666;
				font-size: 1em;
				font-style:italic;
			}
			div.performancelisting ul img.img-btn {
				float: left;
				display: inline;
			}
	
	div.ticket_emph {
	  padding: 17px;
	  border: 1px solid #333;
	  background-color: #1a1c18;
	  color: #9ab79a;
	  margin: 17px 0;
	  overflow: hidden;
	}
		div.ticket_emph a {
			color:#93B493;
			float:right;
		}
		div.ticket_emph p {
			margin-bottom:0;
		}


	/* account styles */
	
	fieldset.checkboxlist {
		margin:20px 0;
		}
		
		fieldset.checkboxlist table.checkbox-table {
			width:550px;
			}
			fieldset.checkboxlist table.checkbox-table label {
				padding-left:10px;
				}
	
	
	fieldset#form_forgot {
		margin:10px 0;
	}
		fieldset#form_forgot input.text {
			margin-right: 10px;
		}


	table.selectquantity {
		margin: 0 0 2.0em 0;
	}
		table.selectquantity td {
			padding: 5px;
		}
		table.selectquantity td select {
			margin: 0 5px;
		}

	div.seatmapzone {
		float: right;
		display: inline;
		padding: 5px 10px;
	}

	
	/*** shopping cart ***/

	table.shoppingcart {
		width: 880px;
		margin: 0 0 1.0em 0;
	}

		/* all col widths + padding MUST add up to shoppingcart total width */
		table.shoppingcart td.colA, table.shoppingcart th.colA {
			width: 270px;
		}
		table.shoppingcart td.colB, table.shoppingcart th.colB {
			width: 240px;
		}
		table.shoppingcart td.colC, table.shoppingcart th.colC {
			width: 90px;
		}
		table.shoppingcart td.colD, table.shoppingcart th.colD {
			width: 90px;
		}
		table.shoppingcart td.colE, table.shoppingcart th.colE {
			width: 90px;
			text-align: right;
		}

		table.shoppingcart table.innercart {
			width: 590px;
			margin: 0 0 -1px 0;
		}

		table.shoppingcart div.subtotal {
			margin: 0.4em 0;
		}
		table.shoppingcart div.total {
			margin: 1.2em 0 0.8em 0;
			font-weight: bold;
		}

		table.shoppingcart td.colBCDE { /* contains single tix nested table.innercart */
			width: 590px;
			padding: 0;
		}
		table.shoppingcart td.colAB { /* cart totals spacer */
			width: 550px;
			padding: 0;
		}
		table.shoppingcart td.colCD { /* cart totals */
			width: 200px;
			padding: 5px 10px;
		}
		table.shoppingcart td.colBCD { /* combined description column */
			width: 460px;
			padding: 5px 10px;
		}
		table.shoppingcart td.colABCDE { /* colspan = all */
			width: 860px;
			padding: 5px 10px;
		}
		
		table.carttotals {
		}
			table.carttotals td.colAB {
				background-color:Transparent;
			}

	div.searchresults {}
		div.searchresults h3.headerbar {
			margin: 0;
		}
		div.searchresults ul {
			list-style: none;
		}
			div.searchresults ul li {
				margin: 0;
				padding: 5px 10px;
				border-bottom: 1px solid #cccccc;
			}
				div.searchresults ul div.details {
					float: left;
					display: inline;
					width: 500px;
				}
					div.searchresults ul div.details h4 {
						display: inline;
					}
				div.searchresults ul span.message {
					float: left;
					display: inline;
					color: #666666;
					font-size: 0.909em;
				}
				div.searchresults ul img.img-btn {
					float: left;
					display: inline;
				}
	
	/*** checkout ***/

	div.checkoutsteps {
		list-style: none;
		margin: 0 0 1.0em 0;
		zoom:1;
	}
		div.checkoutsteps ul {
			list-style: none;
			margin: 0;
			padding:0;
		}
			div.checkoutsteps ul li {
				float: left;
				display: inline;
				width: 172px;
				margin: 0 5px 0 0;
				padding: 5px 10px;
				background: #0E0E0E;
				color: #93B493;
				font-weight: bold;
				text-align: center;
				border: 1px solid #333;
			}
			div.checkoutsteps ul li.last {
				margin: 0;
			}
			div.checkoutsteps ul li.in {
				color: #fff;
			}


	div.addresses {
		float: left;
		display: inline;
		width: 175px;
		margin: 0 15px 2.0em 0;
	}

	dl.receiptinfo {
	}
	
	img.waiting-logo {
		margin:0 auto;
		}

	/*** /checkout ***/
	

/*** misc ***/


div.errormessage,
span.errormessage {
	display: block;
	color: #ff0000;
	font-weight: bold;
	margin: 0 0 1.5em 0;
	padding: 10px 15px 5px 15px;
	border: 1px solid #ed1c24;
}
	div.errormessage p, div.errormessage ul,
	span.errormessage p, span.errormessage ul {
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
	}

div.timer-wrapper {
	float:left;
	width:675px;
}

div.carttimer {
	color: #ff0000;
	margin: 0 0 1.5em 0;
	padding: 10px 15px 5px 15px;
	border: 1px solid #ed1c24;
}
	div.carttimer h4 {
		color: #ff0000;
		font-size: 1.0em;
		font-weight: bold;
	}
	div.carttimer p,
	div.carttimer ul {
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
	}

div.helpbox {
	float: right;
	display: inline;
	width: 200px;
	margin: 0 0 1.0em 20px;
	padding: 10px 15px 5px 15px;
	background: #efefef;
}
	div.helpbox p,
	div.helpbox ul {
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
	}

/*** misc ***/





/***** forms *****/

fieldset {
	width: auto;
	display: block;
}

input, select, textarea {
	color: #333333;
	/* font-family: Georgia, Times, serif; */
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

input.img-btn {}
input.btn {
	cursor: pointer;
	padding: 3px 15px;
	background: #990000;
	border: 1px solid #333333;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
input.alt-btn {
	cursor: pointer;
	padding: 3px 15px;
	background: #cccccc;
	border: 1px solid #333333;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
input.sm-btn {
	cursor: pointer;
	padding: 2px 10px;
	background: #990000;
	border: 1px solid #333333;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

input.cb, input.rg { /* setting exact size removes IE padding, makes uniform cross-browser */
	width: 15px;
	height: 15px;
}

input.text {
	width: 180px;
	margin: 0 0 0.5em 0;
}
input.text-short {
	width: 80px;
	margin: 0 10px 0.5em 0;
}
input.text-xshort {
	width: 40px;
	margin: 0 10px 0.5em 0;
}
input.text-long {
	width: 240px;
	margin: 0 0 0.5em 0;
}
input.text-xlong {
	width: 360px;
	margin: 0 0 0.5em 0;
}

select.select {
	width: 184px;
	margin: 0 0 0.5em 0;
}
select.select-short {
	width: 84px;
	margin: 0 10px 0.5em 0;
}
select.select-xshort {
	width: 44px;
	margin: 0 10px 0.5em 0;
}
select.select-long {
	width: 364px;
	margin: 0 0 0.5em 0;
}
select.select-xlong {
	width: 484px;
	margin: 0 0 0.5em 0;
}
select.select-auto {
	width: auto;
	margin: 0 10px 0.5em 0;
}

textarea.textarea {
	line-height: 13px;
	width: 320px;
	height: 78px; /* 6 lines X 13px line-height */
	margin: 0 0 0.5em 0;
}

span.formnote { /* note next to an input field */
	color: #666666;
	font-size: 0.909em;
	line-height: 1.5em;
}
div.formnote { /* note below an input field */
	color: #666666;
	font-size: 0.909em;
	margin: -0.2em 0 0.5em 0;
	padding-left: 150px; /* matches label+margin width */
}

p.formcopy {
	margin-bottom: 0.8em;
}

label.hide {
	position: absolute;
	left: -999999px;
}

fieldset.text-fields {
	margin: 0 0 0.5em 0;
}
	fieldset.text-fields input,
	fieldset.text-fields select,
	fieldset.text-fields textarea {
		vertical-align: top;
	}
	fieldset.text-fields span.label, /* span tag to emulate a label */
	fieldset.text-fields label {
		float: left;
		clear: left;
		display: inline;
		width: 145px;
		margin: 0.1em 10px 0 0;
		line-height: 1.3em;
		position: relative;
	}
	fieldset.text-fields label.short {
		width: 80px;
	}
	fieldset.text-fields label.auto {
		width: auto;
	}
	fieldset.text-fields label.block { /* stacked label/input */
		float: none;
		display: block;
		width: auto;
		margin: 0 0 0.2em 0;
		text-align: left;
	}
	fieldset.text-fields div.label-name {
		margin: 0 0 1.0em 0;
	}
		fieldset.text-fields div.label-name span.label {
			float: left;
			display: inline;
			margin: 0 10px 0 0;
			line-height: 1.3em;
		}
		fieldset.text-fields div.label-name span.name {
			float: left;
			display: inline;
			line-height: 1.3em;
		}

/* wrapper for checkboxes and radiobuttons */
/* wrapper for dot.Net checkboxlist & radiobuttonlist tables */
/* input/label pairs are inline */
fieldset.cb-rb-fields {
	margin: 0 0 0.5em 0;
}
	fieldset.cb-rb-fields input {
		vertical-align: top;
		width: 15px;
		height: 15px;
		margin: 0 0 0.8em 0;
		padding: 0;
	}
	fieldset.cb-rb-fields label {
		line-height: 1.3em;
		margin: 0 15px 0 2px;
	}
	fieldset.cb-rb-fields table {
		margin: 0;
	}
	fieldset.cb-rb-fields td {
		padding: 0;
	}
		fieldset.cb-rb-fields td input {

		}
		fieldset.cb-rb-fields td label {
			margin: 0 15px 0 5px;
		}

/* wrapper for checkboxes and radiobuttons */
/* input/label pairs are block, used mainly for long labels so text will not wrap below the input */
fieldset.cb-rb-block-fields {
	margin: 0 0 0.5em 0;
}
	fieldset.cb-rb-block-fields input {
		float: left;
		display: inline;
		vertical-align: top;
		width: 15px;
		height: 15px;
		margin: 0.1em 0 0 0;
		padding: 0;
	}
	fieldset.cb-rb-block-fields label {
		display: block;
		line-height: 1.3em;
		margin: 0 0 0.5em 20px;
	}

/* wrapper for form buttons */
fieldset.btn-zone {
	text-align: left;
	margin: 0 0 1.0em 0;
	padding: 0.6em 0;
}

/*** specific fieldsets ***/


/* tickets */

fieldset#miniform_promocode {
	width: 360px;
	margin: 0 0 1.0em 0;
	padding: 5px 10px;
	background: #efefef;
}

fieldset#form_search {
}
	fieldset#form_search fieldset.colA {
		float: left;
		display: inline;
		width: 320px;
	}
	    fieldset#form_search fieldset.colA label {
		    width: 80px;
	    }
	fieldset#form_search fieldset.colB {
		float: left;
		display: inline;
		width: 320px;
	}
	    fieldset#form_search fieldset.colB label {
		    width: 40px;
	    }
	    fieldset#form_search fieldset.colB input.text-short {
		    width: 100px;
	    }

/* /tickets */

/* checkout */

fieldset#form_billing {
}

fieldset#form_delivery {
}

fieldset#form_shipping {
}

fieldset#form_payment {
}
	fieldset#form_payment fieldset.btn-zone {
	}
		fieldset#form_payment fieldset.btn-zone span.charge-message {
			font-weight: bold;
			margin-right: 10px;
		}

fieldset#miniform_redeemgiftcert {
	margin: 0 0 1.0em 0;
	padding: 5px 10px;
	background: #efefef;
}
	fieldset#miniform_redeemgiftcert input.text {
		margin: 0 10px 0 0;
	}

fieldset#miniform_adddonation {
	margin: 0 0 1.0em 0;
	padding: 5px 10px;
}
	fieldset#miniform_adddonation input.text {
		margin: 0 10px 0 0;
	}

fieldset#miniform_creditcard {
	margin: 0 0 1.0em 0;
	padding: 5px 10px;
}

/* /checkout */

/*** /specific fieldsets ***/

/***** /forms *****/



/***** page specific styles *****/

/*** popups ***/

body.popup {
	color: #ccc;
}
	body.popup div#wrapper {
		width: auto;
		min-width:0px;
		margin: 0;
		padding: 0;
		border: 0;
		background:none;
	}
	body.popup div.head {
		margin: 0;
		padding: 10px;
		text-align: right;
	}
		body.popup a {
			color:#fff;	
			float:right;
		}
	body.popup div.inner {
		padding: 10px;
	}
	
	body.popup div.inner div.cvv-image-wrapper {
		padding:10px 0;
		background:#fff;
		}
	body.popup div.inner img {
		margin:0 auto;
		}

/*** popups ***/






div.cartbuttons {
	margin: 0 0 1.0em 0;
}
	div.cartbuttons a.btn-continue {
		float: left;
		display: inline;
	}
	div.cartbuttons a.btn-checkout {
		float: right;
		display: inline;
	}

div.emptycart {}

/*** /shopping cart ***/

/*** calendar ***/

table.calendar {
	width: 880px;
}
	table.calendar th {
		padding: 2px 5px;
		border: 2px solid #ffffff;
		background: #cccccc;
		color: #333333;
		font-weight: bold;
	}
	table.calendar td {
		width: 14%;
		padding: 2px 5px;
		border: 2px solid #ffffff;
	}
	table.calendar td.in {
		background: #dcdcdc;
	}
	table.calendar td.out {
		background: #f5f5f5;
	}
	table.calendar div.date {
		font-size: 0.909em;
		text-align: right;
	}
	table.calendar h3 {
		font-size: 1.0em;
	}
	table.calendar p {
		line-height: 1.3em;
		margin: 0 0 1.0em 0;
	}

div.calcontrols {
	margin: 0 0 1.0em 0;
}
	div.calcontrols a.lnk-prev {
		float: left;
		display: inline;
	}
	div.calcontrols a.lnk-next {
		float: right;
		display: inline;
	}

/* calendar detail tip */

#detailtip {
	width: 448px;
	position: absolute; 
	left: -999999px;
	z-index: 9;
	margin: 0;
	padding: 0 16px; /* add enough padding for arrow */
	/*
	#detailtip lives outside #wrapper and therefore does not inherit the font-size multiplier.
	#detailtip will default to 10pt if font-size is not set the same as #wrapper.
	*/
	font-size: 1.1em;
}
	#detailtip div.dt_arrow {
		width: 20px;
		height: 46px;
		position: absolute;
		top: 0; 
		left: 0;
	}
		#detailtip.east div.dt_arrow {background: url(../../_img/popover/popover_arrow_left.png) no-repeat 0px 0px;}
		#detailtip.west div.dt_arrow {background: url(../../_img/popover/popover_arrow_right.png) no-repeat 0px 0px;}

		#detailtip div.dt_head {
			height: 12px;
			padding-top: 4px;
			background: url(../../_img/popover/popover_upper.png) no-repeat left top;
			position: relative;
		}
			#detailtip div.dt_head div.dt_close {
				position: absolute;
				right: 20px;
			}
			#detailtip div.dt_head div.dt_close a {
				/*
				background: transparent url(../../_img/closeX.gif) no-repeat center center;
				text-indent: -999999em;
				display: block;
				width: 10px;
				height: 10px;
				*/
			}

		#detailtip div.dt_foot {
			height: 12px;
			padding-bottom: 4px;
			background: url(../../_img/popover/popover_lower.png) no-repeat left top;
			position: relative;
		}

		#detailtip div.detailtip_content {
			min-height: 46px; /* use arrow height as a minimum */
			padding: 8px 20px;
			background: url(../../_img/popover/popover_inner.png) repeat-y left top;
		}
			#detailtip div.detailtip_content img.prod-image {
				float: left;
				display: inline;
				width: 168px;
				height: 98px;
				margin: 0 20px 5px 0;
				border: 1px solid #21337c;
			}
			#detailtip div.detailtip_content div.prod-info {
			    /*
				float: left;
				display: inline;
				width: 200px;
				*/
				margin: 0 0 5px 0;
			}
				#detailtip div.detailtip_content div.prod-info h3 {
					margin: 0 0 0.2em 0;
				}
				#detailtip div.detailtip_content div.prod-info p {
					margin: 0;
				}

			#detailtip div.detailtip_content div.call-to-action {
				
			}

a.detailtip_trigger{}

/* calendar detail tip */

/* popup_calendar */

body.popup_calendar {
	text-align: center;
	background: #ffffff;
}
	body.popup_calendar a:link, body.popup_calendar a:visited {
		color: #666666;
		text-decoration: none;
	}
	body.popup_calendar a:hover, body.popup_calendar a:visited:hover, body.popup_calendar a:active {
		color: #666666;
		text-decoration: underline;
	}

table.popup_calendar_header {width:250px; margin-bottom:8px;}
	table.popup_calendar_header td {font-size:11px; color:#666666;}
	table.popup_calendar_header td.month {text-align:center; padding:2px 5px;}
	table.popup_calendar_header td.prev {text-align:left; padding:2px 10px;}
		table.popup_calendar_header td.prev a {font-size:15px; font-weight:bold;}
	table.popup_calendar_header td.next {text-align:right; padding:2px 10px;}
		table.popup_calendar_header td.next a {font-size:15px; font-weight:bold;}

table.popup_calendar_dates {width:250px;}
	table.popup_calendar_dates td {font-size:11px; color:#666666; text-align:center; padding:2px 0;}
	table.popup_calendar_dates td.weekend {}
	table.popup_calendar_dates tr.top td {color:#666666; text-transform:uppercase;}
	table.popup_calendar_dates div.today {background-color:#cccccc; border:1px solid #666666;}

/* /popup_calendar */

/*** /calendar ***/

/***** /page specific styles *****/



/***** font-size key *****/

/*** 11pt default base ***/
/*
body {font-size: 62.5%;}
	div#wrapper {font-size: 1.1em;}
		.pt09 {font-size: 0.818em;}
		.pt10 {font-size: 0.909em;}
		.pt11 {font-size: 1.0em;}
		.pt12 {font-size: 1.091em;}
		.pt13 {font-size: 1.182em;}
		.pt14 {font-size: 1.273em;}
		.pt15 {font-size: 1.364em;}
		.pt16 {font-size: 1.455em;}
		.pt17 {font-size: 1.545em;}
		.pt18 {font-size: 1.636em;}
		.pt19 {font-size: 1.727em;}
		.pt20 {font-size: 1.818em;}
		.pt21 {font-size: 1.909em;}
		.pt22 {font-size: 2.0em;}
		.pt23 {font-size: 2.091em;}
		.pt24 {font-size: 2.182em;}
		.pt25 {font-size: 2.273em;}
		.pt26 {font-size: 2.364em;}
		.pt27 {font-size: 2.455em;}
		.pt28 {font-size: 2.546em;}
		.pt29 {font-size: 2.636em;}
		.pt30 {font-size: 2.727em;}
*/
/*** end 11pt ***/

/*** 12pt default base ***/
/*
body {font-size: 62.5%;}
	div#wrapper {font-size: 1.2em;}
		.pt09 {font-size: 0.75em;}
		.pt10 {font-size: 0.833em;}
		.pt11 {font-size: 0.917em;}
		.pt12 {font-size: 1.0em;}
		.pt13 {font-size: 1.083em;}
		.pt14 {font-size: 1.167em;}
		.pt15 {font-size: 1.250em;}
		.pt16 {font-size: 1.333em;}
		.pt17 {font-size: 1.417em;}
		.pt18 {font-size: 1.50em;}
		.pt19 {font-size: 1.583em;}
		.pt20 {font-size: 1.667em;}
		.pt21 {font-size: 1.750em;}
		.pt22 {font-size: 1.833em;}
		.pt23 {font-size: 1.917em;}
		.pt24 {font-size: 2.0em;}
		.pt25 {font-size: 2.083em;}
		.pt26 {font-size: 2.167em;}
		.pt27 {font-size: 2.250em;}
		.pt28 {font-size: 2.333em;}
		.pt29 {font-size: 2.417em;}
		.pt30 {font-size: 2.50em;}
*/
/*** end 12pt ***/

/***** /font-size key *****/

/*----
------- CLIENT UTILITY STYLES
------*/

body {
margin:0;
}
td {
padding:0;
vertical-align:top;
}
img {
border:0 none;
display:block;
}
object {
display:block;
}
form {
display:block;
}
label {
cursor:pointer;
}
p {
margin:0 0 1em;
}
.w100 {
width:100%;
}
.w99 {
width:99%;
}
.w50 {
width:50%;
}
.w49 {
width:49%;
}
.clear {
clear:both;
}
.clear-l {
clear:left;
}
.min-height {
float:right;
}
.f-right {
float:right;
}
.f-left {
float:left;
}
.a-right {
text-align:right;
}
.a-left {
text-align:left;
}
.a-center {
text-align:center;
}
.nowrap {
white-space:nowrap;
}
.inline {
display:inline;
}
#ap-tb img {
float:left;
}


/*----
------- /END CLIENT UTILITY STYLES
------*/
