/* Page Layout */

body {
	font-size : 80%; 
	font-family : "Bitstream Vera Sans", sans-serif; 
	background-color: white;
	color : black; 
	margin : 0px; 
	padding : 0px; 
} 


#BodyTable{
	Width:560px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

/* Header */

#header_l{
	width:131px;
	text-align:left;
}

#Header_r{
	width:479px;
	text-align:left;
}

#header_blank{
	width:999px;
}

#address{
	display:none;
}

/* Top Nav */

#TopNavContainer {
	display:none;
}

/* Left Nav */

#LeftNavContainer {
	display:none;
 }



/* Main Body */

#MainBody{
	padding-left:10px;
	width:999px;
}

#MainBody_Blank{
display:none;
}

#MainBody_Content{
	float:left;
}


/* Ricgt Col */

#RightCol{
	display:none;
}

#FooterBar {
	display:none;
}

#Footer {
	display:none;
}

#PrintFooter {
	text-align:center;
}

/* Product Listing */

#ProductList {
	width:100%;
	text-align:center;
}

#ProductImage {
	width:200px;
	border:1px solid black;
}

#ProductDesc {
	width:999px;
}


/* Table Of Uses */

#TableOfUses {
border:1px solid black;
}

#TableOfUsesHeader{
font-weight : bold;
padding:3px;
border:1px solid black;
}

#TableOfUsesGroupHeader{
font-weight : bold;
padding:3px;
border:1px solid black;
background-color : silver;
}

#TableOfUsesCondition{
padding:3px;
border:1px solid black;
}



#TableOfUsesTrue {
	background-image: url(/pgimages/tick.gif);
	background-position : center;
	background-repeat : no-repeat;
	border:1px solid black;
}

#TableOfUsesFalse {
border:1px solid black;
}



/* Link styles */


a.link {
	color : #000000;
}

a:visited{
	color : #000000;
}

 a:active  {
	color : #000000;
}

a:hover  {
	color: red;
}

.input	{
border: 1px solid black;
}

.button	{
border: 1px solid black;
background-color: white
}