/***************************************************************************
*                      THINK BEYOND - ADAPTIVE SOLUTIONS.
*             			webmaster@jarman.org.uk
*
*                       Client: AngloEnterprises.co.uk
*                        Copyright: Dave Jarman 2009
*
****************************************************************************
*
* Module Name: Simple Styles.css
* Author     : Dave Jarman.
*
* Edit Record.
* Date          By     Comment
* ---------	    ---    ----------------------------------------------------
*  1-Nov-09     DCJ    New.
*
****************************************************************************
Description:

Simple styles define generic styles for every day use. For example a bordered table
is a simple collapsed table with padding and bordered.


Colour Scheme:

Blue/Purple:#330099
Orange: 	#FF6633
Grey:       #999999
Yellow:     #FFFF00
Bold White: #FFFFFF
Less White: #E1E1E1
Text Orange:#FF3300
Text Grey:  #7e7e7e
Text Grey dark:  #474747


  border-left: 2px solid #cadced;


***************************************************************************/

body, .Waiting {
  left: 0px;
  top: 0px;
  right: 0px;
  font-size: 10pt;
  text-align: left;
  color: #7e7e7e;
  font-family: helvetica, arial, sans-serif;
  background-color: #ffffff;
  z-index: -1;
  overflow: hidden;
  font-weight: 500;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


.Waiting {
	cursor: progress	 !important;	
}



html {
  overflow: auto;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	color: #FF3300;
}



.right_box_100 {
	border: 1px solid #7a7a7a;
	width: 100px;
	padding: 10px;
	float: right;
}

.right_box_200 {
	border: 1px solid #7a7a7a;
	width: 200px;
	padding: 10px;
	float: right;
}

.right_box_300 {
	border: 1px solid #7a7a7a;
	width: 300px;
	padding: 10px;
	float: right;
}

.left_box_100 {
	border: 1px solid #7a7a7a;
	width: 100px;
	padding: 10px;
	float: left;
}

.left_box_200 {
	border: 1px solid #7a7a7a;
	width: 200px;
	padding: 10px;
	float: left;
}

.left_box_300 {
	border: 1px solid #7a7a7a;
	width: 300px;
	padding: 10px;
	float: left;
}

.content_box {
	border: 1px solid #7a7a7a;
	width: 100%;
	padding: 10px;
}

.content_padded {
	width: 100%;
	padding: 10px;
}

/****************************************************************************

  Box styles

***************************************************************************/

.basic_box {
	border: 1px solid #7a7a7a;
/*	margin-top: 10px; */
	margin-bottom: 10px;
	padding: 10px;
}

.basic_box_text {
	position:relative; 
	padding-top:10px; 
	font-size:11px;
	width: 100%;
	height: 100%;
}

.bordered_box_wide {
  	border: 1px solid #7A7A7A;
  	position: relative;
  	width: 620px;
	padding: 10px;
  	border-collapse: collapse;
}

.bordered_box_wide hr {
	margin-left: -10px;
	margin-right: -10px;
}

.bordered_box {
  	border: 1px solid #7A7A7A;
  	position: relative;
  	height: 307px;
  	width: 300px;
  	display: inline-block;
  	vertical-align: top;
  	padding: 10px;
}


.bordered_box_error_msg {
	margin:10px -15px 10px -15px; 
	padding: 5px;
	display: none;
  	background-color: red;
	color: white;
	text-align: center;
	width: 300px;
	height: 37px;
	font-weight: 700;
	visibility: hidden;
}

.bordered_box_wide table, .bordered_box table {
/*	height: 100%; */
/*	padding: 10px; removed for school register is too indented. */
	white-space: nowrap;
}

/*
.bordered_box table {
	width: 300px;
}

.bordered_box_wide table {
	width: 560px;
}
*/
.bordered_box table th {
    white-space: nowrap;
	font-size: 8pt;
}

.bordered_box table td {
}

.bordered_box h2 {
	font-size: 14pt;
	margin: 0;
}

.bordered_box table td input[type='text']                              
{
}


.bordered_box_wide a, .bordered_box_wide a:active, .bordered_box a, .bordered_box a:active {
	color: #7A7A7A;
	text-decoration: underline;
}

.bordered_box a:hover, .bordered_box_wide a:hover {
	color: #FF4300;
}

.confirm_row {
	white-space: normal;
}

.bordered_box_wide .comment, .bordered_box .comment {
	font-size: 9pt;	
	white-space: normal;
	
}

.ok_bordered_box {
	position: absolute;
	bottom: 10px;
	right: 30px;	
}

.bordered_box_wide th, .bordered_box_wide td
{
  	border-bottom: 1px solid #7A7A7A;
	padding: 10px;
}



#wrapper {
	margin: 0 auto;
	width: 1000px;
	display: table;
	border: 0;
	padding: 0;
}

#inner_wrapper {
	position: absolute;
	width: 978px;
	height: 100%;
		
}

#wrapper_full {
    display: table;
    border: 0;
    padding: 0;
}

#inner_wrapper_full {
    position: absolute;
    width: 100%;
    height: 100%;
        
}

/* ------------------------ New style end --------------- */

#page_body 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 975px;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 975px;
	height: 103px;
	color: #474747;
}

#page_bottom 
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	font-size: 8pt;	
	text-align: center;
}

#left_col
{
	position: absolute;
	top: 104px;
	left: 8px;
	width: 120px;
	bottom: 38px;
	overflow: hidden;
}

#page_right
{
	position: absolute;
	top: 66px;
	left: 789px;
	width: 205px;
	height: calc(100% - 93px);
/*	overflow-y: auto;
	overflow-x: hidden;*/
}

#content_holder
{
}

