	/* -----------------------------------------------------------
	
	File: colour.css
	Description:
		* colour/ theme styling for CMS/Shop. 
					
	Usage:
		* Only include colours i.e. hexadecimal colour codes. 
		  Do not use one line styles which includes sizes. 
		  This should be included within the 'layout.css'
		* Please do not include layout here, only pixel values 
		  should be for style based attributes such as border.  
		
	-------------------------------------------------------------- */
	
	/* -----------------------------------*/
	/* -----------## COLOUR ##------------*/
	/* -----------------------------------*/
	
	/*  SWATCH 
		bright green: #DCE11F;
		green:#9BB12A;
		pink:#D6B1C8;
		dark grey: #4A6467;
		text grey: #4e4e4e;
	*/
	
	/* ELEMENT BASED */
	
		body {
			background-color:#ebebeb;		
		}
                body#tinymce { background-color:#FFFFFF; }
		#container {

		}
		
		h1, h2, h3 {
			color:#a4a4a4;
		}
		
		h1 a, h2 a, h3 a {
			color:#a4a4a4;
		}
		
		a {
			color:#000000;
		}		
		p a {
			color:#DCE11F;
			text-decoration:underline;
		}
		p a:hover {
			text-decoration:none;
		}
                
                #header-text a {
                    color: #4A6467;
                }
				
		strong {
			
		}		
		hr {
			background-color:#000000;
			color:#000000;
		}
			
	/* CLASS BASED */ 	
		.summary-text {
			color:#a4a4a4;
		}
					
		.active,
		.active *,
		.active a {
			color:#a4a4a4 !important;
		}
		.active-alt {
			color:#a4a4a4 !important;
		}
		.highlight {
			color:#a4a4a4 !important;
		}
		
		.border {
			border:2px solid #a4a4a4;
		}
		
	/* COLOUR TYPES */		
		.orange {
			color:#a4a4a4;
		}
		
		.cream {
			background-color:#a4a4a4;
		}
		
		.grey {
			background-color:#a4a4a4;
		}
		
	/* ARROW LINKS */	
		.link-arrow {
		
		}		
		.link-arrow-right {
		
		}		
		.link-arrow-left {
		
		}	
		
	/* BUTTONS */		
		.button, .button-small {
			background-color:#a4a4a4;
			color:#a4a4a4;
		}		
		.search-button {
			background: #ED1C24 url(../images/search-button.gif) no-repeat 110px 1px;
		}
		
	/* FORMS */	
	/* text colour within form elements */
	
		input[type=text], input[type=password],
		input.text, select {
			background-color:#F6F6F6;
			color:#000000;
			border: 1px solid #999999;
		}
	/* ie6 */
		input.text {
			background-color:#F6F6F6;
			color:#000000;
			border: 1px solid #999999;
		}
		
		textarea {
			color:#000000;	
			border: 1px solid #999999;			
		}			

	/* -----------------------------------*/
	/* ----------## MODULES ##------------*/
	/* -----------------------------------*/
		
	/* TOP NAV */			
		#top-nav a {
			color:#4A4C4B;
		}
		#top-nav-right li a {
			background-color:#F78D28;
			color:#a4a4a4;
		}
		#top-nav li {
			border-color:#B7B7B7;
		}
	
	/* BANNER */
	/* SEARCH */
	
	/* ADD TO FAVS */		
		#add-to-favs {
			background:url(../images/add-to-favs.gif) no-repeat;
		}	
	
		.bg-border-horiz {
			background:url(../images/background-hori-border.gif) no-repeat top center;
		}
		
	/* SHOP SELECTORS */
	
		/* FORM ELEMENTS */		
			.button {
				color:#000000;
			}
					
		/* INFOBOX */
			.infobox .header {
				background-color:#cfda28;
			}
			.infobox .header h3 {
				color:#373535;
			}
		
		/* LIST TABLE */
			.list-table th {	
				background-color: #aaacae;
				color: #FFFFFF;
			}
			.list-table td {
			   border-bottom: 1px solid #CCCCCC;
			}	
		
	/* END SHOP SELECTORS */
	



	