*{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

html{
	width: 100%;
	height: 99%;
}

body{
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.modal {
	display: none;
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../images/ajax_loader.gif') rgba(255, 255, 255, 0.9) 50% 40% no-repeat;
}

body.loading {
	overflow: hidden;
}

body.loading .modal {
	display: block;
}

#header{
	width: 100%;
	height: 125px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#header h1{
	text-indent: -4500px;
}

#sport_klub{
	width: 325px;
	height: 72px;
	position: absolute;
	left: 87px;
	top: 41px;
}

#sport_klub a{
	width: 325px;
	height: 72px;
	display: block;
	background-image: url(../images/sk_logo.png);
	background-repeat: no-repeat;
}

#select_box {
	width: 800px;
	height: 43px;
	position: absolute;
	right: 88px;
	top: 49px;
	background-image: url(../images/select_bg.png);
	background-repeat: no-repeat;
}

.select_option {
	color: #555555;
	font-size: 19px;
	font-weight: bold;
	line-height: 43px;
	text-indent: 15px;
	height: 43px;
	width: 752px;
	text-align: left;
	float: left;
}

#select_arrow {
	width: 48px;
	height: 43px;
	cursor: pointer;
	float: left;
}

#show_list {
	width: 752px;
	position: absolute;
	top: 43px;
	left: 0px;
	display: none;
	background-color: rgba(47, 46, 46, 0.9);
	background-image: url(../images/drop_down_shaddow.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #b9b9b7;
	text-align: left;
	text-indent: 30px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 5px 15px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 5px 15px 0px rgba(50, 50, 50, 0.7);
	z-index: 8000;
}

.navlist {
	color: #b9b9b7;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-top: solid 1px #414040;
	border-bottom: solid 1px #111111;
	cursor: pointer;
}

.navlist.active {
	background: url(../images/tick_active.png) 10px 50% no-repeat;
}

.navlist:hover {
	background: #cf3913;
	background: -moz-linear-gradient(top,  #cf3913 6%, #881002 60%, #3e0400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#cf3913), color-stop(60%,#881002), color-stop(100%,#3e0400)); 
	background: -webkit-linear-gradient(top,  #cf3913 6%,#881002 60%,#3e0400 100%);
	background: -o-linear-gradient(top,  #cf3913 6%,#881002 60%,#3e0400 100%);
	background: -ms-linear-gradient(top,  #cf3913 6%,#881002 60%,#3e0400 100%);
	background: linear-gradient(to bottom,  #cf3913 6%,#881002 60%,#3e0400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3913', endColorstr='#3e0400',GradientType=0 );
	color: #ffffff;
	height: 31px;
	line-height: 31px;
	border-bottom: 0px none;
}

.navlist:first-child {
	border-top: 0px none;
	
}

.navlist:last-child {
	border-bottom: 0px none;
	
}

#failed, #expiried, #player {
	display: none;
}

#separator{
	height: 40px;
	text-align: center;
}

.error{
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	text-align: center;
	width: auto;
	margin: 5px auto 0px auto;
	font-size: 14px;
	font-weight: bold;
	border: solid 2px #555555;
	
}

#container {
	width: 95%;
	height: 700px;
	margin: 0px auto 0px auto;
	background: #000000;
	border: solid 2px #555555;
	text-align: center !important;
	position: relative;
}

#player {
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0px auto 0px auto !important;
	text-align: center !important;
}

#footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #b9b9b7;
	text-align: center;
}


#failed, #expiried {
	width: 810px;
	height: 30px;
	line-height: 40px;
	margin: 10px auto 0px auto;
	background: #ffffff;
	color: #000000;
	border: solid 2px #555555;
}

#order_info {
	width: 99%;
	text-align: center;
	line-height: 140%;
	font-size: 18px;
	margin-top: 40px;
}

#payment {
	width: 810px;
	height: 700px;
	margin: 0px auto 0px auto;
	overflow-y: auto;
	border: solid 2px #555555;
	background: #ffffff;
	color: #000000;
}

#payment form{
	margin: 10px 20px 10px 20px;
}

.fields {
	font-size: 16px;
	color: #333;
	width: 99% !important;
	display: block;
	clear: both;
	margin-left: 2%;
}

.fields h2{
	font-size: 26px;
	color: #000000;
	margin: 20px 0px 15px 0px;
	font-weight: normal;
}

span.field_label_double {
	display: inline-block;
	width: 49%;
}

span.field_label_fourfold {
	display: inline-block;
	width: 35%;
	position: relative;
}