#content_pane
{
    display: block;
	position: absolute;
	top: 105px;
    left: 143px;
    bottom: 30px;
	width: 647px;
	z-index: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.scrollable
{
	overflow-y: auto;
	overflow-x: hidden;
}

#content_pane_wide
{
    display: block;
    position: absolute;
    top: 105px;
    left: 191px;
    padding: 2px;
    width: calc( 100% - 191px );
	overflow: auto;
	z-index: 1;
	background-color: white;
}

#content_pane_full
{
    display: block;
    position: absolute;
    top: 105px;
    width: 100%;
    min-width: 100%;
    overflow: auto;
    z-index: 1;
    background-color: white;
}
/* ------------------------ New style end --------------- */

.Waiting {
	cursor: progress	 !important;	
}



html {
  overflow: auto;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	color: #FF3300;
}

.right_box_100 {
	border: 1px solid #7a7a7a;
	width: 100px;
	padding: 10px;
	float: right;
}

.right_box_200 {
	border: 1px solid #7a7a7a;
	width: 200px;
	padding: 10px;
	float: right;
}

.right_box_300 {
	border: 1px solid #7a7a7a;
	width: 300px;
	padding: 10px;
	float: right;
}

.left_box_100 {
	border: 1px solid #7a7a7a;
	width: 100px;
	padding: 10px;
	float: left;
}

.left_box_200 {
	border: 1px solid #7a7a7a;
	width: 200px;
	padding: 10px;
	float: left;
}

.left_box_300 {
	border: 1px solid #7a7a7a;
	width: 300px;
	padding: 10px;
	float: left;
}

.content_box {
	border: 1px solid #7a7a7a;
	width: 100%;
	padding: 10px;
}

.content_padded {
	width: 100%;
	padding: 10px;
}

/****************************************************************************

  Content Pane, where all site content lives.

***************************************************************************/
#navigation_zone {
	height: 33px;
	width: 100%;
}

#promotional_items, #minibasket {
}

#promotional_items img {
  	border: 1px solid #7A7A7A;
	width: 180px;
	display: block;
	margin: 3px 0;
}

#anglo_logo {
  position: absolute;
	top: 10px;
	left: 6px;
	width: 102px;
	height: 102px;
	color: #7a7a7a;
	font-size: 8pt;
	text-align: center;
}

#search_block {
  position: absolute;
	top: 0px;
	left: 134px;
	width: 460px;
	height: 60px;
	display: inline;
	text-align: left;
	font-size: 17px;
}

#search_fld {
}


#telephone_order_box {
  position: absolute;
  font-size: 8pt;
  font-weight: 800;
	top: 30px;
	left: 570px;
	width: 135px;
	height: 60px;
	text-align: center;
	background-color: white;
}

#telephone_order_no {
  font-size: 14pt;
  white-space: nowrap;
  margin-top: -4px;
  background-color: white;
}


#basket_total,
#sign_in,
#user_register,
#sign_out {
  	position: absolute;
  	border: 1px solid #7A7A7A;
  	font-weight: 600;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;	
	text-align: center;
	white-space: nowrap;
}

#user_register {
	top: 6px;
	left: 727px;
	width: 60px;
	height: 25px;
}

#sign_in {
	top: 34px;
	left: 727px;
	width: 60px;
	height: 24px;
}

#sign_in a, #sign_out a, #user_register a, #sign_in a, #basket_total a, #sign_in a:active, #user_register a:active, #basket_total a:active {
  	color: #7A7A7A;
	text-decoration: none;
/*	padding: 4px; */
	text-align: center;
/*	display: table-cell; */
	display: block;
	padding-top: 4px;
}

#basket_total a, #basket_total a:active {
	text-align: left;
}

#sign_out {
	top: 6px;
	left: 727px;
	width:56px;
	height: 23px;
	padding: 15px 2px;
}

#sign_out a {
}

#sign_in a:hover, #basket_total a:hover, #sign_out a:hover, #user_register a:hover {
	color: #FF4300;
}


#basket_total {
	top: 6px;
	left: 790px;
	width: 178px;
	height: 52px;
	text-align: left;
}

#basket_total img {
	padding: 4px 0 4px 4px;
}

#basket_total a {
	font-weight: 700;
	color: #000000;
}

#items_total {
  position: absolute;
	top: 5px;
	left: 102px;
	width: 80px;
	height: 44px;
}

#items_total strong {
  	font-size: 12px;
	font-weight: 700;
	color: #000000;
}

#top_menu {
	top: 66px;
	left: 135px;
	width: 837px;
	position: absolute;
	font-weight: 500;
	z-index: 500;
}



#side_menu {
	position: absolute;
	top: 104px;
	left: 8px;
	width: 120px;
	bottom: 38px;
	overflow: hidden;
}

#side_menu a {
  	border-bottom: 2px dotted #7A7A7A;
	display: block;
	text-decoration: none;
	font-size: 10pt;
	font-weight: 700;
  	color: #707070;
/*	color: #474747; */
	width: 100%;
	padding: 6px 0;
}

#side_menu a:hover {
  color: #FF4300;
}

#spare_areas {
	top: 100px;
	left: 0px;
	position: absolute;
}

#edit_page {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 7pt;
}

#add_page {
	text-align: center;
	width: 100%;
	padding-top: 30%;
}

/****************************************************************************

  Menu Banner

***************************************************************************/
.banner_menu {
  top: 110px;
  left: 150px;
  width: 1024px;
  position: absolute;
  height: 60px;
  background-color: #0e7cc9;
  background-image:url('layout/banner_background.png');
  padding-top: 5px;
}

.menu_banner {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  float: left;
  width: 140px;
  height: 60px;
  text-align: center;
  border-left: 2px solid #cadced;
}

.menu_banner_highlight {
  background-color: #0FC862;
}

.menu_banner:hover {
  top: -104px;
  height: 160px;
  position: relative;
  background-color: transparent;
/*  background-image:url('layout/popup_banner.png'); */
  background-repeat: no-repeat;
  padding-top: 13px;
  border-left: 2px solid transparent;
}

#menu1, #menu2
{
  width: 150px;
}
#menu1:hover, #menu2:hover
{
  background-image:url('layout/popup_banner.png');
}

#menu3, #menu4, #menu5, #menu6
{
  width: 100px;
}

