body{
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    line-height: 21px;
}

/*******************************************************************************
 *
 * Global styles
 *
 *******************************************************************************/
body, select, input{
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size: 13px;
}
h1 {
    color: #777;
    font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
}
h2 {
    color: #777;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    text-align: center;
}
h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
h4 {
    font-size: 13px;
    font-weight: normal;
    margin: 7px 0 0;
    text-align: left;
}
img{
    border: none;
    padding: 0;
    margin: 0;
    display: block;
}
a{
    text-decoration: none;
    color: #000000;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.text-ddd{
    color: #dddddd;
}
.text-999{
    color: #999999;
}
.text-777{
    color: #777777;
}
.text-red{
    color: #ff0000;
}
.text-13{
    font-size: 13px;
}
.text-orange{
    color: #ff6600;
}
.text-navy{
    color: #000080;
}
.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
}
.dotted-underlined{
    border-bottom: dotted 1px #777;
}

.error404{
    color: #f7f7f7;
    font-size: 175px;
    font-weight: bold;
    margin: 87px auto auto;
    text-align: center;
    width: 500px;
}
.black{
    color: #000;
}
/*******************************************************************************
 *
 * Header
 *
 *******************************************************************************/
#home #header {
    height: 75px;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 99;
    box-shadow: none;
}
#header {
    height: 75px;
    width: 100%;
    position: fixed;
    background: #fff;
    box-shadow: 0 5px 10px #bbb;
    z-index: 9;
}
.header-container {
    height: 75px;
    margin: auto;
    width: 1000px;
}
.credit-cards{
    width: 130px;
    float: left;
    background: #fff;
    border-radius: 3px;
}
.credit-cards img{
    display: block;
    margin: auto;
}
.logo {
    float: left;
    height: 65px;
    position: relative;
}
.log-in{
    cursor: pointer;
}
.links-tabs {
    float: right;
    height: 75px;
    position: relative;
    width: 750px;
    z-index: 4;
}
.links {
    float: right;
    position: relative;
}
.tabs {
    float: right;
    padding-top: 22px;
    position: relative;
}
.tab {
    background: none repeat scroll 0 0 #349a9c;
    border-radius: 5px 5px 0 0;
    color: #fff;
    float: left;
    margin-left: 1px;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    width: 100px;
}
.tabs .user-agreement-link{
    font-size: 14px;
    background: none;
    width: 130px;
    padding: 5px 0;
}
.tabs .sellers-faq{
    font-size: 14px;
    background: none;
    width: 100px;
    padding: 5px 0;
}
.tabs .buyers-faq{
    font-size: 14px;
    background: none;
    width: 100px;
    padding: 5px 10px 5px 0;
}
.tabs .user-agreement-link a, .tabs .sellers-faq a, .tabs .buyers-faq a{
    color: #000;
}
.tabs .single-use {
    background-image: url("/assets/images/global/clock.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
}
.tabs .package {
    background-image: url("/assets/images/global/package-calendar.png");
    background-position: 5px 3px;
    background-repeat: no-repeat;
}
.tabs .cart {
    background-image: url("/assets/images/global/basket-small.png");
    background-position: 5px 3px;
    background-repeat: no-repeat;
}
.active {
    background: none repeat scroll 0 0 #f4a460;
}
.tabs .active-header-link a{
    color: #ff6600;
}
.cart-active{
    background: #3CB371;
}
.tab a{
    color: #ffffff;
}
.underline{
    border-bottom: dotted 1px #aaa;
}
.text-999{
    color: #999;
}
.cart-added {
    background: #349a9c;
    padding: 10px;
    right: 0;
    position: absolute;
    top: 53px;
    width: 372px;
    border-top: solid 1px #fff;
    font-size: 11px;
    line-height: 18px;
    color: #ffffff;
    box-shadow: 0 5px 10px #bbb;
    display: none;
}
.cart-added-header{
    width: 100%;
    float: left;
    border-bottom: dotted 1px #aaa;
    padding-bottom: 7px;
    margin-bottom: 5px;
}
.cart-added-detail{
    width: 100%;
    float: left;
    border-bottom: dotted 1px #aaa;
    padding-bottom: 7px;
    margin-bottom: 5px;
}
.cart-added-footer{
    width: 100%;
    float: left;
}
.cart-added-id{
    font-size: 14px;
}
.cart-added-time{
    width: 145px;
    float: left;
}
.cart-added-place{
    width: 150px;
    float: left;
}
.cart-added-price{
    width: 75px;
    float: left;
    text-align: right;
}
.cart-added-footer-links{
    width: 250px;
    margin: auto;
}
.cart-added-view{
    width: 100px;
    float: left;
    padding: 5px 10px;
    border: solid 1px #aaa;
    border-radius: 5px;
    text-align: center;
    margin-right: 3px;
}
.cart-added-view a{
    color: #fff;
}
.cart-added-checkout{
    width: 100px;
    float: left;
    padding: 5px 10px;
    border: solid 1px #aaa;
    border-radius: 5px;
    text-align: center;
}
.cart-added-checkout a{
    color: #fff;
}
.cart-added-price-amount{
    font-size: 14px;
}
.cart-item-ids{
    display: none;
}
.country-error{
    font-size: 13px;
}
.country-error h3{
    margin-top: 10px;
    margin-bottom: 20px;
}
.register-here{
    font-size: 15px;
    color: #777;
}
/*******************************************************************************
 *
 * Footer
 *
 *******************************************************************************/
#footer {
    background: none repeat scroll 0 0 #555;
    clear: both;
    color: #aaa;
    height: 100px;
    width: 100%;
}
#footer a{
    color: #aaa;
}
.footer-container {
    margin: auto;
    padding: 10px;
    width: 980px;
}
.footer-content {
    float: left;
    width: 1000px;
}
.copy {
    float: left;
}
.footer-links {
    float: right;
}
.footer-links ul {
    display: inline;
    float: right;
}
.footer-links ul li {
    float: left;
    padding: 0 15px;
}
/*******************************************************************************
 *
 * Banner
 *
 *******************************************************************************/
