/*     -------------------------------------------------------------
	satachi trade exchange
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Default styles
	Filename:	default.css
	Version:	 0.1
	Date:		 25th April 2007
	Author: 	felixclack.com
	-------------------------------------------------------------	*/

/*     -------------------------------------------------------------
	Base Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
body
{
  /* background: #AFAFAF; */ /*url(/_media/img/templ/bg.gif) repeat-x 0 0;;*/
  /* background: #222222; */
  background: #ccc;  
  font: 62.5%/160% Helvetica, Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  *text-align: center;
}

a {
	font-weight: normal;
	text-decoration: none;
	*position: relative; /* part of the IE PNG transparency hack, this rule stops links becoming unclickable in IE 5.5+ */
}

a:link {
/* MJE darken text 24/08/08 */
/*  color: #999; */
	color: #000;
}

a:visited {
/* MJE daken text 01/10/08 */
/*	color: #999; */
    color: #000;
}

a:hover, a:active {
	color: #ccc;
}

p {
	font-size: 1.4em;
}

h1 {
	font-size: 2.4em;
}

h2, h6 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4, h5 {
	font-size: 1.2em;
}

p, h1, h2, h3, h4, h5 {
	line-height: normal;
	margin: 0 0 0.5em;
	padding: 0;
	font-weight: normal;
}

/*     -------------------------------------------------------------
	General layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#outer {
  width: 780px;
  *width: 780px;
  margin: 0px auto 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  /*background: url(/_media/img/templ/top_shadow.gif) no-repeat top center;*/
  *text-align: left;
  *padding: 0;
  *margin-top: 0px;
}

#inner {
	width: 760px;
	float: left;
	padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
	background: transparent url(/_media/img/templ/bg_shadow_main.jpg) repeat-y 0 0;
	*display: inline;
}

#wideinner {
	width: 760px;
	float: left;
	background: transparent url(/_media/img/templ/bg_shadow_wide.png) repeat-y 0 0;
	padding: 0 10px;
	*display: inline;
}

/*     -------------------------------------------------------------
	Login
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*#login {
	background: url(/_media/img/templ/bannerbg.png) repeat-x 0 0;
	width: 760px; height: 43px;
}

#login form {
	background: url(/_media/img/templ/loginbg.png) no-repeat 0 0;
	width: 296px; height: 43px;
	float: right;
	margin: 0;
	padding: 0;
}*/

#login {
	background: url(/_media/img/templ/bannerbg.gif) repeat-x 0 0;
	width: 760px; height: 43px;
}

#login form {
	background: url(/_media/img/templ/loginbg.gif) no-repeat 0 0;
	/* width: 296px; */
    width: 298px; 
    height: 43px;
	float: right;
	margin: 0;
	padding: 0;
}

#login label {
	color: #fff;
	font-size: 1em;
	float: left;
	width: 30px;
	clear: left;
	margin: 0;
	padding: 0;
}

#login input {
	float: left;
	width: auto;
	clear: left;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	width: 100px;
	margin: 1px 10px 0 12px;
	*display: inline;
	*margin: 1px 10px 0;
}

fieldset.submit {
	width: 47px;
	margin: 0 0 0 5px;
	*margin: 0 0 0 2px;
	
}

#forgotpw a {
    float: right;
    color: #fff;
    margin: 1px 30px 10px 40px;
    /* position: absolute;
    top: 100px; left: 100px;  */
}

/*     -------------------------------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header {
	position: relative;
	/* background: #007443; */
    background: #333;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
  width: 200px; height: 140px;
  position: absolute;
  top: -42px; left: 0;
  text-indent: -3000px;
}

/*#header h1 a span{
  width: 200px; height: 140px;
  position: absolute;
  top: 0; left: 0;
  background: url(/_media/img/templ/logo.png) no-repeat 0 0;
}*/

#header h1 a span{
  width: 200px; height: 140px;
  position: absolute;
  top: 0; left: 0;
  /*background: url(/_media/img/templ/logo.jpg) no-repeat 0 0;*/
}

#header img {
	margin: 0;
	padding: 0;
	border: 0;
	*margin-bottom: -3px;
}

