@charset "utf-8";
body {
	background: #96BEB7;
	margin: 0;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
/* , td */
h1, h2, h3, h4, h5, h6, p, td {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: #666666;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
/*	text-decoration: underline; *//* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	text-decoration: underline;
}

.javascriptlink
{
	color: #42413C;
}

.javascriptlink:hover
{
	text-decoration: none;
	text-decoration: underline;
	cursor:pointer;
}

.button
{
	cursor:pointer;
}

hr
{
	border: 0px;
	border-bottom: 1px solid #5f7285;
}

fieldset
{
	border: 0px;
	padding:20px;
}

.form input:not([type="radio"]):not([type="checkbox"])
{
	width: 300px;
}

.align-top {
	vertical-align: top;
}
/* AJB 17/6/2013 */
.button
{
	font-weight: normal;
	font-size: 0.8em;
	color: #fff;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 20px;
	height: 25px;
	border-radius:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.blue
{
	background-color: #84a4bd;
}
.green
{
	background-color:#95a169;
}
.greytext {color: #6E6C64;}
.whitetext {
	color: #FFF;
}
a.button 
{
	text-decoration: none;
	color:#fff;
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height: 130px;
	padding-left: 20px;
	font-size: 14px;
	padding-right: 20px;
}
.header-logo {
	background-image: url(../images/idx-header-logo.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 170px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	float: left;
}
.header-logo a {
	display: block;
	height: 111px;
	width: 170px;
}
.header-links {
	width: 200px;
	float: right;
	margin-right: 100px;
	padding-top: 3px;
}
.header-links-loggedin /* AJB 25MAR14 */
{
	width: auto;
	margin-right: 0px;
	padding-top: 3px;
	padding-left: 50px;
	float: right;
}

.header-links a, 
.header-links-logged-in a /* AJB 25MAR14 */
{
	text-decoration: none;
	color: #5F7285;
}

.header-links a:hover,
.header-links-loggedin a:hover /* AJB 25MAR14 */
{
	text-decoration: underline;
}

.header-links ul, 
.header-links-loggedin ul /* AJB 25MAR14 */
{
	margin-left: 0px;
	padding-left: 0px;
}

.header-links li, 
.header-links-loggedin li /* AJB 25MAR14 */
{
	display: inline;
	margin-right: 40px;
	color: #4C596C;
	font-size: 14px;
}
.header-searchbox {
	float: right;
	width: 180px;
	text-align: right;
	background-color: #B0D6CC;
	border-radius:5px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
}
.headersearchbox {
	border-radius:5px;
	margin-right: 5px;
	background-color: #B0D6CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #728D87;
	width: 150px;
}
.gobutton {
	background-image: url(../images/search-go-button.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #B0D6CC;
	padding: 0px;
}
.strapline {
	width: 600px;
	float: right;
	text-align: right;
	margin-top: 65px;
	color: #4C596C;
	font-size: 18px;
}

/*-------------- NAV ----------------------*/
.topmenu {
	background-color: #93986B;
	height: 45px;
	width: 940px;
	padding-top: 0px;
	padding-left: 20px;
}
#top-menu {
	list-style:none;
	font-weight:normal;
	margin-bottom:10px;/* Clear floats */
	float:left;
/* Bring the nav above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#top-menu li{
	float:left;
	margin-right:10px;
	position:relative;
	font-size: 14px;
}
#top-menu a{
	display:block;
	color:#fff;
	text-decoration:none;
	background-color: #93986B;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height:32px;
}
#nav a:hover{height:45px;
    color:#fff;
    background:#9FA57E;
    text-decoration:underline;
}

/*--- DROPDOWN ---*/
#top-menu ul{
    background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
    left:-9999px;
	 z-index: 100000; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#top-menu ul li{
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
}
ul#top-menu ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	font-size: 12px;
}
ul#top-menu ul li a {height:22px;padding-top: 8px; }
#top-menu ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#top-menu li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}
#top-menu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:#9FA57E;
    text-decoration:none;
}
#top-menuli:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
#top-menu li:hover ul li a {background:rgba(159,165,129,0.8); }
#top-menu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#333;
	 background:rgba(150,150,150,0.9);
}
.contentcontainer {background-color: #CCC;min-height:450px;padding-top: 20px; }
.fullwidthcontent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	/* AJB 17/6/2013 - added font and colour */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5F7285;	
}
.content {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	/* AJB 17/6/2013 - added font and colour */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 180px;
	width: 550px;
	font-size: 14px;
	color: #666666;
}
.content ul {
	padding-left: 1em;
	margin-bottom: 1em;
}
.content li {color: #666666;font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.content a {
	color: #666666;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content h1 {
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
	padding-left: 0px;
	font-size: 26px;
}
/* Login Page */
/* AJB 17/6/2013 - added .form */

.login, .login h1 {
	width: 720px;
}
.loginrightcolumn {
	color: #FFF;
	margin-left: 390px;
	font-size: 21px;
}
.loginrightcolumn p {color: #FFF; }
.loginrightcolumn a {
	background-color: #86a3bf;
	display: block;
	height: 25px;
	border-radius:5px;
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 3px;
	width: 190px;
	font-size: 14px;
	text-align: center;
	margin-left: 0px;
}
#loginform
{
	margin-left: 0px;
	width: 344px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}
#loginform input[type="submit"] {-webkit-appearance: none;}
#loginform input[type="reset"] {-webkit-appearance: none;}
.loginformbackground {
	background-color: #eee;
	height: 170px;
	padding-top: 30px;
	padding-left: 25px;
	margin-bottom: 25px;
}
#loginform fieldset {
	margin: 0px;
	padding: 0px;
}
#loginform p {
	margin-left: 0px;
	padding-left: 0px;
}

#loginform label, #frmForgot label
{
	font-size: 1em;
	margin-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#loginform  #textfield, #frmForgot  #user{
	border: 1px solid #535353;
	width: 300px;
	margin-left: 0px;
	background-color: #eeeeee;
	height: 25px;
}
/* Register & Item For Sale Pages*/

.registrationform, .itemforsaleform {width:550px;color: #666666;padding-bottom:60px; }
.registrationformsubheading, .itemforsaleformformsubheading {
	font-weight: bold;
}
/*
#register #name, #register #address1,#register #address2, #register #town, #register #county, #register #postcode, #register #country, #register #telephone, #register #mobile, #register #email1, #register #email2, #register #bus_company, #register #bus_www, #register #bus_vat, #register #bus_prof_other, #register #bus_trading_for, #register #ref1_name, #register #ref1_company, #register #ref1_email, #register #ref1_address1, #register #ref1_address2, #register #ref1_postcode, #register #ref1_telephone, #register #ref1_account, #register #ref2_name, #register #ref2_company, #register #ref2_email, #register #ref2_address1, #register #ref2_address2, #register #ref2_postcode, #register #ref2_telephone, #register #ref2_account
*/
#itemforsale textarea {border: 1px solid #535353;background-color: #eeeeee;width: 350px;margin-bottom: 10px; }
#itemforsale #priceitemlength, #itemforsale #maxitemlength, #itemforsale #maxitemnumber {width:150px!important; }
#itemforsale .itemparts, #itemforsale .maxitemnumber {
	width:200px;
	display: inline-block;
}
#itemforsale #royalmailcost, #itemforsale #couriercost {width:100px; }
#itemforsale .small {font-size: 12px; }

#itemforsale input[type="file"],
#itemforsale input[type="text"],
#register input[type="text"],
#frmEditAddress input[type="text"],
#register input[type="password"],
#register select
{
	border: 1px solid #535353;
	width: 350px;
	margin-left: 0px;
	background-color: #eeeeee;
	margin-bottom: 10px;
	height: 25px;
}
#itemforsale input[type="file"] {border: 0px;}
/* #register #bus_biid, #register #bus_csd, #register #bus_riba */
#register input[type="checkbox"]
{	border: 0px solid #535353;
	background-color: #eeeeee; 
}
#itemforsale fieldset,	
#register fieldset {
	margin-bottom: 20px;
}

