html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, td, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
html{
    height:100%;
}
body{
	line-height: 1;
    font-family: helvetica, "Helvetica", Arial, sans-serif;
    font-size: 62.5%;
    background-color: #ffffff;
    height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label {
    display:block;
    font-weight:bold;
    color:black;
    font-size:1.1em;
    line-height:1.3em;    
}
a{
    text-decoration:none;
    font-size:1.2em;
    cursor:pointer;
}
a:visited{
    color:#376c99
}
a:hover{
    text-decoration:underline;
}
a.small{
    text-decoration:none;
    color:#376c99;
    font-weight:bold;
    font-size:1.0em;
}
h2, h3, h4, h5 {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
h2{
    color: #376c99;
    font-size: 1.7em;
    line-height: 33px;
    padding: 0 0 0 6px;    
}
h3{
    display:inline;
    font-size:1.5em;
    line-height:28px;
    padding: 0 0 0 6px;
    color: #6A6A6A;
}
h4{
    display:inline;
    font-size:1.3em;
    line-height:20px;
    padding: 0 0 0 6px;
    color: #6A6A6A;
}
/* Anpassnings styles skall ligga här */
.bold{
    font-weight:bold !important;
}
.hidden
{
    display:    none;
}
.unactive
{
    color:    #b0b0b0;
}
.noPaddingV
{
    padding-top:    0px !important;
    padding-bottom: 0px !important;
}
.noPaddingH
{
    padding-left:   0px !important;
    padding-right:  0px !important;
}
.noPadding { padding: 0px !important; }
.centerText
{
    text-align:     center !important;
    margin-left:    auto !important;
    margin-right:   auto !important;
}
.noMargin
{
    margin:         0px !important;
}
.smallTopMargin
{
    margin-top:     15px !important;
}
.smallLeftMargin
{
    margin-left:     15px !important;
}
.noLeftMargin{ margin-left:  0px !important;
}
.red{
    color:          #dd6644;
}
.right{
    float:          right !important;
}
.left{
    float:          left !important;
}
.clear{
    clear:          both;
}
.clearLeft{
    clear:          left;
}
.fillHorizontally {width: 100% !important;}
.noWidth {width: auto !important;}
.w150px {width: 160px !important;}
.w200px {width: 200px !important;}
.w300px {width: 300px !important;}
.w100px {width: 100px !important;}
.disabled{
    opacity: .20;
    filter:Alpha(Opacity=20);
}
.relative {position: relative; float: none;}
.divider{
    clear:          both;
    width:          80%;
    border-bottom:  1px #dddddd solid;
    padding-top:    10px;
    /*margin-bottom:  20px;*/
    margin-left:    auto;
    margin-right:   auto;
}
.container{
    width:965px;
    margin: 0 auto;
}
#main{
    background-color:#fff;
    /*min-height: 100%;*/
    /*height: auto !important;*/
    /*height: 100%;*/
    margin: 0 auto -86px;
    margin-bottom:20px;
}
#content{
    /*margin-bottom:15px;*/
    background-color:#fff;
}
#header{
    height:140px;
    padding-bottom:10px;
    background:url("/images/customer/customerheaddemo.png") no-repeat;
}
#toolbar{
    background: rgba(255, 255, 255, 0.7);
    text-align:right;
    height:15px;
    border-bottom:1px solid #E4E4E4;
}
#toolbarcontent{
    padding-top:3px;
    padding-right:5px;
}
#progressbasketdiv{
    width:925px;
    height:24px;
    padding: 3px 4px 5px;
    border:1px solid #E4E4E4;
    border-radius:4px;
    -moz-border-radius:4px;
    margin-left:10px;
    margin-right:30px;
    /*margin-bottom:5px;*/
    /*margin-top:10px;*/
}

