/* Content styles for MultiMania portal */

#container #content img {
	float:left;
	margin:0 15px 5px 0;
}
#container #content h1 {
	font-size:24px;
	line-height: 1.2em;
	margin:10px 0 20px 0;
	padding-top:10px;
}
#container #content h1.blank {
	margin:10px 0 6px;
}
#container #content h1 a,
#container #content h1 a:link,
#container #content h1 a:visited,
#container #content h1 a:active {
	text-decoration:none;
}
#container #content h2 {
	font-size: 18px;
	margin: 10px 0 3px;
}
#container #content h3 {
	font-size: 16px;
	margin: 5px 0 3px;
}
.highlight {
	color: #7ec10f;
}
h1.color, h2.color, h3.color {
	color: #3AA0CE;
}
h1.color2, h2.color2, h3.color2 {
	color: #7cba29;
}
#container #content h2.extra,
#container #content h3.extra {
	margin-bottom: 1em;
}

#container #content h1.warning {
	margin-top: 40px;
	font-size: 34px;
	color: #d30208;
}
#content h1 span.lead {
	display: block;
	font-size: 13px;
	line-height: 2.3em;
}

#container #content ul, #container #content ol {
	list-style-position: inside;
}
#container #content ul.bullets {
	list-style-position: outside;
	list-style-type: circle;
	margin-bottom: 1.3em;
}
#container #content ul.bullets li {
	margin-left: 15px;
	padding-left: 0.5em;
}
#container #content ul.specialbullets {
	margin-bottom: 1.3em;
}
#container #content ul.specialbullets li {
	list-style-image: url(/i/arrow_small.png);
	list-style-position: outside;
	margin-left: 2em;
}
#container #content ul.specialbullets a {
	position: relative;
	top: -3px;
	text-decoration: none;
	color: #3AA0CE;
}
#container #content ul.specialbullets a:hover {
	text-decoration: underline;
}




#container .options{
	background:#fff;
	border-bottom:1px #355666 solid;
	color:#1A202A;
	overflow:hidden;
	padding:20px 20px 20px;
}
#container .options a{
	color:#1A202A;
	font-weight:bold;
}
#container .options img{
	float:left;
	margin:0 20px 10px 0;
}
#container .options h1{
	font-size:18px;
	height: 2.3em;
	margin: 10px 0;
	padding-top: 19px;
}
#container .options .l{
	float:left;
	width:50%;
}
#container .options .r{
	float:right;
	margin-left:-5px;
	width:50%;
}
#container .options .l div{padding-right: 15px;}
#container .options .r div{padding-left: 15px;}


#container .welcome {
	height:212px;
	background:#49BBEF url(/i/welcome_bg.jpg) no-repeat;
	border-bottom:1px #355666 solid;
	position: relative;
}
#container .welcome .welcometext {
	width: 400px;
	position: relative;
	top: 33px;
	left: 25px;
}
#container .welcome .welcometext h1 {
	margin-bottom: 0.1em;
	line-height: 31px;
	font-size: 29px;
	color: #ffffff;
}
#container .welcome .welcometext p {
	font-size: 14px;
	margin: 0;
}
#container .welcome .welcome_box {
	width: 387px;
	height: 189px;
	position: absolute;
	top: 11px;
	right: 12px;
	display: table-cell;
	vertical-align: middle;
}
#container .welcome .welcome_box .storage {
	width: 90px;
	height: 90px;
	position: absolute;
	top: -11px;
	right: -13px;
	background-repeat: no-repeat;
	background-position: top left;
}
#container .welcome .welcome_box .storage.de {
	background-image: url(/i/welcome_1gb_de.jpg);
}
#container .welcome .welcome_box .storage.uk {
	background-image: url(/i/welcome_1gb_uk.jpg);
}
#container .welcome .welcome_box .storage.fr {
	background-image: url(/i/welcome_1gb_fr.jpg);
}
#container .welcome .welcome_box .storage.it {
	background-image: url(/i/welcome_1gb_it.jpg);
}
#container .welcome .welcome_box .storage.es {
	background-image: url(/i/welcome_1gb_es.jpg);
}
#container .welcome .welcome_box .storage.nl {
	background-image: url(/i/welcome_1gb_nl.jpg);
}

