/*
#
# Site:         bdm
#
# File:         site.css
#
# Author:       Edward Kerr / Evergreen Computing Ltd
#
# Date:         August 2009
#
# Copyright:    (c) 2009 Evergreen Computing Ltd
#
*/

pre {
	color: #000;
	z-index: 100;
	float: left;
	position: absolute;
	top: 800px;
}

/* what??
* {
	margin: 0px;
	padding: 0px;
}
*/
img {
	border: 0px;
}
body {
	background: #ffffff;
	font-family: Arial,Helvetica,Garuda,sans-serif;
}
h1,h2,h3,h4,h5 {
	font-family: Arial,Helvetica,Garuda,sans-serif;
}

h2.overview {
	width: 50%;
	padding: 8px 0px 8px 0px;
}
body,div,li,p,blockquote,td,textarea {
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 12px;
	color: #3e346e;
}

A:link.sitemenu    { text-decoration: none; font-size:9pt; color:#333333 }
A:visited.sitemenu { text-decoration: none; font-size:9pt; color:#333333 }
A:hover.sitemenu   { text-decoration: none; font-size:9pt; color:#333333 }

.greentext   { color: #9999CC; font-weight:bold; }
.green { background-color:#abb580; color:#3e346e; font-weight:bold; }

input.green, button.green {
	background: url('/gfx/input_back.jpg') repeat-x;
	color:#3e346e;
	padding: 4px;
	border: 1px solid #959595;
	margin-bottom: 5px;
	font-weight:bold;
		-moz-border-radius-topleft: 12px;
		-khtml-border-top-left-radius: 12px;
		-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
		-moz-border-radius-topright: 12px;
		-khtml-border-top-right-radius: 12px;
		-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
		-moz-border-radius-bottomleft: 12px;
		-khtml-border-bottom-left-radius: 12px;
		-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
		-moz-border-radius-bottomright: 12px;
		-khtml-border-bottom-right-radius: 12px;
		-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
input.green:hover {
	cursor: pointer;
	background-position: 0px -27px;
}

input.red {
	background: url('/gfx/input_back_red.jpg') repeat-x;
	color:#fff;
	padding: 4px;
	border: 1px solid #959595;
	margin-bottom: 5px;
	font-weight:bold;
		-moz-border-radius-topleft: 12px;
		-khtml-border-top-left-radius: 12px;
		-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
		-moz-border-radius-topright: 12px;
		-khtml-border-top-right-radius: 12px;
		-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
		-moz-border-radius-bottomleft: 12px;
		-khtml-border-bottom-left-radius: 12px;
		-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
		-moz-border-radius-bottomright: 12px;
		-khtml-border-bottom-right-radius: 12px;
		-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
input.red:hover {
	cursor: pointer;
	background-position: 0px -27px;
}

input.continue {
	background: url('/gfx/continue.jpg') repeat-x;
	color: #3e346e;
	padding: 4px;
	border: 1px solid #959595;
	margin-bottom: 5px;
	font-weight:bold;
		-moz-border-radius-topleft: 12px;
		-khtml-border-top-left-radius: 12px;
		-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
		-moz-border-radius-topright: 12px;
		-khtml-border-top-right-radius: 12px;
		-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
		-moz-border-radius-bottomleft: 12px;
		-khtml-border-bottom-left-radius: 12px;
		-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
		-moz-border-radius-bottomright: 12px;
		-khtml-border-bottom-right-radius: 12px;
		-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
input.continue:hover {
	cursor: pointer;
	background-position: 0px -27px;
}

.little { font-size: 85% }

A:link    { color: #333366 }
A:visited { color: #333366 }
A:hover   { color: #6666FF; background:none }

A:link.wl    { color: #fefefe }
A:visited.wl { color: #fefefe }
A:hover.wl   { color: #CCCCCC; background:none }

A:link.noul    { text-decoration: none }
A:visited.noul { text-decoration: none }
A:hover.noul   { text-decoration: none }

A:link.menu    { text-decoration: none; color:#6666CC; font-size:95% }
A:visited.menu { text-decoration: none; color:#6666CC; font-size:95% }
A:hover.menu   { text-decoration: none; color:#6666FF; font-size:95% }

A:link.topbar    { text-decoration: none; color:#fefefe; }
A:visited.topbar { text-decoration: none; color:#fefefe; }
A:hover.topbar   { text-decoration: none; color:#CCCCCC; }


#header_back {
	height: 90px;
	border-bottom: 7px solid #3e346e;
	background: #051336;
	width: 100%;
	position: absolute;
	top: 0px;
	float: left;
}

#container {
	position: absolute;
	float: left;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}
#container #header {
	height: 97px;
	width: 100%;
	position: relative;
}
#container #header #logo {
	width: 486px;
	height: 64px;
	position: relative;
	top: 26px;
	left: 0px;
}
#container #header #small_text {
	position: absolute;
	bottom: 16px;
	right: 225px;
	background: url('gfx/header_small_text.jpg') no-repeat;
	width: 222px;
	height: 23px;
}
#container #header #header_links {
	position: absolute;
	right: 200px;
	top: 8px;
	font-size: 11px;
	color: #fff;
}
#container #header #header_links a {
	color: #E0E0E0;
	font-weight: bold;
}
#container #header #header_links a:hover {
	color: #fff;
}
#container #header #basket {
	position: absolute;
	right: 15px;
	top: 8px;
	width: 174px;
	height: 74px;
	background: url('gfx/basket_back.jpg') no-repeat;
}
#container #header #basket div.title {
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 50px;
	top: 11px;
}
#container #header #basket div.title a {
	text-decoration: none;
	color: #fff;
}
#container #header #basket div.amount {
	font-size: 11px;
	color: #3e346e;
	position: absolute;
	left: 0px;
	top: 49px;
	width: 106px;
	text-align: center;
}
#container #header #basket a.view {
	position: absolute;
	right: 6px;
	top: 40px;
	width: 62px;
	height: 29px;
	display: block;
	background: url('gfx/view_back.jpg') no-repeat;
}
#container #header #basket a.view:hover {
	background-position: 0px -29px;
}

#container #menu_list {
	position: absolute;
	left: 0px;
	top: 102px;
	background: url('gfx/menu_back.jpg') no-repeat;
	width: 960px;
	height: 30px;
	padding: 2px 0px 2px 12px;
	z-index: 100;
}

/****************** CSS Driven Menu ***************/

/* hack to correct IE5.5 faulty box model */
* html #menu_list {
	width: 938px;
	w\idth: 938px;
	float: left;
 	height: 25px;
	z-index: 100;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu_list ul ul {
	width: 155px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu_list li {
	float:left;
	width: 155px;
	position:relative;
	border: 1px solid #fff;
	border-width:0 0 0 1px;
}

/*
#menu_list li a.top_parent_current {
	background: #333;
}
*/
#menu_list li.first {
	border: none;
}

/* style the links for the top level */
#menu_list a, #menu_list a:visited {
	display:block;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	color:#fff;
	width: 155px;
	height: 25px;
	line-height: 26px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu_list a, * html #menu_list a:visited {
	width: 155px;
	w\idth: 155px;
}

/* style the second level background */
#menu_list ul ul a.drop, #menu_list ul ul a.drop:visited {
	background:#d4d8bd;
}

/* style the third level background */
#menu_list ul ul ul a, #menu_list ul ul ul a:visited {
	background:#333;
}

/* style the third level hover */
#menu_list ul ul ul a:hover {
	background:#444;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu_list ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top: 25px;
	left: -1px;
	width: 144px;
}

/* another hack for IE5.5 */
* html #menu_list ul ul {
 	top: 25px;
	t\op: 25;
}
/* position the third level flyout menu */
#menu_list ul ul ul{
	left: 155px;
	top:0px;
	width:117px;
	z-index: 100;
}