/*     -------------------------------------------------------------
	Navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#navigation {
	width: 182px;
	float: left;
}

#navigation ul {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#navigation li {
	list-style: none;
	margin: 0;
	width: 182px; height: 32px;
}

#navigation li.selected a, #navigation li.selected a:hover {
	background-position: 0 0;
}

#navigation li a {
	/* color: #000; */
    color: #fff;    /* MJE 220409 */
	display: block;
	background: url(/_media/img/templ/menubutton.gif) no-repeat 0 -65px;
	width: 149px; height: 26px;
	padding: 7px 0 0 33px;
}

#navigation li a:hover {
	/* color: #000; */
    color: #fff;    /* mje 220409 */
	background-position: 0 -33px;
}

#navigation li.selected a {
	color: #fff;
}

#navigation li.selected a:hover {
	color: #fff;
}

#navigation ul#extra {
	margin: 10px 0 0 4px;
}

#extra li {
	width: 174px; height: 34px;
}

#extra li a {
	background: url(/_media/img/templ/roundedbutton.png) no-repeat 0 0;
	width: 141px; height: 26px;
	color: #fff;
	font-weight: bold;
	padding: 7px 0 0 30px;
	*padding-top: 5px;
	*height: 28px;
}

#extra li a:hover {
	background-position: 0 0;
	color: #ccc;
}

/*     -------------------------------------------------------------
	Content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content {
	background: url(/_media/img/templ/watermark.gif) no-repeat bottom right;
	float: left;
	width: 578px;
}

#contentwide {
	background: url(/_media/img/templ/watermark.gif) no-repeat bottom right;
	float: left;
	width: 760px;
}


#contentped {
	float: left;
	width: 574px;
	margin-left: 4px;

}
	
h2#tagline {
  width: 578px; height: 32px;
  position: relative;
  margin: 0;
  padding: 0;
}

h2#tagline span {
  width: 578px; height: 32px;
  position: absolute;
  top: 0; left: 0;
  background: url(/_media/img/templ/bannertagline.jpg) no-repeat 0 0;
}

h2#membernametag {
  width: 578px; height: 32px;
  position: relative;
  margin: 0;
  font-size: 0.9em;
  padding: 0;
}

h2#membernametag span {
  width: 578px; height: 32px;
  position: absolute;
  top: 0; left: 0;
  background: url(/_media/img/templ/bannertagline.jpg) no-repeat 0 0;
}

#contentwide h2#tagstrip {
  width: 760px; height: 32px;
  position: relative;
  margin: 0;
  padding: 0;
}

#contentwide  h2#tagstrip span {
  width: 760px; height: 32px;
  position: absolute;
  top: 0; left: 0;
  background: url(/_media/img/templ/bannertagline_wide.jpg) no-repeat 0 0;
}


h2#pagetitle {
  width: 578px; height: 32px;
  position: relative;
  margin: 0;
  padding: 0;
}

h2#pagetitle span {
  width: 578px; height: 32px;
  position: absolute;
  top: 0; left: 0;
}

h2#headline {
  width: 578px; height: 65px;
  position: relative;
  margin: 0;
  padding: 0;
}

h2#headline span {
  width: 578px; height: 65px;
  position: absolute;
  top: 0; left: 0;
  background: url(/_media/img/templ/satachi_trade.png) no-repeat 0 0;
}

h3#intro {
  width: 560px; height: 97px;
  position: relative;
  margin: 0 0 0 18px;
  padding: 0;
  text-indent: -3000px;
}

h3#intro span {
  width: 560px; height: 97px;
  position: absolute;
  top: 0; left: 0;
  background: url(/_media/img/templ/intro.png) no-repeat 0 0;
}

h4#question {
  width: 380px; height: 38px;
  position: relative;
  margin: 0 0 0 18px;
  padding: 0;
  text-indent: -3000px;
}

h4#question span {
  width: 380px; height: 38px;
  position: absolute;
  top: 0; left: 0;
  background: url(/_media/img/templ/question.png) no-repeat 0 0;
}

#content p {
	margin: 0 40px 10px 23px;
	text-align:left;
}

#contentwide p {
	margin: 0 40px 10px 23px;
	text-align:left;
}

#content  ol {
	margin: 0 40px 10px 23px;
	font-size: 1.4em;
}

#content h5 {
	margin: 0 40px 10px 23px;
	color: #10551D;
	font-size: 1.7em;
	font-weight: bold;
}

#content h4 {
	margin: 10px 40px 10px 23px;
	color: #10551D;
	font-size: 2em;
	font-weight: bold;
}

/*     -------------------------------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer {
	width: 730px;
	clear: left;
	margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
	padding: 15px 15px 0;
	text-align: center;
	/* color: #E7E7E7;  */
    color: #000;
	font-size: 0.9em;
	line-height: normal;
	background: #AFAFAF url(/_media/img/templ/footer_shadow.gif) no-repeat top center;
}