#container .welcome .welcome_box ul {
	margin: 20px 0 0 25px;
}
#container .welcome .welcome_box ul li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 45px;
	background: url(/i/welcome_bullet.gif) no-repeat left center;
	font-weight: bold;
	font-size: 19px;
	font-style: italic;
}
#container .features {
	background: #C0DBE2;
	border-top: 4px #79B829 solid;
	border-bottom: 1px #99B1B9 solid;
	height: 100%;
	overflow: hidden;
	padding-bottom: 15px;
}

#container .features .feature{
	background:#FCFCFD url(/i/features.png) repeat-x bottom;
	border: 1px solid #B3C2C6;
	float:left;
	width:490px;
/*	height:250px;*/
	margin:12px 0 0 20px;
	_margin-left:10px;
}
#container .features .feature .featurecontent {
	margin: 20px;
}
#container .features .feature img.teaser{
	border:0;
	float:left;
	margin: 26px 20px 0 0;
}
#container .features .feature h1{
	background:none;
	color:#1A202A;
	font-size:28px;
	line-height:24px;
	margin-bottom: 5px;
	width:auto;
}
#container .features .feature h1 span{
	font-size:16px;
}
#container .features a{color:#1A202A;}
#container .features h2{
	color:#3AA0CE;
	font-size:13px;
	margin:5px 0 3px 0;
}
#container .features .feature p{
	color:#1A202A;
	display:block;
	line-height:18px;
	margin-bottom: 1em;
}
#container .features .feature .arrow {
	margin-bottom: 1em;
}
#container .features .schoolofweb {
	float: right;
	width: 405px;
}
#container .features .schoolofweb .arrow {
	float: none;
	margin-right: 0;
}
#container .features .schoolofweb .c33 {
	width: 33%;
	float: left;
}

#container .arrow{
	background:url(/i/arrow.png) no-repeat;
	color:#1A202A;
	display:block;
	float:left;
	font-size:15px;
	font-weight:bold;
	height:21px;
	padding-left:27px;
}
#container .arrow:hover {
	color: #3AA0CE;
}

#container .features  h1{
	background:url(/i/new.gif) 700px center no-repeat;
	color:#1A202A;
	display:block;
	font-size:20px;
	line-height:24px;
	margin-top:20px;
}

#container .features img.teaser{
	border:4px #79B829 solid;
	margin:10px 15px 0 0;
}


/* ********** Side-wide used elements ********** */

hr {
	height: 1px;
	width: 98%;
	margin: 0 auto 1.3em;
	border: 0 none;
	color: #dedede;
	background-color: #dedede;
}
#content .arrowsmall {
	padding-left: 20px;
	background: transparent url(/i/arrow_small.png) no-repeat left center;
}

.error {
	color: red;
	font-weight: bold;
}

/* ------------------------------------------ */
/* PopUps */
/* ------------------------------------------ */
body#popup #container {
	position:relative;
	overflow:hidden;
	padding:0 0 10px 0;
	background:#1C2E3C;
	width: auto;
}
body#popup #container #content {
	width: auto;
	background:#fff;
	border-bottom:1px #355666 solid;
	border-top:4px #1C2E3C solid;
	color:#1A202A;
	overflow:hidden;
	padding: 10px 15px 40px;
}
body#popup #container #content form.settings label {
  /*float: left;*/
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-weight: bold;
  width: 20%;
}
body#popup #container #content form.settings input.fullwidth,
body#popup #container #content form.settings select.fullwidth,
body#popup #container #content form.settings textarea.fullwidth {
	width: 76%;
}
body#popup #body {
	border-bottom: 1px solid #dedede;
	padding: 1.3em 0 0.3em;
}
body#popup .nextlast {
	margin-top: 15px;
	padding: 0.5em 0;
	text-align: center;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