#menu3:hover, #menu4:hover, #menu5:hover, #menu6:hover
{
  width: 100px;
  background-image:url('layout/popup_banner_s.png');
}

.subtotal, .mini_subtotal {
	white-space: nowrap;
}

.mini_subtotal, .mini_total {
	white-space: nowrap;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.mini_total {
	font-weight: 600;
}

#sand_reqd {
	display: block;
	font-weight: 600;
	height: 15px;
	left: 100px;
	position: relative;
	text-align: right;
	top: -78px;
	width: 35px;
}




.sub_menu_banner
{
  overflow: hidden;
  text-transform: none;
  display: none;
}

.sub_menu_banner p
{
  border-top: 2px solid #cadced;
  width: 110px;
  margin-bottom: 0px;
  margin-top: 3px;
  margin-left: 20px;
}

.sub_menu_banner a
{
  text-decoration: none;
  color: #FFFFFF;
}

.sub_menu_banner a:hover
{
  color: #FDFE03;
}


ul.cssMenu ul{
	display:none
}
ul.cssMenu li:hover>ul{
	display:block;
}
ul.cssMenu ul {
	position: absolute;
	/*left:-1px; */
	top:95%;
}
ul.cssMenu ul ul{
	position: absolute;
	left:100%;
	top:-1px;
}
ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:3px 2px 2px 0px;
}
ul.cssMenu table {
border-collapse:collapse
}
ul.cssMenu {
	display:block;
	float: left;
	z-index: 32000;
}
ul.cssMenu ul{
/*	width:160.65px; */
}
ul.cssMenu li{
	display:block;
	margin: 0px 3px 0px 0px;   /* DJ space around text */
	font-size:0px;
}

ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
}
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:table-cell;
	min-width: 100%;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
/*	font:normal 13px Verdana; */
	font-size:10pt;
	text-decoration:none;
/*	cursor:default; */
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
/*	text-align:left; */
	display:table-cell;
	white-space:nowrap;
}
ul.cssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssMenu li.sep span{
	float:none;	
	padding-right:0;
	display:inline-block;
	background-color:#AAAAAA;
	background-image:none;
}
ul.cssMenu ul li.sep span{
	width:80%;
}
ul.cssMenu li:hover{
	position:relative;
}
ul.cssMenu li:hover>a{
	text-decoration:none;
	background-image:url(layout/orange_button_bgnd.png);
}
ul.cssMenu li a:hover{
	position:relative;
	text-decoration:none;
}
ul.cssMenu li.dis a {
	color: #AAAAAA !important;
}


ul.cssMenu li	 {
	vertical-align:middle;
}

ul.cssMenu a	 {
	background-image:url(layout/blue_button_bgnd.png);
	background-position:left top;
	background-repeat:repeat-x;
	height: 35px;
	color: #f0f0f0;
	font-weight: 600;
/*	padding: 0 2px;  */  /* DJ space around text */
	text-align:center;
	vertical-align:middle;
	display: table-cell;
  }

#greyone {
	background-image:url(layout/grey_button_bgnd.png);
}

ul.cssMenu a:hover, ul.cssMenu a:active, #greyone:hover	 {
	background-image:url(layout/orange_button_bgnd.png);
}

ul.cssMenu ul li a  {
    width: 130px;
	background-image:url(layout/orange_button_bgnd.png);
/*	font-size: 11px; */
	font-weight:500;
}

ul.cssMenu ul li a:hover  {
/*	font-size: 12px; */
	font-weight:600;
}


ul.cssMenu ul ul {
  border: 1px solid #7A7A7A;
	background-color: #ffffff;
}

ul.cssMenu ul ul li a  {
  text-align: left;
  background-image: none;
  background-color: white;
  height: 12px;
	color: #000000;
	padding: 3px;
}

ul.cssMenu ul ul li a:hover  {
  background-image: none;
  color: #FF4300;
}

#admin_menu {
  position: absolute;
  top: 0px;
  left: 160px;
  width: 560px;
  font-size: 8pt;
  text-align: center;
  font-weight: 600;	
  z-index: 320000;
  height: 60px;
  background-color: white;
}

#admin_menu a {
	text-decoration: none;
  	color: #000000;
}
#admin_menu a:hover {
  color: #FF4300;
}

/****************************************************************************

  Highlight Regions.

***************************************************************************/
.h_curvy {
	position:relative; 
	width:100%;
/*	height:100%;	 */
	background:#EAF9FF; 
	color:#000; 
}
#h_ctl, #h_cbl, #h_ctr, #h_cbr, #h_ctl2, #h_cbl2, #h_ctr2, #h_cbr2 {
	position:absolute; 
	width:20px; 
	height:20px; 
	color:#EAF9FF; 
	background:#fff; 
	overflow:hidden; 
	font-style:normal; 
}
#h_ctl {
	top:0; 
	left:0;
	background-color: transparent;
}
#h_cbl {
	bottom:0; 
	left:0;
	background-color: transparent;
}
#h_ctr {
	top:0; 
	right:0px;
	background-color: transparent;
}
#h_cbr {
	bottom:0; 
	right:0;
	background-color: transparent;
}
#h_ctr2 {
	top:-1px; 
	right:-2px;
}
#h_cbr2 {
	bottom:-1px; 
	right:-2px;
}
#h_ctl2 {
	top:-1px; 
	left:-1px;
}
#h_cbl2 {
	bottom:-1px; 
	left:-1px;
}
.h_curvy em b {
	position:absolute; 
	font-size:150px; 
	font-family:arial; 
	color:#EAF9FF; 
	line-height:40px; 
	font-weight:normal;
}
#h_ctl b {
	left:-8px;
}
#h_ctl2 b {
	left:-10px;
}
#h_ctl2 b {
	left:-8px;
	color:#90949D; 
	height: 15px;
}
#h_ctr b {
	left:-25px;
}
#h_ctr2 b {
	color:#90949D; 
	left:-25px;
	height: 15px;
}
#h_cbl b {
	left:-8px; 
	top:-17px;
}
#h_cbl2 b {
	left:-8px; 
	top:-17px;
	color:#90949D; 
	height: 15px;
}
#h_cbr b {
	left:-25px; 
	top:-17px;
}
#h_cbr2 b {
	color:#90949D; 
	height: 15px;
	left:-25px; 
	top:-17px;
}
.h_curvy p, .h_text {
	position:relative; 
	margin:10px 15px; 
	padding-top:10px; 
	font-size:11px;
	width: 100%;
	height: 100%;
}

