html, form, body, body.SpotifyList  {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

a {
	color: #357eb3;
	font-weight: bold;
}
a:hover {
	color: #e64c00;
}

h1,h2,h3 {
	display:block; 
	margin: 0px;

}
.RightSplash h1 {
	font-size: 22px;
}
#PlaylistDetail h1 {
	font-size: 20px;
}

h1 {
	font:28px/26px Georgia, "Times New Roman", Times, serif; 
}
.HeaderContent h1 {
/* Fungerar inte med SIFR */
	font:28px/26px Georgia, "Times New Roman", Times, serif; 
}

h2 {
	font:23px/22px Georgia, "Times New Roman", Times, serif; 
}

h3 {
	font-size: 12px;
	display: inline;
}

body {
	padding: 14px 0px 0px 0px;
	font:14px/20px Arial, Helvetica, sans-serif;
}

#MainContainer {
	/* width: 808px;*/
	
	position: relative;
	margin: 0px auto;
}

#Header {
	margin-top: 40px;
}
#HeaderTop {
	background-image: url("images/HeaderTopShadow.png");
	background-repeat: repeat-x;
	height: 12px;
	
	line-height: 0px;
	font-size: 0px;

}
* html #HeaderTop {
	background-image: url("images/HeaderTopShadow.gif");
}

#HeaderBottom {
	background-image: url("images/HeaderBottomShadow.png");
	background-repeat: repeat-x;
	height: 12px;
	line-height: 0px;
	font-size: 0px;
}

* html #HeaderBottom {
	background-image: url("images/HeaderBottomShadow.gif");
}


#HeaderMain {
	background-image: url("images/HeaderGradient.png");
	background-repeat: repeat-x;
	min-height: 219px;
		background-color: #ededed;
		display: none;

}
.HeaderEmpty {
	background-color: #ededed;
	height: 20px;
}

* html #HeaderMain {
	height: 219px;
}
#HeaderContent {
	width: 988px;
	padding: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	
}

#Logo {
	width: 292px;
	padding-left: 0px;
	float: left;
	height: 105px;
}

#TwitterFollow {
	position: absolute;
	width: 100px;
	margin-left:630px;

}

* html #TwitterFollow {
	top: 0;
	right: 0;
	margin-left: 630px;
}

#Button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 500px;
	padding-top: 8px;
	float: right;
}
#Button ul {
	float: right;
	list-style-type: none;
	display: inline;
}
#Button ul li {
	float: left;
	display: inline;
	margin-right: 20px;
}

img.png {
	behavior: url("/Javascript/iepngfix.htc");
	
}
#TopMenu {
	width: 988px;
	margin-left: auto;
	margin-right: auto;

}

* html #TopMenu {

}

#TopMenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	list-style-type:none;
	position:relative;

	
}

#TopMenu ul li {
	float:left; 
	
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-transform:uppercase;
	padding: 0px 1px;
}

#TopMenu ul li a {
	height:29px; 
	display:block; 
	text-decoration: none;
	float: left;
}
* html #TopMenu ul li a {
	color: #fff;
	border: 1x
}
* html #TopMen ul li a span {
	color: #fff;
}

#TopMenu ul li a span.left {
	background-position: left;
	background-image: url(images/MenuBgLeft.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 33px;
	display: block;
	float: left;
}

* html #TopMenu ul li a span.left {

	background-image: none;
	width: auto;
	height: auto;
	float: none;
}

#TopMenu ul li a span.text {
	display: block;
	background-image:url(images/MenuBgRepeat.png);
	background-repeat: repeat-x;
	height: 33px;
	float: left;
	
	padding: 8px 4px 0px 4px;
	
}	
* html #TopMenu ul li a span.text {
	
		background-image: none;
	width: auto;
	height: auto;
	float: none;
	color: #ffffff;
}	

#TopMenu ul li a span.right {
	display: block;
	background-image: url(images/MenuBgRight.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	width: 12px;
	float: left;

}

* html #TopMenu ul li a span.right {
	
	background-image: none;
	width: auto;
	height: auto;
	float: none;
}

#TopMenu ul li a:hover, #TopMenu ul li a.Selected{
}

#TopMenu ul li a:hover span.left, #TopMenu ul li a.Selected span.left {
	background-image: url(images/MenuBgLeftHover.png);
	background-repeat: no-repeat;
	background-position: left;
}
* html #TopMenu ul li a:hover span.left, * html #TopMenu ul li a.Selected span.left {

	background-image: none;
	width: auto;
	height: auto;
	float: none;
}