.banner {
    background-image: url("/assets/images/global/banner.jpg");
    box-shadow: 0 5px 10px #bbb;
    height: 325px;
    position: relative;
    width: 100%;
    margin-bottom: 125px;
    z-index: 5;
    top: 75px;
}
#home .search-form {
    background: none repeat scroll 0 0 #555;
    border-radius: 7px;
    color: #fff;
    float: none;
    height: 175px;
    margin: auto;
    opacity: 0.9;
    padding: 30px 50px 35px;
    position: relative;
    top: 130px;
    width: 500px;
}
#home .search-term-error{
    color: #f4a460;
}
.form-row {
    float: left;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
#home .search-term {
    border: solid 1px #ffffff;
    border-radius: 3px;
    height: 40px;
    padding-left: 7px;
    width: 100%;
}
#home .date-container {
    float: left;
    margin-left: 40px;
    text-align: left;
    width: 125px;
}
.date {
    border: medium none;
    border-radius: 5px;
    color: #111;
    padding: 7px 0 7px 5px;
    width: 120px;
}
#home .start-time-container {
    float: left;
    margin-left: 7px;
    text-align: left;
    width: 95px;
}
.start-time {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #555;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size: 13px;
    padding: 6px 0 6px 3px;
    width: 90px;
}
.start-time-range {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #777;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size: 13px;
    padding: 6px 3px 4px;
    width: 70px;
}
#home .day-container {
    float: left;
    margin-left: 7px;
    text-align: left;
    width: 110px;
}
#home .package .day-container {
    float: left;
    margin-left: 5px;
    text-align: left;
    width: 65px;
}
#home .package .duration-container{
    margin-left: 5px;
}
.day {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #777;
    padding: 6px 3px 4px;
    width: 110px;
}
#home .duration-container {
    float: left;
    margin-left: 7px;
    text-align: left;
    width: 115px;
}
.duration {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #777;
    padding: 5px 0 5px 3px;
    width: 110px;
}
#home .start-date-container{
    margin-left: 65px;
}
#home .sessions-container {
    float: left;
    margin-left: 5px;
    text-align: left;
}
.sessions {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #777;
    padding: 6px 3px 4px;
    width: 65px;
}
#home .submit {
    background: none repeat scroll 0 0 #349a9c;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    margin-top: 12px;
    text-align: center;
    width: 200px;
    float: none;
    margin-left: 0;
}
#home .reset {
    background: none repeat scroll 0 0 #349a9c;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    margin-top: 12px;
    text-align: center;
    width: 60px;
    float: none;
    margin-left: 5px;
}
.start-times-box-container {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    border-radius: 4px;
    clear: both;
    display: none;
    float: right;
    overflow: auto;
    position: absolute;
    width: 225px;
    z-index: 1;
}
.start-times-box{
    width: 1800px;
    padding: 10px;
    position: relative;
}
.start-times-box ul{
    width: 70px;
    float: left;
    margin-right: 5px;
}
.banner .start-times-box ul li{
    background: #ddd;
}
.start-times-box ul li{
    width: 65px;
    float: left;
    text-align: left;
    padding: 3px;
    background: #ddd;
    margin-bottom: 2px;
    cursor: pointer;
    color: #000;
}
.durations-box-container{
    width: 200px;
    clear: both;
    float: right;
    border: solid 1px #999;
    border-radius: 4px;
    overflow: auto;
    position: absolute;
    z-index: 1;
    background: #fff;
    display: none;
}
.durations-box{
    width: 325px;
    padding: 10px;
}
.durations-box ul{
    width: 60px;
    float: left;
    margin-right: 5px;
}
.durations-box ul li{
    width: 54px;
    float: left;
    text-align: left;
    padding: 3px;
    background: #ddd;
    margin-bottom: 2px;
    cursor: pointer;
    color: #000;
}
.close{
    cursor: pointer;
}
/*******************************************************************************
 *
 * Jquery UI overwrite
 *
 *******************************************************************************/
.ui-widget-header .ui-icon {
    background-image: url("/assets/images/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget{
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size:12px;
    max-height: 300px;
    overflow: auto;
}
.ui-autocomplete-category{
    font-size: 14px;
    background:#ddd;
    padding: 5px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: none;
}
.ui-widget-content {
	background: #fff;
}
.ui-menu-item{
    cursor: pointer;
}
/*******************************************************************************
 *
 * Home
 *
 *******************************************************************************/
.home-content-container {
    margin: auto;
    padding-bottom: 30px;
    position: relative;
    width: 1000px;
}
#home .content {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.sell {
    border: 1px solid #ddd;
    border-radius: 7px;
    float: left;
    height: 265px;
    padding: 2%;
    width: 44%;
}
.sell-image {
    float: left;
    height: 125px;
    margin: 35px 0 0 15px;
    width: 125px;
}
.sell-text {
    float: right;
    width: 60%;
}
.buy {
    border: 1px solid #ddd;
    border-radius: 7px;
    float: right;
    height: 265px;
    padding: 2%;
    width: 44%;
}
.buy-image {
    float: left;
    height: 125px;
    margin: 35px 0 0 15px;
    width: 125px;
}
.buy-text {
    float: right;
    width: 60%;
}
.sell a, .buy a{
    border-bottom: dotted 1px #777;
    color: #333333;
}
.about {
    border: 1px solid #ddd;
    border-radius: 7px;
    float: left;
    margin: 20px 0;
    padding: 2%;
    width: 96%;
}
.about p {
    padding-top: 30px;
}
.about p a{
    border-bottom: dotted 1px #777;
}
/*******************************************************************************
 *
 * Search Form all pages except Home
 *
 *******************************************************************************/
.search-form-container {
    background: none repeat scroll 0 0 #aaa;
    box-shadow: 0 5px 10px #bbb;
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 75px;
}
.search-term-error{
    color: #ffff00;
    text-align: left;
}
.search-form {
    height: 75px;
    margin: auto;
    padding-top: 10px;
    width: 1000px;
}
.form-row {
    float: left;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.search-term-container {
    float: left;
    margin-top: -4px;
}
.search-term-tab-error{
    width: 400px;
    float:left;
}
.icetime-tab{
    width: 200px;
    text-align: left;
    float: left;
}
.search-term-error{
    width: 200px;
    float: left;
}
.search-term {
    border: solid 1px #ffffff;
    border-radius: 5px;
    float: left;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size: 13px;
    height: 40px;
    padding-left: 7px;
    width: 413px;
    clear: both;
}
.date-container {
    float: left;
    margin-left: 7px;
    text-align: left;
    width: 125px;
}
.start-time-container {
    float: left;
    margin-left: 7px;
    text-align: left;
    width: 95px;
}
.start-time-range-container {
    float: left;
    margin-left: 7px;
    text-align: left;
    width: 70px;
}
.duration-container {
    float: left;
    margin-left: 7px;
    text-align: left;
}
.day-container {
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 110px;
}
.sessions-container {
    float: left;
    margin-left: 5px;
    text-align: left;
}
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.submit {
    background: none repeat scroll 0 0 #349a9c;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size: 13px;
    height: 40px;
    margin-left: 7px;
    margin-top: 18px;
    text-align: center;
    width: 75px;
    float:left;
}
.reset {
    background: none repeat scroll 0 0 #349a9c;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size: 13px;
    height: 40px;
    margin-left: 7px;
    margin-top: 18px;
    text-align: center;
    width: 60px;
    float:right;
}
.package .submit{
    width: 113px;
    float: left;
    margin-left: 5px;
}
.package .search-term{
    width: 430px;
}
#main-content {
    margin: auto;
    width: 1000px;
    clear: both;
}
#main-content .content{
    float: left;
    padding: 0px 0 100px 0;
    border: solid 1px #ddd;
    border-radius: 7px;
    width: 1000px;
    margin-bottom: 20px;
    min-height: 300px;
}
.start-date-container {
    float: left;
    margin-left: 5px;
    text-align: left;
    width: 90px;
}
.start-date{
    border: medium none;
    border-radius: 5px;
    color: #111;
    padding: 7px 0 7px 5px;
    width: 85px;
}
.end-date-container {
    float: left;
    margin-left: 5px;
    text-align: left;
    width: 90px;
}
.end-date{
    border: medium none;
    border-radius: 5px;
    color: #111;
    padding: 7px 0 7px 5px;
    width: 85px;
}
.package .day-container {
    float: left;
    margin-left: 5px;
    text-align: left;
    width: 65px;
}
.package .day {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #777;
    padding: 6px 3px 4px;
    width: 65px;
}
.package .duration-container {
    float: left;
    margin-left: 5px;
    text-align: left;
}
/*******************************************************************************
 *
 * Breadcrumb
 *
 *******************************************************************************/
.breadcrumb{
    padding: 7px 0;
    color: #999999;
}
.breadcrumb a{
    color: #999999;
}
/*******************************************************************************
 *
 * Log In
 *
 *******************************************************************************/
