/* block headline / text =================================================== */
div.block-headline-text {
	width: 555px;
	min-height: 225px;
	padding: 20px 30px 20px 20px;
	margin-left: 10px;
	background: url(/themes/vinyl/img/bg-info.png) left top no-repeat;
  float: left;
}

div.block-headline-text div.headline-left {
	height: 47px;
	width: 31px;
  margin-left: -32px;
	margin-top: -7px;
  padding: 5px 0 0 1px;
  background: url(/themes/vinyl/img/bg-headline-left-black.png) left top no-repeat;
	float: left;
}

div.block-headline-text div.headline-left-news {
	padding: 5px 0 0 32px;
  background: url(/themes/vinyl/img/bg-headline-left-news.png) left top no-repeat;
}

div.block-headline-text div.headline-left-top99 {
  padding: 5px 0 0 32px;
  background: url(/themes/vinyl/img/bg-headline-left-top99.png) left top no-repeat;
}

div.block-headline-text div.headline-left-basket {
  padding: 5px 0 0 32px;
  background: url(/themes/vinyl/img/bg-headline-left-basket.png) left top no-repeat;
}

div.block-headline-text h2 {
	height: 47px;
	margin-left: -2px;
	margin-top: 1px;
	font-style: italic;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 20px;
	background: url(/themes/vinyl/img/bg-headline-body.png) left top repeat-x;
	float: left;
}

div.block-headline-text div.headline-right {
	width: 10px;
  height: 39px;
  margin: 1px 0 0 0;
  padding: 5px 0 0 0;
  background: url(/themes/vinyl/img/bg-headline-right.png) left top no-repeat;
  float: left;
}

div.block-headline-text div.box-image {
	margin: 0 9px 5px 0;
	border: 1px solid #e0e0e0;
	float: left;
}

div.block-headline-text div.box-image img {
  border: 2px solid #FFF;
}

div.block-headline-text-nobg {
  background: none;
}

/* block headline aktion =================================================== */
div.block-headline-aktion {
  width: 550px;
  padding: 20px 30px 20px 20px;
  margin-left: 10px;
  background: url(/themes/vinyl/img/bg-headline-aktion.png) left top no-repeat;
	overflow: hidden;
}

div.block-headline-aktion div.content {
  width: 558px;
  padding: 0;
  margin-left: -20px;
	padding-left: 20px;
	margin-top: 20px;
	padding-right: 20px;
  background: url(/themes/vinyl/img/bg-aktion.png) left top repeat;
}

div.block-headline-aktion div.content img.top-img {
	border: 3px solid #171717;
}

div.block-headline-aktion .divider-content-dashed {
  padding-bottom: 10px;
  background: url(/themes/vinyl/img/divider-content-dashed-dark.png) left bottom repeat-x;
}

div.block-headline-aktion div.table-neuheiten {
  background: url(/themes/vinyl/img/divider-content-horiz-dark.png) left bottom repeat-x;
}

div.block-headline-aktion div.table-neuheiten div.td-left, div.block-headline-aktion div.table-neuheiten div.td-center {
  background: url(/themes/vinyl/img/divider-content-vert-dark.png) right top repeat-y;
}

div.block-headline-aktion div.preis, div.block-headline-aktion div.mwst, div.block-headline-aktion div.block-item-neuheitendetails div.title {
	color: white;
}

/* headline genre rechts =================================================== */
h3.headline-genre {
	margin-top: 5px;
	font-size: 17px;
	font-style: italic;
	line-height: 20px;
	float: right;
}

/* Block XHTML ============================================================= */
.block-xhtml {
  width: 100%;
  max-width: 555px;
  min-height: 100px;
  margin-left: 30px;
  overflow: hidden;
  display: block;
  float: left;
  margin-bottom: 25px;
  padding: 0;
}

/* video container ========================================================= */
.video-container {
  width: 100%;
  position:relative;
  padding-bottom:54%;
  padding-top:10px;
  height:0;
  overflow:hidden;
  margin:0 auto;
  max-width:1000px; 
  float: left;
  margin-bottom: 20px;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}

.video-container:empty {
  display:none;
}

/* mainteaser ============================================================== */
div.block-mainteaser {
	width: 605px;
	height: 347px;
  background: url(/themes/vinyl/img/bg-mainteaser.png) left top no-repeat;
	margin-bottom: 30px;
  float: left;
	overflow: hidden;
}

div.block-mainteaser div.teaser {
	width: 560px;
	height: 237px;
	margin: 20px 0 0 20px;
	float: left;
	overflow: hidden;
}

div.block-mainteaser div.teaser div.border {
  width: 235px;
  height: 235px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
	float: left;
}

div.block-mainteaser div.teaser div.info {
  width: 290px;
  height: 230px;
	margin-left: 32px;
  overflow: hidden;
  float: left;
}


div.block-mainteaser div.teaser h2 {
  width: 300px;
  height: 40px;
	font-size: 25px;
	font-weight: normal;
	white-space: nowrap;
	line-height: 40px;
  overflow: hidden;
  float: left;
	text-transform: capitalize;
}

div.block-mainteaser div.teaser h3 {
  width: 300px;
  height: 20px;
	font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  float: left;
	text-transform: capitalize;
}

div.block-mainteaser div.teaser div.preis-buy {
	width: 300px;
	height: 20px;
	margin-top: 10px;
  white-space: nowrap;
	float: left;
}

div.block-mainteaser div.teaser div.preis-buy div.preis {
  height: 20px;
	padding-right: 10px;
  white-space: nowrap;
  float: left;
}

