﻿/* fonter */
span.italic
{
    font-style:italic;    
    font-family:inherit;
    color:#000;
}
.center-content
{
    text-align:center;
}
.box h2
{
    font-size:19px;
    font-style:normal;
    font-family:inherit;
    color:#000;
    
}
.box p
{
    font-size:13px;
    font-family:inherit;
    color:#000;
    padding:10px 0px 0px 0px;
}
/*  end fonter */

#center
{
    text-align:center;
}

.blog-entry-container 
{
    padding:0 0 12px;
}

#artist-page-container 
{
    background-image:url(/system_images/artist-page-shadow-bg.gif);
    background-position:980px 0;
    background-repeat:repeat-y;
    margin:0 auto;
    text-align:left;
    width:985px;
}
#artist-page
{
    float:left;
    width:978px;
    border: none;
    margin-top:-5px;
    background-color:#D9D9D9;
    position:relative;
    
}
#shadow-container
{
    margin-top:5px;    
}
#bottom-shadow-container
{
    width:980px;
    margin:auto;
}

#artist-page-shadow-bottom
{
    height:5px;
    background-color:#000;
    margin-left:5px;
    width:977px;
}

/* nav and artist picture */

#artist-picture-container
{
    width:980px;
    height:573px;
}
#nav-text-container
{
    height:320px;
    left:31px;
    position:absolute;
    top:50px;
    width:600px;
}
/* nav and artist picture end */

#column-container
{
    margin-top:-250px;
    position:relative;
    z-index:10;
    border: 1px solid #000;
    border-top:none;
    width:980px;
}
#nav-container
{
    width:233px;
    height:21px;
    margin-left:0px;
    margin-top:14px;
    position:relative;
    z-index:10;
}
.nav-item
{
    float:left;
    height:21px;
    position:relative;
    z-index:10;    
}

#nav-text-container-trans
{
    
}
#start
{
    width:36px;
    position:relative;
    z-index:9;    
    
}
#bio
{
    width:57px;
}
#music
{
    width:45px;
}
#videos
{
    width:49px;
}
#bilder
{
    width:46px;
}

#text-container
{
    margin-top:90px;
    width:455px;
    
}
#text-container #text
{
    font-family:Georgia;
    font-size:13px;
    color:#FFF;
}
#left-column
{
    width: 533px;
    float:left;    
    height:100%;
    margin-right:16px;
    margin-left:30px;
}
#right-column
{
    width:375px;
    float:left;
    margin-top:30px;
}
#top-text
{
    margin:15px auto;
    height:108px;
    width:986px;
}

/* all boxes left column    */
/*                            */
/*        Start here            */
/*                            */
/****************************/


/* left column content */

#left-column #twitter-container 
{ 
    background-image:url(/system_images/twitter-pop-up.jpg); 
    width:488px; 
    height:76px;
}
#left-column #twitter-text 
{ 
    margin-left:88px; 
    font-size:12px; 
    font-family:Georgia; 
    height:49px; 
    padding-top:10px; 
    padding-left:10px;
}
#left-column #twitter-text .time 
{ 
    font-size:11px; 
    font-family:Georgia; 
    font-style:italic;
}  
 
#blog-container
{
    font-family:Arial;
    font-size:13px;
}
#blogg-intro-text
{
    margin-bottom:20px;
}
.blog-entry-container span.from
{
    display:block;
    
}
.blog-entry-container h2
{
    color:#251A72;
    font-size:26px;
    line-height:16px;
    margin-bottom: 0px;
    padding-top: 10px;
}
.blog-entry-container p
{
}
.blog-entry-container p a
{
    color:#382b8f;
    text-decoration:none;
    
}
.blog-divider
{
    margin-left:-20px;
    margin-right:-20px;
    border-top:1px solid #251a72;
    height:0px;
    overflow:hidden;
    margin-bottom:18px;
}
/* end left column content */

#offer-box
{
    width:527px;
    height:88px;
    margin-bottom:10px;    
}
#left-column .box-container
{
    width:533px;
    margin-bottom:10px;
    position:relative;
    
    
}

#left-column .box-container .box-top
{
    width:523px;
    height:29px;
    background-image: url(/system_images/box-top-bg.png);
    background-repeat:no-repeat;
    font-size:18px;
    font-family:Arial;
    color:#FFF;
    padding-left:10px;
    padding-top:6px;
    
    
}
.box-top {text-transform: uppercase;}