#login #main-content .content{
    padding-bottom: 75px;
}
.log-in-box{
    width: 360px;
    padding: 30px 20px 30px 20px;
    border-radius: 7px;
    text-align: center;
    background: #349a9c;
    margin: auto;
}
.email-address {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #777;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size: 13px;
    padding: 9px 3px 9px;
    width: 300px;
    margin-bottom: 10px;
}
.password {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #777;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size: 13px;
    padding: 9px 3px 9px;
    width: 300px;
    margin-bottom: 10px;
}
.log-in-box .submit{
    float: none;
    margin: 0;
    background: #333 !important;
    margin-bottom: 10px;
}
.log-in-box a{
    color: #dddddd;
    border-bottom: dotted 1px #cccccc;
}
.log-in-box-close{
    color: #dddddd;
    padding: 7px 0;
    width: 75px;
    float: right;
    cursor: pointer;
}
.login-error-message{
    width: 500px;
    margin: auto;
    color: #ff0000;
    text-align: center;
    padding: 7px;
}
.login-error-row{
    padding: 5px 0;
}
.login-error{
    color: #ffffff;
    display: none;
}
.confirm-registration{
    width: 600px;
    padding: 20px;
    border: solid 1px #777;
    margin: auto;
}
.more-than-one-response{
    width: 100%;
    float: left;
}
.more-than-one-response .account{
    width: 150px;
}
.more-than-one-response .account-name{
    color: #fff;
    width: 125px;
}
/*******************************************************************************
 *
 * Faceted Column
 *
 *******************************************************************************/
.faceted-column {
    float: left;
    width: 175px;
}
.facet {
    border: 1px solid #aaa;
    color: #333;
    font-size: 11px;
    margin-top: 10px;
    padding: 10px;
}
.refine-header {
    color: #777;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 7px 0 15px;
    text-align: left;
}
.facet-group {
    border-bottom: 1px dotted #ccc;
    color: #777;
}
.facet ul{
    max-height: 155px;
    overflow: auto;
    margin-bottom: 20px;
}
.facet ul li{
    border-bottom: dotted 1px #dddddd;
    width: 100%;
    float: left;
}
.facet input{
    vertical-align: middle;
    margin: 0px 3px 0 0;
}
.refine{
    border: none;
    border-radius: 5px;
    padding: 7px 20px;
    background: #349a9c;
    color: #eee;
    cursor: pointer;
}
.facet form{
    padding: 5px;
    background: #f5f5f5;
}
.clear-all-filters{
    padding: 7px 10px;
    border-radius: 5px;
    background: #349a9c;
    text-align: center;
}
.clear-all-filters a{
    color: #fff;
    font-size: 12px;
}
.day-checkbox-input{
    width: 16px;
    float: left;
}
/*******************************************************************************
 *
 * Search Results
 *
 *******************************************************************************/
h2 a{
    color: #777;
    border-bottom: dotted 1px #ccc;
}
.result-heading{
    width: 100%;
    float: left;
}
.result-parameters{
    float: left;
    text-align: center;
    padding: 7px 12px;
    border: solid 1px #ddd;
    border-radius: 5px;
    width: 149px;
}
.currency{
    float: right;
    padding: 7px 12px;
    border: solid 1px #ddd;
    border-radius: 5px;
}
.result-column {
    float: right;
    padding-bottom: 100px;
    width: 820px;
}
.result {
    border-bottom: 1px dotted #ddd;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
}
.result-row {
    float: left;
    width: 100%;
}
.result-row a{
    cursor: pointer;
    border-bottom: dotted 1px #aaa;
}
.result-row ul.header {
    background: none repeat scroll 0 0 #aaa;
    color: #eee;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.result-row-background {
    background: none repeat scroll 0 0 #eee;
}
.result-row ul {
    font-size: 11px;
    display: inline-flex;
}
.result-row ul:hover{
    background: #7FFFD4;
}
.result-row ul.header:hover{
    background: #aaa;
}
.result-row ul li {
    list-style: none outside none;
    padding: 3px;
}
.result-row ul li img{
    display:block;
    margin:auto;
}
.result-row ul li.result-buy {
    padding: 3px 0 3px 10px;
}
.sort-arrow {
    cursor: pointer;
}
.text {
    text-align: left;
}
.number {
    text-align: right;
}
.add-start-time ul li{
    line-height: 12px;
}
.add-start-time ul li.result-start{
    cursor: pointer;
    position: relative;
    border-top: dotted 1px #888;
}
.start-time-ranges{
    position: absolute;
    z-index: 99;
    background: #aaa;
    padding: 5px 3px;
    width: 128px;
    top: 19px;
    left: -37px;
    display: none;
    font-size: 11px;
}
.start-time-range{
    padding: 5px 0;
    border-bottom: dotted 1px #ddd;
}
.start-time-range a{
    color: #fff;
}
.pagination{
    float: right;
    max-width: 175px;
    overflow: auto;
}
.current-page{
    padding: 0 5px;
    background: #349a9c;
    color: #fff;
}
.result-info, .result-buy{
    cursor: pointer
}
/*******************************************************************************
 *
 * Ice Time detail
 *
 *******************************************************************************/
.detail{
    width: 785px;
    padding: 25px 18px;
    background: #ddd;
    display: none;
}
.detail-id{
    width: 80px;
    float: left;
}
.detail-id li.single-ice-time-icon{
    background-image: url('/assets/images/global/clock.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding: 7px;
}
.detail-id li.package-ice-time-icon{
    background-image: url('/assets/images/global/package-calendar.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding: 7px;
}
.detail-venue, .detail-time, .detail-info{
    width: 160px;
    margin-left: 10px;
    float: left;
}
.detail-venue li.map{
    width: 30px;
    padding-top: 10px;
}
.detail-info .info{
    max-height: 120px;
    overflow: auto
}
.detail-price{
    width: 150px;
    float: right;
}
.detail-price li.price{
    border: 1px solid #349a9c;
    font-size: 15px;
    padding: 7px 15px;
    width: 120px;
    text-align: center;
    margin-bottom: 5px;
}
.detail-price li.price-per-hr{
    text-align: center;
    margin-bottom: 10px;
}
.detail-price li.buy-now{
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 7px;
    background: #349a9c;
    color: #fff;
    width: 75px;
    text-align: center;
    margin-left: 25px;
    cursor: pointer;
}
.detail-price li.close{
    font-size: 11px;
    padding: 5px 15px 0 15px;
    width: 75px;
    text-align: center;
    margin-left: 25px;
    cursor: pointer;
}
.detail-dates{
    clear: both;
    width: 550px;
    border: solid 1px #aaa;
    padding: 15px 20px;
    margin-top: 10px;
    float: left;
}
.detail-dates h3{
    border-bottom: dotted 1px #eee;
    margin-bottom: 10px;
}
.detail-dates ul{
    float: left;
}
.detail .detail-dates ul li{
    float: left;
    width: 110px;
}
.detail ul{
    display: block;
}
.detail ul li{
    float: left;
    width: 100%;
    padding: 0;
    line-height: 20px;
}
.detail-header{
    font-size: 14px;
    border-bottom: dotted 1px #fff;
    margin-bottom: 10px;
}
.multi-days {
    width: 100px;
    float: left;
}
.buy-now a{
    color: #fff;
}
.detail ul:hover{
    background: none;
}
/*******************************************************************************
 *
 * State
 *
 *******************************************************************************/
.result-id{
    cursor: pointer;
}
#state #main-content .content{
    border: none;
    padding-bottom: 20px;
}
#state .result-row ul li.result-id, #state .result-row ul li.result-id-head{
    border-right: 1px dotted #888;
    float: left;
    width: 35px;
}
#state .result-row ul li.result-date {
    border-right: 1px dotted #888;
    float: left;
    width: 70px;
}
#state .result-row ul li.result-day {
    border-right: 1px dotted #888;
    float: left;
    width: 30px;
}
#state .result-row ul li.result-start {
    border-right: 1px dotted #888;
    float: left;
    width: 55px;
}
#state .result-row ul li.result-end {
    border-right: 1px dotted #888;
    float: left;
    width: 55px;
}
#state .result-row ul li.result-hrs {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 20px;
}
#state .result-row ul li.result-price {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 50px;
}
#state .result-row ul li.result-city {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 80px;
}
#state .result-row ul li.result-facility {
    border-right: 1px dotted #888;
    float: left;
    width: 158px;
}
#state .result-row ul li.result-venue {
    border-right: 1px dotted #888;
    float: left;
    width: 70px;
}
#state .result-row ul li.result-info {
    border-right: 1px dotted #888;
    float: left;
    width: 20px;
}
#state .result-row ul li.result-buy {
    float: left;
    width: 31px;
}



