/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background-color: #000;
	font-size: 16px;
	color: #eee;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
div.dekhover {
	background:#111;
	padding:14px;
	border-radius:8px;
	line-height:200%;
	border:3px solid rgba(80,0,0,1);
}

div.itemstats {
	/* margin-left:-22px;
	margin-right:-22px;
	*/
}

div.imbuchangelog {
	display:inline-block;
	color:#666;
	margin-right:10px;
}

/* CHECKBOX TEST */

  /* The container */
  .checkcont {
	  height:40px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .checkcont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
	margin:7px;
	margin-left:4px !important;
	/* border-radius:11px; */
    background-color: #0D0001;
	border: 2px solid rgba(150,0,0,0.6);
  }

  /* On mouse-over, add a grey background color */
  .checkcont:hover input ~ .checkmark {
    background-color: #d00;
  }

  /* When the checkbox is checked, add a blue background */
  .checkcont input:checked ~ .checkmark {
    background-color: #d00;
  }

  div.infocontp {
	  display:inline-block;
	  vertical-align:top;
	  width:300px;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkcont input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkcont .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/* END - CHECKBOX TEST */

div.ssirescont {
	background:rgba(150,0,0,0.6);
	padding:10px;
}
h4.pcprophdr {
	background:#660000;
	color:#eee;
	padding-left:8px;
	padding:6px;
	margin-bottom:0;
}
div.pclblcnt {
	height:52px;
	display:table-cell;
	vertical-align:middle;
}
div.pcprop {
	background:rgba(80,0,0,0.8);
	height:52px;
	padding-top:4px;
	padding-bottom:8px;
	width:100%;
	padding-left:2%;
	padding-right:2%;
	text-align:left;
}
div.colone {
	display:inline-block;
    vertical-align: top;
	width:48%;	
	top:360px;
	left:530px;
	/* vertical-align:text-top; */
	margin-right: 2%;
	margin-bottom: 2%;
	/* border: 2px solid rgba(150,0,0,.6); */
}
div.coltwo {
	width:48%;
	display:inline-block;
    vertical-align: top;
}
div.imbuithdr {
	display:inline-block;
}
div.imbuithdrr {
	display:inline-block;
}
div.iihdrhalfa {
	width:50%;
	display:inline-block
}
div.iihdrhalfb {
	width:50%;
	display:inline-block;
	/* text-align:center; */
}
h5.ii {
	color:#fff;
	margin: 0;
	line-height:185%;
	/* padding:4px; */
}
h5.iir {
	color:#fff;
	margin: 0;
	line-height:185%;
	/* padding:4px; */
}
a.postlink, a.postlink:visited {
	color:#b40000;
	text-decoration:none;
}
a.postlink:hover, a.postlink:active {
	color:#dc0000;
	text-decoration:underline;
}
a,
a:hover,
a:focus {
	color: #060;
	font-weight: 300;
    color: inherit;
    text-decoration: none !important;
    transition: all 0.3s;
}
td.cat, td.catdiv {
	background:rgba(10,10,10,0.7);
	padding:8px;
}
td.spacer {
	background:rgba(10,10,10,0.7);
}
td.postdetails, span.postdetails {
	font-size:0.7em;
	line-height:130%;
}
td.profile {
	padding:4px;
}
th {
	background:rgba(10,10,10,0.7);	
	line-height:200% !important;
}
td.row1, tr.row1 {
	background:rgba(40,0,0,0.5);
	padding:4px;
	/* vertical-align:top; */
}
td.gensmall {
	font-size:0.8em;
}
a.titles, p.moderators {
	margin-left:18px;
}
div.breadcrumbs {
	width:100%;
	background: rgba(150,0,0,0.7);
	color:#fff;
	font-weight:500;
	padding:7px;
	padding-left:22px;
	padding-right:22px;
}
div.postbody {
	padding-right:25px;
}
input.btnbbcode {
	background:rgba(150,0,0,0.7);
	color:#fff;
	border:2px solid rgba(150,0,0,0.7);
	padding:3px;
	margin:4px;
}
input.helpline {
	background: rgba(0,0,0,0);
	color:#fff;
	border:0;
}
span.doublearrow {
	color:rgba(200,0,0,0.9);
	font-weight:700;
}
p.breadcrumbs {
	line-height:1em;
}
textarea {
	background:#0D0001;
}
p.topicdetails {
	font-size:0.8em;
	margin-bottom:0.1rem !important;
	text-align:center;
}
p.topicauthor {
	margin-bottom:0rem !important;
	text-align:center;
}
label.enh-mat-sel {
	width:33%;
	line-height:40px;
	display:inline-block;
}
label.enh-mat-sel-ash {
	width:20%;
	line-height:40px;
	display:inline-block;
}
input[type=radio].transparent-radio,input[type=radio].transparent-radio-ash {
	position: absolute;
	opacity: 0;
	padding:0;
	margin:0;
	width:0;
}

input[type=radio].transparent-radio + .material {
	height:40px;
	width:100%;
	display: inline-block;
}
input[type=radio].transparent-radio-ash + .material {
	height:40px;
	width:100%;
	display: inline-block;
}
input[type=radio]:checked.transparent-radio + .material {
    background: #111;
}
input[type=radio]:checked.transparent-radio-ash + .material {
    background: #111;
}
a.forumlink {
	font-size: 1.3em;
	line-height:200%;
}
td.row2, tr.row2 {
	background:rgba(100,0,0,0.4);
	padding:4px;
	/* vertical-align:top; */
	/* text-align:center; */
}
.subbull {
	color: #d00;
}
h1 {
	color: #800000;	
}
h2 {
	color: #800000;	
}
h3 {
	color: #800000;	
}
h4 {
	color: #800000;	
}
h5 {
	color: #800000;
}
a.related-arms-details-name:link, a.related-arms-details-name:hover, a.related-arms-details-name:active, a.related-arms-details-name:visited {
	background: #800000;
	line-height:220%;
	font-size:0.9em;
	padding:2px;
	padding-left: 5px;
	padding-right: 5px;
	margin:3px;
	white-space:nowrap;
}
h6 {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #800000 !important;
}

.t, .st {
	color: #800000 !important;
}
.stw {
	color: #fff !important;
	text-transform: uppercase;
	
}
a.newsitemlinks {
	    /* text-transform: uppercase; */
    font-size: 0.7em;
    color: #fff;
    background: rgba(200,0,0,0.3);
    padding-top: 2px;
    border-radius: 5px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
	margin-right:5px;
    /* letter-spacing: 1px; */
}
a.newsitemlinks:hover {
	    /* text-transform: uppercase; */
    background: rgba(200,0,0,0.6);
    /* letter-spacing: 1px; */
}
div.cal-entry0, div.cal-entry1, div.cal-entry2, div.cal-entry3, div.cal-entry4,
div.cal-entry5, div.cal-entry6, div.cal-entry7, div.cal-entry8, div.cal-entry9 {
	display:block;
	width:100%;
	padding:7px 22px;
}
.navbar {	
	visibility: visible;
	padding: 0px 0px 0px 0px;
	/* margin-left: 8px;
	margin-bottom: 8px; */
	background: #fff;
	border: none;
	width: 100%;
	height: auto;
	border-radius: 0;
	margin-top: 0px;
	/* margin-bottom: 25px; */
	box-shadow: -4px 0px 0px 0px rgb(100 0 0 / 100%);
	border-left:0;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(200,0,0,0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(200,0,0,0.9) !important;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.container-fluid {
    background-color: rgba(120,0,0,0.8);
	visibility: visible;
	padding-top: 3px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
	background-image: url(img/uologo-bg.jpg);
}

#sidebar {
	background-image: url(img/bg3or2.jpg);
	background-repeat: repeat-y;
    min-width: 500px;
    max-width: 500px; 
	background-position: right top; 
	text-align:right;
    /* background: #7386D5;*/
    color: #ddd;
    transition: all 0.3s;
	/* border-right: 4px solid rgba(100,0,0,0.6); */
	}

#sidebar.active {
    margin-left: -500px;
}

#sidebar .sidebar-header {
    padding: 2px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding-right: 30px;
    font-size: 1.3em;
	line-height: 1.5em;
    padding-right: 40px;
    display: block;
	text-transform:capitalize;
}