body#popup #container #content .nextlast a {
	text-decoration: none;
}
body#popup .nextlast .last {
	margin: 0;
	margin-left: 10em;
	padding-right: 9px;
	background: transparent url(/i/bullet_more.gif) no-repeat right center;
	color: #3AA0CE;
	cursor: pointer;
}
body#popup .nextlast .next {
	margin: 0;
	padding-left: 9px;
	background: transparent url(/i/bullet_prev.gif) no-repeat left center;
	color: #3AA0CE;
	cursor: pointer;
}
body#popup #container #content h1 {
	margin: 0px 0 15px;
}
body#popup #container #content .arrow {
	float: none;
	display: inline;
	height: 21px;
	line-height: 21px;
	margin-left: 10px;
	padding: 2px 0 1px 27px;
}
body#popup #mailForm span {
	display: block;
	font-style: italic;
}
body#popup #mailForm input.wrongentry {
	border: 1px solid #d30208;
}
body#popup #mailForm .errormessage {
	font-weight: bold;
	font-style: italic;
	color: #d30208;
}


/* ********** Section specific modifications ********** */

#content .col_l {
	float: left;
	width: 48.5%;
	margin-right: 3%;
}
#content .col_r {
	float: right;
	width: 48.5%;
}
#container #content .col_r .button,
#container #content .col_r .smallbutton {
	float: right;
}

#content .statusbar {
	width: 100%;
	height: 19px;
}
#content .statusbar .done {
	float: left;
	background: #a3a4a6 url(/i/statusbar_done.png) left center repeat-x;
}
#content .statusbar .open {
	background: #bdbdbd url(/i/statusbar_open.png) left center repeat-x;
}

#content h2.color .storagesize {
	font-size: 14px;
	color: #1A202A;
}
#content .storagedetails {
	font-size: 11px;
}


/********* Info boxes *********/

#content .infobox {
	width: 90%;
	margin: 0 auto 1.3em;
	padding: 1.3em 1.3em 1.3em;
	background-color: #c6e6f1;
	-moz-border-radius: 6px;
}
#content .infobox.warning {
	background-color: #fecccd;
	margin-top: 2em;
	padding: 1.3em 1.3em 0.3em;
}
#content .infobox.light {
	background-color: #eff9fb;
}
#content .infobox h2 {
	margin: 0.1em 0 0.75em !important;
	font-size: 22px !important;
	color: #7bba29;
}
#container #content .infobox.warning h1 {
	color: #f00;
	margin-top: 0;
	padding-top: 0;
	font-size: 28px;
}
#content .infobox.warning h2 {
	color: #f00;
}
#content .infobox img {
	float: left;
	margin: 0 15px 5px 0;
}
#content .infobox .icon {
	float: left;
	position: relative;
	margin: 0 15px 0 0;
}
#content .infobox .icon.note {
	width: 38px;
	height: 34px;
	top: -5px;
	background: transparent url(/i/notice.png) no-repeat top left;
}
#content .infobox p {
	margin-bottom: 1.3em;
}
#content .infobox ul.specialbullets {
	margin-bottom: 1.3em;
}
#content .infobox ul.specialbullets li {
	list-style-image: url(/i/arrow_small.png);
	list-style-position: outside;
	margin-left: 2em;
}
#container #content .infobox ul.specialbullets a {
	position: relative;
	top: -3px;
	text-decoration: none;
	color: #3AA0CE;
}
#container #content .infobox ul.specialbullets a:hover {
	text-decoration: underline;
}
#content ul.greenbullets {
	margin-bottom: 1.3em;
}
#content ul.greenbullets li {
	height: 30px;
	list-style-image: url(/i/greenbullet.gif);
	list-style-position: outside;
	margin-left: 32px;
}
#content ul.greenbullets li span {
	position: relative;
	top: -7px;
}


#container #content .infobox a.sitestatistics {
	padding-left: 2em;
	background: transparent url(../build/img/boxbottom.gif) no-repeat left center;
	text-decoration: none;
	color: #3AA0CE;	
}
#container #content .infobox a.sitestatistics:hover {
	text-decoration: underline;
	cursor: pointer;
}
#container #content .infobox a.more {
	/*margin: 0 0 0.3em;*/
}
#content .infobox .link {
	float: left;
	margin-right: 30px;
	padding-left: 28px;
}
.infobox a.link.help {
	background: url(/i/tiphelp.gif) left center no-repeat;
}
.infobox a.link.tutorial {
	background: url(/i/tiptutorial.gif) left center no-repeat;
}


/********* Super User Boxes *********/

