body {
    background: url("../images/body_bg.jpg") no-repeat top #000000;
    margin: 0;
    text-align:center;
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    width:100%;
    height:100%;
    -webkit-text-size-adjust: 100%    
}
a{
    text-decoration:none;
}
div.mainWrapper{
    width:1024px;
    margin:0 auto;
    text-align:left;
}
div.mainWrapper div.headerWrapper{
    width:1024px;
    height:123px;
    float:left;
}
div.mainWrapper div.headerWrapper a.headerLogo{
    background:url('../images/logo_index.png') no-repeat center transparent;
    width:199px;
    height:123px;
    float:left;
    margin-left:3px;
}
div.mainWrapper div.headerWrapper div.bannerContainer{
    width:728px;
    height:90px;
    float:right;
    margin:3px 3px 0 0 ;
}
div.mainWrapper div.menuWrapper{
    background:url('../images/main_menu_bg.png') no-repeat transparent;
    width:1024px;
    height:52px;
    float:left;
}
div.mainWrapper div.menuWrapper a.homeButton{
    background:url('../images/main_menu_home.png') no-repeat transparent left;
    margin:7px 0 7px 6px;
    height:38px;
    width:76px;
    display:block;
    float:left;
}
div.mainWrapper div.menuWrapper a.cartButton{
    background:url('../images/main_menu_cart.png') no-repeat transparent left;
    margin:7px 6px 7px 0;
    height:38px;
    width:34px;
    display:block;
    float:right;
    line-height:38px;
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
    padding:0 34px 0 8px;
    text-align:center;
}
div.mainWrapper div.menuWrapper a.cartButton:hover{
    background:url('../images/main_menu_cart.png') no-repeat transparent right;
}
div.mainWrapper div.menuWrapper div.searchContainer{
    margin:7px 0 7px -2px;    
    width:253px;
    height:38px;
    float:left;
}
div.mainWrapper div.menuWrapper div.searchContainer input{
    height:23px;
    background:transparent;
    border:0;
    float:left;
    width:155px;
    line-height:23px;
    margin:7px 0 0 38px;
    padding:0;
    color:#FFFFFF;
}
div.mainWrapper div.menuWrapper div.searchContainer.active input{
    color:#000000;
}
div.mainWrapper div.menuWrapper div.searchContainer a.searchBut{
    background:url('../images/main_menu_search_btn.png') no-repeat transparent left;
    width:19px;
    height:23px;
    margin:7px 0 0 0;
    display:block;
    float:left;
}
div.mainWrapper div.menuWrapper div.searchContainer:hover a.searchBut{
    background:url('../images/main_menu_search_btn.png') no-repeat transparent right;
}
div.mainWrapper div.menuWrapper div.searchContainer.active a.searchBut{
    background:url('../images/main_menu_search_btn.png') no-repeat transparent center;
}
div.mainWrapper div.menuWrapper div.searchContainer:hover{
    background:url('../images/main_menu_search_bg.png') no-repeat transparent left;    
}
div.mainWrapper div.menuWrapper div.searchContainer.active{
    background:url('../images/main_menu_search_bg.png') no-repeat transparent right;
}
div.mainWrapper div.menuWrapper a.homeButton:hover{
    background:url('../images/main_menu_home.png') no-repeat transparent right;    
}
div.footerWrapper{
    background:url('../images/footer_bg.png') repeat-x;
    padding-bottom:30px;

    text-align:center;
    clear:both;
}
div.menuWrapper ul{
    list-style-type:none;
    float:left;
    height:41px;
    margin:7px 0 4px;
    padding:0;
}
div.menuWrapper ul li{
    float:left;
    height:41px;
}
div.menuWrapper ul li a{
    display:block;
    height:41px;
    float:left;
    margin-left:-2px;
}
div.menuWrapper ul li a span.left{
    display:block;
    height:38px;    
    width:2px;
    float:left;
}
div.menuWrapper ul li a:hover span.left, div.menuWrapper ul li.sfHover a span.left{
    background:url('../images/menu_item_left_hover.png') repeat-x transparent;    
}
div.menuWrapper ul li a span.middle{
    font-family:Arial;
    font-size:12px;
    display:block;
    height:38px;
    line-height:38px;
    float:left;        
    width:106px;
    text-align:center;
    color:#e5e5e5;
    text-decoration:none;
    text-shadow:1px 1px 1px #000000;
}
div.menuWrapper ul li a:hover span.middle, div.menuWrapper ul li.sfHover a span.middle{
    background:url('../images/menu_item_middle_hover.png') repeat-x transparent;
}
div.menuWrapper ul li a span.right{
    background:url('../images/menu_item_right.png') no-repeat transparent left;
    display:block;
    height:38px;        
    width:3px;
    float:left;    
}
div.menuWrapper ul li a:hover span.right, div.menuWrapper ul li.sfHover a span.right{
    background:url('../images/menu_item_right.png') no-repeat transparent right;
}
div.menuWrapper ul li ul{
    list-style-type:none;
    margin:0 0 0 -5px;
    padding:0;
    position:absolute;
    float:left;
    z-index:10;
    display:none;
    visibility:hidden;
}
div.menuWrapper ul li.sfHover ul{
    display:block;
    visibility:visible;    
}
div.menuWrapper ul li ul li{
    float:left;
    margin:0;
    padding:0;
    width:366px;
}
div.menuWrapper ul li ul li.small{
    width:210px;
}
div.menuWrapper ul li ul li.calendar{
    width:411px;
}
div.menuWrapper ul li ul li div.submenuHeader{
    background:url('../images/submenu_top.png') no-repeat transparent;
    width:366px;
    height:20px;
    float:left;
}
div.menuWrapper ul li ul li.calendar div.submenuHeader{
    background:url('../images/submenu_top_calendar.png') no-repeat transparent;
    width:411px;
}
div.menuWrapper ul li ul li.small div.submenuHeader{
    background:url('../images/submenu_top_small.png') no-repeat transparent;
    width:411px;
}

div.menuWrapper ul li ul li div.submenuContent{
    background:url('../images/submenu_middle.png') repeat-y transparent;
    width:366px;
    float:left;
}
div.menuWrapper ul li ul li.small div.submenuContent{
    background:url('../images/submenu_middle_small.png') repeat-y transparent;
    width:210px;
}
div.menuWrapper ul li ul li.calendar div.submenuContent{
    background:url('../images/submenu_middle_calendar.png') repeat-y transparent;
    width:411px;
}

div.menuWrapper ul li ul li div.submenuFooter{
    background:url('../images/submenu_bottom.png') no-repeat transparent;
    width:366px;
    height:11px;
    float:left;
}
div.menuWrapper ul li ul li.small div.submenuFooter{
    background:url('../images/submenu_bottom_small.png') no-repeat transparent;
    width:210px;
}
div.menuWrapper ul li ul li.calendar div.submenuFooter{
    background:url('../images/submenu_bottom_calendar.png') no-repeat transparent;
    width:411px;
}

div.menuWrapper ul li ul li ul.submenuItems{
    float:left;
    list-style-type:none;
    position:relative;
    padding:0;
    margin:5px 25px 5px;
    height:auto;
}
div.menuWrapper ul li ul li.small ul.submenuItems{
    margin:5px 20px 6px;
}
div.menuWrapper ul li ul li.small ul.submenuItems.cities{
    width:85px;
    float:left;
}
div.menuWrapper ul li ul li ul.submenuItems.genres{
    width:105px;
    float:left;
    margin:5px 0;
}
div.menuWrapper ul li ul li ul.submenuItems.genres.left{
    margin:5px 0 5px 25px;
}
div.menuWrapper ul li ul li ul.submenuItems.cities.right{
    margin-left:0;
}
div.menuWrapper ul li ul li ul.submenuItems.cities.left{
    margin-right:0;
}
div.menuWrapper ul li ul li ul.submenuItems li{
    float:left;
    width:105px;
    height:21px;
}
div.menuWrapper ul li ul li ul.submenuItems li:hover, div.menuWrapper ul li ul li ul.submenuItems li.sel{
    background:#4d4d4d;
}
div.menuWrapper ul li ul li ul.submenuItems li a{
    font-family:Arial;
    font-size:12px;
    line-height:21px;
    height:21px;
    display:block;
    width:105px;
    text-indent:7px;    
    text-decoration:none;    
    color:#b3b3b3;
    outline:medium none;
}
div.menuWrapper ul li ul li ul.submenuItems li:hover a{
    color:#FFFFFF;
}
div.menuWrapper ul li ul li.small ul.submenuItems li{
    width:85px;
    float:left;
}