/*******************************************************************************
 *
 * City
 *
 *******************************************************************************/
#city #main-content .content{
    border: none;
    padding-bottom: 20px;
}
#city .result-row ul li.result-id, #city .result-row ul li.result-id-head{
    border-right: 1px dotted #888;
    float: left;
    width: 50px;
}
#city .result-row ul li.result-date {
    border-right: 1px dotted #888;
    float: left;
    width: 75px;
}
#city .result-row ul li.result-day {
    border-right: 1px dotted #888;
    float: left;
    width: 50px;
}
#city .result-row ul li.result-start {
    border-right: 1px dotted #888;
    float: left;
    width: 60px;
}
#city .result-row ul li.result-end {
    border-right: 1px dotted #888;
    float: left;
    width: 60px;
}
#city .result-row ul li.result-hrs {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 25px;
}
#city .result-row ul li.result-price {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 65px;
}
#city .result-row ul li.result-facility {
    border-right: 1px dotted #888;
    float: left;
    width: 130px;
}
#city .result-row ul li.result-venue {
    border-right: 1px dotted #888;
    float: left;
    width: 105px;
}
#city .result-row ul li.result-info {
    border-right: 1px dotted #888;
    float: left;
    width: 20px;
}
#city .result-row ul li.result-buy {
    float: left;
    width: 31px;
}

/*******************************************************************************
 *
 * Facility
 *
 *******************************************************************************/
#facility #main-content .content{
    border: none;
    padding-bottom: 20px;
}
#facility .result-row ul li.result-id, #facility .result-row ul li.result-id-head{
    border-right: 1px dotted #888;
    float: left;
    width: 50px;
}
#facility .result-row ul li.result-date {
    border-right: 1px dotted #888;
    float: left;
    width: 100px;
}
#facility .result-row ul li.result-day {
    border-right: 1px dotted #888;
    float: left;
    width: 75px;
}
#facility .result-row ul li.result-start {
    border-right: 1px dotted #888;
    float: left;
    width: 75px;
}
#facility .result-row ul li.result-end {
    border-right: 1px dotted #888;
    float: left;
    width: 75px;
}
#facility .result-row ul li.result-hrs {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 50px;
}
#facility .result-row ul li.result-price {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 65px;
}
#facility .result-row ul li.result-facility {
    border-right: 1px dotted #888;
    float: left;
    width: 200px;
}
#facility .result-row ul li.result-venue {
    border-right: 1px dotted #888;
    float: left;
    width: 135px;
}
#facility .result-row ul li.result-info {
    border-right: 1px dotted #888;
    float: left;
    width: 20px;
}
#facility .result-row ul li.result-buy {
    float: left;
    width: 31px;
}
.facility-address{
    width: 300px;
    float: left;
}
.facility-map-link{
    width: 50px;
    float: right;
}

/*******************************************************************************
 *
 * State (Package)
 *
 *******************************************************************************/
#state #main-content .content{
    border: none;
    padding-bottom: 20px;
}
#state .result-row ul li.result-id {
    border-right: 1px dotted #888;
    float: left;
    width: 35px;
}
#state .result-row ul li.result-start-date {
    border-right: 1px dotted #888;
    float: left;
    width: 70px;
}
#state .result-row ul li.result-end-date {
    border-right: 1px dotted #888;
    float: left;
    width: 70px;
}
#state .result-row ul li.result-day {
    border-right: 1px dotted #888;
    float: left;
    width: 25px;
}
#state .package .result-row ul li.result-start {
    border-right: 1px dotted #888;
    float: left;
    width: 52px;
}
#state .result-row ul li.result-end {
    border-right: 1px dotted #888;
    float: left;
    width: 55px;
}
#state .result-row ul li.result-hrs {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 20px;
}
#state .result-row ul li.result-sessions {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 20px;
}
#state .result-row ul li.result-price {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 55px;
}
#state .package .result-row ul li.result-city {
    border-right: 1px dotted #888;
    float: left;
    padding-right: 3px;
    width: 70px;
}
#state .package .result-row ul li.result-facility {
    border-right: 1px dotted #888;
    float: left;
    width: 130px;
}

#state .result-row ul li.result-info {
    border-right: 1px dotted #888;
    float: left;
    width: 20px;
}
#state .result-row ul li.result-buy {
    float: left;
    width: 31px;
}

/*******************************************************************************
 *
 * City Package
 *
 *******************************************************************************/
#city #main-content .content{
    border: none;
    padding-bottom: 20px;
}
#city .result-row ul li.result-start-date {
    border-right: 1px dotted #888;
    float: left;
    width: 70px;
}
#city .result-row ul li.result-end-date {
    border-right: 1px dotted #888;
    float: left;
    width: 70px;
}
#city .result-row ul li.result-sessions {
    border-right: 1px dotted #888;
    float: left;
    width: 30px;
}
#city .package .result-row ul li.result-facility {
    border-right: 1px dotted #888;
    float: left;
    width: 167px;
}

/*******************************************************************************
 *
 * Facility Package
 *
 *******************************************************************************/
#facility #main-content .content{
    border: none;
    padding-bottom: 20px;
}
#facility .result-row ul li.result-start-date {
    border-right: 1px dotted #888;
    float: left;
    width: 70px;
}
#facility .result-row ul li.result-end-date {
    border-right: 1px dotted #888;
    float: left;
    width: 70px;
}
#facility .result-row ul li.result-sessions {
    border-right: 1px dotted #888;
    float: left;
    width: 30px;
}
#facility .package .result-row ul li.result-venue {
    border-right: 1px dotted #888;
    float: left;
    width: 200px;
}

/*******************************************************************************
 *
 * No Results
 *
 *******************************************************************************/
.no-results-message{
    padding: 20px;
    text-align: center;
}
/*******************************************************************************
 *
 * Register
 *
 *******************************************************************************/
