body{
        margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
        padding: 0;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-family:Arial, Helvetica, sans-serif, MS sans serif;
	font-size:100%;
}

/* Defaults */
h1 { 	font-size:160%;
	margin-top:0;} 
h2 { 	font-size:130%;
	margin-top:0;} 
h3 { 	font-size:100%;} 
h4 { 	font-size:80%;} 
h5 { 	font-size:65%;} 
h6 { 	font-size:50%;} 
a img {	border: none}

/* top/right/bottom/left */
/* top and bottom, right and left */

/* Major page divisions, header, footer, navigation, contents */
/* Header */
#header {
	height: 2.5em;
	background-color: #006600;
        color: #ffffff;
	border-bottom:1px solid #000000;
}

#header .logo {
	float: left;
	margin-left: 0em;
	margin-top: 0em;
}

#header #menu {
	position: absolute;
	top: 0em;
	right: 0.25em;
	margin-right: 0.25em;
}

#header #signedin {
	font-size: 80%;
	position: absolute;
	top: 1.5em;
	left: 220px;
}

#header form {
	font-size: 80%;
	position: absolute;
	top: 1.6em;
	right: 0.25em;
	margin-bottom: 2px;
}

#header input.txt {
	height: 1em;
	width: 10em;
}

#header input.btn {
	border: 0;
	margin-left: 4px;
	margin-right: 4px;
	background-color: #d6b400;
        color: #000000;
	height: 1.25em;
	width: 2.5em;
}

/* Main content */
#picture {
	width: 750px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	height: 150px;
}

#picture .banner {
	float: left;
}

#centralhead {
	width: 750px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
}

#centralhead .pic {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#centralhead h2 {
	margin-top:15px;
} 

#main {
	width: 100%;
	margin-left: 18em;
	font-size: 90%;
	border: 1px dotted #B2BCC6;
}

/* Navigation */
#nav {
	float: left;
	margin-left: 0.25em;
	font-size: 90%;
	width: 14em;
}


#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #3a6a74;
	background-color: transparent;
}
#nav a:hover {
	color: #bfd0cb;
}

#nav h2 {
	font: 125% Georgia, "Times New Roman", Times, serif;
	color: #3a6a74;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;	
	font-weight: bold;
}

#selected {
	font-size: 100%;
	font-weight: bold;
}

/* Footer */
#footer {
	clear: both;
	padding: 0 0 0 0;
	font-size: 70%;
	background-color: #006600;
        color: #ffffff;
	border-top:1px solid #000000;
}

/* CSS for tooltips */
/* top/right/bottom/left */

a.tooltip{
    	position:relative;
	color:#000000;
	font-size: 100%;
	z-index:19;
    	text-decoration:none;}

a.tooltip:hover{
	display:inline;
	z-index:20;
	}

a.tooltip span.tip{
	display: none;
	z-index:20;
	font-size: 80%;
    	position:absolute;
	margin: 0px;
    	top:10px; 
	left:-10px;
	width:200px;
	padding: 4px;
    	border:2px solid #7C9BC1;
    	background-color:#BFE2F8; 
	color:#000000;
    	text-align: center;
    	text-decoration:none;
	cursor: pointer;
	margin-top:5px;}

a.tooltip:hover span.tip{ /*the span will display just on :hover state*/
    	position:absolute;
	z-index:20;
	display:block;
}

/* Opera 6+ specific values */
@media screen and (min-width: 0px) {
    a.tooltip span.tip{
        left: inherit;
    	top: inherit; 
        margin-top: -5px;
    }
}


/* CSS for specific items */

/* Menu items*/
.menuWhite {
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;
	color: #ffffff;
}

a:active.menuWhite{
	color: #ffffff;
        text-decoration: underline;
}

a:link.menuWhite{
	color: #ffffff;
        text-decoration: underline;
}

a:visited.menuWhite{
	color: #ffffff;
        text-decoration: underline;
}

.menuWhiteBold {
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;	
	font-weight: bold;
	color: #ffffff;
}

a:active.menuWhiteBold{
	color: #ffffff;
        text-decoration: underline;
}

a:link.menuWhiteBold{
	color: #ffffff;
        text-decoration: underline;
}

a:visited.menuWhiteBold{
	color: #ffffff;
        text-decoration: underline;
}

