@import url(nav.css);
* {
	margin: 0;
	padding: 0;
	outline: none;
}
@font-face {
	font-family: 'ArialBlack';
	src: url('fonts/ARIBLK.eot');
	src: local('☺'), url('fonts/ARIBLK.woff') format('woff'), url('fonts/ARIBLK.ttf') format('truetype'), url('fonts/ARIBLK.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {outline:none;}
body {
	width: 100%;
	height: 100%;
	background: #f5f5f5 url(gfx/BG_main2.jpg) top center no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #434343;
}
a {
	text-decoration: underline;
	color: #357dcd;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	letter-spacing: -2px;
	color: #4a4a4a;
	margin: 4px 0 6px 0;
	text-transform: uppercase;
	font-family: ArialBlack, arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
}
h2 {
	font-size: 14px;
	color: #4a4a4a;
	margin-bottom: 6px;
	clear: left;
}

#left h2 {
	text-transform: uppercase;
	font-family: ArialBlack, arial, helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #4a4a4a;
}
img {display: block; border: none;} 
#wrapper {
	width: 1010px; height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#top {
	background: url(gfx/BG_wrapper_top.png);
	behavior: url("script/iepngfix.htc");
	width: 1010px; height: 39px;
	margin-top: -5px;
}
#wrapper-inner {
	background: url(gfx/BG_wrapper_tile.png) top left repeat-y;
	_background: url(gfx/BG_wrapper_tile.png) top right repeat-y;
	behavior: url("script/iepngfix.htc");
	overflow: hidden;
	width: 947px;
	padding: 2px 0px 50px 63px;
}
#head {
	overflow: hidden;
	width: 884px;
	margin-bottom: 6px;
}
#logo {float: left;}

#wrapper-cols {
	/*overflow: hidden;*/
	width: 891px;
}
#wrapper-cols #left {
	float:left;
	width: 219px;
	margin: 0 15px 0 0px;
	overflow: hidden;
}
#wrapper-cols #right {
	float: left;
	width: 652px;
}
#wrapper-content-main {
	/*overflow: hidden;*/
	width: 100%;
	margin-bottom:10px;
	/*margin-top: -38px;*/
	padding: 0px 0 0 0;
}
#wrapper-content-main.test {
	overflow: hidden;
	width: 612px;
	padding: 6px 20px 0px 20px;
	margin-bottom:10px;
	border-left: 1px solid #d4d4d4;
}
p {
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 19px;
}
#wrapper-content-main p:first-child {
	margin-bottom: 0px;
}

/******** newsBoxes ********/

#wrapper-newsBoxes {
	width: 100%;
	overflow: hidden;
    display: flex;
}

#loadingNews {
    background: url(ajax-loader.gif) no-repeat;
    padding-left: 50px;
    line-height: 30px;
}

.newsBox {
	font-size: 10px;
	float: left;
	width: 192px; min-height: 270px;
	border: 1px solid #d4d4d4;
	background: url(gfx/BG_newsBox.png) repeat-x;
	padding: 10px;
	overflow: hidden;
	margin-left:5px;
	margin-bottom: 5px;
}
#wrapper-newsBoxes.products .newsBox{
	min-height: 202px;
}
.newsBox.item1, .newsBox.item4, .newsBox.item7, .newsBox.item10 {
	margin-left: 0;
}
.newsBox p {
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 8px 0;
}
.newsBox:first-child {margin-left: 0px;}
.newsBox img {
	border: 1px solid #d4d4d4;
	margin: 0px 0 10px 0px;
}
.newsBox h3 {
	/*color: #361b1d;*/
	font-size: 12px;
	margin: 0px 0px 4px 0px;
}
.newsBox h3 a {
	color: #4a4a4a;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.newsBox h3 a:hover {
	text-decoration: underline;
}
.newsBox h4.price {
	font-size: 24px;
	margin: 20px 0px 0px 0px;
}
.newsBox h4.price a {
	text-decoration: none;
	color: #4a4a4a;
}

/******** newsBoxes  END ********/

/******** arkivBoxes ********/
.arkivBox {
	font-size: 10px;
	border: 1px solid #d4d4d4;
	background: url(gfx/BG_arkivBox.png) repeat-x;
	padding: 10px;
	overflow: hidden;
	margin: 0 0 8px 5px;
}
#wrapper-content-main .arkivBox p {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 8px 0;
}
.arkivBox img {
	border: 1px solid #d4d4d4;
	margin: 0px 13px 0px 0px;
	float: left;
}
#wrapper-content-main .arkivBox h3 {
	color: #361b1d;
	font-size: 12px;
	margin: 2px 0px 5px 0px;
}
.arkivBox h3 a {
	color: #361b1d;
	text-transform: uppercase;
	text-decoration: none;
}
.arkivBox h3 a:hover {
	text-decoration: underline;
}
/******** arkivBoxes END ********/

