
	/*    BOTB Bands List */

	p.botb_login {
		background:  #FCFCE2;
		border:      1px solid #E4CB9C;
		color:       #444;
		font-size:   1.5em;
		line-height: 2.5;
		text-align:  center;
	}

		.botb_login a {
			color: #000;
		}



	ul.bands_list {
		border-top: 1px dotted #ccc;
	}

		.bands_list h3 {
			font-size:   2em;
			line-height: 1;
			margin:      0 0 10px;
		}

		.bands_list li {
			border-bottom: 1px dotted #ccc;
			list-style:    none;
			margin:        0;
			padding:       1em 0;
		}

			.bands_list li .media {
				display: inline;
				float:   left;
				width:   280px;
			}

				.bands_list li .media ul {}

					.bands_list li .media ul li {
						border:  0;
						margin:  0;
						padding: 0;
					}

						.bands_list li .media ul li.video object {
							display: none;
						}

					.bands_list li .media ul li img {
						margin-bottom: 10px;
						display:       block;
					}

					.bands_list li .media ul li a.video_link {
						background:      url('../img/icons/botb_video.png') left center no-repeat;
						padding:         0 0 0 22px;
						text-decoration: none;
					}

						.bands_list li .media ul li a.video_link:hover {
							text-decoration: underline;
						}

			.bands_list li .info {
				display: inline;
				float:   right;
				width:   320px;
			}

		.bands_list p {}

			.bands_list p.from {}

			.bands_list p.vote {
				text-align: right;
			}

				.bands_list p.vote a {
					-moz-border-radius:    5px;
					-webkit-border-radius: 5px;

					background:      #fadced;
					border:          1px solid #ef89c3;
					border-radius:   5px;
					color:           #444;
					font-size:       1.2em;
					font-weight:     bold;
					padding:         5px 10px;
					text-decoration: none;
				}

					.bands_list p.vote a:hover {
						background: #e01487;
						color:      #fff;
					}

				.bands_list p.vote span {
					-moz-border-radius:    5px;
					-webkit-border-radius: 5px;

					background:    #e01487;
					border:        1px solid #e01487;
					border-radius: 5px;
					color:         #fff;
					font-size:     1.2em;
					font-weight:   bold;
					padding:       5px 10px;
				}




	/*    BOTB Switcher */

	.switcher {}

		.switcher .botb_image,
		.switcher .botb_video {}

			.switcher .botb_image {}

				.switcher .botb_image img {}

			.switcher .botb_video {}

		.switcher ul {}

			.switcher ul li {
				border:  0;
				padding: 0;
			}