.h_curvy hr {
  position: relative;
	margin:10px -15px 10px -15px; 
}

.h_curvy_backr {
  position: absolute;
  right: -2px;
  top: 10px;
  bottom: -1px;
  width: 2px;
  background-color:#90949D; 
}
.h_curvy_backb {
  position: absolute;
  left: 20px;
  right: 10px;
  bottom: -1px;
  height: 1px;
  background-color:#90949D; 
}
.h_curvy_backl {
  position: absolute;
  left: -1px;
  top: 10px;
  bottom: -1px;
  width: 1px;
  background-color:#90949D; 
}
.h_curvy_backt {
  position: absolute;
  left: 16px;
  right: 10px;
  top: -1px;
  height: 1px;
  background-color:#90949D; 
}

.h_error_msg {
	margin:10px -15px 10px -15px; 
	padding: 5px;
	display: none;
  background-color: red;
	color: white;
	text-align: center;
	position: absolute;
	top: 37px;
	width: 300;
	height: 37px;
	font-weight: 700;
}

/****************************************************************************

  Box styles

***************************************************************************/

.basic_box {
	border: 1px solid #7a7a7a;
/*	margin-top: 10px; */
	margin-bottom: 10px;
	padding: 10px;
}

.basic_box_text {
	position:relative; 
	padding-top:10px; 
	font-size:11px;
	width: 100%;
	height: 100%;
}

.b_curvy {
	background:#EAF9FF; 
	color:#000; 
}
.b_curvy em b {
	color:#EAF9FF; 
}
#b_ctl, #b_cbl, #b_ctr, #b_cbr, #b_ctr2, #b_cbr2 {
	color:#EAF9FF; 
	background:#fff; 
}


#b_ctr2 b {
	color:#90949D; 
}
#b_cbr2 b {
	color:#90949D; 
}
.b_curvy_backr {
  background-color:#90949D; 
}
.b_curvy_backb {
  background-color:#90949D; 
}



/* Derived and extended styles to the curved boxes. */

.my_basket {
  position: absolute;
  top: 218px;
  left: 860px;
  width: 130px;
  height: 325px;
}


/****************************************************************************

  Buttons and Images.

***************************************************************************/

.login {
  position: absolute;
  top: 186px;
  left: 859px;
}

#login {
  position: absolute;
  top: 186px;
  left: 859px;
}

#login:hover {
  position: absolute;
  top: 185px;
  left: 859px;
}

#register {
  position: absolute;
  top: 186px;
  left: 914px;
}

#register:hover {
  position: absolute;
  top: 185px;
  left: 914px;
}

.my_basket h2 {
  font: normal small-caps 900 9pt arial,sans-serif;
  font-weight: bolder;
  text-align: right;
  padding-right: 10px;
}

.basket_loading_img {
  display: none;
  position: absolute;
  left: -200px;
  top: -200px; // position off screen.
}

.orange_button {
  	background-image:url('layout/signin/midbutton.png');
  	background-repeat: no-repeat;
  	background-position: top-left;
  	width: 125px;
  	height: 24px;  
	color: #d0d0d0;
  	text-align: left;
	font: normal 600 9pt helvetica, arial, sans-serif;
	cursor: pointer;
  	border: 0px solid #cadced;
}

.grey_button {
  	background-image:url('layout/signin/grey_midbutton.png');
  	background-repeat: no-repeat;
  	background-position: top-left;
  	width: 125px;
  	height: 24px;  
	color: #d0d0d0;
  	text-align: left;
	font: normal 600 9pt helvetica, arial, sans-serif;
	cursor: pointer;
}

.grey_button:hover {
  	background-image:url('layout/signin/midbutton.png');
}

.submit_button {
  background-color: white;
  background-repeat: no-repeat;
  background-position: top-left;
	color: #ffffff;
  font: normal 900 9pt helvetica, arial, sans-serif;
	cursor: pointer;
  	background-image:url('layout/signin/midbutton.png');
  	background-repeat: no-repeat;
  	background-position: top-left;
  	width: 125px;
  	height: 24px;  
  	float: right;
  	border: 0px;
}

.login_error {
  background-color: red;
	color: white;
	font-weight: 900;
	font-size: 12pt;
	line-height: normal;
}

/****************************************************************************

  Forms

***************************************************************************/

#registration {
}

#registration .hdr {
  font-weight:  400;
}

#registration .data {
  font-weight:  400;
}

#registration .comment {
  font-size: 8pt;
}



#new_customers, #existing_customers {
	display: table-cell;
	padding: 0 4px 0 0;
	position: absolute;
	top: 0;
	width: 320px;
}

#existing_customers {
	left: 0px;
}
	
#existing_customers .bordered_box{
	line-height: 55px;
}

#new_customers {
	left: 325px;
}

#new_customers .bordered_box{
	line-height: 37px;
}

#new_customers ul, #existing_customers ul, #registration_form ul {
	line-height: normal;
	color: red;
}

.new_customer_register {
	background-image: url( layout/signin/new_customers.png );
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 36px;
}

.new_customer_contact {
	background-image: url( layout/signin/new_customers.png );
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 36px;
	width: 285px;
}



.normal_line {
	line-height: normal   !important;
}

#reg_error, .error_msg {
	line-height: normal;
	background-color: red;
	font-size: 10pt;
	white-space: normal;
	color: white;
	visibility: hidden;
}

.hidden {
	visibility: hidden;
}

.right {
	float: right;
}

.privacy {
	font-weight: 400;
	font-size: 8pt;
}