#TopMenu ul li a:hover span.text, #TopMenu ul li a.Selected span.text {
	background-image:url(images/MenuBgRepeatHover.png);
	background-repeat: repeat-x;

}	
* html #TopMenu ul li a:hover span.text, * html #TopMenu ul li a.Selected span.text {

	background-image: none;
	width: auto;
	height: auto;
	float: none;
}


#TopMenu ul li a:hover span.right, #TopMenu ul li a.Selected span.right {
	background-image: url(images/MenuBgRightHover.png);
	background-repeat: no-repeat;
	background-position: right;
}
* html #TopMenu ul li a:hover span.right, * html #TopMenu ul li a.Selected span.right {

	background-image: none;
	width: auto;
	height: auto;
	float: none;
	
}
#Columns {
	width: 988px;
	margin: 10px auto;
}

#RightColumn {
	width: 788px;
	float: left;


}
#LeftColumn {

	width: 190px;
	float: right;
}

#MainContent {
	width: 788px;
}

#MainContent .TopRounded {
	background-image: url("images/MainContainerTopRounded.png");
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 12px;

}


* html #MainContent .TopRounded{
		behavior: url("/Javascript/iepngfix.htc");	
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: 12px;

}

#MainContent .Top {
	background-image: url("images/MainContainerTop.png");
	background-repeat: no-repeat;
	min-height: 168px;
	padding: 10px 15px 20px 20px;
	
	behavior: url("/Javascript/iepngfix.htc");	
}
* html #MainContent .Top {
	height: 168px;
}
#MainContent .Content {

	background-image: url("images/MainContainerRepeat.png");
	background-repeat: repeat-y;
	min-height: 300px;
	behavior: url("/Javascript/iepngfix.htc");
}
#MainContent .Bottom {
	background-image: url("images/MainContainerBottom.png");
	height: 12px;
	font-size: 0px;
	line-height: 0px;
	behavior: url("/Javascript/iepngfix.htc");

}

.RightSplash {
	width: 190px;
	margin-bottom: 10px;
	float: left;
}
.RightSplash ul {
	margin: 0px;
}
.RightSplash ul.Genre {

	padding: 0px 0px;
	list-style-type: none;
}

.RightSplash ul.Genre li {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 170%;
	
}

.RightSplash ul.Genre li a { 
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
}
.RightSplash ul.Genre li a img {
	padding-bottom: 4px;
	vertical-align: middle;
}

.DateTree ul {
	padding: 0px 10px;
	list-style-type: none;
}
.DateTree ul li {
	padding-left: 0px;
	margin-left: 0px;
	line-height: 170%;
}
.DateTree ul li a { 
	text-decoration: none;
	font-weight: bold;

	padding-bottom: 5px;
	font-size: 19px;
}

.DateTree ul li ul li a {
	font-size: 14px;
}

.RightSplash .TopRounded {
	background-image: url("images/RightContainerTopRounded.png");
	background-repeat: no-repeat;
	height: 12px;
	background-position: bottom;
	font-size: 0px;
	line-height: 0px;
	behavior: url("/Javascript/iepngfix.htc");
}
.RightSplash .Top {
	background-image: url("images/RightContainerTop.png");
	background-repeat: no-repeat;
	min-height: 168px;
	padding: 10px 20px 10px 20px;
	behavior: url("/Javascript/iepngfix.htc");
}

* html .RightSplash .Top {
	height: 168px;
}

.SmallSplash .Top {
	min-height: 0px;
}
* html .SmallSplash .Top {
	height: auto;
}

.RightSplash .Content {
	background-image: url("images/RightContainerRepeat.png");
	background-position: left 168px;
	background-repeat: repeat-y;
	min-height: 200px;
	behavior: url("/Javascript/iepngfix.htc");
}

.SmallSplash .Content {
	min-height: 0px;
}

* html .SmallSplash .Content {
	height: auto;
}

.RightSplash .Bottom {
	background-image: url("images/RightContainerBottom.png");
	height: 12px;
	font-size: 0px;
	behavior: url("/Javascript/iepngfix.htc");
}

.MinHeight .Content {
	min-height: 80px;
}
.MinHeight .Top {
	min-height: 80px;
}
* html .MinHeight .Content {
	height: 80px;
}
* html .MinHeight .Top  {
	height: 80px;
}