div.menuWrapper ul li ul li.small ul.submenuItems li a{
    width:85px;
}

div.contentWrapper{
    width:1024px;
    min-height:600px;
    float:left;
}
#datepicker div.ui-datepicker{
    text-transform:capitalize; 
    font-size:11px;
    color: #595959;    
    width:371px;
    float:left;
    margin:7px 20px 6px 15px;
}
#datepicker .ui-datepicker{
    padding:5px;
    width:361px;
    float:left;
    background:none;
    border:0;
}
#datepicker .ui-datepicker a{
    height:auto;
    margin-left:0;
}
#datepicker .ui-datepicker table.ui-datepicker-calendar a{
    float:none;
    width:15px;
    text-align:center;
}
#datepicker .ui-datepicker table.ui-datepicker-calendar td.myHighlightDate{
    padding:1px 2px;
}
#datepicker .ui-datepicker a.ui-datepicker-prev, #datepicker .ui-datepicker a.ui-datepicker-next{
    height:1.8em;
}
.clear{
    clear:both;
}
div.leftColWrapper{
    float:left;
    min-height:600px;    
    width:780px;
}
div.rightColWrapper{
    float:left;
    min-height:600px;
    width:244px;
    margin-bottom:25px;
}
div.userPanelContainer{
    width:236px;
    float:right;
    margin:15px 0 0 0;
}
div.userPanelTop{
    background:url('../images/user_panel_bg_top.png') no-repeat transparent;
    width:220px;
    height:36px;
    float:left;
    padding:5px 8px 0;
}
div.userPanelMid{
    background:url('../images/user_panel_bg_mid.png') repeat-y transparent;
    width:220px;
    float:left;
    padding:0 8px 0;
}
div.userPanelBottom{
    background:url('../images/user_panel_bg_bottom.png') no-repeat transparent;
    width:236px;
    height:12px;
    float:left;
}
div.userPanelTop a.myAccountLink{
    font-family:Arial;    
    font-weight:bold;
    height:36px;
    line-height:36px;
    font-size:12px;
    float:left;
    display:block;
    margin-left:18px;
    color:#b5b5b5;
    text-shadow:1px 1px 1px #000000;
    text-decoration:none;
}

div.userPanelTop a.balanceLink{
    font-family:Arial;    
    height:36px;
    line-height:36px;
    font-size:12px;
    float:right;
    display:block;
    margin-right:18px;
    color:#39e5b3;
    text-shadow:1px 1px 1px #000000;
    text-decoration:none;
}
div.userPanelMid label.loginMsg{
    font-family:Arial;
    font-size:12px;
    display:block;
    height:30px;
    width:220px;
    line-height:30px;
    float:left;
    text-indent:18px;
    color:#121212;
    text-shadow:1px 1px 1px #CDCDCD;
}
div.userPanelMid input.loginField{
    background:url('../images/my_account_input_bg.png') repeat-x;
    width:176px;
    height:24px;
    border-top:1px solid #a09f9e;
    border-bottom:1px solid #bdbebf;
    border-right:1px solid #bcbcbd;
    border-left:1px solid #bcbcbd;    
    line-height:24px;
    margin:0 0 6px 17px;
    padding:0;
    float:left;
    padding:0 5px;
}
div.userPanelMid a.loginBut{
    background:url('../images/my_account_login_but_bg.png') no-repeat transparent left;
    width:74px;
    height:32px;
    display:block;
    float:right;
    margin:0 13px 0 0;
    outline:none;
    text-align:center;
    line-height:30px;
    font-weight:bold;
    color:#FFFFFF;
    font-size:12px;
    text-decoration:none;
    font-family:Arial
}
div.userPanelMid a.loginBut:hover{
    background:url('../images/my_account_login_but_bg.png') no-repeat transparent center;
}
div.userPanelMid a.loginBut:active{
    background:url('../images/my_account_login_but_bg.png') no-repeat transparent right;
}

