/* ------------------------------------------------------------------------- */
/* --------------------------------- LAYOUT -------------------------------- */
/* ------------------------------------------------------------------------- */

#main {
    min-height: 20em;
}
* html
#main {
    height: 20em;
}
#main.guest {
    margin-top: 1.5em;   
}
#sidebar {
    float: left;
    width: 16%;
}
#sidebar.narrow {
	width: 19%;
}
#middle {
	float: right;
	width: 82.5%;
}
#middle.narrow {
	width: 79.5%;
}
#footer {
    clear: both;
}


/* ------------------------------------------------------------------------- */
/* ----------------------------- GLOBAL MESSAGE ---------------------------- */
/* ------------------------------------------------------------------------- */

#global-message {
  background: #ffffb0; 
  border-bottom: 2px solid #ccc; 
  padding: 1em 1em; 
  font-weight: normal; 
  font-size: 110%; 
  margin-bottom: .25em;
}

/* ------------------------------------------------------------------------- */
/* --------------------------------- HEADER -------------------------------- */
/* ------------------------------------------------------------------------- */

#mlb {
  background: #888;
  font-family: Arial;
  color: #fff;
  padding: 4px 8px 5px;
}
#mlb a {
  text-decoration: underline;
  color: #fff;
  padding: 4px 0;
}
#mlb a i {
  font-style: normal;
}
#mlb a:hover {
  color: #ddd;
}
#header.application {
	background: repeat-x;
  margin-bottom: 1.75em;
  text-align: center;
  padding-top: 4px;
	border-bottom: 1px dashed #ccc;
}
#header.application .ads {
    position: absolute;
    padding: .5em;
    border: 1px dashed #ccc;
    border-top: none;
    left: 1em;
    top: 2.25em;
}
#header.application #bar {
    position: relative;
    text-align: center;
    height: 2.25em;
}
#header.application #bar h1 {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
}
#header.application #bar h1 a {
	background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -9999em;
    margin: 0 auto;
}
#header.application #navigation {
    position: absolute;
    left: .5em;
    top: .5em;
}
#header.application #account {
    position: absolute;
    right: 0;
    top: .5em;
}
#header.application .menu li {
    border-right: 1px solid;
    float: left;
    padding: 0px 10px;
}
#header.application .menu li.first {
	padding-left: 5px;
}
#header.application .menu li.last {
    border: none;
}
#header.application .menu li.current {
    padding-left: 6px;	
}
#header.application .menu li.current a {
	font-weight: bold;
	font-size: 110%;
	background: #ffffd0 url(/images/icons/bullet_go.gif) no-repeat;
	padding-left: 18px;
}
#header.application .menu li .highlight {
	font-weight: bold;	
}
#header.application .menu li span.text-link-ads {
	font-size: 90%; 
	color: #888;
 }
#header.application .menu li.ad {
    font-weight: bold;
    /*padding-left: 18px;
    background: url(/images/money.gif) no-repeat;
    margin-left: 4px;*/
}
#header.application .menu li.ad .price {
  text-decoration: underline;
}
#header.application #navigation li.last {
    white-space: nowrap;
	  overflow-x: hidden;
	  text-align: left;
}
#header.application #navigation li.last strong {
    font-size: 100%;
}

/* ------------------------------------------------------------------------- */
/* ------------------------------- OTHER HEADER ---------------------------- */
/* ------------------------------------------------------------------------- */

/* PS.: This should be #header.advertiser, but IE has a bug when it finds 
   the #header.application before in the same file */

#header-advertiser {
    background-repeat: repeat-x;
    border-bottom: 1px dashed #d0d6d9;
    padding: 0.01em;
    margin-bottom: 1.5em;
}
#header-advertiser .page {
}
#header-advertiser .top {
    font-size: 95%;
    position: relative;
}
#header-advertiser .top p {
    text-align: left;
    margin-top: .25em;
}
#header-advertiser .top p a {
    text-decoration: underline;
}
#header-advertiser .top #account {
    line-height: 1em;
    position: absolute;
    right: 0;
    top: .25em;
}
#header-advertiser .top #account li {
    border-right: 1px solid;
    float: left;
    padding: 0px 10px;
}
#header-advertiser .top #account li.last {
    border: none;
    padding-right: 0;
}