.DisplayNone {
	display: none;
}


.Paging {

}

.Paging .Previous {
	width: 100px;
	float: left;
	text-align:left;
}

.Paging .Numbers {
	margin: 0px auto;
	width: 475px;
	float: left;
	text-align:center;
	vertical-align:middle;
	padding-top: 4px;
}

.Paging .Next {
	width: 100px;
	float: right;
	text-align: right;
}

.inline-rating {
	color: #666666;
}

.ImageRight {
	float: right;
}

div.TagItems {

}
ul.Tags {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.Tags li {
	margin-right: 10px;
	float: left;
	display: inline;
}
ul.Tags li {

}
ul.Tags a {
	text-decoration: none;
}

ul.Tags a.tc1 { font-size: 100%; font-weight: 200; text-decoration: none; padding-right: 3px;margin-right: 3px; }
ul.Tags a.tc2 { font-size: 110%; font-weight: 300; text-decoration: none; padding-right: 3px;margin-right: 3px;}
ul.Tags a.tc3 { font-size: 120%; font-weight: 500; text-decoration: none; padding-right: 3px;margin-right: 3px;}
ul.Tags a.tc4 { font-size: 130%; font-weight: 600; text-decoration: none; padding-right: 3px;margin-right: 3px;}
ul.Tags a.tc5 { font-size: 145%; font-weight: 800; text-decoration: none; padding-right: 3px;margin-right: 3px;}
ul.Tags a.tc6 { font-size: 160%; font-weight: 900; text-decoration: none; padding-right: 3px;margin-right: 3px;}

.Contributors a {
	text-decoration: none;
}

/* 
	CommentList
*/
.Comments {
	padding-top: 10px;
	font-size: 11px;
}
.GravatarImage {
	float: left;
	padding: 5px;
	border: 1px solid #d0d0d0;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.Comment {
	margin-bottom: 15px;
	display: block;
}

span.Date {
	font-style: italic;
}

/* Comment form */
#CommentForm {
	margin-top: 10px;
	border-top: 1px solid #d0d0d0;
}

#CommentForm  {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#CommentForm fieldset {
	border: none;
	text-align: left;
	margin:0px;
	padding: 0px;
}
	
#CommentForm  legend {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
}
	
#CommentForm  fieldset ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
	
#CommentForm  fieldset li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 5px 0;
	clear: both;
}

#CommentForm fieldset li span {
}
#CommentForm fieldset li span img {
}


#CommentForm fieldset li img,  fieldset li a {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	font-size: 12px;
}
#CommentForm  fieldset li label
{	
	display: block;
	clear: both;
	width: 100px; 
	font-weight: bold;
	padding-top: 5px;
}
#CommentForm  fieldset li p {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
#CommentForm  fieldset li table {
	clear: both;
	float: left;
	margin:0px;
	padding:0px;
}
#CommentForm  fieldset li table input {
	float: left;
	width: 25px;
	border: 1px solid #1E3E55;
	margin-bottom: 3px;	
}
#CommentForm  fieldset li table label {
	float: left;
	font-weight: bold;
	padding-top: 5px;
}
#CommentForm fieldset p {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	clear: both;
}
#CommentForm fieldset br {
	clear: both;
}
#CommentForm  li.required {
	border: 1px dashed red;
}
#CommentForm  li.required label strong {
	font-weight: bold;
	font-style: normal;
}
#CommentForm  fieldset input {
	float: left; 
	margin-top: 3px; 
	width: 205px;
	margin-bottom: 3px;
}
#CommentForm  fieldset textarea {
	float: left; 
	margin-top: 3px; 
	width: 245px;
	height: 75px;
	margin-bottom: 3px;
}
#CommentForm  fieldset select {
	float: left; 
	margin-top: 3px; 
	width: 210px;
	margin-left: 10px;
	font-size: 12px;
	margin-bottom: 3px;

}
#CommentForm  input.button {
	height: auto;
}
/*\*//*/ #CommentForm  .AutoFormPlus legend { display: inline-block; } /* IE Mac legend fix */


#CommentForm {
	margin-top: 30px;
}

#CommentForm fieldset {

	margin-top: 10px;

	padding-top: 10px;

	border: 0px;

	border-top: 1px solid #ffffff;

}

#CommentForm fieldset ul {

	list-style-type:none;

	margin: 0px;

	padding: 0px;

}

#CommentForm fieldset ul li {

	margin: 0px;

	padding: 0px;
	clear: both;

}