#footer p {
	width: 655px;
	margin: 0 auto;
}

#footer a {
	/* color: #E7E7E7;  */
    color: #000;
}

#footer a:hover {
	/* color: #999; */
    color: #E7E7E7;
}


/*     -------------------------------------------------------------
	Sub page styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*     -------------------------------------------------------------
	Members Login
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#members #login form {
	background: url(/_media/img/templ/members_loginbg.gif) repeat-x 0 0;
}

#members #login p {
	float: left;
	width: 223px;
	margin: 6px 0 0 15px;
	padding: 0;
	color: #fff;
	font-size: 1.8em;
	*margin-left: 8px;
}

#members #login p span.loginmessage {
	font-size: 0.6em;
	display: block;
}

/*   Member search
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#members #membersearch {
	position: absolute;
	top: -25px; left: 200px;
	width: 260px;
	color: #fff;
}

#membersearch form {
	margin: 0;
	padding: 0;
}

#membersearch h3 {
	font-size: 1.8em;
	line-height: normal;
}

#membersearch label {
	width: 81px; height: 20px;
	background: url(/_media/img/templ/members_search_label_bg.gif) no-repeat 0 0;
	font-size: 1.2em;
	float: left;
	clear: left;
	padding: 4px 0 0 5px;
	margin-top: 3px;
}

#membersearch input {
	float: left;
	width: auto;
	clear: none;
	margin-top: 3px;
	font-size: 1.2em;
	padding: 4px 0 3px;
	color: #666;
}

/*    Members Contact Details
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
#detailsForm input {
    width: 200px;
    float: left;
} 

#detailsForm input#ch_remain {
    width: 50px;
}

input#advertiser_postcode1  {
    width: 50px;    
}

input#advertiser_postcode2  {
    width: 50px;    
}

/*   Member tagline
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#members h2#tagline {
	background: url(/_media/img/templ/members_tagline_bg.jpg) no-repeat 0 0;
	color: #fff;
	padding: 7px 0 0 15px;
	width: 563px; height: 25px;
	font-weight: bold;
}

#members h2#tagline span {
	background: none;
	color: #E4E4E4;
	display: inline;
	position: relative;
}

#members #contentwide h2#tagstrip {
	background: url(/_media/img/templ/bannertagline_wide.jpg) no-repeat 0 0;
	color: #fff;
	padding: 7px 0 0 15px;
	width: 755px; height: 25px;
	font-weight: bold;
}

#members #contentwide h2#tagstrip span {
	background: transparent;
	color: #E4E4E4;
	display: inline;
	position: relative;
}

#members h2#pagetitle {
	background: url(/_media/img/templ/members_tagline_bg.jpg) no-repeat 0 0;
	color: #fff;
	padding: 7px 0 0 15px;
	width: 563px; height: 25px;
	font-weight: bold;
}

#members h2#pagetitle span {
	background: none;
	color: #E4E4E4;
	display: inline;
	position: relative;
}

/*   Members links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#members #content {
	position: relative;
}

#members #contentwide {
	position: relative;
}


body.offers #content {
	background: transparent;
}

#spacer {
	width: 300px;
	*height: 32px;
}

#lrgspacer {
	width: 300px;
	*height: 35px;
}
	
#memberlinks {
	position: absolute;
	/* top: 0; left: 285px; */
    top: 0; left: 270px;
	*position: none;
	*margin: -33px 0 0 280px;
}

.tradeaccount #memberlinks {
	left: 430px;
	*margin-left: 430px;
}

.tradeaccount #contentwide #memberlinks {
	left: 600px;
	*margin-left: 600px;
}

#memberlinks a {
	background: url(/_media/img/templ/members_links.png) no-repeat 0 0;
	width: 114px; height: 24px;
	padding: 8px 0 0 33px;
	display: block;
	float: left;
	color: #fff;
	font-size: 1.2em;
}

#memberlinks a:hover {
	color: #fff;
}