/******** Footer ********/

#footer {
	behavior: url("script/iepngfix.htc");
	background: url(gfx/BG_footer.png) 0px 0px no-repeat;
	width: 1010px; height: 205px;
	padding: 15px 0 0 0px;
	overflow: hidden;
	color: #878787;
}
#footer ul {
	list-style: none;
	margin:0;
}
#footer ul li {padding: 1px 0 1px 0;}
#footer a {
	color: #878787;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline;}
#footer h3 {
	color: #5b8ace;
	font-size: 13px;
	margin: 0 0 4px 0;
}
#footer-linker {
	width: 204px; height: 162px;
	/*border-right: 1px solid #1a1a1a;*/
	background: url(gfx/BG_footer_line.png) top right no-repeat;
	float: left;
	margin: 0 21px 0 0px;
	padding-left: 63px;
}
#footer-stilarter {
	width: 190px; height: 162px;
	/*border-right: 1px solid #1a1a1a;*/
	background: url(gfx/BG_footer_line.png) top right no-repeat;
	float: left;
	margin-right: 21px;
}
#footer-omtsk {
	width: 126px; height: 162px;
	/*border-right: 1px solid #1a1a1a;*/
	background: url(gfx/BG_footer_line.png) top right no-repeat;
	float: left;
	margin-right: 21px;
}
#footer-info {
	width: 304px; height: 162px;
	float: left;
}
#footer-info p {
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 10px 0;
}

/******** Footer END ********/

/******** TIMEPLAN ********/

table.timeplan {
	background: #eeecec url(gfx/timeplan_BG.png) bottom left;
	margin: 3px 0 12px 0;
}
table.timeplan tr.header {
	height: 29px;
	color: #d9d9d9;
	font-weight: bold;
}
.timeplan .header th {
	padding-left: 10px;
	background: url(gfx/timeplan_header_withSeparator.png) left no-repeat;
	text-align: left;
}
.timeplan .header th:first-child {
	background: url(gfx/timeplan_header_withSeparator.png) right no-repeat;
}


.timeplan .row {height: 61px; *height: 59px;}
.timeplan .row td {
	vertical-align: top;
	text-align: right;
	font-size:10px;
	font-weight: 500;
	line-height: 12px;
	padding: 4px 7px 0px 0;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	background-position: 0 -61px;
	background-repeat: no-repeat;
	behavior: url("script/iepngfix.htc");
	color: #8c8c8c;
}
.timeplan .row td.last {
	border-right: 1px solid #dedede;
}
.timeplan td {
	width: 114px;
}
.timeplan td.tid {
	width: 70px;
	text-align: left;
	font-weight: bold;
	padding: 4px 0 0 6px;
	font-size: 11px;
	color: #545454;
}

/******** TIMEPLAN icons ********/

.timeplan .row td.littleDragons {
	background-image: url(gfx/icons/timeplan_little_dragons.png);
}
.timeplan .row td.iaido-1 {
	background-image: url(gfx/icons/timeplan_iaido.png);
}
.timeplan .row td.iaido-2 {
	background-image: url(gfx/icons/timeplan_iaido_voksen.png);
}
.timeplan .row td.GBP-7-10 {
	background-image: url(gfx/icons/timeplan_ico_kickboxing_voksen1.png);
}
.timeplan .row td.BBP-7-10 {
	background-image: url(gfx/icons/timeplan_ico_kickboxing_voksen1.png);
}
.timeplan .row td.GBP-BBP-voksen {
	background-image: url(gfx/icons/timeplan_ico_kickboxing_voksen1.png);
}
.timeplan .row td.sports-ju-jutsu-voksen,
.timeplan .row td.xcjj-sparring {
	background-image: url(gfx/icons/timeplan_sports_jujutsu.png);
}
.timeplan .row td.karate-jutsu-7-10 {
	background-image: url(gfx/icons/timeplan_jujutsu-7-11.png);
}
.timeplan .row td.karate-jutsu-11-14 {
	background-image: url(gfx/icons/timeplan_jujutsu.png);
}
.timeplan .row td.karate-jutsu-13-15,
.timeplan .row td.jujutsuUngdom {
	background-image: url(gfx/icons/timeplan_jujutsu.png);
}
.timeplan .row td.karate-jutsu-voksen {
	background-image: url(gfx/icons/timeplan_jujutsu.png);
}
.timeplan .row td.kickboxing-11-14,
.timeplan .row td.kickboxing-semi {
	background-image: url(gfx/icons/timeplan_kickboxing.png);
}
.timeplan .row td.kickboxing-voksen {
	background-image: url(gfx/icons/timeplan_kickboxing.png);
}
.timeplan .row td.kickboxing-voksen1 {
	background-image: url(gfx/icons/timeplan_kickboxing.png);
}
.timeplan .row td.kickboxing-sparringsparti {
	background-image: url(gfx/icons/timeplan_kickboxing.png);
}
.timeplan .row td.shotokan {
	background-image: url(gfx/icons/timeplan_shotokan.png);
}
.timeplan td.MMA,
.timeplan td.mmaUngdom {
	background-image: url(gfx/icons/timeplan_MMA.png);
}
.timeplan .row td.kombatan {
	background-image: url(gfx/icons/timeplan_kombatan.png);
}
.timeplan .row td.taekwondo {
	background-image: url(gfx/icons/timeplan_taekwondo.png);
}