#sidebar ul li a:hover {
    color: #fff;
    background: rgba(100,0,0,0.6);
}

#sidebar ul li.active>a {
	font-weight:500;
    color: #fff;
    background: rgba(150,0,0,0.6); 
}

a[aria-expanded="true"] {
    color: #fff;
   /* background: #008000; */
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: hidden;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 1em !important;
    padding-left: 30px !important;
	color: #fff;
    /* background: #ff0000; */
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #800000;
}

a.article,
a.article:hover {
    background: #800000 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
	height: 100%;
    /* padding-left: 5px;
    padding-right: 10px; */
	/* padding-top: 10px;	*/
    min-height: 100vh;
    transition: all 0.3s;
	background-color: rgba(30,0,0,0.5);
	border-left:4px solid rgba(100,0,0,0.6);
}

/* ---------------------------------------------------
    CUSTOM WITH MEDIAQUERY DEPENDENCY
----------------------------------------------------- */

.sticky {
  position: fixed;
  top: 0;
  left:500px;
  width: 100%;
  padding-right:500px;
}

.mainlogo {
	max-width:250px;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:5px;
	padding-right:40px;
	height:auto;
	border:0;
}
.btn-info {
	width:auto;
	display: inline-block;
	margin-left: 7px;
	margin-right: 17px;
    color: rgba(255,255,255,0.6);
	background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
	padding: 0.375rem 0rem;
}
.btn-dark {
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
}
.offfan {
    display: none;
	left: 0px;
}
.mobilelogocont {
    /* background-color: rgba(100,0,0,0.6); */
	background-image: url(https://www.knuckleheads.dk/img/mobilelogo2bg.jpg);
	display:none;
	border-bottom:3px solid rgba(120,0,0,0.8);
}
.mobilelogo {
    /* background-color: rgba(100,0,0,0.6); */
	background-image: url(https://www.knuckleheads.dk/img/khead-logo-3_2-horisontal.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
    background-size: contain;
	display:none;
}	
div.ncalcparent {
	width:100%;
	max-width:calc(100% - 330px);
	display:inline-block;
	margin-right:20px;
	margin-bottom:20px;
}
div.ncalcdiv {
	display:inline-block;
	width:100%;
	/* max-width:700px; */
	margin-right:12px;
	margin-bottom:12px;
}
div.ncalchdrdiv, div.ndivrows {
	width:100%;
	/* max-width:700px; */
	padding:0px;
}
div.ncalchdrdiv {
	background:url(img/calcbg.jpg);
}
div.ncalcfloat {
	float:right;
	line-height:1.8em;
}

.fpiconcont {
    display: block;
	/* padding-top:1%; */
    width: 100%;
    background-color: rgba(100,0,0,0.6);
	/* border-left:4px solid rgba(100,0,0,0.8); */
}
.fpiconcontn {
    display: block;
	padding:1%;
    width: 100%;
    background-color: rgba(100,0,0,0.6);
	/* border-left:4px solid rgba(100,0,0,0.8); */
}
div.cookiewelcome {
/* background:rgba(0,0,0,0.99);
 text-align:left;
 z-index:500;
 width:500px;
 position: fixed;
 bottom: 0px;
 left:0px;*/
 	background: rgba(0,0,0,0.6);
    text-align: center;
    z-index: 500;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
}
div.cookiewelcometerms {
 background:rgba(0,0,0,0.6);
 text-align:left;
 z-index:500;
 width:500px;
 top: 0px;
 height: 100vh;
 position: fixed;
 bottom: 0px;
 left:0px;
}
div.gdprcontent, div.gdprcontentterms {
	text-align:center;
	margin: 0;
	position: absolute;
	font-size:1.1em;
	color:#aaa;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(80,0,0,0.9);
	padding: 30px;
	border-radius: 10px;
	border: 2px solid rgba(150,0,0,0.9);
}
	div.gdprcontentterms {
		width:85%;
	}
	
div.itemlistcont {
	vertical-align:top;
	background:rgba(100,0,0,0.3);
	margin:0.5%;
	padding:0;
	display:inline-block;
	width:32%;
	min-width:300px;

}
div.itemlistconinner {
	float:right;
	margin:0 0 0 10px
}
div.itemlistcontent {
margin:15px 0 15px 15px
}
.cal day, .cal time {
	font-size:0.9em;
}
.calcontday {
	display:inline-block;
	width:150px;
}
.calconttime {
	display:inline-block;
	width:215px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 1600px) {
	div.itemlistcont {
		width:49%;
	}
	div.ncalcparent, div.ncalcdiv, div.ncalchdrdiv, div.ndivrows,div.infocontp {
		max-width:100%;
		width:100%;
	}
	div.infobox, div.projectsave, div.colone, div.coltwo {
		width:48%;
	}
	div.projectsave, div.coltwo {
		max-width:3000px;
	}
}

@media (max-width: 1350px) {

	div.cookiewelcometerms {
	 width:280px;
	}

	div.gdprcontentterms {
		padding:15px;
	}
	div.iihdrhalfb {
		/* background:rgba(10,10,10,0.6) !important; */
		width:100%;
		display:inline-block;
		text-align:left;
		font-size:1.2em;
		line-height:1.5em;
		color:#999;
	}
h5.ii {
		text-align:left;
	}
	h5.iir {
		text-align:right;
		padding-right:22px;
	}
	div.iihdrhalfa {
		width:100%;
		display:inline-block;
		font-size:1.5em;
		line-height:2em;
		text-align:left;
	}
	.imbuithdr {
		padding-left:22px;
	}
	.imbuithdrr {
		padding-right:22px;
		text-align:right;
	}
	.btn-info {
		display: inline-block;
	}
	#sidebar {
		min-width: 280px;
		max-width: 280px; 
	}

	.sticky {
	  left:280px;
	  padding-right:280px;
	}

	#sidebar.active {
		margin-left: -280px;
	}
	#sidebar ul li a {
		font-size: 1.1em;
	    line-height: 1.4em;
	}
	.mainlogo {
		max-width:200px;
	}
	#sidebarCollapse span {
       /* margin-left: -280px; */
    }
}
@media (max-width: 1100px) {
	#content {
		border-left:0;
	}
	div.cal-entry5, div.cal-entry6, div.cal-entry7, div.cal-entry8, div.cal-entry9 {
		display:none !important;
	} 
	div.gdprcontent {
		width:85%;
		padding:15px;
	}
	#sidebar {
		border-right:4px solid rgba(100,0,0,0.6);
	}
	.fpiconcont, .navbar {
    	border-left:0;
	}
	.mainlogo {
		/* display:none; */
	}
	.navbar {
		border-bottom:0;
	}
	
	.fpiconcontn {
		border:0;
	}
	.sticky {
	  left:0px;
	  padding-right:0px;
	}

	body, td, th {
		/* font-size: 14px; */
    }
    #sidebar {
		margin-left: -280px;
		line-height: 1.3em;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
		margin-left: 0px;
    }
	.offfan {
	  display: none;
    }
	.mobilelogo, .mobilelogocont {
		width:100%;
        text-align:center;
		display:inline-block;
	}
	div.cookiewelcometerms {
	 top:auto;
	 height:auto;
	 width:100%;
	}
	div.gdprcontentterms {
		transform:none;
		bottom:0;
		top:auto;
		left:auto;
		width:100%;
		border:0;
		border-top:2px solid rgba(150,0,0,0.9);
		border-radius:0;
	}
	.mobilelogo {
		width:96%;
		height: calc(100vw * 0.15);
		margin-top:20px;
		margin-bottom:15px;
		border:0;
		padding: 2%;
	}
	.mobilelogocont {
		height: auto; 	
	}

	div.bodybody2 {
		border-left:0;
	}
}
@media (max-width: 900px) {
	.calcontday {
		width:auto;
	}
	.calconttime {
		padding-left:1em;
		width:auto;
		text-align:right;
	}
	.calconttime span, .calcontday span {
		font-size:0.9em;
	} 
}
@media (max-width: 700px) {
	div.itemlistcont {
	/* width:99%;*/
		min-width:150px;
		text-align:center;
	}
	div.itemlistcontent {
		margin:10px;
	}
	div.itemlistconinner {
		float:none;
		margin:10px;
	}
	
	div.infobox, div.projectsave, div.colone, div.coltwo {
		width:100%;
	}	
	div.bodybody2 {
		padding-left:10px;
		padding-right:10px;
	}
}

