p.leadtext {
	font-weight: bold;
	margin-bottom: 20px;
	color: black;
}

span.red {
	color: #ECA306;
	font-size: 1.3em;
}

span.error {
    border: 0;
    display: inline;
	color: #b21d00;
	background-color: #FBF7FF;
}

div.error {
	border-color: #b21d00;
	color: #b21d00;
	background-color: #FBF7FF;
}

div.installWuala {
	background-color: #f8f8f8; 
	padding: 5px; 
	margin-bottom: 20px;
}

.black {
	color: black;
}

.big-list-number {
	font-weight: bold; 
	font-size: 20px; 
	margin-right: 10px;
}


/**************/
/* start page */
/**************/

span.st {
	font-size: 16px;
	font-weight: normal;	
	color: #252525;
	line-height: 1.3em;
}

h2.st {
	font-size: 16px;
	font-weight: normal;	
	color: #252525;
	line-height: 1.3em;
	/*margin-bottom: 5px;*/
}

h2.st a {
	color: #252525;
	text-decoration: none;
}

p.st {
	color: #666666; 
	font-size: 11px; 
	line-height: 16px; 
	text-align: left;
}

#startbutton {
	margin: 0 auto; 
	text-align: center; 
	display: block; 
	width: 248px;
	min-width: 248px;
	max-width: 248px;
	height: 60px;
	min-height: 60px;
	max-height: 60px;
	background-repeat: no-repeat;
	background-image: url(/img/buttons/open_start.png);
}

div.counter-text {
	padding-top: 8px; 
	font-size:10px;	
}

table.counter {
	color: white;
	margin: 0px; 
	padding: 0px;
	width: 200px; 
	text-align: center; 
	margin: 0 auto;
}
#cntdwn {
	padding-top: 5px;
	padding-bottom: 20px;
	color: white;
	text-align: center;
	margin: 0 auto;
	border-right: 1px solid white;
}


div.counter-text td {
	text-align: center;	
	width: 50px;
	vertical-align: middle;
	border: 1px solid blue;
}

.gradientbox_outer {
	background-image: url(/img/bg/start_box_gradient.gif);
	background-repeat: repeat-x;
	background-color: #ededed;
	margin-left: -19px;	
	margin-right: -17px;
	overflow: auto;
}

.gradientbox_inner {
	margin-left: 19px;
	margin-right: 17px;	
}

#flashcontent {
	margin: 0 auto; 
	margin-left: 35px;
	text-align: center;
}

/* FAQ */

.faq {
}

.faq_off {
	display: none;	
}

#q {
	font-size: 11px;
	color: gray;
	padding: 2px;
}

#searchbutton {
	border: 0px; 
	background-image:url(/img/icons/magnifier.png); 
	background-repeat: no-repeat; 
	height: 16px; 
	width: 16px;
	background-color: #ffffff;	
	vertical-align: middle;
}

.no_search_result {
	border: 1px solid gray;
	margin: 10px;	
	padding: 10px;
	background-color: #ff9933;
	font-weight: bold;
}

/* STORAGE */

div.storage {
	width: 400px;
	height: 170px;
	border: 1px solid white;
}

.code {
	border: 1px solid red;
	background: #f0f0f0;
}

/**************/
/* press page */
/**************/

div.pressitem {
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 0px;
	width: 680px;
}

span.pressitem-title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

textarea.buttons {
	width: 320px; 
	height: 70px; 
	background-color: #f7f5f5;
}

table.awards td {
	text-align: center;
	margin: 0 auto;	
	color: #797C80;
	padding-top: 10px;
}

/**************/
/* admin page */
/**************/

div.admin-menu {
	padding: 10px;	
}

/*****************/
/* giftcard page */
/*****************/

input.form_error {
	border: 1px solid #b21d00;
}

span.form_error {
	color: #b21d00;
}