div.userPanelMid a.fbLoginBut{
    background:url('../images/my_account_fb_but_bg.png') no-repeat transparent left;
    width:95px;
    height:32px;
    display:block;
    float:left;
    margin:0 0 0 15px;
    padding-left:20px;
    outline:none;
    text-align:center;
    line-height:30px;
    font-weight:bold;
    color:#FFFFFF;
    font-size:12px;
    text-decoration:none;
    font-family:Arial
}
div.userPanelMid a.fbLoginBut:hover{
    background:url('../images/my_account_fb_but_bg.png') no-repeat transparent right;
}
div.userPanelMid a.loginButDisplay{
    background:url('../images/my_account_login_but_d_bg.png') no-repeat transparent left;
    width:95px;
    height:32px;
    display:block;
    float:right;
    margin:0 15px 0 0;
    outline:none;
    text-align:center;
    line-height:30px;
    font-weight:bold;
    color:#FFFFFF;
    font-size:12px;
    text-decoration:none;
    font-family:Arial
}
div.userPanelMid a.loginButDisplay:hover{
    background:url('../images/my_account_login_but_d_bg.png') no-repeat transparent center;
    color:#04d599;
}
div.userPanelMid a.loginButDisplay:active{
    color:#00a374;
    background:url('../images/my_account_login_but_d_bg.png') no-repeat transparent right;
}
div.userPanelMid a.registerBut{
    background:url('../images/my_account_register_but_bg.png') no-repeat transparent left;
    width:93px;
    height:32px;
    display:block;
    float:left;
    outline:none;
    text-align:center;
    line-height:30px;
    font-weight:bold;
    margin:0 0 0 15px;    
    color:#323232;
    font-size:12px;
    text-decoration:none;
    font-family:Arial
}
div.userPanelMid a.registerBut:hover{
    background:url('../images/my_account_register_but_bg.png') no-repeat transparent center;
}
div.userPanelMid a.registerBut:active{
    background:url('../images/my_account_register_but_bg.png') no-repeat transparent right;
}
a.forgotPass{
    font-family:Arial;
    text-decoration:none;
    background:url('../images/forgot_password_ico.png') no-repeat transparent;
    text-indent:24px;
    line-height:16px;
    height:16px;
    float:left;
    width:184px;
    margin:9px 18px;
    font-size:12px;
    color:#4d4d4d;
}
a.forgotPass:hover{
    color:#000000;
}
a.accountHolder{
    font-family:Arial;
    text-decoration:none;
    background:url('../images/logged_user_ico.png') no-repeat transparent scroll 0px 7px;
    text-indent:28px;
    line-height:32px;
    height:34px;
    float:left;
    width:186px;
    margin:2px 18px 0 16px;
    font-size:13px;
    color:#4d4d4d;
    text-shadow:1px 1px 1px #FFFFFF;
}
a.accountHolder:hover{
    color:#000000;
}
ul.profileMenu{
    float:left;
    margin:0 16px;
    width:188px;
    padding:0;
    list-style-type:none;
}
ul.profileMenu li{
    background:url('../images/profile_menu_but_bg.png')  no-repeat transparent left;
    width:188px;
    height:27px;
    float:left;
    margin:0 0 4px 0;
}
ul.profileMenu li a{
    font-size:12px;
    display:block;
    width:188px;
    height:27px;
    line-height:27px;
    color:#313131;
    font-family:Arial;
    text-decoration:none;
    text-indent:18px;
}
ul.profileMenu li:hover{
    background:url('../images/profile_menu_but_bg.png')  no-repeat transparent right;
}
div.userPanelMid a.logoutBut{
    background:url('../images/my_account_logout_but_bg.png') no-repeat transparent left;
    width:95px;
    height:32px;
    display:block;
    float:left;
    margin:8px 0 0 15px;
    outline:none;
}
div.userPanelMid a.logoutBut:hover{
    background:url('../images/my_account_logout_but_bg.png') no-repeat transparent center;
}
div.userPanelMid a.logoutBut:active{
    background:url('../images/my_account_logout_but_bg.png') no-repeat transparent right;
}
div.userPanelMid a.helpBut{
    background:url('../images/my_account_help_but_bg.png') no-repeat transparent left;
    width:93px;
    height:32px;
    display:block;
    float:right;
    margin:8px 15px 0 0;
    outline:none;
}
div.userPanelMid a.helpBut:hover{
    background:url('../images/my_account_help_but_bg.png') no-repeat transparent center;
}
div.userPanelMid a.helpBut:active{
    background:url('../images/my_account_help_but_bg.png') no-repeat transparent right;
}
.zeroWidth{
    width:1px;
    height:1px;
    border:0;
    padding:0;
    margin:0;
    background:none;
}
div.simpleContentContainer{
    width:780px;
    float:left;
    margin-top:8px;
}
div.simpleContentContainer div.simpleContentTop{
    background:url('../images/simple_content_top_bg.png') no-repeat transparent;
    float:left;
    width:780px;
    height:29px;
    margin-top:5px;
}
div.simpleContentContainer div.simpleContentTop h1{
    color: #BFBFBF;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    outline: medium none;
    position: relative;
    text-align: left;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
    text-indent:20px;
}
div.simpleContentContainer div.simpleContentTop.header{
    background:url('../images/simple_content_top2_bg.png') no-repeat transparent;
    height:58px;
}
div.simpleContentContainer div.simpleContentMiddle{
    background:url('../images/simple_content_mid_bg.png') repeat-y transparent;
    float:left;
    width:780px;    
    color:#BFBFBF;
    line-height:19px;
}
div.simpleContentContainer div.simpleContentMiddle strong{
    color:#EFEFEF;
}
div.simpleContentContainer div.simpleContentBottom{
    background:url('../images/simple_content_bottom_bg.png') no-repeat transparent;
    float:left;
    width:780px;
    height:29px;
}
table.sMessageContainer{
    margin:15px 34px;
    width:712px;
    float:left;
    text-align:left;
    font-family:Arial;
    font-size:15px;
    line-height:18px;
}
table.sMessageContainer tr td.message{
    padding-left:10px;
}
div.facebookLikeContainer{
    background: url('../images/facebook_like_bg.png') no-repeat transparent;
    float:right;
    width:236px;
    height:147px;
    margin-top:20px;
}
div.facebookLikeContainer div.facebookLikeHeader a{
    color:#FFFFFF;
}
div.facebookLikeContainer div.facebookLikeHeader{
    float:left;
    width:236px;
    text-indent:26px;
    margin:4px 0 0 0;
    line-height:32px;
    height:36px;
    font-size:12px;
    font-family:Arial;
    text-shadow:1px 1px 1px #32466f;
    font-weight:bold;
}
div.facebookLikeContainer table.fbBox{
    width:184px;
    height:49px;
    margin:25px 26px 0;
    float:left;
}
div.facebookLikeContainer table.fbBox tr td.text{
    color:#175ca1;
    font-size:13px;
    font-family:Tahoma;
    font-weight:bold;
    text-shadow:1px 1px 1px solid #175ca1;
    height:20px;
    line-height:20px;
    padding:0 0 0 15px;
}
div.facebookLikeContainer table.fbBox tr td.button{
    padding:0 0 0 15px;
    height:22px;
}
div#containerSlideShow { 
    width:768px;
    float:left;
    position: relative;
    z-index:0;
    height:227px;
    background:url('../images/banner_container_bg.png') no-repeat transparent;
    margin:16px 0 0 3px;
}
div.lof-slidecontent{
    width:758px;
    height:217px;
    margin:4px 0 0 5px;
    float:left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;    
}
div.homeEventContainer{
    background:url('../images/home_event_container_bg.png') no-repeat transparent;
    width:780px;
    float:left;
    height:762px;
    margin-top:17px;
    margin-bottom:45px;
}
div.homeEventContainer ul.homeEventMenu{
    list-style-type:none;
    margin:6px 13px 3px 6px;
    height:37px;
    width:761px;
    padding:0;
    float:left;
}
div.homeEventContainer ul.homeEventMenu li{
    float:left;
    height:37px;
    width:150px;
    margin-right:1px;
}
div.homeEventContainer ul.homeEventMenu li span.arrow{
    background:url('../images/home_event_arrow.png') no-repeat transparent;
    width:27px;
    height:16px;
    display:block;
    float:left;
    margin:-2px 0 0 61px;
    position:relative;
    z-index:0;
    display:none;
}
div.homeEventContainer ul.homeEventMenu li.sel span.arrow{
    display:block;
}
div.homeEventContainer ul.homeEventMenu li a{
    font-weight:bold;
    width:100%;
    float:left;
    display:block;
    height:37px;
    line-height:37px;
    font-family:Arial;
    text-shadow:1px 1px 1px #000000;
    font-size:12px;
    color:#bfbfbf;
    text-align:center;
    position:relative;
    z-index:1;
    outline:none;
}
div.homeEventContainer ul.homeEventMenu li:hover, div.homeEventContainer ul.homeEventMenu li.sel{
    background:url('../images/home_event_menu_hover.png') no-repeat left transparent;    
}
div.homeEventContainer ul.homeEventMenu li.first{
    width:153px;
}
div.homeEventContainer ul.homeEventMenu li.first span.arrow, div.homeEventContainer ul.homeEventMenu li.last span.arrow{
    margin:-2px 0 0 62px;
}
div.homeEventContainer ul.homeEventMenu li.middle{
    width:151px;
}
div.homeEventContainer ul.homeEventMenu li.last{
    width:153px;
    margin-right:0;
}
div.homeEventContainer ul.homeEventMenu li.first:hover, div.homeEventContainer ul.homeEventMenu li.first.sel{
    background:url('../images/home_event_menu_custom_hover.png') no-repeat left transparent;
}
div.homeEventContainer ul.homeEventMenu li.middle:hover, div.homeEventContainer ul.homeEventMenu li.middle.sel{
    background:url('../images/home_event_menu_custom_hover.png') no-repeat center transparent;
}
div.homeEventContainer ul.homeEventMenu li.last:hover, div.homeEventContainer ul.homeEventMenu li.last.sel{
    background:url('../images/home_event_menu_custom_hover.png') no-repeat right transparent;
}

div.eventContent{
    padding:2px 0 0 20px;
    float:left;
    width:742px;
    height:650px;
    margin-bottom:1px;
}
div.listEventContainer div.eventContent{
    height:653px;
}