#itemforsale a.button,
#register a.button {
	width: 180px;
	text-align: center;
	display: block;
	height: 25px;
	padding-top: 8px;
	color: #FFF;
	text-decoration: none;
}

/* Contact Us */
#contactusform, #needform {
	width: 525px;
	padding-bottom:60px;
}
#contactusform .greyformbackground, #needform .greyformbackground
{width: 525px;
	padding-top: 30px;
	padding-left: 25px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
#contactusform label, #needform label
{
	font-size: 1em;
	margin-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#itemforsale label
{
	margin-bottom:-7px;
}

#contactusform  #textfield, #needform textfield {
	border: 1px solid #535353;
	width: 300px;
	margin-left: 0px;
	background-color: #eeeeee;
}
#needform #name, #needform #memberid, #needform #item, #needform #photo, #needform #description,
#contactusform #name,#contactusform #email, #contactusform #question{
	border: 1px solid #535353;
	width: 350px;
	margin-left: 0px;
	background-color: #eeeeee;
	margin-bottom: 10px;
}
#needform #name, #needform #memberid, #needform #item, #needform #spend, 
#contactusform #name,#contactusform #email {
	height: 25px;	
}
span.mandatory
{
	color: red;
}

input.mandatory
{
}
/* Home page */
.homepagetext img {
	float: left;
	margin-right:20px;
	padding: 0px;
	height: auto;
border: 1px solid #FFF;
max-width: 500px!important;
}