span.field_label_fivefold {
	display: inline-block;
	width: 36%;
	position: relative;
}

.vertical.maestro {
	width: 18%;
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.fields label {
	display: block;
	color: #000000;
	max-width: 93%;
	width: 93%;
	text-align: left;
	font-size: 14px;
}

.fields select {
	border: 1px solid #b1b4b7;
	font-size: 16px;
	font-weight: bold;
	height: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
	-moz-box-shadow: 1px 1px 3px #E8E8E8;
	-webkit-box-shadow: 1px 1px 3px #E8E8E8;
	box-shadow: 1px 1px 3px #E8E8E8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: white;
	color: black;
	outline: 0;
	text-align: left;
	vertical-align: top;
}

#event_purchase, #countryRegionBilling, #countryBilling {
	background-position: 98% 50% !important;
	max-width: 93%;
	width: 93%;
	padding: 10px 5px;
	
}

.arrows_down {
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 92% 50%;
	padding-right: 10px !important;
	padding-left: 5px !important;
}
.mustmatch {
	font-size: 12px;
	color: #9a9a9a;
	font-style: italic;
	padding-left: 16px;
	float: right;
}

span.dash_sep {
	display: inline-block;
	width: 12px;
	height: 10px;
	text-align: center;
	position: relative;
	top: 8px;
}

.fields input[type="text"], .fields input[type="password"], .fields input[type="email"], .fields input[type="number"], .fields select {
	border: 1px solid #b1b4b7;
	font-size: 16px;
	padding: 10px 5px;
	height: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
	-moz-box-shadow: 1px 1px 3px #E8E8E8;
	-webkit-box-shadow: 1px 1px 3px #E8E8E8;
	box-shadow: 1px 1px 3px #E8E8E8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: white;
	color: black;
	outline: 0;
	text-align: left;
	vertical-align: top;
}

.fields input[type=text], select#countryBilling, select#countryShipping, select#countryRegionBilling, select#countryRegionShipping, select#countryRegionKlarna {
	width: 93%;
	font-weight: bold;
}

input.securityCode, label.securityCode {
	width: 100px !important;
}

.issuenumber {
	display: none;
}

form #card_number {
	background-image: url(../images/card_validation.png), url(../images/card_validation.png);
	background-position: 2% -80px, 138% 4px;
	background-size: 120px 439px, 120px 439px;
	background-repeat: no-repeat;
	text-indent: 60px;
}

form #card_number.visa {
	background-position: 2% -123px, 138% 4px;
}

form #card_number.valid.visa {
	background-position: 2% -123px, 138% -38px;
}

form #card_number.visa_electron {
	background-position: 2% -165px, 138% 4px;
}

form #card_number.valid.visa_electron {
	background-position: 2% -165px, 138% -38px;
}

form #card_number.mastercard {
	background-position: 2% -207px, 138% 4px;
}

form #card_number.valid.mastercard {
	background-position: 2% -207px, 138% -38px;
}

form #card_number.maestro {
	background-position: 2% -249px, 138% 4px;
}

form #card_number.valid.maestro {
	background-position: 2% -249px, 138% -38px;
}

form #card_number.discover {
	background-position: 2% -291px, 138% 4px;
}

form #card_number.valid.discover {
	background-position: 2% -291px, 138% -38px;
}

form #card_number.amex {
	background-position: 2% -333px, 138% 4px;
}

form #card_number.valid.amex {
	background-position: 2% -333px, 138% -38px;
}

form #card_number.diners_club_international {
	background-position: 2% -376px, 138% 4px;
}

form #card_number.valid.diners_club_international {
	background-position: 2% -376px, 138% -38px;
}

input.button_finish_order {
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	min-width: 150px;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border: 0px none;
	background-image: url(../images/by_button.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
}

input.button_finish_order:hover {
	background-position:0px -48px;
	cursor: pointer;
}

input.button_finish_order:focus {
	outline: 0;
}

#cvm_tooltip {
	float: right;
	margin: 5px 3px 0px 0px !important;
	cursor: pointer;
}

.cvm_tooltip {
	display: none;
	position: absolute;
	top: -260px;
	left: -150px;
	z-index: 1000;
}

.shop_info {
	padding-bottom: 15px;
}

.purchase_post_terminal_info {
	font-size: 14px;
	padding-bottom: 15px;
}

.card_logos {
	margin: 0px 0px 0px 15px !important;
	padding: 0px 0px 8px 0px !important;
	display: inline-block;
	vertical-align: middle;
}
.card_secure_help img{
	margin: 0px 0px 0px 8px !important;
	cursor: pointer;
}