#header-advertiser .left {
    margin-right: 743px;
    text-align: center;
}
#header-advertiser .left h1 {
    font-size: 1em;
    margin: 1em 0 .3em 0;
}
#header-advertiser .left h1 a {
	background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -9999em;
    margin: 0 auto;
}
#header-advertiser .left #navigation {
    font-size: 110%;
    width: 15em;
    margin: 0 auto;
}
#header-advertiser .left #navigation li {
    float: left;
    padding: 0 1em 0 0;
}
#header-advertiser .left #navigation li.start {
    font-weight: bold;
    padding-left: .25em;
}
#header-advertiser .left #navigation li.last {
    padding-right: 0;   
}
#header-advertiser .ads {
    float: right;
    border: 4px solid #e0e6e9;
    margin: .5em 0 .75em 0;
    width: 728px;
    height: 90px;
}

/* ------------------------------------------------------------------------- */
/* ---------------------------------- SIDEBAR ------------------------------ */
/* ------------------------------------------------------------------------- */

#sidebar {
	/*margin-top: 125px;*/
}
#sidebar img {
    border: none;
}
#sidebar h1 {
    text-align: center;
}
#sidebar h2 {
    text-align: center;
}
#sidebar #spied {
    text-align: center;
}
#sidebar #spied h2 {
    margin: 1em;
	font-size: 125%;
}
#sidebar #spied h2.label {
    margin-top: 0;
}
#sidebar .menu {
    background-repeat: repeat-x;
    border-top: 1px solid;
    margin-bottom: 1em;
    min-height: 60px;
    padding: 1em 1em 0 1em;
    text-align: left;
}
#sidebar .menu li {
    padding-bottom: 1em;
}
#sidebar #ad {
    text-align: center;
    padding-bottom: 2em;
}
#sidebar .jacotei {
    margin-bottom: 2em;
}

* html
#sidebar .menu {
    height: 60px;
}



/* ------------------------------------------------------------------------- */
/* --------------------------------- MIDDLE -------------------------------- */
/* ------------------------------------------------------------------------- */

#middle h2 {
	text-align: center;
    padding-right: 28%;
}

/* ------------------------------------------------------------------------- */
/* -------------------------------- FLASHES -------------------------------- */
/* ------------------------------------------------------------------------- */

#messages {
    background-repeat: repeat-x;
    border: 1px solid;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: left;
}
#messages a.close {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    margin: 0 1em;
    padding-top: .25em;
}
#messages a {
    text-decoration: underline;
}
#messages ul {
    padding: .1em 1em;
    margin-bottom: -.9em;
}
#messages ul li {
    padding-bottom: 1em;
}
#notice,
#warning {
    border: 2px solid;
}

/* ------------------------------------------------------------------------- */
/* --------------------------------- MESSAGES ------------------------------ */
/* ------------------------------------------------------------------------- */

.fieldWithErrors {
    display: inline;
}

#errors {
    margin: 1em auto 1em auto;
    padding: 0em 1em 0em 1em;
    text-align: left;
}
#errors h2 {
    font-size: 100%;
}

#notice {
    margin: 1em auto 1em auto;
    padding: 0.5em;
    text-align: left;
}

#warning {
    margin: 1em auto 1em auto;
    padding: 0.5em;
    text-align: left;
}

/* ------------------------------------------------------------------------- */
/* ------------------------------- STATUS 503 ------------------------------ */
/* ------------------------------------------------------------------------- */

#main.status-503 p {
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    color: #888;
    margin-top: 5em;
}    
#main.status-503 p img {
    vertical-align: middle;
}
#main.status-503 p#ready {
    font-size: 140%;
    color: #88f;
    margin-top: 2em;
}    
#main.status-503 p#ready a {
    text-decoration: underline;
}

/* ------------------------------------------------------------------------- */
/* --------------------------------- Dialog -------------------------------- */
/* ------------------------------------------------------------------------- */