.title{
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding-left: 1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.rightlist{
	list-style-type: disc;
	margin-top: 0em;
	margin-left: 15em;
	padding-left: 2em;
}

.leftlist{
	list-style-type: disc;
	margin-top: 0em;
	margin-left: 2em;
	padding-left: 2em;
	float: left;
}

.rightimg{
	float: right;
	margin-left: 2em;
	margin-right: 15px;
	padding: 2px;
}

.leftimg{
	float: left;
	margin-left: 15px;
	margin-right: 2em;
	padding: 2px;
}

.keyimg{
	padding:3px;
	border:1px solid black;
	vertical-align: middle;
}

input.mapbtn, .mapbtn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:90%;
   margin: 3px;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}

.socbook ul{
	text-align:left;
	list-style:none;
	margin:15px 0 0 15px;
	padding:0;
}
.socbook ul li{
	text-align:center;
	display:inline;
	padding:0 4px 4px 6px;
}
.socbook ul li.delicious{background:url("http://www.collectfair.co.uk/_images/bookmarks/delicious.gif") no-repeat 0 0;}
.socbook ul li.digg{background:url("http://www.collectfair.co.uk/_images/bookmarks/digg.gif") no-repeat 0 0;}
.socbook ul li.reddit{background:url("http://www.collectfair.co.uk/_images/bookmarks/reddit.gif") no-repeat 0 0;}
.socbook ul li.facebook{background:url("http://www.collectfair.co.uk/_images/bookmarks/facebook.gif") no-repeat 0 0;}
.socbook ul li.twitter{background:url("http://www.collectfair.co.uk/_images/bookmarks/twitter16.gif") no-repeat 0 0;}
.socbook ul li.stumbleupon{background:url("http://www.collectfair.co.uk/_images/bookmarks/stumbleupon2.gif") no-repeat 0 0;}
.socbook ul li a{
	padding:0 0 0 18px;
	margin:0 6px 0 0;
}


.clear {
	clear: both;
}

.small {
	font-size: 80%;
}

.vsmall {
	font-size: 50%;
}

.emph{
	font-weight:bold;	
}

.errormsg{
	color: #d60404;	
}

.edContainer{
	width:780px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}

.backForward {
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px;
	color: #0000ff;
	margin-bottom:8px;
	margin-top:0px;
	text-align:right;
}

a:active.backForward{
	color: #0000ff;
        text-decoration: underline;
}

a:link.backForward{
	color: #0000ff;
        text-decoration: underline;
}

a:visited.backForward{
	color: #0000ff;
        text-decoration: underline;
}

.breadcrumb{
	color:#666666;
   	font-size:80%;
}

.breadcrumbHigh{
	color:#000000;
   	font-size:80%;
   	font-weight:bold;
}

.headerbar{
	border-top:2px solid black;
	border-bottom:2px solid black;
	margin-bottom:10px;
}

.headerbar h2{
	margin-bottom:0px;
}

.footerbar{
	text-align:center;
	border-top:2px solid black;
	border-bottom:2px solid black;
	margin-bottom:10px;
}

.footerbar p{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	border: none;
}

.footerbar p.small{
   	font-size:70%;
}

/* Rounded corner stuff */

/* top/right/bottom/left */
/* top and bottom, right and left */