/*   Member details
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#memberdetails {
	background: url(/_media/img/templ/members_bg.gif) repeat-y 0 0;
	padding-top: 10px;
	float: left;
	width: 576px;
	* margin-left: 0;
	* margin-right: 0;
	* margin-top: 3em;
}

#memberdetails p {
	width: 195px;
	float: left;
	margin: 0 0 0 24px;
	* margin-left: 0.5em;
}

#memberdetails dl {
	width: 275px;
	float: right;
	margin: 0 10px 10px 20px;
	font-size: 1.2em;
}

#memberdetails dt.name:before {
	/* content: url(/_media/img/templ/members_contactname.gif);  MJE 160309 */
	padding: 0 5px 0 0;
}

#memberdetails dt {
	float: left;
	width: 220px;
	height: 16px;
	clear: left;
	margin: 5px 5px 0 0;
	padding: 0;
}

#memberdetails dd.mobile:before {
	/* content: url(/_media/img/templ/members_mobile.gif);    MJE 160309 */
	padding: 0 5px 0 0;
}

#memberdetails dd {
	float: left;
	clear: left;
	width: auto;
	height: 16px;
	margin: 5px 0 0;
	padding: 0;
}

#memberdetails dd.mobile {
	padding-left: 0;
}

#memberdetails dd.email {
	margin-bottom: 5px;
	* margin-bottom: 0;
}

#memberdetails dd.email:before {
	/* content: url(/_media/img/templ/members_email.gif);  MJE 160309 */
	padding: 0 5px 0 0;
}

#memberdetails dd.telephone:before {
	/* content: url(/_media/img/templ/members_telephone.gif);  MJE 160309 */
	padding: 0 5px 0 0;
}

#memberdetails dd.fax:before {
	/* content: url(/_media/img/templ/members_fax.gif);   MJE 160309 */
	padding: 0 5px 0 0;
}

#memberdetails dt.general {
	display: none;
}

/* IE hacks */

#memberdetails dt.name {
	/* *background: url(/_media/img/templ/members_contactname.gif) no-repeat 0 0;   MJE 160309 */
	*padding: 0 0 0 18px;
}

#memberdetails dd.email {
	/* *background: url(/_media/img/templ/members_email.gif) no-repeat 0 0;   MJE 160309 */
	*padding: 0 0 0 18px;
}

#memberdetails dd.mobile {
	/* *background: url(/_media/img/templ/members_mobile.gif) no-repeat 0 0;    MJE 160309 */
	*padding: 0 0 0 18px;
	*margin-left: 0;
	*width: 120px;
}

#memberdetails dd.telephone {
	/* *background: url(/_media/img/templ/members_telephone.gif) no-repeat 0 0;  MJE 160309 */
	*padding: 0 0 0 18px;
	*width: 245px;
}

#memberdetails dd.fax {
	/* *background: url(/_media/img/templ/members_fax.gif) no-repeat 0 0;    MJE 10309 */
	*padding: 0 0 0 18px;
	*width: 245px;
}

/*   Member strapline
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#memberstrapline {
	background: url(/_media/img/templ/members_strapline_bg.gif) repeat-x 0 0;
	background: #999;
	width: 558px;
	*width: 558px; 
	height: auto;
	* height: 53px;
	min-height: 28px;
	float: left;
	clear: left;
	font-size: 1.2em;
	padding: 5px 0 0 20px;
	*padding-top: 10px;
}

#memberstrapline a {
	color: #fff;
	padding: 5px 5px 0 0;
}

#memberstrapline a.introductionlink {
	*background: url(/_media/img/templ/members_introduction.gif) no-repeat center left;
	*padding-left: 20px;
}

#memberstrapline a.websitelink {
	*background: url(/_media/img/templ/members_website.gif) no-repeat center left;
	*padding-left: 20px;
}

#memberstrapline a.introductionlink:before {
	content: url(/_media/img/templ/members_introduction.gif);
	padding: 5px 5px 0 0;
	*padding-left: 0;
}

#memberstrapline a.websitelink:before {
	content: url(/_media/img/templ/members_website.gif);
	padding: 5px 5px 0 0;
}

/*   Offer links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#offerlinks {
	position: absolute;
	top: -1px; left: 408px;
	*position: none;
	*margin: -34px 0 0 408px;
}

#offerlinks a {
	width: 53px; height: 24px;
	/* padding: 9px 0 0 28px; */
    padding: 9px 0 0 18px;
	display: block;
	float: left;
	color: #fff;
	font-size: 1.2em;
}

