/*
CSS style sheet for PayPal Shop Builder 1.0
(C)2005 NTK Software. All rights reserved. 
*/

/*
--------------------------------------------------------------------------------
Template General Layout
--------------------------------------------------------------------------------
*/

/* Site layout table */
.ntkMain {
	border-collapse: collapse;
	border: none;
}

/* Top row (Logo row) */
.ntkTopRow {
	background-color: #C5C5C5; 
}

/* Left column (Menu column) */
.ntkLeftColumn {
	background-color: #e6e6fa;
	padding: 6px;
	border-left-style: none;
	border: 1px solid #C5C5C5;	
}

/* Middle column (Content column) */
.ntkMidColumn {
	padding: 8px;
	border: 1px solid #FFFFFF;		
}

/* Right column (Shopping cart column) */
.ntkRightColumn {
	background-color: #e6e6fa;
	padding: 6px;
	border: 1px solid #FFFFFF;	
}

.ntkBottomRow {
	background-color: #F5F5F5;
}


/*
--------------------------------------------------------------------------------
Shopping Cart
--------------------------------------------------------------------------------
*/

/* main table (in checkout page) */
.ntkTable1 {
	/*width: 100%;*/
	border-collapse: collapse;
	border: none;
	font-family: Verdana;
	font-size: xx-small;
	background-color: #FFFFFF;
}

/* 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 */	
	font-weight: bold; /* header font weight */	
	vertical-align: top;	
}

/* main table header cells */
.ntkTable1Summary {
	font-weight: bold;	
}


/* simple table (in right column) */
.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;	
}
.pics {
	color: #999999;
	border-width:1;
}
.holiday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.shipping {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.style1 {
	color: #006600;
	font-weight: bold;
	font-size: small;
}
.style4 {font-size: large; color: #FF0000; }