#breadcrumbs{
    float:left;
    margin:0 0 4px;
    width:700px;
}
#breadcrumbs ul{
    list-style: none outside none;
    height: 27px;
}
#breadcrumbs ul.first{
    background: url("/images/customer/breadcrumbs.png") no-repeat scroll 0 0 transparent;
}
#breadcrumbs ul.second {
    background: url("/images/customer/breadcrumbs.png") no-repeat scroll 0 -27px transparent;
}
#breadcrumbs ul.third {
    background: url("/images/customer/breadcrumbs.png") no-repeat scroll 0 -54px transparent;
}
#breadcrumbs ul.fourth {
    background: url("/images/customer/breadcrumbs.png") no-repeat scroll 0 -81px transparent;
}
#breadcrumbs ul li {
    color: #7e7e7e;
    float: left;
    padding-top:4px;
    font: bold 1.3em Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-align: center;
    width: 160px;
}
#breadcrumbs ul li.current{
    /*color:#333;*/
    color:#fff;
}
#progressbar{
    float:left;
}
#progressbar ul{
    height: 27px;
    list-style: none outside none;
    padding: 0 5px;
}
#progressbar ul li{
    float: left;
    margin: 0 2px 0 0;
    background:url("/images/customer/progressunfocus.jpg") no-repeat;
    padding: 2px 5px;
    width:130px;
    text-align:center;
}
#progressbar ul li span{
    margin:21px;
    margin-left:8px;
    font: normal 1.3em "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    vertical-align: top;
    color:#376c99;
    
}
#progressbar ul li.active{
    background:url("/images/customer/progressfocus.jpg") no-repeat;
}
#progressbar ul li.active span{
    color:#fff;
}
#sessionbasketdiv{
    float:right;
    width:140px;
    text-align:right;
}
#sessiontimer{
    display:inline;
    margin-right:12px;
    padding-top:5px;
}
#basket{
    display:inline;
    margin-right:12px;
}
#eventinfo{
    padding:10px;
}
#arenainfodiv{
    margin:10px;
}
#shownamediv{
    margin:12px;
}
.showdateinfo{
    font-size: 1.2em;
    padding-left: 6px;
}
.arenalink{
    background:url("/images/admin/more_div_header_img.png") no-repeat;
    padding-left:14px;
    margin-left:1px;
}
#eventname{
    /*margin-bottom:15px;*/
}
#eventname span.showdate{
    color: #6A6A6A;
    font: 1.1em helvetica,arial,sans-serif;
    padding-left:6px;
}
#eventinfotabs{
    background: url("/images/customer/eventinfo_tab_back.gif") repeat-x scroll 0 0 #FFFFFF;
    width:700px;
}
#eventinfotabs ul{
    height: 27px;
    list-style: none outside none;
    padding: 0 5px;    
}
#eventinfotabs ul li{
    float: left;
    margin: 0 2px 0 0;    
}
#eventinfotabs ul li a{
    display: block;
    float: left;
    font-size: 1.2em;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color:#376C99;
}
#eventinfotabs ul li.active a{
    background-position: 0 -54px;
    color: #376c99;
    font-weight: bold;
}
#eventinfotabs ul li a {
    background: url("/images/customer/eventinfotabs.gif") no-repeat scroll 0 -27px transparent;
    width: 96px;
}
#social{
    margin-right:15px;
}
#eventinfotext
{
    width:700px;
    /*height:150px;*/
    /*overflow:hidden;*/
    color: #4D4D4D;
    margin: 12px 5px 0;
    font-size:1.2em;
}
#eventinfomap{
    width:550px;
    height:325px;
    overflow:hidden;
    color: #4D4D4D;
    margin: 12px 5px 0;
}
#eventinfotext p{
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0 0 20px;    
}
#listselectiondiv{
    padding-bottom:1px;
    width:120px;
}
#listselectiondiv a{
    padding-left:5px;
    color: #6A6A6A;
    font: normal 1.3em "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
#listselectiondiv a.linkactive{
    color: #376c99;
}
#listselectiondiv span{
    color: #6A6A6A;
    font: normal 1.3em "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
