body,html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-image:url(../graphic/fire.jpg);
	background-position:center;
	background-attachment:fixed;
}
#site {
	position:relative;
	display:table;
	height:100%;
	width:998px;
	border-left:1px solid black;
	border-right:1px solid black;
	background-color:white;
	text-align:left;
}
#clear {
	clear:both;
	overflow:hidden;
	height:0px;
}
#header {
	position:relative;
	margin-top:20px;
	width:998px;
	height:124px;
	/* language dependent background image is controlled via Mina inställningar > Allmänt > Generella script */
}
#lngSwitch {
	position:absolute;
	top:-15px;
	left:924px;
}
#goTo {
	position:absolute;
	top:67px;
	left:200px;
	width:310px;
	height:30px;
	cursor:pointer;
}
#kaxig {
	position:relative;
	left:801px;
	top:-50px;
	width:14px;
	height:54px;
	overflow:hidden;
}
img.km_flag {
	margin-right:6px;
}
#td_left {
	width:178px;
	vertical-align:top;
}
#left {
	width:178px;
	height:563px;
	background-image:url(../graphic/left.jpg);
	background-repeat:no-repeat;
}
#td_main {
	vertical-align:top;
	text-align:left;
	padding:0px 0 0 20px;
}
#menu {
	width:778px;
	height:24px;
	background-color:#00264b;
	padding:0;
	margin:0;
}
#body {
	margin:20px 0 0 0;
	min-height:400px;
}
#footer {
	border-top:1px dotted #444;
	margin:20px 0 0 0;
	padding:0 0 0 0;
}
/*tickets*/
#table_tickets td
,#table_tickets th {
	border-bottom:1px solid #CCC;
	padding:5px 5px 5px 5px;
	vertical-align:top;
}
#table_tickets th {
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	text-align:left;
}
div.tickets_date {
	font-size:12px;
	font-weight:bold;
	line-height:normal;
}
div.tickets_name {
	 font-size:12px;
	 font-weight:bold;
	 line-height:normal;
	 color:#C00;
	 margin-bottom:3px;
}
div.tickets_description {
	font-size:12px;
	line-height:normal;
}
div.tickets_soldOut {
	 font-size:12px;
	 font-weight:bold;
	 line-height:normal;
	 color:#C00;
}
td.tickets_price {
	text-align:center;
	vertical-align:top;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	color:#C00;
}
div.tickets_comment {
	font-weight:normal;

	font-size:12px;
	color:#000;
}
label {
	cursor:pointer;
}
#tickets_amount {
}
#pay_ticketQty {
	font-weight:bold;
}
#pay_ticketPrice {
	font-weight:bold;
}
#pay_total {
	font-weight:bold;
	color:#C00;
}
/*events*/
#table_event
,#table_event th
,#table_event td {
	font-size:12px;
	line-height:normal;
	border-collapse:collapse;
}
#table_event th {
	font-weight:bold;
	background-color:#CCC;
}
#table_event td {
	border-bottom:1px solid #999;
}
div.event_date {
	font-weight:bold;
}
div.event_name {
	color:#C00;
	font-weight:bold;
	margin-bottom:3px;
}
span.event_price {
	color:#C00;
	font-weight:bold;
}
td.event_time {
	font-weight:bold;
	text-align:center;
}
/* CD SKIVOR */
#table_items {
	width:100%;
	border-top:1px solid #CCC;
	margin-bottom:20px;
}
#table_items
,#table_items td {
	border-collapse:collapse;
	border-bottom:1px solid #CCC;
}
#table_items td {
	vertical-align:top;
	font-size:13px;
}
td.table_items_smallImage {
	width:60px;
}
div.table_items_smallImage {
	width:50px;
	height:50px;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}
td.table_items_name {
	padding-right:10px;
}
td.table_items_price {
	padding-right:10px;
	text-align:right;
}
td.table_items_addToCart {
	width:120px;
}
#table_buy th {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	background-color:#CCC;
}
#table_buy {
	width:100%;
	margin-bottom:20px;
}
#table_buy
,#table_buy td {
	border-collapse:collapse;
	border-bottom:1px solid #CCC;
}
#table_buy td {
	vertical-align:top;
	font-size:13px;
}
td.table_buy_qty {
	text-align:right;
	width:70px;
}
td.table_buy_aPrice {
	text-align:right;
	width:70px;
}
td.table_buy_artNo {
	padding-right:10px;
}
td.table_buy_name {
}
td.table_buy_totalPrice {
	text-align:right;
	width:70px;
	font-weight:bold;
}
input.zitQty {
	font-size:13px;
	padding:1px;
	width:25px;
	text-align:right;
}
#table_buy_toPayLabel
,#table_buy_toPayAmount {
	text-align:right;
	color:#C00;
	font-weight:bold;
}
div.item_headline {
	font-size:22px;
	line-height:24px;
	margin-bottom:6px;
	color:#C00;
}
/* order */
#table_order td
,#order_print {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
