﻿@import "../../_Assets/css/_Core/Base.css";
@import "../../_Assets/css/_Core/Admin.css";

/**************************************************

	Init

**************************************************/

* 
{
	margin:0;
	padding:0;
	border: 0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}
	
caption,th 
{
	text-align:left;
}

h1,h2,h3,h4,h5,h6
{
	font-size:100%;
}
#NewsContentMain h2 {
    margin-top:20px;
    font-size:140%;
}
#NewsContentMain p {
    line-height:1.5;
}

q:before,q:after
{
	content:'';
}

.error, .red, .required, .reqField, .requiredField { /* TODO: consolidate this lot to just .error & .required */
	color: #f00;
	font-weight: bold;
}

/**************************************************

	Body

**************************************************/

body 
{		
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 90%;
	background-color: #ffffff;
	behavior: url("../../_assets/csshover2.htc");
}

a:link, a:visited { color: #007e3a; }
a:hover, a:active { color: #76b900; }

/**************************************************

	Container

**************************************************/

#Container {
	background-image: url(images/bg_container.gif);
	margin: 20px auto 0;
	width: 955px;
}

	.IE6 #Container { width: 985px; }

	.checkout #Container { background: none; }

/**************************************************

	LeftPanel

**************************************************/

#LeftPanel {
	float: left;
	width: 205px;
}

		.IE6 div.panelbar, .IE6 .panelbar .rootGroup, .IE6 .panelbar .group, .IE6 .panelbar .item {
			width: 150px;
		}
	
	.RadPanelbar_Ecolibrium .rootGroup li {
		background-image: url(images/menubullet.gif);
		background-position: 8px 7px;
		background-repeat: no-repeat;
		color: #76B900;
		/* cursor: pointer; */
		padding: 3px 4px 1px 24px;
		width: 160px;
	}
	
		.WinXP.Firefox2 .RadPanelbar_Ecolibrium .rootGroup li { background-position: 8px 5px; }
	
	    .MacPPC.Firefox2 .RadPanelbar_Ecolibrium .rootGroup li,
	    .Unknown.Firefox2 .RadPanelbar_Ecolibrium .rootGroup li,
	    .Unknown.Firefox3 .RadPanelbar_Ecolibrium .rootGroup li { padding-top: 7px; }
	
		.rootGroup li a.selected { color: #76b900 !important; }
	
	#LeftPanel .siteLogo {
		width: 205px;
		height: 80px;
		background-color: #fff;
		text-align: center;
	}
	
	#LeftPanel .siteLogo img { margin: auto; }
	
	#LeftPanel .address
	{
		text-align: center;
		color: White;
		font-size: 0.85em;
		padding-top: 13px;
		padding-bottom: 13px;
		background-color: #007e3a;
		border-bottom: solid 11px white;
	}
	
	#LeftPanel .address p
	{
		margin-bottom: 4px;
	}
	
	#LeftPanel .address p .highlight
	{
		color: #76B900;
	}
	
	
	/*#BottomLeftPanel 
	{
		*** Commented out to avoid validation errors. ***	
	}*/
	
	#BottomLeftPanel { overflow: hidden; } /* stops telerik menu items invading neighbouring elements */
	
	#BottomLeftPanel h2
	{
		background-color: #76b900;
		margin-top: 0;
		font-size: 80%;
		font-weight: bold;
		border-bottom: solid 2px #ffffff;		
		padding: 5px;		
		color: #000000;
	}
	
	#BottomLeftPanel h3
	{
		font-weight: bold;
	}
	
	#BottomLeftPanel p.Date
	{
		margin-bottom: 0px;
	}

/**************************************************

	RightPanel

**************************************************/

#RightPanelContainer {
	float: left;
	width: 750px;
}

#RightPanel {
	background: #ffffeb;
	float: left;
	margin-left: 10px;
	width: 740px;
}

    .IE6 #RightPanel { margin-left: 4px; }

/**************************************************

	Header

**************************************************/