.privacy_policy ul li {
	padding-bottom: 1em;
}

/****************************************************************************

Shopping basket and Product rendering

***************************************************************************/

#show_product {
	/* display: table-row;*/
}

	
#prod_list {
/*	
	position: absolute;
	top: 36px;
	left: 133px;
*/
	position: relative;
	top: -17px;        /* was 10px but did not align on product list */
	left: 130px;	  /* was 135px but did not align on product list */
	width: 517px;
	height: calc( 100% - 22px );
    overflow: none;
    padding-left:1px;
}

#prod_list a, #prod_list a:active  {
  color: #7e7e7e;
}

#prod_list a:hover {
  color: #FF3300;	
}

#prod_list table {
	width: 490px;
	border-collapse: collapse;
}

#prod_list tr {
}	

#prod_list td, #prod_list .description {
  border: 1px solid #999999;
	font-size: 10pt;
	padding-left: 10px;
}	

#prod_list .noborder {
  border: 0;
  padding: 0;
}

#prod_list .description h2, .prod_decrip h2 {
  font-size: 12pt;  
}


.prod_details {
	display: table-cell;
	height: 100%;
}

.prod_add {
}

.prod_pic {
}

.prod_descrip {
  	text-align: left;  
	height: 100%;
	width: 200px;
	vertical-align: top;
}

.prod_descrip h2, .prod_descrip p {
  	text-align: left;  
}

.pack_size {
	font-size: 10pt;	
    display: block;
}

/*
.border {
	display: table-cell;
	height: 100%;
	width: 230px;
}


.naborder {
	position: absolute;
	top: 0px;
	left: 116px;
	height: 100%;
	width: 18px;
	border-left: 1px solid #7a7a7a;
}


.border_right {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 18px;
	right: 120px;
	border-left: 1px solid #7a7a7a;
	}
*/

.add_to_basket {
/*	padding: 50px; */
	position: relative;
	line-height: 30px;
	width: 140px;
}
.amount_in_bold {
	font-weight: 700;
	color: #474747;
}

#your_shopping_basket_logo, #promotional_logo {
/*	position: absolute;
	top: -38px;
	left: -4px; */
	margin-left: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
	border: 0  !important;   
}

/*
.up_img {
	position: absolute;
	top: 31px;
	left: 64px;
}
.up_img:hover {
	position: absolute;
	top: 32px;
	left: 66px;
}

.down_img {
	position: absolute;
	top: 44px;
	left: 64px;
	cursor: hand;
}

.down_img:hover {
	position: absolute;
	top: 45px;
	left: 66px;
}
*/

.up_img {
    position: relative;
    top: -8px;
    left: 4px;	
}        
.down_img {
	position: relative;
    top: 8px;
    left: -7px;
}        

.up_img:hover {
    top: -7px;
    left: 6px;	
}        
.down_img:hover {
    top: 7px;
    left: -9px;
}        


.add_to_basket p {
	height: auto;
	width: auto;
	padding: 0;
}
	
.add_to_basket p input {
	position: relative;
	height: 15px;
	width: 80px;
}

.add_to_basket p input:hover {
}

.add_to_basket p img {
	margin: -15px 35px 0 0;
}

.mini_basket_tbl {
  font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: 500;
  	border: 1px solid #7A7A7A;
	border-collapse:collapse;
	padding: 4px;
	width: 186px;
}

.mini_basket_tbl th {
  	border-bottom: 1px solid #7A7A7A;
	padding: 5px;
	text-align: left;
}

.mini_basket_tbl td {
	padding: 5px;
}

.mini_basket_tbl td a .up {
	position: absolute;
	top: -3px;
	right: 0px;
	border: 0;
}

.mini_basket_tbl td a .down {
	position: absolute;
	top: 10px;
	right: 0px;
	border: 0;
}


.arrows {
	position: relative;
	float: right;
	height: 30px;
}


.full_basket table {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	border-collapse:collapse;
	/* padding: 4px; */
	/* cell-spacing: 20px; */
}

.full_basket th {
	padding: 5px;
	text-align: left;
	color: #000000;
}

.full_basket td {
	padding: 15px;
  	border: 1px solid #7A7A7A;
}

.full_basket .empty_tr, .full_basket .empty_td, .empty_td, .empty_tr {
  	border: 0px solid #FFFFFF;
  	padding: 0px;
  	height: 8px;
}

/*
.full_basket .proceed_top {
	position: absolute;
	margin-left: 650px;
}

.full_basket .proceed_bottom {
	position: absolute;
	margin-left: 650px;
	margin-top: -23px;
}
*/

.full_basket tr {
	padding: 5px;
}

.full_basket .tr_header {
  	border: none;
	padding: 5px;
}

.full_basket td a .up {
	position: absolute;
	top: -1px;
	right: 0px;
	border: 0;
}

.full_basket td a .down {
	position: absolute;
	top: 12px;
	right: 0px;
	border: 0;
}

.full_basket .empty {
  	border: 0px solid #FFFFFF;
  	vertical-align: top;
	}

.full_basket .empty a, .empty_basket_div a {
/*	display: block; */
	text-decoration: underline	!important;
/*	width: 500px; */
}

.full_basket, .empty_basket_div {
	min-width: 820px;
}

.empty_basket_div {
	height: 30px;
	position: relative;
}





.full_basket .subtotal {
  	border: 1px solid #000000;
}

.full_basket h2 {
	font-size: 13pt;	
}

.full_basket a, .full_basket a:active, .empty_basket_div a:active, .empty_basket_div a {
	color: #7a7a7a;	
}

.full_basket a:hover, .empty_basket_div a:hover {
	color: #FF4300;	
}






/****************************************************************************

Tabs

***************************************************************************/


#tabs {
  position: relative;
  height: 27px;
  width:630px;
  background:#DAE0D2 url("pics/borders/tab_bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#tabs ul {
  margin:0;
  /* padding:10px 10px 0; */
  padding:0px 0px 0px;
  list-style:none;
	float: left;
  }
