


@import url(https://fonts.googleapis.com/css?family=Raleway);

.citat-text {
    color: #675656;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    line-height: 1.5; /* Ändra detta värde för att justera avståndet mellan raderna */
}

.floating-panel {
    position: fixed;
    bottom: 300px;
    left: 0;
    width: 100%; /* Gör panelen fullbredd */
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: none; /* Göm panelen som standard */
    z-index: 999; /* Ange önskat z-index-värde */
    height: 82px;
}


    .featpic {
      display: inline-block;
      width: 40px;
      height: 40px;
      //border-radius: 50%;
      //background-color: #0C7CD5;
      //text-align: center;
      //line-height: 50px;
      //font-size: 20px;
      //font-weight: bold;
      //color: white;
      //text-decoration: none;
      margin: 15px;
    }


    .featpic img {  
      height: 38px; 
    }

 .featpics {
max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
     left: 0px;
 }





@media (min-width: 600px) and (max-width: 1800px) {    
body {
 zoom: 1.2; 
}
        
}

        .description img  {
            margin-bottom: 9px;
        }


        .localarea  {
            margin: 10px;
        }


        .localarea ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            padding: 0;
            margin: 0;
        }

        .localbox {
            list-style-type: none;
            //padding: 10px;
            margin: 9px 8px;
            text-align: center;
            flex-basis: calc(50% - 20px);
            box-sizing: border-box;
        }

        @media (min-width: 400px) {
            .localbox {
                flex-basis: calc(33.333% - 20px);
            }
        }

.localbox a {
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #333333;
    display: block;
    padding: 8px 8px 7px;
    text-decoration: none;
    font-weight: bold;
}


/*  Gick ej att göra med iframe tyvärr
.channels a {
    font-size: 13px;
    color: #696969;
}

.day-title {
    font-size: 20px !important;
}

.date-month {
    display: none !important;
}

.time {
    font-weight: bold !important;
}

.sicon {
    transform: scale(1.1) !important;
}
*/


.pageitempadding h5 {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 15px;
}


#results {
    width: 102%;
}


img.flash { 
    margin-left: -12px; 
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 66px;
  height: 36px;
  margin: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: "Nyheter";
  height: 36px;
  width: 36px;
  left: 1px;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  color: #000;
  pointer-events: none;
  font-size: 7px;
  font-weight: bold;          
}

input:checked + .slider {
  background-color: #2196F3;
}

input:checked + .slider:before {
  content: "Länkar";
  left: 32px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 36px;
}

.slider.round:before {
  border-radius: 50%;
}









.accordion-content a, .scroll-content a {
  text-decoration: none;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

    .letter {
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #0C7CD5;
      text-align: center;
      line-height: 50px;
      font-size: 20px;
      font-weight: bold;
      color: white;
      text-decoration: none;
      margin: 10px;
    }


.h2header {
  align-items: center;
  padding-left: 30px;
}

.leftarrow {
    display: block;
    margin: 5px 5px 5px 13px;
    padding: 6px 10px 6px 10px;
    font-size: 13px;
    position: absolute;
    border: 1px solid #8080806b;
    border-radius: 4px;
}


.accordion-header:hover {
    //background-color: #ddd;
}

.accordion-content, .scroll-content {
    padding: 0 6px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
    background-color: #fff;
    min-height: 0px; /* Add a min-height property */
    //max-height: 111px; /* Set initial max-height to the same value as min-height */
    //max-height: 150px; /* Set initial max-height to the same value as min-height */
    max-height: 0px; /* Set initial max-height to the same value as min-height */
    margin-bottom: -5px;

}

.acc-icon {
    transform: rotate(90deg);
    font-size: 18px;
    color: #7b7272;
    position: relative;
    top: -1px;
}


.top-news p {
  text-align: left;
  margin: 10px 12px 10px 40px;
  //white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
  font-size: 14px;
}

.top-news ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px;    
}

.top-news li {
  clear: both;
  border-bottom: 1px solid #80808038;
    
}

.newstime {display: block;
    width: 34px;
    float: left;
    margin: 0 7px 0 7px;
    font-size: 13px;
    font-weight: 900;   
}

.top-news img {
  float: left;
  margin-left: 5px;
  position: relative;
  top: -2px;
}


      .back-button {
        font-size: 30px;
        position: absolute;
        left: 0%;
        top: -1% !important;
      }


td img {
    margin-bottom: -7px;
    margin-top: 12px;
  }