div.eventItemContainer{
    background:url('../images/event_item_bg.png') no-repeat transparent;
    width:178px;
    height:292px;
    float:left;
    margin:25px 2px 0 3px;
}
div.eventItemContainer a.eventItemPicture{
    display:block;
    outline:medium none;
    width:168px;
    height:232px;
    float:left;
    margin:2px 5px 8px;
    text-decoration:none;
}
div.eventItemContainer a.eventItemPicture table{
    position:absolute;
}
div.eventItemContainer a.eventItemPicture table tr td{
    vertical-align:middle;
    text-align:center;
    position:relative;
    z-index:0;  
}
div.eventItemContainer a.eventItemPicture span.saveAmount{
    display:block;
    width:54px;
    height:57px;
    background:url('../images/event_item_save_bg.png') no-repeat transparent;
    position:relative;
    z-index:1;
    float:right;
    margin:-8px -10px 0 0;
    color:#FFFFFF;
    font-family:Arial;
    font-size:18px;
    line-height:18px;
    padding:17px 0 0 20px
}
a.eventItemLine1{
    font-weight:bold;
    display:block;
    width:100%;
    float:left;
    text-indent:12px;
    text-decoration:none;
    color:#64c8aa;
    font-size:15px;
    font-family:Arial;
    line-height:17px;
    margin-top:-2px;
}
a.eventItemLine2{
    display:block;
    width:100%;
    float:left;
    text-indent:12px;    
    color:#FFFFFF;
    text-decoration:none;
    font-family:Arial;   
    font-size:12px;
    line-height:16px;
}
a.eventItemLine3{
    display:block;
    width:100%;
    float:left;
    text-indent:12px;
    color:#999999;
    text-decoration:none;    
    font-family:Arial;    
    font-size:12px;
    line-height:16px;    
}
div.presentingContainer{
    float:left;
    background:url('../images/presenting_container_bg.png') no-repeat transparent;
    width:236px;
    height:402px;
    float:right;
    margin-top:19px;
}
div.presentingContainer h3{
    font-weight:bold;
    text-align:left;
    margin:5px 0 0 28px;
    padding:0;
    line-height:36px;
    height:36px;
    font-family:Arial;
    font-size:12px;
    color:#BFBFBF;
}
div.presentingContainer a.eventPresentingPicture{
    height:266px;
    width:196px;
    display:block;
    float:left;
    margin:16px 0 0 21px;
}
div.presentingContainer a.eventPresentingPicture tr td{
    vertical-align: middle;
    text-align: center;
}
a.eventPresentingLine1{
    display:block;
    width:100%;
    float:left;
    text-indent:29px;
    text-decoration:none;
    color:#64c8aa;
    font-size:15px;
    font-family:Arial;
    line-height:17px;
    margin-top:12px;
    font-weight:bold;
}
a.eventPresentingLine2{
    display:block;
    width:100%;
    float:left;
    text-indent:29px;    
    color:#FFFFFF;
    text-decoration:none;
    font-family:Arial;   
    font-size:12px;
    line-height:16px;
}
a.eventPresentingLine3{
    display:block;
    width:100%;
    float:left;
    text-indent:29px;
    color:#999999;
    text-decoration:none;    
    font-family:Arial;    
    font-size:12px;
    line-height:16px;    
}
div.eventsNavigation{
    width:759px;
    height:40px;
    margin-left:7px;
    float:left;
}
div.eventsNavigation div.leftNav{
    width:45px;
    height:40px;
    float:left;
}
div.eventsNavigation div.leftNav a.prev{
    background:url('../images/event_paging_left.png') no-repeat transparent left;
    width:20px;
    height:21px;
    float:left;
    margin:12px 0 0 25px;
    outline:medium none;
}
div.eventsNavigation div.leftNav a.prev:hover{
    background:url('../images/event_paging_left.png') no-repeat transparent right;
}
div.eventsNavigation div.rightNav{
    width:45px;
    height:40px;
    float:left;
}
div.eventsNavigation div.rightNav a.next{
    background:url('../images/event_paging_right.png') no-repeat transparent left;
    width:20px;
    height:21px;
    float:left;
    margin:12px 25px 0 0;
    outline:medium none;
}
div.eventsNavigation div.rightNav a.next:hover{
    background:url('../images/event_paging_right.png') no-repeat transparent right;
}
div.eventsNavigation div.middleNav{
    height:40px;
    width:669px;
    float:left;
}
div.eventsNavigation div.middleNav table{
    margin:0 auto;
}
div.eventsNavigation div.middleNav table tr td{
    height:40px;
    width:19px;
}
div.eventsNavigation div.middleNav table tr td a{
    outline:medium none;
    display:block;
    width:9px;
    height:9px;
    margin:7px 5px 0;
    background:url('../images/event_paging_bg.png') no-repeat transparent center;
}
div.eventsNavigation div.middleNav table tr td a.sel{
    background:url('../images/event_paging_bg.png') no-repeat transparent left;
}
div.eventsNavigation div.middleNav table tr td a:hover{
    background:url('../images/event_paging_bg.png') no-repeat transparent right;
}
div.ticketDetailContainer{
    float:left;
    width:780px;   
    margin:14px 0 45px 0;    
}
div.ticketDetailContainer div.ticketDetailsHeaderTop{
    background:url('../images/ticket_details_head_top.png') no-repeat transparent;
    width:780px;
    height:59px;
    float:left;
}
div.ticketDetailContainer div.ticketDetailsHeaderMiddle{
    background:url('../images/ticket_details_head_middle.png') repeat-y transparent;
    float:left;
    width:780px;
    min-height:342px;
}
div.ticketDetailContainer div.ticketDetailsContentMiddle{
    background:url('../images/ticket_details_content_middle.png') repeat-y transparent;
    width:780px;
    float:left;
}
div.ticketDetailContainer div.ticketDetailsContentBottom{
    background:url('../images/ticket_details_content_bottom.png') repeat-y transparent;
    width:780px;
    height:25px;
    float:left;
}
ul.searchFilters{
    float:left;
    list-style-type:none;
    height:37px;
    margin:6px 0 0 45px;
    padding:0;
}
ul.searchFilters.navigation{
    margin-left:20px;
}
ul.searchFilters.navigation li.first{
    margin-left:1px;
}
ul.searchFilters li{
    background:url('../images/search_filters_li.png') no-repeat transparent left center;
    float:left;
    height:37px;
    line-height:37px;    
    margin:0 10px 0 0;
    font-size:12px;
    font-family:Arial;      
    color:#898989;    
    font-weight:bold;
    padding-left:15px;
}
ul.searchFilters.navigation li{
    background:none;
    margin:0 10px;
    padding:0;
}
ul.searchFilters li.searchTitle{
    color:#bfbfbf;   
    margin:0 10px;    
    padding-left:0;
    background: none;
}
ul.searchFilters.navigation li.spacer{
    margin:0;
}
ul.searchFilters li a{
    text-decoration:none;
    height:37px;
    display:block;
    color:#898989;
}
ul.searchFilters li a:hover{
    color:#bfbfbf;
}

ul.searchFilters li.sel a{
    color:#00df9f;
}
a.removeAllFilters{
    background:url('../images/remove_filter.png') no-repeat left;
    float:right;
    height:37px;
    width:56px;
    display:block;
    margin:6px 13px 0 0;
}
a.removeAllFilters:hover{
    background:url('../images/remove_filter.png') no-repeat right;
}
div.ticketDetailsHeaderMiddle div.ticketPicture{
    background:url('../images/ticket_details_picture.png') no-repeat transparent;
    width:232px;
    height:310px;
    margin:12px 21px 23px 27px;
    display:block;
    float:left;
}
div.ticketDetailsHeaderMiddle div.ticketPicture span.saveAmount{
    display:block;
    width:54px;
    height:57px;
    background:url('../images/event_item_save_bg.png') no-repeat transparent;
    position:relative;
    z-index:1;
    float:right;
    margin:-13px -15px 0 0;
    color:#FFFFFF;
    font-family:Arial;
    font-size:18px;
    line-height:18px;
    padding:17px 0 0 20px
}
div.ticketTypeWrapper span.saveAmount{
    display:block;
    width:54px;
    height:57px;
    background:url('../images/event_item_save_bg.png') no-repeat transparent;
    position:absolute;
    z-index:1;
    float:right;
    margin:-33px 0 0 270px;
    color:#FFFFFF;
    font-family:Arial;
    font-size:18px;
    line-height:18px;
    padding:17px 0 0 20px
}