#tabs li {
  float:left;
  /* background:url("pics/borders/tab_left.gif") no-repeat left top; */
  margin:0;
  padding:0 9px 0 0;
  }
#tabs a {
  float:left;
  display:block;
/*  background:url("pics/borders/tab_right.gif") no-repeat right top;  */
  background:url("layout/orange_button_bgnd.png") repeat-x right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#dddddd;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \ */
/* #tabs a {float:none;} */
/* End IE5-Mac hack */

#tabs a:hover {
  color:#ffffff;
  font-weight: 900;
  }
#tabs #current {
/*  background-image:url("pics/borders/tab_left_on.gif"); */
  }
#tabs #current a {
/*  background-image:url("pics/borders/tab_right_on.gif"); */
  color:#ffffff;
  padding-bottom:5px;
  }
#content_pane_wide > #tabs,
#content_pane_full > #tabs {
	width:100%;
}

#prod_selection {
  background: url("layout/prod_select.png") repeat-x right top;
  width: 130px;
  height: 596px;
  left: 0px;
  position:absolute;
  font-size: 9pt;
  line-height: 16px;
  top: 26px;
}

#prod_selection a, #prod_selection a:active, #prod_selection a:focus {
	color: #7A7A7A;
	display:block;
	font-weight: 600;
	padding: 0 8px;
}

#prod_selection a:hover {
	color: #FF3300;
}


.admin_table {
  width: 100%;
}

.show_image {
	position: relative;
}

.show_image div {
	display: none;
}

.show_image:hover div {
	display: block;
	position: absolute;
	left:0;
	top:0;
	z-index: 1000;
  	border: 1px solid #7A7A7A;
  	margin: -200px 0 0 0;
}


.admin_header
{
  background-color: #CCCCCC;
}
	
	
#school_po_select
{
	position: absolute;
	left: -253px;
	top: 114px;
	display: none;
	z-index: 1000;
  	border: 1px solid #7A7A7A;
	background-color: #ffffff;
	margin-top: -12px;
	padding: 4px;
	font-size: 9pt;
	width: 550px;
}
	

#pad {height:140px;}


.products td {
    border-bottom: 1px solid;
    padding-bottom: 20px;
}


.black_overlay {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 5001;
  -moz-opacity: 0.45;
  opacity:.45;
  filter: alpha(opacity=45);
}
* html .black_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
}
.white_content {
  position: fixed;
  top: 40%;
  left: 25%;
  width: 50%;
  height: auto;
  max-height: 80%;
  padding: 16px;
  border: 1px dotted #505050;
  background-color: #ffffff;
  color: #000000;
  z-index: 5002;
  overflow: auto;
}
* html .white_content {
  position: absolute;
  width: 500px;
}


#checkout_stage {
  float:left;
  width:500px;
  font-size:93%;
  line-height:normal;
  }
#checkout_stage ul {
  margin:0;
  /* padding:10px 10px 0; */
  padding:0px 0px 0px;
  list-style:none;
	float: left;
  }
#checkout_stage li {
  float:left;
/*  background:url("/layout/signin/grey_midbutton.png") no-repeat left top; */
  margin:0;
  list-style:none;
  padding:0 0 0 9px;
  width: 125px;
  height: 24px;
  }
#checkout_stage li #selected {
/*  background:url("/layout/signin/midbutton.png") no-repeat left top; */
  }

#checkout_stage li a, #checkout_stage #selected a {
  float:left;
  display:block;
  background:url("/layout/signin/grey_midbutton.png") no-repeat left top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #D0D0D0;
  width: 125px;
  height: 24px;
}

#checkout_stage li a {
  background:url("/layout/signin/grey_midbutton.png") no-repeat left top;
}

#checkout_stage .selected a {
  background:url("/layout/signin/midbutton.png") no-repeat left top;
}

#checkout_contact_details {
	position: relative;
	width: 321px;
	float: left;
	border: 1px solid #999999;
	height: 282px;
}

#checkout_delivery_address {
	position: relative;
	width: 321px;
	float: right;
	border: 1px solid #999999;
	height: 282px;
}



	
#addresses {
	width: 650px;
	height: 290px;
}

#del_ins {
	display: none;	
	font-size: 8pt;
	font-weight: 400;
}

#checkout_contact_details th, #checkout_delivery_address th, #checkout_contact_details .comment, #checkout_delivery_address .comment {
	font-size: 8pt;
	font-weight: 400;
}

#registration_form
{
	width: 639px;	
	margin: 0;
	padding: 0;
}

#registration_form th
{
	font-size: 8pt;
	font-weight: 400;
}

.errorlist {
	color: red;
}

.error {
	color: #ff0000;
	font-weight: 900;
	font-size: 11pt;
}

.errorlist_right {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 169px;
	color: #ff0000;
	}

.blue_background, .green_background {
	width: 323px;
	height: 36px;
	font-weight: 600;
	font-size: 13pt;
	color: #ffffff;
	display:block;
	line-height: 33px;
	text-align: center;
}

.blue_background {
	background-image: url("layout/signin/blue_background.png");
}

.green_background {
	background-image: url("layout/signin/green_background.png");
}

.right_margin
{
	float: right;
	margin: 10px;
}


.checkout_stage
{
	display: inline;
}

.checkout_stage li
{
	display: inline;
		
}

.pay_emphasis
{
	font-size: 18px;
}

#paylater {
	border: 1px solid #7a7a7a;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
/*	float: right; */
	width: 320px;
	clear: both;
}
	
#total_amount_to_pay
{
	border: 1px solid #7a7a7a;
	padding: 10px;
	float: left;
	font-size: 13pt;
	color: #000000;
	font-weight: 600;
	clear: both;	
}

.payment_controls { float: right; }

.checkout_submit_button {
  background-color: white;
  background-repeat: no-repeat;
  background-position: top-left;
	color: #ffffff;
  font: normal 900 9pt helvetica, arial, sans-serif;
	cursor: pointer;
  	background-image:url('layout/signin/midbutton.png');
  	background-repeat: no-repeat;
  	background-position: top-left;
  	width: 125px;
  	height: 24px;  
  	float: right;
  	border: 0px;
  	margin-right: 180px;
}

