@charset "utf-8";
body		{ background:#f7f7f7 url(/com/img/bg_white.png) 0% 0% repeat; }

/* -- HEADER -- */
div#HEADER a.TITLE		{ background:transparent url(/com/img/logo.png) 0px -50px scroll no-repeat; }
div#HEADER ul li a:link		{ color:#444; }
div#HEADER ul li a:visited		{ color:#444; }
div#HEADER ul li a:hover		{ color:#000; }
div#HEADER ul li a:active		{ color:#000; }
div#HEADER ul li a.CART		{ background:transparent url(/com/img/cart.png) 0px -50px scroll no-repeat; }
div#HEADER a.OFFICIALWEB:link		{ color:#777; background-position:0px -150px; }
div#HEADER a.OFFICIALWEB:visited	{ color:#777; background-position:0px -150px; }
div#HEADER a.OFFICIALWEB:hover	{ color:#000; background-position:0px -100px; }
div#HEADER a.OFFICIALWEB:active	{ color:#000; background-position:0px -100px; }

/* ------------------------------- HEADER ------------------------------- */
div#HEADER ul li a.ITEM:link		{ color:#000 !important; }
div#HEADER ul li a.ITEM:visited	{ color:#000 !important; }
div#HEADER ul li a.ITEM:hover		{ color:#000 !important; }
div#HEADER ul li a.ITEM:active	{ color:#000 !important; }

/* -- FOOTER -- */
div#FOOTER ul li.COPYRIGHT		{ color:#aaa; }
div#FOOTER ul li a:link		{ color:#777; }
div#FOOTER ul li a:visited		{ color:#777; }
div#FOOTER ul li a:hover		{ color:#000; }
div#FOOTER ul li a:active		{ color:#000; }
div#FOOTER a#PAGETOP:link		{ color:#444; }
div#FOOTER a#PAGETOP:visited		{ color:#444; }
div#FOOTER a#PAGETOP:hover		{ color:#000; }
div#FOOTER a#PAGETOP:active		{ color:#000; }

/* -- FORMAT -- */
/* -- L -- */
div#L				{ border:1px solid #f4f4f4; }
/* -- R -- */
div#R div.SHEET			{ border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4; }


/* ------------------------------ PRINT ------------------------------ */
@media print{
body				{ background:transparent; }
body * 				{ color:#000 !important; background:transparent !important; visibility:visible !important; }
}