html
{
   
  background-color: #99a1a7; 
  border:  px solid black ;  
}
body 
{  
  width: 1300px;  
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  
  border: px solid #00CC33;
}
/*              1    Body  (GREEN)           */
#Border_body
{
   
    background-color: #FFF;   
    border:  1px solid green ;
}     
/************************************   Index.jsp  *************************************/

/*               2  Wrapper_index  (RED)         */
#Border_wrap_Index
{
    background-color: ;   
    border:  px solid  #F36;	
}
/*             3  content_index  (BLUE)         */
#Border_content_Index
{
    border:  px solid   blue;
    
}

/************************************  TABLE Index.jsp  *************************************/
#Border_inventoryTable
{
  padding: px;
  margin-bottom: px;
  
  background-color: red;   
  border: px solid red ;
}
.inventoryTable caption 
{
background-color: ;  
border: px solid red;
  
 height: 45px;
}
/*    <th>  table column title  */
.inventoryTable th 
{
    border: 1px solid blue; 
}
/*     <tr> table Row    */
.inventoryTable tr
{
  border: px solid blue; 
}
/*     <td> table column  i.e Data */
.inventoryTable td  
{ 
   /*  increase the width of the cell  Alternative to table-layout:fixed; */

    border: 1px solid blue; 
}

/*******************             Basket  ViewCart.jsp        ****************************/

/*             2  Basket  (RED)         */
#Border_wrap_Basket
{
       border:  px solid   red; 
}
/*             3  Basket  (BLUE)         */
 #Border_content_Basket
 {
            border:  px solid   blue; 
 }

/***********             Table of Basket         *************/
 /*             1  Table  (GREEN)         */

 #Border_inventoryCat_Basket
 {
     margin-top: 80px;
     margin-left: 170px;
     background-color: ;
     border:  px solid green ;

 }
/*  2  <th>  table column title  (RED)) */
.inventoryCat_Basket th
{
           border:  px solid   red; 
}
/*   2  <tr> table Row   (RED)) */
.inventoryCat_Basket tr
{
           border:  px solid   red; 
}
/*    3 <td> table column  i.e Data  (BLUE))*/
.inventoryCat_Basket td
{
           border: 1px solid   blue; 
}
/*******************             EmptyCart.jsp          ****************************/
#Border_body_EmptyCart
{
        border:  1px solid green;

}

/************************************   HEADER   *************************************/


/************************************   1  background  (GREEN)   *************************************/
#Border_background
{
    border:  px solid #00CC33;
}
/************************************   2  banner  (RED)   *************************************/
#Border_banner
{
    border:  px solid #F36;
}
/************************************   3  p (BLUE)   *************************************/
#Border_p
{
    margin-top: 50px;
    position: relative;
    border:  1px solid #009;
}
/************************************   HEADER  *************************************/

/************************************   CheckOut.jsp  *************************************/

 #Border_inventoryCat_CheckOut
 {
     margin-top: 80px;
     margin-left: 80px;
     background-color: ;
     border:  px solid green ;
 }
 .inventoryCat_Basket_CheckOut  caption
 {
     font-family:"Times New Roman", Times, serif;
     font-weight:         bold;
     font-style:         italic;
     font-size:             3em;
     text-align:         center;
     color:                     #000;
     border:       px solid black;
 }
  .inventoryCat_Basket_CheckOut  tr
 {

     border: 1px solid blue;
 }
 .inventoryCat_Basket_CheckOut  td
 {

       font-family:"Times New Roman", Times, serif;
     font-weight:         bold;
     font-style:         italic;
     font-size:             1em;
     text-align:         center;
     color:                     #000;
    
     border: 1px solid blue;
 }
 .content_Baske #Customer_wrappe
 {
          border: px solid blue;
 }
 #Customer_wrapper
 {
               border: px solid blue;

 }
 #Customer
 {
     padding-left: 10px;
     padding-bottom: 30px;
     border: 1px solid blue;
 }
/************************************  Utility   *************************************/
#Large1
{
     margin-top: 10px;
     margin-left: 50px;
    position: relative;
    background-color: ;
    border:  1px solid red;
}
#Large2
{
     margin-top: 10px;
     margin-left: 24px;
    position: relative;
    background-color: ;
    border:  1px solid red;
}
#Large3
{
     margin-top: 10px;
     margin-left: 10px;
    position: relative;
    background-color: ;
    border:  1px solid red;
}
#Space
{
  padding: 20px;  
  border-bottom: px solid white;
}