.dialog {
  display: none;
	border: 8px solid #ccc;
	padding: 20px;
	position: absolute;
}
/* ------------------------------------------------------------------------- */
/* -------------------------------- GLOBAL --------------------------------- */
/* ------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

a img {
	border: none;
}

body {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 9.8pt;
}

#page, .page {
    margin: 0 auto;
    max-width: 78em;
    padding: 0 .5em;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a.external {
    background-position: center right;
    background-repeat: no-repeat;
	padding-right: 15px;
	margin-right: 3px;
}

h2 {
    font-size: 1.4em;
    margin: 0 0 .75em 0;
}

h2.error {
	text-align: center;
	margin-top: 5em;
	font-size: 1.4em;
}

h3 {
    font-size: 115%;
}

strong {
    font-size: 110%;
}

ul, ol {
    list-style: none;
}

.clear {
    clear: both;
}

.invisible {
    border: none;
    background: transparent;
    height: 0px;
}

a form {
    display: none;
}

select option {
    padding: 0 3px 0 5px;
}

p.news {
    font-size: 125%;
    margin-bottom: 2em;
    text-align: center;
}
p.news a {
    text-decoration: underline;   
}

/* ------------------------------------------------------------------------- */
/* --------------------------------- FORMS --------------------------------- */
/* ------------------------------------------------------------------------- */

form {
    text-align: left;
    margin-bottom: 2em;
}
form label {
    font-weight: bold;
    padding: .2em;
    cursor: pointer;
}
form ul {
    margin-bottom: 1em;
}
form ul li {
    padding: 0.2em;
}
form input, form textarea {
    border: 1px solid;
    font-family: "Trebuchet MS", Verdana, Arial;
    padding: .25em;
    vertical-align: baseline;
	font-size: 99%;
}
form textarea {
    font-size: 1em;
}
/* Quick fix for Firefox/Safari on Mac, since IE6 doesn't have this "too large" problem */
form input[size='60'] {
    width: 29.5em;
}
.ie form button {
  padding: .25em .5em;
  width: auto;
  overflow: visible;
  border-width: 1px;
}
form button {
  cursor: pointer;
}

/* ------------------------------------------------------------------------- */
/* -------------------------------- HEADER --------------------------------- */
/* ------------------------------------------------------------------------- */

#header.guest {
    margin: 0 auto;
    position: relative;
}
#header.guest .page {
    padding-top: 2em;
    position: relative;
}
#header.guest h1 a {
    display: block;
	width: 344px; 
	height: 114px;
	margin: 0 auto;
    text-indent: -9999px;
}
#header.guest h1 a:hover {
    cursor: hand; /* ie needs this */
}

#header.guest .menu {
    position: absolute;
    right: .5em;
    top: .5em;
}
#header.guest .menu li {
    float: left;
}
#header.guest .menu li.last {
    border: none;
}
#header.guest .menu li a {
	background-position: center right;
    background-repeat: no-repeat;
	margin-right: 6px;
	padding-right: 10px;
}
#header.guest .menu li.last a {
    background: none;
    padding: 0;
    margin: 0;    
}

/* ------------------------------------------------------------------------- */
/* -------------------------------- TIMING --------------------------------- */
/* ------------------------------------------------------------------------- */

