﻿/* -- PAGE STRUCTURE -------------- */
html, body { margin: 0px; }

body 
{
	background-color: #CEC8BC;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3, h4
{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 0;
}
h3 
{
	font-size: 11pt;
	padding-top: 10px;
	padding-bottom: 3px;
}
h4 
{
	font-size: 10pt;
	padding-top: 15px;
}

#page 
{
	width: 810px;
	margin: 0px auto 0px auto;
}
	#page #header 
	{
		float: left;
		margin-bottom: 3px;
		background: url("../images/gbl_paw.jpg") no-repeat right top;
	}
	#page #wrapperLeft
	{
		background: url("../images/gbl_leftcol_bg.jpg") repeat-y top left;
		float: left;
		position:relative;
		width:100%;
	}
	#page #contentContainer 
	{
		float: left;
		background: url("../images/gbl_page_bg.jpg") repeat-y right;
	}
		#page #leftCol 
		{
			float: left;
			width: 221px;
		}
			#page #leftColInner 
			{
				margin: 3px;
				width: 215px;
				background-color: #E8E4D9;
			}
		#page #content
		{
			float: left;
			overflow: hidden;
			width: 559px;
			background: url("../images/gbl_page_top.jpg") no-repeat top;
		}
			#page #content #title_bar 
			{
				float: left;
				font-size: 11px;
				width: 559px;
				line-height: 30px;
				font-weight: bold;
				color: #fff;
				background: url("../images/gbl_page_head_bg.jpg") repeat-x;
			}
			#page #content #title_text 
			{
				float: left;
				padding-left: 15px;
			}
			#page #content #logout_container 
			{
				float:right;
				text-align: right;
				font-weight: normal;
			}
				#page #content #logout_container a
				{
					color: #ddd;
					text-decoration: underline;
				}
				#page #content #logout_container a:hover
				{
					color: #ff0000;
					text-decoration: underline;
				}
			#page #content #title_bar_corner 
			{
				float: right;
				width: 20px;
				background: url("../images/gbl_page_head_right.jpg") no-repeat right top;
			}
			#page #content #content_container 
			{
				clear: both;
				padding: 12px;
				padding-top: 10px;
			}
	#page #footer 
	{
		clear: both;
	}
	
	#footer_details 
	{
		width: 760px;
		margin-top: 5px;
		padding-left: 10px;
		font-size: 7pt;
		font-weight: bold;
		color: #666; 
	}
		#footer_details #designby_stamp 
		{
			float: left;
			width: 300px;
		}
		
		#footer_details #footer_links 
		{
			color: #999;
			text-align: right;
		}
/* -- PAGE STRUCTURE END -------------- */

/* -- HEADER -------------- */
#header_logo 
{
	float: left;
	width: 405px;
}
#header_tel 
{
	float: left;
	width: 330px;
	padding-right: 75px;
	text-align: right;
}
/* -- HEADER END -------------- */

/* -- LEFT COL -------------- */
#leftCol .no_data
{
	padding: 10px;
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
	color: #777;
}
div#shopping_cart 
{
	min-height: 60px;
	height: auto;
	_height: 60px;
	padding: 10px 0px 10px 0px;
	color: #777;
	font-size: .85em;
}
	div#shopping_cart .contents
	{
		float: left;
		min-height: 60px;
		height: auto;
		_height: 60px;
		margin-bottom: 20px;
		width: 214px;
	}
		div#shopping_cart div#no_items 
		{
			margin-left: 15px;
			margin-right: 15px;
		}
		
		div#shopping_cart .item 
		{
			float: left;
			width: 214px;
			margin-bottom: 5px;
		}
		div#shopping_cart .quantity
		{
			float: left;
			width: 40px;
			padding-right: 4px;
			text-align: right;
			color: #000;
			font-weight: bold;
		}
		div#shopping_cart .times
		{
			color: #888;
		}
		div#shopping_cart .product, .quantity
		{
			font-size: 9pt;
		}
		div#shopping_cart .product
		{
			color: #333;
			width: 140px;
			overflow: hidden;
			float: left;
		}
		div#shopping_cart img
		{
		}
		div#shopping_cart .price
		{
			color: #888;
			font-weight: bold;
			margin-left: 45px;
			font-size: 8pt;
		}
		
	div#shopping_cart .total_price 
	{
		clear: both;
		font-weight: bold;
		margin: 0px 0px 4px 15px;
		font-size: 10pt;
	}
	div#shopping_cart .total_price .label
	{
		color: #000;
	}
	div#shopping_cart .total_price .total_payable
	{
		color: #d60000;
	}
	
#search
{
	height: 27px;
	border-top: solid 3px #fff;
	overflow: hidden;
	background: url("../images/gbl_search.jpg") no-repeat;
}
	#search #search_box 
	{
		float: left;
		height: 27px;
		margin-top: 6px;
		padding-left: 20px;
		width: 165px;
	}
	#search #search_button 
	{
		float: left;
	}
	#search .textbox
	{
		height: 15px;
		font-size: .9em;
		line-height: 11px;
		color: #666;
		width: 158px;
		background-color: Transparent;
		border: 0;
	}
	div#search_count 
	{
		position: absolute;
		width: 200px;
		padding: 5px;
		margin-left: 5px;
		font-size: 9pt;
		background-color: #fff;
		border: solid 3px #ccc;
		border-style: ridge;
	}
		span#count 
		{
			font-weight: bold;
			font-size: 10pt;
			color: #d60000;
		}
#categories 
{
	min-height: 200px;
	height: auto;
	_height: 200px;
	border-top: solid 3px #fff;
	background: #D8D3C0;
}
	#categories ul 
	{
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 20px 0px;
		list-style-type:none;
	}
	#categories li 
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 5px 0px 20px;
		border-bottom: solid 1px #fff;
		line-height: 20px;
		background: url("../images/gbl_categories_bullet.jpg") no-repeat left;
	}
		#categories a
		{
			font-size: 8pt;
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}
		#categories a:hover
		{
			color: #d60000;
		}