/* position the third level flyout menu */
#menu_list ul ul ul li {
	border-left: 1px solid #333;
}

/* position the third level flyout menu for a left flyout */
#menu_list ul ul ul.left {
	left:-105px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu_list table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;;
}

/* style the second level links */
#menu_list ul ul a, #menu_list ul ul a:visited {
	background:#333;
	font-size: 13px;
	font-weight: normal;
	color:#fff;
	height:auto;
	line-height:1em;
	width: 144px;
	text-align: left;
	padding: 6px;
	border-width:0 1px 1px 1px;
}

/* yet another hack for IE5.5 */
* html #menu_list ul ul a, * html #menu_list ul ul a:visited {
	width: 144px;
	w\idth: 144px;
}

/* style the top level hover */
#menu_list a:hover, #menu_list ul ul a:hover, #menu_list ul ul a:hover {
	color:#fff;
	background:#444;
}
#menu_list :hover > a, #menu_list ul ul :hover > a {
	color:#fff;
	background: #444;
}

/* make the second level visible when hover on first level list OR link */
#menu_list ul li:hover ul,
#menu_list ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu_list ul :hover ul ul{
	visibility:hidden;
}
/* keep the forth level hidden when you hover on first level list OR link */
#menu_list ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#menu_list ul :hover ul :hover ul{
	visibility:visible;
}
/* make the forth level visible when you hover over second level list OR link */
#menu_list ul :hover ul :hover ul :hover ul{
	visibility:visible;
}

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


