#openBlubster {
	text-align: center;
	margin: 0;
	padding: 0 0 10px;
	background-image: none;
	background: white !important;
}

#openBlubster ul {
	text-align: left;
	font-size: .7em;
}

#blubsterContents h2 {
	text-align: left;
	font-size: .7em;
	margin: 20px 0 0 18px;
	color: #3782E0;
}

#blubsterContents form td {
	padding: 7px 5px;
}

#blubsterContents table { font-size: 10px; }

.separator {
	background: url('../images/blubster/bg_separator.gif') repeat-x bottom center;
	margin: 5px 0 20px 18px;
	padding: 0;
	border: 0;
}

.separator hr {
	border: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
	height: 10px;
	clear:both;
}

#obHeader {
	height: 220px;
	background: url('../images/blubster/bg_head.jpg') repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
#obHeader div {
	width: 776px;
	margin: 0 auto;
}

#obHeader h1 {
	border-collapse: collapse;
	width: 776px;
	height: 30px;
	padding: 13px 0 0 0;
	margin: 0 auto;
	border: 0;
	font-family: Tahoma, Helvetica;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
}

/* Pequeño hack para que se vea también en opera y ff */
#obHeader>div>h1 {
	height: 43px;
	padding:0;
	display: table-cell;
	vertical-align: middle;
}

#headLinks {
	height: 148px;
	text-align: right;
	list-style: none;
	background: url('../images/blubster/header.gif');
	padding: 0;
	border:0;
	margin: 0;
}

#headLinks li {
	float:right;
	margin-top: 112px;
}

#navigation {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
	padding-top: 5px;
	height: 33px;
}

#navigation ul {
	margin: 0;
	border: 0;
	padding-right: 15px;
	float: right;
	text-align: center;
}

#navigation li {
	list-style-image: url('../images/blubster/bullet_navbar.gif');
	list-style-position: inside;
	float: left;
	padding: 2px 3px 2px 10px;
}

#navigation a {
	color: #9c9c9c;
	text-decoration:none;
}

#navigation a:hover {
	color: black;
}

#navigation a strong {
	color: #3782E0;
}
#navigation a:hover strong {
	color: black;
}


#blubsterContents {
	width: 772px;
	margin: 0 auto;
}

#blubsterContents h1 {
	text-align: left;
	margin: 10px 0 0 10px;
}

#blubsterContents p {
	margin: 7px 20px 7px 18px;
	text-align: left;
	font-size: .7em;
}

#blubsterContents p strong {
	color: #3782E0;
	font-weight: normal;
	font-size: 1em;
}

#blubsterContents p a strong {
	font-weight: bold;
}


#obRightPane {
	text-align: center;
	background: url('../images/blubster/menu_back.gif');
	width: 198px;
	height: 405px;
	margin: -20px 0 10px 20px;
	float: right;
}

#obRightPane p { margin: 23px 0 0 0; width: 100%; text-align: center; }
#obRightPane ul { margin: 10px auto 0; list-style: none; padding: 0; text-align: center; }


#obDescList {
	margin: 20px 7px 30px 10px;
	font-family: Arial, sans-serif;
	font-size: .6em;
	text-indent: 0;
	text-align: left;
	padding-left: 15px;
	list-style: url('../images/blubster/bullet.gif');
}


#obDescList li {
	margin: 0 0 0 20px;
	padding: 0 0 2px;
}

#obDescList strong {
	color: black;
	font-weight: normal;
}

#spheres {
	float: right;
	padding:0;
	border: 0;
}


#eula ul, #eula p { font-size: 1em !important; }

.typeI {
	list-style: upper-roman;
}
.typea {
	list-style: lower-alpha;
}