.register-container{
    width: 800px;
    margin: auto;
    margin-top: 40px;
}
.register-row{
    width: 800px;
    margin: auto;
    margin-bottom: 20px;
}
.register-row h3{
    padding: 7px 0 25px 0;
}
.register-row h4{
    cursor: pointer;
}
#register h3 a{
    border-bottom: dotted 1px #ccc;
}
.plan-detail{
    font-size: 11px;
    margin: 5px 0;
}
.plan-detail a{
    border-bottom: dotted 1px #888;
    color: #777;
}
.registration-error{
    width: 600px;
    padding: 25px;
    border: solid 1px #ff0000;
    color: #ff0000;
    margin: auto;
    margin-top: 15px;
}
.registration-error a{
    color: #ff0000;
    border-bottom: dotted 1px #777;
}
.checkbox{
    padding: 0 8px;
    border: solid 1px #ddd;
    margin-right: 7px;
    cursor: pointer;
}
.register-form{
    width: 600px;
    padding: 25px 100px;
    float: left;
    margin-top: 20px;
    margin-bottom: 50px;
    background: #ddd;
    border-radius: 7px;
    display: none;
}
.form-validation-errors{
    width: 98%;
    padding: 2%;
    border: solid 1px #ff0000;
    color: #ff0000;
}
.form-validation-errors p{
    padding: 0;
    margin: 0;
}
.register-operator{
    
}
.seller-description{
    font-style: italic;
    color: #777;
    font-size: 12px;
    padding-left: 30px;
}
.seller{
    display: none;
}
.plans{
    width: 500px;
    padding: 20px 0 20px 0;
    color: #777;
}
.register-form .plans input{
    width: 30px;
}
.register-form .plans h3{
    text-align: left;
    padding: 7px 0 7px 0;
}
.plan-info{
    font-size: 10px;
    padding: 0px 7px;
    background: #eee;
    color: #555;
    cursor: pointer;
    border-radius: 3px;
}
.listing-fee-message{
    border: solid 1px #ff0000;
    padding: 15px 20px;
    margin: 15px 0;
    text-align: center;
}
.listing-fee-message a{
    border-bottom: dotted 1px #888;
}
.team-info{
    width: 500px;
    float: left;
    margin-bottom: 20px;
    color: #777;
}
.register-form input.team-name{
    width: 300px;
}
.register-form select.team-birth-year{
    width: 70px;
}
.reg-form-row{
    width: 100%;
    float: left;
}
.register-form input{
    width: 450px;
    padding: 7px;
    border-radius: 5px;
    border: none;
    margin-bottom: 5px;
    float: left;
    clear: both;
    color: #555;
    border: solid 1px #ddd;
}
.register-form select{
    width: 180px;
    padding: 7px;
    border-radius: 5px;
    border: none;
    margin-bottom: 5px;
    float: left;
    clear: both;
    color: #777;
}
input.required, select.required{
    border-left: solid 10px #ccc;
}
.register-form input.facility-name{
    
}
.required-text{
    clear: both;
    border-left: solid 10px #ccc;
    padding: 0 0 0 15px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #ff0000;
    line-height: 10px;
}
.error-message{
    display: none;
}
.error-password{
    color: #ff0000;
    display: none;
}
.register-form input.contact-name, .register-form input.city{
    width: 250px;
}
.register-form input.password, .register-form input.retype-password{
    width: 125px;
}
.password-field{
    display: none;
}
.password-title {
    color: #777;
    float: left;
    font-size: 14px;
    padding: 7px 0;
    width: 100%;
}
.reg-password-error{
    color: #ff0000;
}
.register-form span{
    color: #777;
}
.register-form input.facility-telephone, .register-form input.telephone-number, .register-form input.mobile-number, .register-form input.fax-number, .register-form input.postal-code{
    width: 175px;
}
.register-form input.extension{
    width: 100px;
    clear: none;
}
.register-form input.submit{
    width: 150px;
    margin-left: 0;
    color: #fff;
    float: left;
    clear: none;
    margin-right: 5px;
    padding: 10px;
    height: 45px;
}
.register-form input.reset {
    clear: none;
    color: #fff;
    float: left;
    height: 45px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 18px;
    padding: 10px;
    width: 150px;
    background: none repeat scroll 0 0 #349a9c;
    cursor: pointer;
}
.register-form input.facility-address, .register-form input.email-address{
    width: 400px;
}
.email-address-error, .phone-number-error, .mobile-number-error, .fax-number-error, .extension-number-error{
    padding: 0 0 0 7px;
    line-height: 20px;
    color: #ff0000;
    display: none;
}
.contact-info{
    width: 100%;
    padding: 7px 0;
    float: left;
    color: #777;
    font-size: 14px;
}
.sales-tax-info{
    width: 450px;
    padding: 10px 25px;
    border: solid 1px #bbb;
    margin-bottom: 15px;
    color: #777;
    border-radius: 7px;
}
.sales-tax-info h3 {
    padding: 7px 0;
    text-align: left;
}
.sales-tax-info p{
    margin: 0;
    padding: 0;
}
.register-form input.sales-tax{
    width: 50px;
    margin-top: 5px;
}
.percentage{
    line-height: 45px;
}
.start-listing{
    padding: 20px;
    color: #fff;
    background: #349a9c;
    border-radius: 7px;
    margin: auto;
    width: 175px;
    margin-top: 20px;
    text-align: center;
}
.start-listing a{
    color: #fff;
}
.register-form input.checkbox{
    width: 25px;
}
.user-agreement{
    margin-top: 5px;
}
.user-agreement a{
    border-bottom: dotted 1px #777;
}
.error-checkbox{
    width: 500px;
    border: solid 1px #ff0000;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: none;
}
.fee-waived{
    color: #ff6600;
}
#time{
    display: none;
}
/*******************************************************************************
 *
 * Cart
 *
 *******************************************************************************/
.cart-item-list{
    width: 975px;
    margin: auto;
    font-size: 11px;
}
.cart-item-header{
    background: #349a9c;
    color: #fff;
    float: left;
    padding: 0 7px;
    text-align: center;
    line-height: 30px;
    
}
.cart-ice-time-group-title{
    width: 300px;
    float: left;
    padding: 7px;
}
.cart-ice-time-group-title h3{
    text-align: left;
}
.cart-item{
    float: left;
    padding: 0 7px;
    text-align: center;
}
.cart-item-row{
    width: 100%;
    float: left;
    border: solid 1px #ddd;
    border-top: none;
}
.cart-item-row ul{
    display: inline-flex;
}
.cart-item-list .header{
    background: #349a9c;
}
ul.cart-item-header li{
    border-right: dotted 1px #fff;
}
ul.cart-item li{
    border-right: dotted 1px #888;
}
ul.cart-item li.item-delete{
    border-right: none;
}
ul.cart-item li.item-delete img{
    margin: auto;
}
ul.cart-item-header li.item-delete {
    border-right: none;
}
.item-id{
    width: 40px;
    float: left;
    padding: 3px;
    cursor: pointer;
}
.item-date{
    width: 75px;
    float: left;
    padding: 3px;
}
.item-day{
    width: 60px;
    float: left;
    padding: 3px;
}
.item-start{
    width: 60px;
    float: left;
    padding: 3px;
}
.item-end{
    width: 60px;
    float: left;
    padding: 3px;
}
.item-duration{
    width: 35px;
    float: left;
    padding: 3px;
}
.item-price{
    width: 60px;
    float: left;
    padding: 3px;
}
.item-venue{
    width: 126px;
    float: left;
    padding: 3px;
}
.item-facility{
    width: 115px;
    float: left;
    padding: 3px;
}
.item-city{
    width: 75px;
    float: left;
    padding: 3px;
}
.item-state{
    width: 60px;
    float: left;
    padding: 3px;
}
.item-info{
    width: 30px;
    float: left;
    padding: 3px;
}
.item-info img{
    margin: auto;
    cursor: pointer;
}
.item-delete{
    width: 30px;
    float: right;
    padding: 3px;
    cursor: pointer
}
.item-start-date{
    width: 72px;
    float: left;
    padding: 3px;
}
.item-end-date{
    width: 70px;
    float: left;
    padding: 3px;
}
.item-sessions{
    width: 31px;
    float: left;
    padding: 3px;
    text-align: center;
}
.cart-total{
    width: 250px;
    float: right;
    margin-right: 10px;
}
.cart-total-label{
    width: 100px;
    float: left;
    padding-top: 10px;
    text-align: right;
}
.cart-total-amount{
    width: 100px;
    float: right;
    border: solid 1px #ddd;
    padding: 10px;
    text-align: right
}
.cart-checkout{
    padding: 10px 20px;
    background: #349a9c;
    border-radius: 5px;
    width: 82px;
    clear: both;
    float: right;
    margin-right: 10px;
    margin-top: 7px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.cart-checkout a{
    color: #fff;
}
#cart .clear{
    height: 7px;
}
.sold-message{
    width: 945px;
    margin: auto;
    font-size: 12px;
    padding: 15px;
    border: solid 1px #ff0000;
}
.sold-message h3{
    margin-bottom: 15px;
}
.sold-message h4{
    margin-bottom: 15px;
    border-bottom: dotted 1px #aaa;
    width: 200px;
}
.sold-message ul{
    width: 945px;
    padding: 0;
    float: left;
    border-bottom: dotted 1px #ddd;
}
.sold-message ul.header{
    border-bottom: solid 1px #ddd;
}
.sold-message ul li{
    float: left;
    border: none;
    padding: 0;
    color: #000;
}
.sold-message li.date, .sold-message li.day, .sold-message li.start{
    width: 100px;
}
.sold-message li.venue, .sold-message li.facility, .sold-message li.city, .sold-message li.state{
    width: 145px;
}
.sold-message li.duration{
    width: 60px;
}
/*******************************************************************************
 *
 * Cart Ice Time detail
 *
 *******************************************************************************/
