body{
	font-family: Arial;
	font-size: 0.8em;
	color : black;
	font-weight : normal; 
}


.default{
	font-family:Arial;
	font-size: 0.8em;
	color: black;
	font-weight: normal;
}

h1.listheading {
	font-family: Arial;
	font-size :1.4em;
	color : #009933;
	font-weight: bold;
	
}

h2.headertext {
	font-family: Arial;
	font-style : italic;
	font-size : 1.2em;
	color : #FFFFFF;
	font-weight :bold;
	vertical-align: middle;
}

a.headertext {
	font-family: Arial;
	font-style : italic;
	font-size : 0.8em;
	color : #FFFFFF;
	font-weight :bold;
	vertical-align: middle;
}

table.header
{
	border:0;
	cellpadding : 2;
	cellspacing : 0;
	border-collapse : collapse;
	border-color: #111111;
	width:100%
}

tr.headerrow
{
	height : 28px;


}

table.bannertbl
{
	border: 2;
	cellpadding : 0;
	cellspacing : 0;
	border-collapse : collapse;
	border-color: #006600;
	width:100%

}

tr.bannerrow
{
	height:  64px;

}

td.bannertd
{
	background-image :url('../Assets/images/Decor/Banner01.jpg');
	background-repeat: repeat-y;
	width :100%;
	background-color: #006600
}

td.leftheader
{
	background-image : url('../Assets/images/Decor/test1.jpg');
	background-repeat : no-repeat;
	background-position: right top;
}

td.rightheader
{
	background-image : url('../Assets/images/Decor/test3.jpg');
	background-repeat : no-repeat;
	background-position : left top;
}

td.middleheader
{
	background-image : url('../Assets/images/Decor/test2.jpg');
	background-repeat : repeat-x;
	background-position : center top;
	
}


table.list
{
	border: 0;
	cellpadding: 2;
	cellspacing: 0;
	border-collapse: collapse;
	bordercolor: #111111;
	width: 90%;
}

table.productspec {
	border: 0;
	cellpadding: 2;
	cellspacing: 0;
	border-collapse: collapse;
	bordercolor: #111111;
	width: 90%;
	
}

h1.productheading {
	font-family: Arial;
	font-size :1.4em;
	color : #009933;
	font-weight: bold;
}

a.heading
{
	font-family:Arial;
	font-size :0.8em;
	color :black;
	font-weight: bold;
	text-align : left;
}

a.link
{
	font-family:Arial;
	font-size :0.8em;
	font-weight: bold;
	text-align : left;
}

td.heading
{
	font-family:Arial;
	font-size :0.8em;
	color :black;
	font-weight: bold;
	text-align : left;
}


td.gst
{
	font-family: Arial;
	font-size : 0.8em;
	color : red;
	text-align : right;
}

td.price
{
	font-family: Arial;
	font-size :0.8em;
	color : black;
	text-align : right;
}

td.code
{
	font-family: Arial;
	font-size : 0.8em;
	color : black;
	text-align : left;
}


tr.green
{
	background-color :#CCFFCC;
}

tr.white
{
	background-color : white;
}

tr.yellow
{
	background-color : #FFFFCC;
}

.small
{
	font-family:Arial;
	font-size :0.7em;
	font-weight : normal;
}
