.headerBoutiqueTable			{ display:inline-table; table-layout:fixed; width:780px; font-family:Calibri; font-size:19px; }
  .headerBoutiqueRow			{ display:table-row; }
    .headerBoutiqueCellMenu	{ display:table-cell; width:70px; padding-right:5px; vertical-align:top; }
    .headerBoutiqueCellCart	{ display:table-cell; width:70px; padding-left:5px; vertical-align:top; text-align:center; }
      .headerBoutiqueQuantity	{ display:inline-block; font-weight:bold; color:#000000; margin:0; padding-top:15px; padding-bottom:5px; }

.headerBoutiqueCategories			{ max-width:100%; text-align:center; vertical-align:middle; margin:10px 0 0 0; padding:0; font-family:Calibri; font-size:14px; line-height:16px; white-space:nowrap; }
  .headerBoutiqueCategoryRow		{ display:inline-block; margin:0; padding:0; }
    .headerBoutiqueCategoryNav	{ display:inline-block; vertical-align:top; }
    .headerBoutiqueCategoryArrow	{ display:inline-block; font-size:24px; padding-top:10px; font-weight:900; }
    .headerBoutiqueCategoryList	{ display:inline-block; max-width:95%; overflow:hidden; margin:0; }
      .headerBoutiqueCategory		{ display:inline-block; padding:0 2px 0 2px; }
      .headerBoutiqueImage		{ border:1px solid black; }

.boutiqueItemsPage				{ display:inline-block; width:100%; text-align:center; padding-left:15px; padding-right:15px; }
.boutiqueItemPage				{ display:inline-block; width:60%; text-align:center; }
.boutiqueUpClosePage			{ display:inline-block; width:75%; text-align:center; }
.boutiqueCartPage				{ display:inline-block; width:60%; text-align:center; font-family:Tahoma,Arial; font-size:16px; line-height:20px; }
.boutiqueSendOrderPage			{ display:inline-block; width:60%; text-align:center; }

.boutiqueItemsItem			{ display:inline-block; width:180px; text-align:left; vertical-align:top; margin:20px; font-family:serif; font-size:14px; line-height:16px; }
.boutiqueItemsTable		{ margin-top:5px; width:180px; }

.boutiqueUpCloseBack		{ display:inline-block; border:2px solid black; font-size:20px; font-weight:bold; color:#000000; text-decoration:none; padding:5px; margin-bottom:10px; }
.boutiqueUpCloseImageArea	{ overflow:auto; }

@media (max-width:1100px) {
  .boutiqueCartPage		{ width:95%; }
}

@media (max-width:1000px) {
  .boutiqueUpClosePage		{ width:100%; padding-left:15px; padding-right:15px; }
}


@media (max-width:800px) {
  .headerBoutiqueTable			{ width:100%; }
  .headerBoutiqueCellMenu		{ width:10%; }
  .headerBoutiqueCellImage	{ width:80%; }
  .headerBoutiqueCellCart		{ width:10%; }
  .headerBoutiqueCategoryList	{ max-width:85%; }
}

@media (max-width:720px) {
  .boutiqueItemPage			{ width:100%; padding-left:15px; padding-right:15px; }
  .boutiqueSendOrderPage		{ width:100%; padding-left:15px; padding-right:15px; }
  .headerBoutiqueCategoryList	{ max-width:75%; }
}