#events 
{
	min-height: 130px;
	height: auto;
	_height: 130px;
	border-top: solid 3px #fff;
}
#news 
{
	min-height: 100px;
	height: auto;
	_height: 100px;
	padding-bottom: 10px;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
}
.sec_inner
{
	padding: 0px 15px 5px 15px;
}
.sec_link_container
{
	padding: 0px 0px 15px 15px;
}
.item 
{
	font-size: .85em;
}
	.item_date
	{
		font-weight: bold;
		color: #d60000;
	}
	.item_title
	{
		font-weight: bold;
	}
	.item_seperator 
	{
		padding-top: 8px;
		padding-bottom: 8px;
	}
#cards 
{
	padding-top: 5px;
	text-align: center;	
}
/* -- LEFT COL END -------------- */


/* -- GLOBAL ELEMENTS ----------- */
h2 
{
	font-size: 9pt;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.no_data 
{
	color: #d60000;
}
.incVat 
{
	font-size: 7pt;
	color: #888;
}
div.page_text_top 
{
	margin-bottom: 20px;
}

div.innerpage_head 
{
	height: 10px;
	font-size: 0pt;
	background: url("../images/gbl_innerpage_head.jpg") no-repeat;
}
div.innerpage_body 
{
	padding: 5px 15px 5px 15px;
	background: url("../images/gbl_innerpage_bg.jpg") repeat-y;
}
div.innerpage_foot 
{
	height: 10px;
	background: url("../images/gbl_innerpage_foot.jpg") no-repeat;
}

div.innerbox_head 
{
	height: 17px;
	padding: 7px 10px 5px 20px;
	background: url("../images/gbl_innerbox_head.jpg") no-repeat;
	color: #706a6a;
	font-size: 9pt;
	font-weight: bold;
}
div.innerbox_body 
{
	padding: 10px 20px 10px 15px;
	background: url("../images/gbl_innerbox_bg.jpg") repeat-y;
}
div.innerbox_foot 
{
	height: 15px;
	background: url("../images/gbl_innerbox_footer.jpg") no-repeat;
}


/* 
header:			red
background:		light grey
border:			dark grey
*/
div.innerbox2_head 
{
	height: 17px;
	padding: 7px 10px 5px 20px;
	background: url("../images/gbl_innerbox_red_head.jpg") no-repeat;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}
div.innerbox2_body 
{
	padding: 10px 20px 10px 15px;
	background: url("../images/gbl_innerbox_red_bg.jpg") repeat-y;
}
div.innerbox2_foot 
{
	height: 15px;
	background: url("../images/gbl_innerbox_red_footer.jpg") no-repeat;
}


/* 
header:			red
background:		white
border:			dark grey
*/
div.innerbox3_head 
{
	height: 17px;
	padding: 7px 10px 5px 20px;
	background: url("../images/gbl_innerbox_red2_head.jpg") no-repeat;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}
div.innerbox3_body 
{
	padding: 10px 20px 10px 15px;
	background: url("../images/gbl_innerbox_red2_bg.jpg") repeat-y;
}
div.innerbox3_foot 
{
	height: 15px;
	background: url("../images/gbl_innerbox_red2_footer.jpg") no-repeat;
}


/* 
header:			red
background:		white
border:			white
*/
div.innerbox4_head 
{
	height: 17px;
	padding: 7px 10px 5px 20px;
	background: url("../images/gbl_innerbox_red3_head.jpg") no-repeat;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}
div.innerbox4_body 
{
	padding: 10px 20px 10px 15px;
	background-color: #fff;
}
div.innerbox4_foot 
{
	height: 15px;
	background: url("../images/gbl_innerbox_red3_footer.jpg") no-repeat;
}


/* 
header:			black
background:		white
border:			dark grey
*/
div.innerbox5_head 
{
	height: 17px;
	padding: 7px 10px 5px 20px;
	background: url("../images/gbl_innerbox_black_head.jpg") no-repeat;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}
div.innerbox5_body 
{
	padding: 10px 20px 10px 15px;
	background: url("../images/gbl_innerbox_black_bg.jpg") repeat-y;
}
div.innerbox5_foot 
{
	height: 15px;
	background: url("../images/gbl_innerbox_black_footer.jpg") no-repeat;
}



/* 
header:			black
background:		white
border:			dark grey
SMALLER VERSION
*/
div.innerbox6_head 
{
	width: 175px;
	height: 17px;
	padding: 7px 10px 5px 20px;
	background: url("../images/gbl_innerbox_black_small_head.jpg") no-repeat;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}
div.innerbox6_body 
{
	padding: 10px 20px 10px 15px;
	background: url("../images/gbl_innerbox_black_small_bg.jpg") repeat-y;
}
div.innerbox6_foot 
{
	height: 15px;
	background: url("../images/gbl_innerbox_black_small_footer.jpg") no-repeat;
}



.note_opac_1 
{
	font-size: 9pt;
	color: #706a6a;
}
.note_opac_2 
{
	font-size: 8pt;
	color: #c4c4c4;
}
	.note_opac_2 a
	{
		font-size: 8pt;
		color: #c4c4c4;
		text-decoration: underline;
	}
.small_note 
{
	font-size: 8pt;
	color: #333;
}


div#postcode_finder_container 
{
	margin: 30px -14px 10px -12px;
	padding: 5px;
	padding-left: 10px;
	border-top: solid 3px #B1B1B1;
	border-bottom: solid 3px #B1B1B1;
	background-color: #eee;
}
div#postcode_finder_form
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div#postcode_finder_results 
{
	margin: 20px 10px 10px 10px;
}
	div#postcode_finder_results label
	{
		font-size: 8pt;
		font-weight: normal;
	}
	div#postcode_finder_results select.lookup_result 
	{
		width: 485px;
		height: 160px;
		margin-top: 5px;
		margin-bottom: 3px;
	}
	div#postcode_finder_results div.error_message
	{
		margin-top: 5px;
		margin-left: 0px;
		font-size: 10pt;
		font-weight: bold;
	}
	
	div.lookup_loading 
	{
		width: 150px;
		margin: 60px auto 20px auto;
		padding: 20px;
		background-color: #fff;
		border: solid 2px #ccc;
		text-align: center;
	}
.divider 
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.status_icon 
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.highlight 
{
	color: #d60000;
	font-weight: bold;
}
.order_total 
{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}
/* -- GLOBAL ELEMENTS END ------- */


/* -- LINKS ---------------------- */
a 
{
	color: #d60000;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
a.small_link {
	color: #d60000;
	text-decoration: none;
}
a.small_link:hover {
	text-decoration: underline;
}
/* "See all events" and "See all news" */
a.sec_link 
{
	color: #777;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}
	a.sec_link:hover
	{
		color: #d60000;
	}
#footer_details a 
{
	color: #666;
	text-decoration: none;
}
#footer_details a:hover
{
	text-decoration: underline;
}
#footer_details #designby_stamp a
{
	color: #999;
}
#footer_links a:hover 
{
	color: #999;
}
div#shopping_cart a 
{
	color: #d60000;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
div#shopping_cart a.no_items 
{
	color: #777;
	text-decoration: none;
	font-size: 8pt;
}
div#shopping_cart a.no_items:hover 
{
	color: #777;
	text-decoration: underline;
	font-size: 8pt;
}
div#shopping_cart .product a
{
	color: #333;
	font-weight: normal;
}
div#shopping_cart .product a:hover
{
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}
div.innerbox_head a
{
	color: #706a6a;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
div.innerbox_head a:hover
{
	text-decoration: underline;
}
/* -- LINKS END-------------------- */

/* -- FORM ELEMENTS ----------- */
label 
{
	color: #706a6a;
	margin-top: 5px;
	font-weight: bold;
}
label.mandatory 
{
	color: #ea0a0a;
	margin-top: 5px;
	font-weight: bold;
}
input.textbox, select.dropdown, textarea.textarea
{
	width: 200px;
	background-color: #fafafa;
	font-family: Tahoma;
}
input.textbox 
{
	border: inset 1px #eee;
}
input.textbox_invalid 
{
	width: 200px;
	font-family: Tahoma;
	background-color: #FFE8E8;
	xborder: solid 1px #c00000;
}
textarea.textbox_invalid 
{
	font-family: Tahoma;
	background-color: #FFE8E8;
	xborder: solid 1px #c00000;
}
select.dropdown_invalid 
{
	width: 200px;
	font-family: Tahoma;
	background-color: #FFE8E8;
	xborder: solid 1px #c00000;
}
div.form_buttons {
	margin: 25px 0px 35px 85px;
}
div.error_message_main 
{
	padding: 5px;
	background-color: #f9cdcd;
	border: solid 2px #c00000;
	margin: 20px 0px 20px 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #c00000;
}
	div.error_message_main img
	{
		float: left;
		margin: 3px 10px 15px 2px;
	}
.error_message 
{
	color: #c00000;
	margin-left: 85px;
	font-size: 8pt;
}
div.form_element 
{
	margin-top: 4px;
}
div.form_element_toplabel 
{
	margin: 10px 0 0 85px;
}
div.label_container
{
	float: left;
	width: 80px;
	margin-top: 2px;
	margin-right: 4px;
	text-align: right;
}

/* -- FORM ELEMENTS END ----------- */