.cart-item-detail{
    clear: both;
    width: 941px;
    padding: 25px 18px;
    background: #ddd;
    display: none;
}
.cart-item-detail-id{
    width: 100px;
    float: left;
}
.cart-item-detail-id li.single-ice-time-icon{
    background-image: url('/assets/images/global/clock.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding: 7px;
}
.cart-item-detail-id li.package-ice-time-icon{
    background-image: url('/assets/images/global/package-calendar.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding: 7px;
}
.cart-item-detail-venue, .cart-item-detail-time, .cart-item-detail-info{
    width: 200px;
    margin-left: 10px;
    float: left;
}
.cart-item-detail-venue li.map{
    width: 30px;
    padding-top: 10px;
}
.cart-item-detail-info .info{
    max-height: 120px;
    overflow: auto
}
.cart-item-detail-price{
    width: 150px;
    float: right;
}
.cart-item-detail-price li.price{
    border: 1px solid #349a9c;
    font-size: 15px;
    padding: 7px 15px;
    width: 120px;
    text-align: center;
    margin-bottom: 20px;
}
.cart-item-detail-price li.buy-now{
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 7px;
    background: #349a9c;
    color: #fff;
    width: 75px;
    text-align: center;
    margin-left: 25px;
    cursor: pointer;
}
.cart-item-detail-price li.close{
    font-size: 11px;
    padding: 5px 15px 0 15px;
    width: 75px;
    text-align: center;
    margin-left: 25px;
    cursor: pointer;
}
.cart-item-detail-dates{
    clear: both;
    width: 550px;
    border: solid 1px #aaa;
    padding: 15px 20px;
    margin-top: 10px;
    float: left;
}
.cart-item-detail-dates h3{
    border-bottom: dotted 1px #eee;
    margin-bottom: 10px;
}
.cart-item-detail-dates ul{
    float: left;
}
.cart-item-detail .cart-item-detail-dates ul li{
    float: left;
    width: 110px;
}
.cart-item-detail ul{
    display: block;
}
.cart-item-detail ul li{
    float: left;
    width: 100%;
    padding: 0;
    line-height: 20px;
}
.cart-item-detail-header{
    font-size: 14px;
    border-bottom: dotted 1px #fff;
    margin-bottom: 10px;
}
.multi-days {
    width: 100px;
    float: left;
}

/*******************************************************************************
 *
 * Check Out
 *
 *******************************************************************************/
.checkout-buyer-container{
    width: 850px;
    height: 300px;
    background: #fff;
    margin: auto;
}
.returning-buyer-login{
    width: 380px;
    float: left;
    padding: 20px;
    margin-right: 10px;
    background: #eee;
    border-radius: 7px;
}
.new-buyer-email{
    width: 380px;
    float: left;
    padding: 20px;
    background: #eee;
    border-radius: 7px;
}
.returning-buyer-login h3, .new-buyer-email h3{
    padding: 15px 0;
}
.returning-buyer-login-row{
    width: 450px;
    float: left;
}
.returning-buyer-login .email-address{
    width: 300px;
    border: solid 1px #ddd;
    padding: 5px;
    float: left;
    margin: 0;
}
.returning-buyer-login .password{
    width: 150px;
    border: solid 1px #ddd;
    padding: 3px;
    float: left;
    margin: 0;
}
.returning-buyer-login .submit{
    width: 150px;
    border: solid 1px #349a9c;
    padding: 3px;
    float: left;
    margin: 7px 0 0 0;
}
.returning-buyer-forgot-password{
    width: 150px;
    padding: 15px 0 0 10px;
    float: left;
}
.returning-buyer-login .required-field-error, .new-buyer-email .required-field-error{
    display: none;
    color: #ff0000;
}
.new-buyer-email .email-address{
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #ddd;
}
.error-message-box, .message-box{
    color: #ff0000;
    font-size: 12px;
}
/*******************************************************************************
 *
 * Check Out Info
 *
 *******************************************************************************/
.returning-buyer-info{
    width: 940px;
    padding: 20px;
}
.returning-buyer-info input{
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 3px;
}
.returning-buyer-info select{
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 3px;
}
.returning-buyer-info .required{
    border-left: solid 5px #ddd;
}
.cart-total-row{
    width: 225px;
    float: right;
    clear: both;
    margin-right: 10px;
    margin-bottom: 2px;
}
#checkout .cart-total-label{
    padding-top: 5px;
}
#checkout .cart-total-amount{
    padding: 4px;
}
#checkout .clear{
    height: 7px;
}
#checkout ul.cart-item-header li.item-price {
    border-right: none
}
#checkout ul.cart-item li.item-price {
    border-right: none
}
#checkout .single-items ul.cart-item-header li.item-facility, #checkout .single-items ul.cart-item li.item-facility{
    width: 160px;
}
.new-buyer-info{
    clear: both;
    width: 940px;
    padding: 20px;
    margin: auto;
    font-size: 12px;
    border-top: dotted 1px #ddd;
    margin-top: 10px;
}
.new-buyer-info h3{
    padding-bottom: 15px;
}
.new-buyer-email-address{
    padding: 10px 0;
}
.buyer-name-address{
    width: 375px;
    float: left;
}
.buyer-account-info{
    width: 350px;
    float: left;
}
.proceed{
    width: 170px;
    float: right;
}
.new-buyer-info input, .new-buyer-info select{
    border: solid 1px #bbb;
    border-radius: 3px;
    padding: 1px 3px;
    font-size: 12px;
    border-left: solid 10px #ddd;
}
.checkout-form-row{
    width: 400px;
    float: left;
    margin-bottom: 2px;
}
.checkout-form-label{
    color: #777;
    width: 100px;
    float: left;
}
.checkout-form-field{
    color: #777;
    width: 200px;
    float: left;
}
.buyer-country{
    width: 125px;
}
.buyer-name{
    width: 150px;
}
.buyer-address{
    width: 200px;
}
.buyer-city{
    width: 150px;
}
.buyer-state{
    width: 175px;
}
.buyer-postal-code{
    width: 75px;
}
.buyer-phone-number{
    width: 160px;
}
.buyer-email-address{
    width: 200px;
}
.buyer-password{
    width: 125px;
}
.buyer-retype-password{
    width: 125px;
}
.buyer-reset{
    color: #777;
    cursor: pointer;
    margin-top: 5px;
}
.new-buyer-info input.buyer-reset{
    border: solid 1px #ddd;
    float: right;
    padding: 3px 15px;
}
.collection-info{
    padding: 21px 15px;
    border: solid 1px #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
}
.proceed .amount-total{
    width: 150px;
    padding: 15px;
    border: solid 2px #ddd;
    border-radius: 5px;
    float: right;
    margin-top: 7px;
    text-align: center;
}
.proceed .proceed-to-payment{
    padding: 15px;
    background: #349a9c;
    border-radius: 5px;
    float: right;
    margin-top: 10px;
}
input.submit-button{
    background: #349a9c;
    border: solid 1px #349a9c;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}
.proceed .proceed-to-payment a{
    color: #fff;
}

.new-buyer-info p{
    padding: 0;
    margin: 0;
    border-right: solid 10px #ddd;
    width: 100px;
    margin-bottom: 10px;
    color: #ff0000;
    float: left;
}
.checkout-error{
    width: 200px;
    float: left;
    color: #ff0000;
    padding-left: 7px;
    display: none;
}
.checkout-email-address-error{
    color: #ff0000;
    display: none;
}
.checkout-password-error{
    color: #ff0000;
    height: 20px;
}
.checkout-phone-number-error, .checkout-phone-number-num-digit-error{
    color: #ff0000;
    display: none;
}
#checkout .form-validation-errors{
    width: 95%;
    float: left;
    margin-bottom: 10px;
}
.new-buyer-info .form-validation-errors p{
    width: 100%;
    border-right: none;
}
#checkout-info .cart-item-row{
    width: 980px;
}
#checkout-info .item-start, #checkout-info .item-end{
    width: 55px;
}
#checkout-info .item-facility{
    width: 100px;
}
#checkout-info .item-venue{
    width: 85px;
}
#checkout-info .item-day{
    width: 60px;
}
#checkout-info .header .item-tax{
    border-right: dotted 1px #fff;
}
#checkout-info .item-duration, #checkout-info .item-sessions{
    width: 25px;
}
#checkout-info .item-tax{
    width: 50px;
    border-right: dotted 1px #888;
    padding: 3px;
}
#checkout-info .item-total{
    width: 55px;
    padding: 3px;
    border-right: none;
}
#checkout-info .new-buyer-info .credit-cards{
    margin-left: 40px;
    margin-top: 70px
}
/*******************************************************************************
 *
 * Check Out Confirm
 *
 *******************************************************************************/