.timing {
    float: right;
}
.timing a {
    display: block;
}
.timing h3 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    text-align: center;
}
.timing .date, .timing .hour {
    border: 1px solid;
    margin-bottom: 0.5em;
    padding: 0 0.5em;
}
.timing .day {
    font-weight: bold;
    font-size: 225%;
}
.timing .hour {
    background-repeat: repeat-x; 
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */
/* -------------------------------- DATALESS ------------------------------- */
/* ------------------------------------------------------------------------- */

.dataless {
    margin-bottom: 1em;
}
.dataless p {
    padding: 2em 0;
    text-align: center;
    margin-bottom: .1em;
}

/* ------------------------------------------------------------------------- */
/* --------------------------------- START --------------------------------- */
/* ------------------------------------------------------------------------- */

.wide {
    background-repeat: repeat-x;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-family: Georgia;
    padding: 1em 0;
    text-align: left;
}
.wide .topic {
    margin: auto;
    width: 58em;
    padding: 1em 1em;
}
.wide .topic h2 {
    margin-top: 0;
    font-size: 1.7em;
}
.wide .topic p.major {
    font-size: 1.3em;
    padding-bottom: 1em;
}
.wide .topic p.minor {
    font-size: 1.15em;
    margin-top: .5em;
}
.wide .topic img {
    float: left;
    margin-right: 2em;
}

.qa {
    font-family: Georgia;
    margin: 0 auto;
    width: 48em;
}
.qa h2 {
    margin-bottom: .2em;
    font-size: 2em;
    text-align: center;
}
.qa h3 {
    font-size: 1.6em;
    padding: 1.5em 0 .75em 0;
}
.qa p {
    font-size: 1.2em;
    line-height: 1.25em;
}
.qa strong {
    font-weight: normal;
}

/* ------------------------------------------------------------------------- */
/* --------------------------------- FOOTER -------------------------------- */
/* ------------------------------------------------------------------------- */

#footer {
    clear: both;
    margin-top: 1em;
    padding-bottom: .5em;
    position: relative;
}
#footer p {
    border-top: 1px solid;
    margin-top: .5em;
    padding: .5em;
    text-align: center;
}
#footer .menu {
    font-size: .9em;
    position: absolute;
    left: 0;
    top: .5em;
}
#footer .menu li {
    border-right: 1px solid;
    float: left;
    padding: 0 10px;
}
#footer .menu li.last {
    border: none;
}

/* ------------------------------------------------------------------------- */
/* ----------------------------------- ADS --------------------------------- */
/* ------------------------------------------------------------------------- */

.ads-bottom {
    border-top: 1px solid;
    clear: both;
    margin: 0 auto;
    padding-top: 1em;
	width: 624px;
}
.ads-bottom iframe {
    margin: 0 5px;	
}

.ads-inner {
    /*border-top: 1px solid #e4e4e4;*/
    /*margin: 0 auto .75em auto;*/
    /*padding-top: .75em;*/
    margin: 0 auto 1.25em auto;
    text-align: center;
	/*width: 468px;*/
}
.ads-inner.large {
	width: 728px;
}
.ads-inner.scraps {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}
.text-links {
    padding: .5em .75em; 
	margin-bottom: .5em;
}
a.sponsor img {
	display: block; 
	padding: 2px; 
	border: 4px solid #ccc;
}

a.mercado-livre-ad {
  width: 300px; 
  height: 250px; 
  display: block; 
  text-align: center;
  font-family: Arial;
}
a.mercado-livre-ad {
  text-decoration: none;
}

/* ------------------------------------------------------------------------- */
/* -------------------------------- AFFILIATES ----------------------------- */
/* ------------------------------------------------------------------------- */

.affiliate {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}
.affiliate .highlight {
    background: #ffffd0;   
}
.affiliate a {
    font-weight: bold;
    text-decoration: underline;
}
.affiliate a.image {
    float: left;   
    text-indent: -9999px;
}
.affiliate .text {
    margin-left: 7.5em;   
}
.affiliate .text p {
    margin: 0;
    padding: 0;
    text-align: left;
}
.affiliate .text p.lead {
    color: #06c;
    font-weight: bold;
}
.affiliate .text p.products {
    color: #888;   
}
.affiliate .text p.link a {
    color: #aaa;
    font-weight: normal;
}

.affiliate.big {
    width: 728px;
    height: 90px;
}
.affiliate.big .text p.lead {
    font-size: 110%;
    margin: 0 0 .5em 0;
    padding-top: .5em;
}
.affiliate.big .text p.products {
    font-size: 95%;
}

.affiliate.short {
    width: 468px;
    height: 60px;
    margin-bottom: .25em;
}
.affiliate.short a.image {
    display: none;    
}
.affiliate.short .text {
    margin-left: 0em;   
}
.affiliate.short .text p {
    font-size: 90%;   
}
.affiliate.short .text p.lead {
    background: #f4f4f4;
    padding: 1px;
    font-size: 110%;
    margin: 0 0 .2em 0;
}