.pageitem .menu {
    margin-top: 0px;
  }

.menu .name {
    margin-left: 20px !important;
  }


.btn-primary {
position: relative;
top: -5px;
}

.pageitempadding {
padding: 2px 44px 10px;
}


.news{
max-width: 320px;
margin: auto;
    padding: 0 4%;
}

.news a{
color: #00B;
}

.news h3{
font-size: 21px; 
}

.news p{
font-size: 18px;
//font-weight: 600;    
}


.news img {
max-width: 300px;
max-height: 240px;  
margin: 0 10px 5px;
}

.news hr {
margin-top: 40px;
margin-bottom: 20px;    
}

.autowidth {
margin-top:10px;
margin-bottom:6px;
}

.autowidth tr {
line-height: 32px;
}

.menu a{
display: block;
width: 100%;
text-align: center;
text-decoration: none;
color: #fff;
font-weight: bold;
}


.h2header {
margin-top: 10px;
color: #111111;
background-color: #e6e6e6;
font-size: 9px;
font-weight: bold;
margin: 0px 0 5px 0;
padding: 1px 0px 1px;
text-align: center;
}

.h2last {
margin-top: 40px;
}

.h2header b {
font-size: 15px;
}

.h3header {
margin-top: 10px;
color: #111111;
background-color: #eee;
font-size: 13px;
font-weight: bold;
margin: 5px 0 5px 0;
padding: 1px 5px;
text-align: center;

}


.h3header img {   
    position: relative;
    top: 6px;
}


.text-align {   
    background-color: #f5f5f5;
}



.active a {
    //text-decoration: underline !important;
    border-bottom: 2px solid gray;
    padding-bottom: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


#tagline {
    color: white;
    position: relative;
    top: 1px; 
    font-size: 13px;
}


.datediv {
    margin-left: 13px;
    margin-top: 5px;
    font-size: 17px;
    margin-bottom: 10px;
    height: 33px;
}

.datediv p {
    float:left;
    margin: 0px;
    font-weight: bold;
}


.weekdiv {
    float: right;
    margin-right: 18px;
    margin-top: -22px;
    font-size: 19px;
    font-weight: bold;
}

.weekdiv a {
    text-decoration: none;   
}

h2 {
  vertical-align: center;
  text-align: center;
}

html, body {
  margin: 0;
  height: 100%;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

* {
  font-family: "Raleway";
  box-sizing: border-box;
}

.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  color: white;
  width: 100%;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, #5B4CFF, #3C2AFF);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 65px;
  padding: 1em;
  position: -webkit-sticky;
  position: sticky;
}

.menu {
  display: inline;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 2000px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 65px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
      //z-index: 1000;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
      height: 4em;
      padding: 1.3em;
    //height: 2.5em;
    //padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}







body
{
	
	font-family: helvetica,sans-serif;
	margin: 0;
	min-height: 416px;
	position: relative;
	webkit-text-size-adjust: none;
	webkit-touch-callout: none;
    max-width: 800px;
    margin: auto;
}


input[type=text] {
margin: 11px auto auto 10px;
padding-left: 2px;
padding-right: 4px;
width: 96%;
height: 35px;
font-size: 17px;
text-align: center;
    border: 1px solid gray;
    border-radius: 4px;
}

#search {
    clear: both;
    margin: 0;
    padding: 0 20px 10px 5px;
    
}

#ajaxsearch {

width: 80px;

}




.sprites {

	background-color     : transparent;
	background-repeat    : no-repeat;
 }

 #ball_png {
	height               : 64px;
	width                : 64px;
	background-position  : -0px -0px;
 }

 #books_png {
	height               : 64px;
	width                : 64px;
	background-position  : -64px -0px;
 }

 #buysell_png {
	height               : 64px;
	width                : 64px;
	background-position  : -128px -0px;
 }

 #economy_png {
	height               : 64px;
	width                : 64px;
	background-position  : -192px -0px;
 }

 #entertainment_png {
	height               : 64px;
	width                : 64px;
	background-position  : -256px -0px;
 }

 #news_png {
	height               : 64px;
	width                : 64px;
	background-position  : -320px -0px;
 }

 #social_png {
	height               : 64px;
	width                : 64px;
	background-position  : -384px -0px;
 }

 #technology_png {
	height               : 64px;
	width                : 64px;
	background-position  : -448px -0px;
 }

 #telephone_png {
	height               : 64px;
	width                : 64px;
	background-position  : -512px -0px;
 }

 #travel_png {
	height               : 64px;
	width                : 64px;
	background-position  : -576px -0px;
 }

 #tv_png {
	height               : 64px;
	width                : 64px;
	background-position  : -640px -0px;
 }

 #weather_png {
	height               : 64px;
	width                : 64px;
	background-position  : -704px -0px;
 }