.liquid-round {
	width: 95%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.liquid-round p, .liquid-round li{
	font-size: 90%;
	line-height: 1.5em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Green #008F00, text, background and left/right border colours */

.liquid-round-1 {
	background:#008F00 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-1 a:link, .liquid-round-1 a:visited, .liquid-round-1 a:hover, .liquid-round-1 a:active {
	text-decoration: underline;
	color:#ffffff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Gold #d6b400, text, background and left/right border colours */

.liquid-round-2 {
	background:#d6b400 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-2 a:link, .liquid-round-2 a:visited, .liquid-round-2 a:hover, .liquid-round-2 a:active {
	text-decoration: underline;
	color:#000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* light blue #d6efff, text, background and left/right border colours */

.liquid-round-3 {
	background:#d6efff url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-3 a:link, .liquid-round-3 a:visited, .liquid-round-3 a:hover, .liquid-round-3 a:active {
	text-decoration: underline;
	color:#000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* green #bfd0cb, pg80-1, text, background and left/right border colours */

.liquid-round-4 {
	background:#bfd0cb url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-4 a:link, .liquid-round-4 a:visited, .liquid-round-4 a:hover, .liquid-round-4 a:active {
	text-decoration: underline;
	color:#000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* green #84b0b9, pg80-2, text, background and left/right border colours */

.liquid-round-5 {
	background:#84b0b9 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-5 a:link, .liquid-round-5 a:visited, .liquid-round-5 a:hover, .liquid-round-5 a:active {
	text-decoration: underline;
	color:#000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* green #3a6a74, pg80-3, text, background and left/right border colours */

.liquid-round-6 {
	background:#3a6a74 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-6 a:link, .liquid-round-6 a:visited, .liquid-round-6 a:hover, .liquid-round-6 a:active {
	text-decoration: underline;
	color:#ffffff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* green #434342, pg80-4, text, background and left/right border colours */

.liquid-round-7 {
	background:#434342 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-7 a:link, .liquid-round-7 a:visited, .liquid-round-7 a:hover, .liquid-round-7 a:active {
	text-decoration: underline;
	color:#ffffff;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* soft wings, text, background and left/right border colours */

.liquid-round-10 {
	background:#F9F0D3 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-10 a:link, .liquid-round-10 a:visited, .liquid-round-10 a:hover, .liquid-round-10 a:active {
	text-decoration: underline;
	color:#000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* hiding in nature, text, background and left/right border colours */

.liquid-round-11 {
	background:#604733 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-11 a:link, .liquid-round-11 a:visited, .liquid-round-11 a:hover, .liquid-round-11 a:active {
	text-decoration: underline;
	color:#ffffff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* soft spots, text, background and left/right border colours */

.liquid-round-12 {
	background:#C19953 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-12 a:link, .liquid-round-12 a:visited, .liquid-round-12 a:hover, .liquid-round-12 a:active {
	text-decoration: underline;
	color:#ffffff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* nature's eyes, text, background and left/right border colours */

.liquid-round-13 {
	background:#271D13 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-13 a:link, .liquid-round-13 a:visited, .liquid-round-13 a:hover, .liquid-round-13 a:active {
	text-decoration: underline;
	color:#ffffff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* warning, text, background and left/right border colours */

.liquid-round-14 {
	background:#5C210F url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-14 a:link, .liquid-round-14 a:visited, .liquid-round-14 a:hover, .liquid-round-14 a:active {
	text-decoration: underline;
	color:#ffffff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg94-1, text, background and left/right border colours */

.liquid-round-20 {
	background:#D3B477 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-20 a:link, .liquid-round-20 a:visited, .liquid-round-20 a:hover, .liquid-round-20 a:active {
	text-decoration: underline;
	color:#000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg94-2, text, background and left/right border colours */

.liquid-round-21 {
	background:#7C9BC1 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-21 a:link, .liquid-round-21 a:visited, .liquid-round-21 a:hover, .liquid-round-21 a:active {
	text-decoration: underline;
	color:#000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg94-3, text, background and left/right border colours */

.liquid-round-22 {
	background:#8DCEE4 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-22 a:link, .liquid-round-22 a:visited, .liquid-round-22 a:hover, .liquid-round-22 a:active {
	text-decoration: underline;
	color:#000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg94-4, text, background and left/right border colours */

.liquid-round-23 {
	background:#BFE2F8 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-23 a:link, .liquid-round-23 a:visited, .liquid-round-23 a:hover, .liquid-round-23 a:active {
	text-decoration: underline;
	color:#000000;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg94-5, text, background and left/right border colours */

.liquid-round-25 {
	background:#3A6A74 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-25 a:link, .liquid-round-25 a:visited, .liquid-round-25 a:hover, .liquid-round-25 a:active {
	text-decoration: underline;
	color:#ffffff;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg94-6, text, background and left/right border colours */

.liquid-round-26 {
	background:#675949 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-26 a:link, .liquid-round-26 a:visited, .liquid-round-26 a:hover, .liquid-round-26 a:active {
	text-decoration: underline;
	color:#ffffff;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg94-7, text, background and left/right border colours */

.liquid-round-27 {
	background:#8F8466 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-27 a:link, .liquid-round-27 a:visited, .liquid-round-27 a:hover, .liquid-round-27 a:active {
	text-decoration: underline;
	color:#000000;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg94-8, text, background and left/right border colours */

.liquid-round-28 {
	background:#63635C url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-28 a:link, .liquid-round-28 a:visited, .liquid-round-28 a:hover, .liquid-round-28 a:active {
	text-decoration: underline;
	color:#ffffff;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg170-1, text, background and left/right border colours */

.liquid-round-30 {
	background:#D75455 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-30 a:link, .liquid-round-30 a:visited, .liquid-round-30 a:hover, .liquid-round-30 a:active {
	text-decoration: underline;
	color:#000000;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg170-2, text, background and left/right border colours */

.liquid-round-31 {
	background:#B44632 url(/_images/corners/leftside.gif) repeat-y left top;
	color:#000000;
}

.liquid-round-31 a:link, .liquid-round-31 a:visited, .liquid-round-31 a:hover, .liquid-round-31 a:active {
	text-decoration: underline;
	color:#000000;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg170-3, text, background and left/right border colours */

.liquid-round-32 {
	background:#85412C url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-32 a:link, .liquid-round-32 a:visited, .liquid-round-32 a:hover, .liquid-round-32 a:active {
	text-decoration: underline;
	color:#ffffff;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pg170-4, text, background and left/right border colours */

.liquid-round-33 {
	background:#50462F url(/_images/corners/leftside.gif) repeat-y left top;
	color:#ffffff;
}

.liquid-round-33 a:link, .liquid-round-33 a:visited, .liquid-round-33 a:hover, .liquid-round-33 a:active {
	text-decoration: underline;
	color:#ffffff;
}













/* top/right/bottom/left */
/* top and bottom, right and left */


.top {
	width:100%;
	height:20px;
	background:url(/_images/corners/tl.gif) no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:20px;
	background:url(/_images/corners/tr.gif) no-repeat right top;
}
.center-content {
	position:relative;
	background:url(/_images/corners/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 20px;
	margin:-1px 0 -1px 0;
}
.bottom {
	width:100%;
	height:20px;
	background:url(/_images/corners/bl.gif) no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:20px;
	background:url(/_images/corners/br.gif) no-repeat right top;
}


/* Beveled button stuff - define after .center-content */

.center-content a.bevbutL {
	display: block;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: bottom; 
	background-color:#31659c;
	border-top:2px solid #7295bc;
	border-left:2px solid #507aa9;
	border-right:2px solid #1a3652;
	border-bottom:2px solid #0e2434;
	height: 20px;
	width: 145px;
	color: #ffffff;
	padding: 0 0 3px 5px;
	font-size: 110%;
	text-decoration: none;
}

.center-content a.bevbutR {
	display: block;
	float:right;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: bottom; 
	background-color:#31659c;
	border-top:2px solid #7295bc;
	border-left:2px solid #507aa9;
	border-right:2px solid #1a3652;
	border-bottom:2px solid #0e2434;
	height: 20px;
	width: 145px;
	color: #ffffff;
	padding: 0 0 3px 5px;
	font-size: 110%;
	text-decoration: none;
}

.center-content a.bevbutL:link, .center-content a.bevbutL:visited, .center-content a.bevbutR:link, .center-content a.bevbutR:visited   {
	border-top:2px solid #7295bc;
	border-left:2px solid #507aa9;
	border-right:2px solid #1a3652;
	border-bottom:2px solid #0e2434;
	color: #ffffff;
	text-decoration: none;
}
.center-content a.bevbutL:hover, .center-content a.bevbutL:active, .center-content a.bevbutR:hover, .center-content a.bevbutR:active {
	border-bottom:2px solid #7295bc;
	border-right:2px solid #507aa9;
	border-left:2px solid #1a3652;
	border-top:2px solid #0e2434;
	color: #ffffff;
	text-decoration: none;
}

.center-content a.mybutL {
	display: block;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: bottom; 
	background-color:#659c31;
	border-top:2px solid #b6ce9c;
	border-left:2px solid #7aa950;
	border-right:2px solid #36521a;
	border-bottom:2px solid #24340e;
	height: 20px;
	width: 145px;
	color: #ffffff;
	padding: 0 0 3px 5px;
	font-size: 110%;
	text-decoration: none;
}

.center-content a.mybutL:link, .center-content a.mybutL:visited  {
	border-top:2px solid #b6ce9c;
	border-left:2px solid #7aa950;
	border-right:2px solid #36521a;
	border-bottom:2px solid #24340e;
	color: #ffffff;
	text-decoration: none;
}
.center-content a.mybutL:hover, .center-content a.mybutL:active {
	border-bottom:2px solid #b6ce9c;
	border-right:2px solid #7aa950;
	border-left:2px solid #36521a;
	border-top:2px solid #24340e;
	color: #ffffff;
	text-decoration: none;
}

.updown1 {
    border: 1px solid #006;
    font-size: 14px;
    font-weight: bold;  
    border: 1px solid #70959d;
    width:300px;
    background-color:#84b0b9;
}
.updown1:hover {
    border: 1px solid #000000;
}

.updown2 {
    margin: 2px;
    font-size: 10px;
    border: 1px solid #006;
    background-color:#84b0b9;
}
.updown2:hover {
    border: 1px solid #f00;
}

.updown3 {
	font-size:80%;
	border-bottom:1px solid black;
}

.updown3 td {
	border-bottom:1px solid black;
	margin-bottom:2px;
	padding-top:2px;
	padding-bottom:2px;
}

.updown3 td.heading {
}


input.basketbtn, .basketbtn{
   color:#050;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   cursor:pointer;
}