#left-column .box-container .left-shadow-container
{
    width:533px;
    background-color:#FFF;
    
    /* sätt skugga här */
    background-image: url(/system_images/shadow-bg.png);
    background-position: 528px 0px;
    background-repeat:repeat-y;
}


#left-column .box-container .box
{
    overflow:hidden;
    width:500px; /* 528px total with padding and border*/
    border-left: 1px solid #241d67;
    border-right: 1px solid #241d67;
    border-bottom: 1px solid #241d67;
    clear:both !important;
    float:none !important;
    padding:13px;
    font-family:Georgia;
    font-size:13px;
}

#left-column .box-container .bottom-shadow
{
    height:5px; /* widthoud shadow */
    margin-left:10px;
    background:#000;
    background-image: url(/system_images/shadow-bg.png);
    background-repeat:repeat-x;
    width:523px;
    
}
/* box without top */

#left-column .box-container .box-notop
{
    
    width:502px; /* 528px total with padding and border */
    border: none;
    padding:13px;
    padding-bottom:8px;
    top:-5px;
    position:relative;
    background:#FFF;
}


#left-column .box-container .left-shadow-container-notop
{
    width:533px;
    background-color:#FFF;
    
    /* sätt skugga här */
    background-image: url(/system_images/shadow-bg.png);
    background-position: 528px 0px;
    background-repeat:repeat-y;
    border: 1px solid #241d67;
    overflow:visible;
}
#no-top-content-container
{
    padding-top:13px;    
}
.no-top-border-fix
{
    margin-top:-13px; 
    margin-left:-14px;
    margin-right:-14px;
    margin-bottom:-5px;
    position:relative;
    height:5px;
    border-top: 1px solid #241d67;
    border-left:1px solid #241d67;
    border-right:1px solid #241d67;
}
#left-column .box-container .bottom-shadow-notop
{
    height:5px; /* widthoud shadow */
    margin-left:10px;
    background:#000;
    background-image: url(/system_images/shadow-bg.png);
    background-repeat:repeat-x;
    width:525px;
    
}

/* box without padding and no top */

#left-column .box-container .box-notop-nopadding
{
    
    width:528px; /* 528px total with padding and border */
    border: none;
    padding:0px;
    top:-5px;
    position:relative;
    background:#FFF;
    overflow:visible;
    
}
.no-top-border-fix-nopadding
{
    position:relative;
    height:5px;
    border-top: 1px solid #241d67;
    border-left:1px solid #241d67;
    border-right:1px solid #241d67;    
    margin-left:-1px;
    margin-right:-1px;
    margin-bottom:-5px;
}
#no-top-content-container-nopadding
{
    padding:0px;
    margin-bottom:-5px;
    overflow:visible;
}

/* left column boxes end */

/* right column starts here */
#listen-img-container
{
    width:104px;
    height:104px;
    overflow:hidden;
    float:left;
    margin-bottom:-4px;
}
#share-container .share
{
    float:left;
    width:31px;
    height:32px;
    margin-right:5px;
}

#live-container
{
}
#live-container #date-container
{
    float:left;
    width:218px;
    margin-right:10px;
}
#map-container
{
    float:left;
    
    
    z-index:1000;
    position:relative;
}
#map-container #map
{
    position:absolute;
    left:250px;
    top:10px;
    z-index:1000;
    width:86px;
    height:174px;
    background-image:url(/system_images/sweden-map.png);
}
#pop-up
{
    background-image:url(/system_images/pop-up-date.png);
    padding-top:2px;
    padding-left:2px;
    width:36px;
    height:28px;
    position:absolute;
    left:250px;
    top:80px;
    z-index:1001;
    color:#FFF;
    font-family:Arial;
    font-weight:bold;
    font-size:11px;
    font-style:italic;
}
#live-container #date-container .show-date-place
{
    height:17px;
    width:218px;
    position:relative;
    z-index:0;
    cursor:pointer;
    padding-top:4px;
    padding-left:5px;
    font-family:Georgia;
    
}
#live-container #date-container .show-date-place-selected
{
    background-color:#d7d5e9;
}
#live-container #date-container .show-date-place span.date
{
    font-family:Georgia;
}
#live-container #date-container .show-date-place span.place
{
    font-family:Georgia;
}
/* all boxes right column    */
/*                            */
/*        Start here            */
/*                            */
/* padding with top */

