@charset "utf-8";


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Header */


html > body .header {
	background: url(../_img/_main/simplyred/banner.png) no-repeat;
}
* html .header {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/_main/simplyred/banner.png',sizingMethod='crop');
}


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Body (Backgrounds/Colors) */


body { background-color: #FFFFFF;
			 color: #000; }
.header .backlink a { color: #000; }
.header .login { color: #AAAAAA; }
.header .login a { color: #AAAAAA; }
.header .language { color: #000; }
.header .language a { color: #000; }
.header .help-link { color: #000; }
.header .help-link a { color: #AAAAAA; }
.content-layer .content-area { background: #FFF; }

.error-login { background-color: #FFF; }

.tabs-box { background: #FFF; }
.tabs-box .content-area { background: #FFF; }
.content { background: #FFF; }
.tabs-box .tabs-row { background: #FFF; } /* set color equal to .content-layer */

.footer .logo { background: #fff; }
.footer .extension ul li a { color: #000; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Footer */


.footer { background: #333; }
.footer .content-area { background: #333; color: #FFF; }
.footer .content-area a { color: #FFF; }
.footer .content-area a:hover { color: #FFF; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Navigation */


/* ____Button: NORMAL____ */
a.main_navi .button.cps_home .button-content, a.main_navi .button.cps_myco .button-content,
.button.cps_cart .button-content, a.main_navi .button.cps_checkout .button-content {
	background: #FFF;
	color: #000; }
html > body a.main_navi .button.cps_home .left-cnr, html > body a.main_navi .button.cps_myco .left-cnr,
html > body .button.cps_cart .left-cnr, html > body a.main_navi .button.cps_checkout .left-cnr {
		background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }

html > body a.main_navi .button.cps_home .right-cnr, html > body a.main_navi .button.cps_myco .right-cnr,
html > body .button.cps_cart .right-cnr, html > body a.main_navi .button.cps_checkout .right-cnr {
		background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }

html > body a.main_navi .button.cps_checkout .arrow {	background: url(../_img/button/arrow_black.png) no-repeat; }

* html a.main_navi .button.cps_home .left-cnr, * html a.main_navi .button.cps_myco .left-cnr,
* html .button.cps_cart .left-cnr, * html a.main_navi .button.cps_checkout .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }

* html a.main_navi .button.cps_home .right-cnr, * html a.main_navi .button.cps_myco .right-cnr,
* html .button.cps_cart .right-cnr, * html a.main_navi .button.cps_checkout .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }

* html a.main_navi .button.cps_checkout .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop');
}

/* ____Button: HOVER____ */
a.main_navi .button.cps_home:hover .button-content, a.main_navi .button.cps_myco:hover .button-content,
.button.cps_cart:hover .button-content, a.main_navi .button.cps_checkout:hover .button-content {
	background: #333;
	color: #FFF; }
html > body a.main_navi .button.cps_home:hover .left-cnr, html > body a.main_navi .button.cps_myco:hover .left-cnr,
html > body .button.cps_cart:hover .left-cnr, html > body a.main_navi .button.cps_checkout:hover .left-cnr {
		background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }

html > body a.main_navi .button.cps_home:hover .right-cnr, html > body a.main_navi .button.cps_myco:hover .right-cnr,
html > body .button.cps_cart:hover .right-cnr, html > body a.main_navi .button.cps_checkout:hover .right-cnr {
		background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }

html > body a.main_navi .button.cps_checkout:hover .arrow {	background: url(../_img/button/arrow_white.png) no-repeat; }

* html a.main_navi .button.cps_home:hover .left-cnr, * html a.main_navi .button.cps_myco:hover .left-cnr,
* html .button.cps_cart:hover .left-cnr, * html a.main_navi .button.cps_checkout:hover .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }

* html a.main_navi .button.cps_home:hover .right-cnr, * html a.main_navi .button.cps_myco:hover .right-cnr,
* html .button.cps_cart:hover .right-cnr, * html a.main_navi .button.cps_checkout:hover .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }

* html a.main_navi .button.cps_checkout:hover .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop');
}

/* Exception CSS for the fixed cart */
html > body .button.cart-fixed .left-cnr {
		background: url(../_img/button/btn_medium_white_black_border_left_cnr.png) no-repeat; }

html > body .button.cart-fixed .right-cnr {
		background: url(../_img/button/btn_medium_white_black_border_right_cnr.png) no-repeat; }

/* Exception CSS for the fixed cart */
html > body .button.cart-fixed:hover .left-cnr {
		background: url(../_img/button/btn_medium_anthrazit_black_border_left_cnr.png) no-repeat; }

html > body .button.cart-fixed:hover .right-cnr {
		background: url(../_img/button/btn_medium_anthrazit_black_border_right_cnr.png) no-repeat; }

* html .button.cart-fixed .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_black_border_left_cnr.png',sizingMethod='crop'); }

* html .button.cart-fixed .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_black_border_right_cnr.png',sizingMethod='crop'); }

* html .button.dyn-cart-checkout .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_black_border_left_cnr.png',sizingMethod='crop'); }

* html .button.dyn-cart-checkout .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_black_border_right_cnr.png',sizingMethod='crop'); }

* html .button.dyn-cart-close .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_black_border_left_cnr.png',sizingMethod='crop'); }

* html .button.dyn-cart-close .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_black_border_right_cnr.png',sizingMethod='crop'); }


/* ___MY-CO Button - Picture___ */
html > body a.main_navi .button.cps_myco #navi_my_co { background: url(../../_img/header/mylive_bg.png); }
* html a.main_navi .button.cps_myco #navi_my_co {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/_img/header/mylive_bg.png',sizingMethod='crop'); }
a.main_navi .button.cps_myco:hover #navi_my_co { background: url(../../_img/header/mylive_wg.png); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Tabs */


/* ____normal/active state____ */
.tabs-box .tabs-row .tab-main h2 { color: #CC0000; }
.tabs-box .tabs-row .tab-main-active h2 { color: #CC0000; }

.tabs-box .tabs-row .tab-sub h2 { color: #FFF; }
.tabs-box .tabs-row .tab-sub-active h2 { color: #FFF; }

.tabs-box .tabs-row a.tab-sub { background: #CC0000; }
.tabs-box .tabs-row a.tab-sub-active { background: #333; }

.tabs-box .tabs-row a.tab-sub .middle { background: #CC0000; }
.tabs-box .tabs-row a.tab-sub-active .middle { background: #333; }

.tabs-box .tabs-row a.tab-sub .shadow { border-bottom: 2px solid #CC0000; }
.tabs-box .tabs-row a.tab-sub-active .shadow { border-bottom: 2px solid #333; }

/* ____hover state____ */
html > body .tabs-box .tabs-row a.tab-sub:hover { background: #333; }
html > body .tabs-box .tabs-row a.tab-sub:hover .middle { background: #333; border: 0px; }
html > body .tabs-box .tabs-row a.tab-sub:hover .shadow { border-bottom: 2px solid #333; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Artist Homepage */


.artist-profile-box { background: #AAAAAA; }
.artist-profile-box .headline { color: #FFF; }
.artist-profile-box .content-area { background: #AAAAAA; color: #FFF; }
.artist-profile-box .content-area a { color: #FFF; }
.artist-profile-box .content-area a:hover { color: #FFF; }

.latest-live-recording-box { background: #333; }
.latest-live-recording-box h1 { background: #FFF; color: #333; }
.latest-live-recording-box .content-area { background: #333; color: #FFF; }
.latest-live-recording-box .content-area a { color: #FFF; }
.latest-live-recording-box .content-area a:hover { color: #FFF; }
.latest-live-recording-box .download-box .content-area { background: #FFF; color: #000; }
.latest-live-recording-box .download-box .content-area a { color: #AAAAAA; }

.artist-home .upcoming-live-dates-box { background: #AAAAAA; }
.artist-home .upcoming-live-dates-box h1 { background: #FFF; color: #666; }
.artist-home .upcoming-live-dates-box .content-area { background: #AAAAAA; color: #FFF; }
.artist-home .upcoming-live-dates-box .content-area a { color: #AAAAAA; }
.artist-home .upcoming-live-dates-box .content-area a:hover { color: #AAAAAA; }
.artist-home .upcoming-live-dates-box .dates-inline-box .content-area { background: #FFF; color: #000; }
.artist-home .upcoming-live-dates-box .dates-inline-box .content-area a { color: #AAAAAA; }

.highlights-box h1 { color: #333; }
.highlights-box .highlight-item-box { background: #AAAAAA; }
.highlights-box .highlight-item-box .headline { color: #FFF; }
.highlights-box .highlight-item-box .content-area { background: #AAAAAA; color: #FFF; }
.highlights-box .highlight-item-box .content-area a { color: #FFF; }
.highlights-box .highlight-item-box .content-area a:hover { color: #FFF; }

.info-box h1 { color: #AAAAAA; }
.info-box a { color: #FFF; }
.info-box a:hover { color: #FFF; }
.info-box .date { color: #333; }
.info-box .headline { color: #000}
.info-box .text-content { color: #000; }
.info-box .seperator { background: #333; }

/* ____BTN: all live recording____ */
.button.button-all-live-recording .button-content { background: #FFF; color: #000; }
html > body .button.button-all-live-recording .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-all-live-recording .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-all-live-recording .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-all-live-recording .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-all-live-recording .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-all-live-recording .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }

/* ____BTN: newslwetter____ */
.button.button-newsletter .button-content { background: #FFF; color: #000; }
html > body .button.button-newsletter .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-newsletter .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-newsletter .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-newsletter .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-newsletter .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-newsletter .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }

/* ____BTN: favorit____ */
.button.button-favorit .button-content { background: #FFF; color: #000; }
html > body .button.button-favorit .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-favorit .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-favorit .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-favorit .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-favorit .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-favorit .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }

/* ____BTN: all live dates____ */
.button.button-all-live-dates .button-content { background: #FFF; color: #000; }
html > body .button.button-all-live-dates .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-all-live-dates .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-all-live-dates .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-all-live-dates .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-all-live-dates .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-all-live-dates .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Artist Live-Recording */


.search_result { background: #AAAAAA; }
.search_result h1 { background: #FFF; color: #333; }
.search_result .filters h1 { background: #FFF; color: #000; }
.search_result .content-area { background: #AAAAAA; color: #000; }
.search_result .content-area a { color: #000; }
.search_result .content-area a:hover { color: #000; }
.result-category h1 { background: #AAAAAA; color: #FFF; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Artist Live-Recording Detail */


.live-recording-detail .player { background: #333; }
.live-recording-detail .player .content-area { background: #333; color: #FFF; }

.product-action-box { background: #333; }
.product-action-box .content-area { background: #333; color: #FFF; }
.product-action-box .content-area a { color: #FFF; }
.product-action-box .content-area a:hover { color: #FFF; }

.product-info-box { background: #333; }
.product-info-box .content-area { background: #333; color: #FFF; }
.product-info-box .content-area a { color: #FFF; }
.product-info-box .content-area a:hover { color: #FFF; }

.product-comment-box { background: #333; color: #FFF; }
.product-comment-box h1 { background: #FFF; color: #333; }
.product-comment-box .comments-box { background: #333; }
.product-comment-box table { background: #333; }
.product-comment-box table .btn { background: #333; color: #FFF; border: 1px solid #FFF; }
.product-comment-box table .btn:hover { background: #E9E9E9; color: #000; border: 1px solid #FFF; }
.product-comment-box a { color: #FFF; }
.product-comment-box a:hover { color: #FFF; }

.product-detail-box { background: #AAAAAA; }
.product-detail-box h1.band-title { color: #FFF; }																					/* band title */
.product-detail-box h2.product-title { color: #FFF; }																				/* product title */
.product-detail-box .content-area { background: #AAAAAA; color: #FFF; }
.product-detail-box .content-area a { color: #FFF; }
.product-detail-box .content-area a:hover { color: #FFF; }
.product-detail-box .content-area #price { color: #333; }

/* ____BTN: all live dates____ */
.button.button-cart .button-content { background: #333; color: #FFF; }
html > body .button.button-cart .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.button-cart .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.button-cart .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-cart .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.button-cart .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.button-cart .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }


.product-tracklist-box h1 { color: #333; }
.product-tracklist-box .row.tracklist-item-1 { background: #E9E9E9; }
.product-tracklist-box .row.tracklist-item-1 .content-area { background: #E9E9E9; color: #000; }
.product-tracklist-box .row.tracklist-item-2 { background: #FFF; }
.product-tracklist-box .row.tracklist-item-2 .content-area { background: #FFF; color: #000; }

.product-recommendation-box { background: #333; }
.product-recommendation-box h1 { background: #FFF; color: #333; }
.product-recommendation-box .content-area { background: #333; color: #000; }
.product-recommendation-box .content-area a { color: #000; }
.product-recommendation-box .content-area a:hover { color: #000; }

.product-further-detail-box { background: #333; }
.product-further-detail-box  h1 { background: #FFF; color: #333; }
.product-further-detail-box .content-area { background: #333; color: #FFF; }
.product-further-detail-box .info h1 { background: transparent; color: #FFF; }
.product-further-detail-box .info .info-details { color: #AAAAAA; }
.product-further-detail-box .content-area a { color: #AAAAAA; }
.product-further-detail-box .content-area a:hover { color: #AAAAAA; }
.product-further-detail-box ul.audio li:first-child { color: #FFF; }												/* IE 7+ */
.product-further-detail-box ul.video li:first-child { color: #FFF; }												/* IE 7+ */


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Artist Live-Dates */


.upcoming-live-dates-box { background: #AAAAAA; }
.upcoming-live-dates-box h1 { background: #FFF; color: #333; }
.upcoming-live-dates-box .content-area { background: #AAAAAA; color: #000; }
.upcoming-live-dates-box .content-area a { color: #000; }
.upcoming-live-dates-box .content-area a:hover { color: #000; }
.upcoming-live-dates-box .box-footer-extension { background: #FFF; }
.upcoming-live-dates-box .box-header-extension { background: #FFF; }
.upcoming-live-dates-box .rt-inv { background-color: #AAAAAA; }
.upcoming-live-dates-box .rb-inv { background-color: #AAAAAA; }
.upcoming-live-dates-box .paging-bottom-box { background: #AAAAAA; }
.upcoming-live-dates-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.upcoming-live-dates-box .paging-bottom-box .content-area a { color: #FFF; }
.upcoming-live-dates-box .paging-bottom-box .content-area a:hover { color: #FFF; }
.upcoming-live-dates-box .paging-top-box { background: #AAAAAA; }
.upcoming-live-dates-box .paging-top-box .content-area { background: #AAAAAA; color: #FFF; }
.upcoming-live-dates-box .paging-top-box .content-area a { color: #FFF; }
.upcoming-live-dates-box .paging-top-box .content-area a:hover { color: #FFF; }

/* ____BTN: paging-upcoming-live-dates: date____ */
.button.paging-upcoming-live-dates .button-content { background: #FFF; color: #000; }
html > body .button.paging-upcoming-live-dates .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.paging-upcoming-live-dates .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.paging-upcoming-live-dates .arrow-left .arrow { background: url(../_img/button/arrow_large_aaaaaa_left.png) no-repeat; }
html > body .button.paging-upcoming-live-dates .arrow-right .arrow { background: url(../_img/button/arrow_large_aaaaaa_right.png) no-repeat; }
html > body .button.paging-upcoming-live-dates .arrow-left .arrow:hover { background: url(../_img/button/arrow_large_black_left.png) no-repeat; }
html > body .button.paging-upcoming-live-dates .arrow-right .arrow:hover { background: url(../_img/button/arrow_large_black_right.png) no-repeat; }
* html .button.paging-upcoming-live-dates .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.paging-upcoming-live-dates .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.paging-upcoming-live-dates .arrow-left .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_left.png',sizingMethod='crop'); }
* html .button.paging-upcoming-live-dates .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_right.png',sizingMethod='crop'); }

/* ____BTN: paging-past-live-dates: date____ */
.button.paging-past-live-dates .button-content { background: #FFF; color: #000; }
html > body .button.paging-past-live-dates .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.paging-past-live-dates .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.paging-past-live-dates .arrow-left .arrow { background: url(../_img/button/arrow_large_aaaaaa_left.png) no-repeat; }
html > body .button.paging-past-live-dates .arrow-right .arrow { background: url(../_img/button/arrow_large_aaaaaa_right.png) no-repeat; }
html > body .button.paging-past-live-dates .arrow-left .arrow:hover { background: url(../_img/button/arrow_large_black_left.png) no-repeat; }
html > body .button.paging-past-live-dates .arrow-right .arrow:hover { background: url(../_img/button/arrow_large_black_right.png) no-repeat; }
* html .button.paging-past-live-dates .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.paging-past-live-dates .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.paging-past-live-dates .arrow-left .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_left.png',sizingMethod='crop'); }
* html .button.paging-past-live-dates .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_right.png',sizingMethod='crop'); }

/* ____BTN: upcoming-live-dates-box: date____ */
.button.upcoming-live-dates-box-date .button-content { background: #FFF; color: #000; }
html > body .button.upcoming-live-dates-box-date .left-cnr { background: url(../_img/button/btn_small_white_left_cnr.png) no-repeat; }
html > body .button.upcoming-live-dates-box-date .right-cnr { background: url(../_img/button/btn_small_white_right_cnr.png) no-repeat; }
* html .button.upcoming-live-dates-box-date .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_left_cnr.png',sizingMethod='crop'); }
* html .button.upcoming-live-dates-box-date .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_right_cnr.png',sizingMethod='crop'); }

/* ____BTN: upcoming-live-dates-box: city____ */
.button.upcoming-live-dates-box-city .button-content { background: #FFF; color: #000; }
html > body .button.upcoming-live-dates-box-city .left-cnr { background: url(../_img/button/btn_small_white_left_cnr.png) no-repeat; }
html > body .button.upcoming-live-dates-box-city .right-cnr { background: url(../_img/button/btn_small_white_right_cnr.png) no-repeat; }
* html .button.upcoming-live-dates-box-city .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_left_cnr.png',sizingMethod='crop'); }
* html .button.upcoming-live-dates-box-city .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_right_cnr.png',sizingMethod='crop'); }

/* ____BTN: upcoming-live-dates-box: event____ */
.button.upcoming-live-dates-box-event .button-content { background: #FFF; color: #000; }
html > body .button.upcoming-live-dates-box-event .left-cnr { background: url(../_img/button/btn_small_white_left_cnr.png) no-repeat; }
html > body .button.upcoming-live-dates-box-event .right-cnr { background: url(../_img/button/btn_small_white_right_cnr.png) no-repeat; }
* html .button.upcoming-live-dates-box-event .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_left_cnr.png',sizingMethod='crop'); }
* html .button.upcoming-live-dates-box-event .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_right_cnr.png',sizingMethod='crop'); }

.upcoming-single-live-date-box { background: #AAAAAA; }
.upcoming-single-live-date-box h1 { background: #FFF; color: #333; }
.upcoming-single-live-date-box .content-area { background: #AAAAAA; color: #FFF; }
.upcoming-single-live-date-box .content-area a { color: #FFF; }
.upcoming-single-live-date-box .content-area a:hover { color: #FFF; }

.free-style-text-box { background: #AAAAAA; }
.free-style-text-box h1 { background: #FFF; color: #333; }
.free-style-text-box .content-area { background: #AAAAAA; color: #FFF; }
.free-style-text-box .content-area a { color: #FFF; }
.free-style-text-box .content-area a:hover { color: #FFF; }

.past-live-dates-box { background: #AAAAAA; }
.past-live-dates-box h1 { background: #FFF; color: #333; }
.past-live-dates-box .content-area { background: #AAAAAA; color: #000; }
.past-live-dates-box .content-area a { color: #000; }
.past-live-dates-box .content-area a:hover { color: #000; }
.past-live-dates-box .box-footer-extension { background: #FFF; }
.past-live-dates-box .rt-inv { background-color: #AAAAAA; }
.past-live-dates-box .paging-bottom-box { background: #AAAAAA; }
.past-live-dates-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.past-live-dates-box .paging-bottom-box .content-area a { color: #FFF; }
.past-live-dates-box .paging-bottom-box .content-area a:hover { color: #FFF; }

/* ____BTN: .past-live-dates-box : date____ */
.button.past-live-dates-box  .button-content { background: #FFF; color: #000; }
html > body .button.past-live-dates-box-date .left-cnr { background: url(../_img/button/btn_small_white_left_cnr.png) no-repeat; }
html > body .button.past-live-dates-box-date .right-cnr { background: url(../_img/button/btn_small_white_right_cnr.png) no-repeat; }
* html .button.past-live-dates-box-date .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_left_cnr.png',sizingMethod='crop'); }
* html .button.past-live-dates-box-date .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_right_cnr.png',sizingMethod='crop'); }

/* ____BTN: .past-live-dates-box : city____ */
.button.past-live-dates-box-city .button-content { background: #FFF; color: #000; }
html > body .button.past-live-dates-box-city .left-cnr { background: url(../_img/button/btn_small_white_left_cnr.png) no-repeat; }
html > body .button.past-live-dates-box-city .right-cnr { background: url(../_img/button/btn_small_white_right_cnr.png) no-repeat; }
* html .button..past-live-dates-box-city .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_left_cnr.png',sizingMethod='crop'); }
* html .button.past-live-dates-box-city .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_right_cnr.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Artist Live-Dates Detail */


.date-detail-box { background: #AAAAAA; }
.date-detail-box h2 { color: #FFF; }
.date-detail-box .content-area { background: #AAAAAA; color: #FFF; }
.date-detail-box .content-area a { color: #FFF; }
.date-detail-box .content-area a:hover { color: #FFF; }

/* ____BTN: button-ticketseller____ */
.button.button-ticketseller .button-content { background: #FFF; color: #000; }
html > body .button.button-ticketseller .left-cnr { background: url(../_img/button/btn_large_white_left_cnr.png) no-repeat; }
html > body .button.button-ticketseller .right-cnr { background: url(../_img/button/btn_large_white_right_cnr.png) no-repeat; }
html > body .button.button-ticketseller .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-ticketsellere .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_large_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-ticketseller .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_large_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-ticketseller .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }

.map-box h1 { color: #333; }

.concert-preview-box { background: #333; }
.concert-preview-box h1 { background: #FFF; }
.concert-preview-box .content-area { background: #333; color: #FFF; }
.concert-preview-box .content-area a { color: #FFF; }
.concert-preview-box .content-area a:hover { color: #FFF; }

.event-comment-box { background: #333; color: #FFF; }
.event-comment-box h1 { background: #FFF; color: #333; }
.event-comment-box .comments-box { background: #333; }
.event-comment-box table { background: #333; }
.event-comment-box table .btn { background: #333; color: #FFF; border: 1px solid #FFF; }
.event-comment-box table .btn:hover { background: #E9E9E9; color: #000; border: 1px solid #FFF; }
.event-comment-box a { color: #FFF; }
.event-comment-box a:hover { color: #FFF; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Artist Fanblock */


.shout-box { background: #AAAAAA; }
.shout-box h1 { background: #FFF;  color: #333; }
.shout-box .content-area { background: #AAAAAA; color: #FFF; }
.shout-box .content-area a { color: #000; }
.shout-box .content-area a:hover { color: #000; }
/* ___shoutbox-action___*/
.shout-action-box .chat-list li .timestamp { color: #000; }
.shout-action-box .chat-list li .user { color: #000; }
.shout-action-box .chat-list li .message { color: #000; }
.shout-action-box .chat-list li a { color: #AAAAAA; }
.shout-action-box .chat-list li a:hover { color: #AAAAAA; }
.shout-action-box #shoutbox_input { color: #000; }
.shout-action-box #chars_left { color: #FFF; }
.shout-action-box .jScrollPaneDrag { background: #AAAAAA; }

/* ____BTN: button-all-fans____ */
.button.button-all-fans .button-content { background: #FFF; color: #000; }
html > body .button.button-all-fans .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-all-fans .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-all-fans .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-all-fans .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-all-fans .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-all-fans .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }

/* ____BTN: button-become-a-fan____ */
.button.button-become-a-fan .button-content { background: #FFF; color: #000; }
html > body .button.button-become-a-fan .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-become-a-fan .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-become-a-fan .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-become-a-fan .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-become-a-fan .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-become-a-fan .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }

/* ____BTN: button-send-message____ */
.button.button-send-message .button-content { background: #A7A7A7; color: #FFF; }
html > body .button.button-send-message .left-cnr { background: url(../_img/button/btn_medium_deactivated_left_cnr.png) no-repeat; }
html > body .button.button-send-message .right-cnr { background: url(../_img/button/btn_medium_deactivated_right_cnr.png) no-repeat; }
html > body .button.button-send-message .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-send-message .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_deactivated_left_cnr.png',sizingMethod='crop'); }
* html .button.button-send-message .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_deactivated_right_cnr.png',sizingMethod='crop'); }
* html .button.button-send-message .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }

.band-news-box { background: #AAAAAA; }
.band-news-box h1 { background: #FFF; color: #333; }
.band-news-box .content-area { background: #AAAAAA; color: #FFF; }
.band-news-box .content-area .headline { color: #FFF; }
.band-news-box .content-area .text { color: #FFF; }
.band-news-box .content-area a { color: #FFF; }
.band-news-box .content-area a:hover { color: #FFF; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ My Concert (General - profile box) */


.preview-mode { background: #333; color: #FFF; }
.preview-mode a { color: #FFF; }
.preview-mode a:hover { color: #FFF; }

.my-profile-box { background: #FFF; color: #000; }
.my-profile-box .content-area { background: #FFF; color: #000; }
.my-profile-box a { color: #AAAAAA; }
.my-profile-box a:hover { color: #AAAAAA; }

.my-personal-area-box h1.headline { color: #333; }

/* ____BTN: myco-preview-button____ */
html > body .button.ad-fav-artist-button .button-content { background: #333; color: #FFF; }
html > body .button.ad-fav-artist-button .left-cnr { background: url(../_img/button/btn_large_anthrazit_left_cnr.png) no-repeat; }
html > body .button.ad-fav-artist-button .right-cnr { background: url(../_img/button/btn_large_anthrazit_right_cnr.png) no-repeat; }
html > body .button.ad-fav-artist-button .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.ad-fav-artist-button .left-cnr{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_large_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-fav-artist-button .right-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_large_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.ad-fav-artist-button .arrow-right .arrow {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }




/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ My Concert (Home) */


.my-artists-overview-box h1 { background: #FFF; color: #333; }
.my-artists-overview-box .item-box { background: #AAAAAA; }
.my-artists-overview-box .item-box .content-area { background: #AAAAAA; color: #FFF; }
.my-artists-overview-box .item-box .content-area a { color: #FFF; }
.my-artists-overview-box .item-box .content-area a:hover { color: #FFF; }

/* ____BTN: button-my-artists-overview____ */
.button.button-my-artists-overview .button-content { background: #333; color: #FFF; }
html > body .button.button-my-artists-overview .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.button-my-artists-overview .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.button-my-artists-overview .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-my-artists-overview .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.button-my-artists-overview .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.button-my-artists-overview .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }

.my-dates-overview-box h1 { background: ##FFF; }
.my-dates-overview-box .item-box { background: #AAAAAA; }
.my-dates-overview-box .item-box .content-area { background: #AAAAAA; color: #FFF; }
.my-dates-overview-box .item-box .content-area a { color: #FFF; }
.my-dates-overview-box .item-box .content-area a:hover { color: #FFF; }

/* ____BTN: button-my-dates-overview____ */
.button.button-my-dates-overview .button-content { background: #333; color: #FFF; }
html > body .button.button-my-dates-overview .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.button-my-dates-overview .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.button-my-dates-overview .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-my-dates-overview .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.button-my-dates-overview .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.button-my-dates-overview .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }

.my-recordings-overview-box h1 { background: #FFF; }
.my-recordings-overview-box .item-box { background: #AAAAAA; }
.my-recordings-overview-box .item-box .content-area { background: #AAAAAA; color: #FFF; }
.my-recordings-overview-box .item-box .content-area a { color: #FFF; }
.my-recordings-overview-box .item-box .content-area a:hover { color: #FFF; }

/* ____BTN: button-my-recordings-overview____ */
.button.button-my-recordings-overview .button-content { background: #333; color: #FFF; }
html > body .button.button-my-recordings-overview .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.button-my-recordings-overview .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.button-my-recordings-overview .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-my-recordings-overview .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.button-my-recordings-overview .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.button-my-recordings-overview .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }

.my-photos-overview-box .content-images { color: #fff }

/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ My Concert (Artists) */


.my-artists-box h1 { background: #FFF; color: #333; }
.my-artists-box .item-box { background: #AAAAAA; }
.my-artists-box .item-box .content-area { background: #AAAAAA; color: #FFF; }
.my-artists-box .item-box .content-area a { color: #FFF; }
.my-artists-box .item-box .content-area a:hover { color: #FFF; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ My Concert (Dates) */


.my-planned-dates-box h1 { background: #FFF; color: #333; }
.my-planned-dates-box .item-box { background: #AAAAAA; }
.my-planned-dates-box .item-box .content-area { background: #AAAAAA; color: #FFF; }
.my-planned-dates-box .item-box .content-area a { color: #FFF; }
.my-planned-dates-box .item-box .content-area a:hover { color: #FFF; }
.my-planned-dates-box .box-footer-extension { background: #FFF; }
.my-planned-dates-box .box-header-extension { background: #FFF; }
.my-planned-dates-box .rt-inv { background-color: #AAAAAA; }
.my-planned-dates-box .rb-inv { background-color: #AAAAAA; }
.my-planned-dates-box .paging-bottom-box { background: #AAAAAA; }
.my-planned-dates-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.my-planned-dates-box .paging-bottom-box .content-area a { color: #000; }
.my-planned-dates-box .paging-bottom-box .content-area a:hover { color: #000; }
.my-planned-dates-box .paging-top-box { background: #AAAAAA; }
.my-planned-dates-box .paging-top-box .content-area { background: #AAAAAA; color: #FFF; }
.my-planned-dates-box .paging-top-box .content-area a { color: #000; }
.my-planned-dates-box .paging-top-box .content-area a:hover { color: #000; }

/* ____BTN: button-my-planned-dates-paging____ */
.button.button-my-planned-dates-paging .button-content { background: #FFF; color: #000; }
html > body .button.button-my-planned-dates-paging .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-my-planned-dates-paging .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-my-planned-dates-paging .arrow-left .arrow { background: url(../_img/button/arrow_large_aaaaaa_left.png) no-repeat; }
html > body .button.button-my-planned-dates-paging .arrow-right .arrow { background: url(../_img/button/arrow_large_aaaaaa_right.png) no-repeat; }
html > body .button.button-my-planned-dates-paging .arrow-left .arrow:hover { background: url(../_img/button/arrow_large_black_left.png) no-repeat; }
html > body .button.button-my-planned-dates-paging .arrow-right .arrow:hover { background: url(../_img/button/arrow_large_black_right.png) no-repeat; }
* html .button.button-my-planned-dates-paging .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-my-planned-dates-paging .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-my-planned-dates-paging .arrow-left .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_left.png',sizingMethod='crop'); }
* html .button.button-my-planned-dates-paging .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_right.png',sizingMethod='crop'); }

.my-visited-dates-box h1 { background: #FFF; color: #333; }
.my-visited-dates-box .item-box { background: #AAAAAA; }
.my-visited-dates-box .item-box .content-area { background: #AAAAAA; color: #FFF; }
.my-visited-dates-box .item-box .content-area a { color: #FFF; }
.my-visited-dates-box .item-box .content-area a:hover { color: #FFF; }
.my-visited-dates-box .box-footer-extension { background: #FFF; }
.my-visited-dates-box .box-header-extension { background: #FFF; }
.my-visited-dates-box .rt-inv { background-color: #AAAAAA; }
.my-visited-dates-box .rb-inv { background-color: #AAAAAA; }
.my-visited-dates-box .paging-bottom-box { background: #AAAAAA; }
.my-visited-dates-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.my-visited-dates-box .paging-bottom-box .content-area a { color: #000; }
.my-visited-dates-box .paging-bottom-box .content-area a:hover { color: #000; }
.my-visited-dates-box .paging-top-box { background: #AAAAAA; }
.my-visited-dates-box .paging-top-box .content-area { background: #AAAAAA; color: #FFF; }
.my-visited-dates-box .paging-top-box .content-area a { color: #000; }
.my-visited-dates-box .paging-top-box .content-area a:hover { color: #000; }

/* ____BTN: button-my-visited-dates-paging____ */
.button.button-my-visited-dates-paging .button-content { background: #FFF; color: #000; }
html > body .button.button-my-visited-dates-paging .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-my-visited-dates-paging .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-my-visited-dates-paging .arrow-left .arrow { background: url(../_img/button/arrow_large_aaaaaa_left.png) no-repeat; }
html > body .button.button-my-visited-dates-paging .arrow-right .arrow { background: url(../_img/button/arrow_large_aaaaaa_right.png) no-repeat; }
html > body .button.button-my-visited-dates-paging .arrow-left .arrow:hover { background: url(../_img/button/arrow_large_black_left.png) no-repeat; }
html > body .button.button-my-visited-dates-paging .arrow-right .arrow:hover { background: url(../_img/button/arrow_large_black_right.png) no-repeat; }
* html .button.button-my-visited-dates-paging .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-my-visited-dates-paging .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-my-visited-dates-paging .arrow-left .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_left.png',sizingMethod='crop'); }
* html .button.button-my-visited-dates-paging .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_right.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ My Concert (Recordings) */


.my-purchased-recordings-box h1 { background: #FFF; color: #333; }
.my-purchased-recordings-box .purchased-date { color: #333; }
.my-purchased-recordings-box .expired-date { color: #333; }
.my-purchased-recordings-box .item-box { background: #AAAAAA; }
.my-purchased-recordings-box .item-box .content-area { background: #AAAAAA; color: #FFF; }
.my-purchased-recordings-box .item-box .content-area a { color: #FFF; }
.my-purchased-recordings-box .item-box .content-area a:hover { color: #FFF; }
.my-purchased-recordings-box .box-footer-extension { background: #FFF; }
.my-purchased-recordings-box .box-header-extension { background: #FFF; }
.my-purchased-recordings-box .rt-inv { background-color: #AAAAAA; }
.my-purchased-recordings-box .rb-inv { background-color: #AAAAAA; }
.my-purchased-recordings-box .paging-bottom-box { background: #AAAAAA; }
.my-purchased-recordings-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.my-purchased-recordings-box .paging-bottom-box .content-area a { color: #000; }
.my-purchased-recordings-box .paging-bottom-box .content-area a:hover { color: #000; }
.my-purchased-recordings-box .paging-top-box { background: #AAAAAA; }
.my-purchased-recordings-box .paging-top-box .content-area { background: #AAAAAA; color: #FFF; }
.my-purchased-recordings-box .paging-top-box .content-area a { color: #000; }
.my-purchased-recordings-box .paging-top-box .content-area a:hover { color: #000; }

/* ____BTN: button-my-purchased-recordings-paging____ */
.button.button-my-purchased-recordings-paging .button-content { background: #FFF; color: #000; }
html > body .button.button-my-purchased-recordings-paging .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-my-purchased-recordings-paging .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-my-purchased-recordings-paging .arrow-left .arrow { background: url(../_img/button/arrow_large_aaaaaa_left.png) no-repeat; }
html > body .button.button-my-purchased-recordings-paging .arrow-right .arrow { background: url(../_img/button/arrow_large_aaaaaa_right.png) no-repeat; }
html > body .button.button-my-purchased-recordings-paging .arrow-left .arrow:hover { background: url(../_img/button/arrow_large_black_left.png) no-repeat; }
html > body .button.button-my-purchased-recordings-paging .arrow-right .arrow:hover { background: url(../_img/button/arrow_large_black_right.png) no-repeat; }
* html .button.button-my-purchased-recordings-paging .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-my-purchased-recordings-paging .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-my-purchased-recordings-paging .arrow-left .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_left.png',sizingMethod='crop'); }
* html .button.button-my-purchased-recordings-paging .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_right.png',sizingMethod='crop'); }

.my-memorized-recordings-box h1 { background: #FFF; color: #333; }
.my-memorized-recordings-box .item-box { background: #AAAAAA; }
.my-memorized-recordings-box .item-box .content-area { background: #AAAAAA; color: #FFF; }
.my-memorized-recordings-box .item-box .content-area a { color: #FFF; }
.my-memorized-recordings-box .item-box .content-area a:hover { color: #FFF; }
.my-memorized-recordings-box .box-footer-extension { background: #FFF; }
.my-memorized-recordings-box .box-header-extension { background: #FFF; }
.my-memorized-recordings-box .rt-inv { background-color: #AAAAAA; }
.my-memorized-recordings-box .rb-inv { background-color: #AAAAAA; }
.my-memorized-recordings-box .paging-bottom-box { background: #AAAAAA; }
.my-memorized-recordings-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.my-memorized-recordings-box .paging-bottom-box .content-area a { color: #000; }
.my-memorized-recordings-box .paging-bottom-box .content-area a:hover { color: #000; }
.my-memorized-recordings-box .paging-top-box { background: #AAAAAA; }
.my-memorized-recordings-box .paging-top-box .content-area { background: #AAAAAA; color: #FFF; }
.my-memorized-recordings-box .paging-top-box .content-area a { color: #000; }
.my-memorized-recordings-box .paging-top-box .content-area a:hover { color: #000; }

/* ____BTN: button-my-memorized-recordings-paging____ */
.button.button-my-memorized-recordings-paging .button-content { background: #FFF; color: #000; }
html > body .button.button-my-memorized-recordings-paging .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-my-memorized-recordings-paging .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-my-memorized-recordings-paging .arrow-left .arrow { background: url(../_img/button/arrow_large_aaaaaa_left.png) no-repeat; }
html > body .button.button-my-memorized-recordings-paging .arrow-right .arrow { background: url(../_img/button/arrow_large_aaaaaa_right.png) no-repeat; }
html > body .button.button-my-memorized-recordings-paging .arrow-left .arrow:hover { background: url(../_img/button/arrow_large_black_left.png) no-repeat; }
html > body .button.button-my-memorized-recordings-paging .arrow-right .arrow:hover { background: url(../_img/button/arrow_large_black_right.png) no-repeat; }
* html .button.button-my-memorized-recordings-paging .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-my-memorized-recordings-paging .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-my-memorized-recordings-paging .arrow-left .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_left.png',sizingMethod='crop'); }
* html .button.button-my-memorized-recordings-paging .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_right.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ My Concert (Extras) */


.my-extras-box .item-box { background: #AAAAAA; }
.my-extras-box .item-box .content-area { background: #AAAAAA; color: #FFF; }
.my-extras-box .item-box .content-area a { color: #FFF; }
.my-extras-box .item-box .content-area a:hover { color: #FFF; }
.my-extras-box .covervoting-image-suspended { color: #aa0000; }
.my-extras-box .covervoting-image-approved { color: #00aa00; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ My Concert (Your Data) */


.my-data-box { background: #AAAAAA; }
.my-data-box .content-area { background: #AAAAAA; color: #FFF; }
.my-data-box .content-area a { color: #FFF; }
.my-data-box .content-area a:hover { color: #FFF; }
.my-data-box .row-entry input, .my-data-box .row-entry select { background: #FFF; color: #000; border: 1px solid #333; }
.my-data-box .row-description { color: #FFF; }

.my-data-additional-box { background: #AAAAAA; }
.my-data-additional-box .content-area { background: #AAAAAA; color: #000; }
.my-data-additional-box .content-area a { color: #000; }
.my-data-additional-box .content-area a:hover { color: #000; }
.my-data-additional-box .my-picture { color: #FFF; }
.my-data-additional-box .box-footer-extension { background: #FFF; }
.my-data-additional-box .rt-inv { background-color: #AAAAAA; }
.my-data-additional-box .paging-bottom-box { background: #AAAAAA; }
.my-data-additional-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.my-data-additional-box .paging-bottom-box .content-area a { color: #000; }
.my-data-additional-box .paging-bottom-box .content-area a:hover { color: #000; }

/* ____BTN: button-my-data-picture-upload____ */
.button.button-my-data-picture-upload .button-content { background: #FFF; color: #000; }
html > body .button.button-my-data-picture-upload .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-my-data-picture-upload .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
* html .button.button-my-data-picture-upload .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-my-data-picture-upload .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }

/* ____BTN: button-my-data-update____ */
.button.button-my-data-update .button-content { background: #FFF; color: #000; }
html > body .button.button-my-data-update .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-my-data-update .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
* html .button.button-my-data-update .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-my-data-update .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ My Concert (Privacy) */


.my-privacy-box { background: #AAAAAA; }
.my-privacy-box .content-area { background: #AAAAAA; color: #000; }
.my-privacy-box .content-area a { color: #FFF; }
.my-privacy-box .content-area a:hover { color: #FFF; }
.my-privacy-box .box-footer-extension { background: #FFF; }
.my-privacy-box .rt-inv { background-color: #AAAAAA; }
.my-privacy-box .paging-bottom-box { background: #AAAAAA; }
.my-privacy-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.my-privacy-box .paging-bottom-box .content-area a { color: #000; }
.my-privacy-box .paging-bottom-box .content-area a:hover { color: #000; }

/* ____BTN: button-update-privacy____ */
.button.button-update-privacy .button-content { background: #FFF; color: #000; }
html > body .button.button-update-privacy .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-update-privacy .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
* html .button.button-update-privacy .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-update-privacy .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Login */


.login-stage-box .login-box { background: #AAAAAA; }
.login-stage-box .login-box h1 { background: #FFF; color: #333; }
.login-stage-box .login-box .content-area { background: #AAAAAA; color: #FFF; }
.login-stage-box .login-box .box-footer-extension { background: #FFF; }
.login-stage-box .login-box .rt-inv { background-color: #AAAAAA; }
.login-stage-box .login-box .paging-bottom-box { background: #AAAAAA; }
.login-stage-box .login-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.login-stage-box .login-box .paging-bottom-box .content-area a { color: #FFF; }
.login-stage-box .login-box .paging-bottom-box .content-area a:hover { color: #FFF; }

/* ____BTN: button-login-enter____ */
.button.button-login-enter .button-content { background: #FFF; color: #000; }
html > body .button.button-login-enter .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-login-enter .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-login-enter .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-login-enter .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-login-enter .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-login-enter .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }

.login-stage-box .registration-box { background: #333; }
.login-stage-box .registration-box h1 { background: #FFF; color: #333; }
.login-stage-box .registration-box .content-area { background: #333; color: #000; }
.login-stage-box .registration-box .content-area a { color: #000; }
.login-stage-box .registration-box .content-area a:hover { color: #000; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Forget Password? */


.request-box { background: #AAAAAA; }
.request-box h1 { background: #FFF; color: #333; }
.request-box input { border: 1px solid #AAAAAA; color: #000; }
.request-box .content-area { background: #AAAAAA; color: #000; }
.request-box .content-area a { color: #000; }
.request-box .content-area a:hover { color: #000; }

/* ____BTN: button-send-forgot-password____ */
.button.button-send-forgot-password .button-content { background: #333; color: #FFF; }
html > body .button.button-send-forgot-password .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.button-send-forgot-password .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.button-send-forgot-password .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-send-forgot-password .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.button-send-forgot-password .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.button-send-forgot-password .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }

/* ____BTN: button-send-forgot-username____ */
.button.button-send-forgot-username .button-content { background: #333; color: #FFF; }
html > body .button.button-send-forgot-username .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.button-send-forgot-username .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.button-send-forgot-username .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-send-forgot-username .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.button-send-forgot-username .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.button-send-forgot-username .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }

/* ____BTN: button-request-register-now____ */
.button.button-request-register-now .button-content { background: #333; color: #FFF; }
html > body .button.button-request-register-now .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.button-request-register-now .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.button-request-register-now .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-request-register-now .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.button-request-register-now .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.button-request-register-now .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Forget Password - Successful */


.request-box { background: #AAAAAA; }
.request-box h1 { background: #FFF; color: #333; }
.request-box .content-area { background: #AAAAAA; color: #000; }
.request-box .content-area a { color: #000; }
.request-box .content-area a:hover { color: #000; }

/* ____BTN: button-succes-next____ */
.button.button-succes-next .button-content { background: #333; color: #FFF; }
html > body .button.button-succes-next .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.button-succes-next .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.button-succes-next .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-succes-next .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.button-succes-next .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.button-succes-next .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Register */


.register-box .registration-box { background: #AAAAAA; }
.register-box .registration-box h1 { background: #FFF; color: #333; }
.register-box .registration-box .content-area { background: #AAAAAA; color: #FFF; }
.register-box .registration-box .content-area a { color: #000; }
.register-box .registration-box .content-area a:hover { color: #000; }
.register-box .registration-box .row-entry input, .register-box .registration-box .row-entry select { background: #FFF; color: #000; border: 1px solid #333; }
.register-box .registration-box .row-description { color: #FFF; }
.register-box .registration-box .error { color: #d00; font-weight: bold; }
.register-box .box-footer-extension { background: #FFF; }
.register-box .box-header-extension { background: #FFF; }
.register-box .rt-inv { background-color: #AAAAAA; }
.register-box .paging-bottom-box { background: #AAAAAA; }
.register-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.register-box .paging-bottom-box .content-area a { color: #FFF; }
.register-box .paging-bottom-box .content-area a:hover { color: #FFF; }

.register-box .newsletter-box { background: #AAAAAA; }
.register-box .newsletter-box h1 { background: #FFF; color: #333; }
.register-box .newsletter-box .content-area { background: #AAAAAA; color: #000; }
.register-box .newsletter-box .content-area a { color: #000; }
.register-box .newsletter-box .content-area a:hover { color: #000; }

/* ____BTN: button-register-join____ */
.button.button-register-join .button-content { background: #FFF; color: #000; }
html > body .button.button-register-join .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-register-join .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-register-join .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-register-join .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-register-join .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-register-join .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Register - Confirmation/User COnfirmation */


.confirm-text-box { background: #AAAAAA; }
.confirm-text-box h1 { background: #FFF; color: #333; }
.confirm-text-box .content-area { background: #AAAAAA; color: #000; }
.confirm-text-box .content-area a { color: #AAAAAA; }
.confirm-text-box .content-area a:hover { color: #AAAAAA; }

/* ____BTN: button-user-confirm-next____ */
.button.button-user-confirm-next .button-content { background: #333; color: #FFF; }
html > body .button.button-user-confirm-next .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.button-user-confirm-next .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.button-user-confirm-next .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-user-confirm-next .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.button-user-confirm-next .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.button-user-confirm-next .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Cart */


.cart-box { background: #AAAAAA; }
.cart-box h1 { background: #FFF; }
.cart-box .cart-empty { margin-top: 5px; padding: 0px 10px; color: #fff}
.cart-box .content-area { background: #AAAAAA; color: #000; }
.cart-box .content-area a { color: #AAAAAA; }
.cart-box .content-area a:hover { color: #AAAAAA; }
.cart-box .cart-list .content-area { color: #000; }
.cart-box .box-footer-extension { background: #FFF; }
.cart-box .rt-inv { background-color: #AAAAAA; }
.cart-box .paging-bottom-box { background: #AAAAAA; }
.cart-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.cart-box .paging-bottom-box .content-area a { color: #000; }
.cart-box .paging-bottom-box .content-area a:hover { color: #000; }

.xselling-box h1 { background: #FFF; }
.xselling-box .xselling-item-box { background: #AAAAAA; }
.xselling-box .xselling-item-box .content-area { background: #AAAAAA; color: #FFF; }
.xselling-box .xselling-item-box .content-area a { color: #FFF; }
.xselling-box .xselling-item-box .content-area a:hover { color: #FFF; }

/* ____BTN: button-cart-continue-shopping____ */
.button.button-cart-continue-shopping .button-content { background: #FFF; color: #000; }
html > body .button.button-cart-continue-shopping .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-cart-continue-shopping .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-cart-continue-shopping .arrow-left .arrow { background: url(../_img/button/arrow_left_black.png) no-repeat; }
* html .button.button-cart-continue-shopping .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-cart-continue-shopping .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-cart-continue-shopping .arrow-left .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_left_black.png',sizingMethod='crop'); }

/* ____BTN: button-cart-goto-checkout____ */
.button.button-cart-goto-checkout .button-content { background: #FFF; color: #000; }
html > body .button.button-cart-goto-checkout .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-cart-goto-checkout .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-cart-goto-checkout .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-cart-goto-checkout .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-cart-goto-checkout .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-cart-goto-checkout .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }

.content-box-3 a { color: #AAAAAA; }
.content-box-3 .row { color: #000; border: 1px solid #000; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Order Page */


.order-box .login-box { background: #333; }
.order-box .login-box h1 { background: #FFF; color: #333; }
.order-box .login-box .content-area { background: #333; color: #FFF; }
.order-box .login-box .content-area a { color: #FFF; }
.order-box .login-box .content-area a:hover { color: #FFF; }
.order-box .login-box .box-footer-extension { background: #FFF; }
.order-box .login-box .rt-inv { background-color: #000; }
.order-box .login-box .paging-bottom-box { background: #333; }
.order-box .login-box .paging-bottom-box .content-area { background: #333; color: #FFF; }
.order-box .login-box .paging-bottom-box .content-area a { color: #FFF; }
.order-box .login-box .paging-bottom-box .content-area a:hover { color: #FFF; }

/* ____BTN: button-order-login-enter____ */
.button.button-order-login-enter .button-content { background: #FFF; color: #000; }
html > body .button.button-order-login-enter .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-order-login-enter .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-order-login-enter .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-order-login-enter .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-order-login-enter .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-order-login-enter .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }

.order-box .registration-box { background: #AAAAAA; }
.order-box .registration-box h1 { background: #FFF; color: #333; }
.order-box .registration-box .content-area { background: #AAAAAA; color: #FFF; }
.order-box .registration-box .content-area a { color: #FFF; }
.order-box .registration-box .content-area a:hover { color: #FFF; }
.order-box .registration-box .item-box .content-area { color: #000; }

/* ____BTN: button-order-register-now____ */
.button.button-order-register-now .button-content { background: #FFF; color: #000; }
html > body .button.button-order-register-now .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.button-order-register-now .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.button-order-register-now .arrow-right .arrow { background: url(../_img/button/arrow_black.png) no-repeat; }
* html .button.button-order-register-now .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.button-order-register-now .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.button-order-register-now .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_black.png',sizingMethod='crop'); }

.order-box .without-registration-box { background: #AAAAAA; }
.order-box .without-registration-box h1 { background: #FFF; color: #333; }
.order-box .without-registration-box .content-area { background: #AAAAAA; color: #FFF; }
.order-box .without-registration-box .content-area a { color: #FFF; }
.order-box .without-registration-box .content-area a:hover { color: #FFF; }
.order-box .without-registration-box .item-box .content-area { color: #000; }
.order-box .registration-box .box-footer-extension { background: #FFF; }
.order-box .registration-box .rt-inv { background-color: #AAAAAA; }
.order-box .registration-box .paging-bottom-box { background: #AAAAAA; }
.order-box .registration-box .paging-bottom-box .content-area { background: #AAAAAA; color: #FFF; }
.order-box .registration-box .paging-bottom-box .content-area a { color: #FFF; }
.order-box .registration-box .paging-bottom-box .content-area a:hover { color: #FFF; }

/* ____BTN: button-order-buy-without-registration____ */
.button.button-order-buy-without-registration .button-content { background: #333; color: #FFF; }
html > body .button.button-order-buy-without-registration .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.button-order-buy-without-registration .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button-order-buy-without-registration .arrow-right .arrow { background: url(../_img/button/arrow_white.png) no-repeat; }
* html .button.button-order-buy-without-registration .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.button-order-buy-without-registration .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.button-order-buy-without-registration .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_white.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Meta Navi: Faq - Support */


.support-box { background: #FFF; }
.support-box  h1 { background: #FFF; color: #333; }
.support-box .content-area { color: #000; }
.support-box .content-area a { color: #AAAAAA; }
.support-box .content-area a:hover { color: #AAAAAA; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Meta Navi: Faq */


.faq-box { background: #FFF; }
.faq-box  h1 { background: #FFF; color: #333; }
.faq-box .content-area { color: #000; }
.faq-box .content-area a { color: #AAAAAA; }
.faq-box .content-area a:hover { color: #AAAAAA; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Meta Navi: Terms of use */


.terms-of-use-box { background: #FFF; }
.terms-of-use-box  h1 { background: #FFF; color: #333; }
.terms-of-use-box .content-area { color: #000; }
.terms-of-use-box .content-area a { color: #AAAAAA; }
.terms-of-use-box .content-area a:hover { color: #AAAAAA; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Meta Navi: Privacy Policy */


.privacy-policy-box { background: #FFF; }
.privacy-policy-box  h1 { background: #FFF; color: #333; }
.privacy-policy-box .content-area { color: #000; }
.privacy-policy-box .content-area a { color: #AAAAAA; }
.privacy-policy-box .content-area a:hover { color: #AAAAAA; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Description Box */


.description-box { background: #AAAAAA; }
.description-box h1 { background: #FFF; color: #333; }
.description-box .content-area { background: #AAAAAA; color: #FFF; }
.description-box .content-area a { color: #FFF; }
.description-box .content-area a:hover { color: #FFF; }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Search Button */


/* ____BTN: search-shop-paging____ */
.button.search-shop-paging .button-content { background: #FFF; color: #000; }
html > body .button.search-shop-paging .left-cnr { background: url(../_img/button/btn_medium_white_left_cnr.png) no-repeat; }
html > body .button.search-shop-paging .right-cnr { background: url(../_img/button/btn_medium_white_right_cnr.png) no-repeat; }
html > body .button.search-shop-paging .arrow-left .arrow { background: url(../_img/button/arrow_large_aaaaaa_left.png) no-repeat; }
html > body .button.search-shop-paging .arrow-right .arrow { background: url(../_img/button/arrow_large_aaaaaa_right.png) no-repeat; }
html > body .button.search-shop-paging .arrow-left .arrow:hover { background: url(../_img/button/arrow_large_black_left.png) no-repeat; }
html > body .button.search-shop-paging .arrow-right .arrow:hover { background: url(../_img/button/arrow_large_black_right.png) no-repeat; }
* html .button.search-shop-paging .left-cnr{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_left_cnr.png',sizingMethod='crop'); }
* html .button.search-shop-paging .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_white_right_cnr.png',sizingMethod='crop'); }
* html .button.search-shop-paging .arrow-left .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_left.png',sizingMethod='crop'); }
* html .button.search-shop-paging .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_aaaaaa_right.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Dynamic Cart */


.cart-item-box .content-area a { color: #AAAAAA; }
.cart-item-box .content-area a:hover { color: #AAAAAA; }
.jScrollPaneDrag { background: #AAAAAA; }

/* ____BTN: dyn-cart-close____ */
.button.dyn-cart-close:hover .button-content { background: #4C4C4C; color: #FFF; }
html > body .button.dyn-cart-close:hover .left-cnr { background: url(../_img/button/btn_small_grey_black_border_left_cnr.png) no-repeat; }
html > body .button.dyn-cart-close:hover .right-cnr { background: url(../_img/button/btn_small_grey_black_border_right_cnr.png) no-repeat; }
* html .button.dyn-cart-close:hover .left-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_grey_black_border_left_cnr.png',sizingMethod='crop'); }
* html .button.dyn-cart-close:hover .right-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_grey_black_border_right_cnr.png',sizingMethod='crop'); }

/* ____BTN: dyn-cart-checkout____ */
.button.dyn-cart-checkout:hover .button-content { background: #4C4C4C; color: #FFF; }
html > body .button.dyn-cart-checkout:hover .left-cnr { background: url(../_img/button/btn_small_grey_black_border_left_cnr.png) no-repeat; }
html > body .button.dyn-cart-checkout:hover .right-cnr { background: url(../_img/button/btn_small_grey_black_border_right_cnr.png) no-repeat; }
* html .button.dyn-cart-checkout:hover .left-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_grey_black_border_left_cnr.png',sizingMethod='crop'); }
* html .button.dyn-cart-checkout:hover .right-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_grey_black_border_right_cnr.png',sizingMethod='crop'); }


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Gallery */


/* ____BTN: ad-image-upload-button____ */
.button.ad-image-upload-button .button-content { background: #333; color: #FFF; }
html > body .button.ad-image-upload-button .left-cnr { background: url(../_img/button/btn_large_anthrazit_left_cnr.png) no-repeat; }
html > body .button.ad-image-upload-button .right-cnr { background: url(../_img/button/btn_large_anthrazit_right_cnr.png) no-repeat; }
html > body .button.ad-image-upload-button.arrow-right .arrow { background: url(../_img/button/arrow_large_990100_right.png) no-repeat; }
* html .button.ad-image-upload-button .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_large_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-image-upload-button .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_large_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.ad-image-upload-button .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_990100_right.png',sizingMethod='crop'); }

/* ____BTN: ad-image-upload-button2____ */
.button.ad-image-upload-button2 .button-content { background: #333; color: #FFF; }
html > body .button.ad-image-upload-button2 .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.ad-image-upload-button2 .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.ad-image-upload-button2.arrow-right .arrow { background: url(../_img/button/arrow_medium_990100_right.png) no-repeat; }
* html .button.ad-image-upload-button2 .left-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-image-upload-button2 .right-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.ad-image-upload-button2 .arrow-right .arrow {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_medium_990100_right.png',sizingMethod='crop'); }


/* ____BTN: ad-image-file-upload-button____ */
.button.ad-image-file-upload-button .button-content { background: #333; color: #FFF; }
html > body .button.ad-image-file-upload-button .left-cnr { background: url(../_img/button/btn_medium_anthrazit_left_cnr.png) no-repeat; }
html > body .button.ad-image-file-upload-button .right-cnr { background: url(../_img/button/btn_medium_anthrazit_right_cnr.png) no-repeat; }
html > body .button.ad-image-file-upload-button.arrow-right .arrow { background: url(../_img/button/arrow_large_990100_right.png) no-repeat; }
* html .button.ad-image-file-upload-button .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-image-file-upload-button .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_medium_anthrazit_right_cnr.png',sizingMethod='crop'); }
* html .button.ad-image-file-upload-button .arrow-right .arrow {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/arrow_large_990100_right.png',sizingMethod='crop'); }

/* ____BTN: ad-gallery-blacklist-button____ */
.button.ad-gallery-blacklist-button .button-content { color: #ABABAB; }
html > body .button.ad-gallery-blacklist-button .left-cnr { background: url(../_img/button/btn_small_white_shade_left_cnr.png) no-repeat; }
html > body .button.ad-gallery-blacklist-button .right-cnr { background: url(../_img/button/btn_small_white_shade_right_cnr.png) no-repeat; }
* html .button.ad-gallery-blacklist-button .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_shade_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-gallery-blacklist-button .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_white_shade_right_cnr.png',sizingMethod='crop'); }

/* ____BTN: ad-gallery-favorite-button____ */
.button.ad-gallery-favorite-button .button-content { color: #FFF; }
html > body .button.ad-gallery-favorite-button .left-cnr { background: url(../_img/button/btn_small_grey_shade_left_cnr.png) no-repeat; }
html > body .button.ad-gallery-favorite-button .right-cnr { background: url(../_img/button/btn_small_grey_shade_right_cnr.png) no-repeat; }
* html .button.ad-gallery-favorite-button .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_grey_shade_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-gallery-favorite-button .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_grey_shade_right_cnr.png',sizingMethod='crop'); }

/* ____BTN: ad-comments-form-button____ */
.button.ad-comments-form-button .button-content { background: #A7A7A7; color: #FFF; }
html > body .button.ad-comments-form-button .left-cnr { background: url(../_img/button/btn_small_lightgrey_left_cnr.png) no-repeat; }
html > body .button.ad-comments-form-button .right-cnr { background: url(../_img/button/btn_small_lightgrey_right_cnr.png) no-repeat; }
* html .button.ad-comments-form-button .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_lightgrey_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-comments-form-button .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_lightgrey_right_cnr.png',sizingMethod='crop'); }

/* ____BTN: ad-image-send-to-friends-button____ */
.button.ad-image-send-to-friends-button .button-content { color: #FFF; }
html > body .button.ad-image-send-to-friends-button .left-cnr { background: url(../_img/button/btn_small_grey_shade_left_cnr.png) no-repeat; }
html > body .button.ad-image-send-to-friends-button .right-cnr { background: url(../_img/button/btn_small_grey_shade_right_cnr.png) no-repeat; }
* html .button.ad-image-send-to-friends-button .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_grey_shade_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-image-send-to-friends-button .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_grey_shade_right_cnr.png',sizingMethod='crop'); }

/* ___BTN: ad-image-send-to-friends-send-button___*/
.button.ad-image-send-to-friends-send-button .button-content { background: #A6A6A6; color: #FFF; }
html > body .button.ad-image-send-to-friends-send-button .left-cnr { background: url(../_img/button/btn_small_lightgrey_left_cnr.png) no-repeat; }
html > body .button.ad-image-send-to-friends-send-button .right-cnr { background: url(../_img/button/btn_small_lightgrey_right_cnr.png) no-repeat; }
* html .button.ad-image-send-to-friends-send-button .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_lightgrey_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-image-send-to-friends-send-button .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_lightgrey_right_cnr.png',sizingMethod='crop'); }

/* ___BTN: ad-image-send-to-friends-close-button___*/
.button.ad-image-send-to-friends-close-button .button-content { background: #A6A6A6; color: #FFF; }
html > body .button.ad-image-send-to-friends-close-button .left-cnr { background: url(../_img/button/btn_small_lightgrey_left_cnr.png) no-repeat; }
html > body .button.ad-image-send-to-friends-close-button .right-cnr { background: url(../_img/button/btn_small_lightgrey_right_cnr.png) no-repeat; }
* html .button.ad-image-send-to-friends-close-button .left-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_lightgrey_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-image-send-to-friends-close-button .right-cnr {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_lightgrey_right_cnr.png',sizingMethod='crop'); }

#gallery-left-box { background: #E9E9E9; }
#gallery-left-box .content-area { background: #E9E9E9; color: #FFF; }
#gallery-left-box .content-area a { color: #CC0000; }
#gallery-left-box .content-area a:hover { color: #CC0000; }
#gallery-left-box .ad-thumb-short-info .ad-rating-details { color: #CC0000; }
#gallery-left-box .ad-thumb-short-info .ad-user-details { color: #000; }
#gallery-left-box .ad-thumb-short-info .ad-user-comment-details { color: #000; }
#gallery-left-box .ad-info { color: #000; }

#gallery-left-box .ad-send-to-friends-form-box {}
#gallery-left-box .ad-send-to-friends-form-box .content-area { color: #000; }

#gallery-no-images .content-area { background: #E9E9E9; color: #000; }

.ad-gallery-action-box { background: #333333; }
.ad-gallery-action-box .content-area { background: #333333; color: #000; }
.ad-gallery-action-box .content-area a { color: #CC0000; }
.ad-gallery-action-box .content-area a:hover { color: #CC0000; }
.ad-gallery-action-box .ad-selected { color: #CC0000; }
.ad-gallery-action-box .ad-filter-selected { color: #CC0000; }

#gallery .ad-paging a { color: #CC0000; }
#gallery .ad-paging a:hover { color: #CC0000; }
#gallery .ad-rating-details { color: #CC0000; }

.ad-filter-box li { color: #000; }
.ad-filter-box li:hover { color: #CC0000; text-decoration: underline; }

html > body .ad-filter-select {	background: url(../_img/icons/dropdown_arrow.png) no-repeat; }
* html .ad-filter-select {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/icons/dropdown_arrow.png',sizingMethod='crop'); }

.lightbox-profile-info a { color: #CC0000; }
.lightbox-profile-info a:hover { color: #CC0000; }

#dialog-box a { color: #CC0000; }
#dialog-artist a { color: #CC0000; }
#dialog-concert a { color: #CC0000; }
#dialog-artist a:hover { color: #CC0000; }
#dialog-concert a:hover { color: #CC0000; }

#dialog-artist-selected { color: #CC0000; }
#dialog-concert-selected { color: #CC0000; }

#artist-list ul li a, #concert-list ul li a { color: #000; }
#artist-list ul li a:hover, #concert-list ul li a:hover { color: #CC0000; text-decoration: underline; }

#fileupload-agb { color: #CC0000; }
#fileupload-agb-text { color: #000; }
#fileupload-agb-text a { color: #CC0000; }
#fileupload-agb-text a:hover { color: #CC0000; }

.concert-images-box { background: #333; }
.concert-images-box h1 { background: #FFF; color: #333; }
.concert-images-box .content-images { background-color: #333; }
.concert-images-box .images { background: #fff }

/* ____BTN: .ad-gallery-confirm-button____ */
.button.ad-gallery-confirm-button .button-content { background: #A7A7A7; color: #FFF; }
html > body .button.ad-gallery-confirm-button .left-cnr { background: url(../_img/button/btn_small_lightgrey_left_cnr.png) no-repeat; }
html > body .button.ad-gallery-confirm-button .right-cnr { background: url(../_img/button/btn_small_lightgrey_right_cnr.png) no-repeat; }
* html .button.ad-gallery-confirm-button .left-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_lightgrey_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-gallery-confirm-button .right-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_lightgrey_right_cnr.png',sizingMethod='crop'); }

/* ____BTN: .ad-gallery-cancel-button____ */
.button.ad-gallery-cancel-button .button-content { background: #A7A7A7; color: #FFF; }
html > body .button.ad-gallery-cancel-button .left-cnr { background: url(../_img/button/btn_small_lightgrey_left_cnr.png) no-repeat; }
html > body .button.ad-gallery-cancel-button .right-cnr { background: url(../_img/button/btn_small_lightgrey_right_cnr.png) no-repeat; }
* html .button.ad-gallery-cancel-button .left-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_lightgrey_left_cnr.png',sizingMethod='crop'); }
* html .button.ad-gallery-cancel-button .right-cnr {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/button/btn_small_lightgrey_right_cnr.png',sizingMethod='crop'); }



/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Tab Inner-Content-Layer */


/* ____box - layouts____ */
html > body .box-header .lt {
  background: url(../_img/box/top_left_cnr_inverted_white.png) no-repeat left top;
}
html > body .box-header .rt {
  background: url(../_img/box/top_right_cnr_inverted_white.png) no-repeat right top;
}
html > body .box-footer .lb {
	background: url(../_img/box/btm_left_cnr_inverted_white.png) no-repeat left bottom;
}
html > body .box-footer .rb {
	background: url(../_img/box/btm_right_cnr_inverted_white.png) no-repeat right bottom;
}
html > body .rt-inv {
	background: url(../_img/box/rt_cnr_inverted_white.png) no-repeat right top;
}
html > body .rb-inv {
	background: url(../_img/box/rb_cnr_inverted_white.png) no-repeat right bottom;
}
* html .box-header .lt {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/box/top_left_cnr_inverted_white.png',sizingMethod='crop');
}
* html .box-header .rt {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/box/top_right_cnr_inverted_white.png',sizingMethod='crop');
}
* html .box-footer .lb {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/box/btm_left_cnr_inverted_white.png',sizingMethod='crop');
}
* html .box-footer .rb {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/box/btm_right_cnr_inverted_white.png',sizingMethod='crop');
}

/* ____frame - layouts____ */
html > body .frame-header .lt {
  background: url(../_img/frame/top_left_cnr_inverted_white.png) no-repeat left top;
}
html > body .frame-header .rt {
  background: url(../_img/frame/top_right_cnr_inverted_white.png) no-repeat right top;
}
html > body .frame-footer .lb {
	background: url(../_img/frame/btm_left_cnr_inverted_white.png) no-repeat left bottom;
}
html > body .frame-footer .rb {
	background: url(../_img/frame/btm_right_cnr_inverted_white.png) no-repeat right bottom;
}
* html .frame-header .lt {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/frame/top_left_cnr_inverted_white.png',sizingMethod='crop');
}
* html .frame-header .rt {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/frame/top_right_cnr_inverted_white.png',sizingMethod='crop');
}
* html .frame-footer .lb {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/frame/btm_left_cnr_inverted_white.png',sizingMethod='crop');
}
* html .frame-footer .rb {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/frame/btm_right_cnr_inverted_white.png',sizingMethod='crop');
}

/* ____paging-box: inverted corner____ */
* html .rt-inv {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/box/rt_cnr_inverted_white.png',sizingMethod='crop');
}
* html .rb-inv {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/box/rb_cnr_inverted_white.png',sizingMethod='crop');
}

/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Tab Content-Layer (not used atm) */


.tabs-box .tabs-row a.tab-sub .left, .tabs-box .tabs-row a.tab-sub .right {
	width: 4px;
	height: 4px;
	border: 0px;
}
html>body .tabs-box .tabs-row a.tab-sub .left, html>body .tabs-box .tabs-row a.tab-sub:hover .left, html>body .tabs-box .tabs-row a.tab-sub-active .left {
  background: url(../_img/box/top_left_cnr_inverted_white.png) no-repeat left top;
}
html>body .tabs-box .tabs-row a.tab-sub .right, html>body .tabs-box .tabs-row a.tab-sub:hover .right, html>body .tabs-box .tabs-row a.tab-sub-active .right {
  background: url(../_img/box/top_right_cnr_inverted_white.png) no-repeat right top;
}
* html .tabs-box .tabs-row a.tab-sub .left, * html .tabs-box .tabs-row a.tab-sub:hover .left, * html .tabs-box .tabs-row a.tab-sub-active .left {
	/*width: 4px;
	height: 4px;*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/box/top_left_cnr_inverted_white.png',sizingMethod='crop');
}
* html .tabs-box .tabs-row a.tab-sub .right, * html .tabs-box .tabs-row a.tab-sub:hover .right, * html .tabs-box .tabs-row a.tab-sub-active .right {
	/*width: 4px;
	height: 4px;*/
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://simfylive.com/cps/_img/box/top_right_cnr_inverted_white.png',sizingMethod='crop');
}


/* ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ▼ Tabs (Artist Pages)/Tabs (My Concerts) [pre_config] */


/* ____!do NOT change!____ */
html>body .tabs-box .tabs-row a.tab-sub:hover .right, .tabs-box .tabs-row a.tab-sub-active .right,
html>body .tabs-box .tabs-row a.tab-sub:hover .left, .tabs-box .tabs-row a.tab-sub-active .left {
	height: 24px;
}
* html .tabs-box .tabs-row a.tab-sub-active .right, * html .tabs-box .tabs-row a.tab-sub-active .left {
	height: 22px;
	/*line-height: 0px; font-size: 0px;*/
}
html>body .tabs-box .tabs-row a.tab-sub:hover .middle, .tabs-box .tabs-row a.tab-sub-active .middle {
	padding-top: 6px; height: 14px;
}
.tabs-box .tabs-row a.tab-sub .shadow, .tabs-box .tabs-row a.tab-sub-active .shadow {	clear: both; font-size: 0px; line-height: 0px; }
 .tabs-box .tabs-row a.tab-sub .middle, .tabs-box .tabs-row a.tab-sub-active .middle { border: 0px; }
/* ____thx! =)____ */

/* activate these styles, when the design has a inner-tab-background,
   for hiding the awful frame beyond the tabs
   Notice: IE6 can't apply it! surprise, surprise ...*/
/*
html>body .tabs-box .tabs-row a.tab-sub, .tabs-box .tabs-row a.tab-sub-active {
	margin-bottom: -1px;
}
html>body .tabs-box .tabs-row a.tab-sub:hover .middle, .tabs-box .tabs-row a.tab-sub-active .middle {
	padding-top: 6px; height: 15px;
}*/