div.block-mainteaser div.teaser div.preis-buy a {
  margin-top: 2px;
	float: left;
}

div.block-mainteaser div.teaser div.remark {
  width: 290px;
  height: 85px;
  overflow: hidden;
  float: left;
}

div.block-mainteaser div.teaser div.border div.cover {
  width: 231px;
  height: 231px;
  border: 2px solid #FFF;
  overflow: hidden;
}

div.block-mainteaser div.teaser div.cover img.teaser-pic {
	width: 231px;
	float: left;
}

div.block-mainteaser ul.teaser-button-bar {
	width: 600px;
	height: 60px;
	margin-top: 26px;
	margin-left: 1px;
	padding-left: 3px;
	background: url(/themes/vinyl/img/bg-button-feature-start.png) left top no-repeat;
	list-style: none;
	float: left;
}

div.block-mainteaser ul.teaser-button-bar li.teaser-button, div.block-mainteaser ul.teaser-button-bar li.teaser-active {
  width: 120px;
  height: 34px;
	padding: 16px 15px 10px 15px;
	white-space: nowrap;
	background: url(/themes/vinyl/img/bg-button-feature.png) left top no-repeat;
  float: left;
	text-align: center;
	overflow: hidden;
}

div.block-mainteaser ul.teaser-button-bar li.teaser-button:hover, div.block-mainteaser ul.teaser-button-bar li.teaser-active {
  background: url(/themes/vinyl/img/bg-button-feature-active.png) left top no-repeat;
}

div.block-mainteaser ul.teaser-button-bar li.teaser-button a {
	width: 120px;
	display: block;
	overflow: hidden;
	text-transform: capitalize;
}

div.block-mainteaser ul.teaser-button-bar li.teaser-button:hover a, div.block-mainteaser ul.teaser-button-bar li.teaser-active a {
  color: #FFF;
}

/* aktionen teaser ========================================================= */
div.block-aktionenteaser {
	width: 303px;
	height: 341px;
	background: url(/themes/vinyl/img/bg-aktion-start.png) left top no-repeat;
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
}

div.block-aktionenteaser div.teaser-aktion-wrapper {
	width: 286px;
	height: 290px;
	margin: 45px 8px 0 9px;
	float: left;
}

div.block-aktionenteaser div.teaser-aktion-wrapper div.image-wrapper {
	width: 286px;
	height: 196px;
	overflow: hidden;
	float: left;
}

div.block-aktionenteaser div.teaser-aktion-wrapper div.image-wrapper img {
  width: 286px;
}

div.block-aktionenteaser div.teaser-aktion-wrapper div.text-wrapper {
  width: 286px;
  margin-top: 10px;
	margin-bottom: 5px;
	white-space: nowrap;
  overflow: hidden;
	float: left;
}

/* teaserliste ============================================================= */
div.block-teaserlist {
  width: 560px;
  float: left;
	overflow: hidden;
}

div.block-teaserlist div.block-teaserlist-left {
  width: 270px;
	padding-right: 10px;
	background: url(/themes/vinyl/img/divider-content-vertical.png) right top repeat-y;
  float: left;
}

div.block-teaserlist div.block-teaserlist-right {
  width: 265px;
	margin-left: 15px;
  float: left;
}

div.block-teaser {
  width: 270px;
	overflow: hidden;
}

div.block-teaser h3 {
  width: 270px;
  margin-bottom: 5px;
  float: left;
}

div.block-teaser div.block-teaser-content div.block-teaser-image {
  margin-right: 9px;
  border: 1px solid #e0e0e0;
  float: left;
}

div.block-teaser div.block-teaser-content div.block-teaser-image img {
  border: 2px solid #FFF;
  float: left;
}

div.block-teaserlist-left div.block-teaser-content {
  padding-right: 5px;
}

div.block-teaserlist div.divider-content-dashed {
  width: 260px;
  margin: 16px 0;
}

/* news-sektion linke spalte =============================================== */
div.block-startseite-left {
	width: 298px;
	margin-right: 7px;
	margin-bottom: 20px;
	margin-top: -5px;
	background: url(/themes/vinyl/img/divider-content-vertical.png) right top repeat-y;
	float: left;
}

div.block-news-startseite {
  width: 270px;
  padding: 20px 0 10px 20px;
  background: url(/themes/vinyl/img/bg-news-startseite.png) left top no-repeat;
  float: left;
}

div.block-news-startseite div.block-teaser, div.block-news-startseite div.block-teaser h3 {
	width: 240px;
	overflow: hidden;
}

div.block-news-startseite div.divider-content-dashed {
  width: 240px;
  margin: 8px 0;
}

/* cover liste ============================================================= */
div.block-neuheiten {
	margin-top: -5px;
}

div.table-neuheiten {
  width: 560px;
	padding-bottom: 2px;
	margin-bottom: 30px;
  background: url(/themes/vinyl/img/divider-content-horizontal.png) left bottom repeat-x;
	float: left;
}

div.table-neuheiten div.td-left, div.table-neuheiten div.td-center {
  width: 185px;
	background: url(/themes/vinyl/img/divider-content-vertical.png) right top repeat-y;
	overflow: hidden;
	float: left;
}

div.block-item-neuheitendetails {
  width: 160px;
  padding: 5px 0 20px 20px;
	margin: 0 0;
  overflow: hidden;
  float: left;
}

div.block-item-neuheitendetails div.artist, div.block-item-neuheitendetails div.title {
  width: 150px;
  max-height: 34px;
  overflow: hidden;
  float: left;
}

div.block-item-neuheitendetails div.block-item-picture {
  padding: 2px;
  border: 1px solid #e0e0e0;
	margin-bottom: 10px;
  float: left;
}