#container #main_body {
	width: 960px;
	float: left;
	position: absolute;
	top: 136px;
	left: 0px;
	/*
	z-index: 1;
	*/
	background: url('gfx/left_back.jpg') repeat-y top left #fff;
}

#container #main_body #lhs {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 187px;
	padding-bottom: 12px;
}
#container #main_body #lhs #lhs_top {
	width: 187px;
	height: 5px;
	background: url('gfx/left_top.jpg') no-repeat;
	float: left;
	position: relative;
	font-size: 0px;
	top: 0px;
	left: 0px;
}
#container #main_body #lhs #lhs_phone {
	position: relative;
	left: 11px;
	float: left;
	margin-top: 0px;
	width: 166px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-indent: 42px;
	font-weight: bold;
	background: url('gfx/phone_back.png') no-repeat top center;
}
#container #main_body #lhs #lhs_phone a {
	color: #fff;
	text-decoration: none;
}
#container #main_body #lhs #lhs_search {
	position: relative;
	left: 18px;
	float: left;
	margin-top: 5px;
	width: 152px;
}
#container #main_body #lhs #lhs_search label {
	font-size: 11px;
	color: white;
	line-height: 22px;
	float: left;
}
#container #main_body #lhs #lhs_search input {
	border-left: 1px solid #686868;
	border-top: 1px solid #686868;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 11px;
	background: #fff;
	color: #686868;
	width: 104px;
	float: right;
	height: 16px;
	padding: 2px;
	margin-bottom: 5px;
}
#container #main_body #lhs .lhs_box {
	position: relative;
	left: 11px;
	float: left;
	margin-top: 6px;
	width: 166px;
	background: url('gfx/left_box_back.jpg') no-repeat top center;
}
#container #main_body #lhs .lhs_box h3 {
	float: left;
	line-height: 31px;
	margin-top: 2px;
	padding-left: 7px;
	width: 156px;
	font-size: 14px;
	color: #fff;
}
#container #main_body #lhs .lhs_box h3 a {
	color: #fff;
	text-decoration: none;
}
#container #main_body #lhs .lhs_box div {
	float: left;
}
#container #main_body #lhs .lhs_box ul {
	float: left;
	width: 166px;
}
#container #main_body #lhs .lhs_box li {
	float: left;
	width: 146px;
	position: relative;
	left: 10px;
	list-style-type: none;
	font-size: 11px;
	border-top: 1px dotted #3e346e;
}
#container #main_body #lhs .lhs_box li.first {
	border: none;
}
#container #main_body #lhs .lhs_box li a {
	display: block;
	width: 100%;
	line-height: 28px;
	text-decoration: none;
	color: #3e346e;
	float: left;
}
#container #main_body #lhs .lhs_box li a:hover {
	text-decoration: underline;
}
#container #main_body #lhs .lhs_box label {
	position: relative;
	left: 10px;
	float: left;
	color: #3e346e;
	font-size: 11px;
	width: 142px;
	line-height: 24px;
}
#container #main_body #lhs .lhs_box input {
	position: relative;
	left: 10px;
	background: #dddddd;
	border-top: 1px solid #8a8a8a;
	border-left: 1px solid #8a8a8a;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	width: 140px;
	padding: 1px 2px 1px 2px;
	font-size: 11px;
	color: #666;
	float: left;
}
#container #main_body #lhs .lhs_box input.submit_button, button.submit_button {
	position: relative;
	left: 10px;
	border: 0px;
	margin-top: 8px;
	background: url('gfx/submit_button.jpg') no-repeat;
	width: 62px;
	height: 29px;
}
#container #main_body #lhs .lhs_box input.submit_button:hover {
	background-position: 0px -29px;
	cursor: pointer;
}
#container #main_body #lhs .lhs_box input.submit_button:focus,
#container #main_body #lhs .lhs_box input.submit_button:link {
	background-position: 0px -29px;
	cursor: pointer;
}
#container #main_body #lhs .lhs_box a.more {
	position: relative;
	margin-top: 8px;
	left: 10px;
	float: left;
	text-decoration: none;
	font-size: 11px;
	width: 146px;
	color: #3e346e;
}
#container #main_body #lhs .lhs_box a.more:hover {
	text-decoration: underline;
}
#container #main_body #lhs .lhs_box .bottom {
	float: left;
	font-size: 0px;
	width: 166px;
	height: 9px;
	background: url('gfx/left_box_bottom.jpg') no-repeat top center;
}
#container #main_body #lhs a.lhs_button {
	width: 166px;
	height: 36px;
	display: block;
	float: left;
	position: relative;
	left: 10px;
	margin-top: 8px;
}
#container #main_body #lhs a#promotion {
	background: url('gfx/lhs_button_promo.jpg');
}
#container #main_body #lhs a#newsletter {
	background: url('gfx/lhs_button_news.jpg');
}
#container #main_body #lhs a#society {
	background: url('gfx/lhs_button_soc.jpg');
}
#container #main_body #lhs a#recom {
	background: url('gfx/lhs_button_rec.jpg');
}
#container #main_body #lhs a#default {
	background: url('gfx/lhs_button.jpg');
	background-repeat: no-repeat;
	text-align:center;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px #999999;
	text-decoration:none;
}
#container #main_body #lhs a#default:hover {
	text-decoration:underline;
}