#offerlinks a.back {
	background: url(/_media/img/templ/back.png) no-repeat 0 0;
	* background: url(/_media/img/templ/back.png) no-repeat 0 0;
}

#offerlinks a.next {
	background: url(/_media/img/templ/next.png) no-repeat 0 0;
	* background: url(/_media/img/templ/next.png) no-repeat 0 0;
}

#offerlinks a.nextonly {
	*margin-left: 40px;
	*margin-top: 0px;
	background: url(/_media/img/templ/next.png) no-repeat 0 0;
	* background: url(/_media/img/templ/next.png) no-repeat 0 0;
}

#offerlinks a:hover {
	color: #fff;
}

/*
#offerlinks2 {
    position: relative;
    *top: -1px; left: 408px;
    *position: none;
    *margin: -34px 0 0 408px;
}
*/

#offerlinks2 a {
    width: 53px; height: 24px;
    /* padding: 9px 0 0 28px; */
    padding: 9px 0 0 20px;
    display: block;
    float: right;
    color: #fff;
    font-size: 1.2em;
}

#offerlinks2 a.back {
    float: left;
    background: url(/_media/img/templ/back.png) no-repeat 0 0;
/*    * background: url(/_media/img/templ/back.jpg) no-repeat 0 0;  */
}

#offerlinks2 a.next {
    background: url(/_media/img/templ/next.png) no-repeat 0 0;
/*    * background: url(/_media/img/templ/next.jpg) no-repeat 0 0;  */
}

#offerlinks2 a.nextonly {
    *margin-left: 40px;
    *margin-top: 0px;
    background: url(/_media/img/templ/next.png) no-repeat 0 0;
/*    * background: url(/_media/img/templ/next.jpg) no-repeat 0 0;   */
}

#offerlinks2 a:hover {
    color: #fff;
}

/*   Offer listings
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#offerlistings {
	float: left;
	/* width: 408px;  */
    width: 578px;   
	/* background: url(/_media/img/templ/offerlistings_bg.gif) repeat-y 0 0; */
    background: #fff;
}

#viewoptions {
	background: #F6F6F6;
	width: 408px;
	height: 35px;
}

#viewoptions a {
	width: 135px; height: 25px;
	display: block;
	color: #fff;
	float: left;
	background: url(/_media/img/templ/offerlinks.gif) no-repeat 0 0;
	padding: 7px 0 0 25px;
	font-size: 1.1em;
	margin: 0 4px;
}

#offerlistings table {
	/* width: 408px; */
    width: 578px;
	position: static;
	margin: 0;
	padding: 0;
}

#offerlistings tr {
	font-size: 1.2em;
}

#offerlistings th {
	/* background: #00581D;  */
    background: #333333; 
	padding: 4px 15px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

#offerlistings td {
	text-align: left;
	padding: 4px 5px 4px 10px;
	font-size: 0.9em;
	line-height: normal;
	border-bottom: 1px #ccc solid;
}

#offerlistings span.addtofavourites {
	clear: left;
	float: left;
	width: auto;
}

#offerlistings span.addtofavourites a {
	background: url(/_media/img/templ/addtofavourites.gif) no-repeat 0 0;
	padding-left: 19px;
	height: 16px;
	display: block;
}

#offerlistings span.manage {
	float: left;
	width: auto;
}

#offerlistings span.manage a {
	height: 16px;
	display: inline;
}

#offerlistings td.spound100 {
//	MJE remove cash 19/08/08 background: url(/_media/img/templ/spound100.gif) no-repeat center right;
//	MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound95 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound95.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound90 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound90.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound85 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound85.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound80 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound80.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound75 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound75.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound70 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound70.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound65 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound65.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound60 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound60.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound55 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound55.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound50 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound50.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound45 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound45.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound40 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound40.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound35 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound35.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound30 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound30.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}
	
#offerlistings td.spound25 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound25.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound20 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound20.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound15 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound15.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

#offerlistings td.spound10 {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spound10.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}
	
#offerlistings td.spoundcall {
//    MJE remove cash 19/08/08	background: url(/_media/img/templ/spoundcall.gif) no-repeat center right;
//    MJE remove cash 19/08/08 padding-right: 60px;
    padding-right: 1px;
	border-bottom: 1px #ccc solid;
}

