/*--------------------------------- ItemList Page ---------------------------------*/

.itemlist-category { 
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;	
	padding-bottom: 0px;
	}
	
.itemlist-subject { 
	font-size: 9pt;
	color: #010084;
	font-weight: bold;
	text-decoration: none;		 
	}

A:hover.itemlist-subject {
	color : #CC0033;
	text-decoration: underline;
	}
	
.itemlist-morelink { 
	font-size: 8pt;
	color: #010084;
	font-weight: normal;
	text-decoration: none;
	padding-top: 7px;
	}

A:hover.itemlist-morelink {
	color : #CC0033;
	text-decoration: underline;
	}
	
.itemlist-padding { 
	padding-bottom: 20px;	 
	}
	
		
/*----------Portfolio  ItemList Page ---------------------------------*/
.pf-itemlist-category { 
	color: #222222;
	font-size: 10pt;
	font-weight: bold;
	background-color: #EEEEEE;
	height: 18px;
	text-decoration: none;
	vertical-align : text-bottom;
	padding-bottom:5px;
	padding-top:2px; 
	}
	
.pf-itemlist-item { 
	color: #010084;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
	padding-bottom:40px;
	}

A:hover.pf-itemlist-item {
	color : #CC0033;
	text-decoration: underline;
	}

.pf-itemlist-descr { 
	color: #000000;
	font-size: 8pt;
	line-height: 135%;
	font-weight: normal;
	}
	
.pf-itemlist-morelink { 
	font-size: 8pt;
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 17px;
	}

A:hover.pf-itemlist-morelink {
	color : #CC0033;
	text-decoration: underline;
	}


/*-------------------slideshow.asp---------------------------------------------------*/

/*used for the slide heading in the slideshow page*/
.pf-slideheading    {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}  

/*used for the slide caption in the slideshow page*/
.pf-slidecaption    {
	border:0px solid #010084;
	font-size: 8pt;
	background-color: #010084;
	height: 18px;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 4px;
}

	
/*--------------------------------- Item Page ---------------------------------*/

.item-title     {
	color: #222222;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom:5px;
	}

.item-bullet-title  {
	color: #006699;
	font-size: 8pt;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:5px;
	}
	
#item-imagebox td { 
	padding-left: 8px; 
	padding-bottom: 6px; 
	}
	
#item-thumbnails td { 
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	}

#item-featurebox td {
	text-align: right; 
	padding-bottom: 10px;
	}

	

/*--------------------------------- TOP Itemlist Page ---------------------------------*/
	
/* subject in the top newsletters and bulletins */
.item-top-subject     {
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	vertical-align: bottom;
}

a:hover.item-top-subject {
	color : #E49F27;
	text-decoration: underline;
}

.item-top-text     {
	font-weight: normal;
}

.item-top-link    {
	color: #7E2C14;
	text-decoration: none;
	font-weight: bold;	
}

A:hover.item-top-link {
	color : #C0370F;
	text-decoration: underline;
	}
	

/*--------------------------------- Cart Styles ---------------------------------*/

/* outer frame color on sku display*/
.sku-bgcolor-outer {
		border: 2px solid #FFFFFF;
		} 

/* inner table color on sku display */
.sku-bgcolor-inner {
		background-color: #FFF9E7; /* should match body color on payment form */
		border-bottom: 1px solid #D7D7D7;
		} 

	
/* used for setting SKU No. background */
.cart-sku-header {  
	background-color: #E1C780;
	}
	
/* used in displaying SKU No. */
.cart-text-skutitle {  
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	}
	
/* used in displaying SKU title */
.cart-text-skulabel {  
	color: #353535;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: top;	
	}

/* used in displaying SKU values */
.cart-text-skuvalue {  
	color: #222222;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: top;	
	}
	
	
	
	
	
/*--------------------------------- Software General Styles ---------------------------------*/

/* the bar color in pop up windows like Subscribe to newsletter,feedback form */
.page-topbar    {
	background-color: #010084;
	color: #FFFFFF;
	font-weight: normal;
}