#right-column .box-container
{
    width:375px;
    margin-bottom:10px;
    position:relative;
}
#right-column .box-container .box-top
{
    width:365px;
    height:29px;
    background-image: url(/system_images/box-top-right-col-bg.png);
    background-repeat:no-repeat;
    font-size:18px;
    font-family:Arial;
    color:#FFF;
    padding-left:10px;
    padding-top:6px;
    
    
}
#right-column .box-container .left-shadow-container
{
    width:375px;
    background-color:#FFF;
    
    /* sätt skugga här */
    background-image: url(/system_images/shadow-bg.png);
    background-position: 370px 0px;
    background-repeat:repeat-y;
}

#right-column .box-container .box
{
    overflow:hidden;
    width:348px; /* 370px total with padding and border*/
    border-left: 1px solid #241d67;
    border-right: 1px solid #241d67;
    border-bottom: 1px solid #241d67;
    clear:both !important;
    float:none !important;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:20px;
    font-family:Georgia;
    font-size:13px;
}

#right-column .box-container .box-facebook
{
    overflow:hidden;
    width:348px; /* 370px total with padding and border*/
    min-height: 415px;
    border-left: 1px solid #241d67;
    border-right: 1px solid #241d67;
    border-bottom: 1px solid #241d67;
    border-top: 1px solid #241d67;
    clear:both !important;
    float:none !important;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:20px;
    font-family:Georgia;
    font-size:13px;
}

#right-column .box-container .bottom-shadow
{
    height:5px; /* widthoud shadow */
    margin-left:10px;
    background:#000;
    background-image: url(/system_images/shadow-bg.png);
    background-repeat:repeat-x;
    width:365px;
    
}
#right-column #container-send-sms
{
    width:375px;
    overflow:visible;
    height:67px;
    margin-bottom:10px;
}
#right-column #container-send-sms #sms-bg
{
    background-image:url(/system_images/buy-music-bg.png);
    background-repeat:no-repeat;
    height:67px;
    width:387px;
    margin-left:-5px;
    z-index: 0;
}

/* padding with top END */

/* no padding with top START */

#right-column .box-container .box-nopadding
{
    overflow:hidden;
    width:370px;
    border-left: 1px solid #241d67;
    border-right: 1px solid #241d67;
    border-bottom: 1px solid #241d67;
    clear:both !important;
    float:none !important;
}

/* no padding with top END */

/* song download box */
#song-container
{
    float:left;
    width:263px;
    border-left:1px solid #241d67;
    height:104px;
    color:#251a72;
    font-size:13px;
    font-family:Georgia;
}
#song-container .song-desc
{
    width:253px;
    font-size:12px;
    padding-top:10px;
    padding-left:10px;
    height:40px;
    font-family:Georgia;
    color:#382c8f;    
}

#song-container #song-play-download
{
    width:263px;
    height:36px;
    /*background-image: url(/system_images/song-box.gif);*/
    font-size:13px;
    font-family:Georgia;
    margin-left:10px;
    
}
#song-container #song-play-download .play-button,
#song-list .list-item .play-button
{
    width:24px;
    height:28px;
    float:left;
    font-size:13px;
    font-family:Georgia;
    color:#382c8f;
    margin-top:14px;
    margin-right:3px;
    
}
#song-container #song-play-download .song-name,
#song-list .list-item .song-name
{
    
    height:20px;
    padding-top:15px;
    float:left;
    font-size:18px;
    font-family:Georgia;
    color:#382c8f;
    
}
#song-container #song-play-download .button-download
{
    float:right;
    font-family:Georgia;
    font-size:13px;
    height:36px;
    margin-right:16px;
    margin-top:9px;
    width:89px;   
}
#song-container #song-play-download .button-download-not
{
    float:right;
    font-family:Georgia;
    font-size:13px;
    height:36px;
    margin-right:16px;
    margin-top:9px;
    width:89px;     
}
#song-container #song-play-download .button-tip
{
    float:right;
    width:58px;
    margin-right:1px;
    height:36px;
    font-size:13px;
    font-family:Georgia;
    margin-top:1px;
    
}#tip-friend
{
    text-align:right;
    padding-right:10px;
    font-size:13px;
    font-family:Georgia;
    margin-top:5px;
}
#tip-friend a
{
    font-size:13px;
    font-family:Georgia;
    text-decoration:none;
    color:#382C8F;
}
/* END */

/* VIDEO on start page */
#video-playing-rightcolumn
{
    height:210px;
    width:347px;
}
#videos-rightcolumn
{
    height:70px;
}
#videos-rightcolumn .video
{
    width:114px;
    height:70px;
    float:left;
    cursor:pointer;
    margin-right:2px;
}
/* end video on start page */