.admin_submit_button {
  	float: right;
  	margin-right: 180px;
  	width: 125px;
  	height: 24px;  
  	float: right;
  	border: 1px;
    font: normal 900 9pt helvetica, arial, sans-serif;
	cursor: pointer;
}
	
.close_top, .close_bottom
{
	float:right; 
	width: 550px; 
	text-align:right; 
	text-decoration:none   !important; 
	background-color: whitesmoke;
}

.close_bottom
{
	border-top: solid 1pt #000;
}
.close_top
{
	border-bottom: solid 1pt #000;
}

.protx_blurb
{
	background-color: white;
	width: 500px;	
	border: 1px solid #7a7a7a;
	padding: 5px;
}

.invoice
{
	font-size: 12pt;
	font-family: sans-serif;
	color: #000000;
	margin: 10px;
	width: 600px;
    position: absolute;
}

.invoice h2
{
	font-size: 12pt;
	text-align: center;
}

.invoice table, .invoice td, .invoice th, .invoice tr
{
	border-collapse: collapse;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.invoice_border, .invoice th
{
	border: 1px solid #7a7a7a;
}

.invoice_header
{
	position: absolute;
	right: 0px;
	font-size: 8pt;
	text-align: center;
}

th 
{
	white-space: nowrap;
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
/*
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; !* trigger IE7 hasLayout so spans position accurately *!
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; !* IE6 only *!
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('!layout!menu!arrows-ffffff.png') no-repeat -10px -100px; !* 8-bit indexed alpha png. IE6 gets solid image only *!
}
a > .sf-sub-indicator {  !* give all except IE6 the correct values *!
	top:			.8em;
	background-position: 0 -100px; !* use translucent arrow for modern browsers*!
}
!* apply hovers to modern browsers *!
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; !* arrow hovers for modern browsers*!
}

!* point right for anchors in subs *!
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
!* apply hovers to modern browsers *!
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; !* arrow hovers for modern browsers*!
}
*/

/*** shadows for all but IE6 ***/
/*
.sf-shadow ul {
	background:	url('/layout/menu/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
*/

/* End of superfish styles. */

#contest_search { border: 1px solid #7a7a7a; font-size: 0.7em; width: 180px; }
#search_content { margin: 2px; }
#search_content form #s { width: 150px; }

#home_register	{ position: absolute; top: 430px; left: 93px; font-size: 0.8em; }
#home_entry { position: absolute; top: 430px; left: 293px; font-size: 0.8em; }
#home_results	{ position: absolute; top: 430px; left: 508px; font-size: 0.8em; }

.stripe1 {
background-color:#0a0a0a;
}
.stripe2 {
background-color:#bbbbbb;
}

.popup_order_details {
	position:absolute;
	display:none;
	z-index:200;
	border:2px;
	color:#101010;
	background-color:#d0d0d0;
    min-width: 200px;
}

.password-strength
{
    display: block; 
    position: absolute; 
    padding: 4px; 
    left: 328px; 
    width: 205px; 
    top: 119px; 
    border: 1px solid;
}

.password-strength .meter {
    background: none repeat scroll 0 0 #f5f5f5;
    height: 5px;
    margin: 4px 0;
}
   
#strength-bar
{   display: block;
    height: 100%;
}  

.pwd-none {
    background: none repeat scroll 0 0 #a03;
    width: 51px;
}
.pwd-short {
    background: none repeat scroll 0 0 #a03;
    width: 51px;
}
.pwd-weak {
    background: none repeat scroll 0 0 #a03;
    width: 102px;
}
.pwd-good {
    background: none repeat scroll 0 0 #2d98f3;
    width: 153px;
}
.pwd-strong {
    background: none repeat scroll 0 0 #76c261;
    width: 206px;
}


/*
*
* Cookie control styles
*
*/
div#cccwr div {
    font: 11px/16px sans-serif;
    margin: 0;
    text-align: left;
}
div#cccwr #ccc-icon {
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    z-index: 9999;
}
div#ccc-icon button {
    background: transparent url("data:image/png;base64,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") no-repeat scroll 0 0;
    border: 0 none;
    height: 62px;
    width: 62px;
}
div#ccc-icon button span {
    visibility: hidden;
}
.ccc-left #ccc-icon.ccc-triangle button {
    background-position: -62px 0 !important;
}
.ccc-left .ccc-go #ccc-icon.ccc-triangle button {
    background-position: -62px -62px !important;
}
.ccc-right #ccc-icon.ccc-triangle button {
    background-position: -124px 0 !important;
}
.ccc-right .ccc-go #ccc-icon.ccc-triangle button {
    background-position: -124px -62px !important;
}
div#cccwr #ccc-icon.ccc-diamond button {
    background-position: 10px 0 !important;
}
div#cccwr .ccc-go #ccc-icon.ccc-diamond button {
    background-position: 10px -62px !important;
}
div#cccwr.ccc-right {
    left: auto;
    right: 0;
}
div#cccwr.ccc-right .ccc-go #ccc-icon.ccc-diamond button {
    background-position: 0 -62px !important;
}
div#cccwr.ccc-right #ccc-icon.ccc-diamond button {
    background-position: 10px 0 !important;
}
div#cccwr.ccc-right #ccc-icon {
    left: auto;
    right: 0;
}
.ccc-widget {
    bottom: 35px;
    display: none;
    left: 70px;
    position: fixed;
    z-index: 9999;
}
div#cccwr.ccc-right .ccc-widget {
    left: auto;
    right: 70px;
}
.ccc-outer {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0942b;
    border-radius: 5px;
    bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #888;
    left: 70px;
    width: 200px;
}
.ccc-expand, .ccc-close, .ccc-inner h2 {
    background: transparent url("data:image/png;base64,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") no-repeat scroll 0 0;
    border: 0 none;
}
.ccc-inner {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px 5px 5px 0;
    position: relative;
    z-index: 2;
}
.ccc-content {
    padding: 5px 10px 10px;
}
.ccc-icon {
    background-position: 0 -18px;
    height: 34px;
    left: 0;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 40px;
}
.ccc-close {
    background-position: 0 -40px;
    border: 0 none;
    height: 13px;
    position: absolute;
    right: 11px;
    text-indent: -999em;
    top: 11px;
    width: 13px;
}
.ccc-inner h2 {
    background-color: #f0942b;
    background-position: 9px 6px;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 10px 9px 8px 44px;
}
.ccc-inner p {
    margin: 5px 0 8px;
    padding: 0;
}
.ccc-inner ul {
    margin: 8px 0;
    padding: 0 0 0 12px;
}
.ccc-inner a {
    color: #f0942b;
}
.ccc-inner a, .ccc-inner a:hover {
    text-decoration: none;
}
#cccwr button {
    cursor: pointer;
}
.ccc-inner .ccc-button {
    background-color: #666;
    border: 1px solid #666;
    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}
