



/*----------------------------------------------------------------------------*/
/* Reset defaults */
/*----------------------------------------------------------------------------*/
*{
margin:0;
padding:0;
text-decoration:none;
}

.clear{
clear:both;
}

html {
overflow: -moz-scrollbars-vertical;
}




/*----------------------------------------------------------------------------*/
/* Bilder */
/*----------------------------------------------------------------------------*/
img{
border:none;
}



/*----------------------------------------------------------------------------*/
/* Layout */
/*----------------------------------------------------------------------------*/
body{
font:75%/1.5  Arial,Verdana, Helvetica, sans-serif;
color:#000000;
background:#1d1e20;
}

body#payments {
background:#eeeeee;
}

#header{
background:#FFFFFF;
padding:20px;
}

#topbar{
float:right;
text-align:right;
position:relative;
}

#main{
background:#fff;
padding:10px 20px 40px 20px;
}

#payments-container{
width:600px;
background:#fff;
border:1px solid #b3b3b3;
padding:15px;
margin:30px auto;
}



#bar_top_page{position:relative;width:100%;clear:both;height:30px;margin:0 auto;padding:0;background-image:url('../images/top-background.png');}
#bar_top{position:relative;clear:left;height:20px;text-align:left;float:left;margin:2px auto 0;padding:0;}


/*----------------------------------------------------------------------------*/
/* Navigation */
/*----------------------------------------------------------------------------*/
#nav{
list-style:none;
border:solid #999999;
border-width:1px 0;
padding:12px 0;
float:left;
width:100%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
}

#nav li{
display:inline;
float:left;
}

#nav li a{
padding-left:9px;
margin-right:2px;
height:30px;
float:left;
color:#424343;
}

#nav li a span{
padding-right:9px;
display:block;
float:left;
height:26px;
padding-top:4px;
}

#nav li a:hover{
background:#EEEEEE;
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
border-right:1px solid B3B3B3;
border-bottom:1px solid B3B3B3;
cursor:pointer;
}

#nav li a.current{
background:#1D1E20;
color:#FFFFFF;
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
border-right:1px solid #787878;
border-bottom:1px solid #787878;
}

#nav li a.add:hover{
background:#FFFFFF;
color:#FFFFFF;
}


#subnav{
list-style:none;
padding-top:15px;
}

#subnav li{
display:inline;
padding:0 3px;
}

#subnav li.last{
padding-right:0;
}

#subnav li a{
color:#999999;
font-weight:bold;
padding:0 3px;
font-size:1.2em;
}

#subnav li a:hover{
color:#0072ff;
}

#subnav li.current a{
color:#424343;
}


/*----------------------------------------------------------------------------*/
/* Headings */
/*----------------------------------------------------------------------------*/
#payments h1{
width:243px;
height:30px;
float:none;
background:url(../images/logo-small.gif) no-repeat;
margin-bottom:20px;
}


h1{
width:477px;
height:56px;
float:left;
background:url(../images/logo.jpg) no-repeat;
margin-bottom:20px;
}

h1 a{
display:block;
height:100%;
width:100%;
}

h1 a span{
position:absolute;
left:-999px;
}

h2{
font-size:2.2em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#b1b1b1;
font-weight:normal;
margin-bottom:10px;
}

h2.home{
text-align:justify;
margin-bottom:40px;
}

h2.all-tags{
font-size:1.8em;
margin:10px 0;
}

h2 span{
color:#0072ff
}

h2 a{
color:#b1b1b1;
}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
font-weight:normal;
}

h4{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
font-weight:normal;
}

#main h4{
margin:20px 0 10px 0;
}

h5{
font-size:1.4em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#b1b1b1;
font-weight:normal;
}


/*----------------------------------------------------------------------------*/
/* Headings */
/*----------------------------------------------------------------------------*/
ol{
margin:10px 0 0 20px;
}

#main .tags{
list-style:none;
margin:0 0 0px 0;
text-align:justify;
}

.tags li{
display:inline;
}