/*   Wanted listings
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#wantedlistings {
	float: left;
	width: 408px;
	background: url(/_media/img/templ/offerlistings_bg.gif) repeat-y 0 0;
}

#viewoptions {
	background: #F6F6F6;
	width: 408px;
	height: 35px;
}

#viewoptions a {
	/* width: 135px; height: 25px;  */
    width: 145px; height: 25px; 
	display: block;
	color: #fff;
	float: left;
	background: url(/_media/img/templ/offerlinks.gif) no-repeat 0 0;
	padding: 7px 0 0 25px;
	font-size: 1.1em;
	margin: 0 4px;
}

#wantedlistings table {
	width: 408px;
	margin: 0;
	padding: 0;
}

#wantedlistings tr {
	font-size: 1.2em;
}

#wantedlistings th {
	background: #00581D;
	padding: 4px 15px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

#wantedlistings td {
	text-align: left;
	padding: 4px 5px 4px 10px;
	height: 70px;
	font-size: 0.9em;
	line-height: normal;
	border-bottom: 1px #ccc solid;
}

#wantedlistings span.wantedtitle {
	font-weight: bold;
	color: #666666;
}

#wantedlistings span.nametitle a {
	font-weight: bold;
	color: #00581d;
	text-transform: uppercase;
}

#wantedlistings span.nametitle {
	font-weight: bold;
	color: #00581d;
	text-transform: uppercase;
	font-size: 1.1em;	
}

#wantedlistings span.addtofavourites {
	clear: left;
	float: left;
	width: auto;
}

#wantedlistings span.addtofavourites a {
	background: url(/_media/img/templ/addtofavourites.gif) no-repeat 0 0;
	padding-left: 19px;
	height: 16px;
	display: block;
}

#wantedlistings td.spound100 {
	background: url(/_media/img/templ/spound100.gif) no-repeat center right;
	padding-right: 60px;
	border-bottom: 1px #ccc solid;
}

#wantedlistings td.spound75 {
	background: url(/_media/img/templ/spound75.gif) no-repeat center right;
	padding-right: 60px;
	border-bottom: 1px #ccc solid;
}

#wantedlistings td.spound50 {
	background: url(/_media/img/templ/spound50.gif) no-repeat center right;
	padding-right: 60px;
	border-bottom: 1px #ccc solid;
}
	
#wantedlistings td.spound25 {
	background: url(/_media/img/templ/spound25.gif) no-repeat center right;
	padding-right: 60px;
	border-bottom: 1px #ccc solid;
}

#wantedlistings td.spound0 {
	background: url(/_media/img/templ/spound0.gif) no-repeat center right;
	padding-right: 60px;
	border-bottom: 1px #ccc solid;
}
	
#wantedlistings td.spoundcall {
	background: url(/_media/img/templ/spoundcall.gif) no-repeat center right;
	padding-right: 60px;
	border-bottom: 1px #ccc solid;
}
	
/*   Listing categories
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#listingcategories {
	float: right;
	width: 170px;
}

#listingcategories a {
	color: #00581D;
}

#listingcategories a:hover {
	color: #ccc;
}

#listingcategories a.viewall {
	display: block;
	padding: 10px 15px;
	width: 140px;
	font-size: 1.4em;
	border-bottom: 1px solid #D8D8D8;
	background: #F6F6F6;
}

#listingcategories ul {
	margin: 0;
	padding: 10px 0 0 15px;
	list-style-type: none;
	font-size: 1.1em;
	line-height: normal;
}

#listingcategories li {
	margin: 2px 0;
}

#listingcategories ul li.sort a {
	font-weight: bold;
}

/*   Members list
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#memberlist #viewoptions {
	width: 578px;
}

#memberlist #searchform {
	display: inline;
}

#memberlist #livesearch {
	border: 1px solid #999;
	font-size: 13px;
	color: #666;
	margin-top: 6px;
	width: 100px;
}

#memberlist #viewoptions p {
	float: left;
	width: auto;
	padding: 9px 0 0 28px;
	text-align: left;
	margin-left: 0;
	padding-left: 0.5em;
	font-weight: bold;
}

#memberlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#memberlist li {
	border-top: 1px solid #D8D8D8;
	padding: 12px 5px;
	*padding: 5px;
}

#memberlist li img {
	border: 0;
	padding: 0;
	margin-right: 5px;
	float: left;
	width: auto;
}

#memberlist li .removelink span {
	float: left;
	clear:left;
	width: auto;
}

#memberlist ul .memberdetail {
	font-size: 1em;
}

#memberlist li .memberdetail {
	/* width: 380px;  MJE 180309 */
    width: 550px;
	/* margin-left: 150px;   MJE 160309 */
    margin-left: 10px;
}

