/* -------------------------------------------------------------------------------- */
/*																					*/
/*		[CHKS] 			Products Stylesheet									*/
/*																					*/
/*		date:      15/04/08															*/
/*		author:    [True Designs - Ash Bryant]										*/
/*		email:     [ashbryant AT gmail DOT com]										*/
/*		website:   [http://www.truedesigns.co.uk/]									*/
/*																					*/
/*																					*/
/*		Colours used:	#898667  -  Green / Brown 	- Background 					*/
/*						#F4F3EF  -  Light Brown		- BG for non-content areas		*/
/*						#486469	 -	Blue			- Image Borders					*/
/*						#CCCCCC  -  Light Grey		- Borders						*/
/*						#8F0407	 -	Burgundy		- Heading Text					*/
/*						#333333  -  Very Dark Grey	- Body Text						*/
/*						#1070B6  -  Blue			- Some Links 					*/
/*						#679010  -  Green			- Ledgend Headings				*/
/*																					*/
/* -------------------------------------------------------------------------------- */


/****************************************************************************************/
/* Right area                                                                          */
/****************************************************************************************/

	#media_right_column #draw_line img {
		padding: 0;
		border: 0;
	}

	#media_right_column img {
		padding: 0.25em;
		border: 1px solid #CCC;
	}

	#media_right_column img.floatLeft {
		margin: 0 2em 0.5em 0;
		display: inline;
		clear: none;
	}

	#media_right_column img.floatRight {
		margin: 0 0 2em 2em;
	}

	#media_right_column h1 {
		color: #0069AA;
		font-size: 2.8em;
		line-height: 1em;
		margin: 0 0 0.5em 0;
	}

	#media_right_column h2 {
		color: #000;
		font-size: 1.5em;
		line-height: 1em;
		margin: 0 0 0.5em 0;
	}

	#media_right_column p.important {
		color: #8F0407;
		font-size: 1.4em;
		font-weight: bold;
	}

	#media_right_column span.required {
		height: 1.4em;
		width: 1.4em;
		display: inline;
		padding: 0 0.5em;
		background: transparent url(/assets/templates/chks/images/icons/important.png) no-repeat center center;
	}

	#media_right_column p {
		font-size: 1.3em;
		line-height: 1.4em;
		margin: 0 0 1em 0;
		text-align: justify;
	}

	#media_right_column ol,
	#media_right_column ul {
		margin: 0 0 0 3em;
		font-size: 1.3em;
		line-height: 1.4em;
		text-align: justify;
	}

	#media_right_column p:first-child {
		margin: 1em 0 0 0;
	}

	#media_right_column fieldset.articles {
		border: 1px solid #CCC;
		padding: 1.5em 1.5em 0 1.5em;
		margin: 0 0 0 0;
	}

	#media_right_column a {
		color: #098DD0;
		text-decoration: none;
		margin-bottom: 1.5em;
	}

/****************************************************************************************/
/* Left area.                                                                           */
/****************************************************************************************/

	#media_left_column ul{
		list-style: none;
		font-size:1em;
		margin:0;
		padding:0 0 2em 0;
	}

	#media_left_column li{
		list-style: none;
		margin:0 0 4px 0;
	}

	#media_left_column ul li{
		margin:0 0 10px 0;
	}

	#media_left_column li a{
		text-decoration: none;
		font-size:1.2em;
		font-weight:bold;
		color: #098DD0;
		text-decoration: none;
	}

	#media_left_column ul ul{
		margin:4px 0 3px 15px;
		line-height:1.2em;
		padding:0;
	}

	#media_left_column ul ul li {
		margin:0 0 6px 0;
	}

	#media_left_column ul ul li a{
		font-weight:normal;
	}

	#media_left_column fieldset {
		border: 1px solid #CCC;
		padding: 1.5em;
		margin: 1.5em 0;
	}

	#media_left_column fieldset.latest_news h2 {
		color: #000000;
                height: 4em;
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 0 0 1.2em 0;
                font-weight: normal;
	}

	#media_left_column fieldset input {
		color: #999;
	}

	#media_left_column fieldset.latest_news p {
		color: #000;
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 0 0 1.5em 0;
	}

	#media_left_column fieldset.live_login p,
	#media_left_column fieldset.newsletter p {
		color: #000;
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 1.5em 0;
	}

	#media_left_column fieldset.newsletter a {
		color: #098DD0;
		text-decoration: none;
	}

/****************************************************************************************/
/* Common to right and left area.                                                       */
/****************************************************************************************/


	#media_right_column a:hover,
	#media_left_column fieldset.latest_news a:hover {
		text-decoration: underline;
	}

	#media_right_column legend,
	#media_left_column legend {
		 color: #679010;
		 font-size: 1.6em;
		 font-weight: bold;
		 padding: 0.2em 0.5em 0.2em 0.2em;
		 margin: 0 0 0 -0.5em;
	}

	#media_right_column input.send_friend_submit,
	#media_left_column fieldset.send_to_a_friend input.send_friend_submit {
		color: #666;
		width: 6em;
		height: 2em;
		padding: 0 1.8em 0.2em 0;
		margin: 0;
		float: right;
		cursor: pointer;
		background: transparent url(/assets/templates/chks/images/forms/send_friend_submit.png) no-repeat left top;
	}

/****************************************************************************************/
/* End of main style sheet.                                                             */
/****************************************************************************************/