#content .superuserbox {
	width: 90%;
	margin: 2em auto 1.3em;
	padding: 1.3em 1.3em 1.3em;
	background-color: #eff9fb;
	-moz-border-radius: 6px;
}
#container #content .superuserbox img {
	margin-top: 6px;
}
#container #content .superuserbox h1, .superuserbox h2 {
	color: #7cba29;
}
#container #content .superuserbox h1 {
	margin: 3px 0 5px;
	font-size: 31px;
}
#container #content .superuserbox h2 {
	margin: 0 0 1em;
	font-size: 15px;
}
#container #content .superuserbox ul {
	margin-bottom: 1.3em;
}
#container #content .superuserbox .more {
	margin: 0 0 5px;
	font-size: 20px;
	text-decoration: none;
	top:0;
}
#container #content .superuserbox .more:hover {
	text-decoration: underline;
}


/********* Forms: Settings *********/

form.settings fieldset {
  margin: 1.3em 0 1.3em;
  border: 0 none;
}
form.settings legend {
  display: none;
  margin: 0 0 8px;
  padding: 0;
  font-size: 19px;
  font-weight: bold;
  color: #3AA0CE;
}
form.settings legend.show {
	display: block;
}
form.settings label {
  /*float: left;*/
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.settings input, form.settings select {
	margin-top: 2px;
}
form.settings p {
	margin-bottom: 0;
	line-height: 1.8;
}
form.settings ol {
  margin: 0;
  padding: 0;
}
form.settings fieldset li {
	float: left;
	width: 98%;
	list-style: none outside;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #dedede;
}
form.settings fieldset li.blank {
	border: none;
}
form.settings fieldset li li {
	border: none;
}
form.settings li .errormessage {
	display: none;
	font-size: 11px;
	font-style: italic;
	color: #d30208;
}
form.settings li.wrongentry label {
	color: #d30208;
}
form.settings li.wrongentry input,
form.settings li.wrongentry select {
	border: 1px solid #d30208;
}
form.settings li.wrongentry .errormessage {
	display: block;
}
form.settings fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.settings fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.settings fieldset fieldset label {
  display: block;
  width: auto;
}
form.settings em {
  margin-left: 3px;
  font-weight: bold;
  font-style: normal;
  color: #d30208;
}
form.settings label {
  width: 50%; /* Width of labels */
  font-weight: bold;
}
form.settings fieldset fieldset legend {
	color: #000;
	font-weight: bold;
}

form.settings input.fullwidth,
form.settings select.fullwidth,
form.settings textarea.fullwidth {
	width: 46%;
}
form.settings textarea {
	height: 5em;
}
form.settings li .multiplerows {
	float: left;
	width: 48%;
}

/*
form.settings .infobox label {
	width: 80px;
}
form.settings .infobox input {
	width: 155px;
}
*/

form.settings .infobox li {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
form.settings .mandatoryfields {
	text-align: right;
	margin-bottom: 1.3em;
}

/* Multi Choice */
form.settings fieldset.multichoice {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 0.8em;
}
form.settings fieldset.multichoice li {
	border-bottom: none 0px;
}
form.settings fieldset.multichoice input.radio {
	margin: 5px 2px 0 0;
}
form.settings fieldset.multichoice label {
	font-weight: normal;
}

/* special fields for myaccount/data */
form.settings input#data_dob_year {
	width: 50px;
}
form.settings .infobox input#loginData {
	margin-right: 20px;
}

/* special fields for myaccount/settings */
form.settings .modify {
	float: right;
	margin: -7px 0 0.5em;
}
#container #content form.settings .modify .button {
	float: right;
}
form.settings .textfield {
	margin-left: 4px;
}

/* special fields for Bug Report */
form.settings .multichoice label.lostPageDate {
	width: 65%;
}
form.settings .multichoice li .support {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	line-height: 15px;
	color: #777;
}
#container #content form.settings .multichoice li .support a {
	font-weight: normal;
	color: #777;
}

form.settings #counterdesign input {
	float: left;
	margin: 3px 7px 0 0;
}



/* myaccount */
#service_news {
	margin-bottom: 2.6em;
}