/* music page */
#buy-music-btn-container
{
    text-align:right;    
}
#song-list
{
    padding-left:50px;
    padding-right:20px;
    border-top:solid 1px #251a72;
    padding-top:20px;
}
/* end music page */

/* video page */
#video-page-container
{
    margin:0 auto;
    width:862px;
    margin-bottom:50px;
    overflow:visible;
}

#video-container-big
{
    width:862px;
    height:512px;
    background-image:url(/system_images/video-bg.gif);
    position:relative;
    
}

#videos-thumbs-container
{
    width:875px;    
}
#videos-thumbs-container .thumb-item
{
    float:left;
    width:101px;
    height:66px;
    margin-right:8px;
    margin-top:4px;
    background-image:url(/system_images/video-thumb-bg.gif);
    cursor:pointer;
    
}
#video-margin-fix
{
    position:absolute;
    left:1px;
    top:1px;
}
object
{
    padding:0px;
    margin:0p;
}
/* end video page */

/* image page */

#image-page-container
{
    margin:0 auto;
    width:960px;
    margin-bottom:50px;
    overflow:visible;
}

#image-container-big
{
    width:862px;
    height:574px;
    background-image:url(/system_images/bilder-container-bg.gif);
    padding-top:1px;
    padding-left:1px;
    float: left;    
}

#videos-thumbs-container
{
    width:875px;    
}
#videos-thumbs-container .thumb-item
{
    float:left;
    width:100px;
    height:65px;
    margin-right:8px;
    margin-top:4px;
    background-image:url(/system_images/video-thumb-bg.gif);
    cursor:pointer;
    padding-left:1px;
    padding-top:1px;
    
}

/* image page end */
 

blockquote{font-family: Georgia, Serif; font-size: 17px; font-style:italic;}
span.citat-writer{font-family: Georgia, Serif; font-size: 13px;}
.citat{display:block;margin-bottom: 20px;}
#arrow-left,#arrow-right{float:left;margin-top: 25%;cursor: pointer;}
#image-thumbs-container{margin-left: 50px;}
#image-thumbs-container .thumb-item
{
    float:left;
    width:100px;
    height:65px;
    margin-right:8px;
    margin-top:4px;
    background-image:url(/system_images/video-thumb-bg.gif);
    cursor:pointer;
    padding-left:1px;
    padding-top:1px;
    
}
.song-container-laddaner-steg2 
{
    float:left;
    width:263px;
    border-left:1px solid #241d67;
    height:104px;color:#251a72;
    font-size:13px;
    font-family:Georgia;
    display:none;
}
.song-container-laddaner-steg2 .song-desc
{
    width:253px;
    font-size:12px;
    padding-top:10px;
    padding-left:10px;
    height: 5px;
    line-height: 1px;
    font-family:Georgia;
    color:#382c8f;
}
.song-container-laddaner-steg2 .textbox-and-button
{
    display: block;
    overflow: hidden;
    width: auto;
    margin-left: 5px;
    height: 40px;
    margin-top:10px;
}
.song-container-laddaner-steg2 #yourNumber{height: 18px;width: 173px;background-color: #fff; border: 1px solid #251a72;margin:0;float:left;padding:10px;font-weight: bold; }
.song-container-laddaner-steg2 a{padding-top: 10px;}
.song-container-laddaner-steg2 p
{
    font-size: 10px;
    line-height: 10px;
    margin-left: 5px;
    padding-top: 5px;
    width: auto;
}
.song-container-laddaner-steg3
{
float:left;
width:263px;
border-left:1px solid #241d67;
height:104px;color:#251a72;
font-size:13px;
font-family:Georgia;
display:none;
}
.song-container-laddaner-steg3 p
{
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    color: #251a72;
    padding: 10px;
}
ul#photo-slide-ul
{
    width: 857px;
    height: 567px;
    margin-right: 20px;
    list-style: none;
    padding: 0;
}
ul#photo-slide-ul li
{
    width: 857px;
    height: 567px;
    margin: 0;
    padding: 0;
    text-align: left;
}
ul#photo-slide-ul li img
{
    margin-right: 10px;
    border: 1px solid #251a72;
}
.display-none{display:none;}
.display-true{display: true;}
#txtSendSms{margin:38px 0 0 278px;width: 71px;height: 12px;background: transparent;border:0;font-size:9px;float:left;z-index: 500;}
#btnSendMusicSMS{display: block;width: 20px; height: 15px;float:left;margin:38px 0 0 2px;}
#backToSong{float: right;margin-right: 20px;}