* {
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: none;
}

html, body {
	/*	height: 100%;*/
	height: auto;
	position: static;
	width:360px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	width:360px;
}

a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px none;
}
label {
	cursor: pointer;
}
input {
	vertical-align: middle;
	border: 1px solid silver;
	text-align: left;
	font-size: 0.9em;
}
input[type=checkbox] {
	border: 0px none;
}
input[type=radio] {
	border: 0px none;
}
input[type=submit] {
}
input.btn {
	vertical-align: middle;
	border: 1px outset gray;
	background-color: #eeeeee;
	text-align: center;
	font-size: 0.9em;
}
select {
	vertical-align: middle;
	font-size: 0.9em;
	padding: 2px;
	border: 1px solid silver;
}




/** 	Classes	**/
.checkbox {
	border: 0px none;
	background: transparent;
}
.radio {
	border: 0px none;
	background: transparent;
}
.clear {
	clear: both;
}
a.btn {
	position: relative;
	border: 1px solid #990000;
	padding: 2px 5px;
	text-decoration: none;
}
a.btn:hover {
	position: relative;
	text-decoration: none;	
	background-color: #990000;
	color: White;
}






/** app container **/
div#container {
	width: 360px;
	margin: 10px;
}

/**	title	**/
div#title {
	position: relative;
	margin: 10px 0px;
	padding: 3px 5px;
	padding-bottom: 2px;
	height: 1.5em;
	background-color: #990000;
	font-weight: bold;
	font-size: 1em;
	color: white;
	border: 0px none;
}
*div#title {
	padding: 3px 5px;
	height: 1.8em;
}
#title_text {
	position: absolute; 
	z-index: 1;
}
#title_prefs {
	position: absolute; 
	z-index: 2;
	left: 100%;
	width: 200px;
	margin-left: -210px;
	text-align: right;
	font-weight: normal;
	font-size: 0.9em;
	color: white;
}
#title_prefs a {
	color: white;
}



/**	User prefs	**/
div#prefs {
	display: none;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid gray;
	background-color: #eeeeee;
}



/**	Top banner	**/
div#banner {
	/*position: relative;
	padding: 0px;
	margin: 10px 0px;
	text-align: center;*/
	background-image:url(http://www.septime.net/ubisoft/RSV2_Widgets/FaceBook/img/bkg_texture.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:140px;
	cursor:pointer;
}




/**	Promotional banner	**/
div#banner_promo {
	position: relative;
	padding: 0px;
	margin: 10px 0px;
	text-align: center;
}
div#banner_promo img {
	width: 360px;
}



/**  loading  **/
div#loading {
	margin: 10px 0px;
/*	margin-top: 30px;*/
/*	text-align: center;*/
	font-weight: bold;
}
div#loading img {
	vertical-align: middle;
}



/**  contents container 	**/
div#contents {
	position: relative;
	display: none;
	margin: 0px;
	border: 0px none;
	width: auto;
	text-align: center;
}



/**	RSS News	**/
div#news {
	font-size: 1em;
}
div#news li {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 20px;
}
div#news a.title {
	font-weight: bold;
	font-size: 1.1em;
	color: #990000;
	text-indent: -16px;
	text-decoration: none;
}
div#news a:hover.title {
	text-decoration: underline;
}
div#news div.desc {
	display: none;
	font-weight: normal;
	font-size: 1em;
	color: #333333;
}
div#news a.more {
	position: absolute;
	display: inline;
	border: 1px solid #990000;
	padding: 2px 5px;
	text-decoration: none;
}
div#news a:hover.more {
	text-decoration: none;	
	background-color: #990000;
	color: White;
}
a.adesc {
	color:#666666;
	text-decoration:none;
}
a.adesc:hover {
	color:black;
	text-decoration:none;
}



/**	XML CONTENTS	**/
/**	Goodies 	**/
div#goodies_type {
	position: absolute;
	display: block;
	height: 50px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 20px;
}
div#goodies_type a.goodies_type {
	position: relative;
	display: inline;
	border: 1px solid #990000;
	padding: 2px 5px;
	text-decoration: none;
	
}
div#goodies_type a:hover.goodies_type {
	position: relative;
	text-decoration: none;	
	background-color: #990000;
	color: White;
}
div.goodies_items {
	display: none;
}