.timeplan .row td.selected {
	background-position: 0 0;
	color: #545454;
}

/******** jQuery Dropdown ********/

form.dropdown {
	display: block;
	overflow: hidden;
	margin: 0 0 8px 0;
}
form.dropdown label.form-description{
	padding: 4px 0 0 8px;
	display: block;
	float: left;
}
form.dropdown label.form-description.success{
	color: #27921f;
}
input.dropdown {
	background: url(gfx/timeplan_dropdown_submit_BG.png) top left no-repeat;
	*background: url(gfx/timeplan_dropdown_submit_BG.png) -1px -1px no-repeat;
	width: 63px; height: 20px;
	border: 1px solid #d4d4d4;
	float: left;
}

DIV.examples {
	float: left;
	margin: 0 6px 0 0;
}
.collapsed {
	display: none;
}
.multiSelect {
	position: relative;
	height: 18px;
	width: 187px;
	padding: 0;
	margin: 0;
	background: url(gfx/timeplan_dropdown_title_BG.png) top left no-repeat;
	border: 1px solid #d4d4d4;
}
.multiSelect .title {
	padding: 2px 0 0 5px;
	width:182px;
	height: 16px;
	cursor: default;
	position: absolute;
	z-index: 104;
	top: 0;
	right: 0;
	overflow: hidden;
	background: url(gfx/timeplan_dropdown_btn_BG.png) top right no-repeat;
}
.multiSelect .title:hover {
	
}
.multiSelectContent {
	position: absolute;
	z-index: 106;
	min-height: 1em;
	background: #fff;
	display: block;
	margin-top: 2px;
	border: 1px solid #d4d4d4;
	background: url(gfx/BG_newsBox.png) repeat-x #fff;
}
.collapsed {
	display: none;
}
#wrapper-content-main .multiSelectContent ul {
	list-style-type:none;
	overflow: hidden;
	width: 360px;
	margin: 0;
	padding: 5px;
}
#wrapper-content-main .multiSelectContent li {
	font-size: 10px;
	width: 178px;
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 0;
	padding: 3px 0 1px 2px;
}
.multiSelectContent li:hover {
	background: #ddd;
}
.multiSelectContent li label {
	padding: 0 0 0 4px;
	vertical-align: top;
}

/******** jQuery Dropdown END ********/

/******** TIMEPLAN END ********/

/******** Galleri ********/

#wrapper-content-main .gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	overflow: visible;
}
#wrapper-content-main .gallery li {
	float:left;
	margin-right: 4px;
	padding: 0 0 5px 0;
}
#wrapper-content-main .gallery li a {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
#wrapper-content-main .gallery li a:hover {
	/*box-shadow: 0px 0px 7px #dbdbdb;
	-moz-box-shadow: 0px 0px 7px #dbdbdb;
	-webkit-box-shadow: 0px 0px 7px #dbdbdb;*/
}

#wrapper-content-main .gallery li.first {
	margin-left: 0px;
}
#wrapper-content-main .gallery li a img{
	padding: 5px;
	border: 1px solid #d4d4d4;
	background: url(gfx/BG_arkivBox.png) repeat-x;
}
#wrapper-content-main .gallery li a:hover img{
	border: 1px solid #bababa;
	
}

/******** Galleri END ********/

/******** RSS-left ********/

#rss-feed {
	margin: 0px 0 12px 0;
	overflow: hidden;
}
#rss-feed img {
	float: left;
	padding: 0px 6px 0 0;
	margin: 0 0 0 0;
}
#rss-feed p {
	padding: 6px 0 0 0px;
	font-size: 12px;
	line-height: 16px;
}

/******** RSS-left end ********/

/******** nybegynneropptak-left ********/



/******** nybegynneropptak-left end ********/

/******** Contact ********/

#contact { padding-top: 20px; }
#contact dl { overflow: hidden; }
#contact dt {
	border-right: 1px solid #ccc;
	float: left;
	line-height: 26px;
	width: 175px;
	clear: both;
}
#contact dd {
	width: 406px;
	float: left;
	padding-left: 20px;
	margin-bottom: 6px;
}
#contact label {
	display: block;
	text-align: right;
	padding-right: 20px;
}
#contact input {
	height: 26px;
	padding: 0 4px;
	width: 396px;
}
#contact textarea {
	height: 200px;
	padding: 4px;
	width: 396px;
}
#contact ul.feedback {
	margin: 2px 0 0 15px;
}
#contact .buttons { margin: 20px 0 0 196px; }
#contact .buttons input { width: auto; }
#contact ul.feedback li { color: #d00; }