#showlistdiv{
    padding: 0 0 8px;
    margin-left:10px;
    margin-right:10px;
    /*margin: 12px 5px 25px;*/
}
#showlistdiv table{
    width: 100%;
    word-wrap: break-word;    
}
#showlistdiv table th{
    /*color: #376c99;*/
    color: #000;
    background:url("/images/customer/tableheader.png") repeat-x;
    font-size: 1.4em;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    text-align: left;
}
#showlistdiv table th.lastth{
    padding:0;
}
#lasttablehead{
    background: transparent url("/images/customer/tableheader_last.png") no-repeat bottom right;
    width:100%;
}
#showlistdiv table tr td{
    padding: 7px 0 7px 5px;
    border-bottom:1px solid #E4E4E4;
}
#showlistdiv tr.even td{
    background: none repeat scroll 0 0 #FFFFFF;
}
#showlistdiv tr.odd td{
    background: none repeat scroll 0 0 #F9F9F9;
    
}
#showlistdiv table tr td p{
    font: bold 1.3em Arial,Helvetica,sans-serif;
    vertical-align: top;
}
#showlistdiv table tr td span{
    color: #6A6A6A;
    font: 1.2em helvetica,arial,sans-serif;
}
#showlistdiv table tr td a{
    font: bold 1em "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    vertical-align: top;
    color:#376c99;
}
#categorylistdiv{
    padding: 0 0 8px;
    margin: 15px 10px 25px;
    border:1px solid #E4E4E4;
    -moz-border-radius:4px;
}
#categorylistdiv table{
    /*width:75%;*/
    word-wrap: break-word;     
}
#categorylistdiv table tr th{
    font-size: 1.3em;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    text-align: left;    
}
#categorylistdiv table tr td{
    padding: 7px 7px 7px 5px;
    border-bottom:1px solid #E4E4E4;
}
#categorylistdiv table tr td span{
    font: 1.2em helvetica,arial,sans-serif;
    color: #376c99;
}
#categorylistdiv table tr th.categoryth{
    color: #376c99;
    font-weight:bold;
}
#categorylistdiv table tr td.sectiontd{
    color: #6A6A6A;
    font: 1.2em helvetica,arial,sans-serif;    
}
#categorylistdiv table tfoot tr td{
    border-bottom:none;
}
#categorylistdiv table tfoot tr td.sectiontd{
    font-size: 1.3em;
    font-weight: normal;
    color:#000000;
}
#categorylistdiv table input{
    border:1px solid gray;
}
.sectioncolor{
    width:16px;
    height:12px;
    border:1px solid #d3d3d3;
}
.innersectioncolor{
    width:14px;
    height:10px;
    margin-top:1px;
    margin-left:1px;
}
#seatsuggestiondiv{
    float:left;
    padding: 0 0 8px;
    margin: 12px 5px 25px;
    width:265px;
}
#seatsuggestiondiv table{
    width:100%;
    word-wrap: break-word;
}
#seatsuggestiondiv table tr th{
    font-size: 1.3em;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    text-align: left;    
}
#seatsuggestiondiv table tr td{
    padding: 7px 7px 7px 5px;
    border-bottom:1px solid #E4E4E4;
}
#seatsuggestiondiv table tr td span{
    /*font: 1.2em helvetica,arial,sans-serif;*/
    color: #376c99;
}
#seatsuggestiondiv table tr td span.smallspan{
    /*font: 1.1em helvetica,arial,sans-serif;*/
    color: #6A6A6A;    
}
#seatsuggestionbuttondiv{
    margin-top:15px;
    text-align:right;
    margin-right:5px;
}
#seatsflashdiv{
    float:left;
    margin:12px;
}
.push{
    height:86px;
}
#footer{
    height:86px;
    color:white;
    width: 965px;
}
#paymentmaindiv{
    float:left;
    width:780px;
}
.orderFormContainer{
    margin-top:50px;
    margin-left:25px;
    width:750px;
}
#customerinfo{
    float:left;
    margin-left:5px;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    -moz-border-radius:4px;
    margin-top:50px;
    width:155px;
    padding:10px;
}
#customerinfo p{
    font: 1.2em helvetica,arial,sans-serif;
    color: #376c99;
    font-weight:bold;
    margin-bottom:5px;
}
#customerinfo span{
    font: 1.1em helvetica,arial,sans-serif;
    color: #6A6A6A; 
    font-weight:normal;
    line-height:18px;
    word-wrap:break-word;
}
#productContainer {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    -moz-border-radius:4px;
    display:inline-block;
    float:none;
    position:relative;
}
#merchandiseContainer {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    -moz-border-radius:4px;
    display:inline-block;
    float:none;
    position:relative;
}
#insuranceContainer{
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    -moz-border-radius:4px;
    display:inline-block;
    float:none;
    margin-top:47px;
    position:relative;
}
#deliveryContainer{
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    -moz-border-radius:4px;
    display:inline-block;
    float:none;
    margin-top:47px;
    position:relative;
}
#paymentContainer{
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    -moz-border-radius:4px;
    display:inline-block;
    float:none;
    margin-top:47px;
    position:relative;
}
.iconContainer{
    background-repeat:no-repeat;
    height:54px;
    left:-26px;
    position:absolute;
    top:-38px;
}
.iconContainer h3{
    margin:20px 0 0 57px;
    text-transform:none;
    white-space:nowrap;
    font-size:16px;
}
.productIcon{
    background-image:url("/images/customer/formIconCart.gif");
}
.merchandiseIcon{
    background-image:url("/images/customer/formIconCart.gif");
}
.insuranceIcon{
    background-image:url("/images/customer/formIconPlus.gif");
}
.deliveryIcon{
    background-image:url("/images/customer/formIconDelivery.gif");
}
.paymentIcon{
    background-image:url("/images/customer/formIconPayment.gif");
}
.userIcon{
    background-image:url("/images/customer/formIconUser.gif");
}
.productTable{
    width:100%;
}
.productTable th{
    text-align:left;
    color: #376C99;
    font-size: 1.3em;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding:4px;
}
.productTable th row1{
    padding-left:22px;
    text-align:left;
    width:250px;
}.productTable tr{
     border-bottom: 1px solid #E4E4E4; 
}
.productTable td{
    color: #6A6A6A;
    font: 1.2em helvetica,arial,sans-serif;
    line-height:20px;
    padding:3px 4px 3px;
    text-align:left;
    vertical-align:top;
}
.productTable p{
    font-weight:bold;
    color:#376c99;
}
.productTable label{
    font-weight:bold;
    color:#376c99;
    font: 12px helvetica,arial,sans-serif !important;
    font-weight:bold;
}
.productTable span{
    font: normal 1em "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;    
}
.productTable tr.totalrow{
     border:none;
}
.productTable tr.totalrow td{
    padding-top:1px;
    padding-bottom:1px;
}
.productTable a.small{
    color: #376C99;
    font-weight: bold;
    font-size:1.0em;
}
select, input{
    border:1px solid gray;
    font-family:arial,helvetica, sans-serif;
}
#agreementfooter{
    color: #6A6A6A;
    font-size: 1.1em;
    margin-top:15px;
    margin-right:200px;
}
#agreementfooter a{
    color: #376C99;
    font-weight: bold;
    font-size:1.0em;    
}
#agreementfooter label{
    color: #333333;
    font-weight: bold;
    display:inline;
    font-size:1.0em;
}
#totalpayfooter{
    color: #333333;
    font-size: 1.4em;
    font-weight:bold;
    margin-top:15px;
    margin-right:200px;
}
#totalpayfooter a{
    color: #376C99;
    font-weight: bold;
    font-size:0.8em;    
}
#totalpaydetails{
    color: #333333;
    font-size: 0.8em;
    font-weight:bold;
    float:right;    
}
#paymentfooter{
    margin-top:25px;
    margin-right:200px;
    margin-bottom:25px;
}
#showDataContainer fieldset{
    border:1px solid #999999 !important;
    padding:12px !important;
}
#showDataContainer label{
    display:block;
    font-weight:bold;
    color:black;
    line-height:1.3em;
}
#showDataContainer textarea{
    width:485px;
    height:95px;
}
.showdataSubcomment{
    display:block;
    color:#999999;
}
#errormessage{
    font-size:1.2em;
    font-weight:bold;
}
#loginerrormessage{
    font-size:1.1em;
    font-weight:bold;
    color:#dd6644;
}
#loginlistdiv{
    background-color:#F6F6F6;
    padding: 12px;
    margin: 15px 10px 25px;
    border:1px solid #E4E4E4;
    -moz-border-radius:4px;
}
#loginlistdiv label{
    float: left;
    font-size: 1.3em;
    margin-right: 12px;
    text-align: right;
    width: 150px;
    font-weight:normal;
}
#loginlistdiv label.error{
    text-align:left;
    margin-left:10px;
    color:#dd6644;
    width:200px;
}
#loginlistdiv input[type=text], input[type=password]{
    float:left;
    width: 200px;
    margin-bottom:6px;
    padding-left: 3px;
    padding-top: 3px;
    color:#333333;
    font-size:11px;
    line-height:14px;
    border: 1px solid #BCC1CD;
}
#loginlistdiv hr{
    color:#999999;
    margin-left:16px;
    margin-right:400px;
}
#loginlistdivedit{
    background-color:#F6F6F6;
    padding: 12px;
    margin: 15px 10px 25px;
    border:1px solid #E4E4E4;
    -moz-border-radius:4px;
}
#loginlistdivedit h3{
    font-size:15px;
}
#loginlistdivedit label{
    float: left;
    font-size: 13px;
    margin-right: 12px;
    text-align: right;
    width: 150px;
    font-weight:normal;
}
#loginlistdivedit label.error{
    text-align:left;
    margin-left:10px;
    color:#dd6644;
    width:225px;
}
#loginlistdivedit input[type=text], input[type=password]{
    float:left;
    width: 200px;
    margin-bottom:6px;
    padding-left: 3px;
    padding-top: 3px;
    color:#333333;
    font-size:11px;
    line-height:14px;
    border: 1px solid #BCC1CD;
}
#loginlistdivedit hr{
    color:#999999;
    margin-left:16px;
    margin-right:400px;
}
#loginemailfieldlabel{
    width:80px !important;
}
#loading{
    padding:20px;
    background-color:#EEEEEE;
    border:1px solid #999999;
    color:#dd6644;
    font-size:1.4em;
}
#loading-overlay {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index:1000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
#loading-message {
    display:none;
    position: absolute;
    width: 400px;
    height: 80px;
    line-height: 10px;
    color:#333333;
    font-size:1.4em;
    background-color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -50px;
    z-index:2000;
    padding-top:40px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
#vouchertr{
    background-color:#EEEEEE;
}
#vouchertr td{
    padding-top:10px;
    padding-bottom:10px;
}
#recieptdiv{
    padding-left:6px;
}
#recieptdiv h3{
    padding:0 !important;
}
#recieptdiv span{
    font-size: 1.2em;
    line-height: 1.3em;
    color:#666666 !important;
}
#logindiv{
    padding-left:6px;
}
#logindiv h3{
    padding:0 !important;
}
#logindiv span{
    font-size: 1.2em;
    line-height: 1.3em;
    color:#666666 !important;
}
#letterdeliverydiv label.error{
    color:#dd6644;
    display:none;
}
.noscriptalert {
    background: #fff6bf url(/images/admin/icons/wrench.png) center no-repeat;
    background-position: 15px 50%;
    text-align: left;
    padding: 20px 20px 20px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}
.insuranceselected{
    background: #f2f2f2;
}

.arenaLocationLink{
    background-image: url("/images/customer/icons/web_pin.png");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: 0 3px;
    padding-left: 16px;
    font-size:13px;
    color:#376c99;
}
.showCityInEventList{
    padding-left: 16px;
}
.addonsIcon{
    width: 40px;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    bottom: -5px;
}