/* build */
h2.webftpthumb,
h2.phpmyadminthumb,
h2.sitecatcherthumb,
h2.frontpagethumb,
h2.webbuilderthumb {
	height: 60px;
	padding-left: 110px;
}
h2.webftpthumb span,
h2.phpmyadminthumb span,
h2.sitecatcherthumb span,
h2.frontpagethumb span,
h2.webbuilderthumb span {
	position:relative;
	top: 17px;
}
h2.webftpthumb {
	background: transparent url(/i/o1.gif) left center no-repeat;
}
h2.phpmyadminthumb {
	background: transparent url(/i/o4.gif) left center no-repeat;
}
h2.sitecatcherthumb {
	background: transparent url(/i/o2.gif) left center no-repeat;
}
h2.frontpagethumb {
	background: transparent url(/i/o3.gif) left center no-repeat;
}
h2.webbuilderthumb {
	background: transparent url(/i/o5.gif) left center no-repeat;
}

/* build_goodies */
.col_l.addons, .col_r.addons {
	margin-top: 1.3em;
}
.col_l.addons p, .col_r.addons p {
	padding-left: 56px;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 17px;
	height: 4.5em;
}
.col_l.addons .guestbook {
	background-image: url(../build/goodies/img/guestbook.gif);
}
.col_l.addons .counters {
	background-image: url(../build/goodies/img/counters.gif);
}
.col_l.addons .survey {
	background-image: url(../build/goodies/img/survey.gif);
}
.col_r.addons .errors404 {
	background-image: url(../build/goodies/img/404.gif);
}
.col_r.addons .feedbackforms {
	background-image: url(../build/goodies/img/feedback.gif);
}
.col_l.addons p span, .col_r.addons p span {
	font-weight: bold;
	color: #3AA0CE;
}

/* glossary */
ol.glossary li {
	list-style: none;
}
ol.glossary.index {
	display: block;
	float: left;
	margin: 0 0 1.3em;
	padding: 0;
}
ol.glossary.index li {
	float: left;
	line-height: 20px;
	margin: 0 2px 0 0;
	text-align: center;
}
#container #content ol.glossary.index a {
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none !important;
	background: #C6E6F1;
}
#container #content ol.glossary.index li.active a {
	background: #9bcfe4;
}
#container #content ol.glossary.index a:hover {
	color: #fff;
	background: #2DABE5;
}
#container #content ol.glossary.index li.active a:hover {
	color: #000;;
	background: #9bcfe4;
	cursor: default;
}

/* data and settings presentation */
.settings li {
	clear: both;
	overflow: hidden;
	padding: 5px;
	border-bottom: 1px solid #dedede;

}
.settings .label {
	float: left;
	clear: both;
	width: 40%;
	margin-right: 1em;
	font-weight: bold;
}
.settings .value {
	
}

/* help centre */
#container #content h2.helpcentre {
	margin: 1.8em 0 0.5em;
}
#content form.lineup input {
	float: left;
	margin: 3px 1em 1.3em 0;
}

/* Sign Up Process */
#container .headline.signup h1 {
	float: none;
	padding-left: 0;
	font-size: 26px;
	color: #242c37;
}
#container .headline.signup p {
	float: none;
	margin: 0 0 0 20px;
	font-weight: bold;
}
#container .headline.signup p a {
	color: #242C37;
}
#container .headline.signup p a:hover {
	color: #5B707E;
}

#content .steps {
	width: 49%;
	border: 1px solid #bfc0c2;
	-moz-border-radius: 6px;
}
#content .steps.step_l {
	float: left;
}
#content .steps.step_r {
	float: right;
}
#container #content .steps h1 {
	margin-left: 22px;
	margin-top: 17px;
	padding-top: 0;
	padding-left: 45px;
	font-size: 26px;
	line-height: 26px;
	color: #a5a5a5;
}
#container #content .steps.step_l h1 {
	background: transparent url(/i/reg_bullet1.gif) no-repeat left center;
}
#container #content .steps.step_r h1 {
	background: transparent url(/i/reg_bullet2.gif) no-repeat left center;
}

#container #content .steps h1 span {
	font-size: 18px;
	color: #c0c0c0;
}
#container #content .steps.step_l.active h1 {
	color: #26b6f5;
	background-image: url(/i/reg_bullet1_active.gif);
}
#container #content .steps.step_r.active h1 {
	color: #26b6f5;
	background-image: url(/i/reg_bullet2_active.gif);
}	
#container #content .steps.active h1 span {
	color: #000;
}

#content #mysignup {
	position: relative;
}
#content #mysignup .explain {
	margin: 20px 0;
}