.purchase_terms, .purchase_card_terms {
	font-size: 16px;
	text-decoration: underline;
	margin-top: 10px !important;
	margin-bottom: 30px !important;
	display: inline-block;
}

.purchase_terms:hover, .purchase_card_terms:hover {
	cursor: pointer;
	text-decoration: none;
}

#purchase_terms, #purchase_card_terms, #card_secure_help {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	position: fixed;
	z-index: 5000;
}
.purchase_holder, .card_terms_holder, .secure_help_holder {
	position: relative;
	top: 15%;
	width: 75%;
	max-width: 814px; 
	height: 70%;
	background: #ffffff;
	border: solid 2px #555555;
	z-index: 6000;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 20px 10px 20px 20px;
}
.purchase_content, .card_terms_content, .secure_help_content {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	color: #000000;
}
.purchase_content h2, .card_terms_content h2, .secure_help_content h2 {
	margin: 0px 0px 15px 0px;
	font-size: 26px;
	line-height: 140%;
}
.purchase_content p, .card_terms_content p, .secure_help_content p {
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	line-height: 140%;
}
.purchase_content ul, .purchase_content ol, .card_terms_content ul, .card_terms_content ol, .secure_help_content ul, .secure_help_content ol {
	margin: 10px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
}
.purchase_content ol, .card_terms_content ol, .secure_help_content ol {
	margin: 15px 0px 15px 35px;
	padding: 0px 0px 0px 0px;
}
.purchase_content ul li, .card_terms_content ul li, .secure_help_content ul li {
	margin: 5px 0px 10px 25px;
	padding: 2px 0px 0px 0px;
	list-style: disc;
	line-height: 120%;
}
.purchase_content ol li, .card_terms_content ol li, .secure_help_content ol li {
	margin: 5px 0px 10px 25px;
	padding: 2px 0px 0px 0px;
	line-height: 120%;
}
.purchase_close, .card_terms_close, .secure_help_close {
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	top: -13px;
	right: -13px;
	z-index: 7500;
	background: url(../images/close_popup.png) 50% 50% no-repeat;
}
.purchase_close span, .card_terms_close span, .secure_help_close span {
	width: 26px;
	height: 26px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	cursor: pointer;
}


@media (max-width: 870px) {

	body {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}

	#header{
		height: 60px;
	}

	#sport_klub{
		width: 181px;
		height: 40px;
		position: absolute;
		left: 4%;
		top: 15px;
	}

	#sport_klub a{
		width: 181px;
		height: 40px;
		background-size: cover;
	}

	#header #select_box {
		top: 12px;
		right: 4%;
		width: 552px;
		height: 35px;
		background-size: cover;
	}

	.select_option {
		font-size: 14px;
		line-height: 35px;
		text-indent: 25px;
		height: 35px;
		width: 552px;
	}

	#select_arrow {
		width: 38px;
		height: 35px;
	}

	#show_list {
		width: 552px;
		top: 35px;
		background-size: cover;
	}

	#separator{
		height: 30px;
	}
	
	#payment, .field_label_double {
		width: 95% !important;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.field_label_double {
		width: 98% !important;
	}
	
	span.field_label_fourfold {
		width: 98% !important;
	}

	span.field_label_fivefold {
		width: 47%;
	}

	.vertical.maestro {
		width: 49%;
	}
	
	.cvm_tooltip {
		top: -140px;
		left: 0px;
		width: 100%;
		height: auto;
	}

	#footer {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

}
@media (max-width: 480px) {

	#header{
		height: 50px;
	}

	#header #sport_klub {
		display: none;
	}

	#header #select_box {
		top: 6px;
		right: 2%;
	}
	
	span.field_label_fivefold {
		width: 49%;
	}

	.vertical.maestro {
		width: 49%;
		display: none;
	}
	
	.cvm_tooltip {
		top: -140px;
		left: 0px;
	}
	
	.purchase_terms, .purchase_card_terms {
		font-size: 14px;
		margin-left: 0px !important;
		margin-top: 15px !important;
		margin-bottom: 10px !important;
		display: block !important;
	}

	#button_finish_order {
		display: block !important;
	}
	
	.card_logos {
		margin: 15px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
	}

	.card_secure_help img{
		margin: 0px 0px -12px 8px !important;
	}
}

@media (max-width: 380px) {
	span.field_label_fivefold {
		width: 60%;
	}

	.vertical.maestro {
		width: 60%;
	}
}