#CommentForm label {

  float:left;

  width:20%;

  margin-right:0.5em;

  padding-top:0.2em;

  text-align:left;



}

.LComment {
	margin-bottom: 8px;
}

.CommentLink {
	text-decoration:none;
	font-weight: normal;
	color: #666666;
}

#SpotifyCoverFlow {
	width: 100%;
		height: 300px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	position: absolute;
	top: 0px;

}

#SpotifyCoverFlow #Flash {
	width: 590px;
	height: 300px;
	margin: 0px auto;
}

.CloseCoverFlow {
	width: 100px;
	padding: 10px;
	text-align: right;
	float: right;
}
#FooterLinks {
	text-align: right;
		
}
#FooterLinks ul {
	float: right;
	list-style-type:none;
	display: inline;
}
#FooterLinks ul li {
	display: inline;
	float: left;
	margin-right: 10px;
}
#FooterLinks ul li a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}


fieldset.Large {
	border: 0px;
	width: 100%;
}

fieldset.Large table.Form, table.LoginForm {
	width: 500px;
	font-size: 20px;
}
fieldset.Large table td.Label {

	width: 220px;
	padding-right: 20px;
}
.LabelCss {
	font-size: 20px;
	padding-right: 20px;
}
.CheckBox {
	padding-top: 10px;
	font-size: 20px;
}
fieldset.Large table td.Input input, .TextBoxLogin {
	width: 280px;
	height: 25px;
	font-size: 20px;
}

.ErrorMessage {

	background-color: #f9e655;

	line-height:140%;

	color: #000000;

	padding: 4px;

	border: 2px solid red;

	margin-bottom: 10px;

}



.ErrorMessage ul, .ErrorMessage li {

	margin-top:0px;

	margin-bottom:0px;

	padding-top:0px;

	padding-bottom:0px;

}



.ErrorMessageLabel {

	background-color: #f9e655;

	line-height:140%;

	color: Red;

	padding: 4px;

	display: block;

	border: 2px solid red;

	margin-bottom: 10px;

}


.PopUpPassword {
	border: 2px solid #f9f9f9;
	background-color: #d0d0d0;
	padding: 20px;
}
.CenterImage {
	text-align: center;
}
.ProfileImage {
	width: 80px;
	background-color: #ffffff;
	border: 1px solid #808080;
	padding: 5px;
	text-align: center;
	line-height: 100%;
	margin-bottom: 5px;
	margin: 0px auto;
}
.SmallLink {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	text-align: center;
	margin-top: 4px;
	display: block;
	
}	
.SmallLink2 {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	display: block;
}	

.ProfileDetails {
	clear: both;
}

.ProfileDetails h2 {
	font-size: 10px;
	font-weight: bold;
}



.PlaylistContainer {
	
}



.PlaylistItem {
	width: 369px;
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}

.PlaylistItem strong {
	font-weight: bold;
}

.NoMargin {
	margin-right: 0px;

}
.PlaylistItem .TopItem {
	background-image: url("Images/PlaylistTop.png");
	background-repeat: no-repeat;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
}
.PlaylistItem .BG {
	background-image: url("Images/PlaylistBackgroundRepeat.png");
	background-repeat: repeat-y;
}	
.PlaylistItem .MainItem {
	background-image: url("Images/PlaylistBackground.png");
	background-repeat: repeat-x;

	min-height: 250px;
}

.PlaylistItem .MainItem .TitleItem {
	padding: 0px 5px;
	min-height: 20px;
}

* html .PlaylistItem .MainItem .TitleItem {
	height: 20px;
	height: 1%;
}

.PlaylistItem .MainItem .TitleItem h3 {
	color: #363636;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
	padding-top: 2px;
}

.PlaylistItem .MainItem h3 a {
	text-decoration: none;
	color: #363636;
}

* html .PlaylistItem .MainItem {
	height: 250px;
}	

.PlaylistItem .ImageLeft {

	width: 168px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}

.PlaylistItem .ImageItem {
	background-image: url("Images/PlaylistImageBackground.png");
	height: 160px;
	width: 168px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0px;
	float: left;

	
}

.PlaylistItem .ImageItem img {
	margin-top: 6px;
	margin-left: 11px;
}

* html .PlaylistItem .ImageItem img {
	margin-left: 12px;
}

.PlaylistButton {
	width: 154px;
	text-align:center;
	float: left;
	margin-top: 5px;
		margin-left: 7px;
}