#Header
{	
	background-color: #76b900;
	clear: both;
	height: 53px;
	padding: 10px 15px;
	position: relative;
}

	#Header h1, #Header .h1 
	{	
		color: #ffffff;
		font-size: 2em;
		font-weight: normal;
		line-height: 100%;
		margin: 1px 0 0 0;
	}
	
	.pageEdit #Header h1, .pageEdit #Header .h1  { font-size: 0; }
	
	#customerLoginStatus {
		font-size: .9em;
		position: absolute;
		right: 10px;
		top: 5px;
		width: 246px;
	}

		.Unknown.Firefox3 #customerLoginStatus { /* Unknown = Intel Mac */
			top: 10px;
		}
	
		#customerLoginStatus, #customerLoginStatus a { color: #fff; }
	
	#Strapline {
		font-size: 1.05em;
		color: #000;
		margin: -5px 0 0;
	}

	#searchBox * { float: left; }
	
	#searchBox {
		height: 24px !important;
		position: absolute;
		right: 32px;
		top: 45px;
		width: 225px !important;
	}
	
		.searchButton { margin-left: 5px; }
	
		#searchBox .text {
			height: 18px !important;
			margin: 1px 0;
			padding: 2px;
			width: 190px;
		}
				
/**************************************************

	ContentTop

**************************************************/

#ContentTop
{
	background-color: White;
	padding-top: 8px;
	padding-bottom: 8px;
}

/**************************************************

	ContentMain

**************************************************/
#ContentMain, #ContentContact
{
	padding: 15px 0px 0px 15px;		/*  May need to change this. currently top spacing is coming from #ContentMain p so that bottom sits flush with the footer */
	color: black;
	position: relative;
	min-height: 190px;
	font-size: 85%;
}

#ContentContact
{
	padding: 20px 0 0 15px;
}

/** For IE6 **/
* html #ContentMain
{
	height: 190px;
}

#ContentMain h3, 
#ContentContact h3, 
#ProductContentMain h2, 
#ProductContentMain h3, 
.order_history_items h4 {
	clear: both;
	color: #007e3a;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#AddToBasket {
	background: url(images/add_to_basket_back.gif) no-repeat;
	height: 100px;
	margin-top: 15px;
	padding: 10px;
	width: 300px;
}		
#AddToBasket h4 { margin: 0; }

	.productPrice { 
		padding: 0 10px 10px; 
		position: relative;	
	}
	
		.productPrice p { margin: 5px 0; }
		
		.productPrice label {
			float: left;
			width: 70px;
		}
	
	.addToBasket {
		bottom: 15px;
		position: absolute;
		right: 0;
	}
		.IE7 .addToBasket { bottom: 20px; }

#ContentMain ul
{
	margin-left: 20px;
}

	#ContentMain #ContentLeftContainer
	{
		width: 715px;
		float: left;
	}

		#ContentMain #ContentLeft
		{
			margin-right: 0px;
		}
		
		/*#ContentMain .sponsorImages		TODO: Work out a way to put these at the bottom of #ContentMain
		{
			margin-top: 90px;
		}*/
		
		#ContentMain .sponsorImages img
		{
			line-height: 50px;
			vertical-align: middle;
			margin-right: 10px;
		}

	#ContentMain #ContentRightContainer
	{
		width: 145px;
		float: left;
		text-align: center;
		margin-top: -15px;
		margin-bottom: 10px;
		font-weight: bold;
	}

/**************************************************

	Utility classes

**************************************************/
.clear { clear: both; }

p.clear, div.clear {
	height: 1px;
	overflow: hidden;
}

img.left { float: left; }

img.right { float: right; }

input.text { height: 16px; }

input.search { color: #000; }

input.checkbox, input.radio {}

.select { border: 1px solid #ccc; }

.Firefox2 .productPrice .select { margin-bottom: 5px; width: 160px; }

.submitButton, .button {
	background-color: #fff;
	border: solid 1px #0c7e40;
	color: #666;
	cursor: pointer;
	font: normal 10px Arial,Helvetica,Verdana,Sans-Serif; /* required, otherwise we get "MS Shell Dlg" as the font */
	margin: 5px 5px 0 0;
	padding: 1px 2px;
	text-align: center;
	text-transform: uppercase;
}
	.IE6 .submitButton, .IE6 .button {
		padding: 1px 0px;
	}

.IE7 td.basket_quantity { zoom: 1 !important; }

.submitButton:hover, .button:hover {
 	color: #fff;
	background-color: #74ba43;
	/* border: solid 1px #0c7e40; */
}
