﻿/* Landing Page */
div.landingLeft{
    width:540px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.landingRight{
    position:absolute;
    top:200px;
    left:805px;
}

/* 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:center;
    text-transform:capitalize;
    color:#fff;
    padding:3px 0px 3px 5px;
    background-color:#324a66;
}
table#colorMatchingTable td{
    color:#000;
    padding:3px 0px 3px 5px;
    border:1px solid #d1c0a5;
}

/* Size Chart Page */
table#sizeChartTable{
    margin:0px 0px 15px 0px;
}
table#sizeChartTable th{
    font-weight:bold;
    text-align:center;
    text-transform:capitalize;
    color:#fff;
    padding:3px 0px 3px 5px;
    background-color:#324a66;
}
table#sizeChartTable td{
    color:#000;
    padding:3px 0px 3px 5px;
    border:1px solid #d1c0a5;
}

/* 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:#324a66;
}
table#orderSalesTable td{
    color:#000;
    padding:3px 0px 3px 5px;
    border:1px solid #d1c0a5;
}

p, td, span, a{ font-family:Georgia, "Times New Roman", Times, serif !Important;}