.PlaylistItem .Tracklist {
	padding: 10px;
	height: 155px;
	overflow: hidden;
}
.PlaylistItem .Tracklist ul {
	margin: 0px;
	padding: 0px;
}
.PlaylistItem .trackssmall {
	font-size: 9px;
	font-weight: normal;
}
.PlaylistItem .Tracklist ul li {
	display: block;
	margin: 0px;
	padding: 0px 6px;
	font-size: 9px;
}

.PlaylistItem .Tracklist ul li.alt {
	background-color: #dedede;
}
.PlaylistItem .Tracklist ul li.right {
	text-align: right;
	list-style-type:none;
}
.PlaylistItem .Tracklist ul li a {
	text-decoration: none;
	color: #363636;
}


.PlaylistItem .DescriptionItem {
	clear: both;

	line-height: 12px;
	font-size: 10px;
	padding-top: 5px;

	height: 50px;


}


.PlaylistItem .DescriptionItem a {
	color: #363636;
	text-decoration: none;
}

.PlaylistItem .ToolbarItem {
	padding: 7px 0px;
	font-size: 10px;
	color: #363636;
	width: 184px;
	float: right;
}
.PlaylistItem .ToolbarItem a {
	color: #363636;
	font-weight: normal;
	text-decoration: none;
}
.PlaylistItem .ToolbarItem img {
	vertical-align: middle;
}

.PlaylistItem .CommentsItem {
	/* width: 50px;*/
	width: 184px;
	float: right;
	vertical-align: top;
	margin: 0px;padding:0px;
	clear: both;
}

.PlaylistItem .Genres a, .PlaylistItem .Tags a  {
	color: #357eb3;
	font-weight: bold;
}
.PlaylistItem .Genres a:hover, .PlaylistItem .Tags a:hover {
	color: #e64c00;
}

.PlaylistItem .Tags {
	height: 17px;
	overflow: hidden;
}


.PlaylistItem .HeartItem {
	/* width: 50px;*/
	vertical-align: top;
	width: 184px;
	float: right;
	margin: 0px;padding:0px;
	clear: both;
	height: 20px;
}

.PlaylistItem .HeartItem .RatingBar {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.PlaylistItem .HeartItem .RatingBar ul {

	float: right;
	margin-right: 90px;
	margin-top: 4px;
}

* html .PlaylistItem .HeartItem .RatingBar ul { 
	margin-right: 30px;
}


.PlaylistItem .UserItem {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 184px;
	overflow: hidden;
	clear: both;
	float: right;
	
}

.PlaylistItem .BottomItem {
	background-image: url("Images/PlaylistBottom.png");
	background-repeat: no-repeat;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
}

#PlaylistInfo {
	width: 210px;
	float: right;
	font-size: 12px;
}
#PlaylistInfo .Tags {
	font-size: 10px;
}
#PlaylistInfo .Genres {
	font-size: 10px;
}


#PlaylistInfo .PlaylistItem .ImageItem {
	
	margin-top: 0px;
}

#PlaylistInfo .PlaylistItem .Genres, #PlaylistInfo .PlaylistItem .Tags {
	padding: 0px 5px 0px 5px;
	font-size: 10px;
}


table.addplaylist {


}

/* ------ form ------ */
table.addplaylist {
	width: 600px;
	background: #e4e4e4;
	
}
table.addplaylist td.info {
	width: 300px;
	padding: 8px 0 12px 10px;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
}
table.addplaylist td.info2 {

	padding: 8px 0 12px 10px;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
}
table.addplaylist td.info {
	padding-right: 10px;
	
}
table.addplaylist td.Label label {
	font-weight: bold;
	clear: both;
	width: 200px;

	display: block;
}
table.addplaylist td input.InputField {
	width: 240px;
	color: #999;
	margin-bottom: 10px;
}

table.addplaylist table.Checkboxes {
	
}
table.addplaylist table.Checkboxes td {


	padding: 10px;
	
}
span.H {
font-weight: bold;
}	
table.addplaylist table.Checkboxes td label {
	width: 200px;
}

table.addplaylist td.PHeight {
	height: 150px;
}

