﻿/* Start Generic Style Classes */

		BODY
		{
			/* background-image:url('../Images/body_CCFC.jpg'); 
			background-repeat:repeat; */
			background-color:White;
			font-family:Arial;
			font-size:9pt;	
		}

		A
		{
			text-decoration: none;
			COLOR: #13007D;  /* Mainly sets text color for links in Show Products.aspx */
		}


		.topNavLinks
		{
			text-decoration: underline;
			COLOR: #FFFFFF;  
		}

		.articleListLink
		{
			text-decoration: none;
			COLOR: #13007d;
			font-weight:bold;
		}
				
		.articleListSummary
		{
			font-family:Arial;
			font-size:8pt;	
		}

		/* Blue header text used in Edit customer, create customer, checkout, login etc. */
		.HeaderText
		{
			font-family: Arial, helvetica;
			font-size:13px;
			color: #13007d;
			font-weight:bold;
		}

		/* Define standard background colour for panels etc (not used by Site Navigation) */
		.standardPanelBG
		{
			/* background-color:#CCCCCC; */
			background-color:#ffffff;
			color:#13007d;
		}

		.standardPanelBG_ShowProduct
		{
			/* background-color:#CCCCCC; */
			background-color:#ffffff;
			color:#13007d;
			
			border-top-color:#13007d;
			border-top-style:solid;
			border-top-width:1px;
			border-top-color:#13007d;


			border-left-color:#13007d;
			border-left-style:solid;
			border-left-width:1px;
			border-left-color:#13007d;
			
			border-right-color:#13007d;
			border-right-style:solid;
			border-right-width:1px;
			border-right-color:#13007d;			
		}
		
		.navigationMenu
		{
	  		background-color:White;
	  		color:Black;
		}

		.navigationTitle
		{
	  		background-color:#13007d;
	  		color:#ffffff;
		}

		.miscBlackText
		{
			font-family: Arial, helvetica;
			font-size:10px;	
		}
		
		
		/* Background colour used for Site Navigation & Buttons on right of Master Page. Note that you will need to set the FlashBackgroundColour property in the Site Navigation user control			to the same colour value, since CSS Styles can't be set for Flash movies */
		.NavigationAndButtonsBGColour
		{
			/* background-color: #0066cc; */
			background-color: #13007d;
			color:White;
		}


		/* Used in SiteNavigation control for Parent Categories */
		.ParentCss
		{
			font-family: Verdana;
			font-size: 11px;
			background-color:White;
			color: Black;
			font-weight:bold;
		}

		/* Used in SiteNavigation control for Child Categories Text */
		.ChildCss
		{
			font-family: Verdana;
			font-size: 10px;
			background-color:White;
			color: Black;
		}
		
		/* Defines indent for Create Customer and Edit Customer */
		.editCustomerTbCell
		{
			padding-left:17px;
			text-align:left;
		}


/* End Generic Style Classes */




/* Start of shopping cart control styles */


		/* Used in cart and wish list controls */
		
		.shoppingCart_SeparatorBorder
		{
			border-top-color: #13007d;
			border-top-width: 1px;
			border-top-style: dotted;
		}

		
		.shoppingCart_HeaderAndProdName
		{
			font-family: Arial, helvetica;
			font-size:11px;
			color: #13007d;
			font-weight:bold;
			text-align:left;	
		}

		.shoppingCart_ShortDes
		{
			font-family: Arial, helvetica;
			font-size:9px;
		}

		/* Used for cart item prices and total amount price */
		.shoppingCart_Misc
		{
			font-family: Arial, helvetica;
			font-size:9px;
		}

		/* Used for 'TOTAL PRICE' in cart control */
		.shoppingCart_TotalPriceText
		{
			font-family: Arial, helvetica;
			font-size:9px;
			color: #00349a;
			font-weight:bold;
		}
		
		/* Defines text used in ShoppingCartSmall user control */
		.shoppingCartSmall_Text
		{
			font-family: Verdana;
			font-size: 12px;
			color: White;
		}


/* End of shopping cart control styles  */





/* Start of Product Classes used in Show Products user control (By category, Top Sellers, Featured Products etc.), Show Product user control (related products only) 
and Search.aspx, hopefully self-explantory */

		.showProducts_productName
		{
			font-family: Arial, helvetica;
			font-size:11px;
			font-weight:bold;
			color:#0000a0;
		}

		.showProducts_productPricePrice
		{
			font-family: Arial, helvetica;
			font-size:11px;
			font-weight:bold;
			color:#0000a0;
		}

		.showProducts_productPriceText
		{
			font-family: Arial, helvetica;
			font-size:8px;
			color:#0000a0;
		}

		.showProducts_productShortDes
		{
			font-family: Arial, helvetica;	
			font-size:9px;
			color: #808080;
		}

		.showProducts_productDetailsLink
		{
			font-family: Arial, helvetica;	
			font-size:9px;
			text-decoration:underline;
		}

		.showProducts_productBuyNow
		{
			font-family: Arial, helvetica;	
			font-size:9px;
			text-decoration:underline;
		}

		.showProducts_ProductBGImage
		{
			background-image:url('../Images/featured_view_products_Blank_BOX_2.jpg'); 
			background-position:right;	 
		}


/* End Product Classes for Show Products */


/* Start of Classes used in ShowProduct User Control */


		.showProduct_ProductBGImage
		{
			background-image:url('../Images/featured_view_products_Blank_BOX.gif'); 
			background-position:right;	
		}


		.showProduct_colourAndSizesMenu
		{
			font-size:10px;	
			width:150px;	
		}
/* End of Classes used in ShowProduct User Control */

.tableContentHeader
{
	background-color: #13007d;
	height: 37px;
	text-transform:uppercase;
	color:#ffffff;
	padding-left:23px;
	font-weight:bold;
}
	
	