.recalculate-message{
    padding: 20px 0;
    color: #ff0000;
    float: left;
    width: 100%;
}
.confirm-options{
    width: 900px;
    margin: auto;
    padding: 30px;
    border: solid 3px #ddd;
}
.confirm-continue-buying{
    width: 450px;
    border-right: solid 1px #ddd;
    height: 100px;
    float: left;
}
.confirm-proceed-payment{
    width: 425px;
    height: 100px;
    float: right;
}
.confirm-button{
    width: 225px;
    margin: auto;
    padding: 20px;
    background: #349a9c;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}
.confirm-button a{
    color: #fff;
}

/**TEMPORARY ****/
#card-payment .buyer-name-address{
    margin-left: 100px;
}
#card-payment .note{
    width: 500px;
    padding: 25px;
    font-size: 13px;
    margin: auto;
}
#card-payment .payment{
    width: 400px; 
    float: right;
}
#card-payment .card-info{
    margin-top: 10px;
}
#card-payment .payment h3{
    width: 100px;
}
#card-payment .cvn{
    width: 30px;
}
#card-payment .submit-button{
    width: 75px;
}




.order-item-list{
    width: 975px;
    margin: auto;
    font-size: 11px;
}
.order-ice-time-group-title{
    width: 935px;
    float: left;
    padding: 7px 20px;
    border-bottom: dotted 1px #777;
}
.order-ice-time-group-title h3{
    text-align: left;
}
.order-item-detail{
    clear: both;
    width: 935px;
    padding: 10px 20px;
}
.order-item-detail-id{
    width: 100px;
    float: left;
}
.order-item-detail-id li.single-ice-time-icon{
    background-image: url('/assets/images/global/clock.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding: 7px;
}
.order-item-detail-id li.package-ice-time-icon{
    background-image: url('/assets/images/global/package-calendar.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding: 7px;
}
.order-item-detail-venue, .order-item-detail-time, .order-item-detail-info{
    width: 200px;
    margin-left: 10px;
    float: left;
}
.order-item-detail-venue li.map{
    width: 30px;
    padding-top: 10px;
}
.order-item-detail-info .info{
    max-height: 120px;
    overflow: auto
}
.order-item-detail-price{
    width: 150px;
    float: right;
}
.order-item-detail-price li.price{
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 7px 15px;
    width: 120px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
}
.order-item-detail-price li.buy-now{
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 7px;
    background: #349a9c;
    color: #fff;
    width: 75px;
    text-align: center;
    margin-left: 25px;
    cursor: pointer;
}
.order-item-detail-price li.close{
    font-size: 11px;
    padding: 5px 15px 0 15px;
    width: 75px;
    text-align: center;
    margin-left: 25px;
    cursor: pointer;
}
.order-item-detail-dates{
    clear: both;
    width: 550px;
    border: solid 1px #aaa;
    padding: 15px 20px;
    margin-top: 10px;
    float: left;
}
.order-item-detail-dates h3{
    border-bottom: dotted 1px #eee;
    margin-bottom: 10px;
}
.order-item-detail-dates ul{
    float: left;
}
.order-item-detail .order-item-detail-dates ul li{
    float: left;
    width: 110px;
}
.order-item-detail ul{
    display: block;
}
.order-item-detail ul li{
    float: left;
    width: 100%;
    padding: 0;
    line-height: 20px;
}
.order-item-detail-header{
    font-size: 14px;
    border-bottom: dotted 1px #ddd;
    margin-bottom: 10px;
}
.order-confirmation{
    width: 975px;
    margin: auto;
    font-size: 12px;
    position: relative;
}
.order-confirmation h3{
    border-bottom: dotted 1px #777;
    padding-bottom: 10px;
}
.confirmation-number{
    width: 250px;
    font-size: 12px;
    float: left;
    padding: 20px;
    
}
#confirmation .buyer-info{
    width: 200px;
    float: left;
    border: none;
    padding: 20px;
    margin-top: 0;
    margin-left: 50px;
}
.confirmation-remark{
    padding: 20px;
    border: solid 1px #ddd;
    width: 350px;
    margin-top: 20px;
    float: right;
}
.confirmation-number .label{
    width: 175px;
    float: left;
}
.confirmation-number .value{
    width: 75px;
    float: left;
    text-align: right;
}
.print {
    position: absolute;
    right: 0;
    text-align: center;
    top: -50px;
    width: 100px;
}
.print img{
    display: block;
    margin: auto;
}
.payment-declined{
    width: 475px;
    padding: 20px 0;
    margin: auto;
}
.payment-declined a{
    border-bottom: dotted 1px #777;
}
/*******************************************************************************
 *
 * Forgot password
 *
 *******************************************************************************/
.forgot-password-box{
    display: none;
    padding-bottom: 20px;
}
.forgot-password, .back-to-login{
    cursor: pointer;
    color: #ddd;
}
.request-email-address {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #777;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size: 13px;
    padding: 9px 3px 9px;
    width: 300px;
    margin-bottom: 10px;
}
.request-email-address-error {
    padding: 0 0 0 7px;
    line-height: 20px;
    color: #eee;
    display: none;
}
.account{
    width: 100px;
    margin: auto;
}
.account-name{
    float: left;
    padding-left: 10px;
    text-align: left;
    width: 75px;
    color: #fff;
    cursor: pointer;
}
.square-box{
    border: 1px solid #eee;
    float: left;
    height: 10px;
    margin-top: 5px;
    width: 10px;
    cursor: pointer;
}
.account-email-address, .account-id{
    display: none;
}
.dotted-bottom-border{
    border-bottom: dotted 1px #ddd;
}
.submit-password-request{
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,sans-serif;
    font-size: 13px;
    height: 40px;
    float: none;
    margin: 0;
    background: #333 !important;
    margin-bottom: 10px;
}
/*******************************************************************************
 *
 * Facility Information
 *
 *******************************************************************************/
.facility-info-container{
    clear: right;
    float: right;
    padding-bottom: 50px;
    width: 820px;
    font-size: 12px;
}
.facility-info-container h3{
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
}
.facility-info-container .facility{
    float: left;
    width: 100%;
    border-bottom: dotted 1px #aaa;
    margin-bottom: 10px;
}
.facility-info-container .facility-photo{
    width: 350px;
    float: left;
}
.facility-info-container .facility-description{
    width: 450px;
    float: right;
}
.facility-info-container .venues-container{
    width: 100%;
    float: left;
    clear: both;
}
.facility-info-container .venue{
    width: 100%;
    float: left;
    border-bottom: dotted 1px #aaa;
    margin-bottom: 10px;
}
.facility-info-container .venue-photo{
    width: 175px;
    float: left;
}
.facility-info-container .venue-photo .venue-image{
    width: 175px;
    height: 100px;
    border: solid 1px #ddd;
}
.facility-info-container .venue-description{
    width: 600px;
    float: right;
    padding-top: 10px;
}
/*******************************************************************************
 *
 * Support Pages
 *
 *******************************************************************************/
#main-content .content.privacy-policy, #main-content .content.contact-us{
    padding: 50px;
    width: 900px;
}
#main-content .content.privacy-policy ul li{
    list-style-type: disc;
    list-style-position: inside
}
.pp-question{
    font-weight: bold;
    padding: 7px 0;
}
.contact-address{
    width: 200px;
    margin: auto;
    padding-top: 30px;
}
#main-content .content.refund-policy{
    padding: 50px;
    width: 900px;
}
#main-content .content.refund-policy h3{
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
#main-content .content.refund-policy a{
    border-bottom: dotted 1px #777;
}
#main-content .content.user-agreement{
    padding: 50px;
    width: 900px;
}
#main-content .content.user-agreement h3{
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
#main-content .content.user-agreement a{
    border-bottom: dotted 1px #777;
}
#main-content .content.user-agreement ul{
    margin-bottom: 15px;
}
#main-content .content.user-agreement ul li{
    list-style-type: disc;
    padding-left: 5px;
    margin-left: 20px;
}
.user-agreement .penalty{
    width: 650px;
    float: left;
}
.user-agreement .penalty-row{
    width: 100%;
    float: left;
    border-bottom: dotted 1px #999;
}
.user-agreement .penalty-col1{
    width: 30%;
    float: left;
}
.user-agreement .penalty-col{
    width: 23%;
    float: left;
}
.user-agreement .penalty-header{
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #777;
}
/*******************************************************************************
 *
 * Forgot Password
 *
 *******************************************************************************/
