/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
 * jQuery UI Accordion 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.11
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Datepicker 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Dialog 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Progressbar 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*
 * jQuery UI Resizable 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Slider 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent} url()*//*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url()/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url()/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url()/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url()/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url()/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url()/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url()/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url()/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url()/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url()/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url()/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url()/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url()/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url()/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url()/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url()/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
/* skin rounded-black - BEGIN */


/* modalBoxBodyContent */

div#modalBox div#modalBoxBody div.modalBoxBodyContent {
	background-color:white;
}
div#modalBox.emphasis div#modalBoxBody div.modalBoxBodyContent {
	border:1px dotted red;
}


/* modalBoxCloseButton */
div#modalBox div#modalBoxBody div#modalBoxCloseButton {
	position:absolute; 
	top:8px; 
	right:26px; 
	width:29px;
}
div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox,
div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox span {
	text-decoration:none;
	color:#f4f4f4;
	cursor:pointer;
}
div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox {
	display:block;
	height:20px;
	background:transparent url(/assets/modalBox/skins/rounded_black/closebutton_29x20-e6535c18d992666d6e17ae4e2469f7db.png) right center no-repeat;
}
div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox span {
	display:none;
}


div#modalBox div#modalBoxBody {
	padding:46px 0 28px 0;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainerContent {
	padding:0;
}

