@charset "UTF-8";


.footerL {
	width: 12px;
	height: 41px;
	background: url( /retail/images/FOOTER/footer-L.png ) no-repeat;
}
.footerC {
	width: auto;
	height: 41px;
	background: url( /retail/images/FOOTER/footer-C.png ) repeat-x;
}
.footerR {
	width: 12px;
	height: 41px;
	background: url( /retail/images/FOOTER/footer-R.png ) no-repeat;
}

table.copyrights td	{ 	font-size: 10px; }



table td.topL	{ width: 12px; height: 32px; background: url( /retail/images/box-TopL.png ) no-repeat; }
table td.topC	{ width: auto; height: 32px; background: url( /retail/images/box-TopC.png ); }
table td.topR	{ width: 12px; height: 32px; background: url( /retail/images/box-TopR.png ) no-repeat; }

table td.left	{ width: 12px; height: auto; background: url( /retail/images/box-MiddleL.png ); }
table td.middle	{ background: url( /retail/images/box-MiddleC.png ); }
table td.right	{ width: 12px; height: auto; background: url( /retail/images/box-MiddleR.png ); }

table td.bottomL	{ width: 12px; height: 12px; background: url( /retail/images/box-BottomL.png ) top left no-repeat; }
table td.bottomC	{ width: auto; height: 12px; background: url( /retail/images/box-BottomC.png ) repeat-x; }
table td.bottomR	{ width: 12px; height: 12px; background: url( /retail/images/box-BottomR.png ) top right no-repeat; }


div.SECTION		{ background: url( /retail/images/gradient.png ) top repeat-x; border: 1px #BFBFBF solid;  }
div.SECTIONno	{ border: 1px #BFBFBF solid;  }
div.TITLE		{ background: url( /retail/images/gradient.png ) top repeat-x; padding: 5px 10px; border: 1px #BFBFBF solid;  }
 
div.productDescription	{ padding: 10px 10px 10px 10px; border: 1px #BFBFBF solid; }


.breadCrumbL {
	width: 12px;
	height: 31px;
	background: url( /retail/images/HEADER/header-L.png ) no-repeat;
}
.breadCrumbC {
	width: auto;
	height: 31px;
	background: url( /retail/images/HEADER/header-C.png ) repeat-x;
}
.breadCrumbR {
	height: 31px;
	background: url( /retail/images/HEADER/header-R.png ) no-repeat;
}




.customersPANEL				{ position: absolute; top: 0px; right: 0px; }
.customersPANEL td.left		{ width: 12px; height: 30px; background: url(/retail/images/PANEL/customer-L.png) top right no-repeat; border: none; }
.customersPANEL td.center	{ height: 30px; background: url(/retail/images/PANEL/customer-C.png) top center repeat-x; }
.customersPANEL td.right	{ width: 12px; height: 30px; background: url(/retail/images/PANEL/customer-R.png) top left no-repeat; }