.forgot-password-form{
    width: 400px;
    margin: auto;
    padding-top: 20px;
}
.forgot-password-form .email-address{
    width: 375px;
    border: solid 1px #ddd;
    float: left;
    padding: 5px;
}
.forgot-password-form .submit{
    width: 100px;
    float: left;
    margin: 0;
}
.forgot-password-form label{
    color: #555;
}
.forgot-password-form .email-address-error{
    padding: 7px 0 7px 0;
}

/** Beta **/
.beta{
    width: 94%;
    padding: 10px 3%;
    border: solid 1px #ddd;
    border-radius: 10px;
    float: left;
}
.beta-image{
    width: 200px;
    float: left;
}
.beta-message{
    width: 720px;
    float: left;
    padding-top: 15px;
}
.beta-message a{
    border-bottom: dotted 1px #777;
}
/** NEW VERSION OF HOME PAGE **/
.banner {
    background-image: url("/assets/images/global/banner-large.jpg");
    background-position:  center 0;
    background-repeat: no-repeat;
    box-shadow: 0 5px 10px #bbb;
    height: 500px;
    margin: auto;
    margin-bottom: 90px;
    position: relative;
    top: 75px;
    width: 100%;
    z-index: 5;
}
.banner-tag{
    color: #fff;
    position: relative;
    top: 60px;
    margin: auto;
    width: 800px;
}
.banner-1{
    font-size: 50px;
}
.banner-2{
    font-size: 35px;
    color: #FFD700;
    font-weight: bold;
}
#home .search-form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 7px;
    color: #fff;
    float: none;
    height: 115px;
    margin: auto;
    opacity: 0.9;
    padding: 0;
    position: relative;
    top: 265px;
    width: 950px;
}
#home .form-row {
    float: left;
    margin-bottom: 5px;
    text-align: center;
    width: 475px;
}
#home .search-term {
    border: 1px solid #ffffff;
    border-radius: 5px;
    height: 37px;
    padding-left: 7px;
    width: 460px;
}
#home .date-container {
    float: left;
    margin-left: 2px;
    text-align: left;
    width: 125px;
}
#home .submit {
    background: none repeat scroll 0 0 #349a9c;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    float: none;
    height: 40px;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    width: 200px;
}
#home .reset {
    background: none repeat scroll 0 0 #349a9c;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    float: none;
    height: 40px;
    margin-left: 5px;
    margin-top: 0;
    text-align: center;
    width: 60px;
}
#home .center{
    margin: auto;
    float: none;
    width: 300px;
}
#home .text-999 {
    color: #fff;
}
#home .start-date-container {
    margin-left: 0px;
}
#home .search-term-error {
    color: #ffff00;
}
#home .date {
    padding: 10px 0 10px 5px;
}
#home .start-time {
    padding: 9px 0 9px 3px;
}
#home .start-time-range {
    border-bottom: 1px dotted #ddd;
}
#home .duration {
    padding: 8px 0 8px 3px;
}
#home .start-time-range {
    padding: 8px 0;
}
#home .start-date {
    padding: 10px 0 10px 5px;
}
#home .end-date {
    padding: 10px 0 10px 5px;
}
#home .day {
    padding: 8px 3px;
}
.home-content-container {
    width: 100%;
}
.beta {
    color: #fff;
    margin: auto;
    padding: 20px 0%;
    width: 75%;
    border: none;
    float: none;
    border-radius: 0;
    font-size: 14px;
}
#home h1{
    color: #fff;
}
#home .about{
    width: 80%;
    margin: auto;
    float: none;
    color: #000;
    border: none;
}
.home-row{
    width: 100%;
    margin: auto;
}
.beta-bg{
    background: #91b8cf;
    box-shadow: 0 5px 10px #bbb;
}
.beta-image{
    width: 20%;
}
.beta-message{
    width: 80%;
    padding-top: 0;
}
.beta-message a{
    color: #fff;
    border-bottom: dotted 1px #ddd;
}
.about p.columns{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 35px; /* Chrome, Safari, Opera */
    -moz-column-gap: 35px; /* Firefox */
    column-gap: 35px;
    font-size: 14px;
}
/** NEW VERSION OF HOME PAGE ENDS **/
/*******************************************************************************
 *
 * Sellers FAQ
 *
 *******************************************************************************/
#main-content .content.sellers-faq{
    padding: 50px;
    width: 900px;
}
.faq-question{
    font-weight: bold;
}
#main-content .content.sellers-faq ul{
    margin-bottom: 20px;
}
#main-content .content.sellers-faq ul li{
    list-style-type: disc;
    padding-left: 5px;
    margin-left: 35px;
}
#main-content .content.sellers-faq a{
    border-bottom: dotted 1px #777;
}