.homepagetext {
	color: #5F7285;
	padding-top: 10px;
	font-size: 17px;
	line-height: 1.6;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.homepagetext h1, .homepagetext h2 {	color: #5F7285; }
.homepagetext p {	color: #5F7285;font-size: 17px;
	line-height: 1.6; }
	
.homepagebox
{
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	background-color: #dadada;
	height: 190px;
	width: 270px;
	font-size: 13px;
	color: #5F7285;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-left: 0px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	overflow: hidden;
} 
.featuredproducts {
	margin-left: 10px;
}

div#homepageboxeswrapper
{
	clear:both;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}

.howitworks {margin-left: 620px;float:none; }
.homepagebox ul {
	margin-left: 25px;
}
.homepagebox li{
	padding-bottom: 4px;
	list-style-image: url(../images/homepage-bullet.gif);
}
.homepagebox h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-left: 0px;
	color: #5F7285;
}
.joinofferbox {
	width: 410px;
	float: left;
	background-color: #9FA57E;
	color: #FFF;
	padding-top: 10px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	height: 30px;
	border-radius:5px;
	font-weight: bold;
}
.joinofferbox a, .i_need_box a, .member_need_box a {
	display: block;
	width: 190px;
	text-decoration: none;
	color: #FFF;
}
.joinofferbox a:hover, .i_need_box a:hover, .member_need_box a:hover {
	text-decoration: none;
	color: #646464;
}
.joinofferbox a {width: 450px; }
.i_need_box  {
	width: 190px;
	background-color: #9DABB9;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left:5px;
	height: 30px;
	border-radius:5px;
	float: left;
}
.member_need_box {
	width: 190px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left:5px;
	height: 35px;
	margin-left: 690px;
}
.member_need_box a {
	display: inline;
}
.member_need_box img {
	margin-right: 5px;
}
/* Users - Members Details Page */
.membersdetails table {
	width:650px;
}
.membersdetails, .membersdetails td {
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px!important;
	padding-left: 0px!important;
	padding-right: 10px!important;
	width: auto!important;
}

.membersdetails #name, 
.membersdetails #bus_description, 
.membersdetails #bus_name,
.membersdetails #bus_type, 
.membersdetails #telephone, 
.membersdetails #mobile, 
.membersdetails #email, 
.membersdetails #website, 
.membersdetails #bus_vat, 
.membersdetails #password, 
.membersdetails #password2, 
.membersdetails #address1, 
.membersdetails #address2, 
.membersdetails #town, 
.membersdetails #county, 
.membersdetails #country, 
.membersdetails #postcode, 
.membersdetails #bus_prof_other, 
.membersdetails #account_name,
.membersdetails #bank,
.membersdetails #account_number,
.membersdetails #sort_code,
.membersdetails #iban,
.membersdetails #swift
{
	border: 1px solid #535353;
	width: 350px;
	margin-left: 0px;
	background-color: #eeeeee;
	margin-bottom: 10px;
	height: 25px;
	margin-right: 0px;
}
.membersdetails	#bus_type {width: 350px;background-color: #eeeeee; }
.membersdetails #profile {border: 1px solid #535353;
	width: 350px;
	margin-left: 0px;
	background-color: #eeeeee;
	margin-bottom: 10px; }
