/* CSS Document */

body {
background-color:#999999;
font-family:Georgia, "Times New Roman", Times, serif;
color:#CCCCCC;
}

a {
color: #666666;
font-size:12px;
}

a:hover {
color:#FF0000;
font-size:14px;
}

a.footer {
font-size:10px;
color:#FFFFFF;
}

.bold {
color:#FFFFFF;
font-size:16px;
font-weight:bold;
}

.formtd1 {
width: 33%;
font-size:11px;
text-align: left;
vertical-align:text-top;
background-color:#666666;
}

.formtd2 {
width: 25%;
font-size:11px;
text-align: left;
vertical-align:text-top;
background-color:#666666;
}

.tableheading {
width:100%;
font-size:14px;
text-align:left;
vertical-align:top;
background-color:#333333;
}

.tableheading2 {
width:10%;
font-size:14px;
text-align:left;
vertical-align:top;
background-color:#333333;
}

.tableheading3 {
width:70%;
font-size:14px;
text-align:left;
vertical-align:top;
background-color:#333333;
}

.tableheading4 {
width:20%;
font-size:14px;
text-align:left;
vertical-align:top;
background-color:#333333;
}

.table1 {
width: 100%;
font-size:11px;
text-align: left;
vertical-align:text-top;
background-color:#666666;
}

.sellerpage {
width:75%;
font-size:13px;
text-align:center;
}

.seller_heading {
widows:75%;
text-align:left;
}

.hiddenlink {
border:none;
color: #000; /* same color as the surrounding text */
text-decoration: none; /* to remove the underline */
cursor: text;
} /* to make the cursor stay as a text cursor, not the hand */

.hiddenlink hover{
border-color:#000000;
}

.tablerow1 {
	background-color:#666666;
}
.tablerow2 {
	background-color:#333333;
}


#footer {
background-color:#666666;
border-style:solid;
border-width:0px;
border-color:#666666;
font-size:11px;
}


#footer a:hover{
font-size:13px;
color:#FF0000;
}

#black {
background-color:#000000;
}