#content #mysignup.settings label {
	width: 200px;	
}
form#mysignup.settings input.fullwidth,
form#mysignup.settings select.fullwidth,
form#mysignup.settings textarea.fullwidth {
	width: 185px;
}
form.settings textarea {
	height: 5em;
}
form#mysignup.settings input#yearDob {
	width: 50px;
}
form#mysignup.settings .male {
	margin-right: 3em;
}
form#mysignup.settings .terms {
	height: 5.8em;
}
#container #content form#mysignup.settings img {
	margin-bottom: 0;
}
form#mysignup.settings ._answer {
	margin-bottom: 0;
	padding-bottom: 3em;
	border-bottom: 1px solid #dedede;
}
form#mysignup.settings .instructions {
	margin-bottom: 0;
	padding-bottom: 3em;
	border-bottom: 1px solid #dedede;
}

#content .hintcontainer {
	position: absolute;
	top: 165px;
	right: 60px;
	width: 300px;
}
#content .hintbox {
	position: relative;
	padding: 18px 23px;
	background: #c1e8f9;
	-moz-border-radius: 6px;
}
#container #content .hintbox h2 {
	margin-top: -3px;
	color: #242c37;
	background: transparent url(/i/hintbox_pointer.gif) no-repeat 0 0;
	position: relative;
	left: -32px;
	padding-left: 32px;
}
#content .hintbox p {
	margin: 0;
	padding: 0;
	line-height: 18px;
	color: #242c37;
}
#content .hintbox._password {top: 33px;}
#content .hintbox._password2 {top: 67px;}
#content .hintbox._email {top: 123px;}
#content .hintbox._question {top: 156px;}
#content .hintbox._answer {top: 189px;}

#content .hintbox._sexe {top: 30px;}
#content .hintbox._terms {top: 192px;}

#content .hintbox._sitename {top: -112px;}
#content .hintbox._tld {top: -78px;}
#content .hintbox._ftppassword {top: -27px;}
#content .hintbox._ftppassword2 {top: 7px;}
#content .hintbox._security2 {top: 85px;}


#content #mysignup .infobox.warning {
	margin-bottom: 2em;
}
#content #mysignup.settings .infobox label {
	width: 165px;	
}
#mysignup.settings .infobox input.fullwidth,
#mysignup.settings .infobox select.fullwidth,
#mysignup.settings .infobox textarea.fullwidth {
	width: 170px;
}
#content .infobox .col_l,
#content .infobox .col_r {
	margin-bottom: 1.3em;
}

.signUpText {
	margin-bottom: 4em;
}
#container #content h1.confirmation {
	height: 53px;
	padding-top: 16px;
	background: transparent url(/i/letter.png) no-repeat 0 0;
	padding-left: 70px;
}
#container #content h1.thumbsup {
	height: 51px;
	margin-bottom: 0;
	padding-top: 14px;
	background: transparent url(/i/thumbsup.png) no-repeat 0 0;
	padding-left: 60px;
}
/* WebBuilder */
#content .webBuilder .first,
#content .webBuilder .second {
	padding-left: 36px;
}
#content .webBuilder .first {
	float: left;
	width: 244px;
	margin-right: 15px;
	background: transparent url(/i/reg_bullet1_active.gif) no-repeat top left;
}
#content .webBuilder .second {
	float: right;
	width: 244px;
	background: transparent url(/i/reg_bullet2_active.gif) no-repeat top left;
}
#content .webBuilder select {
	width: 100%;
}


/* Goodies Counter */
.liveCounterTeaser {
	width: 40%;
}
.liveCounterTeaser p {
	padding-left: 55px;
	background: transparent url(/build/goodies/img/liveCount.gif) no-repeat left 5px;
}


/* PopUp SuperUser Profile */
#popup #su_profile {
	margin: 0 15px 0;
	border-collapse: collapse;
}
#popup #su_profile tr {
	border-bottom: 1px solid #dedede;
}
#popup #su_profile td {
	padding: 0.3em 0 0.3em;
	vertical-align: top;
}
#popup #su_profile .item {
	width: 180px;
	font-weight: bold;
}
/*#popup #su_profile {
	display: block;
	float: right;
}*/

/* ----------------------------------- */