#memberlist li .memberdetail p {
	padding-left: 0;
	margin-left: 0;
	font-size: 1.2em;
}

#memberlist li h3 {
	font-size: 1.8em;
}

#memberlist li a {
	color: #10551D;
}

/*   Account details
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#accountdetails dl {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	/* color: #666; */
    color: #000;
}

#accountdetails #searchform {
	display: inline;
}

#accountdetails #livesearch {
	border: 1px solid #999;
}

#accountdetails dt {
	display: block;
	width: 553px;
	background: #F6F6F6;
	padding: 6px 0 6px 25px;
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	margin: 0 0 5px;
	clear: left;
}

#accountdetails dd {
	width: 100px;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
}

#accountdetails dd.single {
	width: 538px;
	float: none;
	padding-right: 15px;
	margin-top: 10px;
}

#accountdetails dd a {
	background: url(/_media/img/templ/members_links.png) no-repeat 0 0;
	width: 104px; height: 24px;
	padding: 8px 0 0 33px;
	display: block;
	float: right;
	color: #fff;
	font-size: 1.2em;
}

#accountdetails dd a.call {
	background: none;
	width: auto;
	display: inline;
	float: none;
	color: #666;
	padding: 0;
	font-size: 1em;
}

#accountdetails dd.sendpayment {
	clear: left;
	float: left;
	margin-left: 25px;
	* margin-left: 25px;
}

#statementsubheader {
	width: 760px;
	border-bottom: 1px solid #D8D8D8;
	padding-top: 4px;
	background: #F6F6F6;	
}

#statementsubheader p {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	margin-left: 1em;
}

.statementRowGrey {
	border-bottom: 1px solid #D8D8D8;
	height: 40px;
	color: #333;
	font-size: 11px;
	background: #F6F6F6;
}

.statementRowWhite {
	border-bottom: 1px solid #D8D8D8;
	height: 40px;
	color: #333;
	font-size: 11px;
	background: #FFF;
}

.statementHeader {
	/* background: #00581d; */
    background: #000;
	height: 40px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

/* LEGACY STYLES CARRIED OVER */


.contentCell p {
	font-size: 12px;
}

.adminViewCell p {
	font-size: 10px;
}

.profileTopBar {
	background: #afafaf;
	color: #fff;
	text-align: left;
}

a.profileTopBarText {
	color: #fff;
	text-align: left;
}

.searchProfileTopBarText, a.searchProfileTopBarText {
    /* color: #fff; MJE make text black */
	color: #000;
	text-align: left;
	font-size: 12px;
}

.topBarSmall {
	font-weight: bold;
	font-size: 9px;
}

.pLarge {
	font-size: 12px;	
}

.pText {
	font-size: 10px;
}

.SWText {
	font-size: 12px;
}	

.pTextBold {
	font-size: 10px;
	font-weight: bold;
}

.pTextLabel {
	font-size: 13px;
	font-weight: bold;
}

.lhsPadding {
	padding-left: 8px;
}

.baselineWhite {
	border-bottom: 1px solid #fff;
}

.contentCell {
	padding: 8px;
}

#offerlogocell {
	width: 110px;
	height: 60px;
    float: left;
    padding-right: 10px;
}

#wantedlogocell {
	width: 1px;
	height: 60px;
}

#pagecontent {
	float: left;
}

/* LIVESEARCH SPECIFIC CSS */

#LSHighlight {
     color: #564b47;  
     background-color: #ccc;
}

#LSResult {
	margin-left: 0px;

}

#LSResult a {
	/* color: #10551D; */
    color: #000;
}

#LSResult a:hover {
	color: #CCC;
}

.LSRow a {
	color: #000;
	width: 300px;
	font-size: 12px;
	text-decoration: none;

}

#LSHighlight {
}

.LSRow a:hover {
	color: #CCC;
}
.LSRow:hover {
	background: #EEEEEE;
}

.LSRes {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	border: 1px solid #369;
	padding: 7px;
	margin: 7px;
	margin-left: 0px;
}