@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* --------------------
		Main Styles
-------------------- */

html {
	padding-bottom: 24px;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wrapper {
	margin: 0 auto;
	width: 857px;
}

.top-nav {
	background-image: url(../images/top-nav-bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	line-height: 30px;
	text-align: center;
} 

.top-nav ul {
	
}

.top-nav ul li {
	background-image: url(../images/top-nav-separator.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
}

.top-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	height: 30px;
	padding: 0 12px 0 12px;
	margin-right: 1px;
	line-height: 30px;
	cursor: pointer;
}

.top-nav ul li a:hover {
	background-color: #dedede;
	text-decoration: none;
	color: #292929;
}

.top-nav ul li.random a, .top-nav ul li.random a:hover {
	background: none;
	background-image: url(../images/random-jam-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0 7px 0 6px;
	width: 117px;
	color: #FFFFFF;
}

.top-nav ul li.random a:hover {
	color: #000000;
}

.top-nav ul li.signup a, .top-nav ul li.signup a:hover {
	background: none;
	background-image: url(../images/signup-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 62px;
	margin: 0;
	padding: 0 0 0 8px;
	color: #FFFFFF;
	float: left;
}

.top-nav ul li.signup a:hover {
	color: #000000;
}

.top-nav ul li.login a, .top-nav ul li.login a:hover {
	background: none;
	background-image: url(../images/login-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 58px;
	margin: 0;
	padding: 0 10px 0 0px;
	color: #FFFFFF;
}

.top-nav ul li.login a:hover {
	color: #000000;
}

.top-nav ul li a img {
	margin-top: 4px;
}

.top-nav ul li.logo a:hover {
	background: none;
	text-decoration: none;
	color: #ffffff;
}

.top-advert {
	margin: 0 -10px 0 -10px;
	position: relative;
	background-image: url(../images/top-advert-bg.png);
	width: 877px;
	height: 121px;
	background-repeat: no-repeat;
}

.top-advert a.left {
	line-height: 16px;
	float: left;
	color: #ae686a;
	width: 50px;
	margin: 40px 0 0 20px;
	display: block;
	text-align: center;
}

.top-advert a.right {
	margin-top: 40px;
	line-height: 16px;
	float: left;
	color: #ae686a;
	width: 50px;
	margin: 40px 0 0 0;
	display: block;
	text-align: center;
}


.top-advert a.advert {
	float: left;
	width: 728px;
	margin: 8px 5px 0 5px;
	height: 90px;
	border: 1px solid #8b7d75;
}

.header {
	padding: 0 7px 0 7px;
	position: relative;
}

.header .left {
	float: left;
	width: 469px;
	background-image: url(../images/header-left-bg.png);
	background-repeat: no-repeat;
}

.header .left .logo {
	float: left;
	margin: 3px 0 0 3px;
}

.header .left a.are-you-jammer {
	float: right;
	margin-bottom: 10px;
}

.header .left a.are-you-buzzer {
	float: right;
	margin-bottom: 10px;
}

.header form.about {
	float: left;
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 86px;
	padding: 11px 8px 13px 12px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #FFFFFF;
}

* html .header form.about {
	margin-top: 13px;
}

*+html .header form.about {
	margin-top: 13px;
}

.header form.about input.searchbox {
	background: none;
	background-image: url(../images/about-search-box.png);
	background-repeat: no-repeat;
	width: 144px;
	height: 22px;
	padding: 4px 10px 0 10px;
	line-height: 22px;
	border: none;
	color: #FFFFFF;
	float: left;
	margin-top: 6px;
}

.header form.about input.submit {
	background: none;
	border: none;
	background-image: url(../images/about-search.png);
	background-repeat: no-repeat;
	width: 63px;
	height: 26px;
	color:#FFFFFF;
	text-align: center;
	line-height: 26px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 6px;
	cursor: pointer;
}

.header .center-image {
	background-image: url(../images/header-left-center.png);
	width: 40px;
	height: 40px;
	position: absolute;
	left: 241px;
	top: 144px;
}

.header .left form.login {
	float: right;
	width: 211px;
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.header .left form.login label {
	float: left;
	width: 67px;
	text-align: right;
	line-height: 24px;
	clear: both;
}

.header .left form.login input {
	float: right;
	margin-right: 11px;
}

.header .left form.login input.username {
	background: none;
	background-image: url(../images/user-field.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 20px;
	border: none;
	padding: 3px 5px 0 10px;
	color: #FFFFFF;
	margin-bottom: 3px;
}

.header .left form.login input.password {
	background: none;
	background-image: url(../images/password-field.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 20px;
	border: none;
	padding: 3px 5px 0 10px;
	color: #FFFFFF;
	margin-bottom: 3px;
}

.header .left form.login input.submit {
	background: none;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	width: 52px;
	height: 21px;
	border: none;
	color: #FFFFFF;
	float: left;
	margin-left: 76px;
	font-size: 10px;
	cursor: pointer;
}

.header .left form.login a {
	float: left;
	margin-left: 76px;
	color: #000000;
	line-height: 20px;
	text-decoration: underline;
}

.header .left form.login a:hover {
	text-decoration: none;
}

.header .right {
	padding: 6px;
	background-image: url(../images/header-right-bg.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 266px;
	float: right;
}

.header .right .flash {
	border: 1px solid #9d9d9d;
	margin-top: 1px;
}

.video-info {
	margin: 0 -4px 0 -3px;
	background-image: url(../images/video-info.png);
	width: 364px;
	height: 36px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	text-align: center;
	color: #FFFFFF;
	line-height: 17px;
	font-size: 10px;
}

.video-info .group {
	font-weight: bold;
	font-size: 11px;
}

.video-info .l {
	float: left;
}

.video-info .r {
	float: right;
}

.video-info a {
	color: #FFFFFF;
	cursor: pointer;
}

.video-info a.buzz {
	float: left;
	width: 54px;
	margin: 0 5px 0 0px;
	height: 36px;
	background-image: url(../images/video-buzz-normal.png);
	background-repeat: no-repeat;
}

.video-info a.buzz:hover {
	background-image: url(../images/video-buzz-hover.png);
}

.video-info a.buzzed {
	float: left;
	width: 54px;
	margin: 0 5px 0 0px;
	height: 36px;
	background-image: url(../images/video-buzzed.png);
	background-repeat: no-repeat;
}

.video-info a.dizz {
	float: right;
	width: 54px;
	margin: 0 11px 0 10px;
	line-height: 34px;
	height: 36px;
	background-image: url(../images/video-dizz-normal.png);
	background-repeat: no-repeat;
}

.video-info a.dizz:hover {
	float: right;
	width: 54px;
	margin: 0 11px 0 10px;
	line-height: 34px;
	height: 36px;
	background-image: url(../images/video-dizz-hover.png);
	background-repeat: no-repeat;
}


.video-info a.dizzed {
	float: right;
	width: 54px;
	margin: 0 11px 0 10px;
	line-height: 34px;
	height: 36px;
	background-image: url(../images/video-dizzed.png);
	background-repeat: no-repeat;
}


.video-info a.buzz:hover, .video-info a.dizz:hover {
	text-decoration: none;
}

.nav {
	clear: both;
	width: 857px;
	height: 39px;
	margin: 0 auto;
	padding-top: 18px;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.content {
	clear: both;
	margin-top: 6px;
	padding-bottom: 20px;
}

.content .left {
	width: 540px;
	float: left;
	clear: both;
}

.list {
	background-image: url(../images/list-bg.png);
	background-repeat: no-repeat;
	clear: both;
	height: 112px;
	width: 541px;
	position: relative;
	font-size: 10px;
	color: #FFFFFF;
	margin: 1px 0 0 0;
	padding:0;
}

.vb {
	background-image:url(../images/vid-list-bg.gif);
	width: 540px;
}

.list .stats .buzzes {
	float: left;
	width: 58px;
	color: #000000;
	line-height: 18px;
	margin: 8px 0 0 5px;
	font-size: 9px;
	text-align: right;
}

.list .stats .buzzes strong {
	font-size: 11px;
	float: left;
	font-weight: bold;
	line-height: 16px;
}

.list .stats .votes {
	position: absolute;
	top: 28px;
	left: 2px;
	background-repeat: no-repeat;
	width: 68px;
	height: 66px;
}

.list .stats .level-1 {
	background-image: url(../images/level-1.png);
}

.list .stats .level-2 {
	background-image: url(../images/level-2.png);
}

.list .stats .level-3 {
	background-image: url(../images/level-3.png);
}

.list .stats .level-4 {
	background-image: url(../images/level-4.png);
}

.list .stats .level-5 {
	background-image: url(../images/level-5.png);
}

.list .stats .level-6 {
	background-image: url(../images/level-6.png);
}

.list .stats .level-7 {
	background-image: url(../images/level-7.png);
}

.list .stats .level-8 {
	background-image: url(../images/level-8.png);
}

.list .stats .level-9 {
	background-image: url(../images/level-9.png);
}

.list .stats .level-10 {
	background-image: url(../images/level-10.png);
}

.list .stats .award {
	width: 50px;
	text-align: center;
	margin: 0 0 0 65px;
}

.list .stats a.buzz {
	float: left;
	width: 60px;
	height: 30px;
	position: absolute;
	left: 60px;
	top: 66px;
}

.list .stats a.buzz:hover {
	background-image: url(../images/buzz-hover.gif);
	background-repeat: no-repeat;
}

.list .stats a.buzzed {
	float: left;
	width: 60px;
	height: 30px;
	position: absolute;
	left: 60px;
	top: 66px;
	background-image: url(../images/buzzed.png);
	background-repeat: no-repeat;
	cursor: default;
}

.list .stats a.dizz {
	float: left;
	width: 47px;
	height: 17px;
	position: absolute;
	top: 96px;
	left: 10px;
}

.list .stats a.dizz:hover {
	background-image: url(../images/dizz-hover.png);
	background-repeat: no-repeat;
}

.vb .stats a.dizz:hover {
	margin-left: -1px;
}

.list .stats a.dizzed {
	float: left;
	width: 47px;
	height: 17px;
	position: absolute;
	top: 96px;
	left: 10px;
	background-image: url(../images/dizz-disabled.png);
	background-repeat: no-repeat;
	cursor: default;
}

.list .stats .dizzes {
	position: absolute;
	left: 65px;
	top: 97px;
	width: 100px;
	height: 14px;
	line-height: 14px;
	color: #a78687;
}

.list .stats a.comments {
	position: absolute;
	left: 300px;
	top: 97px;
	width: 120px;
	height: 14px;
	text-align: right;
	line-height: 14px;
	text-align: right;
	cursor: pointer;
}

.list .name {
	width: 140px;
	height: 80px;
	position: absolute;
	left: 270px;
	top: 10px;
}

.list .name h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 25px 0;
}

.list .visual {
	float: right;
	width: 114px;
	height: 106px;
	text-align: center;
	padding-top: 6px;
}

.list .visual h1 {
	padding-bottom: 3px;
}

div.image {
	background-image: url(../images/image-shadow.png);
	padding: 0 1px 1px 0;
	width: 77px;
	margin: 0 auto;
}

.list .player {
	width: 132px;
	height:78px;
	position: absolute;
	left: 125px;
	top: 15px;
}

.vb .player {
	top: 10px;
	width: 121px;
	border: 1px solid #686868;
}

.list .player .scroller {
	width: 122px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(../images/slider-convas-bg.png);
	background-repeat: repeat-x;
	height: 10px;
	padding: 1px 0 1px 0;
	position: relative;
}

.list .player .scroller .scroll {
	background-image: url(../images/slider-bg.gif);
	background-repeat: repeat-x;
	height: 10px;
	float: left;
}

.list .player .scroller .scroller-head {
	float: left;
	background-image: url(../images/slider.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 10px;
}

.list .player .scroller .tl {
	top: 0;
	left: -1px;
	width: 1px;
	height: 1px;
	background-image: url(../images/slider-corner.png);
	background-repeat: no-repeat;
	position: absolute;
}

.list .player .scroller .tr {
	top: 0;
	right: -1px;
	width: 1px;
	height: 1px;
	background-image: url(../images/slider-corner.png);
	background-repeat: no-repeat;
	position: absolute;
}

.list .player .scroller .bl {
	bottom: 0;
	left: -1px;
	width: 1px;
	height: 1px;
	background-image: url(../images/slider-corner.png);
	background-repeat: no-repeat;
	position: absolute;
}

.list .player .scroller .br {
	bottom: 0;
	right: -1px;
	width: 1px;
	height: 1px;
	background-image: url(../images/slider-corner.png);
	background-repeat: no-repeat;
	position: absolute;
}

.list .player .action {
	clear: both;
	margin-top: 5px;
}

.list .player .action .play {
	width: 37px;
	height: 37px;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}

.list .player .action .pause {
	width: 37px;
	height: 37px;
	background-image: url(../images/pause.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}

.list .player .action .favourite {
	width: 37px;
	height: 37px;
	background-image: url(../images/favourite.png);
	background-repeat: no-repeat;
	float: left;
}

.list .player .status {
	clear: both;
	margin-top: 5px;
	background-image: url(../images/player-status.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 17px;
	line-height: 17px;
	padding: 0 3px 0 3px;
}

.list .player .status span {
	float: right;
}

.content .right {
	float: right;
	width: 302px;
}

.box {
	margin: 1px 0 14px 0;
	border: 1px solid #b85f61;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #474747;
	overflow: visible;
}

.content .right .box-gray {
	border: 1px solid #626262;
	background-image: url(../images/box-gray-gradient.gif);
	background-repeat: repeat-x;
	background-color: #474747;
	padding: 5px 8px;
}

*+html .content .right .box-gray {
	border-top: 2px solid #626262;
	margin-top: 0px;
}

.content .right .box-green {
	padding: 0;
	border-color: #95df37;
	font-weight: bold;
	font-size: 12px;
}

.content .right .box-green .graybox {
	background-color: #313131;
	padding: 5p 0 5px 0;
	border-top: 1px solid #95df37;
	border-bottom: 1px solid #95df37;
}

.box .third {
	width: 33%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.content .right .box-green .greenbox {
	background-color: #3e7000;
	padding: 5px 8px;
	text-align: center;
}

.pager {
	clear: both;
	margin: 5px 0 0 0;
	float: right;
	line-height: 20px;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
}

.pager a {
	color: #000000;
	background-color: #FFFFFF;
	line-height: 20px;
	padding: 0 6px 0 6px;
	border: 1px solid #4E5974;
	margin-right: 1px;
}

.pager a:hover {
	text-decoration: none;
	background-color: #B9B9B9;
}

.pager a.active {
	text-decoration: none;
	background-color: #6A0000;
	border: 1px solid #6A0000;
	color: #FFFFFF;
}

.pager a.disabled {
	text-decoration: none;
	border: 1px solid #000000;
	color: #99A2A2;
}

.pager a.disabled:hover {
	background-color: #FFFFFF;
	cursor: default;
}


.both {
	clear: both;
	padding-top: 15px;
}

.leftbox {
	float: left;
	width: 304px;
	padding: 5px 8px;
	min-height: 230px;
	background-color: #313131;
}

.rightbox {
	float: right;
	width: 517px;
	border-left: none;
	padding: 5px 8px;
	min-height: 230px;
	background-color: #821518;
}

.new {
	width: 76px;
	text-align: center;
	margin-right: 3px;
	float: right;
}

hr {
	clear: both;
	margin: 10px 0 0 0;
	background: none;
	border: none;
	border-bottom: 1px solid #b47374;
	border-top: 1px solid #4e0d0e;
}

.jb {
	padding: 15px 20px 0 20px;
	text-align: center;
}

.new a {
	color: #FFFFFF;
}

.footer {
	background-color: #000000;
	height: 93px;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
}

.footer a.logo {
	background-image: url(../images/footer-logo.png);
	background-repeat: no-repeat;
	width: 89px;
	height: 71px;
	float: left;
	margin:  11px 0 0;
}

.footer a {
	font-family: "myriad Pro";
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 15px;
	margin-top: 18px;
	float: left;
	margin-bottom: 10px;
	line-height: 16px;
}

.footer span {
	display: block;
	width: 700px;
	float: left;
}

.footer .copyright {
	width: 780px;
	clear: both;
	display: block;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	background-repeat: no-repeat;
	height: 39px;
	float: left;
}	

.nav ul li a.rnb {
	background-image: url(../images/rnb.png);
	width: 54px;
}

.nav ul li a.rnb:hover {
	background-image: url(../images/rnb-hover.png);
	width: 54px;
}

.nav ul li.active a.rnb {
	background-image: url(../images/rnb-active.png);
	width: 54px;
}
/**/


.nav ul li a.hip-hop {
	background-image: url(../images/hip-hop.png);
	width: 96px;
}

.nav ul li a.hip-hop:hover {
	background-image: url(../images/hip-hop-hover.png);
}

.nav ul li.active a.hip-hop {
	background-image: url(../images/hip-hop-active.png);
}
/**/

.nav ul li a.pop {
	background-image: url(../images/pop.png);
	width: 51px;
}

.nav ul li a.pop:hover {
	background-image: url(../images/pop-hover.png);
}

.nav ul li.active a.pop {
	background-image: url(../images/pop-active.png);
}
/**/

.nav ul li a.rock {
	background-image: url(../images/rock.png);
	width: 53px;
}

.nav ul li a.rock:hover {
	background-image: url(../images/rock-hover.png);
}

.nav ul li.active a.rock {
	background-image: url(../images/rock-active.png);
}
/**/

.nav ul li a.gospel {
	background-image: url(../images/gospel.png);
	width: 67px;
}

.nav ul li a.gospel:hover {
	background-image: url(../images/gospel-hover.png);
}

.nav ul li.active a.gospel {
	background-image: url(../images/gospel-active.png);
}
/**/

.nav ul li a.jazz {
	background-image: url(../images/jazz.png);
	width: 51px;
}

.nav ul li a.jazz:hover {
	background-image: url(../images/jazz-hover.png);
}

.nav ul li.active a.jazz {
	background-image: url(../images/jazz-active.png);
}
/**/

.nav ul li a.acoustic {
	background-image: url(../images/acoustic.png);
	width: 73px;
}

.nav ul li a.acoustic:hover {
	background-image: url(../images/acoustic-hover.png);
}

.nav ul li.active a.acoustic {
	background-image: url(../images/acoustic-active.png);
}
/**/

.nav ul li a.latin {
	background-image: url(../images/latin.png);
	width: 55px;
}

.nav ul li a.latin:hover {
	background-image: url(../images/latin-hover.png);
}

.nav ul li.active a.latin {
	background-image: url(../images/latin-active.png);
}
/**/

.nav ul li a.regge {
	background-image: url(../images/regge.png);
	width: 71px;
}

.nav ul li a.regge:hover {
	background-image: url(../images/regge-hover.png);
}

.nav ul li.active a.regge {
	background-image: url(../images/regge-active.png);
}
/**/

.nav ul li a.country {
	background-image: url(../images/country.png);
	width: 71px;
}

.nav ul li a.country:hover {
	background-image: url(../images/country-hover.png);
}

.nav ul li.active a.country {
	background-image: url(../images/country-active.png);
}
/**/

.nav ul li a.soul {
	background-image: url(../images/soul.png);
	width: 51px;
}

.nav ul li a.soul:hover {
	background-image: url(../images/soul-hover.png);
}

.nav ul li.active a.soul {
	background-image: url(../images/soul-active.png);
}
/**/

.nav ul li a.electronic {
	background-image: url(../images/electronic.png);
	width: 80px;
}

.nav ul li a.electronic:hover {
	background-image: url(../images/electonic-hover.png);
}

.nav ul li.active a.electronic {
	background-image: url(../images/electronic-active.png);
}
/**/

.nav ul li a.all-genres {
	background-image: url(../images/all-genres.png);
	width: 84px;
}

.nav ul li a.all-genres:hover {
	background-image: url(../images/all-genres-hover.png);
}

.nav ul li.active a.all-genres {
	background-image: url(../images/all-genres-active.png);
}


/* h2 */

h2 {
	height: 33px;
	background-repeat: no-repeat;
}

h2 a {
	float: right;
	line-height: 33px;
	color: #FFFFFF;
	font-size: 10px;
	padding-right: 10px;
}

h2 a.h {
	float: left;
	font-size: 14px;
	padding-right: 0;
}

h2.featured-video {
	background-image: url(../images/featured-video.gif);
	width: 350px;
}

h2.jamboard {
	background-image: url(../images/jam-board.png);
	width: 540px;
}

h2.vidboard {
	background-image: url(../images/vidboard.gif);
}

h2.say-welcome {
	background-image: url(../images/says-welcome.png);
	width: 350px;
}

h2.featured-jammer {
	background-image: url(../images/featured-jummer.png);
	width: 302px;
}

h2.featured-buzzer {
	background-image: url(../images/featured-buzzer.png);
	width: 302px;
}

h2.news {
	background-image: url(../images/news.png);
	width: 302px;
}

h2.related-jams {
	background-image: url(../images/related-jams.png);
	width: 302px;
}

h2.get-your-awards {
	background-image: url(../images/get-your-awards.png);
	width: 302px;
}

h2.new-jummbers-buzzers {
	background-image: url(../images/new-jammers-and-buzzers.png);
	width: 857px;
}

h2.jamsingles {
	background-image: url(../images/jamsingle.png);
	background-position: bottom left;
	width: 857px;
	padding-top: 15px;
	clear: both;
}

h2.my-vidz {
	background-image: url(../images/my-vidz.gif);
	background-position: bottom left;
	width: 231px;
	height: 30px;
	clear: both;
	margin: 12px 0 1px 0;
	line-height: 30px;
	padding-left: 19px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

h2.my-blog {
	background-image: url(../images/my-blog.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 231px;
	height: 30px;
	clear: both;
	margin-top: 12px;
	line-height: 30px;
	padding-left: 19px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

h2.my-blog-orange {
	background-image: url(../images/myblog.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 231px;
	height: 30px;
	clear: both;
	margin-top: 12px;
	line-height: 30px;
	padding-left: 19px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

h2.my-fans {
	background-image: url(../images/my-fans.gif);
	background-position: bottom left;
	width: 231px;
	height: 30px;
	clear: both;
	margin: 12px 0 1px 0;
	line-height: 30px;
	padding-left: 19px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

h2.jammer {
	background-image: url(../images/jammer.gif);
	width: 600px;
	height: 34px !important;
}	

h2.buzzers {
	background-image: url(../images/buzzers.gif);
	width: 600px;
	height: 34px !important;
}	

h2.buzzer-profile {
	width: 600px;
	height:34px;
	background-image: url(../images/buzzer-profile.gif);
}

h2.jammers-and-friends {
	width: 600px;
	height:34px;
	background-image: url(../images/jammers-and-friends.gif);
}

h2.my-comments {
	background-image: url(../images/my-comments.gif);
	width: 600px;
	height: 34px !important;
}	

h2.my-comments-orange {
	background-image: url(../images/my-comments-orange.gif);
	width: 600px;
	height: 34px !important;
}	

h2 span {
	float: right;
	font-family: "myriad Pro";
	font-weight: bold;
	padding-top: 5px;
	line-height: 28px;
	text-align: center;
	width: 100px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 17px;
	font-style: italic;
}

body:first-of-type h2 span {
	padding-top: 7px;
	margin-bottom: -1px;
}

/* Vide Page styles */

.buzzstats {
	background-image: url(../images/buzzstats.png);
	width: 211px;
	height: 158px;
	background-repeat: no-repeat;
	float: right;
	padding: 30px 0 0 0;
	margin-bottom: -20px;
}

.buzzstats dt, .jamstats dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	width: 145px;
	float: left;
	line-height: 20px;
}

.buzzstats dd, .jamstats dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	text-align: left;
	width: 60px;
	float: right;
	line-height: 20px;
}

.jamstats {
	background-image: url(../images/jamstats.png);
	width: 211px;
	height: 158px;
	background-repeat: no-repeat;
	float: right;
	padding: 30px 0 0 0;
	margin-bottom: -20px;
}

.header .left .logged {
	float: right;
	width: 183px;
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	padding: 16px 14px;
	color: #000000;
}

.header .left .logged a {
	color: #000000;
}

.header .left .logged strong {
	font-size: 11px;
	font-weight: bold;
}

h2.videopage {
	background-image: url(../images/videopage.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 857px;
	padding-top: 16px;
	clear: both;
}

.video-player {
	background-image: url(../images/video-page-player-box-bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-top: 5px;
}

.video-player .video-info {
	float: left;
	margin-left: 4px;
}

*+html .video-player .video-info {
	margin-top: -3px;
}

.video-player .embed {
	float: right;
	background-image: url(../images/embed-bg.png);
	width: 175px;
	height:36px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 4px;
	margin-left: -4px;
}

*+html .video-player .embed {
	margin-top: -3px;
}

.video-player .embed a {
	color: #FFFFFF;
}

.video-player .embed input {
	background: none;
	background-image: url(../images/embed-input.gif);
	background-repeat: no-repeat;
	width: 157px;
	height: 14px;
	line-height: 14px;
	border: none;
	font-size: 9px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 3px 5px 0 5px;
	margin-left: -6px;
}

.tabs {
	margin: 7px 0 -1px 0px;
}

.tabs a {
	width: 131px;
	height: 23px;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 23px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 1px 0 0;
	background-image: url(../images/dark-gray-tab.png);
}

.tabs a:hover {
	background-image: url(../images/gray-tab.png);
	text-decoration: none;
}

.tabs a.active {
	background-image: url(../images/green-tab.png);
}

.tabs a:hover.active {
	background-image: url(../images/green-tab.png);
}

.posts-list {
	background-image: url(../images/list-comments-bg.gif);
	background-repeat: no-repeat;
	width: 540px;
	height: 132px;
	float: left;
	margin: 0 0 1px 0;
}

.posts-list .name {
	width: 110px;
	line-height: 22px;
	text-align: center;
	float: left;
}

.posts-list .bzzr {
	width: 230px;
	line-height: 22px;
	text-align: left;
	float: left;
	padding: 0 0 0 20px;
	color: #FFFFFF;
	font-size: 10px;
}

.posts-list .status {
	width: 100px;
	line-height: 22px;
	text-align: right;
	float: right;
	color: #FFFFFF;
	padding: 0 15px 0 0;
	font-size: 10px;
}

.posts-list a.image {
	border: 1px solid #5c5c5c;
	margin: 4px 0 0 4px;
	float: left;
	clear: both;
}

.posts-list .post {
	width: 400px;
	height: 75px;
	overflow: hidden;
	float: right;
	margin: 10px 15px 0 0;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
}

.posts-list .bottom {
	float: left;
	width: 400px;
	height: 15px;
	line-height: 15px;
	margin: 8px 0 0 18px;
}

.posts-list .bottom .time {
	float: left;
	color: #9f3a3c;
}

.posts-list .bottom a.reply {
	float: right;
	font-size: 10px;
}

.left .advert {
	clear: both;
	padding: 15px 0 15px 0;
}

.box {
	position: relative;
}

.box .options {
	float: left;
	width: 130px;
	text-align: center;
}

a.become-a-friend {
	background-image: url(../images/become-a-friend.png);
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
	margin: 17px 9px 6px 9px; 
	float: left;
}

a.become-a-friend-button {
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
	margin: 17px 9px 6px 9px; 
	float: left;
	background-image: url(../images/become-a-friend-button.png);
}

a.send-message {
	background-image: url(../images/send-message.png);
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
	margin: 0 9px; 
	float: left;
}

a.more-pictures {
	background-image: url(../images/more-pictures.png);
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
	margin: 6px 9px 17px 9px; 
	float: left;
}

.box .actor {
	padding-top: 20px;
	text-align: center;
	width: 90px;
	float: left;
}

.box a.view-profile {
	position: absolute;
	left: 148px;
	bottom: 5px;
	float: left;
}

.box img.artist {
	float: right;
	margin: 5px;
}

h2.also {
	background-image: url(../images/also.png);
	width: 303px;
	height: 28px;
	margin: -15px 0 2px 0;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
}

h2.also a {
	float: none;
}

h2.related-vidz {
	background-image: url(../images/related-vidz.png);
}

.red {
	background-color: #821518;
}

.dark-red {
	background-color: #661315;
}

.box .buzzers {
	margin: 1px 2px 1px 2px;
}

*+html .box .buzzers {
	padding-bottom: 2px;
}

.box .buzzers .image {
	margin: 0 0 0 0;
	width: 102px
}

.box .buzzers .image img {
	border: 1px solid #FFFFFF;
}

.box .statistics {
	width: 112px;
	padding: 3px 0 0 8px; 
	float: left;
	margin-right: 18px;
}

.box .statistics .stat {
	background-image: url(../images/buzz-dizz.png);
	width: 107px;
	height: 34px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

.box .statistics .stat .buzz-it {
	width: 63px;
	height: 19px;
	float: left;
}

.box .statistics .stat .dizz-it {
	width: 44px;
	height: 19px;
	float: left;
}

.box .statistics .stat .buzzes {
	width: 63px;
	height: 17px;
	float: left;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
}

.box .statistics .stat .dizzes {
	width: 44px;
	height: 17px;
	float: left;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
}

.box .buzzers .info {
	float: right;
	width: 150px;
}

.box .buzzers .info h1 {
	margin: 15px 0 15px 0;
}

.gray {
	background-color: #363636;
}

.light-gray {
	background-color: #474747;
}

.related .statistics {
	background-image: url(../images/related-bg.gif);
	background-repeat: repeat-x;
	margin-top: 4px;
}

/* inner page 2 */

.jam-singles .list {
	margin-left: -1px;
	margin-top: 0;
	float: left;
}

.jam-singles .box {
	float: right;
	width: 316px;
	border-left: none;
	clear: none;
}

.jam-singles .box .artist {
	margin: 4px 5px;	
}

.jam-singles .box .options a.become-a-friend {
	background-image: url(../images/become-a-friend.png);
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
	margin: 6px 9px 6px 9px; 
	float: left;
}

.jam-singles .box .options a.send-message {
	background-image: url(../images/send-message.png);
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
	margin: 0 9px; 
	float: left;
}

.jam-singles .box .options a.more-pictures {
	background-image: url(../images/more-pictures.png);
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
	margin: 6px 9px 0px 9px; 
	float: left;
}

.jam-singles .box .options a.download {
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	width: 112px;
	height: 20px;
	margin: 6px 9px 5px 9px; 
	float: left;
}

.jammers {
	
}

.box .jammers {
	margin: 1px 2px 1px 2px;
}

*+html .box .jammers {
	padding-bottom: 2px;
}

.box .jammers .statistics {
	width: 90px;
	padding: 12px 3px 12px 0; 
	margin: 0;
	float: right;
	text-align: right;
}

.box .jammers .info {
	float: left;
	width: 190px;
	margin: 12px 0 0 5px;
	text-align: center;
}

.box .jammers .info strong {
	font-size: 12px;
	font-weight: bold;
}

.box .jammers .info h1 {
	margin: 15px 0 15px 0;
}

.jammers .statistics {
	background-image: none;
	margin-top: 0;
}

.jam-singles .actor {
	padding-top: 15px;
}

.inner-page {
	margin-top: -8px;
}

.splash {
	background-image: url(../images/splash.png);
	background-repeat: no-repeat;
	min-height: 925px;
	width: 911px;
	position: relative;
}

* html .splash {
	height: 925px;
}

.splash .logo {
	position: absolute;
	left: 32px;
	top: 16px;
}

.splash-login {
	position: absolute;
	top: 162px;
	left: 278px;
	width: 180px;
	height: 70px;
}

.splash-login input {
	background: none;
	background-image: url(../images/splash-input.png);
	width: 151px;
	height: 21px;
	padding: 5px 10px 0 10px;
	background-repeat: no-repeat;
	border: none;
	line-height: 21px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #6e6b6b;
	font-weight: bold;
}

* html .splash-login input {
	padding-top: 0;
}

*+html .splash-login input {
	padding-top: 0;
}

.splash-login input.pass {
	background-image: url(../images/splash-input-pass.png);
	width: 89px;
	float: left;
}

.splash-login input.login {
	background: none;
	background-image: url(../images/splash-login.png);
	width: 63px;
	height: 21px;
	background-repeat: no-repeat;
	border: none;
	padding: 0;
	color: #FFFFFF;
	line-height: 21px;
	margin-bottom: 5px;
	font-size: 10px;
	float: left;
	font-weight: 100;
	cursor: pointer;
}

.splash-login div {
	width: 115px;
	margin: -35px 0 0 0;
	padding: 4px 0 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 13px;
	position: relative;
}

.what-is-jambazzer {
	position: absolute;
	left: 70px;
	top: 243px;
	width: 360px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	line-height: 12px;
}

.splash-video {
	position: absolute;
	top: 78px;
	left: 486px;
}

.splash-video h2 {
	margin-bottom: 1px;
}

.splash a.check-out {
	position: absolute;
	float: left;
	width: 240px;
	height: 35px;
	top: 337px;
	left: 64px;
}

.splash a.become-a-jammer {
	position: absolute;
	float: left;
	width: 235px;
	height: 30px;
	top: 544px;
	left: 188px;
}

.splash a.become-a-buzzer {
	position: absolute;
	float: left;
	width: 235px;
	height: 30px;
	top: 544px;
	left: 598px;
}

.splash-about {
	position: absolute;
	top: 815px;
	left: 314px;
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 16px 0 0 27px;
}

.splash-about strong {
	font-weight: bold;
	font-size: 11px;
}

.left-column {
	width: 250px;
	height: auto;
	float: left;
	padding: 0 0 15px 0;
}

.left-column .default {
	background: url(../images/beckground-default.gif) top left repeat-y !important;
	padding-bottom: 0 !important;
}

.left-column .box-left {
	width: 226px;
	height: auto;
	background: url(../images/bg-left-column-box-first.gif) top left repeat-y;
	padding: 0 12px 10px 12px;
	height:auto;
}

.left-column .vidz {
	padding: 0 12px 0 12px !important;
}

.left-column .box-left .person {
	padding: 3px 5px 2px 7px;
}

.left-column .box-left .person a {
	padding-bottom: 1px;
}

.left-column .box-left .person a:hover img {
	text-decoration: none;
}

.left-column .second {
	background: url(../images/bg-left-column-box-sec.gif) top left repeat-y !important;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-top: -2px;
	margin-bottom: 12px;
}

.left-column .box-left dl {
	clear: both;
	padding: 5px 0 0 0;
	display: block;
	height: 127px;
}

.left-column .box-left dl.two {
	clear: both;
	padding: 8px 0 0 0;
	display: block;
	height: 129px;
}

.left-column .box-left dt {
	float: left;
	display: block;
	width: 107px;
}

.left-column .box-left dt img {
	border: 1px solid #FBFBF9;
	margin: 0 0 7px 0;
}

.left-column .box-left dd {
	color: #FFF;
	padding: 0 0 0 5px;
	display: block;
	width: 110px;
	float: left;
}

.left-column .box-left dd strong {
	font-weight: 600;
	padding: 3px 0 10px 0;
	display: block;
}

.left-column .box-left a.buzz-link {
	display: block;
	width: 63px;
	height: 19px;
	background: url(../images/buzz!.gif) top left no-repeat;
	float: left;
}

.left-column .box-left a.dizz-link {
	display: block;
	width: 44px;
	height: 19px;
	background: url(../images/dizz!.gif) top left no-repeat;
	float: left;
}

.left-column .box-left .listing-rezults-buzz-dizz {
	width: 107px;
	height: 15px;
	background: url(../images/bottom-buzz-dizz.gif) top left no-repeat;
	clear: both;
	display: block;
}

.left-column .box-left .listing-rezults-buzz-dizz .left, .left-column .box-left .listing-rezults-buzz-dizz .right {
	text-align: center;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
}

.left-column .box-left .listing-rezults-buzz-dizz .left {
	float: left;
	width: 63px;
}

.left-column .box-left .listing-rezults-buzz-dizz .right {
	float: left;
	width: 44px;
}

.latest-posts-blog {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}

.latest-posts-blog u {
	font-weight: 600;
	text-decoration: underline;
	padding: 10px 0 10px 0;
	display: block;
}


.arrowlistmenu {
	width: 250px; /*width of accordion menu*/
	padding: 0 0 27px 0;
	margin: 0 0 0 0;
	background: url(../images/bottom-arrowlistmenu.gif) bottom right no-repeat;
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	background: url(../images/arrowlistmenu.gif) top left no-repeat;
	cursor: hand;
	cursor: pointer;
	font-weight: 600;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 14px;
	width: 236x;
}

.arrowlistmenu .arrow-orange {
	background: url(../images/arrowlistmenu-orange.gif) top left no-repeat;
}


.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/arrowlistmenu.gif) top left no-repeat;
}

.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowlistmenu ul li {

}

.arrowlistmenu ul li a {
	color: #FFFFFF;
	background: url(../images/arrowlistmenu-sub.gif) top left no-repeat;
	display: block;
	font-weight: 600;
	padding-left: 14px;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #FFFFFF;
}

.music-player {
	width: 250px;
	height: 214px;
	background: url(../images/music-player.gif) top left no-repeat;
	margin: 10px 0 1px 0;
}

.music-player p.songs {
	color: #FFF;
	font-size: 10px;
	text-align: center;
	display: block;
	height: 29px;
	line-height: 29px;
}

.music-player p.title {
	color: #FFF;
	font-size: 11px;
	font-weight: 600;
	line-height: 14px;
}

.music-player .middle-music {
	width: 247px;
	height: 69px;
	padding: 1px 0 0 13px;
}

.music-player .middle-music .left {
	float: left;
	width: 63px;
}

.music-player .middle-music .right {
	float: left;
	margin: 0 0 0 4px;
}

.music-player .middle-music .album {
	float: left;
	width: 109px;
	color: #FFF;
	font-size: 11px;
}

.music-player .middle-music .album p {
	line-height: 14px;
}

.music-player .middle-music .time-sound {
	float: left;
	color: #FFF;
	font-size: 11px;
	padding: 6px 0 0 0;
}

.music-player .middle-music a.buzzed {
	display: block;
	width: 48px;
	height: 24px;
	background: url(../images/buzzed.gif) bottom left no-repeat;
	float: left;
	margin: 2px 3px 0 0;
}

.music-player .middle-music a.buzz {
	display: block;
	width: 48px;
	height: 24px;
	background: url(../images/buzz!-hover.gif) top left no-repeat;
	float: left;
	margin: 2px 3px 0 0;
}

.music-player .middle-music a.buzz:hover {
	display: block;
	width: 48px;
	height: 24px;
	background: url(../images/buzz-hover-state.png) top left no-repeat;
	float: left;
	margin: 2px 3px 0 0;
}

.music-player .middle-music a.plus {
	display: block;
	width: 25px;
	height: 24px;
	background: url(../images/+.gif) top left no-repeat;
	float: left;
	margin: 2px 3px 0 0;
}

.music-player .middle-music a.plus:hover {
	background: url(../images/+-hover.gif) top left no-repeat;
}

.music-player .middle-music a.i, .music-player .middle-music a.i:visited {
	display: block;
	width: 25px;
	height: 24px;
	background: url(../images/i.gif) top left no-repeat;
	float: left;
	margin: 2px 3px 0 0;
}

.music-player .middle-music a.i:hover {
	background: url(../images/i-hover.gif) top left no-repeat;
}

.music-player .middle-music a.dizzed {
	display: block;
	width: 48px;
	height: 24px;
	background: url(../images/dizzed.gif) top left no-repeat;
	float: left;
	margin: 2px 0 0 0;
}

.music-player .middle-music a.dizz {
	display: block;
	width: 48px;
	height: 24px;
	background: url(../images/dizz!-hover.gif) top left no-repeat;
	float: left;
	margin: 2px 0 0 0;
}

.music-player .middle-music a.dizz:hover {
	display: block;
	width: 48px;
	height: 24px;
	background: url(../images/dizz-hover-state.png) top left no-repeat;
	float: left;
	margin: 2px 0 0 0;
}

.music-player .middle-music .sliding {
	margin: 1px 0 0 -4px;
}

.music-player .middle-music a.prev, .music-player .middle-music a.prev:visited {
	display: block;
	width: 17px;
	height: 15px;
	background: url(../images/prev.gif) top left no-repeat;
	float: left;
}

.music-player .middle-music a.play, .music-player .middle-music a.play:visited {
	display: block;
	width: 17px;
	height: 15px;
	background: url(../images/play.gif) top left no-repeat;
	float: left;
}

.music-player .middle-music a.next, .music-player .middle-music a.next:visited {
	display: block;
	width: 17px;
	height: 15px;
	background: url(../images/next.gif) top left no-repeat;
	float: left;
}

.music-player .middle-music a.stop, .music-player .middle-music a.stop:visited {
	display: block;
	width: 17px;
	height: 15px;
	background: url(../images/stop.gif) top left no-repeat;
	float: left;
}

.music-player .middle-music .scroller {
	width: 164px;
	background-image: url(../images/slider-convas-bg-sec.gif);
	background-repeat: repeat-x;
	height: 15px;
	position: relative;
	float: left;
}

.music-player .middle-music .scroller .scroll {
	background-image: url(../images/slider-bg-sec.gif);
	background-repeat: repeat-x;
	height: 15px;
	float: left;
}

.music-player .middle-music .scroller-head {
	float: left;
	background-image: url(../images/slider-sec.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 15px;
}

.music-player .middle-music .scroller .tl {
	top: 0;
	left: -1px;
	width: 1px;
	height: 1px;
	background-image: url(../images/slider-corner.png);
	background-repeat: no-repeat;
	position: absolute;
}

.music-player .middle-music .scroller .tr {
	top: 0;
	right: -1px;
	width: 1px;
	height: 1px;
	background-image: url(../images/slider-corner.png);
	background-repeat: no-repeat;
	position: absolute;
}

.music-player .middle-music .bl {
	bottom: 0;
	left: -1px;
	width: 1px;
	height: 1px;
	background-image: url(../images/slider-corner.png);
	background-repeat: no-repeat;
	position: absolute;
}

.music-player .middle-music .scroller .br {
	bottom: 0;
	right: -1px;
	width: 1px;
	height: 1px;
	background-image: url(../images/slider-corner.png);
	background-repeat: no-repeat;
	position: absolute;
}

.music-player .middle-music dl {
	clear: both;
	padding: 4px 0 0 0;
}

.music-player .middle-music dt {
	width: 184px;
	display: block;
	float: left;
	color: #FFF;
	font-size: 11px;
}

.music-player .middle-music dd {
	display: block;
	float: left;
	color: #FFF;
	font-size: 11px;
}

.right-column {
	width: 600px;
	height: auto;
	float: left;
	margin: 0 0 0 6px;
	padding: 0 0 15px 0;
}

.my-comments-view {
	width: 598px;
	border-left: 1px solid #B25C5E;
	border-right: 1px solid #B25C5E;
	border-bottom: 1px solid #B25C5E;
}

.my-comments-view img {
	border: 1px solid #FFF;
}

.my-comments-view .comments-left {
	width: 120px;
	float: left;
}

.my-comments-view .comments-middle {
	width: 279px;
	float: left;
	font-family: Myriad Pro;
}

.my-comments-view .comments-middle span {
	color: #FFF;
	display: block;
}

.my-comments-view .comments-middle p {
	color: #FFF;
}

.my-comments-view .comments-middle p.date {
	padding: 0 0 15px 0;
}

.my-comments-view .comments-right {
	width: 174px;
	float: left;
	color: #FFF;
	font-family: Myriad Pro;
}

.my-comments-view .comments-right p {
	padding: 15px 0 0 0;
}

.my-comments-view .f {
	width: 574px;
	height: auto;
	background: #821518;
	padding: 10px 12px 10px 12px;
}

.my-comments-view .s {
	width: 574px;
	height: auto;
	background: #661315;
	padding: 10px 12px 10px 12px;
}

.listing-fans {
	width: 600px;
	height: 221px;
	background: url(../images/fans.gif) top left no-repeat;
	margin: 0 0 10px 0;
}

.person {
	width: 100px;
	height: 97px;
	float: left;
	text-align: center;
	padding: 11px 0 0 0;
}

.person p {
	font-weight: 600;
	padding: 3px 0 0 0;
	color: #FFF;
}

.profiles {
	width: 600px;
	height: auto;
	position: relative;
	background: url(../images/profils-background.gif) top left repeat-y;
	border-bottom: 1px solid #6D6D6D;
	margin: 0 0 10px 0;
}

.profiles .left {
	width: 360px;
	height: auto;
	float: left;
	color: #FFF;
	padding: 10px 10px 84px 10px;
}

.profiles .left p.title {
	font-weight: 600;
	padding: 0 0 10px 0;
	font-size: 14px;
}

.profiles .left p.name {
	font-weight: 600;
	padding: 5px 0 10px 0;
	font-size: 12px;
	clear: both;
}

.profiles .listing-information p {
	padding: 0 0 10px 0;
}

.profiles .listing-information a.more, .profiles .listing-information a.more:visited {
	font-weight: 600;
	text-decoration: underline;
}

.profiles .listing-information a.more:hover {
	text-decoration: none;
}

.profiles .background-text {
	width: 224px;
	height: auto;
	text-align: center;
	float: left;
}
	
.profiles .background-image {
	width: 224px;
	height: 150px;
	background: url(../images/background-image.gif) bottom left no-repeat;
	text-align: center;
}

.profiles .background-image img {
	padding: 3px 0 3px 0;
}

.profiles .desc {
	float: right;
	width:125px;
	text-align: center;
	padding: 15px 0 0 0;
}

.profiles a.become-a-friend {
	margin: 0 9px 5px 9px; 
}

.profiles a.become-a-friend-button {
	margin: 0 9px 5px 9px; 
}

.profiles a.send-message {
	margin: 0 9px 5px 9px; 
}

.profiles a.more-pictures {
	margin: 13px 9px 5px 9px; 
}

.stars {
	width: 379px;
	height: 85px;
	background-color: #212020;
	border: 1px solid #6C6C6C;
	border-bottom: none;
	position: absolute;
	left: 0;
	bottom: 0;
}

*+html .stars {
	width: 378px;
}

.stars h3 {
	margin: 0;
	padding: 0;
}

.stars h3 a {
	float: right;
	padding-right: 5px;
}

.stars .images {
	width: 382px;
	padding: 0 0 0 20px;
	height: 69px;
	margin: -3px 0 0 0;
	clear: both;
}

.stars .images img {
	padding: 0 3px 0 3px;
	margin-right: 6px;
}

.stars .jumbuzzer-stars {
	float: left; 
	font-size: 11px; 
	font-family: Arial;
	width: 200px; 
	text-align: left;
	padding: 2px 0 0 15px;
}

.stars .images img.jams-buzzed {
	width: 57px;
	height: 57px;
	border: 1px solid #c8c4c6;
	float: left;
	padding: 0;
	margin: 3px 7px 0 3px;
}

.profiles .right {
	width: 219px;
	height: auto;
	float: left;
}

.profiles .right .top {
	width: 219px;
	height: 140px;
	background: url(../images/no-name.gif) top left no-repeat;
	margin: 0 0 0 1px;
	color: #FFF;
	font-size: 11px;
	text-align: right;
}

.profiles .right .noname-orange {
	background: url(../images/no-name-orange.png) top left no-repeat;
}

.profiles .right .top a, .profiles .right .top a:visited {
	text-decoration: underline;
}

.profiles .right .top a.hover-inderline, .profiles .right .top a.hover-inderline:visited {
	text-decoration: none;
}

.profiles .right .top a.hover-inderline:hover {
	text-decoration: underline;
}

.profiles .right .top a:hover {
	text-decoration: none;
}

.profiles .right .top p {
	padding: 5px 9px 5px 0;
}

.profiles .right .top strong {
	font-weight: 600;
}

.profiles .right .down-top {
	width: 219px;
	height: 57px;
	background: url(../images/down-no-name.gif) top left no-repeat;
	margin: 0 0 0 1px;
	color: #FFF;
	font-size: 11px;
	text-align: left;
}

.profiles .right .orange {
	background: url(../images/down-no-name-orange.gif) top left no-repeat;
}

.profiles .right .down-top a {
	padding: 10px 5px 0 0;
	display: block;
	float: right;
}

.profiles .f {
	background: #5F5F5F;
	padding: 4px;
	width: 210px;
	margin: 0 0 0 1px;
	color: #FFF;
}

.profiles .s {
	background: #4C4A4A;
	padding: 4px;
	width: 210px;
	margin: 0 0 0 1px;
	color: #FFF;
}

.profiles .f p, .profiles .s p {
	width: 142px;
	float: left;
	text-align: center;
}

.profiles .f img, .profiles .s img {
	border: 1px solid #FFF;
	float: left;
	width: 58px;
	margin: 0 0 0 8px;
}

.profiles .f a, .profiles .s a {
	display: block;
	text-decoration: underline;
}

.profiles .f a:hover, .profiles .s a:hover {
	text-decoration: none;
}
	
a.jambuzzer-bg, a.jambuzzer-bg:visited {
	display: block;
	width: 247px;
	height: 155px;
	background: url(../images/bg-jambuzzer.gif) top left no-repeat;
	padding: 3px 0 0 3px;
}

.ad-spot {
	background-color: #821518;
	padding: 4px;
	margin-left: 1px;
	clear: both;
	margin-top: 12px;
}

.paddin-top {
	padding-top: 15px;
}