/* set image sprite */
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top div.modalboxStyleContainer_surface_body,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom div.modalboxStyleContainer_surface_body,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topLeft,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topRight,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomLeft,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomRight {
	background-color:transparent;
	background-image:url(/assets/modalBox/skins/rounded_black/bg_shadows_sprite-e39515ad11d4fd1fab69187e6ce54441.png);
}
/* modalboxStyleContainer_corner */
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topLeft,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topRight,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomLeft,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomRight {
	background-repeat:no-repeat;
	position:absolute;
	width:26px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topLeft{
	background-position:0 -74px;
	left:0;
	top:0;
	height:46px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topRight{
	background-position:-26px -74px;
	right:0;
	top:0;
	height:46px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomLeft{
	background-position:0 -120px;
	left:0;
	bottom:0;
	height:28px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomRight{
	background-position:-26px -120px;
	right:0;
	bottom:0;
	height:28px;
}
/* modalboxStyleContainer_surface */
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom {
	position:absolute;
	width:100%;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top div.modalboxStyleContainer_surface_body,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom div.modalboxStyleContainer_surface_body {
	background-color:transparent;
	background-repeat:repeat-x;
	margin:0 26px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top {
	left:0;
	top:0;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top div.modalboxStyleContainer_surface_body {
	height:46px;
	background-position:0 0;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom {
	left:0;
	bottom:0;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom div.modalboxStyleContainer_surface_body {
	height:28px;
	background-position:0 -46px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_left {
	background:transparent url(/assets/modalBox/skins/rounded_black/bg_shadows_left-c57cf53e3d37be11a57a7dd8cda5276f.png) left top repeat-y;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_right {
	background:transparent url(/assets/modalBox/skins/rounded_black/bg_shadows_right-2be8d45f6c185728f38884ce747c21ea.png) right top repeat-y;
	padding:0 26px;
}
/* skin rounded-black - END */
/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 336999;
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url(/assets/fancybox_loading-1065ae7cf1daa7a38aa416327041d1ef.gif);
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/assets/fancybox_sprite-8ba4d995a022f8dd840cdeeb30a3cd47.png);
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url(/assets/blank-3b0df36cf31480839d174e6704f8f9ee.gif); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 111001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/********************************* 
* 	GLOBALS STANDARD STYLES
**********************************/



/* *** DEFAULT HTML TAGS *********************************************************** */


html, body { 
	height: 100%; 
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;    
	color: #FFF;
	background-color: #373737;
}

table {	border-collapse: collapse; border-spacing: 0;font-size: 1em; }

h1, h2, h3, h4, h5, h6, ol, ul, li, form, dl, dt, dd {
	padding: 0;
	margin: 0;
}
ul li { list-style-type: none; }

p { padding: 0.5em 0; margin: 0; }

a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:hover { 
	color: #FFF;
	text-decoration: none; 
}

hr {
	clear: both;
	height: 1px;
	border: 0;
	overflow: hidden;
	color: #999;	
	background-color: #999;
	margin: 0.5em 0;
}

img { border: 0; }


input, select, textarea, button {
	font: normal 13px Arial, Helvetica, sans-serif;
	padding: 1px;
	border-width: 1px;
	line-height: 1em;
}
input[type=checkbox] { 	vertical-align: baseline; margin: 0.4em 0.5em 0 0.2em; }
input[type=radio] {	 	vertical-align: baseline; margin: 0.1em 0.5em 0 0.2em; }

fieldset { margin: 0.5em; padding: 1em; }
fieldset legend { font-weight: bold; font-size: 1em;}
fieldset fieldset { background-color: #F9F9F9; }



/* *** GLOBALS STYLES *********************************************************** */

.clear, .clr { clear: both; }

.left { float: left;}


.colset, ol.list-colset, ul.list-colset { float: left; width: 100%; margin: 0; }
.colset .col, ol.list-colset li, ul.list-colset li { float: left; }
.colset-1 .col, ol.list-colset-1 li, ul.list-colset-1 li { width: 99.9%; }
.colset-2 .col, ol.list-colset-2 li, ul.list-colset-2 li { width: 49.9%; }
.colset-3 .col, ol.list-colset-3 li, ul.list-colset-3 li { width: 32.9%; }
.colset-4 .col, ol.list-colset-4 li, ul.list-colset-4 li { width: 24.9%; }
.colset-5 .col, ol.list-colset-5 li, ul.list-colset-5 li { width: 19.9%; }
.colset-6 .col, ol.list-colset-6 li, ul.list-colset-6 li { width: 16.5%; }
.colset-7 .col, ol.list-colset-7 li, ul.list-colset-7 li { width: 14%; }
.colset-8 .col, ol.list-colset-8 li, ul.list-colset-8 li { width: 12.4%; }



.aleft { 	text-align: left !important; }
.aright { 	text-align: right !important; }
.acenter { 	text-align: center !important; }
.ajustify { text-align: justify !important; }


.no-display {	display: none !important; }
.no-float { 	float: none !important; }
.no-margin { 	margin: 0 !important; }
.no-padding { 	padding: 0 !important; }

.no-title h3:first-child { display: none; }

.bold { font-weight: bold; }

.tiny { font-size: 0.85em; } 
.small { font-size: 0.95em; } 
.large { font-size: 1.1em; } 


table.spacing { border-collapse: separate !important; border-spacing: 0.2em !important; }
table.spacing td { vertical-align:middle !important; }




.custom-input .input-l { 	float: left; height: 30px; padding: 0; }
.custom-input .input-r { 	float: left; width: 8px; height: 30px; }
.custom-input .input-l input.inputbox, .custom-input .input-l select.inputbox { margin: 0; border: none; background-color: transparent; }


.input-noborder input.inputbox, .input-noborder textarea.inputbox { border: none; background-color: transparent; }
.button-noborder input.button, .button-noborder button.button { border: none; background-color: transparent; }




ul.std-list, .std-list ul {}
ul.std-list li, .std-list ul li { display: list-item; list-style-position: inside;  list-style-type: square;  }



dl.std-deflist, .std-deflist dl { clear: both; float: left; width: 100%; padding: 0; margin: 0; }
dl.std-deflist dt, .std-deflist dl dt { float: left; width: 30%;  padding: 0; margin: 0; }
dl.std-deflist dd, .std-deflist dl dd { float: left; width: 65%;  padding: 0; margin: 0 0 0 1%; }



fieldset.std-fieldset { margin: 1em 0; }
fieldset.std-fieldset legend { font-weight: bold; padding: 0.1em 0.6em; }
fieldset.std-fieldset label { float: left; clear:both; width: 35%; display: block; font-weight: bold; }
fieldset.std-fieldset .gap { float: left; width: 35%; height: 1em; display: block; }



/* *** STD INMINE MENU *********************************************************** */

.menu-inline table { width: auto; }

.menu-inline ul, ul.menu-inline, .menu-inline ol, ol.menu-inline { padding: 0; margin: 0; }
.menu-inline ul li, ul.menu-inline li, .menu-inline ol li, ol.menu-inline li { display: inline; padding: 0; margin: 0 0.5em; }

.menu-inline a, ul.menu-inline li a, ol.menu-inline li a {	margin: 0 0.2em;	text-decoration: none; }
.menu-inline a:hover, ul.menu-inline li a:hover, ol.menu-inline li a:hover { text-decoration: underline; }
.menu-inline ul li.active a, ul.menu-inline li.active a, ol.menu-inline li.active a { font-weight: bold; }



/* *** MAINMENU *********************************************************** */

.mainmenu-inline ul {  float: left; }
.mainmenu-inline ul li { display: block; float: left; }
.mainmenu-inline ul li a, ul.mainmenu-inline li a { float: left; }

.mainmenu a { display: block;	text-decoration: none; cursor: pointer; }
.mainmenu a:hover { text-decoration: none; }
.mainmenu ul li ul li, .mainmenu ul li.active ul li, ul.mainmenu li ul li, ul.mainmenu li.active ul li { display: block; float: none; }
.mainmenu ul li ul li a, .mainmenu ul li.active ul li a, ul.mainmenu li ul li a, ul.mainmenu li.active ul li a {
	float: none;
	height: auto;
	padding: 0.2em 0;
	font-weight: normal;
	background: none;
	text-indent: 0;
}

.mainmenu-dropdown ul li ul { width: 250px; }
.mainmenu-dropdown ul li ul li { display: block; float: left; width: 220px; padding: 5px 15px !important; height: auto; }
.mainmenu-dropdown ul li ul li a,
.mainmenu-dropdown ul li.active ul li a, 
.mainmenu-dropdown ul li.active ul li.active ul li a {
	display: block;
	height: auto;
	margin: 0 0.5em;
	padding: 0.2em 0;
	line-height: 1em;
	font-size: 1em;
	text-align: left;
	text-decoration: none;
}
.mainmenu-dropdown ul li ul li a:hover, 
.mainmenu-dropdown ul li ul li.active a, 
.mainmenu-dropdown ul li ul li#current a,
.mainmenu-dropdown ul li.active ul li.active a, 
.mainmenu-dropdown ul li.active ul li.active ul li.active a { font-weight: bold; }

.mainmenu-dropdown ul li ul li a span {
	display: block;
	position: relative;
	left: 0;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1em;
	background: none;
}


.mainmenu-tabbed ul li { padding: 0; margin: 0; }
.mainmenu-tabbed a {
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-decoration: none;
}
.mainmenu-tabbed a span {
	display: block;
	float: left;
	height: 30px;
	margin: 0 0 0 10px;
	padding: 0 15px 0 5px;
}
.mainmenu-tabbed a:hover { text-decoration: none; }
.mainmenu-tabbed a:hover span { }




/* *** CUSTOM BOX *********************************************************** */

.box { padding: 0; margin: 0; }

.box .tl { float: left; width: 100%; height: 12px;  }
.box .tr { float: right; width: 15px; height: 12px; }
.box .bl { float: left; width: 100%; height: 25px; clear: both;  }
.box .br { float: right; width: 15px; height: 25px; }
.box .ml { clear: both; }
.box .mr { margin: 0 0 0 10px; }

.box .top { width: 100%; height: 30px; }
.box .bottom { width: 100%; height: 30px; }

.box .content { clear: both; }

.box-png { padding-right: 15px; }
.box-png .tl { position: relative; }
.box-png .tr { position: relative; left: 15px; }
.box-png .bl { position: relative; }
.box-png .br { position: relative; left: 15px; }
.box-png .ml { }
.box-png .mr { position: relative; left: 15px; }



/* *** CUSTOM HEADING *********************************************************** */


.customheading h3 {
	display: block;
	height: 30px;
	font-size: 1em;	
	line-height: 1em;
	text-indent: -9000px;
	padding: 0;
	margin: 0 0 0.5em 0;
}




/* *** LOGIN PANEL *********************************************************** */

.panel-login {}
.panel-login ul li { display: block; clear: both; margin: 0 0.25em; padding: 0; list-style-type: none; }
.panel-login ul.login-fields li label { font-weight: bold; }
.panel-login ul.login-fields li input.inputbox {}
.panel-login ul.login-fields li input.button, .panel-login ul.login-fields li button.button {  }

.panel-login ul.login-actions { clear: both;  }
.panel-login ul.login-actions li { margin: 0 0.5em;  }

.panel-login-inline ul li { display: inline; clear: none; }

.panel-login-noremind ul.login-actions li.login-remind { display: none; }


/* *** CONTENT *********************************************************** */
 
.content-editor { line-height: 1.3em; }

.content-editor ol { 	margin-left: 3em; padding: 0.5em 0; }
.content-editor ul { 	margin-left: 3em; padding: 0.5em 0; }
.content-editor ol li { list-style-type: decimal; }
.content-editor ul li {	list-style-type: disc;  }
.content-editor ul li p, .innercontent ul li p { margin: 0; }
.content-editor ul li a, .innercontent ol li a { padding: 0; }

.content-editor img { margin: 0.5em;}


#sbox-overlay { z-index: 999990 !important; }
#sbox-window { z-index:999999 !important; }

/* *** Modal Box */

#modalBoxText{
  color: black !important;
}
.modalBoxBodyContent{
  color: black !important;
}
/*





*/

/* @import url( global.css ); */


@font-face {
    font-family: 'FrutigerCn';
    src: url('../fontface/ftc_____-webfont.eot');
    src: url('../fontface/ftc_____-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontface/ftc_____-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FrutigerBoldCn';
    src: url('../fontface/ftbc____-webfont.eot');
    src: url('../fontface/ftbc____-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontface/ftbc____-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


ul li.dropdown {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #B4B5B7;
}
ul li.dropdown:hover {
  background: #555;
  color: #fff;
}
ul li.dropdown ul {
  padding: 0;
  position: absolute;
  top: 30px;
  right: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li.dropdown ul li {
  background: #555;
  display: block;
  color: #fff;
}
ul li.dropdown ul li a {
  font-weight: bold;
}
ul li.dropdown ul li:hover { background: #666; }
ul li.dropdown:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.star_add, .star_remove {
  background: url(/assets/star-305ab0c0e0c23b103f5f51d3816c6fb2.png) no-repeat left center;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.star_add {
  background-position: -25px 0px;
}

.star_remove {
  background-position: 0px 0px;
}

.add-star {
  cursor: pointer;
  text-shadow: -1px -1px 1px black;
  color: #474747;
}

.remove-star {
  cursor: pointer;
  color: #e6b626;
}

/* popin login */
#popup_login {

}

.youtube-tab {
    margin-left: -30px;
}

#popup_login .title {
    font: "Helvetica Neue, Arial Regular";
    color: #000;
    font-size: 22px;
    padding-bottom: 15px;
}

#popup_login .soustitle {
    font: "Arial";
    font-size: 18px;
    color: #000;
    font-weight: bold;
    background: url(/assets/puce-pick-a21cb099b5ba4d81c0efea88c7e46795.jpg) no-repeat left center;
    text-indent:25px;
}

#popup_login .soustitle-right {
    font: "Arial";
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

#popup_login .desc {
    font: "Arial";
    font-size: 15px;
    color: #000;
}

#left_login {
    float: left;
    width: 47%;
    margin: 5px;
    height: 200px;
}

#right_login {
    float: left;
    /*position: absolute;
    bottom: 60px; */
    width: 47%;
    margin: 5px;
    margin-top: 108px;
    background-color: #DDD;
    min-height: 30px;
    height: 110px;
    border-radius: 9px;
}

.hidden {
    display: none;
}
/* *** Popin Music Day *** */
#event_day {
    display: none;
    width: 600px;
}

#event_day .date {
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

#event_day .red {
    color : #FF0000;
}

#event_day .title {
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    width: 600px;
}
#event_day .text {
    text-align: center;
    /*font-weight: bold;*/
    font-size: 50px;
    padding: 10px 10px 10px 10px;
}
#event_day .price {
    text-align: center;
    /*font-weight: bold;*/
    font-size: 90px;
    padding: 0px 100px 15px 100px;
    line-height: 90px;
}
#event_day a {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

#event_day .centerimage {
    text-align: center;
    padding-bottom: 15px;
}

/* *** Player Web *** */
#player {
    display: none;
}
#fallback {
    display: none;
}

.red-player {
    background: url(/assets/btn-play-f86e202357b18d01fc0bbd00166dc8ac.png) no-repeat 0 0;
    cursor: pointer;
    margin: 0 auto;
    width: 30px;
    height: 28px;
    background-position: 0px 0px;
    padding: 0;
}

.red-player:hover {
    background-position: -30px 0; text-decoration: none;
}

.red-player.playing {
    background-position: -60px 0px;
}

.red-player.playing:hover {
    background-position: -90px 0; text-decoration: none;
}

.red-player.loading,
.red-player.loading:hover {
    background: url(/assets/loading-red-6750dc7a4b25ea30c1a75c536d1d805c.gif) no-repeat 0 0; text-indent: 0!important;
}

.grey-player {
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    /*  text-indent: -9000px;*/
    z-index: 2211;
    background/*\**/: url(/assets/blank-3c2bfc2754d554e37aa13a001b26d326.png) no-repeat 0% 0%;
}

.grey-player:hover {background: url(/assets/btn-preview-play-b923bbd45dca1a27c9d2f56994ef6639.png) no-repeat 50% 50%;}
.grey-player.playing { background: url(/assets/btn-preview-stop-9dcee3e46f0e30fd50244b8b37e5f613.png) no-repeat 50% 50%; }
.grey-player.playing:hover { background: url(/assets/btn-preview-stop-9dcee3e46f0e30fd50244b8b37e5f613.png) no-repeat 50% 50%; }
.grey-player.loading { background: url(/assets/btn-preview-load-53172a8f4bc58a4c4d30e6ba17da1fbc.gif) no-repeat 50% 50%; }

/* *** GLOBAL CONTENT */

.global-content {
    width: auto;
    min-width: 910px;
    max-width: 1280px;
    margin: 0 auto;
}

.errors-form-feedback {
    margin-bottom: 5px;
}

.errors-form-feedback li {
    background-color: #CC0000;
    color: white;
    padding: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 2px;

}

.background { position: relative; min-height: 100%; margin-bottom: -25px; background: #373737 url(/assets/page-bkg-024c9fa995bfe7f9cfafe3a9c568f551.png) repeat-x 50% 30px; }
#page-purchases .gp { min-height: 99%; }




.box-gray { padding-right: 6px; }
.box-gray .tl { background: url(/assets/box-dark-f1fc6de88cded260235833d13bf7b3e2.png) no-repeat 0 0; height: 6px; }
.box-gray .tr { background: url(/assets/box-dark-f1fc6de88cded260235833d13bf7b3e2.png) no-repeat -994px 0; width: 6px; height: 6px; left: 6px; }
.box-gray .bl { background: url(/assets/box-dark-f1fc6de88cded260235833d13bf7b3e2.png) no-repeat 0 100%; height: 6px; }
.box-gray .br { background: url(/assets/box-dark-f1fc6de88cded260235833d13bf7b3e2.png) no-repeat -994px 100%; width: 6px; height: 6px; left: 6px; }
.box-gray .ml { background: url(/assets/box-dark-f1fc6de88cded260235833d13bf7b3e2.png) repeat-y -1000px 0; }
.box-gray .mr { background: url(/assets/box-dark-f1fc6de88cded260235833d13bf7b3e2.png) repeat-y 100% 0; left: 6px; padding: 5px 15px 5px 0; }

.box-light { padding-right: 6px; }
.box-light .tl { background: url(/assets/box-light-690cc8ffe69a9259f7bb898b7d059234.png) no-repeat 0 0; height: 6px; }
.box-light .tr { background: url(/assets/box-light-690cc8ffe69a9259f7bb898b7d059234.png) no-repeat -994px 0; width: 6px; height: 6px; left: 6px; }
.box-light .bl { background: url(/assets/box-light-690cc8ffe69a9259f7bb898b7d059234.png) no-repeat 0 100%; height: 6px; }
.box-light .br { background: url(/assets/box-light-690cc8ffe69a9259f7bb898b7d059234.png) no-repeat -994px 100%; width: 6px; height: 6px; left: 6px; }
.box-light .ml { background: url(/assets/box-light-690cc8ffe69a9259f7bb898b7d059234.png) repeat-y -1000px 0; }
.box-light .mr { background: url(/assets/box-light-690cc8ffe69a9259f7bb898b7d059234.png) repeat-y 100% 0; left: 6px; padding: 5px 15px 5px 0; }



.box-overlay { padding-right: 20px; }
.box-overlay .tl { background: url(/assets/box-overlay-4f986128e00fc49c1ace6e10364d565d.png) no-repeat 0 0; height: 15px; }
.box-overlay .tr { background: url(/assets/box-overlay-4f986128e00fc49c1ace6e10364d565d.png) no-repeat -980px 0; width: 20px; height: 15px; left: 20px; }
.box-overlay .bl { background: url(/assets/box-overlay-4f986128e00fc49c1ace6e10364d565d.png) no-repeat 0 100%; height: 15px; }
.box-overlay .br { background: url(/assets/box-overlay-4f986128e00fc49c1ace6e10364d565d.png) no-repeat -980px 100%; width: 20px; height: 15px; left: 20px; }
.box-overlay .ml { background: url(/assets/box-overlay-4f986128e00fc49c1ace6e10364d565d.png) repeat-y -1000px 0; }
.box-overlay .mr { background: url(/assets/box-overlay-4f986128e00fc49c1ace6e10364d565d.png) repeat-y 100% 0; left: 20px; padding: 5px 30px 10px 0; }



.panel-padding { padding: 0.25em 1.5em; }


.panel { color: #CCC; }
.panel h3 {
    padding: 0;
    margin: 5px 0 5px 0;
    font-family: "FrutigerCn";
    font-size: 17px;
    font-weight: normal;
    color: #9C9D9F;
    line-height: normal;
}
.panel h3 strong { font-family: "FrutigerBoldCn"; font-size: 23px; font-weight: normal; color: #F71B14; }
.panel h3 a { color: #9C9D9F; font-weight: normal; }
.panel h3 a strong { color: #F71B14; }
.panel h3 a:hover { color: #F71B14; }

.gp .panel h3 { font-size: 15px;  }
.gp .panel h3 strong { font-size: 20px; }

.panel h3.heading {
    height: 38px;
    line-height: 36px;
    margin: 0 10px 0 0;
    background: url(/assets/heading-bkg-539fc070f5f963af293d5c63af39aced.png) no-repeat 0 0;
}
.panel h3.heading span {
    display: block;
    position: relative;
    left: 10px;
    height: 38px;
    padding: 0 5px;
    background: url(/assets/heading-bkg-539fc070f5f963af293d5c63af39aced.png) no-repeat 100% -41px;
}

.gp .panel h3.heading { line-height: 32px;  }


.panel h4 { color: #FFF; margin: 0; padding: 0; font-size: 1em; }
.panel a { color: #FFF; text-decoration: none; }
.panel a:hover { color: #F71B14; text-decoration: underline; }
.panel .small { color: #9C9D9F; font-size: 11px;  }
.panel .small a { color: #F2F2F2; font-weight: normal; text-decoration: none; }
.panel .small a:hover { color: #F71B14; text-decoration: underline; }

.panel .down { font-size: 0.85em; }

.panel .normal a, .panel a.normal { font-weight: normal; }

.panel .tooltip {
    position: relative;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    text-decoration: none;
    background: url(/assets/icon-available-2eb1c6975400bbe18641cb75dab05da6.png) no-repeat 0 -23px;
}
.panel .tooltip span {
    position: absolute;
    display: none;
    width: 20em;
    top: -2em;
    left: -1em;
    padding: 0.5em;
    font-size: 0.95em;
    color: #FFF;
    background-color: #575958;
    border: 1px solid #848685;
}
.panel .panel-list ol li.disabled .tooltip { background: url(/assets/icon-disabled-1cedf87f936ef7f7e5b67a1d45a9c192.png) no-repeat 0 -23px; }
.panel .panel-list ol li:hover .tooltip span, .panel .panel-list .tooltip:hover span { display: inline; }

.panel .panel-button .tooltip { width: 100%; height: 25px; background-position: 0 0; float: none; }
.panel .panel-button .tooltip span { visibility: visible; position: relative; display: block; border: none; background: none; left: 30px; top: -2px; font-weight: bold; font-size: 1.1em; }

.panel .tooltip-hidden { background: none; }
.panel .tooltip-hidden:hover span { display: none; }

.panel ul.panel-links {
    float: left;
	height: 24px;
    margin: 5px 0;
    padding: 0;
	line-height: 24px;
}
.panel ul.panel-links li { display: inline;  }
.panel ul.panel-links a {
    padding: 0 5px;
    color: #FFF;
    font-size: 1em;
	font-weight: normal;
    text-decoration: none;
}
.panel ul.panel-links a:hover { text-decoration: none; color: #F71B14; }
.panel ul.panel-links li.active a,
.panel ul.panel-links li.active a:hover { color: #F71B14; text-decoration: underline; }


/*
.panel ul.panel-links {
    clear: both;
    display: block;
    float: left;
    height: 21px;
    margin: 5px 0;
    padding: 0 8px 0 0;
    background: url(/assets/links-items-3eade9c1f70950d6618d70c464259a85.png) no-repeat 100% -22px;
}
.panel ul.panel-links li { display: block; float: left; height: 21px; background: url(/assets/links-items-3eade9c1f70950d6618d70c464259a85.png) no-repeat -21px 0;  }
.panel ul.panel-links li:first-child {	background: url(/assets/links-items-3eade9c1f70950d6618d70c464259a85.png) no-repeat 0 0; }
.panel ul.panel-links a {
    display: block;
    float: left;
    height: 21px;
    padding: 0 15px;
    line-height: 19px;
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
    background: url(/assets/links-items-3eade9c1f70950d6618d70c464259a85.png) no-repeat 0 -44px;
}
.panel ul.panel-links li:first-child a { background: none; }
.panel ul.panel-links li.active a { color: #F71B14; }
.panel ul.panel-links a:hover { text-decoration: none; color: #F71B14; }
*/
.panel .no-records { text-align: center; font-weight: normal; font-style: italic; }
.panel span.no-records { padding: 1em 0; display: block; font-size: 1.1em; }


.panel .panel-list { clear: both; }
.panel .panel-list ol li {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    line-height: 1.3em;
    border-bottom: 1px solid #4B4B4C;
}
.panel .panel-list ol li:hover { background-color: #434343; }

.panel .panel-list ol li.no-records { padding: 6em 0; }
.panel .panel-list ol li.no-records:hover {  background-color: transparent; }

.panel .panel-list ol li.disabled { background-color: #3D3D3D; color: #666; }
.panel .panel-list ol li.disabled a { color: #666; }
.panel .panel-list .strong { color: #EA1008; font-size: 1em; }
.panel .panel-list .strong a { color: #EA1008;  }

.panel .match { background-color: #535353; }

.panel .panel-list ol li .col-left { float: left; width: 70%; margin: 0 0 0 5px; }
.panel .panel-list ol li .col-center { float: left; }
.panel .panel-list ol li .col-right { float: right; width: 26%; }

/*
.panel-tabs .panel-list ol li .col-left { 	width: 72%; }
.panel-tabs .panel-list ol li .col-right {  width: 25%; }
*/

.panel .panel-list ol li.cols .col-left { 	 width: 50%; }
.panel .panel-list ol li.cols .col-center { width: 25%; }
.panel .panel-list ol li.cols .col-right {  width: 25%; }


.panel .panel-vote { float: right; margin: 0 5px 0 0; }
.panel .panel-vote span.note {
    display: block;
    float: right;
    width: 62px;
    height: 15px;
    text-indent: -9000px;
    background: url(/assets/vote-items-f36bbf68859b9fe16349d8a62d07fbfa.png) no-repeat 0 0;
}
.panel .panel-vote span.note-0 { background-position: 0 0; }
.panel .panel-vote span.note-1, .panel .panel-vote span.note-10 { background-position: 0 -16px; }
.panel .panel-vote span.note-2, .panel .panel-vote span.note-20 { background-position: 0 -32px; }
.panel .panel-vote span.note-3, .panel .panel-vote span.note-30 { background-position: 0 -49px; }
.panel .panel-vote span.note-4, .panel .panel-vote span.note-40 { background-position: 0 -64px; }
.panel .panel-vote span.note-5, .panel .panel-vote span.note-50 { background-position: 0 -80px; }

.panel .panel-vote span.note-5 { background-image: url(/assets/vote-items-demi-883f716ddb6fdd008bf26ef3c0521f74.png); background-position: 0 0; }
.panel .panel-vote span.note-15 { background-image: url(/assets/vote-items-demi-883f716ddb6fdd008bf26ef3c0521f74.png); background-position: 0 -16px; }
.panel .panel-vote span.note-25 { background-image: url(/assets/vote-items-demi-883f716ddb6fdd008bf26ef3c0521f74.png); background-position: 0 -32px; }
.panel .panel-vote span.note-35 { background-image: url(/assets/vote-items-demi-883f716ddb6fdd008bf26ef3c0521f74.png); background-position: 0 -49px; }
.panel .panel-vote span.note-45 { background-image: url(/assets/vote-items-demi-883f716ddb6fdd008bf26ef3c0521f74.png); background-position: 0 -64px; }

.panel .panel-more { clear: both; padding: 10px 5px; text-align: right; }
.panel .panel-more a {
	background:url(/assets/bullet-arrow-white-336df414a0213fd6127bf58f209bfcaa.png) no-repeat 0 1px;
	padding: 2px 2px 2px 15px;
	font-style: italic;
}





.box-overlay .panel h3, .box-overlay .panel h3 strong { color: #373737; margin-bottom: 15px; }

.box-overlay .panel a.btn-closepanel { position: absolute; right: 10px; top: -5px; }
.panel a.btn-closepanel {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 4px;
    text-indent: -9000px;
    background: url(/assets/btn-closepanel-d5be6f8bce7cc398e8307304b2800c71.png) no-repeat 0 0;
}
.panel-tags a.btn-closepanel:active { background-position: 1px 1px; }

.open_with_software_parent {
  margin: 5px;
  padding-left: 5px;
}


.separator {
    clear: both;
    display: block;
    height: 2px;
    background: transparent url(/assets/separator-line-818d82e32dac2156b871bc978b886ad3.png) no-repeat 0 0;
    margin: 10px 100px 10px 0;
}
.separator span {
    position: relative;
    display: block;
    float: right;
    left: 100px;
    width: 100px;
    height: 2px;
    background: transparent url(/assets/separator-line-818d82e32dac2156b871bc978b886ad3.png) no-repeat 100% 0;
}


.small { color: #9C9D9F; }
.strong { color: #EA1008; font-weight: bold; font-size: 1.1em; }




/* *** MAIN TOOLBAR *********************************************************** */


#toolbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 910px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #6F6163;
    background: url(/assets/mainnav-bkg-3af2668e43c7c8d1fa4b1974d4c6b318.png) repeat-x 0 0;
    z-index: 993366;
}
#toolbar a { color: #666; text-decoration: none;  }
#toolbar a:hover { color: #333; text-decoration: underline;  }

#toolbar .toolbar-nav { float: left; margin: 1px 10px 0 20px; }
#toolbar .toolbar-nav li { margin: 0; }
#toolbar .toolbar-nav a {
    width: 28px;
    height: 28px;
    margin: 0 4px;
    text-indent: -9000px;
    text-decoration: none;
    font-weight: bold;
    background: url(/assets/btn-mainnav-328b47d7e94ddd850ad897b84fda8c78.png) no-repeat 0 0;
}

#toolbar ul.toolbar-nav a.prev { background-position: 0 0; }
#toolbar ul.toolbar-nav a.prev:active { background-position: 1px 1px; }
#toolbar ul.toolbar-nav li.disabled a.prev { background-position: -28px 0 !important; cursor: default; }

#toolbar ul.toolbar-nav a.next { background-position: -56px 0; }
#toolbar ul.toolbar-nav a.next:active { background-position: -55px 1px; }
#toolbar ul.toolbar-nav li.disabled a.next { background-position: -84px 0 !important; cursor: default; }



#toolbar .toolbar-breadcrumbs { float: left; margin: 0; margin-left: 5px; }
#toolbar .toolbar-breadcrumbs a {  }



#toolbar ul.toolbar-account { float: right; margin: 0 12px 0 0; border-left: 1px solid #B4B5B7; border-right: 1px solid #F0F0F0; }
#toolbar ul.toolbar-account li { margin: 0; }
#toolbar ul.toolbar-account a {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 20px;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #B4B5B7;
    background: url(/assets/mainnav-bkg-3af2668e43c7c8d1fa4b1974d4c6b318.png) repeat-x 0 0;
}
#toolbar ul.toolbar-account a:hover { text-decoration: none; background-position: 0 -50px;  }
#toolbar ul.toolbar-account li.active a { background-position: 0 -50px; color: #FFF; border-left-color: #CCC;  }

#toolbar ul.toolbar-account li.item-account a { background-position: 0 -100px; color: #FFF; border-left-color: #777;  }
#toolbar ul.toolbar-account li.item-account a:hover { background-position: 0 -50px; color: #FFF; border-left-color: #AAA;  }




/* *** HEADER *********************************************************** */

#header { padding: 30px 0 0 0; }
#header .global-content { position: relative; height: 90px; }
.header-homepage .global-content { height: 130px !important; }


#logo a {
    float: left;
    display: block;
    width: 300px;
    height: 67px;
    margin: 25px 0 0 30px;
    text-decoration: none;
    text-indent: -9000px;
    background: url(/assets/logo-mysongbook-338b0480e2411249e125ae9ec0364c85.png) no-repeat 0 0;
}
#logo a:hover { text-decoration: none; }


#catchphrase {
    clear: left;
    float: left;
    display: block;
    margin: 0 0 0 40px;
    font-family: "FrutigerCn";
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    letter-spacing: normal;
    text-decoration: none;
}
#catchphrase strong { font-family: "FrutigerBoldCn"; font-weight: normal; font-size: 20px; letter-spacing: -1px; }


#pagetitle {
    float: left;
    position: relative;
    margin: 10px 0 10px 20px;
    padding: 0;
    font-family: "FrutigerCn";
    font-size: 40px;
    font-weight: normal;
    color: #FFF;
    letter-spacing: -1px;
}
#pagetitle a { font-weight: normal; text-decoration: none; color: #FFF; }
#pagetitle .small { font-size: 30px; }

#header #pagetitle { margin: 42px 0 0 10px; }

.gp #pagetitle { font-size: 34px; margin-top: 10px; }




/* *** TAB OF DAY *********************************************************** */

#tabofday {
    position: absolute;
    width: 375px;
    top: 30px;
    right: 10px;
}
#tabofday h3 strong { font-size: 20px; color: #FFF; }
#tabofday h3 a:hover { color: #9C9D9F; }

#tabofday .strong{ font-size: 1em; }
#tabofday .strong  a{ color: #EA1008;	 }
#tabofday p { padding-bottom: 0;}

/*
#tabofday  .small { font-size: 1em; font-weight: normal; display: block; }
#tabofday  .tab { float: left; display: block; margin: 0 20px 0 0; }
#tabofday  .artist { float: left; display: block; font-weight: normal; }
*/

#tabofday .normal { font-weight: normal; color: #FFF; }
#tabofday a:hover .normal { color: #EA1008; }

#tabofday .panel-list .panel-vote { float: left; }
#tabofday .panel-list ol li { padding: 0; border: none; }
#tabofday .panel-list ol li:hover { background: none; }
/*#tabofday .panel-list ol li .col-right .small { font-size: 0.75em; color: #6c6f70; letter-spacing: -1px; }*/
#tabofday .panel-list ol li .col-right .small { font-size: 0.75em; color: #CCC;  }

#tabofday .col-listen { float: left; width: 9%;}
#tabofday .col-left { width: 72%; }
#tabofday .col-center { width: 20%; }
#tabofday .col-right { width: 16%; }


/* *** GETTING STARTED **************************************************** */
#getting-started {
    position: absolute;
    width: 355px;
    top: 27px;
    right: 395px;
}
#getting-started h3 strong { font-size: 20px; color: #343434; }
#getting-started h3 a:hover { color: #343434; }

#getting-started .strong{ font-size: 1em; }
#getting-started .strong  a{ color: #343434;    }
#getting-started p { padding-bottom: 0; color: #343434;}
#getting-started p a{ padding-bottom: 0; color: #565656;}

#getting-started .normal { font-weight: normal; color: #343434; }
#getting-started a:hover .normal { color: #343434; }



/* *** SEARCH *********************************************************** */

#search { float: right; margin: 5px 10px 15px 0; }
#search .input-l { background: url(/assets/search-items-1e19008d3c561bf96a5a6de1a05f18e8.png) no-repeat 0 -42px; padding-left: 30px; }
#search .input-r { background: url(/assets/search-items-1e19008d3c561bf96a5a6de1a05f18e8.png) no-repeat 100% -42px; }
#search input.inputbox { font-style: italic; font-weight: bold; width: 275px; margin: 3px 0 0 0; padding: 3px; background: transparent;  }
#search input.button {
    position: relative;
    top: -2px;
    width: 50px;
    height: 36px;
    padding: 8px 10px;
    margin: 0 2px;
    color: #FFF;
    font-size: 14px;
    background: url(/assets/search-items-1e19008d3c561bf96a5a6de1a05f18e8.png) no-repeat 0 0;
}
#search input.button:hover { background-position: -59px 0; }
#search input.button:active { background-position: 1px 1px; }


/* *** FEEDBACK *********************************************************** */
#feedback {
    background-position: 2px 50% !important;
    background-repeat: no-repeat !important;
    display: block !important;
    height: 98px !important;
    margin: 45px 0 0 !important;
    padding: 0 !important;
    position: fixed !important;
    text-indent: -9000px;
    top: 45% !important;
    width: 25px !important;
    right: 0;
    z-index: 110000 !important;
}

#feedback-tab {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #397eec;
    background-image: url(/assets/feedback/feedback-2-4a5046440137eebf6ad252134e364feb.png);
    background-repeat: no-repeat;
    border-color: #397eec -moz-use-text-color #397eec #397eec;
    border-style: none;
    border-width: 0px medium 1px 1px;
    right: 0;
    height: 90px;
    cursor: pointer;
}

#feedback-tab:hover {
    background-image: url(/assets/feedback/feedback-1-a995e038bb400682e8f30e16ab1b6ed5.png);
}

#feedback_valide_sent_message {
    display: none;
}

#feedback-popin label {
    display: inline-block;
    font-weight: bold;
    padding-top: 10px;
}


.errors-form-feedback {
    margin-bottom: 5px;
}

.errors-form-feedback li {
    background-color: #e3423c;
    color: white;
    padding: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 2px;
    font-weight: bold;
}

.validate-form-feedback {
    margin-bottom: 5px;
}
.validate-form-feedback li {
    background-color: #488bf9;
    color: white;
    padding: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 2px;
    font-weight: bold;
}

/* *** TAGS *********************************************************** */

#tagsoverlay {
    position: absolute;
    width: 60%;
    max-width: 990px;
    left: 50%;
    top: 65px;
    margin-left: -30%;
    z-index: 336699;
    display: none;
}

#tags { clear: left;  float: left; margin: 15px 0 5px 10px;   }
.panel-tags span.tag-item {
    display: block;
    float: left;
    height: 25px;
    margin: 0 10px 5px 0;
    padding: 0;
    background: url(/assets/tags-items-a6fec8f85eb4e1462a28e14dc6c40e4f.png) no-repeat 0 0;
}
.panel-tags span.tag-item span {
    display: block;
    position: relative;
    float: left;
    height: 25px;
    left: 8px;
    padding: 0 10px 0 0;
    line-height: 22px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    background: url(/assets/tags-items-a6fec8f85eb4e1462a28e14dc6c40e4f.png) no-repeat 100% -56px;
}
.panel-tags span.tag-item a { cursor: pointer; }
.panel-tags span.tag-item a span { padding-left: 15px; cursor: pointer; }
.panel-tags span.tag-item a:hover { text-decoration: none; }
.panel-tags span.tag-item a:hover span { color: #222; }

.panel-tags span.tag-item a.btn-close {
    display: block;
    visibility: hidden;
    float: left;
    position: relative;
    width: 18px;
    height: 22px;
    left: 3px;
    margin: 3px 0 0 0px;
    text-indent: -9000px;
    background: url(/assets/tags-items-a6fec8f85eb4e1462a28e14dc6c40e4f.png) no-repeat -3px -31px;
}
.panel-tags span.tag-item:hover a.btn-close { visibility: visible; }


.panel-tags a.btn-addtag {
    display: block;
    float: left;
    height: 25px;
    margin: 0 10px 0 0;
    line-height: 22px;
    font-size: 11px;
    color: #333;
    background: url(/assets/tags-buttons-c9420be07eff9c1f4c48080bc7cc9818.png) no-repeat 0 0;
}
.panel-tags a.btn-addtag span {
    position: relative;
    display: block;
    float: left;
    left: 5px;
    height: 25px;
    padding: 0 10px 0 5px;
    background: url(/assets/tags-buttons-c9420be07eff9c1f4c48080bc7cc9818.png) no-repeat 100% -50px;
}
.panel-tags a.btn-addtag:hover { background-position: 0 -25px; text-decoration: none; }
.panel-tags a.btn-addtag:hover span { background-position: 100% -75px; }





/* *** TAGS CATEGORIES *********************************************************** */

.tags-categories { float: left; width: 100%; padding: 5px 0 15px 0; }
.tags-categories ul { float: none; text-align: center; }
.tags-categories ul li { float: none; display: inline-block;}
.tags-categories a {
    float: none;
    height: 27px;
    margin: 0 15px 0 10px;
    line-height: 26px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    background: url(/assets/tagsfix-item-1b07b2b1c24cc0484d73a151046db00a.png) no-repeat 0 0;
}
.tags-categories a span {
    position: relative;
    float: none;
    height: 27px;
    left: 10px;
    line-height: 26px;
    margin: 0;
    padding: 0 20px 0 10px;
    background: url(/assets/tagsfix-item-1b07b2b1c24cc0484d73a151046db00a.png) no-repeat 100% -54px;

}
.tags-categories a:hover { color: #F71B14; }
.tags-categories a:hover span {   }

.tags-categories ul li.active a { background-position: 0 -27px;  color: #F71B14; line-height: 28px; }
.tags-categories ul li.active a span { background-position: 100% -81px; line-height: 28px;  }




/* *** MAIN STRUCTURE *********************************************************** */

#main-outer { clear: both; min-height: 650px; }

#main {
    float: left;
    width: 98%;
    margin: 0 1%;
    padding: 0 0 30px 0;
}




#center {
    float: left;
    width: 70%;
}

#right {
    float: right;
    width: 25%;
    margin: 0 2% 0 0;
}



/* HOMEPAGE */

/*.main-homepage .colset .col-artist {  width: 25%; }
.main-homepage .colset .col-tabs  { 	width: 50%; }
.main-homepage .colset .col-songbooks {  width: 25%; }*/

.main-homepage .colset .col-1 .panel { margin-right: 20px; }
.main-homepage .colset .col-2 .panel { margin-left: 10px; margin-right: 10px; }
.main-homepage .colset .col-3 .panel{  margin-left: 20px; }

.panel-col-home .col-tabs   { width: 40.9%;  }
.panel-col-home .col-artist  { width: 27.9%;  }
.panel-col-home .col-songbooks { width: 29.9%; }

.panel-col-home .panel h3 { float: left; margin-right: 20px; }
.panel-col-home .panel-list  { border-top: 1px solid #4B4B4C; }

.panel-col-home .panel-tabs  .panel-list ol li .col-favorite { float: left; width: 5% !important; color: #dfb20f; font-size: 24px;}
.panel-col-home .panel-tabs  .panel-list ol li .col-listen { float: left; width: 9% !important;  }
.panel-col-home .panel-tabs  .panel-list ol li .col-left { width: 43%;  }
.panel-col-home .panel-tabs  .panel-list ol li .col-center { width: 21%; text-align: center; }
.panel-col-home .panel-tabs  .panel-list ol li .col-right { width: 17%;  }

.panel-col-home .panel-tabs  .panel-list ol li .col-listen .btn-listen,
.panel-col-home .panel-tabs  .panel-list ol li .col-listen .btn-listen-stop,
.panel-col-home .panel-tabs  .panel-list ol li .col-listen .btn-listen-loading { float: none;  }

.panel-col-home .panel .panel-list .panel-vote { float: left; }
.panel-col-home .panel .panel-list ol li .col-right .small { font-size: 0.75em; color: #6c6f70; letter-spacing: -1px; }
.panel-col-home .panel .panel-list ol li.no-records { padding: 17px 0; font-size: 0.85em; }


.badge {
    background-color: #CCC;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    color: #333;
    font-size: 12.025px;
    font-weight: bold;
    padding: 1px 9px 2px;
    white-space: nowrap;
}

.badge-dark {
    background-color: #222222;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    color: #FF2626;
    font-size: 12.025px;
    font-weight: bold;
    padding: 1px 9px 2px;
    white-space: nowrap;
}

/* *** PAGE LIST  *********************************************************** */

.panel .panel-heading {}
.panel .panel-heading ul { display: block; float: left; width: 100%; }
.panel .panel-heading ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    background: url(/assets/table-heading-28310b9acf85ae655d2c492d53ca70b0.png) no-repeat 0 -134px;
}
.panel .panel-heading ul li:first-child { background: none; }

.panel .panel-heading ul li a, .panel .panel-heading ul li span.blank {
    display: block;
    height: 43px;
    padding: 0 5px;
    margin: 0 0 0 2px;
    line-height: 38px;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    background: url(/assets/table-heading-28310b9acf85ae655d2c492d53ca70b0.png) no-repeat -20px 0;
}

.panel .panel-heading ul li:first-child a, .panel .panel-heading ul li.first a, .panel .panel-heading ul li.first span { 	background-position: 0 0; padding-left: 10px; }
.panel .panel-heading ul li:last-child a, .panel .panel-heading ul li.last a, .panel .panel-heading ul li.last span { 		background-position: 100% 0; padding-right: 5px; }

.panel .panel-heading ul li.first a:hover { background-position: 0 -45px; }
.panel .panel-heading ul li.last a:hover { 	background-position: 100% -45px; }
.panel .panel-heading ul li a:hover { 		background-position: -20px -45px; }

.panel .panel-heading ul li.first.active a { background-position: 0 -90px; }
.panel .panel-heading ul li.last.active a { background-position: 100% -90px; }
.panel .panel-heading ul li.active a { background-position: -20px -90px; }


.panel .panel-heading .arrow-up a span, .panel .panel-heading .arrow-down a span { background: url(/assets/icon-arrow-4382a3babb9360e8b82418170d9dad21.png) no-repeat 0 0; padding: 0 0 0 16px !important; }
.panel .panel-heading .arrow-down a span { background-position: 0 -43px !important;  }
.panel .panel-heading .arrow-up a span {   background-position: 0 3px !important; }



.panel-page .panel-list { padding: 0; margin: 0; min-height: 200px; }
.panel-page .panel-list ol li { text-align: center; }
.panel-page .panel-list ol li .col { float: left; min-height: 0.5em; }
.panel-page .panel-list ol li .btn-listen,
.panel-page .panel-list ol li .btn-open,
.panel-page .panel-list ol li .btn-listen-stop,
.panel-page .panel-list ol li .btn-listen-loading { position: relative; margin-top: -5px; }


.panel-page .panel-list ol li .col-artist { 	text-indent: 10px;  }
.panel-page .panel-list ol li .col-tab { 		text-indent: 10px;  }
.panel-page .panel-list ol li .col-tab-soft { 		text-indent: 10px;  }
.panel-page .panel-list ol li .col-album {	 text-indent: 10px;  }

.panel-page .panel-list ol li .panel-vote { float: none; width: 65px; margin: 2px auto 0 auto; }


.panel-page .panel-list .tooltip { width: 25px; height: 25px; }
.panel-page .panel-list ol li .tooltip { background-position: 0 0; }
.panel-page .panel-list ol li.disabled .tooltip { background-position: 0 0; }

.panel-page .col .panel-list  .tooltip { width: 15px;	height: 15px; }
.panel-page .col .panel-list ol li .tooltip { background-position: 0 -23px; }
.panel-page .col .panel-list ol li.disabled .tooltip { background-position: 0 -23px; }





.panel .col-artist { 		width: 23%; text-align: left !important; }
.panel .col-tab { 			width: 26%; text-align: left !important; }
.panel .col-year {			width: 8%; }
.panel .col-arrangement {	width: 13%; }
.panel .col-popularity {	width: 10%; }
.panel .col-listen {		width: 5%; position: relative; }
.panel .col-favorite {		width: 5%;  color: #dfb20f; font-size: 24px; padding-top: 2px;}
.panel .col-date {			width: 11%; }


/* ARTISTS */
#main .panel-artists .col-artist { 		width: 35%; text-align: left !important; }
#main .panel-artists .col-tab { 		width: 25%; text-align: left !important; }
#main .panel-artists .col-popularity {	width: 20%; }
#main .panel-artists .col-date {		width: 20%; }

#main .panel-artists .panel-list .col-artist { text-indent: 20px; }

/* SONGBOOKS */
#main .panel-songbooks .col-artist { 		width: 36%; text-align: left !important; }
#main .panel-songbooks .col-tab { 		width: 20%; text-align: left !important; }
#main .panel-songbooks .col-popularity {	width: 25%; }
#main .panel-songbooks .col-date {		width: 19%; }


/* SONGBOOK */
#main .panel-songbook .col-blank {		width: 7%; }
#main .panel-songbook .col-favorite {		width: 4%; color: #dfb20f; font-size: 24px; padding-top: 2px;  }
#main .panel-songbook .col-listen { 		width: 3%; }
#main .panel-songbook .col-tab { 		width: 36%; text-align: left !important; }
#main .panel-songbook .col-artist { 	width: 21%; text-align: left !important; }
#main .panel-songbook .col-album {		width: 23%;text-align: left !important; }
#main .panel-songbook .col-popularity {	width: 13%; }



/* PARTITIONS */
.col-blank {		width: 6%; }
#main .panel-tabs .col-blank {		width: 6%; }
#main .panel-tabs .col-blank-soft {		width: 6%; }
#main .panel-tabs .col-favorite {		width: 3%; font-size: 24px; padding-top: 2px; }
#main .panel-tabs .col-listen {		width: 3%; }
#main .panel-tabs .col-tab { 			width: 28%; text-align: left !important; }
#main .panel-tabs .col-artist { 		width: 18%; text-align: left !important; }
#main .panel-tabs .col-album {		width: 18%; text-align: left !important; }
#main .panel-tabs .col-year {			width: 8%; }
#main .panel-tabs .col-popularity {	width: 12%; }
#main .panel-tabs .col-date {			width: 10%; }

/*.panel-tabs .panel-list ol li .col-left { 	width: 38%; }
.panel-tabs .panel-list ol li .col-center { width: 35%; }
.panel-tabs .panel-list ol li .col-right {  width: 25%; }*/



/* ARTIST */
#main .panel-artist .col-blank {		width: 7%; }
#main .panel-artist .col-favorite {		width: 4%; color: #dfb20f; font-size: 24px; padding-top: 2px;  }
#main .panel-artist .col-listen {		width: 3%; }
#main .panel-artist .col-tab { 		width: 32%; text-align: left !important; }
#main .panel-artist .col-album { 		width: 25%; text-align: left !important; }
#main .panel-artist .col-year {		width: 10%; }
#main .panel-artist .col-popularity {	width: 13%; }
#main .panel-artist .col-date {		width: 13%; }


/* PURCHASES */
#main .panel-purchases .col-blank-soft { width: 8%; }
#main .panel-purchases .col-blank { width: 6%; }
#main .panel-purchases .col-favorite {		width: 3%; color: #dfb20f; font-size: 24px; padding-top: 0; margin-top: -2px; }
#main .panel-purchases .col-artist { 		width: 21%; text-align: left !important; }
#main .panel-purchases .col-tab { 			width: 28%; text-align: left !important; }
#main .panel-purchases .col-tab-soft { 			width: 26%; text-align: left !important; }
#main .panel-purchases .col-album {			width: 20%; text-align: left !important; }
#main .panel-purchases .col-year {			width: 7%; }
#main .panel-purchases .col-listen {		width: 3%; }
#main .panel-purchases .col-listen-soft {		width: 5%; }
#main .panel-purchases .col-note {        width: 8%; }
#main .panel-purchases .col-date {			width: 10%; }


/* BILLING */
#main .panel-billing .col-billing-id { 		width: 22%; text-align: left !important; }
#main .panel-billing .col-billing-date { 		width: 20%; }
#main .panel-billing .col-billing-count {		width: 20%; }
#main .panel-billing .col-billing-total {		width: 20%; }
#main .panel-billing .col-billing-view {		width: 17%; }

#main .panel-billing .panel-list .col-billing-id { width: 20%; margin-left: 2%; }


.panel .panel-alpha-pagination { text-align: center; background: url(/assets/separator-line-818d82e32dac2156b871bc978b886ad3.png) no-repeat 50% 100%; padding: 5px 0 10px 0; margin: 0 0 15px 0; font-size: 0.95em; }
.panel .panel-alpha-pagination ul li { padding: 0 5px; margin: 0; color: #9C9D9F; }


.panel-relatedtabs .panel-list ol li .col-left {   width: 50%; }
.panel-relatedtabs .panel-list ol li .col-right {  width: 40%; }



.panel .panel-navigation {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 20px 0 10px 0;
    color: #EEE;
    font-size: 11px;
    background: url(/assets/navigation-bkg-056954eced2c108a07ff88a8c71ed68c.png) no-repeat 50% 0;
}

.panel .panel-navigation .nav-counter { float: left; height: 25px; line-height: 25px; margin: 0 30px 0 15px; }

.panel .panel-navigation .nav-pages { text-align: center;  }
.panel .panel-navigation .nav-pages span, .panel .panel-navigation .nav-pages a, .panel .panel-navigation .nav-pages em, .panel .panel-navigation .nav-pages .gap {
    display: inline-block;
    width: 22px;
    height: 25px;
    margin: 0 2px;
    line-height: 25px;
    color: #FFF;
    text-indent: 0;
    text-align: center;
    text-decoration: none;
    background: url(/assets/navigation-items-5996431d7146b10aed9668f7bd4f2b3a.png) no-repeat 0 0;
    cursor: default;
}

/* IE 7 */
*:first-child+html .panel .panel-navigation .nav-pages span,
*:first-child+html .panel .panel-navigation .nav-pages a,
*:first-child+html .panel .panel-navigation .nav-pages em,
*:first-child+html .panel .panel-navigation .nav-pages .gap { display: block; float: left; }



.panel .panel-navigation .nav-pages a { cursor: pointer; }
.panel .panel-navigation .nav-pages a:hover { background-position: 0 -25px; }
.panel .panel-navigation .nav-pages em  { background-position: 0 -50px; }

.panel .panel-navigation .nav-pages .previous_page,
.panel .panel-navigation .nav-pages .next_page {
    width: 33px;
    height: 25px;
    margin: 0 5px;
    text-indent: -9000px;
    background: url(/assets/navigation-items-5996431d7146b10aed9668f7bd4f2b3a.png) no-repeat -22px 0;
    cursor: pointer;
}
.panel .panel-navigation .nav-pages .previous_page { background-position: -22px 0;  }
.panel .panel-navigation .nav-pages a.previous_page:hover { background-position: -22px -25px; }

.panel .panel-navigation .nav-pages .next_page { background-position: -55px 0; }
.panel .panel-navigation .nav-pages a.next_page:hover { background-position: -55px -25px; }

.panel .panel-navigation .nav-pages .disabled {
    opacity : 0.5;
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    filter : alpha(opacity=50); /* IE < 8 */
    cursor: default;
}

.panel .panel-navigation .nav-display {
    float: right;
    height: 25px;
    line-height: 25px;
    margin: 0 15px 0 0;
}
.panel .panel-navigation .nav-display select.inputbox {
    width: 52px;
    height: 25px;
    border: none;
    color: #EEE;
    font-size: 11px;
    background: #373737 url(/assets/navigation-items-5996431d7146b10aed9668f7bd4f2b3a.png) no-repeat -22px -50px;
}
.panel .panel-navigation .nav-display select.inputbox option { background-color: #373737; color: #FFF; }


/* *** COMMON BUTTONS  *********************************************************** */


a.btn-listen, a.btn-listen-stop, a.btn-listen-loading {
    display: block;
    width: 30px;
    height: 30px;
	float: right;
    margin: 0 auto;
    text-indent: -9000px;
    text-decoration: none;
}
a.btn-listen { background: url(/assets/btn-play-f86e202357b18d01fc0bbd00166dc8ac.png) no-repeat 0 0; }
a.btn-listen:hover { background-position: -30px 0; text-decoration: none; }
a.btn-listen:active { background-position: 1px 1px; }

a.btn-listen-stop { background: url(/assets/btn-play-f86e202357b18d01fc0bbd00166dc8ac.png) no-repeat -60px 0; }
a.btn-listen-stop:hover { background-position: -90px 0; text-decoration: none; }
a.btn-listen-stop:active { background-position: -59px 1px; }

a.btn-listen-loading { background: url(/assets/loading-red-836f8ca2b3c23f5cb5c1fb6a22bfc93f.png) no-repeat 0 0; text-indent: 0!important; }
/*
a.btn-listen-loading[class=btn-listen-loading] { background: url(/assets/loading-red-836f8ca2b3c23f5cb5c1fb6a22bfc93f.png) no-repeat 0 0; cursor: default; }
a.btn-listen-loading, a.btn-listen-loading[class=btn-listen-loading] {
	opacity : 0.3;
	-moz-opacity : 0.3;
	-ms-filter: "alpha(opacity=30)"; /* IE 8 */
/*filter : alpha(opacity=30); /* IE < 8 */
/*
}*/

.btn-listen-text {
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    left: 0px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
    z-index: 223;
}

a.btn-open {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-indent: -9000px;
    text-decoration: none;
    float: right;
}
a.btn-open { background: url(/assets/btn-open-8351a4328e626757a7b965b505e51c92.png) no-repeat 0 0; }
a.btn-open:hover { background-position: -30px 0; text-decoration: none; }
a.btn-open:active { background-position: 1px 1px; }



a.btn-addtocart, button.btn-addtocart  {
    display: block;
    height: 42px;
    margin: 0 9px 0 0;
    padding: 2px !important;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background: url(/assets/btn-addtocart-c989270f93cead2dae11522a4a7c2a92.png) no-repeat 0 0;
}
a.btn-addtocart span, button.btn-addtocart span {
    display: block;
    position: relative;
    height: 40px;
    left: 9px;
    padding: 2px 5px 0 30px;
    background: url(/assets/btn-addtocart-c989270f93cead2dae11522a4a7c2a92.png) no-repeat 100% -100px;
}
a.btn-addtocart { line-height: 38px; }
button.btn-addtocart { width: 98%; }
button.btn-addtocart span { top: -2px; height: 28px; padding: 12px 5px 0 30px; }

.gp button.btn-addtocart span { top: -1px;  }


a.btn-addtocart:hover, button.btn-addtocart:hover { background-position: 0 -50px; color: #222; text-decoration: none; }
a.btn-addtocart:hover span, button.btn-addtocart:hover span { background-position: 100% -150px; }

a.btn-addtocart:active, button.btn-addtocart:active { background-position: 1px 1px; }
a.btn-addtocart:active span, button.btn-addtocart:active span { background-position: 100% -99px; }


a.btn-addtocart-grey, button.btn-addtocart-grey  {
    display: block;
    height: 42px;
    margin: 0 9px 0 0;
    padding: 0 !important;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background: url(/assets/btn-addtocart-grey-524032e269490b8881707811b7fe6433.png) no-repeat 0 0;
}
a.btn-addtocart-grey span, button.btn-addtocart-grey span {
    display: block;
    position: relative;
    height: 40px;
    left: 9px;
    padding: 2px 5px 0 30px;
    background: url(/assets/btn-addtocart-grey-524032e269490b8881707811b7fe6433.png) no-repeat 100% -100px;
}
a.btn-addtocart-grey { line-height: 38px; }
button.btn-addtocart-grey { width: 98%; }
button.btn-addtocart-grey span { top: -2px; height: 28px; padding: 12px 5px 0 30px; }

.gp button.btn-addtocart-grey span { top: -1px;  }


a.btn-addtocart-grey:hover, button.btn-addtocart-grey:hover { background-position: 0 -50px; color: #222; text-decoration: none; }
a.btn-addtocart-grey:hover span, button.btn-addtocart-grey:hover span { background-position: 100% -150px; }

a.btn-addtocart-grey:active, button.btn-addtocart-grey:active { background-position: 1px 1px; }
a.btn-addtocart-grey:active span, button.btn-addtocart:active span { background-position: 100% -99px; }



a.btn-listen-full, a.btn-listen-stop-full, a.btn-listen-loading-full  {
    display: block;
    height: 42px;
    margin: 10px 14px 0 0;
    padding: 0 !important;
    color: #FFF;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background: url(/assets/btn-listen-full-00b231a161a24325c3dd536a4bcb4243.png) no-repeat 0 0;
}
a.btn-listen-full span, a.btn-listen-stop-full span, a.btn-listen-loading-full span {
    display: block;
    position: relative;
    height: 42px;
    left: 9px;
    padding: 0 5px 0 30px;
    background: url(/assets/btn-listen-full-00b231a161a24325c3dd536a4bcb4243.png) no-repeat 100% -100px;
}
a.btn-listen-full  { background: url(/assets/btn-listen-full-00b231a161a24325c3dd536a4bcb4243.png) no-repeat 0 0; }
a.btn-listen-full span { background: url(/assets/btn-listen-full-00b231a161a24325c3dd536a4bcb4243.png) no-repeat 100% -100px; }

a.btn-listen-stop-full  { background: url(/assets/btn-listen-stop-full-90c802e271a5534d3291c8a1ee0ebcd7.png) no-repeat 0 0; }
a.btn-listen-stop-full span { background: url(/assets/btn-listen-stop-full-90c802e271a5534d3291c8a1ee0ebcd7.png) no-repeat 100% -100px; }

a.btn-listen-full:hover, a.btn-listen-stop-full:hover { background-position: 0 -50px; color: #222; text-decoration: none; }
a.btn-listen-full:hover span, a.btn-listen-stop-full:hover span { background-position: 100% -150px; }

a.btn-listen-full:active, a.btn-listen-stop-full:active { background-position: 1px 1px; }
a.btn-listen-full:active span, a.btn-listen-stop-full:active span { background-position: 101% -99px; }

a.btn-listen-full2, a.btn-listen-stop-full2, a.btn-listen-loading-full2  {
    display: block;
    height: 42px;
    margin: 0 14px 0 0;
    padding: 0 !important;
    color: #FFF;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background: url(/assets/btn-listen-full2-d999caaa51ecbf36a8128e2cb5116db3.png) no-repeat 0 0;
}
a.btn-listen-full2 span, a.btn-listen-stop-full2 span, a.btn-listen-loading-full2 span {
    display: block;
    position: relative;
    height: 42px;
    left: 9px;
    padding: 2px 5px 0 30px;
    background: url(/assets/btn-listen-full2-d999caaa51ecbf36a8128e2cb5116db3.png) no-repeat 100% -100px;
}
a.btn-listen-full2  { background: url(/assets/btn-listen-full2-d999caaa51ecbf36a8128e2cb5116db3.png) no-repeat 0 0; }
a.btn-listen-full2 span { background: url(/assets/btn-listen-full2-d999caaa51ecbf36a8128e2cb5116db3.png) no-repeat 100% -100px; }

a.btn-listen-stop-full2  { background: url(/assets/btn-listen-stop-full2.png) no-repeat 0 0; }
a.btn-listen-stop-full2 span { background: url(/assets/btn-listen-stop-full2.png) no-repeat 100% -100px; }

a.btn-listen-full2:hover, a.btn-listen-stop-full2:hover { background-position: 0 -50px; color: #222; text-decoration: none; }
a.btn-listen-full2:hover span, a.btn-listen-stop-full2:hover span { background-position: 100% -150px; }

a.btn-listen-full2:active, a.btn-listen-stop-full2:active { background-position: 1px 1px; }
a.btn-listen-full2:active span, a.btn-listen-stop-full2:active span { background-position: 101% -99px; }

a.btn-listen-loading-full2  { background: url(/assets/loading-grey-full2.png) no-repeat 0 0; }
a.btn-listen-loading-full2 span { background: url(/assets/loading-grey-full2.png) no-repeat 101% -50px; }

/*
a.btn-listen-loading-full[class=btn-listen-loading-full]  { background: url(/assets/loading-grey-full-4871d3287125482ad91af6e7231b1176.png) no-repeat 0 0; }
a.btn-listen-loading-full[class=btn-listen-loading-full] span { background: url(/assets/loading-grey-full-4871d3287125482ad91af6e7231b1176.png) no-repeat 101% -50px; }
*/

/*a.btn-listen-loading-full, a.btn-listen-loading-full[class=btn-listen-loading-full] {
	opacity : 0.3;
	-moz-opacity : 0.3;
	-ms-filter: "alpha(opacity=30)"; /* IE 8 */
/*filter : alpha(opacity=30); /* IE < 8 */
/*color: #FFF !important;
	cursor: default;
}
*/


a.btn-open-full  {
    display: block;
    height: 42px;
    margin: 0 9px 0 0;
    padding: 0 !important;
    color: #FFF;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    background: url(/assets/btn-open-full-28e84d1912d6f85d63011deb6fd2c8c0.png) no-repeat 0 0;
}
a.btn-open-full span {
    display: block;
    position: relative;
    height: 40px;
    left: 9px;
    padding: 2px 5px 0 30px;
    background: url(/assets/btn-addtocart-c989270f93cead2dae11522a4a7c2a92.png) no-repeat 100% -100px;
}

a.btn-open-full:hover { background-position: 0 -50px; color: #222; text-decoration: none; }
a.btn-open-full:hover span { background-position: 100% -150px; }

a.btn-open-full:active { background-position: 1px 1px; }
a.btn-open-full:active span { background-position: 100% -99px; }




a.disabled, button.disabled, input.disabled, span.disabled {
    opacity : 0.6;
    -moz-opacity : 0.6;
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */
    filter : alpha(opacity=60); /* IE < 8 */
    cursor: default;
}



/* *** PAGE DETAILS  *********************************************************** */

#promoPrice {
    background: url(/assets/promo_med-fed33ed3b521519960c3748d1a2050ad.png) no-repeat 0 0;
    display: block;
    position: relative;
    width: 56px;
    height: 39px;
    color: black;
    text-decoration: line-through;
    left: 7px;
    top: 45px;
    padding-top: 6px;
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    /*float:left;*/
}

#openTabPopup {
    display: none;
}

#openTabPopup .downloadMsb {
    padding: 5px;
}

#openTabPopup .upgradeGP6 {
    margin-top: 20px;
    padding: 5px;
}

.upgradeGP6 a {
    color: black;
}

#openTabPopup .downloadMsb .osSelect {
    margin-top: 20px;
    text-align: center;
}
.osSelect {
    text-align: center;
}
.osSelect label {
    padding-right: 10px;
}

.panel .panel-infos { margin: 0; padding: 5px 0 10px 0; }
.panel .panel-infos h2 {
    padding: 0;
    margin: 5px 0 5px 0;
    font-family: "FrutigerCn";
    font-size: 22px;
    font-weight: normal;
    color: #9C9D9F;
    line-height: 1em;
}
.panel .panel-infos h2 strong { font-family: "FrutigerBoldCn"; font-size: 1.2em; font-weight: normal; color: #F71B14; letter-spacing: -1px; }
.panel .panel-infos p { padding: 0.25em 0; }
.panel .panel-infos p.description { font-size: 12px; line-height: 1.3em; }
/*.panel .panel-infos a { text-decoration: none; color: #F71B14; }
.panel .panel-infos a:hover { text-decoration: none; color: #FFF; }*/
.panel .panel-infos .thumb {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    background: url(/assets/image-shadow-c18b0a923724ca22040a9e4e625bfce4.png) no-repeat 100% 100%;
    padding: 0 7px 9px 0;
    margin: 0 auto;
}
.panel .panel-infos dl { margin: 0; padding: 0 0 15px 0; }
.panel .panel-infos dl dt {  clear: both;  margin: 0; padding: 4px 0; float: left; width: 41%; text-align: right;  }
.panel .panel-infos dl dd { margin: 0; padding: 4px 0; float: right; width: 57%; }
.panel .panel-infos dl dd p{ margin: 0; padding: 0; }
.panel .panel-infos .thumb img { border: 3px solid #9C9D9F; min-width: 150px; }


.panel .panel-button { padding: 15px 0; }


.panel .panel-relatedtags { clear:both;  padding: 10px 0 0 0; margin: 0 0 20px 0; background: url(/assets/separator-light-7db5d3898d9fab2a5a93a2a996a1f4b4.png) no-repeat 50% 0; }
.panel .panel-relatedtags h3 { margin-bottom: 10px;  }


.panel .panel-relatedtabs, .panel .panel-relatedsongbooks, .panel .panel-relatedartists { clear:both; margin: 10px 0 20px 0;   }
.panel .panel-relatedtabs .panel-list, .panel .panel-relatedsongbooks .panel-list, .panel .panel-relatedartists .panel-list { margin: 0 5px; font-size: 11px;  }



.panel-tabofday { margin-bottom: 20px;}

/* *** TABS PREVIEW *********************************************************** */

.panel .panel-preview { position: relative; text-align: center; padding: 10px 0 25px 0; }
.panel .panel-preview .thumb {
    position: relative;
    display: inline-block;
    min-width: 475px;
    min-height: 695px;
    background: url(/assets/image-shadow-c18b0a923724ca22040a9e4e625bfce4.png) no-repeat 100% 100%;
    padding: 0 7px 5px 0;
    margin: 0 auto;
}
.panel .panel-preview .thumb img { padding: 3px; min-width: 489px; min-height: 694px; max-height: 694px; max-width: 489px;margin: 0; background-color: #9C9D9F; }
.panel .panel-preview .thumb a.btn-preview, .panel .panel-preview .thumb a.btn-preview-stop, .panel .panel-preview .thumb a.btn-preview-loading {
    position: absolute;
    width: 99%;
    height: 99%;
    left: 0;
    top: 0;
    display: block;
    /*	text-indent: -9000px;*/
    z-index: 2211;
}

.panel .panel-preview .thumb a.btn-preview:hover {background: url(/assets/btn-preview-play-b923bbd45dca1a27c9d2f56994ef6639.png) no-repeat 50% 50%; }
.panel .panel-preview a:hover { text-decoration: none; }

.panel .panel-preview .thumb a.btn-preview:active { background-position: 51% 51%; }

.panel .panel-preview .thumb a.btn-preview-stop { background: url(/assets/btn-preview-stop-9dcee3e46f0e30fd50244b8b37e5f613.png) no-repeat 50% 50%; }
.panel .panel-preview .thumb a.btn-preview-stop:active { background-position: 51% 51%; }


.panel .panel-preview .thumb a.btn-preview-loading { background: url(/assets/btn-preview-load-aa77b1caf2edbc7cd5667c17b292e3cc.png) no-repeat 50% 50%; }

.panel .panel-preview .thumb .btn-preview-text {
    position: absolute;
    /*margin-top: 258px;
	margin-left: 151px;*/
    left: 50%;
    top: 50%;
    margin: -90px 0 0 -90px;
    display: block;
    width: 180px;
    height: 180px;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 177px;
    z-index: 2255;
}



.panel .panel-preview-nav {
    position: absolute;
    z-index: 2256;
    bottom: 6px;
    left: 50%;
    width: 188px;
    margin-left: -94px;
}
.panel .panel-preview-nav a, .panel .panel-preview-nav span {
    display: block;
    float: left;
    width: 55px;
    height: 55px;
    text-indent: -9000px;
    text-decoration: none;
    background: url(/assets/btn-preview-nav-01ae3206cc45a634c3ab645e8bc27ea8.png) no-repeat 0 0;
}

.panel .panel-preview-nav a.prev { background-position: 0 0; float: left; }
.panel .panel-preview-nav a.prev:hover { background-position: 0 -55px; }
.panel .panel-preview-nav a.prev:active { background-position: 1px 1px; }

.panel .panel-preview-nav a.next { background-position: -55px 0; float: right; }
.panel .panel-preview-nav a.next:hover { background-position: -55px -55px; }
.panel .panel-preview-nav a.next:active { background-position: -54px 1px; }

.panel .panel-preview-nav span.prev { background-position: 0 0; float: left; }
.panel .panel-preview-nav span.next { background-position: -55px 0; float: right; }




/* *** PANEL PAGE SONGBOOK ******************************************************* */

.panel-songbook .col .panel-infos, .panel-songbook .col .panel-relatedtags { margin-left: 20px; }
.panel-songbook .col .panel-relatedtabs { margin-left: 10px; margin-right: 10px; }
.panel-songbook .col .panel-relatedsongbooks { margin-left: 20px; }

.panel-songbook .col .panel-list ol li { text-align: left; }






/* *** COMMENTS *********************************************************** */
.global-comments {
    min-width: 600px;
    /*background-color: #575958;*/
    background-color: rgb(55, 55, 55);
    padding: 20px;
}
.panel .panel-comments { padding: 10px 0 20px 0; }
.panel .panel-comments .comments-heading { margin: 0 0 10px 0; padding: 0; height: 45px; background: url(/assets/comment-heading-6a5cbabaa93072f244cff044f1ea8575.png) no-repeat 50% 0; position: relative; }
.panel .panel-comments .comments-heading h3 { display: block; float: left; height: 45px; margin: 0 15px 0 0; line-height: 45px; font-size: 22px; letter-spacing: -1px; color: #CCC; }
.panel .panel-comments .comments-heading #comm_count {
	float: left;
	color: #9C9D9F;
	height: 45px;
	line-height: 45px;
}
.panel .panel-comments .comments-heading #comm_count p { padding: 0; }

/*.panel .panel-comments a { color: #EA1008; text-decoration: none; }
.panel .panel-comments a:hover { color: #FFF; text-decoration: none; }*/

.panel .panel-comments .comments-heading .fb_edge_widget_with_comment {
    position: absolute;
    right: 0;
    top: -28px;
    float: right;
    width: 50px;
}


.panel .panel-vote-large { float: left; margin: 15px 0 0 15px !important; }
.panel .panel-vote-large span.note {
    width: 82px;
    height: 19px;
    text-indent: -9000px;
    background: url(/assets/vote-items-large-adb208997cc7ee0a3078a2ed547175af.png) no-repeat 0 0;
}
.panel .panel-vote-large span.note-0 { background-position: 0 0; }
.panel .panel-vote-large span.note-1, .panel .panel-vote-large span.note-10 { background-position: 0 -19px; }
.panel .panel-vote-large span.note-2, .panel .panel-vote-large span.note-20 { background-position: 0 -38px; }
.panel .panel-vote-large span.note-3, .panel .panel-vote-large span.note-30 { background-position: 0 -57px; }
.panel .panel-vote-large span.note-4, .panel .panel-vote-large span.note-40 { background-position: 0 -76px; }
.panel .panel-vote-large span.note-5, .panel .panel-vote-large span.note-50 { background-position: 0 -95px; }

.panel .panel-vote-large span.note-5 { background-image: url(/assets/vote-items-demi-large-c4888e1b1548f3b25196a3b7b18048bf.png); background-position: 0 0; }
.panel .panel-vote-large span.note-15 { background-image: url(/assets/vote-items-demi-large-c4888e1b1548f3b25196a3b7b18048bf.png); background-position: 0 -19px; }
.panel .panel-vote-large span.note-25 { background-image: url(/assets/vote-items-demi-large-c4888e1b1548f3b25196a3b7b18048bf.png); background-position: 0 -38px; }
.panel .panel-vote-large span.note-35 { background-image: url(/assets/vote-items-demi-large-c4888e1b1548f3b25196a3b7b18048bf.png); background-position: 0 -57px; }
.panel .panel-vote-large span.note-45 { background-image: url(/assets/vote-items-demi-large-c4888e1b1548f3b25196a3b7b18048bf.png); background-position: 0 -76px; }


.panel .panel-vote-large p { padding: 0; margin: 2px 0 0 0; float: left; }
.panel .panel-vote-large p span.note { position: relative; top: -3px; left: 0; }


.panel .panel-comments .comments-list ol li {
    padding: 5px 0;
    list-style-type: none;
    border: none;
    background: url(/assets/separator-line-818d82e32dac2156b871bc978b886ad3.png) no-repeat 50% 100%;
}

.panel .panel-comments #no_comment { padding: 10px 0; }

.panel .panel-comments .comments-action {  clear: left; margin: 0; }
.panel .panel-comments .comments-action .panel-vote { float: none; margin: 0; padding: 0;  }
.panel .panel-comments .comments-action .panel-vote ul li { clear: none;  }
.panel .panel-comments .comments-action .panel-vote h3 { float: left;   }
.panel .panel-comments .comments-action .panel-vote fieldset { clear: both; padding: 0; margin: 0;  position: relative; }
.panel .panel-comments .comments-action .panel-vote fieldset ul { padding: 0; margin: 0; }
.panel .panel-comments .comments-action .panel-vote .comments-user { float: left; color: #CCC;  }
.panel .panel-comments .comments-action .panel-vote #rating_feature { float: right; position: absolute; right: 0; top: 0;  }
.panel .panel-comments .comments-action .panel-vote ul li { background: none;  }
.panel .panel-comments .comments-action .panel-vote ul li textarea { width: 96.9%; height: 70px; }
.panel .panel-comments .comments-action .panel-vote ul li.form-button a.button { float: right; color: #FFF }
.panel .panel-comments .comments-action .panel-vote ul li.form-button input.button { float: right; }

/*.panel .panel-comments .comments-list ol li .col-avatar {  float: left;	width: 16%; }*/
.panel .panel-comments .comments-list ol li .comment { padding: 0 0 0 1em; }
.panel .panel-comments .comments-list ol li .comment .comment { padding: 0; }
.panel .panel-comments .comments-list ol li .col-message { float: left; width: 100%; margin: 0; }

.panel .panel-comments .comments-action  a.edit_comment_show { font-size: 0.85em; }

.panel .panel-comments .thumb {
    display: block;
    width: 70px;
    height: 70px;
    background: url(/assets/image-shadow-c18b0a923724ca22040a9e4e625bfce4.png) no-repeat 100% 100%;
    padding: 0 7px 9px 0;
    margin: 5px 0 0 10px;
}
.panel .panel-comments .thumb img { border: 2px solid #9C9D9F; }
.panel .panel-comments  p { padding: 2px 0; }
.panel .panel-comments .panel-vote { margin: 10px 20px 0 0; }
.panel .panel-comments .panel-vote-large { float: right; }
.panel .panel-comments .description {  }

.panel .panel-comments #rate { position: relative; margin: 0 10px 0 10px; float: left; font-size: 11px;   }
.panel .panel-comments #rating_feature { position: relative; margin: 0px 10px 0 10px; float: left; font-size: 11px;   }
.panel .panel-comments #rating_feature ul li.rating-button {
    display: block;
    float: left;
    width: 16px;
    height: 19px;
    margin: 0;
    padding: 0;
    background: url(/assets/vote-items-large-adb208997cc7ee0a3078a2ed547175af.png) no-repeat 0 0;
    cursor: pointer;
}
.panel .panel-comments #rating_feature ul li.rating-button:hover { background-position: 0 -19px; }
.panel .panel-comments #rating_feature .button  { background: none; font-size: 13px; padding: 2px 5px; position: relative; top: -4px; }
.panel .panel-comments #rating_feature ul li.rating-button  label {  display: none; }
.panel .panel-comments #rating_feature ul li.rating-button  input.rating_button {
    width: 16px;
    height: 19px;
    margin: 0;
    padding: 0;
    opacity : 0;
    -moz-opacity : 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */
    cursor: pointer;
}


.panel .panel-comments .panel-vote .rating-1 ul li.rating-1 { background-position: 0 -19px !important; }

.panel .panel-comments .panel-vote .rating-2 ul li.rating-1,
.panel .panel-comments .panel-vote .rating-2 ul li.rating-2 { background-position: 0 -38px !important; }

.panel .panel-comments .panel-vote .rating-3 ul li.rating-1,
.panel .panel-comments .panel-vote .rating-3 ul li.rating-2,
.panel .panel-comments .panel-vote .rating-3 ul li.rating-3 { background-position: 0 -57px !important; }

.panel .panel-comments .panel-vote .rating-4 ul li.rating-1,
.panel .panel-comments .panel-vote .rating-4 ul li.rating-2,
.panel .panel-comments .panel-vote .rating-4 ul li.rating-3,
.panel .panel-comments .panel-vote .rating-4 ul li.rating-4 { background-position: 0 -76px !important; }

.panel .panel-comments .panel-vote .rating-5 ul li.rating-1,
.panel .panel-comments .panel-vote .rating-5 ul li.rating-2,
.panel .panel-comments .panel-vote .rating-5 ul li.rating-3,
.panel .panel-comments .panel-vote .rating-5 ul li.rating-4,
.panel .panel-comments .panel-vote .rating-5 ul li.rating-5 { background-position: 0 -95px !important; }




.comments-list .panel-form fieldset { border: none;}



.panel-addcomment { clear: both; padding: 1em 0 0 0; }
.panel-addcomment fieldset { margin-top: 0; }
.panel-addcomment fieldset label { color: #FFF; font-size: 1em; }


.panel-editor { padding: 1em; margin: 1em 0; font-size: 0.85em; color: #999; border: none; text-align: center; }



/* *** CONTENT *********************************************************** */

#content { width: 80%; min-height: 400px; min-width: 900px;margin: 0 auto; padding: 20px 0 0 0; }



.panel-form { color: #373737; }
.panel-form fieldset { border: none; border-top: 1px solid #BBB; border-bottom: 1px solid #BBB; margin-bottom: 2em; }
.panel-form fieldset legend {
    padding: 0 10px;
    margin: 0;
    font-family: "FrutigerBoldCn";
    font-size: 23px;
    font-weight: normal;
    color: #EA1008;
	letter-spacing: -1px;
    line-height: normal;
}
.panel-form fieldset ul { padding: 0; margin: 0 3em; }
.panel-form fieldset ul#confirmation { padding: 0; margin: 0 1em; }
.panel-form fieldset ul li { padding: 5px 0; margin: 0; clear: both; }

.panel-form fieldset label {
    display: block;
    float: left;
    width: 21%;
    padding: 5px 0;
    color: #666;
    font-weight: bold;
    font-size: 1.1em;
}
.panel-form fieldset input.inputbox { width: 74%; }

.panel-form fieldset ul li.form-checkbox { padding-left: 21%; }
.panel-form fieldset ul li.form-checkbox label { float: none; display: inline; font-size: 1em; }

.panel-form fieldset ul li.form-field-full label { float: none; display: block; font-size: 1em; width: auto; }
.panel-form fieldset ul li.form-field-full .inputbox { width: 95%; }

.panel-form .input-value { line-height: 26px; height: 26px; }

.panel-form .message { margin-left: 21%;	 }

.panel-form fieldset ul li.form-button { text-align: center; padding: 10px 0; }

.panel-form  .strong,
.panel-form  .strong a { color: #EA1008; font-size: 1em; }
.panel-form  .strong a:hover { color: #EA1008; }

.panel-form a { color: #373737; text-decoration: none; }
.panel-form a:hover { color: #222; text-decoration: underline; }
.panel-form a.small { font-weight: normal; color: #666; font-size: 0.95em; }
.panel-form a.small:hover { color: #333; }

.panel-form a.std-btn { background: url(/assets/bullet-arrow-grey-69b1f8f03214672ec9ae9a9c1223595c.png) no-repeat 0 0; padding: 0 0 0 1.5em; margin: 0.5em; }
.panel-form a.std-btn:hover {  }

.panel-form ul.form-menu { margin: 0 0 0 3em; }
.panel-form ul.form-menu li { padding: 4px 0; list-style-type: disc; color: #373737; }
.panel-form ul.form-menu li.strong { color: #EA1008; font-size: 1em; }

.panel-form dl { float: left; width: 100%; padding: 0 0 10px 0; }
.panel-form dl dt { clear: both; float: left; width: 20%; font-weight: bold; padding: 5px 0; color: #666; }
.panel-form dl dd { float: right; width: 75%; padding: 5px 0;  }

.panel-form .head { font-weight: bold; border-bottom: 1px solid #BBB; }
.panel-form .total { border-top: 1px solid #BBB; font-weight: bold; }


.panel-button { margin: 0 1.5em; padding: 1.5em 0; }
.panel-button hr { margin-bottom: 2em; }



.panel-creditcard fieldset { margin: 0; border-bottom: none; }
.panel-creditcard fieldset ul { margin: 0 1em; }
.panel-creditcard fieldset ul li.form-field-ccdate { float: left; width: 50%; }
.panel-creditcard fieldset ul li.form-field-cccode { float: right; width: auto; clear: none; }
.panel-creditcard fieldset ul li.form-field-cccode .small { white-space: nowrap; }

.panel-aboutbuy fieldset { margin: 0; border-bottom: none; }
.panel-aboutbuy fieldset ul { margin: 0 1em; }
.panel-aboutbuy fieldset ul li.form-field-ccdate { float: left; width: 50%; }
.panel-aboutbuy fieldset ul li.form-field-cccode { float: right; width: auto; clear: none; }
.panel-aboutbuy fieldset ul li.form-field-cccode .small { white-space: nowrap; }


.panel-billing  fieldset { margin-left: 1.5em; margin-right: 1.5em;}

.panel-billing-address fieldset,
.panel-billing-infos fieldset{ border-bottom: none;}
.panel-billing-details dl dt { width: 55%;}
.panel-billing-details dl dd { width: 45%; text-align: center;}

.panel-billing-details dl dt.head,
.panel-billing-details dl dt.total,
.panel-billing-details dl dd.total,
.panel-billing-details dl dd.head { padding-top: 10px; padding-bottom: 10px; }
.panel-billing-details dl dd.total { color: #EA1008; }


.panel-arobas-address { text-align: center; }

.content-editor .panel-form { min-height: 300px; }
.content-editor ul li { 	background: url(/assets/bullet-arrow-grey-69b1f8f03214672ec9ae9a9c1223595c.png) no-repeat 0 0; list-style-type: none; margin: 0.75em 0; padding: 0 0 0 1.5em; }
.content-editor ul li ul li{ 	background: url(/assets/bullet-arrow-grey-69b1f8f03214672ec9ae9a9c1223595c.png) no-repeat 0 0; }

.content-editor blockquote { padding: 0 1em 0 1.5em; margin: 0; }

.content-editor h1 {
    margin: 0.5em 0;
    font-size: 2em;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: -1px;
}
.content-editor h2 {
    margin: 1em 0 0.5em 0;
    padding: 0 0 0.5em 0;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: -1px;
}
.content-editor h3 {
    margin: 1.5em 0 0.5em 0;
    font-size: 1.3em;
    line-height: 1em;
}

.content-editor h4 {
    margin: 1.5em 0 0.5em 0;
    padding: 0 0 0.5em 0;
    font-size: 1.2em;
    color: #666;
}
.content-editor h5 {
    margin: 1.5em 0 0.5em 0;
    padding: 0 0 0.5em 0;
    font-size: 1em;
    color: #333;
    border-bottom: 1px solid #DDD;
}
.content-editor span.dropcap {
    display: block;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 60px;
    font-weight: normal;
    line-height: 40px;
    padding: 4px 8px 4px 0;
}


ul.back-menu { margin-left: 10px; }
ul.back-menu li{ background: url(/assets/bullet-arrow-white-336df414a0213fd6127bf58f209bfcaa.png) no-repeat 0 0; margin: 0.75em 0; padding: 0 0 0 1.5em; }
ul.back-menu li a { text-decoration: none; }
ul.back-menu li a:hover { text-decoration: underline; color: #EA1008; }


/* *** BOTTOM & FOOTER *********************************************************** */

#footer {
    position: relative;
    clear: both;
	float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    color: #666;
    background: url(/assets/mainnav-bkg-3af2668e43c7c8d1fa4b1974d4c6b318.png) repeat-x 0 0;
}
#footer a { color: #666; font-weight: normal; text-decoration: none;  }
#footer a:hover { color: #333; text-decoration: underline;  }

#footer .footer-menu { float: left; margin: 0 0 0 15px; }

#footer a#logo-arobasmusic {
    display: block;
    float: right;
    width: 53px;
    height: 24px;
    margin: 0 25px 0 10px;
    background: url(/assets/logo-arobasmusic-d8612c111f43d85669125a214c31969f.png) no-repeat 0 0;
    text-indent: -9000px;
    text-decoration: none;
}






/* **** JOOMLA STUFFS *********************************************************** */


/* *** FORMS */

input.inputbox, select.inputbox, textarea, input[type=text], input[type=email],  select {
    color: #373737;
    padding: 4px 5px;
    background: url(/assets/form-input-36e3f78f9d115848114d9c7b581c8667.png) no-repeat 0 0;
    border: 1px solid;
    border-color: #B8B8B8 #FFF #FFF #B8B8B8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

select.inputbox, select {	height: 26px; }
select option { background-color: #FFF; }

input[type=checkbox], input[type=radio] { margin-top: 0; margin-bottom: 0; position: relative; top: 1px; border: none; background: none; }
input.button, button.button, button, input[type=button], input[type=submit], a.button  {
    width: 197px;
    height: 38px;
    padding: 8px 10px 12px 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    outline: none;
    background: url(/assets/btn-form-e91549674bdb756bf3a42667c1c6f94b.png) no-repeat 0 0;
}
a.button { display: block; margin: 0 auto; padding: 0; line-height: 36px; text-decoration: none; }
a.button:hover { color: #FFF; text-decoration: none;}

input.button:hover, button.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover , a.button:hover  { background-position: 0 -43px; }
input.button:active, button.button:active, button:active, input[type=button]:active, input[type=submit]:active, a.button:active  { background-position: 1px 1px; }

.form-button-thin input.button,
.form-button-thin button.button,
.form-button-thin button,
.form-button-thin input[type=button],
.form-button-thin input[type=submit] { width: 65px; background-position: -328px 0;  }

.form-button-thin input.button:hover,
.form-button-thin button.button:hover,
.form-button-thin button:hover,
.form-button-thin input[type=button]:hover,
.form-button-thin input[type=submit]:hover { background-position: -328px -43px;  }

.form-button-thin input.button:active,
.form-button-thin button.button:active,
.form-button-thin button:active,
.form-button-thin input[type=button]:active,
.form-button-thin input[type=submit]:active { background-position: -327px 1px;  }

a.btn-yes {
    width:  125px; background-position: -200px 0; float: left; text-align:  center; margin:  10px 0 10px 20px;
}
a.btn-no {
    width:  125px; background: url(/assets/btn-form-black-01f4f9f56408061e0deb5f5d226c907e.png) no-repeat -200px 0; float: right; text-align:  center; margin:  10px 20px 10px 0;
}
a.btn-yes:hover, a.btn-no:hover { background-position: -200px -43px; }
a.btn-yes:active, a.btn-no:active { background-position: -199px 1px; }

/* *** BACK BUTTON  */

div.back_button {
    margin: 1em 0;
    text-align: right;
    padding: 0.2em 0;
    border-top: 1px solid #F1F1F1;
}
div.back_button a {
    font-size: 0.95em;
    font-weight: bold;
    text-decoration: none !important;
}
div.back_button a:hover { 	text-decoration: none; }




/* *** VALIDATION MESSAGE */

div.message {
    font-size: 0.95em;
    font-weight: bold;
    color: #CC0000;
    text-align: center;
    padding: 5px 0px;
}




.tool-tip {
    padding: 0.5em;
    font-size: 11px;
    color: #333;
    background-color: #FFF;
    border: 1px solid #CCC;
    z-index: 99880;
}
.tool-tip .tool-title { font-weight: bold; color: #666;}
.tool-tip .tool-text { font-weight: normal;}


#flash_notice {
    background: rgba(20, 140, 220, .4)
}

#flash_error, #flash_alert {
    background: rgba(225, 40, 40, .4)
}

#error_explanation, #flash_alert, #flash_error, #flash_notice {
    width: 40em;
    position: relative;
    top: 10px;
    padding: 0.5em 0;
    text-align: center;
    margin: 0 auto 20px auto;
    border-top: 2px solid #EEE;
    border-bottom: 2px solid #EEE;
}
#error_explanation h2 { font-size: 1.1em;  }
#error_explanation ul { margin: 0 0 0 2em; }
#error_explanation ul li { list-style-type: disc; padding: 2px 0;  }

#flash_alert, #flash_error, #flash_notice { top: 40px; }

.field_with_errors{ display: inline; }
.field_with_errors, .field_with_errors label{ color: #CC0000 !important; }
.field_with_errors input, .field_with_errors select, .field_with_errors textarea{ border-color: #CC0000 !important; }

.panel .content {
    color: #333;
    min-height: 300px;
}

.version {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: yellow;
    color: #333;
    padding: 5px;
    margin-top: 10px;
}

.version span {
    font-style: italic;
}

.box-popup {
    position: absolute;
    width: 350px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -175px;
    z-index: 336699;
}

.box-popup .content { min-height: 50px; }

.box-popup.big-popup {
    position: absolute;
    width: 650px;
    left: 50%;
    top: 0px;
    margin-top: 80px;
    margin-left: -325px;
}

.box-popup.big-popup .content {
    overflow: scroll;
    height: 600px;
}

a.underline {
    text-decoration: underline;
}

.lock {
  display: inline;
  float: right;
  font-style: italic;
  font-size: 15px;
}

.paybox {
  float:right;
}

.popup input[type=submit] {
  text-indent: -9999px;
  width: 150px;
  height: 33px;
  border: none;
  background: url(/assets/btn_dg_pay_w_paypal-aa9ef33887a453475337602668553ca8.gif);
}

#paypal {
  text-align: center;
}
