body {
	background-color: ; /* background color */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.paypalsb {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ntkTable {
	width: 100%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ntkTable td {
	padding: 4px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* tables in main table */
.ntkTable td table {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* main table header cells */
.ntkTableHeader {
	background-color: #3366CC; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ntkTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ntkTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ntkTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}
.ntkMain {
	border-collapse: collapse;
	border: none;
}

.ntkTopRow {
	background-color: #C5C5C5; 
}

.ntkLeftColumn {
	border-left-style: none;
	border: 1px solid #C5C5C5;
	padding: 6px;
	background-color: #e6e6fa;
}

.ntkMidColumn {
	border: 1px solid #C5C5C5;
	padding: 8px;	
}

.ntkRightColumn {
	border: 1px solid #C5C5C5;
	border-right-style: none;
	padding: 6px;
	background-color: #e6e6fa;
}

.ntkBottomRow {
	background-color: #F5F5F5;
}


/*
--------------------------------------------------------------------------------
Shopping Cart
--------------------------------------------------------------------------------
*/

/* main table */
.ntkTable1 {
	/*width: 100%;*/
	border-collapse: collapse;
	border: none;
	font-family: Verdana;
	font-size: xx-small;
}

/* main table data cells */
.ntkTable1 td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ntkTable1Header {
	background-color: #EAEAEA; /* header color */
	color: #000000; /* header font color */	
	vertical-align: top;
	font-weight: bold;	
}

/* main table header cells */
.ntkTable1Summary {
	font-weight: bold;	
}


/* simple table */
.ntkTable0 {
	width: 100%;	
	border-collapse: collapse;
	border: none;
	font-family: Verdana;
	font-size: xx-small;
}

/* simple table data cells */
.ntkTable0 td {
	padding: 4px; /* cell padding */
	border: none;	
}

/* simple table header cells */
.ntkTable0Summary {
	font-weight: bold;	
}

/* message */
.ntkMessage {
	font-family: Verdana;
	font-size: xx-small;	
}
