/* CSS Document */

#newspane {
	overflow: auto;
	max-height:330px;
	height:50%; 
	border:1px solid #94c7d0;
	border-left: none;
	border-right:none;
	margin:-7px;
	padding:7px;

}
#xnewspanewrap {
	overflow: auto;
	height:50%; 
}

html,body {
height:100%;
}


a{
color: #443c3a;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration:underline;
}

p,td,label{
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6em;
}
#footer p {font-size: small; text-align:center;}

body {
background: #a5d8e1 url(images/shoe-coin-bg.jpg) bottom left no-repeat fixed;
margin:0; 
padding:0; 
margin-right: 220px;
padding-right: 40px;
margin-left: 339px;
padding-left: 40px;
font-size:medium;
border-left: 1px solid #443c3a;
border-right: 1px solid #443c3a;
min-height:100%;
}


p,label {
font-size:85%;
text-align:justify;
}

h1 {
position:absolute;
top: 0;
left:0;
margin:0;
padding:0;
padding-top: 10px;
}
h2,h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
margin-top: 0;
padding-top: 50px;
}
h2 {
border-bottom: 1px solid #443c3a;
padding-bottom: 10px;
margin-bottom: 12px;
}

.error {color:#CC0000; font-weight: bold; text-align:center}
.success {color:#009933;  font-weight: bold; text-align:center}

#buybar {
position:absolute;
top: 0;
right:0;
width: 180px;
xborder-left: 1px solid #443c3a;
height: 100%;
padding-left:10px;
padding-right: 20px;

}
#buybar h3{
text-align:center;
}
#buybar p {
text-align:center;
font-size: small;
line-height: 1.3em;
}

small {
font-size:x-small;
line-height: 1.3em;
}

#footer {
text-align:center;
padding-bottom: 20px;
}