@media (max-width: 500px) {
	a.itemselect img, a.itemselected img {
		/* width:30%;  */
		/* padding:3%; */
	}
}
.svg-inline--fa.fa-w-14 {
    width: .875em;
}
/* ---------------------------------------------------
	CUSTOM CHANGES
----------------------------------------------------*/


.btn-info:hover {
	color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,0) !important; /* Green */
	border-color: rgba(0,0,0,0) !important; /* Green */
}
.sitestatvalue {
    line-height: 110%;
    color: #ccc;
    float: right;
    text-align: right;
    padding-left: 10px;
}
.btn-dark:hover {
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0) !important;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0) !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0) !important;
}
.t {
	font-size: 1.8em;
	color: #1a300c;
	/* font-weight: bold; */
	line-height: 1.2em;
	padding: 0.3em 0;
	font-family: Arial, Helvetica, sans-serif;
}

.copy {
	text-align: right;
	padding-right: 30px;
	color: #cccccc;
	font-size: 0.8em;
	line-height: 100%;
}
a.surftown:link, a.surftown:visited, a.surftown:hover {
	float: right;
	display: block;
	width: 193px;
 	height:55px;
	margin-right:30px;
	text-decoration: none;
	background: url('https://go.surftown.com/img/affiliate/Hosted-by-Surftown--b-la-nm.png') no-repeat;
	background-position: 0px -30px;
}
.bg-light {
    background-color: rgba(0,0,0,.075)!important;
}
select.lg
{
padding: 6px;
font-size: 1em;
min-width: 200px;
color: #000000;
background: #d1dccd;
border: 1px solid #333333;
}
input.post {
	background:#0D0001;
	color: #fff;
	border: 0;
}
input.btnmain, input.btnlite {
	background:rgba(150,0,0,0.6);
	color: #fff;
	border: 0;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
	border: 2px solid rgba(150,0,0,0.6);
}
input.lg
{
padding: 6px;
/* width: 300px; */
font-size: 1em;
min-width: 130px;
color: #000000;
background: #d1dccd;
border: 1px solid #333333;
}
submit
{
padding: 6px;
font-size: 1.2em;
min-width: 60px; 
color: #000088;
background: #d1dccd;
border: 1px solid #333333;
}
input.submit
{
padding-top: 6px;
padding-bottom: 6px;
padding-left: 15px;
padding-right: 15px;
/* min-width: 220px; */
font-size: 1.0em;
text-transform: uppercase;
font-weight: bold;
color: #d5e1d1;
background: #5f685c;
border: 1px solid #000000;
}
textarea
{
padding: 6px;
font-size: 1.0em;
color: #fff;
border: 0;
}
.block-half-label {
	display:inline-block;
	width:100%;
	padding-right:10px;
	max-width:150px;
}
.block-half {
	display:inline-block;
	width:100%;
	padding-left:10px;
	padding-bottom:10px;
	max-width:500px;
}
.block-full {
	display:inline-block;
	width:100%;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	max-width:1010px;
}
.block-parent {
	max-width: 1040px;
}
.port-folio-body {
	padding:10px;
	display:inline-block;
	max-width:600px
}
.port-folio-entry {
	width:100%;
	margin-bottom:50px;	
}
.port-folio-pic-cont {
	display:inline-block;
	float:left;
	height:auto;
}
.port-folio-pic {
	width:300px;
	height:auto;
	padding:10px;
	border: 0;
}
.globe-h1 {
	float: left;
    width: 25px;
    height: auto;
	margin-top: 6px;
    margin-right: 6px;
}

div.rate00, div.rate05, div.rate10, div.rate15, div.rate20, div.rate25, div.rate30, div.rate35, div.rate40, div.rate45, div.rate50 {
	display: inline-block;
	width: 60px;
 	height:12.5px;
	text-decoration: none;
	background: url('img/star_ratings.png') no-repeat;
}
div.rate00 {
	background-position: 0 0px;
}
div.rate05 {
	background-position: 0 -13px;
}
div.rate10 {
	background-position: 0 -26px;
}
div.rate15 {
	background-position: 0 -38px;
}
div.rate20 {
	background-position: 0 -51px;
}
div.rate25 {
	background-position: 0 -63.5px;
}
div.rate30 {
	background-position: 0 -76px;
}
div.rate35 {
	background-position: 0 -88.5px;
}
div.rate40 {
	background-position: 0 -101px;
}
div.rate45 {
	background-position: 0 -113.5px;
}
div.rate50 {
	background-position: 0 -126px;
}