.ccc-inner .ccc-browser {
    background-color: #f0942b;
    border-color: #f0942b;
    width: 100%;
}
.ccc-inner .ccc-accept {
    background-color: #8fca43;
    border-color: #8fca43;
    width: 100%;
}
.ccc-expanded {
    display: none;
}
.ccc-expand {
    background: #f0942b none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 0 5px 5px;
    bottom: -25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    left: 50%;
    line-height: 25px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 80px;
    z-index: 1;
}
.ccc-inner .ccc-about {
    margin: 0;
    position: relative;
    text-align: right;
    top: 5px;
}
.ccc-about small {
    font-size: 10px;
}
#cccwr.ccc-left .ccc-outer, #cccwr.ccc-left .ccc-inner {
    border-radius: 5px 5px 5px 0;
}
#cccwr.ccc-left .ccc-expand {
    left: 0;
    margin-left: 0;
    right: auto;
}
#cccwr.ccc-right .ccc-outer, #cccwr.ccc-right .ccc-inner {
    border-radius: 5px 5px 0;
}
#cccwr.ccc-right .ccc-expand {
    left: auto;
    right: 0;
}
#cccwr.ccc-dark .ccc-outer {
    background: rgba(20, 20, 20, 0.9) none repeat scroll 0 0;
    border-color: #000;
    border-radius: 5px 5px 5px 0;
    color: #fff;
}
#cccwr.ccc-dark.ccc-right .ccc-outer {
    border-radius: 5px 5px 0;
}
#cccwr.ccc-dark .ccc-inner {
    background: transparent none repeat scroll 0 0;
}
#cccwr.ccc-dark .ccc-inner p {
    color: #fff;
}
#cccwr.ccc-dark .ccc-inner h2 {
    background-color: transparent;
    background-position: 9px -54px;
    background-repeat: no-repeat;
}
#cccwr.ccc-dark .ccc-content {
    padding-top: 0;
}
#cccwr.ccc-dark .ccc-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(20, 20, 20, 0.9);
    border-color: -moz-use-text-color #000 #000;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    height: 27px;
    padding-top: 0;
}
#cccwr.ccc-dark .ccc-close {
    background-position: 0 -100px;
}

.table_with_borders, .table_with_borders th, .table_with_borders td {
	border: 1pt solid;
	border-collapse: collapse;
}

.contact_form td input[type="text"] { width: 70%; }
.comment th { white-space: normal; }
.contact_form td input[type="text"] { width: 95%; }
#mailemail, #mailpost { width: auto; background-color: grey; }


table.admin ( border-collapse: collapse; )

@font-face {
    font-family: 'madness_hyperactiveregular';
    src: url('madness_hyperactive-webfont.woff2') format('woff2'),
         url('madness_hyperactive-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.xmas_promo {
  font-family: 'madness_hyperactiveregular';
}

.xmas_promo span {
  font-family: 'madness_hyperactiveregular';
  background-color: #fffad0;
  display: block;
  text-align: center;
  border-radius: 20px;
}

.xmas_promo span h2 {
  font-family: 'madness_hyperactiveregular';
  color: #b11d1b;
  margin-top: 0;
  margin-bottom: 0;
  font-variant: small-caps;
}

.xmas_promo span h3 {
  font-family: 'madness_hyperactiveregular';
  font-variant: small-caps;
  color: #287225;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
}

.xmas_promo span h4 {
  color: #b11d1b;
  font-family: helvetica, arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0
}


.xmas_promo input[type=checkbox]:not(old),
.xmas_promo input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

.xmas_promo input[type=checkbox]:not(old) + label,
.xmas_promo input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('/pics/checks.png') no-repeat 0 0;
  line-height  : 24px;
	color: #287225;
}

.xmas_promo input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
	color: #b11d1b;
}

.xmas_promo input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
	color: #b11d1b;
}

.xmas_promo ul {
	list-style-type: none;
}
        
div.detail {
    display: flex;
    float: left;
    padding: 50px;
    height: max-content;
}

.detail.description {
	display: block;
    font-size: 1.5em;
    color: #000;
    min-height: 200px;
	min-width: 360px;
}

.detail.add-to-basket {
    font-size: 1.25em;
    line-height: 2em;
}

.detail.add-to-basket {
    font-size: 1.25em;
    line-height: 2em;
}

.all-space {
	width: 100%;
	height: 100%;
}
        
.qty-entry .up-img {
    position: relative;
    top: -8px;
    left: 4px;	
}        
.qty-entry .down-img {
	position: relative;
    top: 8px;
    left: -7px;
}        
  
.product_image img {
	max-width: 250px;
	max-height: 250px;
}

.detail a.product_image img {
	max-width: 450px;
	max-height: 450px;
	
}

.opayo_button {
  margin-top: 7px;
  padding: 5px;
  display: block;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  background: linear-gradient(180deg,rgb(253, 180, 127) 0%,rgb(221, 92, 0) 100%);
  text-align: center;
  color: #fff !important;
}