#container #main_body #lhs a#promotion:hover,
#container #main_body #lhs a#newsletter:hover,
#container #main_body #lhs a#society:hover,
#container #main_body #lhs a#recom:hover {
	background-position: 0px -36px;
}


#container #main_body #rhs {
	float: left;
	position: relative;
	top: 0px;
	right: 0px;
	width: 773px;
	/* Ie fix so always has min height! */
	min-height: 535px;
	height: auto !important;
	height: 535px;
}
#container #main_body #rhs h1,
#container #main_body #rhs h2,
#container #main_body #rhs h3,
#container #main_body #rhs h4 {
	color: #3e346e;
	font-size: 22px;
	margin-left: 24px;
	margin-top: 16px;
}
#container #main_body #rhs div.blueheader {
	margin-left: 24px;
}
#container #main_body #rhs div.rhs_pic {
	float: right;
	width: 400px;
	margin: 10px 12px 12px 0px;
}
#container #main_body #rhs div.rhs_pic img {
	margin: 0px;
}
#container #main_body #rhs p {
	color: #3e346e;
	font-size: 12px;
	margin-left: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 18px;
}
#container #main_body #rhs ul,
#container #main_body #rhs ol {
	margin-left: 24px;
	margin-top: 6px;
}
#container #main_body #rhs li {
	margin-top: 6px;
	margin-left: 18px;
	line-height: 18px;
	color: #3e346e;
	font-size: 12px;
}

#container #main_body #rhs #sortbar {
	width: 716px;
	height: 40px;
	background: url('gfx/sortbar_back.jpg') no-repeat;
	margin-top: 10px;
	margin-left: 24px;
	position: relative;
}
#container #main_body #rhs #sortbar #orderby {
	float: left;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#container #main_body #rhs #sortbar #orderby ul {
	float: left;
	padding: 0px;
	margin: 0 0 0 6px;
}
#container #main_body #rhs #sortbar #orderby li {
	list-style-type: none;
	float: left;
	padding: 0px 4px 0px 4px;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	display: inline;
	font-size: 11px;
	color: #000;
}
#container #main_body #rhs #sortbar #orderby li select {
	border: 1px solid #ddd;
	background: none;
	margin-top: 11px;
	font-size: 11px;
}
#container #main_body #rhs #sortbar #paginator {
	position: absolute;
	right: 6px;
	top: 10px;
}
#container #main_body #rhs #sortbar #paginator ul {
	padding: 0px;
	margin: 0px;
}
#container #main_body #rhs #sortbar #paginator li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 2px;
	color: #000;
	font-size: 11px;
}
#container #main_body #rhs #sortbar #paginator li b {
	color: #006666;
}
#container #main_body #rhs #sortbar #paginator li a {
	color: #000;
	text-decoration: none;
}
#container #main_body #rhs #sortbar #paginator li a:hover {
	text-decoration: underline;
	color: #006666;
}