.boldbig{
	font-weight: bold;
	font-size: 105%;

}

.autowidth {
	padding-left:3%;
	padding-right:3%;
	margin: auto;
}

.autowidth tbody {
margin-left: 30px;
}


.autowidth td {
font-size:15px;
font-weight:bold;
text-decoration:none;
padding:0 0 5px;
text-align:center;
vertical-align:top;
width:4%;
}

.autowidth a{
color:#000;
text-decoration:none;
margin-top:.3em;

}

.autowidth a:visited{
color:#000;
text-decoration:none;

}







#rightbutton{

position:absolute;
right:10%;

}




#rightbutton a:hover{
color:#ffd000;
}

.orange{
color:#ffd000;
}

.pictext {
	float:left;
	font-size: .9em;
	margin-left: 1.1em;
	margin-top:.2em;
	margin-bottom: .3em;
}

.pictext  {
	text-align: center; 
}

.pictext a  {
	text-decoration: none;
	color: #000000;
	font-weight: bold; 
}

.bold  {
	font-weight: bold; 
}




.pictext a:visited  {
	text-decoration: none;
	color: #000000; 
	font-weight: bold; 
}


.pic {
	height:2em;
	width:2em;
	padding-top:.2em;
	padding-left:.5em;
	padding-right:.5em;
	float:left; }

.pic img {
	position: relative;
	right: 7px;
	bottom: 2px;
	
	
	 }


.center
{
	display: block;
	margin: auto;
}
img
{
	border: 0;
}
a:hover span.arrow
{
	background-position: 0 -13px!important;
}
#topbar
{
	background-color: #5B4CFF;
	height: 68px;
	left: 0;
	border-bottom: solid black 1px;
	position: relative;
	top: 0;
	width: auto;
}

#topbarfront
{
	background-color: #5B4CFF;
	height: 68px;
	left: 0;
	font-size:20em;
	border-bottom: solid black 1px;
	
	position: relative;
	top: 0;
	width: auto;
}

#topunder
{
    background-color: #827BAD;
	height: 20px;
	margin-bottom: 16px;
	left: 0;
	font-size: 1.1em;
	top: 0;
	width: auto;
}

.italic {

	font-size: 1.3em;
	font-style: italic;

}


#topunder #title 
{
	font-size: .6em;
	top: 0;
	width: auto;
	position: relative;
	top: -1.2em;
}

#topunder img
{
    padding-right: .6em;
	position:relative;
	top: .1em;
}







#title
{
	color: #FFF;
	font-size: 15pt;
	font-weight: bold;
	height: 44px;
	left: 0;
	line-height: 44px;
	overflow: hidden;
	padding: 10px 10px;
	position: absolute;
	left: 51px;
	text-align: left;
	text-overflow: ellipsis;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	top: 0;
	white-space: nowrap;
	float:left;
}

#titlefront
{
	color: #FFF;
	font-size: 25pt;
	font-weight: bold;
	height: 44px;
	left: 0;
	line-height: 44px;
	overflow: hidden;
	padding:11px 10px 0 0;
	//padding-left:10%;

	
	text-overflow: ellipsis;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	top: 0;
	white-space: nowrap;
	float:left;
}

#titlefront a
{
	text-decoration: none;
    color: #fff;
    
position: relative;
top: -5px;
    
display: block;
height: 50px;
width: 200px;
z-index: 900;
}




#content
{
	height: auto;
	margin-top: 0px;
	//min-height: 450px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
    max-width: 800px;
    margin: auto;
    text-align: center;
    flex: 1;
}



#content .graytitle
{
	position:relative;
	top: 3px; 

}

#footer
{	clear: both;		
	bottom: 10px;
	height: auto;
	margin: 60px 10px 0;
	text-align: center;
	width: auto;
    position: relative;
    
}

#footer a,#footer
{
		
	color: #4C4C4C;
	font-size: 14px;
	text-decoration: none;
	text-shadow: #FFF 0 1px 0;
    padding-bottom: 30px;
}