table.addplaylist ul { list-style: none; margin: 0; padding: 0; }
table.addplaylist li { float: left; width: 210px; line-height: 18px; padding: 0; margin: 0 5px 5px 0; border: 1px solid #ccc; height: 23px; overflow: hidden; background: #fff; }
table.addplaylist li.selected { background: #00B200; color: #fff; }

/* ------ context help ------ */
table.addplaylist td .contexthelp {
	margin-top: 2px;
	padding-left: 11px;
}
table.addplaylist td .contexthelp span {
	display: block;
	font-weight: bold;
	padding: 4px 8px;
	background: #44afd3;
	color: #fff;
	font-size: 11px;
}
table.addplaylist td .contexthelp {
	background: url(images/arrow.gif) 0 50% no-repeat;
}

.ProfileImageLarge {
	float: left;
	width: 200px;
	height: 200px;clear: both;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid black;
	padding: 10px;
}

#Index .AZIndexItem {
	width: 15px;
	float: left;
}

#Index .AZIndexItem a {
	margin-bottom:3px;
	text-decoration:none;
}

.Letter {
	margin-bottom: 15px;
}
.Letter a {
	margin-bottom:3px;
	text-decoration:none;
}


/* Additions */
a.NoDecoration {
	text-decoration: none;
}
.AdditionsSummary {
	height: 140px;
}
.AdditionsMenu {
	float: right;width: 150px; height: 115px;
	border: 1px solid #d0d0d0;
	padding: 10px;
	font-size:11px;
	line-height: 140%;
	margin-left: 5px;
	margin-right: 10px;
}
.AdditionsMenu a {
	font-weight: normal;
}

.SmallerFont {
	font-size: 12px;
}	

.Label {
	margin-bottom: 10px;
}

.Label h2 {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}

/* LoginBox */

.LoginBox {

}
* html .LoginBox {

}
.Separator {
	color: #fff;
	font-size: 24px;

}
.White, .WhiteLarge a {
	text-decoration: none;
}
.WhiteMedium {

	font-size: 12px;
	font-weight: bold;
}
.WhiteLarge {
	font-weight: bold;
	font-size: 16px;
}

.LoginBox h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 100%;
}
.LoginBox .Content,* html .LoginBox .Content {
	height: 100px;
	min-height: 100px;
}

.LoginBox .Top, * html .LoginBox .Top {
	height: 80px;
	min-height: 80px;
}
.LoginBox .Bottom {
}

.LoginBox .LoginBoxText {
	height: 10px;
	width: 100px;
	font-size: 9px;

}
.LoginBox {
	font-size: 9px;
}
.LoginBox .LabelClass {
	font-size: 10px;
}

#TextBoxes{
	width: 176px;
	float: left;
}
.LoginButtonBox {
	
	width: 33px;
	
}

#mycarousel {
	width: 740px;
	float: left;
}

.CarouselIndex {
	width: 200px;
	float: right;
	padding-top: 20px;
}	
.CarouselIndex h3 {
	display: block;
}

.CarouselIndex ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.CarouselIndex ul li {
	margin-bottom: 4px;
}
.CarouselIndex ul li a {
	text-decoration: none;
	font-size: 12px;	
}




.ImageRight {
	float: right;
}


ul.SmallPlaylists {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

ul.SmallPlaylists li {
	display: inline;
	float: left;
	width: 170px;
	height: 200px;
	margin-right: 14px;
}
ul.SmallPlaylists li.Right {
	clear: both;
	display: block;
	text-align: right;
	width: 100%;
}

.FeaturedPlaylist .Image {
	background-image: url("Images/PlaylistImageBackground.png");
	height: 160px;
	width: 168px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0px;
	float: left;
}


.FeaturedPlaylist .Image img {
	margin-top: 6px;
	margin-left: 11px;
}

.FeaturedPlaylist .Title {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	display: block;
}

* html .FeaturedPlaylist .Image img {
	margin-left: 12px;
}

.b {
	width: 728px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
.b2 {
	width: 160px;
	height: 600px;
	text-align: center;
	float: right;
	margin-left: 15px;
	margin-right: 10px;
}

.Google {
	width: 160px;
	margin: 0px auto;
	text-align: center;
	
}

.Tracklist2 {
	border: 1px solid #9b9b9b;
	width: 500px;
	font-size: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.Tracklist2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

.Tracklist2 ul li {
	margin:0px;
	padding: 2px 0px 2px 5px;
	background-color: #dedede;
}

.Tracklist2 ul li.Alt {
	background-color: #d0d0d0;
}

#buttons {
	margin-bottom: 10px;
	margin-top: 10px;
}

#buttons table td {
	padding: 10px;
}


					
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