div.block-item-neuheitendetails div.block-item-picture div.image-mask {
  width: 110px;
	height: 110px;
	background: #FFF;
	border: 2px solid #FFF;
	overflow: hidden;
}

div.block-item-neuheitendetails div.block-item-picture div.image-mask img {
  width: 110px;
}

div.block-item-neuheitendetails div.preis-buy {
  width: 160px;
  margin-top: 5px;
  float: left;
}

div.block-item-neuheitendetails div.preis-buy div.preis {
  padding-right: 5px;
  float: left;
}

div.block-item-neuheitendetails div.preis-buy a {
  margin-top: 2px;
  float: left;
}

/* block artikel =========================================================== */
div.block-artikel {
  width: 615px;
  margin: 0;
  overflow: hidden;
}

div.block-artikel div.block-artikel-left {
  width: 280px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}

div.block-artikel div.block-artikel-right {
  width: 305px;
  float: left;
  overflow: hidden;
}

/* block cover large ======================================================= */
div.artikel-cover-large {
  width: 236px;
  padding: 18px 26px 0 18px;
	margin-bottom: 30px;
  background: url(/themes/vinyl/img/bg-cover-large.png) left top no-repeat;
  overflow: hidden;
}

div.artikel-cover-large div.block-item-picture {
  padding: 2px;
  border: 1px solid #e0e0e0;
  float: left;
}

div.artikel-cover-large div.block-item-picture div.image-mask {
  width: 231px;
  background: #FFF;
  border: 2px solid #FFF;
  overflow: hidden;
}

div.artikel-cover-large div.block-item-picture div.image-mask img {
  width: 231px;
}

div.artikel-cover-large div.multiple-cover {
  width: 100px;
  text-align: right;
  float: right;
}

div.artikel-cover-large div.multiple-cover a {
  font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 5px 0 5px;
}

div.artikel-cover-large div.release-date, div.artikel-cover-large div.label, div.artikel-cover-large div.genre {
	width: 231px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 3px;
	background: url(/themes/vinyl/img/divider-content-horizontal.png) left bottom repeat-x;
	overflow: hidden;
	float: left;
}

div.artikel-cover-large div.release-date {
	margin-top: 10px;
}

/* block artikel info ====================================================== */
div.artikel-info {
	width: 305px;
	margin-bottom: 25px;
	float: left;
	overflow: hidden;
}

div.artikel-info h2 {
  font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	margin-top: 25px;
	margin-bottom: 5px;
}

div.artikel-info h3 {
  margin-bottom: 5px;
	padding-bottom: 10px;
	background: url(/themes/vinyl/img/divider-content-horizontal.png) left bottom repeat-x;
  overflow: hidden;
}

div.artikel-info div.divider-content-dashed {
	width: 300px;
}

div.artikel-info div.preis-buy-cart {
  width: 300px;
  margin-top: 5px;
  margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/themes/vinyl/img/divider-content-horizontal.png) left bottom repeat-x;
  white-space: nowrap;
  float: left;
}

div.artikel-info div.preis-buy-cart div.preis {
  height: 20px;
  padding-right: 10px;
  white-space: nowrap;
  float: left;
}

div.artikel-info div.preis-buy-cart select.input-cart-menge, div.artikel-info div.preis-buy-cart select.input-cart-extra-info {
	margin-top: -1px;
	margin-right: 10px;
  float: left;
}

option.stock-true {
  padding-left: 15px;
  background: url(/themes/vinyl/img/icon-stock-true-10.png) 2px 3px no-repeat;
}

option.stock-false {
  padding-left: 15px;
  background: url(/themes/vinyl/img/icon-stock-false-10.png) 2px 3px no-repeat;
}

div.artikel-info div.preis-buy-cart img.input-cart-go {
	margin-top: -3px;
	cursor: pointer;
  float: left;
}

div.artikel-info div.preis-buy-cart div.lieferzeit {
	width: 300px;
	padding-top: 3px;
  padding-right: 10px;
  margin-bottom: 0;
  white-space: normal;
  float: left;
}

div.artikel-info div.preis-buy-cart div.merkzettel {
  width: 300px;
  padding-right: 10px;
  white-space: nowrap;
  margin-bottom: 5px;
  float: left;
}

div.artikel-info div.preis-buy-cart div.mwst {
  width: 300px;
  padding-top: 3px;
  padding-right: 10px;
	margin-bottom: 5px;
  white-space: nowrap;
  float: left;
}

div.artikel-info div.preis-buy-cart div.hinweise {
  width: 300px;
  padding-top: 3px;
  padding-right: 10px;
  margin-bottom: 5px;
  white-space: normal;
  float: left;
}

/* artist liste klein ====================================================== */
ul.artikel-list-small {
	width: 273px;
	border: 1px solid #C7BEBE;
	padding-top: 48px;
	list-style: none;
	background: url(/themes/vinyl/img/1/bg-liste-mehr-davon.png) left top no-repeat;
	float: left;
}

ul.artikel-list-small-en {
	background: url(/themes/vinyl/img/2/bg-liste-mehr-davon.png) left top no-repeat;
}

li.artikel-item-small, li.artikel-item-small-last {
  width: 243px;
  height: 60px;
  margin: 0 15px 15px 15px;
	padding-bottom: 15px;
  overflow: hidden;
	background: url(/themes/vinyl/img/divider-content-horizontal.png) left bottom repeat-x;
  float: left;
}

li.artikel-item-small div.artist, li.artikel-item-small-last div.artist, li.artikel-item-small div.title, li.artikel-item-small-last div.title {
	width: 240px;
	height: 20px;
	white-space: nowrap;
}