.pageitem {
background-color:#FFFFFF;
border:1px solid #878787;
display:block;
font-size:11pt;
height:auto;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:8px 9px 17px;
overflow:hidden;
padding:0;
position:relative;
width:auto;
}

#frontpicholder{
	background-color: #fff;

	width: 100%;
	//height:535px; 
}



.pageitembig
{
	background-color: #fff;
	
	display: block;
	font-size: 11pt;

	height: auto;
	list-style: none;
	margin:0px 0px 0px 18px;
	overflow: hidden;
	padding: 0;
	position: relative;
	webkit-border-radius: 8px;
	width: 85px;
	float:left;
	

 	
}






li.menubig
{
	
	display: block;
	height: 85px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	width: 80px;
	

}

li.menubig:hover
{
	background: url("../images/menutouchedbig.png") repeat-x #0274ee;
}
li.menubig a:hover span.name,li.menubig a:hover span.comment,li.store:hover .starcomment,li.store:hover .name,li.store:hover .comment,body.list li.withimage a:hover .comment
{
	color: #fff;
}
li.menubig a:hover span.comment
{
	color: #CCF;
}
li.menubig a
{
	display: block;
	height: 80px;
	text-decoration: none;
	width: auto;
	text-align:center;
}


li.menubig a img
{
	float: left;
	height: 64px;
	margin: 5px 0 0 5px;
	width: auto;
}
li.menubig span.namebig
{
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 0 7px;
	max-width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}
li.menubig span.comment
{
	color: #000;
	color: #324f85;
	float: right;
	font-size: 15px;
	margin: 11px 30px 0 0;
	max-width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}
li.menubig span.arrow,li.store span.arrow,body.musiclist span.arrow,body.list span.arrow
{
	background: url("../images/arrow.png") 0 0 no-repeat;
	height: 13px!important;
	margin: 0!important;
	position: absolute;
	right: 10px;
	top: 15px;
	width: 8px!important;
}

.namebig
{
	position: relative;
	top: -5px;
}




.pageitemad
{
	margin: 3px 9px 17px;
	overflow: hidden;
	padding: 0;
	position: relative;
	webkit-border-radius: 8px;
	width: auto;
}





.pageitem p 
{
	padding-left: 11px;

}



.textbox
{
	border-top: 1px solid #878787;
	overflow: hidden;
	padding: 5px 9px;
	position: relative;
}
.textbox p
{
	color: #000;
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: justify;
}
.textbox img
{
	max-width: 100%;
}
.textbox ul
{
	list-style: circle!important;
	margin: 3px 0 3px 0;
}
.textbox li
{
	margin: 0!important;
}


.pageitem li:first-child {
border-top:0 none;
}



li.menu,li.form
{
	border-top: 1px solid #878787;
	display: block;
	height: 43px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	width: auto;
}
ul.pageitem li:first-child:hover,.pageitem li:first-child a,li.form:first-child input[type=radio],li.form:first-child select,li.form:first-child input[type=submit],li.form:first-child button,li.form:first-child input[type=reset]
{
	webkit-border-top-left-radius: 8px 8px;
	webkit-border-top-right-radius: 8px 8px;
}
ul.pageitem li:last-child:hover,.pageitem li:last-child a,li.form:last-child input[type=radio],li.form:last-child select,li.form:last-child input[type=submit],li.form:last-child button,li.form:last-child input[type=reset]
{
	webkit-border-bottom-left-radius: 8px 8px;
	webkit-border-bottom-right-radius: 8px 8px;
}
li.menu:hover
{
	background: url("../images/menutouched.png") repeat-x #0274ee;
}
li.menu a:hover span.name,li.menu a:hover span.comment,li.store:hover .starcomment,li.store:hover .name,li.store:hover .comment,body.list li.withimage a:hover .comment
{
	color: #fff;
}
li.menu a:hover span.comment
{
	color: #CCF;
}
li.menu a
{
	display: block;
	height: 43px;
	text-decoration: none;
	width: auto;
}
li.menu a img
{
	float: left;
	height: 32px;
	margin: 5px 0 0 5px;
	width: auto;
}
li.menu span.name
{
	color: #000;
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin: 11px 0 0 7px;
	max-width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}
li.menu span.comment
{
	color: #000;
	color: #324f85;
	float: right;
	font-size: 17px;
	margin: 11px 30px 0 0;
	max-width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}