#main ul{
margin-left:20px;
}

.tags-link{
padding-left:10px;
padding-right:10px;
margin-right:10px;
#height:30px;
float:left;
#color:#2a2a2c;
font-weight:bold;
#background:#eeeeee url(/images/layout/tags.gif) top left no-repeat;
font-size:1.2em;
margin-bottom:10px;
}

.tags-link:hover{
cursor:pointer;
color:#ffffff !important;
background-color:#C2D220 !important;
}


/*----------------------------------------------------------------------------*/
/* Links */
/*----------------------------------------------------------------------------*/
a.link{
color:#2a2a2c;
border-bottom:1px solid #2a2a2c;
}

a.link:hover{
background:#2a2a2c;
color:#fff;
}

a.stats-link{
color:#2a2a2c;
border-bottom:1px solid #2a2a2c;
}

a.stats-link:hover{
background:#2a2a2c;
color:#fff;
}

a.lang-link{
color:#2a2a2c;
}

a.lang-link:hover{
color:#2a2a2c;
text-decoration:none;
}

#terms-link{
color:#999999;
border-bottom:1px solid #999999;
}

#terms-link:hover{
background-color:#999999;
color:#fff;
}

h2 a{
border-bottom:2px solid #b1b1b1;
color:inherit;
}

h2 a:hover{
background:#2a2a2c;
color:#fff;
border-bottom:1px solid #2a2a2c;
}

.cancel{
color:#be0707;
border-bottom:1px solid #be0707;
}

.cancel:hover{
background:#be0707;
color:#fff;
}






#payments-container ul{
margin-left:20px;
}






p{
margin:10px 0;
}

.copyright{
color:#999999;
width:90%;
margin:10px auto;
}

.copyright span{
color:#999999;
}

.copyright a{
color:#fff;
border-bottom:1px solid #fff;
}

.copyright a:hover{
border-bottom:none;
}


.left{
float:left;
}

.right{
float:right;
}

.strong{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
text-align:center;
font-size:1.6em;
color:#0072ff;
}

p span{
color:#999999;
}

.small,.small strong{
font-size:0.8em;
margin:20px 0 0 0;
}

#content-container em{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.3em;
}

small{
font-size:0.8em;
color:#999999;
}












/*----------------------------------------------------------------------------*/
/* Forms */
/*----------------------------------------------------------------------------*/
#frmPayments #submit{
padding:5px;
overflow: visible;
}

#frmPayments fieldset{
padding:15px;
border:1px solid #eeeeee;
margin-top:20px;
}

#frmPayments legend{
padding:0 2px;
background:#fff;
color:#0072ff;
font-weight:bold;
font-size:1.2em;
}

#frmPayments fieldset p{
margin-bottom:10px;
}

#frmPayments label{
font-weight:bold;
}

#frmPayments #tag, #frmPayments #price{
border:1px solid #2a2a2c;
padding:5px;
font-size:1.6em;
background:#f8f8f8 !important;
margin-bottom:10px;
}

#frmPayments label span{
color:#999999;
font-weight:normal;
}

#terms{
width:90%;
overflow:auto;
height:100px;
border:1px solid #000;
margin:0 0 20px 0;
background:#f8f8f8;
}

#terms div{
padding:10px;
margin-right:15px;
}

#terms ol{
padding-left:15px;
}

#frm-add-submit{
width:150px;
height:50px;
background:url(../images/layout/add.gif) no-repeat top;
border:none;
font-size:1.3em;
color:#173505;
}

#frm-add-submit:hover{
cursor: pointer;
background-position:0% -50px;
}

#sample_tag{
	float:left;
	font-size:12px;
	padding:0 7px;
       margin-bottom:10px;
}












#faq{
list-style:none;
}

#faq li, #faq h4, #faq p{
margin:0;
padding:0;
}

#faq li{
margin-bottom:20px;
}















#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }











div.alert {
	background: #fff5eb url(../images/div_alert.png) 3px 3px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 45px;
}


