body {
	background-color: #D5F3FF;
	background-position: left top;
	margin: 20px 0px;
}


/* Global font*/
td, p, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}



h1 {
	color: #233C7E;
	font-size: 36px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 4px;






}
h2 {

	color: #226505;
	font-size: 18px;
	font-weight: normal;
}


table.MainTable{
	background-color: #ECE0BD;
	border: 1px solid #000000;
	width: 732px;
}



/* Centres the .maintable in all browsers*/
body{
    text-align: center;
}
body table.MainTable{
    margin: 0 auto; 
    text-align: left;
}



/* Main text table cell
td.Column1, td.Column2, td.ProductList{
	padding: 20px;
}

 */


/* GLOBAL BORDER WIDTH */
/* both header & main text cells*/
td.Header, td.Column1, td.Column2, td.PhotoCell, td.ProductList, td.ProductsTableHeading{
	border: 5px solid #FFFFFF;
	vertical-align: top;
	padding: 20px;	
}



/* header cell has no padding*/
td.Header{
	padding: 0px;
}



/* ProductList & TableHeading cells have no top border or bottom padding */
td.ProductList{
	border-top: 0px;
	border-bottom: 0px solid #FFFFFF;
}




/* Product list Headings */ 
td.ProductsTableHeading{
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #C7DBB6;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding: 10px;

}





/* Headings for each column */
td.ProductsTableColumnHeadings{
font-size: 10pt; 
font-weight: bold; 
background: #fef2c5;
border-bottom: 0px;
padding-top: 6px;
padding-bottom: 6px;
}


/* Product Columns */
.ProductLine, .ProductLinePrice, .ProductLineQTY, .md, ProductsTableColumnHeadings{
	height: 25px;
	padding-top: 12px;
	padding-bottom: 12px;	
	vertical-align: top;
	padding-right: 20px;
	border-bottom: 1px solid #DEC576;
	font-size: 13px;	
}


.ProductLinePrice{
	text-align: right;
}


.ProductLineQTY{
	padding-right: 0px;
}

/* this style for more details link only */
.md{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-align : center;
}


/* Header table cell */
td.Header{
	border-bottom: 0px !important;
	background-color: #233C7E;
	color: #FFFFFF;
}


/* Column2 table cell */
td.Column2, td.PhotoCell{
	border-left: 0px !important;
}


/* cells with photos has no paddind-  table cell */
td.PhotoCell{
	padding: 0px;
	border-bottom-width: 0px;

}

/* Images inside of the photo cell */
td.PhotoCell img{
	margin: 0px;
	padding: 0px;
	width: 190px;
	display: block;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 142px;







}








/*
	padding: 20px;
	border-top: 10px solid #CCCCCC;
	border-right: 10px solid #CCCCCC;
	border-bottom: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
*/




/*links inside the header cell*/
.Navigation{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;

}

.Navigation a{
	color: #FFFFFF;
	text-decoration: none;

}


.Navigation a:hover{
	color: #00CC00;
}