li.artikel-item-small-last {
  background: none;
	margin-bottom: 20px;
	padding-bottom: 0;
}

li.alle-anzeigen {
	height: 20px;
	margin-top: -10px;
  margin-bottom: 5px;
	float: left;
}

li.artikel-item-small div.block-item-picture, li.artikel-item-small-last div.block-item-picture {
	width: 60px;
	height: 60px; 
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

li.artikel-item-small div.block-item-picture img, li.artikel-item-small-last div.block-item-picture img {
  width: 60px;
}

/* rewriting artist liste klein in auch gut box ============================ */
ul.list-auchgut-de, ul.list-auchgut-en {
  width: 281px;
  border: 1px solid #C7BEBE;
  padding-top: 48px;
	list-style: none;
  background: url(/themes/vinyl/img/1/bg-liste-auchgut.png) left top no-repeat;
  float: left;
}

ul.list-auchgut-en {
  background: url(/themes/vinyl/img/2/bg-liste-auchgut.png) left top no-repeat;
}

ul.list-auchgut-de li.artikel-item-small, ul.list-auchgut li.artikel-item-small-last {
  width: 248px;
}

/* rewriting augut liste klein in gutscheine box =========================== */
ul.list-gutscheine-de {
  background: url(/themes/vinyl/img/1/bg-liste-gutscheine.png) left top no-repeat;
}
ul.list-gutscheine-en {
  background: url(/themes/vinyl/img/2/bg-liste-gutscheine.png) left top no-repeat;
}

/* liste tracklist ========================================================= */
ul.list-trackliste {
	width: 281px;
  border: 1px solid #C7BEBE;
  padding-top: 33px;
	list-style: none;
  background: url(/themes/vinyl/img/bg-liste-tracklist.png) left top no-repeat;
  float: left;
}

ul.list-trackliste li {
  width: 271px;
	border-top: 1px solid #F9F9F9;
  border-bottom: 1px solid #DCDCDC;
  padding: 5px;
  background: url(/themes/vinyl/img/bg-listitems-tracklist.png) left top repeat-y;
  float: left;
}

ul.list-trackliste li div.block-track {
	width: 238px;
	min-height: 19px;
	padding-right: 5px;
	border-right: 1px solid #F9F9F9;
	overflow: hidden;
	float: left;
}

ul.list-trackliste li div.icon-play {
  width: 19px;
  height: 19px;
	border-left: 1px solid #DCDCDC;
	padding: 0 2px 0 5px;
  overflow: hidden;
  float: right;
}

/* liste tourdaten ========================================================= */
ul.liste-tourdaten {
	width: 301px;
	padding-top: 5px;
	margin-bottom: 20px;
	list-style: none;
	background: url(/themes/vinyl/img/bg-tourdaten.png) left top no-repeat;
	overflow: hidden;
	float: left;
}

ul.liste-tourdaten li.item-headline {
  width: 301px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  overflow: hidden;
  float: left;
}

ul.liste-tourdaten  li.item-tourdaten {
  width: 301px;
  padding-bottom: 10px;
	margin-bottom: 5px;
  background: url(/themes/vinyl/img/divider-content-horizontal.png) left bottom repeat-x;
  overflow: hidden;
  float: left;
}

ul.liste-tourdaten  li.item-tourdaten-last div.logo-livegigs a.logo-livegigs {
  padding: 0 78px 0 0;
  font-size: 11px;
  line-height: 18px;
  font-style: italic;
  background: url(/themes/vinyl/img/logo-livegigs.png) right top no-repeat;
  float: right;
}

/* liste tourdaten content ================================================= */
div.liste-tourdaten-content ul.liste-tourdaten {
	width: 560px;
	margin: 45px 0;
	background: none;
}

div.liste-tourdaten-content ul.liste-tourdaten li.item-headline  {
  width: 560px;
}

div.liste-tourdaten-content ul.liste-tourdaten li.item-headline h2 {
  width: 560px;
	height: 18px;
	color: #4e4e4e;
	font-weight: bold;
	font-style: normal;
  margin: 0;
	background: none;
}

div.liste-tourdaten-content ul.liste-tourdaten li.item-tourdaten  {
  width: 560px;
}

div.liste-tourdaten-content ul.liste-tourdaten li.item-tourdaten div.artist {
	margin-right: 20px;
  float: left;
}

/* block blaettern ========================================================= */
div.block-blaettern {
	margin-left: 13px;
}

div.block-blaettern a.button {
	color: #2b2c2c;
	width: 40px;
	height: 28px;
	padding-top: 12px;
	margin-right: 5px;
	text-align: center;
	background: url(/themes/vinyl/img/button-leer.png);
	float: left;
}

div.block-blaettern a.button:hover, div.block-blaettern a.active {
	color: #d25d00;
	font-weight: bold;
}


/* block sitebar =========================================================== */
div.block-sitebar {
	margin-bottom: 10px;
}

/* login =================================================================== */
div.block-login {
  width: 268px;
  height: 125px;
  padding: 15px 1px 20px 20px;
  background: url(/themes/vinyl/img/bg-login-active.png) left top no-repeat;
}

div.block-login-active {
	padding-top: 15px;
	height: 125px;
  background: url(/themes/vinyl/img/bg-login-active.png) left top no-repeat;
}

div.block-login h5 {
  padding-bottom: 8px;
}

div.block-login label {
  width: 72px;
  padding-top: 4px;
  float: left;
}

div.block-login input.form-text {
  width: 168px;
	height: 14px;
	padding: 2px;
	border: 0;
	background: url(/themes/vinyl/img/bg-login-text.png) left top no-repeat;
	margin-bottom: 2px;
}

div.block-login div.box-loginbutton {
  width: 249px;
  margin-bottom: 6px;
  text-align: right;
}

div.block-login div.box-links {
  width: 249px;
}

div.block-login div.box-links a.link-registrieren, div.block-login div.box-links a.link-password {
  float: left;
}

div.block-login div.box-links a.link-registrieren {
  margin-right: 25px;
}

div.block-login div.box-links a.link-password {
  float: right;
}

div.block-login div.box-links img.icon-thumb {
  margin: 3px 0 0 2px;
  float: left;
}

/* block feature =========================================================== */
div.block-feature {
	width: 281px;
	height: 397px;
	border: 1px solid #c7bebe;
	background: url(/themes/vinyl/img/bg-feature-pic.png) 15px 13px no-repeat;
}

div.block-feature div.slideshow-inner {
	width: 250px;
	height: 370px;
	margin: 15px 0 0 17px;
	float: left;
}

div.block-feature div.image-head {
	position: relative;
	top: -370px;
  width: 170px;
  height: 61px;
  margin: 6px 0 0 1px;
	background: url(/themes/vinyl/img/bg-feature-head.png) left top no-repeat;
  overflow: hidden;
	z-index: 100;
}

div.block-feature-preorder div.image-head {
  background: url(/themes/vinyl/img/bg-feature-preorder-head.png) left top no-repeat;
}

div.block-feature div.slideshow-inner div.image-mask {
  width: 246px;
  height: 213px;
  margin: 0 0 15px 0;
  overflow: hidden;
  float: left;
}

div.block-feature div.slideshow-inner h3 {
	font: normal 20px/23px Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
  width: 250px;
  margin: 0 0 15px 0;
	white-space: nowrap;
  overflow: hidden;
  float: left;
}

div.block-feature div.slideshow-inner div.text-mask {
  width: 250px;
  height: 65px;
  margin: 0 0 15px 0;
  overflow: hidden;
  float: left;
}

/* newsletter ============================================================== */
div.block-newsletter {
  width: 261px;
  height: 124px;
	padding: 10px;
  border: 1px solid #c7bebe;
  background: url(/themes/vinyl/img/bg-newsletter.png) left top no-repeat;
  float: left;
}

div.block-newsletter div.block-newsletter-form {
	margin-top: 55px;
  font-size: 14px;
}

div.block-newsletter input.form-text {
  width: 248px;
	border: 0;
	background: url(/themes/vinyl/img/bg-newsletter-input.png) left top no-repeat;
}

div.block-newsletter div.box-nlbutton {
  font-family: Arial;
  font-size: 11px;
  line-height: 13px;
  width: 250px;
	margin-bottom: 7px;
}

div.block-newsletter div.box-nlbutton label {
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
}

div.block-newsletter div.box-nlbutton input.newsletter-radio {
  margin: 0 2px 0 0;
  padding: 0;
  float: left;
}

div.block-newsletter div.datenschutz {
	font-size: 11px;
	line-height: 11px;
	width: 185px;
	float: right;
}

div.block-newsletter div.datenschutz label {
	width: 160px;
	margin-top: 3px;
	float: left;
}

/* service ================================================================= */
div.block-service {
  width: 281px;
  padding-top: 25px;
	color: #4e4e4e;
  border: 1px solid #c7bebe;
	background: url(/themes/vinyl/img/bg-header-support.png) left top no-repeat;
  float: left;
	overflow: hidden;
}

div.block-service div.block-service-top {
  width: 251px;
  padding: 15px;
  float: left;
	overflow: hidden;
	background: url(/themes/vinyl/img/divider-sitebar-horizontal.png) left bottom repeat-x;
}

div.block-service div.block-service-top-line {
  width: 266px;
  margin-top: 5px;
  margin-left: -15px;
  padding: 15px 15px 0 15px;
  float: left;
  overflow: hidden;
  background: url(/themes/vinyl/img/divider-sitebar-horizontal.png) left top repeat-x;
}

div.block-service div.block-service-center {
	width: 251px;
	padding: 15px;
	background: url(/themes/vinyl/img/bg-grey-dark.png) left top repeat;
	float: left;
}

div.block-service div.block-service-center a {
	font-size: 14px;
	line-height: 17px;
	border-bottom: 2px solid #4e4e4e;
}

div.block-service div.block-service-bottom {
  width: 251px;
  padding: 15px;
  overflow: hidden;
  background: url(/themes/vinyl/img/divider-sitebar-horizontal.png) left top repeat-x;
	float: left;
}

div.block-service div.col-left {
	width: 127px;
	height: 180px;
	background: url(/themes/vinyl/img/divider-sitebar-vertical.png) right top repeat-y;
	float: left;
}

div.block-service div.row-top {
  width: 124px;
  height: 80px;
  background: url(/themes/vinyl/img/divider-sitebar-horizontal.png) left bottom repeat-x;
	float: left;
}

div.block-service div.block-service-bottom img.paypal {
  margin: 5px 0 5px 10px;
  float: left;
}

div.block-service div.block-service-bottom div.paypal {
  margin: 0 0 0 35px;
  float: left;
}

div.block-service div.block-service-bottom img.kreditkarte {
  margin: 0 0 2px 15px;
  float: left;
}

div.block-service div.block-service-bottom div.kreditkarte {
  margin: 0 0 0 20px;
  float: left;
}

div.block-service div.block-service-bottom img.lastschrift {
  margin: 15px 0 5px 50px;
  float: left;
}

div.block-service div.block-service-bottom div.lastschrift {
  margin: 0 0 0 25px;
  float: left;
}

div.block-service div.block-service-bottom img.giropay {
  margin: 20px 0 10px 23px;
  float: left;
}

div.block-service div.block-service-bottom div.giropay {
  margin: 0 0 0 35px;
  float: left;
}

/* block footer ============================================================ */
div.block-footer {
	width: 908px;
  display: inline-block;
	background: url(/themes/vinyl/img/bg-footer.png) no-repeat;
}

div.block-footer div.block-footer-textline {
  margin-top: 10px;
}

div.block-footer div.list-kategorien {
	width: 125px;
	height: 150px;
	margin-left: 2px;
	margin-top: 4px;
	padding-top: 25px;
	padding-left: 25px;
	overflow: hidden;
	float: left;
}

div.block-footer div.list-genre {
  width: 280px;
  height: 150px;
  margin-top: 4px;
	padding-top: 25px;
	padding-left: 25px;
  overflow: hidden;
  float: left;
}

div.block-footer ul.col-left {
	width: 140px;
	float: left;
}

div.block-footer ul.col-right {
	width: 140px;
  float: left;
}

div.block-footer div.list-service {
  width: 273px;
  height: 150px;
  margin-top: 4px;
	padding-top: 25px;
	padding-left: 25px;
  overflow: hidden;
  float: left;
}

div.block-footer ul {
  list-style: none;
}

div.block-footer ul li {
  margin-bottom: 5px;
}

div.block-footer li a {
	color: #2b2c2c;
	font-style: italic;
  font-weight: bold;
	text-transform: uppercase;
}

div.block-footer li.versandfertig {
  width: 200px;
  float: left;
}

div.block-footer li.versandfertig a {
	padding: 7px 10px 7px 35px;
  text-transform: none;
	background: url(/themes/vinyl/img/icon-24stunden.png) left top no-repeat;
	float: left;
}

div.block-footer li.expressversand a {
  padding: 7px 10px 7px 35px;
  text-transform: none;
	margin-bottom: 8px;
  background: url(/themes/vinyl/img/icon-expressversand.png) left 8px no-repeat;
  float: left;
}

div.block-footer li.hilfe a {
  padding: 7px 10px 7px 35px;
  text-transform: none;
  background: url(/themes/vinyl/img/icon-hilfe.png) 3px 3px no-repeat;
  float: left;
}

div.block-footer h4  {
	font-weight: bold;
	margin-bottom: 10px;
}


div.block-footer-textline {
	margin-left: 130px;
	margin-bottom: 20px;
	float: left;
}

div.block-footer-textline div.copyright {
	font: normal 11px/16px Georgia, Arial;
	color: #565656;
	text-transform: uppercase;
	margin-right: 5px;
  float: left;
}

div.block-footer-textline ul.linklist {
	list-style: none;
	float: left;
}

div.block-footer-textline ul.linklist li, div.block-footer-textline ul.linklist li a {
	font: normal 11px/16px Georgia, Arial;
  color: #565656;
	text-transform: uppercase;
  float: left;
}

div.block-footer-textline ul.linklist li {
	margin-right: 3px;
	padding-right: 5px;
	background: url(/themes/vinyl/img/divider-footer-linklist.png) right 8px no-repeat;
}

div.block-footer-textline ul.linklist li.last {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

/* box live top ============================================================ */
div.block-livetop-container {
	width: 300px;
	background: url(/themes/vinyl/img/bg-loadinfo.gif) center center no-repeat;
	float: left;
}

ul.block-livetopnav {
	width: 300px;
	height: 31px;
	margin-bottom: 6px;
	list-style: none;
	background: url(/themes/vinyl/img/bg-livetop-two.png) left top no-repeat;
	float: left;
}

ul.block-livetopnav li {
	text-transform: uppercase;
	float: left;
}

ul.block-livetopnav li.livetop-live {
	padding: 4px 10px 0 3px;
	margin-right: 13px;
	cursor: pointer;
  float: left;
}

ul.block-livetopnav li.livetop-lp {
  padding: 4px 10px 0 3px;
	margin-right: 15px;
  cursor: pointer;
  float: left;
}

ul.block-livetopnav li.livetop-cd {
  padding: 4px 10px 0 3px;
  cursor: pointer;
  float: left;
}

ul.block-livetopnav li.livetop-live:hover, ul.block-livetopnav li.livetop-lp:hover, ul.block-livetopnav li.livetop-cd:hover, ul.block-livetopnav li.livetop-aktiv {
	color: #d25d00;
}

ul.block-livetop-content {
	width: 300px;
	min-height: 450px;
	float: left;
	background: url(/themes/vinyl/img/bg-content.png) -40px 0;
}

ul.block-livetop-content li {
  width: 300px;
	margin-bottom: 3px;
	padding-bottom: 3px;
  list-style: none;
	white-space: nowrap;
	background: url(/themes/vinyl/img/divider-content-horizontal.png) left bottom repeat-x;
	float: left;
}

ul.block-livetop-content li.livetop-alldates {
	padding-top: 2px;
	background: none;
}

ul.block-livetop-content li.livetop-alldates div.logo-livegigs a.logo-livegigs {
  padding: 0 78px 0 0;
  font-size: 11px;
  line-height: 18px;
  font-style: italic;
  background: url(/themes/vinyl/img/logo-livegigs.png) right top no-repeat;
  float: left;
}

ul.block-livetop-content li.livetop-alldates div.alldates {
  text-align: right;
}

ul.block-livetop-content div.position {
	width: 20px;
	height: 18px;
  text-align: right;
	padding-right: 5px;
	overflow: hidden;
	float: left;
}

ul.block-livetop-content div.artist {
  width: 275px;
  height: 18px;
	overflow: hidden;
  float: left;
}

ul.block-livetop-content div.title {
  width: 275px;
  height: 18px;
	padding-left: 25px;
	overflow: hidden;
  float: left;
}

ul.block-livetop-content div.date-artist, ul.block-livetop-content div.date-location {
  width: 300px;
  height: 18px;
  overflow: hidden;
  float: left;
}

/* pw reminder ============================================================= */
div.block-pwreminder-form {
	margin-left: 20px;
}

div.block-pwreminder-form label {
	margin-right: 15px;
	font-weight: bold;
	cursor: pointer;
}

div.block-pwreminder-form img.pwreminder-submit-button {
	margin: 10px 0 0 190px;
	cursor: pointer;
}

div.block-pwreminder-form div.block-pwreminder-content {
	height: 30px;
}

/* email form ============================================================== */
div.block-email-form {
	font-size: 15px;
	font-weight: bold;
}

div.block-email-form .block-input {
  width: 100%;
  margin-bottom: 15px;
}

div.block-email-form label {
  color: #212121;
  width: 100%;
  margin-bottom: 4px;
	float: right;
}

div.block-email-form select {
	width: 539px;
}

div.block-email-form button.link-button-de, div.block-email-form button.link-button-en {
	width: 125px;
	height: 28px;
	border: none;
	cursor: pointer;
	background: url(/themes/vinyl/img/1/button-absenden.png) left top no-repeat;
	float: right;
}

div.block-email-form button.link-button-en {
  background: url(/themes/vinyl/img/2/button-absenden.png) left top no-repeat;
}

/* kundencenter ============================================================ */
div.kundencenter-table-head {
	padding: 5px 10px 5px 10px;
	line-height: 19px;
	height: 19px;
	background: url(/themes/vinyl/img/bg-kundencenter-th.png) left top repeat-x;
}

table.kundencenter-tab {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}

table.kundencenter-tab tr.head {
	background: url(/themes/vinyl/img/bg-kundencenter-th.png) left top repeat-x;
}

table.kundencenter-tab tr.bg-grey {
  background: #DBDBDB;
}

table.kundencenter-tab tr td {
  padding: 5px 10px 5px 10px;
	border-right: 1px solid #B8B8B8;
	overflow: hidden;
	vertical-align: top;
}

table.kundencenter-tab tr td.last {
  border-right: none;
}

table.kundencenter-tab tr td.auftragsnummer {
  width: 104px;
	font-weight: bold;
}

table.kundencenter-tab tr td.gutscheincode {
  width: 200px;
	font-weight: bold;
}

table.kundencenter-tab tr td.datum {
  width: 64px;
	font-weight: bold;
}

table.kundencenter-tab tr td.rechnungsbetrag {
  width: 109px;
	text-align: right;
	font-weight: bold;
}

table.kundencenter-tab tr td.gs-wert {
  width: 60px;
  text-align: right;
	font-weight: bold;
}

table.kundencenter-tab tr td.gs-status {
  width: 152px;
	font-weight: bold;
}

table.kundencenter-tab tr td.status {
  width: 123px;
	font-weight: bold;
}

table.kundencenter-tab tr td.tracking {
  width: 56px;
	font-weight: bold;
}

table.kundencenter-tab tr td.artikel {
  width: 250px;
  padding-left: 3px;
  padding-right: 3px;
}

table.kundencenter-tab tr td.offen {
  width: 33px;
  padding-left: 3px;
  padding-right: 3px;
	text-align: center;
}

table.kundencenter-tab tr td.reserviert {
  width: 62px;
  padding-left: 3px;
  padding-right: 3px;
	text-align: center;
}

table.kundencenter-tab tr td.ausgeliefert {
  width: 74px;
  padding-left: 3px;
  padding-right: 3px;
	text-align: center;
}

table.kundencenter-tab tr td.storniert {
  width: 54px;
  padding-left: 3px;
  padding-right: 3px;
	text-align: center;
}

table.kundencenter-tab tr td.gesamt {
  width: 55px;
  padding-left: 3px;
  padding-right: 3px;
	text-align: right;
}

table.kundencenter-tab tr td.persoenliche-daten {
  width: 304px;
}

table.kundencenter-tab tr td.lieferadresse {
  width: 215px;
}

table.kundencenter-tab tr.content td {
  font-weight: normal;
}

table.kundencenter-tab tr.content td.artikel {
	padding-left: 2px;
} 

table.kundencenter-tab tr.content td.artikel img {
	margin-right: 5px;
	border: 1px solid #FFF;
	float: left;
} 

table.kundencenter-tab tr.content td.artikel div.artikel-text {
	width: 157px;
	overflow: hidden;
} 

div.block-persoenliche-daten {
	width: 304px;
	overflow: hidden;
}

div.block-persoenliche-daten div.data-line {
	float: left;
}

div.block-persoenliche-daten div.data-line div.left, div.block-persoenliche-daten div.data-line label {
  width: 110px;
	padding: 5px 10px 5px 0;
	text-align: right;
  overflow: hidden;
	float: left;
}

div.block-persoenliche-daten div.data-line div.right {
  width: 174px;
  padding: 5px 10px 5px 0;
	font-weight: normal;
  overflow: hidden;
  float: left;
}

div.block-lieferadresse {
  width: 214px;
  overflow: hidden;
	font-weight: normal;
}

div.block-persoenliche-daten div.data-line input {
	margin-top: 5px;
}

div.block-persoenliche-daten div.data-line select {
	margin-top: 5px;
  width: 165px;
}

div.block-persoenliche-daten div.data-line label.spacing-land {
  margin-top: 3px;
}

div.block-lieferadresse-daten {
  width: 214px;
  overflow: hidden;
}

div.block-lieferadresse-daten div.konto-lieferadresse, div.block-lieferadresse-daten div.konto-paketstation  {
  color: #D25D00;
  font-weight: 800;
  float: right;
  border-bottom: 2px solid #4E4E4E;
  cursor: pointer;
}

div.block-lieferadresse-daten div.data-line {
  margin-bottom: 5px;
}

div.block-lieferadresse-daten div.data-line select {
  width: 214px;
}

div.block-lieferadresse-daten div.data-line label {
  display: block;
}

/* katalog artistsuche ===================================================== */
div.block-katalog-listeartists {
	width: 560px;
	margin-bottom: 25px;
	float: left;
}

div.block-katalog-listeartists div.block-left {
	width: 256px;
	border-right: 1px solid #cccccc;
	float: left;
}

div.block-katalog-listeartists div.block-right {
  width: 278px;
	padding-left: 18px;
  float: left;
}

div.block-katalog-listeartists div.logo-livegigs a.logo-livegigs {
	margin-top: 25px;
  padding: 0 78px 0 0;
  font-size: 11px;
  line-height: 18px;
  font-style: italic;
  background: url(/themes/vinyl/img/logo-livegigs.png) right top no-repeat;
  float: left;
}

div.block-katalog-listeartists div.block-item-neuheitendetails {
  width: 135px;
  padding: 5px 0 30px 0;
	margin: 0;
  overflow: hidden;
  float: left;
}

/* bundles ================================================================= */
div.block-bundle div.bundle-cover {
	width: 96px;
	float: left;
}

div.block-bundle img.bundle-cover {
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	float: left;
}

div.block-bundle div.bundle-linked-items {
	width: 90px;
	margin-top: -5px;
	margin-bottom: 5px;
	overflow: hidden;
	float:left;
}

div.block-bundle div.bundle-linked-items select.input-cart-extra-info {
	width: 90px;
	margin-left: 1px;
}

div.block-bundle div.bundle-seperator {
	font-size: 25px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 35px;
	float: left;
}

div.block-bundle div.bundle-vorteil {
	width: 89px;
	margin-left: 2px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}

div.block-bundle div.mwst {
	width: 300px;
	float: left;
}

div.box-bundle-large div.block-bundle div.bundle-vorteil {
  width: 400px;
  padding: 10px;
  background-color: #FFF;
}

div.box-bundle-large div.block-bundle div.bundle-vorteil .text-13 {
  font-size: 18px;
}

div.box-bundle-large div.block-bundle div.bundle-vorteil .text-17 {
  font-size: 20px;
}

div.box-bundle-large div.block-bundle div.bundle-vorteil .text-13, div.box-bundle-large div.block-bundle div.bundle-vorteil .text-17 {
  margin-right: 10px;
  line-height: 24px;
  float: left;
}

/* Single Bundle Startlist ================================================= */
div.bundles-startlist h2 {
  width: 260px;
  background: none;
  height: auto;
  margin: 5px 0 10px 0;
  padding: 0;
  float: left;
  display: block;
}

div.bundles-startlist .bundle-preis-line {
  width: 250px;
  margin: 10px 5px 20px 5px;
  float: left;
}

div.bundles-startlist .bundle-preis {
  font-size: 23px;
  float: left;
  margin-right: 10px;
}

div.bundles-startlist .bundle-statt {
  font-weight: bold;
  float: left;
  margin-right: 10px;
}

div.bundles-startlist .bundle-epreis {
  font-size: 21px;
  float: left;
}

/* Box Big Dark ============================================================ */
div.box-big-dark {
  width: 282px;
  height: 125px;
  margin-bottom: 10px;
  background: url(/themes/vinyl/img/bg-box-big-dark.png);
  overflow: hidden;
}

div.box-big-dark ul {
  width: 282px;
  height: 115px;
  list-style: none;
  overflow: hidden;
}

div.box-big-dark ul li {
  width: 282px;
  background: url(/themes/vinyl/img/bg-box-big-dark-line.png) 3px bottom no-repeat;
  overflow: hidden;
}

div.box-big-dark ul li.last {
  background: none;
}

div.box-big-dark ul li a {
  width: 242px;
  padding: 8px 0  13px 40px;
  background: url(/themes/vinyl/img/icon-box-big-dark.png) 15px 13px no-repeat;
  overflow: hidden;
  float: left;
}

div.box-big-dark ul li.last a img {
  margin-top: -3px;
}

/* Header social =========================================================== */
div.head-social {
  float: right;
  margin: 10px 8px 0 0;
}

/* Box Bundle ============================================================== */
div.box-bundle img {
  margin-right: 15px;
  margin-bottom: 5px;
  float: left;
}

div.widget-linkbox a {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 100;
  color: #E6E6E6;
  text-transform: uppercase;
}

/* phonetic-list =========================================================== */
div.phonetic-list {
  margin-top: -40px;
  margin-left: 20px;
}

div.phonetic-list h4 {
  margin-bottom: 5px;
}

div.phonetic-list ul li {
  margin-bottom: 3px;
}

/* Block Notify ============================================================ */
div.box-notify {
  height: 76px;
}

div.box-notify .button-item-notify {
  cursor: pointer;
}

div.box-notify .notify-label {
  width: 70%;
  margin-right: 10px;
  float: left;
}



