/**
*	Popup Plugin (Frontend & Backend CSS)
*	Individuelle Stile
*/

#dynamic-popup a.button.colored:hover,
#dynamic-popup .button.colored:hover {
	background: rgb(230,143,5); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,143,5,1) 0%, rgba(243,177,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,143,5,1)), color-stop(100%,rgba(243,177,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,143,5,1) 0%,rgba(243,177,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,143,5,1) 0%,rgba(243,177,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(230,143,5,1) 0%,rgba(243,177,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(230,143,5,1) 0%,rgba(243,177,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68f05', endColorstr='#f3b102',GradientType=0 ); /* IE6-9 */
}

#dynamic-popup a.button.colored, #dynamic-popup .button.colored {
    background: rgb(243,177,2); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,177,2,1) 0%, rgba(230,143,5,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,177,2,1)), color-stop(100%,rgba(230,143,5,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(243,177,2,1) 0%,rgba(230,143,5,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(243,177,2,1) 0%,rgba(230,143,5,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(243,177,2,1) 0%,rgba(230,143,5,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(243,177,2,1) 0%,rgba(230,143,5,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b102', endColorstr='#e68f05',GradientType=0 ); /* IE6-9 */
}

#dynamic-popup a.button, #dynamic-popup .button {
    background: linear-gradient(to bottom, #4C4C4C 0%, #131313 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
}

#dynamic-popup-content .h1{
	color:		#eb790b;
	font-family:Georgia, "Lucida Bright", "DejaVu Serif", serif
}

#dynamic-popup-content .h1.popup{
	margin-top:	0;
	margin-bottom:	9px;
	font-size:	25px;
	line-height:29px;
}

/*
*	Frontend:
*/


#dynamic-popup{
	position:	fixed;
	bottom:		0;
	
	width:		268px;
	height:		232px;
	
	-webkit-box-shadow: 0 0 3px -1px #A8A8A8;
			box-shadow: 0 0 3px -1px #A8A8A8;
			
	z-index:	6000;
}

#dynamic-popup-inner{
	position:	relative;
	overflow:	hidden;
	
	width:		100%;
	height:		100%;
}

#dynamic-popup.left{ left: 30px;}
#dynamic-popup.right{ right: 30px;}

#dynamic-popup-image{
	position:	absolute;
	width:		268px;
	height:		232px;
	z-index:	10;
}

#dynamic-popup-title,
#dynamic-popup-text{
	position:	relative;
	z-index:	20;
}

#dynamic-popup-content{
	position:	absolute;
	top:		0;
	right:		0;
	
	padding:	22px 20px 10px;
	color:		#58606a;	
	font-size:	13px;
	line-height:18px;
	z-index:	20;
}

#dynamic-popup-content p{
	margin:		8px 0;
}

#dynamic-popup-button{
	position:	absolute;
	top:		0;
	right:		0;

	z-index:	30;
}

#dynamic-popup-short-text{
	position:	absolute;
	top:		0;
	left:		0;
	
	height:		36px;
	width:		100%;
	
	word-break:	normal;
	
	display:	none;
	z-index:	25;
	
	background-color:	#FFFFFF;
	
	cursor:		pointer;
}

#dynamic-popup-short-text-inner{
	font-family: Georgia;
	font-size:	 18px;
	
	padding:	 7px;
}

#dynamic-popup-button span{
	float:		right;
	margin:		7px 7px 0 0;
	padding:	1px 0 3px 0;
	
	font-size:	18px;
	
	color:		#383837;
	background:	rgba(234,234,234,0.90);
	
	cursor:		pointer;
}

#dynamic-popup-button span.dynamic-popup-button-min{
	margin:		7px 1px 0 0;
}

#dynamic-popup-button span:hover{
	color:		#000000;
	background:	rgba(234,234,234,1.00);
}

/**
*	Backend:
*/

#popup_live_preview{
	position:	fixed;
	left:		30px;
	bottom:		0px;
	
	width:		268px;
	height:		232px;
	
	display:	none;
	overflow:	hidden;
}

#popup_live_preview.right{
	left:		auto;
	right:		30px;
}

/*
#popup_live_preview_content #dynamic-popup{
	position:	relative;
	bottom:		0;
	left:		auto;
}

#popup_live_preview_content #dynamic-popup.right{
	right:		auto;
}
*/

#popup_live_preview .loader{
	width:		100%;
	height:		100%;
	
	background:	url(../pics/loader.gif) no-repeat center center;
}