.membersdetails a.button {
	color: #FFF!important;
	text-decoration: none!important;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	width: 110px;
	display: block;
	text-align: center;
	padding-top: 10px;
	margin-top: 0px!important;
}
table.memstats {
	float:right;
	padding-top: 30px;
	margin-right: 20px;
	width: 300px;
}
table.memstats td {
	font-size: 12px;
	padding-bottom: 20px;
}
/* Catgeory Product Page*/
.categorybreadcrumb {margin-bottom:20px; }
.categorybreadcrumb a {
	font-size: 14px;
}
.categorybreadcrumb a:hover {
	color: #FFF;	
}

#categorypageleft {
	color: #70784e;
	float: left;
	width: 140px;
	padding-left: 20px;
	padding-top: 42px;
	padding-right: 20px;
	padding-bottom: 50px;
}

#categorypageleft p {
	color: #70784e;
	text-transform: uppercase;
}
#categorypageleft ul { }
#categorypageleft li {
	list-style-type: none;
	font-size: 12px;
	color: #70784e;
	padding-bottom: 8px;
}

.ul_hierarchy,
.li_hierarchy
{
	list-style-type: none;
	margin:0px;
	margin-left: 10px;
	padding-bottom: 2px;
}

.li_hierarchy:hover
{
	color: black;
}

.li_hierarchy .selected
{
	color: black;
}

.ul_hierarchy blockquote,
.li_hierarchy blockquote
{
	margin:0px;
}

.hierarchy,
.hierarchy_selected
{
	font-size: 12px;
	color: #70784e;
//	padding-bottom: 8px;
}
.hierarchy blockquote {
	margin-left:8px;
	padding-left:0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.hierarchy a,
.hierarchy_selected a
{
	text-decoration: none;
	color: #70784e;
	padding-bottom: 8px;
}

.hierarchy a:hover,
a.hierarchy_selected
{
	color: #fff;
}

#categorypageleft p.selected,
#categorypageleft li.selected,
.hierarchy_selected
{
	color:#fff;
}

#categorypagecenter {
	float: left;
	color: #666;
	width: 492px;
}
.categoryproductgrid, table#categoryproductgrid, table#projectfolderproductsgrid {
	font-size: 22px;
	float: left;
	color: #666;
	width: 471px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 0px;
	border-top-style: none;
}
table#projectfolderproductsgrid {width:auto;font-size: 11px;}
table#categoryproductgrid, table#projectfolderproductsgrid {border-spacing: 20px;
    border-collapse: separate;
	}
#categorypagecenter h1 {font-size: 18px; color: #666; }
.categoryitembox 
{
	position:relative;
	width: 137px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	font-size: 11px;
	height: 250px;
	clip: rect(auto,auto,20px,auto);
}

.categoryitembox_td
{
	position: relative;
	width: 137px;
	font-size: 11px;
	vertical-align: top;
	padding: 0px;	
}

.categoryitembox_td_centre
{
	background-color: #dddddd;
	text-align: center;
	vertical-align: middle;
	width: 137px;
	height: 137px;
}

.categoryitembox p {
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.categoryitemboxframe
{
	position:relative;
	display:block;
	height: 137px;
	width: 137px;
	border: 1px solid #FFF;
	vertical-align: top;/*	background-color:white	;
	border:1px solid gray;  */
	background-color: #d4d4d4;
	padding: 0px;
	margin-bottom: 10px;
}
.categoryitemboxframe img {
/*	height: auto;
	width: 135px; */
/*	margin-bottom: 5px; */

	/* Using CSS 3 Transform support !! */
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);			// Needed for IE 8,9,10 
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.categoryitemboxframe span.sticker {
	position: absolute;
	top: 22px;
	left: 115px;
}

.catpagination {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#categorypageright {
	width: 264px;
	margin-left: 696px;
	color: #5f7285;
	font-size: 12px;
	padding-top: 7px;
}

/* Product Detail Page */

div.stickerlarge {
	z-index: 999;
	position: relative;
	text-align: left;
}

#slider{z-index: 999!important;position: relative; }
#productpageleft {
	color: #70784e;
	float: left;
	width: 150px;
	padding-left: 20px;
	padding-top: 42px;
	padding-right: 10px;
}
#productpageleft p {
	color: #70784e;
	text-transform: uppercase;
}
#productpageleft ul { }
#productpageleft li {
	list-style-type: none;
	font-size: 12px;
	color: #70784e;
	padding-bottom: 8px;
}
#productpageleft p.selected,
#productpageleft li.selected {color:#fff;}
#productpagecenter {
	float: left;
	color: #666;
	width: 492px;
}
#productpagecenter h1 {color: #666;
	font-size: 22px;
}