/*********************
 * Home page info
*********************/

#container #main_body #rhs #home_rhs {
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	width: 199px;
	padding-bottom: 12px;
}
#container #main_body #rhs #home_rhs #rhs_top {
	width: 199px;
	height: 5px;
	background: url('gfx/right_top.jpg') no-repeat;
	float: left;
	position: relative;
	font-size: 0px;
	top: 0px;
	left: 0px;
}
#container #main_body #rhs #home_lhs {
	width: 574px;
	background: #fff;
	float: left;
	/* Ie fix so always has min height! */
	min-height: 549px;
	height: auto !important;
	height: 549px;
	margin-bottom: 14px;
}

/*******************
 * Flicker Info
*******************/

#flicker {
	width: 545px;
	height: 274px;
	overflow: hidden;
	display: block;
}
#control {
	float: left;
	background: #c3bde4;
	height: 25px;
	width: 545px;
	margin: 0px;
}
#control a.first {
	border: 0px;
	width: 137px;
}
#control a {
	border-left: 1px solid #fff;
	width: 135px;
	height: 25px;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	float: left;
}
#control a.selected,
#control a:hover {
	background: #3e346e;
}

/******************
 * Scrolling info
******************/

#flicker div.section {
	width: 5000px;
	position:relative;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#flicker div.section ul {
	margin: 0px;
	padding: 0px;
}
#flicker div.section li.sub {
	position:relative;
	float: left;
	width: 545px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 277px;
}

#container #main_body #rhs #home_lhs #bottom {
	width: 545px;
	height: 223px;
	margin-left: 15px;
	margin-top: 10px;
	padding: 0px;
}
#container #main_body #rhs #home_lhs #bottom div.wines {
	position: relative;
	width: 175px;
	background: #abb580;
	height: 223px;
	float: left;
	margin: 0 0 0 10px;
	font-size: 0px;
	padding: 0px;
}
#container #main_body #rhs #home_lhs #bottom div.wines:hover {
	background: #bdc59b;
}
#container #main_body #rhs #home_lhs #bottom div.first {
	margin-left: 0px;
}
#container #main_body #rhs #home_lhs #bottom div.wines a.over {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 170px;
	height: 223px;
	z-index: 100;
	border: 0px;
}
#container #main_body #rhs #home_lhs #bottom div.wines a img {
	z-index: 10;
	border: none;
	margin: 0px;
	padding: 0px;
}
#container #main_body #rhs #home_lhs #bottom div.wines h2 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	position: relative;
	top: 10px;
	left: 9px;
	color: #fff;
	width: 90%;
	margin: 0px;
	z-index: 10;
}
#container #main_body #rhs #home_lhs #bottom div.wines h2 a {
	color: #fff;
	text-decoration: none;
}
#container #main_body #rhs #home_lhs #bottom div.wines p {
	position: relative;
	top: 14px;
	left: 10px;
	font-size: 11px;
	float: left;
	width: 90%;
	margin: 0px;
	z-index: 10;
}
#container #main_body #rhs #home_rhs #meet {
	position: relative;
	left: 11px;
	float: left;
	margin-top: 8px;
	width: 177px;
	height: 225px;
	background: url('gfx/meet_back.jpg') no-repeat top center;
}
#container #main_body #rhs #home_rhs #meet img {
	position: absolute;
	top: 52px;
	left: 3px;
}
#container #main_body #rhs #home_rhs #meet h3 {
	float: left;
	line-height: 18px;
	margin-top: 2px;
	padding-left: 0px;
	width: 132px;
	margin-left: 10px;
	margin-top: 7px;
	font-size: 14px;
	color: #fff;
}
#container #main_body #rhs #home_rhs #meet h3 a {
	color: #fff;
	text-decoration: none;
}
#container #main_body #rhs #home_rhs #meet_speech {
	position: relative;
	left: 11px;
	float: left;
	margin-top: 0px;
	width: 177px;
	height: 267px;
	background: url('gfx/meet_speech_back.jpg') no-repeat top center;
}
#container #main_body #rhs #home_rhs #meet_speech p.first {
	margin-top: 20px;
}
#container #main_body #rhs #home_rhs #meet_speech p {
	margin: 0 0 0 10px;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 6px;
	width: 160px;
}
#container #main_body #rhs #home_rhs #read_blog {
	width: 177px;
	height: 47px;
	float: left;
	position: relative;
	left: 11px;
	margin-top: 2px;
}
#container #main_body #rhs #home_rhs #read_blog a {
	width: 177px;
	height: 47px;
	display: block;
	background: url('gfx/read_blog.jpg') no-repeat center top;
}