div.ticketDetailsHeaderMiddle div.ticketPicture table{
    position:absolute;
    width:222px;
    height:300px;
    margin:2px 0 0 5px;
}
div.ticketDetailsHeaderMiddle div.ticketDetails{
    float:left;
    width:486px;
    margin-right:14px;
    min-height:322px;
}
h1.detailsLine1{
    float:left;
    width:340px;
    margin:10px 0 0 0;
    padding:0;
    font-size:24px;
    color:#7effc1;
    font-family:Arial;
    line-height:24px;
}
div.detailsLine2, div.detailsLine3{
    float:left;
    width:100%;
    padding:0;
    font-size:18px;
    color:#FFFFFF;
    font-family:Arial;
    line-height:22px;    
}
div.detailsLine3{
    margin-bottom:2px;
}
span.spacerLine{
    background:url('../images/spacer_line_bg.png') repeat-x transparent;
    height:2px;
    display:block;
    margin:11px 0;
    float:left;
}
div.ticketDetailsContentMiddle span.spacerLine.noBG.middle{
    background:none;
}
span.spacerLine.top{
    width:465px;
}
table.ticketTextTable{
    float:left;
    width:465px;
}
table.ticketTextTable tr td.title{
    width:65px;
    color:#FFFFFF;
    font-family:Arial;
    font-size:12px;
    line-height:18px;
    padding-right:5px;    
    vertical-align:top;

}
table.ticketTextTable tr td.value{
    color:#aaaaaa;
    font-family:Arial;
    font-size:12px;
    line-height:18px;   
    padding-right:10px;
}
table.ticketTextTable tr td.value a{
    color:#7effc1;
}
table.ticketTextTable tr td.value a:hover{
    text-decoration:underline;
}
table.ticketTextTable tr td.value.win{
    width:370px;
}
table.ticketTextTable tr td.value.social{
    width:120px;
    text-indent:3px;
}
table.ticketTextTable tr td.social a.facebook{
    background:url('../images/ticket_details_social.png') no-repeat transparent center;
    width:28px;
    height:26px;
    display:block;
    float:left;
    margin:5px 0;    
}
table.ticketTextTable tr td.social a.twitter{
    background:url('../images/ticket_details_social.png') no-repeat transparent left;
    width:28px;
    height:26px;
    display:block;
    float:left;
    margin:5px;        
}
table.ticketTextTable tr td.social a.youtube{
    background:url('../images/ticket_details_social.png') no-repeat transparent right;
    width:28px;
    height:26px;
    display:block;
    float:left;
    margin:5px 0;        
}
table.ticketTextTable tr td.win-button a.winButton{
    background:url('../images/win_button_bg.png') no-repeat transparent left;
    width:215px;
    height:38px;
    margin:9px 0 0 -4px;
    display:block;
    float:left;
}
table.ticketTextTable tr td.win-button a.winButton:hover{
    background:url('../images/win_button_bg.png') no-repeat transparent right;
}
table.ticketTextTable tr td.win-button a.winButton span.line1{
    color:#707070;
    font-size:11px;
    font-family:Arial;
    line-height:13px;
    display:block;
    width:147px;
    margin:5px 1px 0 67px;
    float:left;    
    text-align:center;    
}
table.ticketTextTable tr td.win-button a.winButton span.line2{
    color:#7effc1;
    font-size:14px;
    font-family:Arial;
    line-height:14px;
    display:block;
    width:147px;    
    margin:0 1px 0 67px;
    float:left;
    text-align:center;
}