#productpageright 
{
	width: 264px;
	margin-left: 696px;
	color: #5f7285;
	font-size: 12px;
	padding-top: 40px;
}

#productpageright p {color: #5f7285;
	font-size: 12px; }

#productpageright img 
{
	border: 1px solid #FFF;
}

.associateedproduct 
{
	margin-bottom: 15px;
	height: 50px;
}
.associateedproduct img {
	float: left;
	margin-right: 10px;
}
.reservebutton, .reservebuttonlarge {
	background-color: #86A4C0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	border-radius:5px;
	margin-top: 10px;
	cursor: pointer;		/* AJB 29JAN15 */
}

.buybutton, .buybuttonlarge {
	background-color: #929868;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	border-radius:5px;
	margin-right: 5px;
	margin-top: 10px;
	cursor: pointer;		/* AJB 29JAN15 */
}
.reservebuttonlarge, .buybuttonlarge {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
}
/* ~~ Left Sidebar ~~ */
#leftsidebar {
	float: left;
	width: 150px;
	color: #5F7285;
	padding-left: 20px;
	padding-top: 40px;
}
/* ~~ The footer ~~ */
.footer {
	background-color: #7892AA;
	height: 34px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
	width: 920px;
	font-size: 13px;
}
.copywrite {
	float: right;
}
.footermenu ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.footermenu li {
	display: inline;
}
.footermenu a {
	color: #FFF;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-decoration: none;
}
.footermenu a:hover {
	color: #6E6C64;
}
a.footermenulastitem {
	border-right-style: none;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearboth
{
	clear:both;
}
.greyformbackground {
	background-color: #eeeeee;
}

.warning
{
	border: 1px solid red;
	background-color:#cc0000;
	font-size: 10px;
	color:white;
	width: 100%;
	padding:5px;
}

.no
{
	color: red;
}

.yes
{
	color: green;
}

.grey
{
	color: gray;
}

a.yesno
{
	text-decoration: none;
}

.hide
{
	display: none;
}
.show
{
	display: block;
}

.item_image
{
	text-align:center;
	padding-right: 10px;
}

.popup
{
	position:absolute; 
	top:0px; 
	background-color:#ffff88; 
	padding:10px; 
	z-index:1000; 
	border:1px solid gray; 
	display:none; 
	box-shadow: 
	10px 10px 5px 
	#888888;
	border-radius: 15px;
}
/* My Items For sale / My purchases*/
table.myitems td {padding-right:20px;padding-left:20px; }
table.myitems th {
	text-align: center;
}

.td_sticker
{
	position: absolute; 
	right: 0px; 
	top:0px;
}

.uppercase
{
	text-transform: uppercase;
}

.centre
{
	text-align:center;
}

.w200px
{
	width: 200px;
}

.mb20px
{
	margin-bottom: 20px;
}

#left_panel
{
	float:left;
	width: 55%;
}
#right_panel
{
	float:left;
	width: 45%;
}

a.quiethyperlink
{
	text-decoration: none;
}

a.quiethyperlink:hover
{
	text-decoration: underline;
}

.projectfolderitem .links
{
	width: 100%;
}
.projectfolderitem .buttonleft
{
	float: left;
	text-align:left;
	padding: 0px;
}
.projectfolderitem .buttonaction
{
	float: left;
	text-align:center;
	width: 90px;
	padding: 0px;
}
.projectfolderitem .buttonright
{
	float: left;
	text-align:right;
	padding: 0px;

}
.projectfolderdropdown
{
	display:none;
}