#container #main_body #choose_list {
	margin-top: 6px;
}
#container #main_body #choose_list h3 {
	margin-bottom: 6px;
	margin-top: 0px;
}
#container #main_body #choose_list .green_box {
	width: 300px;
	height: 75px;
	background: #abb580;
	margin-left: 24px;
	position: relative;
	margin-bottom: 8px;
}
#container #main_body #choose_list .green_box a.cover {
	width: 300px;
	float: left;
	height: 75px;
	position: absolute;
	z-index: 100;
}
#container #main_body #choose_list .green_box h2 {
	position: absolute;
	left: 14px;
	top: 0px;
	float: left;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 75px;
}
#container #main_body #choose_list .green_box h2 a {
	color: #fff;
	text-decoration: none;
}
#container #main_body #choose_list .green_box p {
	position: absolute;
	color: #3e346e;
	font-size: 11px;
	float: left;
	width: 50%;
	top: 26px;
	left: 17px;
	margin: 12px 0 0 0;
}
#container #main_body #choose_list .green_box img {
	float: right;
	border-left: 4px solid #fff;
}

.button_basket {
	width: 128px;
	height: 32px;
	background: url('gfx/add_to_basket.jpg') no-repeat;
	display: block;
	border: 0px;
}
.button_basket:hover, .button_basket:focus {
	background: url('gfx/add_to_basket.jpg') no-repeat 0px -32px;
	cursor: pointer;
}
div.here {
	background: #051336;
	width: 761px;
	color: #fff;
	font-size: 11px;
	line-height: 36px;
	padding-left: 12px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}
div.here a {
	color: #fff;
	text-decoration: none;
}
div.here a:hover {
	text-decoration: underline;
}
#container #main_body #rhs table.prod_prev {
	border-bottom: 1px solid #898989;
	margin-top: 20px;
	width: 720px;
	margin-left: 24px;
	padding-bottom: 20px;
}
#container #main_body #rhs table.prod_prev h3 {
	left: 0px;
	position: relative;
	width: 100%;
}
#container #main_body #rhs table.prod_prev a.name {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #3e346e;
}
#container #main_body #rhs table.prod_prev a.name:hover {
	text-decoration: underline;
}
#container #main_body #rhs table.prod_prev p.desc {
	font-size: 11px;
	color: #636363;
	padding: 12px 12px 12px 0px;
	margin: 0px;
}
#container #main_body #rhs table.prod_prev a.more {
	text-decoration: none;
	font-weight: bold;
	color: #3e346e;
	font-size: 11px;
}
#container #main_body #rhs table.prod_prev a.more:hover {
	text-decoration: underline;
}
#container #main_body #rhs table.prod_prev td.info {
	padding: 0px 40px 0px 20px;
}
#container #main_body #rhs table.prod_prev td table.prod_price td {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	line-height: 22px;
}
#container #main_body #rhs table.prod_prev td table.prod_price td.price {
	font-size: 14px;
}
#container #main_body #rhs table.prod_prev td table.prod_price td.price span.price {
	color: #3e346e;
}
#container #main_body #rhs table.prod_prev td table.prod_price td.price span.per {
	font-size: 11px;
}
.silk_box {
	border: 2px solid #abb580;
	padding: 2px;
	background: #F6F7FB;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.silk_box td {
	font-size: 11px;
}