li.menu span.arrow,li.store span.arrow,body.musiclist span.arrow,body.list span.arrow
{
	background: url("../images/arrow.png") 0 0 no-repeat;
	height: 13px!important;
	margin: 0!important;
	position: absolute;
	right: 10px;
	top: 15px;
	width: 8px!important;
}
li.store
{
	border-top: #878787 solid 1px;
	height: 90px;
	overflow: hidden;
	position: relative;
}
li.store a
{
	
	display: block;
	height: 90px;
	position: absolute;
	text-decoration: none;
	width: 100%;
}

li:first-child.store .image,li.store:first-child a
{
	webkit-border-top-left-radius: 8px 8px;
}
li:last-child.store .image,li.store:last-child a
{
	webkit-border-bottom-left-radius: 8px 8px;
}
li.store .name
{
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 0 95px;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




.namebig
{
	color: #000;
	display: block;
	font-size: 5px;
	font-weight: bold;
	margin: 0 0 0 0px;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	
}



li.store .comment,body.list li.withimage .comment
{
	color: #7f7f7f;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 16px 0 0 95px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
}
li.store .arrow,body.list li.withimage .arrow
{
	top: 39px!important;
}
li.store .stars
{
	margin: 6px 0 0 95px;
}
li.store .starcomment
{
	color: #7f7f7f;
	font-size: 12px;
	font-weight: lighter;
	left: 165px;
	position: absolute;
	top: 56px;
}
.graytitle
{
	color: #4C4C4C;
	font-size: 17px;
	font-weight: bold;
	left: 9px;
	padding: 1px 0 3px 8px;
	position: relative;
	right: 20px;
	text-shadow: #FFF 0 1px 0;
}

.graytitlesmall
{
	color: #4C4C4C;
	font-size: 12px;
	font-weight: bold;
	left: 9px;
	padding: 1px 0 3px 8px;
	position: relative;
	right: 20px;
	text-shadow: #FFF 0 1px 0;
}



.header
{
	color: rgb(73,102,145);
	display: block;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
	margin-bottom: 6px;
}
body.musiclist div#content
{
	margin: -29px auto auto -40px;
	width: auto;
}

body.musiclist div#content ul li
{
	border-bottom: 1px solid #e6e6e6;
	height: 44px;
	list-style: none;
	position: relative;
	width: auto;
}
body.musiclist div#content ul li a
{
	color: #000;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%!important;
}
body.musiclist ul li .number,body.musiclist .name,body.musiclist .time
{
	display: inline-block;
	font-size: large;
	font-weight: bold;
	height: 44px;
	line-height: 46px;
	text-align: center;
	width: 44px;
}
body.musiclist ul li .name
{
	border-left: solid 1px #e6e6e6;
	font-size: medium;
	margin-left: 0;
	padding-left: 5px;
	width: auto!important;
}
body.musiclist ul li .time
{
	color: #848484;
	font-size: medium;
	font-weight: normal;
	margin-left: 4px;
	width: auto!important;
}
body.musiclist
{
	background-color: #cbcccf;
	background-image: none!important;
}
body.musiclist ul li span.name
{
	max-width: 62%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.list ul li.title
{
	
	border-bottom: none!important;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 22px!important;
	line-height: 22px;
	padding-left: 20px;
	text-shadow: gray 0 1px 0;
	width: 100%;
}
body.list ul
{
	background-color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
body.list div#content li
{
	border-bottom: 1px solid #e1e1e1;
	height: 40px;
	list-style: none;
}
body.list
{
	background-color: #fff;
	background-image: none!important;
}
body.list div#

{
	margin-top: 24px!important;
}
body.list div#content li a
{
	color: #000;
	display: block;
	font-size: large;
	font-weight: bold;
	height: 32px;
	padding: 9px 0 0 20px;
	position: relative;
	text-decoration: none;
}
body.list div#content li a span.name
{
	display: block;
	max-width: 93%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.list div#content li a:hover
{
	color: #fff;
}
body.list div#content li a:hover
{
	background: url("../images/menutouched.png") repeat-x;
}
body.list div#content
{
	margin-top: -13px!important;
}
body.list ul img
{
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	width: 90px;
}
body.list li.withimage
{
	height: 90px!important;
}
body.list li.withimage span.name
{
	margin: 13px 0 0 90px;
	max-width: 63%!important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.list li.withimage .comment
{
	margin: 10px auto auto 90px !important;
	max-width: 63%!important;
}
body.list li.withimage a,body.list li.withimage:hover a
{
	
	height: 81px!important;
}

.confirm_screen
{
	
	bottom: 0;
	opacity: 0;
	position: absolute;
	webkit-transform: translate(0,100%);
	webkit-transition-property: -webkit-transform;
}
.confirm_screenopen
{
	
	bottom: -100%;
	opacity: 0.8;
	overflow: hidden;
	position: absolute;
	text-align: center;
	webkit-transform: translate(0,0);
	webkit-transform-style: preserve-3d;
	webkit-transition-duration: 0.8s;
	webkit-transition-property: -webkit-transform;
	width: 100%;
	z-index: 99999;
}
.confirm_screenopenfull
{
	
	bottom: -100%;
	opacity: 0.8;
	overflow: hidden;
	position: absolute;
	text-align: center;
	webkit-transform: translate(0,45px);
	webkit-transform-style: preserve-3d;
	webkit-transition-duration: 0.8s;
	webkit-transition-property: -webkit-transform;
	width: 100%;
	z-index: 99999;
}
.confirm_screenclose
{

	bottom: -100%;
	opacity: 0.8;
	overflow: hidden;
	position: absolute;
	text-align: center;
	webkit-transform: translate(0,150%);
	webkit-transform-style: preserve-3d;
	webkit-transition-duration: 1.2s;
	webkit-transition-property: -webkit-transform;
	width: 100%;
}
.confirm_screenopen span,.confirm_screenclose span,.confirm_screenopenfull span,.confirm_screenclosefull span
{
	color: #fff;
	display: block;
	font-size: 17px;
	height: 10px;
	margin: 10px 0 20px;
	text-shadow: rgba(0,0,0,1) 0 -1px 0;
	width: 100%;
}
.popup
{
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.cover
{
	background-color: #000;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9998;
}
.nocover
{
	
	opacity: 0;
}
#frame a
{
	display: block;
	margin-bottom: -15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-decoration: none;
	width: 90%;
}
#frame span.black,#frame span.red,#frame span.gray
{
	background-repeat: no-repeat;
	border-width: 0 14px;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: large;
	font-weight: bolder;
	height: 46px;
	line-height: 46px;
	opacity: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}
#frame span.black
{
	color: #fff;

}
#frame span.red
{
	color: #fff;

}
#frame span.gray
{
	color: #000;
	text-shadow: white 0 1px 0;
	
}
#frame a:last-child
{
	margin-bottom: 20px!important;
}
#frame a:hover span.black,#frame a:hover span.gray
{
	color: #fff;
	text-shadow: rgba(0,0,0,1) 0 -1px 0;

}
#frame a:hover span.red
{

}
#leftnav,#leftbutton
{
	font-size: 12px;
	font-weight: bold;
	left: 17px;
	position: absolute;
	top: 12px;
}
#leftnav,#leftbutton,#rightnav,#rightbutton
{
	z-index: 5000;
}
#leftnav a,#rightnav a,#leftbutton a,#rightbutton a
{
	color: #fff;
	display: block;
	height: 30px;
	line-height: 42px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
}
#leftnav img,#rightnav img
{
	margin-top: 4px;
}
#leftnav a:first-child
{
	border-width: 0 5px 0 13px;
	webkit-border-bottom-left-radius: 16px;
	webkit-border-bottom-right-radius: 6px;

	webkit-border-top-left-radius: 16px;
	webkit-border-top-right-radius: 6px;
	width: auto;
	z-index: 2;
}
#leftnav a
{
	border-width: 0 5px 0 13px;
	float: left;
	margin-left: -4px;
	padding-right: 4px;
	webkit-border-bottom-left-radius: 16px;
	webkit-border-bottom-right-radius: 6px;

	webkit-border-top-left-radius: 16px;
	webkit-border-top-right-radius: 6px;
	z-index: 3;
}
#rightnav,#rightbutton
{
	font-size: 15px;
	font-weight: bold;
	
}
#rightnav a
{
	border-width: 0 13px 0 5px;
	float: right;
	margin-right: -4px;
	padding-left: 4px;
	webkit-border-bottom-left-radius: 6px;
	webkit-border-bottom-right-radius: 16px;

	webkit-border-top-left-radius: 6px;
	webkit-border-top-right-radius: 16px;
	z-index: 3;
}
#rightnav a:first-child
{
	border-width: 0 13px 0 5px;
	webkit-border-bottom-left-radius: 6px;
	webkit-border-bottom-right-radius: 16px;

	webkit-border-top-left-radius: 6px;
	webkit-border-top-right-radius: 16px;
	z-index: 2;
}
#leftbutton a,#rightbutton a
{
	border-width: 0 5px;

	webkit-border-radius: 6px;
}
.rssxpresschannel
{
	border: none;
	font-family: helvetica,sans-serif;
}
.rssxpresschtitle
{
	text-align: center;
}
.rssxpresschdesc
{
	border-bottom: 1px solid #000;
	color: #000;
	padding-bottom: 5px;
	text-align: center;
}
.rssxpressittitle
{
	background: #fff;
	display: block;
	font-size: 12pt;
	margin: 5px 0 2px;
}
.rssxpressittitle a
{
	color: rgb(73,102,145);
	font-weight: bold;
	line-height: 10pt;
	text-decoration: none!important;
}
.rssxpressitdesc
{
	background: #fff;
	font-size: 12pt;
}
.rssxpressdivider
{
	display: none;
}
li.form input[type=text],li.form input[type=password],li.form input[type=search]
{
	border-color: white;
	border-width: 7px 7px;
	display: block;
	font-size: 18px;
	font-weight: normal;
	height: 10px;
	line-height: 8px;
	margin: auto;
	position: relative;
	webkit-appearance: none;

	width: 90%;
}
li.form input[type=submit]
{
	background: none;
	border: 0px;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: -5px;
	width: 100%;
}
.form
{
	height: 37px!important;
	overflow: hidden;
	padding: 5px 8px 0 5px;
	position: relative;
}
li.form .narrow textarea,li.form .narrow input[type=text],li.form .narrow input[type=checkbox],li.form .narrow input[type=password],li.form .narrow input[type=search]
{
	border-color: white;
	border-width: 7px 7px;
	font-size: 18px;
	font-weight: normal;
	height: 10px;
	line-height: 8px;
	margin: 0!important;
	position: absolute;
	right: -17px;
	webkit-appearance: none;

	width: 40%!important;
}
li.form span.narrow,li.form span.check
{
	display: block;
	margin: auto;
	position: relative;
	width: 90%!important;
}
li.form .name
{
	color: #000;
	font-size: 17px;
	font-weight: bold;
	left: -17px;
	margin: 6px 0 0 7px;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 55%!important;
}
li.form .check .name
{
	width: 70%!important;
}
li.form input[type=radio]
{
	background: transparent;
	border: 0;
	display: block;
	height: 42px;
	margin: -5px -8px 0 -5px;
	position: absolute;
	position: relative;
	webkit-appearance: none;
	webkit-border-radius: 0;
	width: 100%;
}

span.checkbox
{
	
	display: block;
	height: 27px;
	position: absolute;
	right: -14px;
	top: 2px;
	width: 94px;
}
input[type=checkbox]
{
	display: none;
}
select
{
	height: 40px;
	margin: -5px 0 0 -5px;
	opacity: 0;
	position: absolute;
	webkit-border-radius: 0;
	width: 100%;
}
.form .choice .name
{
	left: 1.7%;
	width: 87%!important;
}
span.select
{
	color: #000;
	font-size: 17px;
	font-weight: bold;
	margin: 6px 0 0 7px;
	max-width: 87%;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 1;
}

input[type=submit],button,input[type=button],input[type=reset]
{
	background: transparent;
	display: block;
	height: 40px;
	left: 0px;
	line-height: 40px;
	//position: absolute;
	top: 6px;
	webkit-border-radius: 0;
	//width: 100%;
}
button,input[type=button],input[type=reset]
{
	border: none;
	color: black;
	font-size: 17px;
	font-weight: bold;
	top: 0px!important;
	webkit-appearance: none;
}
.textbox textarea
{
	border-width: 7px 7px;
	display: block;
	font-size: 18px;
	font-weight: normal;
	left: -2px;
	line-height: 18px;
	margin: 3px auto 4px auto;
	min-height: 50px;
	padding: 3px 0 0 0;
	position: relative;

	width: 97%;
}
ul li.hidden
{
	display: none;
}
ul li.autolisttext
{
	text-align: center;
}
body.musiclist ul li.autolisttext
{
	line-height: 44px!important;
}
ul li.autolisttext a:hover
{
	background-image: none!important;
	color: black!important;
}