﻿/* Landing Page */
div.landingLeft{
    width:540px;
}
div.landingRight{
  height:80px;
  width:225px;
  position:absolute;
  top:45px;
  left:570px;
}

/* Measuring Gaments */
img.garmentMeasurements{
    margin:15px 10px 0px 0px;
}

/* Color Matching Page */
table#colorMatchingTable{
    margin:20px 0px 10px 50px;
}
table#colorMatchingTable th{
    font-weight:bold;
    text-align:left;
    text-transform:capitalize;
    color:#fff;
    padding:3px 0px 3px 5px;
    background-color:#f1101b;
}
table#colorMatchingTable td{
    color:#000;
    padding:3px 0px 3px 5px;
    border:1px solid #999;
}

/* Size Chart Page */
table#sizeChartTable{
    margin:0px 0px 15px 0px;
}
table#sizeChartTable th{
    font-weight:bold;
    text-align:left;
    text-transform:capitalize;
    color:#fff;
    padding:3px 0px 3px 5px;
    background-color:#f1101b;
}
table#sizeChartTable td{
    color:#000;
    padding:3px 0px 3px 5px;
    border:1px solid #999;
    text-align:left;
}


/* Sales Materials Table */
table#orderSalesTable{
    margin:0px 0px 15px 0px;
}
table#orderSalesTable th{
    font-weight:bold;
    text-align:left;
    text-transform:capitalize;
    color:#fff;
    padding:3px 0px 3px 5px;
    background-color:#f1101b;
}
table#orderSalesTable td{
    color:#000;
    padding:3px 0px 3px 5px;
    border:1px solid #999;
}




















