/* CSS Comun para ml/dr/... */
@import url("tEshops.css");

/* -------------------------------------------------------- */
/*                       TMenuMap                           */
/* -------------------------------------------------------- */

/* set the size of the definition list <dl> and add the background image */
#TMenuMap {display:block; width:687px; height:78px; background:url(pcb/ml_menu.png) no-repeat; position:relative;
		   margin:0px auto 4px 16px; 
           /*margin:0px auto 4px auto; /*horizontal centering*/
               }

/* set up the definition list <dt><a> to hold the background image for the hover state */
#TMenuMap a#TMenu {display:block; width:687px; height:0; padding-top:78px; overflow:hidden; position:absolute; left:0; top:0; background:transparent url(pcb/ml_clicks.png) no-repeat 687px 78px; cursor:default;}
/* the hack for IE pre IE6 */
* html #TMenuMap a#TMenu {height:78px; he\ight:0;}

/* the <dt><a> hover style to move the background image to position 0 0*/
#TMenuMap a#TMenu:hover {background-position: 0 0; z-index:10;}

/* place the <dd>s in the correct absolute position */
#TMenuMap dd {position:absolute; padding:0; margin:0;}
#TMenuMap #TImEsh {left:144px; top:24px; z-index:20;}
#TMenuMap #TImRep {left:187px; top:24px; z-index:20;}
#TMenuMap #TImArt {left:229px; top:24px; z-index:20;}
#TMenuMap #TImDes {left:271px; top:24px; z-index:20;}
#TMenuMap #TImTos {left:271px; top:24px; z-index:20;}
#TMenuMap #TImReg {left:350px; top:51px; z-index:20;}

/* style the <dd><a> links physical size and the background image for the hover */
#TMenuMap a#TBtEsh {display:block; width:40px; height:40px; background:transparent url(pcb/hovBtEsh.png) -100px -100px no-repeat; text-decoration:none; z-index:20;}
#TMenuMap a#TBtRep {display:block; width:40px; height:40px; background:transparent url(pcb/hovBtRep.png) -100px -100px no-repeat; text-decoration:none; z-index:20;}
#TMenuMap a#TBtArt {display:block; width:40px; height:40px; background:transparent url(pcb/hovBtArt.png) -100px -100px no-repeat; text-decoration:none; z-index:20;}
#TMenuMap a#TBtDes {display:block; width:40px; height:40px; background:transparent url(pcb/hovBtDes.png) -100px -100px no-repeat; text-decoration:none; z-index:20;}
#TMenuMap a#TBtTos {display:block; width:40px; height:40px; background:transparent url(pcb/hovBtDes.png) -100px -100px no-repeat; text-decoration:none; z-index:20;}
#TMenuMap a#TBtReg {display:block; width:24px; height:25px; background:transparent url(pcb/hovDipSW.png) -100px -100px no-repeat; text-decoration:none; z-index:20;}

/* move the link background image to position 0 0 when hovered */
#TMenuMap a#TBtEsh:hover, #TMenuMap a#TBtRep:hover, #TMenuMap a#TBtArt:hover, #TMenuMap a#TBtTos:hover, #TMenuMap a#TBtDes:hover, #TMenuMap a#TBtReg:hover {background-position:0 0;}
/* -------------------------------------------------------- */
body#TBody { width:900px } /* width:754px; 710px }*/
div#TContainer { width:900px } /* width:754px; 710px }*/
div#TDescr{ width: 772px;} /*626px; 585px;*/
/* -------------------------------------------------------- */
/*          Politicas           */
/* -------------------------------------------------------- */
div#TPago
{
 margin:10px 0px 0px 0px;
 /*padding:0;*/
 background:transparent url(eShops/fpagoCL_ml.png) no-repeat right top; 
 width:164px;
 display: block; /*margin:0.5em auto 0px auto; /* centering */
 float:right;
 font-size:1px; 
 height:306px
}