div.ticketDetailsContentMiddle h2, div.ticketDetailsContentMiddle h3{
    float:left;
    width:711px;
    margin:0;
    padding:0;
    font-family:Arial;
    font-size:12px;    
    font-weight:normal;
    margin:0 38px 0 31px;
    line-height:18px;
}
div.ticketDetailsContentMiddle h2{
    margin-top:19px;
    line-height:20px;
}
div.ticketDetailsContentMiddle h3{
    margin-bottom:18px;
}
div.ticketDetailsContentMiddle span.spacerLine.middle{
    background:url('../images/spacer_line_dark_bg.png') repeat-x transparent;    
    width:711px;
    margin:20px 38px 18px 31px;    
}
div.ticketDetailsContentMiddle div.text{
    float:left;
    width:711px; 
    margin:0 38px 0 31px;
    padding:0;
    font-family:Arial;
    font-size:12px;    
    font-weight:normal;
    line-height:18px;
    color:#a0a0a0;
}
div.ticketTypeWrapper{
    width:719px;
    margin:0 34px 0 27px;    
    float:left;    
}
div.ticketTypeContainer{
    background:url('../images/ticket_type_container_bg.png') no-repeat transparent;
    width:305px;
    height:239px;    
    float:left;
    margin:0 13px 15px 0;
    padding:20px 24px 20px 24px;
}
div.ticketTypeContainer.odd{
    margin-right:0;
}
a.ticketTypeButton{
    margin-left:-4px;
    height:30px;
    float:left;
    display:block;
    outline:medium none;
}
a.ticketTypeButton span.left{
    background:url('../images/ticket_type_button_left_bg.png') no-repeat transparent left;
    display:block;
    float:left;
    height:30px;
    width:8px;
}
a.ticketTypeButton:hover span.left{
    background:url('../images/ticket_type_button_left_bg.png') no-repeat transparent right;
}
a.ticketTypeButton span.right{
    background:url('../images/ticket_type_button_right_bg.png') no-repeat transparent left;
    display:block;
    float:left;
    height:30px;
    width:8px;
}
a.ticketTypeButton:hover span.right{
    background:url('../images/ticket_type_button_right_bg.png') no-repeat transparent right;
}
a.ticketTypeButton:hover span.middle{
    background:url('../images/ticket_type_button_middle_hover_bg.png') repeat-x transparent;
}
a.ticketTypeButton span.middle{
    background:url('../images/ticket_type_button_middle_bg.png') repeat-x transparent;
    display:block;
    font-weight:bold;
    float:left;
    height:30px;
    color:#333333;
    font-size:14px;
    font-family:Arial;    
    line-height:26px;
    padding:0 25px;
}
div.ticketTypeButtonLabel{
    float:left;
    height:30px;
    line-height:26px;
    display:block;
    color:#6c6d6d;
    font-family:Arial;
    font-size:12px;
    margin-left:9px;
}
div.ticketTypeButtonLabel span.green{
    color:#7effc1;
}
span.spacerLine.ticketType{
    width:100%;
    margin:11px 0 11px 0;
}
div.ticketTypeTitle{
    font-size:18px;
    font-family:Arial;   
    line-height:18px;
    margin-bottom:10px;
    float:left;
    width:100%;
}
div.ticketActualPrice{
    font-size:16px;
    font-family:Arial;   
    line-height:20px;
    width:100%;
    float:left;
    color:#FFFFFF;
}
div.ticketNormalText{
    font-size:12px;
    font-family:Arial;   
    line-height:16px;
    width:100%;
    float:left;
    color:#6c6d6d;
}
div.ticketNormalTitle{
    font-size:12px;
    font-family:Arial;   
    line-height:16px;
    width:100%;
    float:left;
    color:#FFFFFF;    
}
div.footerContainer{
    width:924px;
    margin:0 auto;
    text-align:left;
    font-size:11px;
    font-family:Arial;       
}
div.footerContainer span.black{
    color:#151515;
    font-family:Arial;
}
div.footerContainer div.footerFirstLine{
    width:924px;
    float:left;
    color:#555555;
    margin:25px 0 0 0;
}
div.footerContainer div.footerSecondLine{
    width:924px;
    float:left;
    color:#555555;
    margin:0;
}
div.footerContainer div.footerFirstLine div.left{
    float:left;
}
div.footerContainer div.footerFirstLine div.right{
    float:right;
}
div.footerContainer div.footerFirstLine a{
    color:#555555;
    text-decoration:underline;
}
span.spacerLine.footer{
    width:925px;
    margin:15px 0;
    background:url('../images/spacer_line_footer_bg.png') repeat-x transparent;    
}
table.footerLinks{
    float:left;
}
table.footerLinks tr td.title{
    font-family: Arial;
    color:#151515;
    line-height:16px;
    height:16px;
}
table.footerLinks tr td.values ul{
    list-style-type:none;
    margin:0 25px 0 10px;
    padding:0;
}
table.footerLinks tr td.values ul li a{
    display:block;
    height:16px;
    line-height:16px;
    color:#555555;
}
table.footerLinks tr td.values ul li a:hover{
    color:#151515;
}
table.socialLinks{
    float:right;
    height:100px;
}
table.socialLinks tr td{
    padding:0 8px;
    height:22px;
    width:90px;
}
div.fb-like{
    height:22px;
    width:90px;
}
table.socialLinks tr td.standards{
    padding-top:10px;
    height:78px;
}
#___plusone_0{ 
    width:60px !important; 
}
input.zerowidth{
    width:1px;
    height:1px;
    background:transparent;
    visibility:hidden;
    border:0;
    margin:0;
}
div.listEventContainer{
    background:url('../images/list_event_container_bg.png') no-repeat transparent;
    width:780px;
    float:left;
    height:762px;
    margin-top:17px;
    margin-bottom:45px;
}
span.detailsSpacer.spacerLine{
    background:url('../images/spacer_line_darkest_bg.png') repeat-x transparent;
    width:759px;    
    margin:0 14px 0 7px;    
}
div.submenuSpacerLine{
    background:url('../images/spacer_line_dark_bg.png') repeat-x transparent;
    width:306px;    
    margin:5px 30px;    
    float:left;
    height:2px;
    
}
div.citiesContainer{
    float:left;
}
span.detailsBottom.spacerLine{
    background:url('../images/spacer_line_dark_bg.png') repeat-x transparent;
    width:759px;
    margin:0 14px 0 7px;
}
a.backBut{
    background:url('../images/event_paging_left.png') no-repeat transparent left;
    width:20px;
    height:21px;
    margin:12px auto 0;
    display:block;
}
a.backBut:hover{
    background:url('../images/event_paging_left.png') no-repeat transparent right;
}
div.specialTicketContainer{
    background:url('../images/special_ticket_bg.png') no-repeat transparent;
    width:720px;
    height:90px;
    margin:15px 0 12px 26px;
    float:left;
}
div.specialTexts{
    float:left;
    margin:21px 0 0 76px;
}
div.specialTexts div.specialLine1{
    font-size:24px;
    line-height:24px;
    color:#535353;
    font-family: Arial;    
    text-shadow:1px 1px 1px #EDEDED;
}
div.specialTexts div.specialLine2{
    font-size:13px;
    line-height:13px;
    color:#232323;
    text-indent:2px;
    font-family:Arial;   
    text-shadow:1px 1px 1px #EDEDED;    
}
div.specialCountdown{
    float:right;
    width:201px;
    margin:8px 28px 0 0
}
div.specialCountdown div.specialCountdownText{
    width:100%;
    line-height:23px;
    height:23px;
    text-align:center;
    font-size:11px;
    color:#232323;
    text-shadow:1px 1px 1px #EDEDED;        
}
div.specialCountdown div.specialCountdownValue{
    width:100%;
    line-height:38px;
    height:38px;
    text-align:center;
    font-size:22px;
    color:#ff4f4f;
    text-shadow:1px 1px 1px #EDEDED;        
}
div.specialTicketWrapper{
    background:url('../images/special_ticket_container_bg.png');
    width:671px;
    height:202px;
    float:left;
    margin:0 0 20px 28px;
    padding:21px 22px 23px 22px;
}
div.specialTicketWrapper div.specTicketTitle{
    float:left;
    width:205px;
    font-size:38px;
    font-family:'HelveticaNeueLTPro-BdCn', Arial;
    line-height:34px;
    text-shadow:1px 1px 1px #000000;
}
div.specialTicketWrapper div.specTicketTitle span.line1, div.specialTicketWrapper div.specTicketTitle span.line2, div.specialTicketWrapper div.specTicketTitle span.line3{
    display:block
}
div.specialTicketWrapper div.specTicketTitle span.line2, div.specialTicketWrapper div.specTicketTitle span.line3{
    color:#7effc1;
}
div.specialTicketWrapper div.specTicketTitle span.line2{
    font-size:36px;
}
div.specialTicketWrapper div.specGetYourTicket{
    float:left;
    margin-top:10px;
    width:205px;
}
div.specialTicketWrapper div.specGetYourTicketTitle{
    font-size:12px;
    line-height:36px;
    height:36px;
    color:#d2d2d2;
    font-family:Arial;
    text-shadow:1px 1px 1px #000000;
    float:left;    
}
div.specialTicketWrapper a.specGetYourTicketBut{
    background:url('../images/special_get_your_ticket_but_bg.png') no-repeat transparent left;
    outline:medium none;
    width:171px;
    text-align:center;
    text-decoration:none;
    height:63px;
    display:block;
    float:left;
    font-size:21px;
    color:#434343;
    margin-left:-5px;
    padding-left:40px;
    font-family:'HelveticaNeueLTPro-BdCn', Arial;
    line-height:57px;
}
div.specialTicketWrapper a.specGetYourTicketBut:hover{
    background:url('../images/special_get_your_ticket_but_bg.png') no-repeat transparent right;
}
div.specialTicketWrapper div.specTicketDetails{
    float:right;
    width:442px;
}
table.formTable{
    float:left;
    margin:0 0 0 17px;
    background:transparent;
}
table.formTable.friends{
    margin-bottom:20px;
}
table.formTable tr td label{
    font-weight:bold;
    color:#DBDBD7;
    width:135px;
    display:block;
    font-size:12px;
    font-family:'HelveticaNeueLTPro-BdCn', Arial;
}
table.formTable.friends tr td label{
    width:85px;
}
span#registerTitle{
    float:left;
    font-size:19px;
    text-indent:20px;
}
table.formTable tr td input{
    padding:0 5px;
    color:#9b909d;
    width:221px;
    height:24px;
    line-height:24px;
    display:block;
    font-size:11px;
    font-family:arial;
    border:1px solid #9b909d;
    background:#fff;
    float:left;
}
table.formTable.friends tr td input{
    width:208px;
}
form#regForm
{
    float:left;
}
table.formTable tr td input:focus{
    color:#000000;
    border:1px solid #6fc4ac;
}
table.cartContent.myorders tr:hover td{
    background:#2a2a2a;
}
table.formTable tr td select{
    padding:3px 3px 3px 3px;
    color:#9b909d;
    width:227px;
    height:24px;
    line-height:24px;
    display:block;
    font-size:11px;
    font-family:arial;
    border:1px solid #9b909d;
    background:#fff;
    float:left;
}
table.formTable tr td select:focus{
    border:1px solid #6fc4ac;
}
div.search-loader{
    width:100%;
    text-align:center;
    margin:290px 0 0;
    display:none;
}

