/*
CSS style sheet for PayPal Shop Builder 1.0
(C)2005 NTK Software. All rights reserved. 
*/

/*
--------------------------------------------------------------------------------
Template General Layout
--------------------------------------------------------------------------------
*/

.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;	
}