#quicklinks {
	float: left;
	z-index: 150;
	background: #fff;
	text-align: center;
	padding: 8px 40px 8px 40px;
	color: #4b4b4b;
	line-height: 18px;
}
#quicklinks a {
	color: #4b4b4b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
#quicklinks a:hover {
	text-decoration: underline;
}

#footer {
	float: left;
	background: #051336;
	width: 100%;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #left {
	margin-left: 14px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	float: left;
}
#footer #right {
	margin-right: 14px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	float: right;
}
#footer #right a {
	color: #fff;
	text-decoration: none;
}
#footer #right a:hover {
	text-decoration: underline;
}
#evergreen {
	float: left;
	background: #fff;
	width: 100%;
	text-align: right;
}
.contactfield {
	width: 200px;
}
.delivery {
	font-size: 11px;
}
.overview_rhs td {
	padding: 3px 10px 3px 10px;
}
.overview_rhs td input.quantity {
	border: 1px solid #ccc;
	background: none;
	font-size: 11px;
	color: #333;
	padding: 2px;
}
#container #main_body #rhs table.overview h3 {
	color: #000;
	font-size: 16px;
}
#container #main_body #rhs table.overview p {
	color: #000;
}
table.basket {
	margin-left: 24px;
}
table.basket th {
	padding: 5px;
	font-size: 14px;
}
table.basket td {
	padding: 12px 0px 12px 0px;
	border-bottom: 2px solid #ccc;
}
table.basket td img {
	margin-right: 6px;
}
table.basket td input.quantity {
	border: 1px solid #ccc;
	background: none;
	font-size: 11px;
	color: #333;
	padding: 2px;
}
table.basket td input.delivery {
	border: 1px solid #ccc;
	background: none;
	font-size: 11px;
	color: #333;
	padding: 3px;
}
table.basket td select.delivery {
	border: 1px solid #ccc;
	background: none;
	font-size: 11px;
	color: #333;
	padding: 2px;
}

table.order_list {
	margin-left: 24px;
}
table.order_list th {
	font-size: 12px;
	text-align: left;
	padding: 6px;
}
table.order_list td {
	padding: 6px;
	text-align: left;
}

#container #main_body #rhs td h3 {
	width: 90%;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
	position: relative;
	left: 24px;
}
#container #main_body #rhs td {
	font-size: 11px;
}

table.egc_message_error {
	margin: 16px 0 0 24px;
}

table.contact td {
	padding: 3px;
}

table.search td {
	padding: 6px 2px 6px 2px;
}
table.search td table {
	width: 100%;
}
table.search td table td {
	width: auto;
}

#container #main_body #rhs div#whoarewe p img {
	margin: 0px 0px 12px 12px;
}

#container #main_body #rhs h4.si_heading {
	font-size: 12px;
	margin:5px 0 5px 0;
	background:#EEEECC;
}

.price{
	font:normal normal 400 11px/normal Arial;
}
.price .gross, .price .net{
	display:block;
}
.price .net{
	/*color:gray;*/
}
.gross_price{
	font:normal normal 700 17px/normal Arial;
	color:black;
}
.net_price{
}

/** JP Changes **/

table.overview_rhs td {
	vertical-align: top;
}

#user_passwd, #user_passwd2,
#cust_password, #cust_password2{
	color:grey;
}
#customer-select{
    width:400px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}
#customer-select > form > input{
    margin-top: 10px;
}
.match-col{
    width:49%;
    display:inline-block;
    vertical-align:top;
    overflow-y: auto;
    height: 100vh;
}
.select-box{
    text-align:center;
}
.amounts-box{
    text-align:right;
}
.match-submit{
    margin-left:auto;
    margin-right:auto;
    width:100px;
    height: 40px;
    font-size: 20px;
}
.submit-container{
    text-align:center;
    padding:10px 0px;
}
.matched-1 {
	color: green;
}
.matched-0 {
	color: grey;
}
.tablerows:nth-child(even) {
	background-color: #EEEEFF;
}
.matching-table{
    width:100%
}
.matching-table th, .matching-table td {
    padding: 2px 10px;
}
.submit-container > div{
    display:inline-block;
    vertical-align:top;
}

.btn {
	text-decoration: none;
    background: white;
    border:1px solid #ccc;
    padding:2px 5px;
    text-align: center;
    font-weight: bold;
}