ul.searchFilters li a.removeFilter{
    outline:medium none;
}
div.detailsLike{
    float:right;
    margin:13px 21px 0 0;
    width:125px;
    position:relative;
}
div.detailsLike .fb-like{
    float:right;
}
form.regLoginLogin{
    float:left;
    margin:0;    
}
form.regLoginReg{
    float:left;
    width:422px;
    margin:0px 0 20px 10px;    
}
form.regLoginLogin table.formTable input{
    width:167px;
}
form.regLoginLogin table.formTable label{
    width:115px;
    display:block;
}
form.regLoginLogin table.formTable{
    margin-left:5px;
}
div.buttonRight{
    float: left;
    font-size: 13px;
    margin: 15px 26px 15px 20px;
    width: 734px;    
    text-align:right;     
}
div.buttonLeft{
    float: left;
    font-size: 13px;
    margin: 0 26px 15px 20px;
    width: 734px;    
    text-align:left;     
}
div.buttonRight.login{
    width:auto;
    float:right;
    margin-right:0;
}
a.loading{
    background:url('../images/loading-ajax.gif') no-repeat;
    width:16px;
    height:16px;
    margin:4px 4px 0 4px;
    display:none;
    float:left;
}
a.ok{
    background:url('../images/iconOk.png') no-repeat;
    width:16px;
    height:16px;
    margin:4px 4px 0 4px;
    display:none;
    float:left;
}
a.warning{
    background:url('../images/iconWarning.png') no-repeat;
    width:16px;
    height:16px;
    margin:4px 0 0 4px;
    display:none;
    float:left;
}
form.regLoginLogin .formTable label.tableTitle{
    font-weight:bold;
    line-height:50px;
    font-size:15px;
    width:auto;
}
table.cartContent thead{
    color:white;
    background-color: #444444;
    border:1px solid #5b5b5b;
    height: 19px;
}
table.cartContent
{
    margin:20px 0 0 20px;
    width:734px;
    color:#B9B9B9;
}
table.cartContent.accountMoney{
    margin-top:0;
}
table.cartContent#accountMoneyHistory{
    margin:0 0 20px 20px;
}
table.cartContent.paymentTypes{
    margin-bottom:20px;
}
.cartActions{
    margin:20px 0 20px 20px;
    width:734px;    
}
table.cartContent tr th {
    padding: 0px 0 0px 20px;
    color: #fff;
    text-align: left;
    line-height: 26px;
    font-size:12px;
    height:26px;
}

table.cartContent tr {
    border-bottom:1px solid #5B5B5B;
}
table.cartContent tr#last,
table.cartContent tr.last,
table.cartContent tr#total {
    border-bottom:0;
}
table.cartContent tr.bundled-row {
    border-top: 1px dotted #ededed;
    border-bottom: 0;
}
table.cartContent tr.bundled-row.bundled-last {
    border-bottom: 1px solid #ededed;
}
table.cartContent tr td
{
    padding: 4px 0 4px 20px;
    text-align:left;
    vertical-align:top;
    line-height: 24px;
    height:24px;    
}
table.cartContent tr td a{
    color:#FFFFFF;
}
table.cartContent.paymentTypes tr td, table.cartContent.accountMoney tr td{
    padding-left:0;
}

div.cartImage
{
    width:50px;
    height:50px;
    float:left;
    text-align:center;
    margin-top:7px;
}
div.cartProductTitle
{
    float:left;
    margin:6px 0 0 14px;
    font-size:12px;
}
.cartProductTitle a {
    color: #7effc1;
    text-decoration: none;
    font-size:13px;
}
.cartProductTitle a:hover {
    text-decoration: underline;
    color: white;
}
div.cartProductCode
{
    float:left;
    width:260px;
    color:#717171;
    margin:6px 0 0 14px;
}
div.cartProductCode.big {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-left: 10px;
    background: url(../images/sep.png) no-repeat left center;
}
.cartContentPayment div.cartProductCode.big {
    margin-left: 0;
}
div.cartProductPromotion
{
    float:left;
    width:260px;
    color:#76a010;
    font-family:arial;
    font-size:13px;
    margin:13px 0 0 14px;
}
div.cartChildOption {
    font-weight: normal;
    margin: 4px 0 0 14px;
    float: left;
    color: #444444;
}
input.cartQInput
{
    float:left;
    width:30px;
    height:18px;
    border:1px solid #b9b9b9;
    line-height:20px;
    color:#534156;
    font-size:11px;
    font-weight:bold;
    text-align:right;
    margin:0 5px 0 0;
    padding:0 10px 0 10px
}
a.cartPlus
{
    background:url('../images/img_cart_plus.png') no-repeat;
    margin:4px 1.5px 4px 1.5px;
    width:14px;
    height:14px;
    float:left;
    display:block;
}
a.cartMinus
{
    background:url('../images/img_cart_minus.png') no-repeat;
    margin:4px 1.5px 4px 1.5px;
    width:14px;
    height:14px;
    float:left;
    display:block;
}
a.cartRemove
{
    float:left;
    display:block;
    font-family:tahoma;
    font-size:10px;
    font-weight:bold;
    color:#a6a6a6;
    margin:3px 0 0 1px;
    text-decoration:none;
}
a.cartRemove:hover
{
    color:#7effc1;
}
div.cartItemPrice
{
    color:#b9b9b9;
    font-size:11px;
    width:65px;
    height:30px;
    float:left;
    text-align: left;
    margin-right:10px;
    padding-top: 7px;
}
div.cartTotalPrice
{
    color:#7effc1;
    font-weight:bold;
    font-size:11px;
    float:right;
    padding-right: 8px;
    width:90px;
    height:30px;
    text-align:right;
    padding-top: 7px;
}

div.cartInStock
{
    background:url('../images/img_cart_in_stock.gif') no-repeat;
    width:139px;
    height:24px;
    margin:6px 15px 0 0;
    text-align:center;
    color:#FFFFFF;
    font-family:arial;
    font-size:13px;
    line-height:24px;
    float:right;
}
div#grandTotal
{
    color:#fff;
    text-align:right;
    font-weight:bold;
    margin: 0 10px 0 0;
}
td#grandRow
{
    background-color: #444444;
    border:1px solid #5b5b5b;
    color:white;
    height: 19px;
    line-height: 19px;
    padding:0;
}
a.button{
    display: block;
    background: url(../images/button.png) no-repeat scroll left top;
    height: 19px;
    line-height: 19px;
    padding-left: 7px;
    float: left;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
}
a.button span {
    background: url(../images/button.png) no-repeat scroll right -19px;
    float: left;
    display: block;
    height: 19px;
    line-height: 19px;
    padding: 0px 9px 0px 2px;
    text-align: center;
    width: auto;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial;
    text-transform:capitalize;
}
.wrapperContent {
    padding:15px;
    overflow:auto;
    font-family: Arial;
    color:#808080;
}
.wrapperTitle {   
    height: 15px;
    line-height: 15px;
    padding: 3px 0 4px 4px;
    padding-left:15px;
    font-size: 15px;
    text-align: center;
    font-family: Arial;
    color:white;
}

div.pageText
{
    color:#717171;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    margin:13px;
    line-height:15px;
    text-align:left;
}