/******** Contact end ********/


.article ul {
	list-style-type: square;
	font-size: 12px;
	margin: 0 0 12px 15px;
}
.article ul li {
	padding: 4px 0 4px 2px;
}

#googlemap {
	border: 1px solid #d4d4d4;
	padding: 3px;
	margin-bottom: 8px;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}
.article {
	/*overflow: hidden;*/
}
img.image-border-right {
	border: 1px solid #d4d4d4;
	padding: 2px;
	margin: 0 0 0 10px;
}
img.image-border-left {
	border: 1px solid #d4d4d4;
	padding: 2px;
	margin: 0 10px 0 0;
}


.img_push-up {
	position: relative;
	top: -92px;
	margin-bottom: -92px;
}


/******** clearFIX ********/

.clearfix:after {

content:".";

display:block;

height:0;

clear:both;

visibility:hidden;

}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/

.clearfix {display:block;}

/* End hide from IE Mac */

/********** ADS-NAVIGATION **********/
div.ads_nav {
	width: auto;
	height: 20px;
	overflow: hidden;
}

div.ads_nav div {
	height: 20px;
	line-height: 20px;
	float: none;
}
div.ads_nav a {
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 0 8px;
	border: none;
	background: rgba(27,25,26, 0.57);
}
div.ads_nav a:first-child { -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }
div.ads_nav a:last-child { -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }

div.ads_nav a.activeSlide,
div.ads_nav a:hover {
	background: #fff;
	color: #000;
	font-weight: bold;
}
div.ads_nav a:hover { font-weight: normal; }
div.ads_nav a.activeSlide:hover { font-weight: bold; }
/********** ADS-NAVIGATION END **********/
 
 
 /******** Forms ********/

a.button {
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.default_form li.buttons input, a.button {
	background: url(gfx/BG_nav_top.png) no-repeat 0 -30px !important;
	border: none !important;
	color: #fff !important;
	padding: 5px 11px 6px 11px !important;
	color: #8aa2c4;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.default_form li.buttons input:hover, a.button:hover {color: #eaeff6}
form.default_form fieldset ul li textarea {
	width: 400px;
	height: 100px;
}

/******** Forms end ********/

div#productCart {
	font-weight: bold;
}

/******* Medlemssider ********/
ul#memberMenu, ul#arrangementMenu {
	margin: 10px 0 0 0;	
	list-style-type: none;
}

ul#memberMenu li {
	width: 319px;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
}
ul#memberMenu li.even {
	margin-right: 0px;
}

ul#memberMenu li a {
}

ul#memberMenu li img, ul#arrangementMenu li img {
	float: left;
	margin-right: 10px;
}
ul#memberMenu li p, ul#arrangementMenu li p {
	line-height: 17px;
}
ul#memberMenu li h2, ul#arrangementMenu li h2 {
	clear: none;
	margin: 8px 0 4px 0;
}
ul#memberMenu li h2 a, ul#arrangementMenu li h2 a {
	text-decoration: none;
	color: #4a4a4a;
}
ul#memberMenu li h2 a:hover, ul#arrangementMenu li h2 a:hover {
	text-decoration: underline;
}

.error {
    color: red;
}

form.default_form fieldset ul li label.error {
    color: red;
    width: 300px;
}
/******** priceTable ********/

table.priceTable {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
	table.priceTable tr {
		border-bottom: 2px solid #fff;
	}
	table.priceTable td,
	table.priceTable th {
		background: #ededed;
		padding: 10px 20px 10px 10px;
		text-align: left;
	}
	table.priceTable th {
		font-weight: normal;
	}
	table.priceTable td {
		text-align: right;
		width: 40px;
		padding-right: 20px;
		white-space: nowrap;
		font-family: Arial-Black,serif;
	}

/******** priceTable END ********/
#productForm {
	clear: both;
}

p.info {
    background: url("https://static.tornado.no/icons/info.png") no-repeat scroll 10px 50% #5B9B5B;
    line-height: 30px;
    padding-left: 30px;
    border-radius: 6px;
    border: 1px solid #eee;
    color: #fff;
}

.form_messages span.info {
	background: url("https://static.tornado.no/icons/info.png") no-repeat	scroll 10px 50% #5B9B5B;
}

div.form_messages span {
	padding: 10px 0 10px 30px !important;
}

div.form_messages span {
	background-color: lightgreen;
	border: 1px solid green;
	border-radius: 4px 4px 4px 4px;
	font-size: 14px;
}