.affiliate.mercado-livre a.image {
    background: url(/images/ads/mercado-livre.gif) no-repeat;
    width: 80px;
    height: 60px;
    margin-top: 5px;
}
.affiliate.zura a.image {
    background: url(/images/ads/zura.jpg) no-repeat;
    width: 80px;
    height: 28px;
    margin-top: 25px;
}
.affiliate.buscape a.image {
    background: url(/images/ads/buscape.gif) no-repeat;
    width: 80px;
    height: 21px;
    margin-top: 25px;
}

/* ------------------------------------------------------------------------- */
/* -------------------------------- mlrandom ------------------------------- */
/* ------------------------------------------------------------------------- */

.mlrandom {
  position: relative;
  height: 250px;
}
.mlrandom.spieds {
  height: 450px;
}
.mlrandom div.group {
  display: none;
}
.mlrandom div.group.selected {
  display: block;
}
.mlrandom a.ad {
  display: block;
  border: 1px solid #888; 
  position: relative;
  width: 298px; 
  height: 228px; 
  overflow: hidden;
  background: #fff;
}
.mlrandom.scraps a.ad {
  width: 498px;
}
.mlrandom.spieds a.ad {
  height: 428px;
}
.mlrandom a.ad:hover {
  border-color: #000;
  text-decoration: none;
}
.mlrandom .name,
.mlrandom .price,
.mlrandom .monthly-price {
  display: block;
  position: absolute;
  font-family: 'Lucida Grande', 'Lucida Sans', Tahoma;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: -1px;
}
.mlrandom a.ad .green-bar {
  display: none;
  text-indent: -9999px;
  background: #080;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 44px;
}
.mlrandom a.ad:hover .green-bar {
  display: block;
}
.mlrandom a.ad:hover .logo,
.mlrandom a.ad:hover .price {
  color: #fff;
  z-index: 1;
}
.mlrandom .name b,
.mlrandom .price b {
  padding: 0 4px;
  white-space: nowrap;
}
.mlrandom .name {
  left: 0;
  top: 0;
  margin: 4px 1.5% 0;
  width: 94%;
  overflow: hidden;
  text-align: left;
}
.mlrandom img.gift {
  vertical-align: -10px;
  margin-right: 6px;
}
.mlrandom .price {
  font-size: 14px;
  right: 8px;
  bottom: 8px;
}
.mlrandom .price strong {
  font-size: 24px;
}
/* curiosa start */
#start .mlrandom .price strong {
  font-size: 24px;
  background: transparent;
}
.mlrandom .monthly-price {
  display: none;
  background: #080;
  color: #fff;
  font-size: 14px;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 8px 0;
}
.mlrandom .monthly-price strong {
  font-size: 18px;
}
.mlrandom img.picture {
  margin: 48px auto 0;
  display: block;
  width: 132px;
  height: 132px;
  float: none;
}
.mlrandom.spieds img.picture {
  margin: 84px auto 0;
  width: 260px;
  height: 260px;
}
.mlrandom img.logo {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.mlrandom span.commands {
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 33px;
  height: 18px;
  z-index: 2;
  background: #fff;
}
.mlrandom span.commands a {
  display: block;
  float: left;
  width: 14px;
  height: 16px;
  background: #fff;
  color: #222;
  border: 1px solid #888;
  font-size: 18px;
  line-height: 14px;
  font-family: Verdana;
  font-weight: bold;
  text-align: center;
  outline: none;
  margin-right: 1px;
}
.mlrandom span.commands a.next {
  margin-right: 0;
}
.mlrandom span.commands a.pause {
  font-family: Arial; 
  font-size: 12px; 
  padding-top: 2px;
  height: 14px;
}
.mlrandom span.commands a:hover {
  color: #fff;
  background: #000;
  border-color: #000;
  text-decoration: none;
}
.mlrandom a.more {
  position: absolute;
  right: 0;
  bottom: 1px;
  color: #000;
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
}
.mlrandom a.more:hover {
  color: #000;
}

/* ------------------------------------------------------------------------- */
/* ---------------------------------- mlbar -------------------------------- */
/* ------------------------------------------------------------------------- */

.mlbar {
  position: fixed;
  bottom: 0;
  height: 39px;
  width: 100%;
}
.ie6 .mlbar {
  display: none;
}
.mlbar a {
  outline: none;
}
.mlbar .border-left, .mlbar .border-right {
  position: absolute;
  top: 0;
  height: 39px;
  width: 13px;
}
.mlbar .border-left {
  background: url(/images/mlbar/left2.png) no-repeat;
  left: 0;
}
.mlbar .border-right {
  background: url(/images/mlbar/right2.png) no-repeat;
  right: 0;
}
.mlbar .middle,
.mlbar .hide {
  background: url(/images/mlbar/middle2.png) repeat-x;
  padding-top: 7px;
  height: 39px;
}
.mlbar .hide {
  position: absolute;
  right: 13px;
  width: 24px;
}
.mlbar .hide a {
  display: block;
  float: left;
  text-indent: -9999px;
  background: url(/images/mlbar/hide.png) no-repeat 5px 10px;
  height: 14px;
  width: 14px;
  padding: 10px 5px 10px 5px;
}
.mlbar .hide a:hover {
  background-color: transparent;
}

.mlbar.hidden .middle {
  display: none;
}
.mlbar.hidden .border-left {
  left: auto;
  right: 37px;
}
.mlbar.hidden .hide a {
  background-image: url(/images/mlbar/show.png);
}


/* middle ----------------------------------------------------------------- */
.mlbar .middle {
  margin: 0 37px 0 13px;
  position: relative;
  padding-right: 6px;
}
.mlbar .middle a:hover {
  color: #05a;
  background-color: #ff4;
}
.mlbar .middle .logo {
  float: left;
  display: block;
  width: 104px;
  height: 24px;
  padding: 4px 8px 4px 2px;
  background: url(/images/mlbar/logo2.png) no-repeat 2px 4px;
  text-indent: -9999px;
}
.mlbar .middle .separator {
  display: block;
  float: left;
  height: 32px;
  border-left: 1px solid #fff;
  border-right: 1px solid #bb4;
  text-indent: -9999px;
}
/* product ----------------------------------------------------------------- */
.mlbar .middle a.product {
  float: left;
  display block;
  font-family: Tahoma;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 8px 5px;
  margin: 0 4px 0 0;
}
.mlbar .middle a.product i {
  font-style: normal;
}
.mlbar .middle a.product img {
  float: left;
  margin-top: 3px;
}
.mlbar .middle a.product span {
  float: left;
  display: block;
  margin: 6px 0 0 6px;
  /*background: url(/images/default-external.png) right 5px no-repeat;*/
  padding: 2px 2px 2px 2px;
  font-size: 12px;
}
.mlbar .middle a.more {
  font-family: Tahoma;
  font-weight: bold;
  text-decoration: underline;
  padding: 9px 4px 15px 4px;
  float: left;
  display: block;
  font-size: 11px;
}

.mlbar .middle .right {
 float: right;
}
/* search ------------------------------------------------------------------ */
.mlbar .middle .search-box {
  background: #fff;
  float: left;
  position: relative;
  height: 33px;
}
.mlbar .middle form {
  float: left;
}
.mlbar .middle .search {
  font-size: 15.5px;
  padding: 7px 6px 7px;
  font-family: Verdana;
  border: 0px;
  width: 250px;
  float: left;
  outline: none;
  background: #fff;
}
.mlbar .middle label {
  position: absolute;
  top: 9px;
  left: 6px;
  display: block;
  color: #777;
  font-family: Verdana, Tahoma;
  font-size: 12px;
  cursor: text;
}
/* search button ----------------------------------------------------------- */
.mlbar .middle a.search-button {
  display: block;
  float: left;
  outline: none;
  margin: 4px 6px 0 0;
  position: relative;
  border: 1px solid #aaa;
}
.mlbar .middle a.search-button:hover {
  border-color: #666;
  text-decoration: none;
}
.mlbar .middle a.search-button span {
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
  text-indent: -9999px;
}

.mlbar .middle a.search-button span.top {
  top: 0;
  height: 10px;
  background: #2f48c6;
}
.mlbar .middle a.search-button:active span.top {
  background-color: #04186e;
  border-color: #000;
}
.mlbar .middle a.search-button span.mid {
  top: 10px;
  height: 2px;
  background: #1630a1;
}
.mlbar .middle a.search-button span.bottom {
  top: 12px;
  height: 11px;
  background: #051d88;
}
.mlbar .middle a.search-button b {
  display: block;
  position: relative;
  z-index: 1;
  font-family: Verdana, Tahoma;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding: 3px 12px 4px;
}

/* ------------------------------------------------------------------------- */
/* ---------------------------------- mlbar -------------------------------- */
/* ------------------------------------------------------------------------- */
  
.news-box {
  margin-bottom: .5em; 
  text-align: right;
}
.news-box b {
  color: #000;
}
.news-box .padding {
  height: 40px;
}
.news-box .bordered {
  background: #fff; 
  display: block; 
  font-weight: bold; 
  font-size: 12px; 
  font-family: Verdana; 
  padding: 8px 8px 8px 8px; 
  border: 1px solid #888; 
  position: relative; 
  float: right;
  padding-left: 44px;
}
.news-box.little-clover .bordered {
  padding-left: 50px;
  background: url(/images/ads/animated-clover.gif) no-repeat 4px -4px;
}
.news-box.add .bordered {
  padding-left: 8px;
}
.news-box .bordered:hover {
  text-decoration: none;
  background-color: #ffc;
  border-color: #000;
}


/* ------------------------------------------------------------------------- */
/* ----------------------------- ROUNDED BOXES ----------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------ do not modify text-align of any box div -------------- */
/* ------------------ do not padding left of any box div ------------------- */
/* ------------------------------------------------------------------------- */

.box {
    background-repeat: repeat-x;
    border: 1px solid;
    position: relative;
    padding: .8em 0;
}
div.new {
    background-repeat: repeat-x;
    border: 1px solid; 
}
.box .left, .box .right {
    background-repeat: no-repeat;
    font-size: 0px;
    height: 10px;
    position: absolute;
    width: 10px; 
}
.box .top {
    top: -1px;
}
.box .bottom { 
    bottom: -1px;
}
.box div.left { 
    left: -1px; 
}
.box div.right { 
    right: -1px; 
}
* html
.box div.right {
    right: -2px; 
} 
.box .tl { 
    background-position: top left;
}
.box .tr {
    background-position: top right;
}
.box .bl  {
    background-position: bottom left;
}
.box .br {
    background-position: bottom right;
}

* html 
.box { 
    height: 1%; 
}
* html 
.box .bottom { 
    bottom: -2px; 
}

.top-half { 
    border-bottom: none;
}
.bottom-half { 
    border-top: none;
}
/* ------------------------------------------------------------------------- */
/* --------------------------------- BUTTON -------------------------------- */
/* ------------------------------------------------------------------------- */

.button {
    background-repeat: repeat-x;
    display: inline;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    margin-right: 8px;
    padding: 5px 8px 15px 8px;
    position: relative;
}
.webkit .button {
    padding-top: 6px;
}
.button input {
    background: transparent; 
    border: none; 
    color: inherit;
    cursor: pointer;
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 1em;
    font-weight: bold;
    margin: 0; 
    padding: 0;
}
.button b.left, .button b.right {
    background-repeat: no-repeat;
    top: 0px;
    height: 32px;
    position: absolute;
}
.button b.left {
    width: 6px;
    left: -6px;
}
.button b.right {
    width: 8px;
	right: -8px;
}
.button:hover {
    text-decoration: none;
}

.short-button {
    padding: 3px 5px 12px 5px;
}
.short-button b.left {
    width: 5px;
    left: -5px;
}
.short-button b.right {
    width: 7px;
    right: -7px;
}