.pageText p {
    margin: 13px 0;
}
div.basketHeader{
    margin:20px 26px 20px 20px;
    font-size:13px;
    width:734px;
    float:left;
    color:#7effc1;
}
div.basketHeader span#displayCartTitle{
    font-weight:bold;
    float:left;
}
div.basketHeader span#displayCartTitle a{
    color:#7effc1;
}
div.basketHeader span.ageLimit{
    float:right;
    font-weight:bold;
}
table.cartContentPayment
{
    margin:20px 0 0 20px;
    width:734px;
    font-family: Arial;
    color: #DBDBD7;
    font-size:11px;
}
table.cartContentPayment.totals tr td, table.cartContentPayment.totals tr th{
    border:0;
}
table.cartContentPayment tr th
{
    padding:8px 0 8px 20px;
    text-align:left;
    font-size: 12px;
    font-weight:bold;
    color: #fff;
    border-bottom:1px solid #5B5B5B;
}
table.cartContentPayment tr th.first, table.cartContentPayment tr td.first{
    padding-left:0;
}
table.cartContentPayment tr td {
    border-bottom:1px solid #5B5B5B;
}
table.cartContentPayment tr#last td {
    border-bottom:0;
}
table.cartContentPayment tr td
{
    padding:4px 0 4px 20px;
    text-align:left;
    font-size:11px;
    vertical-align:middle;
    line-height:19px;
}
table.cartContentPayment tr.bundled-row td {
    border: 0;
}
table.cartContentPayment tr.bundled-row.last td {
    border-bottom: 1px solid #ededed;
}
table.cartContentPayment tr td.last,
table.cartContentPayment tr th.last {
    padding-right: 15px !important;
}
.cartContentPayment div.cartProductCode.big {
    margin-left: 0;
}
div.paymentSubTitle
{
    color:#ab5fc4;
    font-size:14px;
    font-weight:normal;
    height:28px;
    line-height:28px;
    border-bottom:5px solid #f5f1f9;
    width:700px;
    margin:10px 15px 10px 15px;
    text-indent:22px;
}
div.paymentSimpleText
{
    font-size:12px;
    font-weight:normal;
    height:28px;
    line-height:28px;
    margin:10px 15px 10px 0;
    text-indent:22px;
    float:left;
}
input.giftCode
{
    margin:15px 0 0 0;
    border:1px solid #b9b9b9;
    float:left;
    width:220px;
    font-size:13px;
    height:17px;
    line-height:17px;
    padding:0 10px 0 10px;
}
a#applyVoucher {
    float: right;
    margin: 13px 48px 0 0;
}
a#submitPayPF
{
    background:url('../images/postfinanceBg.png') no-repeat right;
    width:202px;
    height:88px;
    display:block;
    margin:0 auto 0 auto;
}
a#submitPayPF:hover
{
    background:url('../images/postfinanceBg.png') no-repeat left;
}
a#payByAccountMoney
{
    background:url('../images/accountMoneyCard.png') no-repeat right;
    width:202px;
    height:88px;
    display:block;
    margin:0 auto 0 auto;
}
a#payByAccountMoney:hover
{
    background:url('../images/accountMoneyCard.png') no-repeat left;
}
a#submitPayPaypal{
    background:url('../images/paypalBg.png') right;
    width:202px;
    height:88px;
    display:block;
    margin: 0 auto;
}
a#submitPayPaypal:hover{
    background:url('../images/paypalBg.png') left;
}
div#accountMoneyBox{
    margin:10px auto;
    width:202px;
    line-height:16px;
}
.paymentTotal{
    font-weight:bold;
}

table#accountMoneyHistory thead tr th{
    text-align: left;
    padding-left:20px;
}
table#accountMoneyHistory tr td{
    font-size: 11px;
}
a.submitPayPF
{
    background:url('../images/postfinanceBg.png') no-repeat right;
    width:202px;
    height:88px;
    display:block;
    margin:0 auto 0 auto;
}
a.submitPayPF:hover
{
    background:url('../images/postfinanceBg.png') no-repeat left;
}
a.payByAccountMoney
{
    background:url('../images/accountMoneyCard.png') no-repeat right;
    width:202px;
    height:88px;
    display:block;
    margin:0 auto 0 auto;
}
a.payByAccountMoney:hover
{
    background:url('../images/accountMoneyCard.jpg') no-repeat left;
}
a.submitPayPaypal{
    background:url('../images/paypalBg.png') right;
    width:202px;
    height:88px;
    display:block;
    margin: 0 auto;
}
a.submitPayPaypal:hover{
    background:url('../images/paypalBg.png') left;
}
.buttonStyle {
    background: url('../images/gray_input.png') no-repeat;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    height: 30px;
    width: 132px;
    display:block;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    float:left;
    font-weight:bold;
}
div.orderPanelLeft{
    float:left;
    margin:10px 0 0 20px;
    font-size:11px;
}
div.orderPanelRight{
    float:right;
    margin:10px 28px 0 0;
    font-size:11px;    
    line-height:16px;
}
div.eventNoResults{
    background:url('../images/search_no_results_container.png') no-repeat transparent;
    width:720px;
    height:90px;
    margin:20px 0 5px 6px;
    float:left;
    text-align:center;
}
div.eventNoResults table{
    margin:0 auto;
    height:87px;
}
div.eventNoResults table tr td{
    font-size:18px;
    font-weight:bold;
    font-family:Arial;
    color:#313131;
}
div.langSelect{
    float:right;
    height: 38px;
    line-height: 38px;
    margin: 7px 6px 7px 0;
    padding:0;
    width:57px;
}
div.langSelect a.current{
    height:20px;
    width:44px;
    float:left;
    display:block;
    background:url('../images/current_lang_bg.png') no-repeat transparent left;
    position:relative;
    z-index:10;
    margin:10px 0 0 8px;
}
div.langSelect a.current.sel{
    background:url('../images/current_lang_bg.png') no-repeat transparent right;
}
div.langSelect div.langOptions{
    width:59px;
    position:absolute;
    z-index:5;
    display:none;
    float:left;
}
div.langSelect div.langOptions div.top{
    width:59px;
    height:8px;
    float:left;
    background:url('../images/lang_sel_top.png') no-repeat transparent;
}
div.langSelect div.langOptions div.mid{
    width:59px;
    padding-top:37px;
    float:left;
    background:url('../images/lang_sel_mid.png') repeat-y transparent;
    
}
div.langSelect div.langOptions div.bottom{
    width:59px;
    height:7px;
    float:left;
    background:url('../images/lang_sel_bottom.png') no-repeat transparent;
}
span.langIcon{
    display:block;
    width:24px;
    height:19px;    
}
div.langSelect a.current span.langIcon{
    margin:1px 0 0 1px;
    float:left;
}
div.langSelect div.langOptions div.mid div.langItem{
    width:59px;
    text-align:center;
    float:left;
    height:19px;
    margin:0 0 7px 0;
}
div.langSelect div.langOptions div.mid div.langItem a{
    margin:0 1px;
    padding:0 17px 0 16px;
    display:block;
    float:left;
}
div.langSelect div.langOptions div.mid div.langItem a:hover{
    background:#5e5e5e;
}
span.langIcon.lang_de{
    background:url('../images/lang_de_icon.png') no-repeat transparent;
}
span.langIcon.lang_fr{
    background:url('../images/lang_fr_icon.png') no-repeat transparent;
}
span.langIcon.lang_en{
    background:url('../images/lang_en_icon.png') no-repeat transparent;
}
span.langIcon.lang_ch{
    background:url('../images/lang_ch_icon.png') no-repeat transparent;
}
div.staticContentSpacer{
    margin:20px 26px 20px 20px;
    font-size:12px;
}
a{
    color:#00DF9F;
}
div.myTicketsContainer{
    width:734px;
    float:left;
    margin:0 0 20px 20px;
}
a.tipTipText{
    color:#000000;
    line-height:45px;
    display:block;
}
div.myTicketsContainer a.myTicket{
    background:url('../images/ticket_list_bg.png') no-repeat transparent;
    width:734px;
    height:45px;
    float:left;
    margin:10px 0;
    outline:none;
}
div.myTicketsContainer a.myTicket table{
    height:45px;
    width:734px;
}
div.myTicketsContainer a.myTicket table tr td.number{
    width:170px;
    font-size:14px;
    color:#000000;
    font-style:italic;
    font-family:Arial;
    text-align:center;
    font-weight:bold;
}
div.myTicketsContainer a.myTicket table tr td.text{
    width:544px;
    padding-left:20px;
    font-size:14px;
    font-weight:bold;    
}
div.myTicketsContainer a.myTicket table span.white{
    color:#FFFFFF;
}
a.fieldInfo{
    background:url('../images/show_info_field.png') no-repeat transparent;
    width:16px;
    height:16px;
    display:block;
    float:left;
    margin:3px 0 0 10px;    
}
input.realPass{
    display:none;
}
div.hiddenLogin{
    float:left;
    padding-top:2px;
    padding-bottom:5px;    
    display:none;
    height:125px;
}
div.userPanelMid{
    float:left;
    padding-top:10px;
}
a.loginWithFacebookLarge{
    background:url('../images/connect_with_facebook_large.png') no-repeat transparent top;
    float:right;
    margin:4px 10px 0 35px;
    height:35px;
    text-align:center;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    line-height:31px;
    padding-left:15px;
    width:218px;
    display:block;
    outline:none;
}
a.loginWithFacebookLarge:hover{
    background:url('../images/connect_with_facebook_large.png') no-repeat transparent bottom;
}