﻿body{
	background: #000000;
  	color: #5A6370;
	font-family: verdana, arial, sans-serif;
	text-align:center;
}
a {
	color:Green;
	text-align: right;
}

a:hover {
	text-decoration: none;
	color: Lime;
}
input.text 
{
	border:solid 1px #0099CC;
}

input.button {
 background-color:#3399FF;
 color:White;
 border: 1px ridge #5ab015;
 cursor:pointer;
 
}


#mainOutsideDiv {
	width: 100%;
	float:left;
	background-color: #FFFFFF;
	
}
#logoDiv {
	width: 236px;
	float: left;
	text-align: left;
	padding-left: 5px;
}
#headerDiv {
	width: 100%;
	background: #000000;
	/*background-image: url('image/cssImage/header.jpg');*/
	
	background-repeat: repeat-x;
}
#headerAdDiv {
	float: right;
	
}

#buyersDiv 
{	
	width: 100%;
	background: #000000;
	

	background-image: url('image/cssImage/header.jpg');
	background-repeat: repeat-x;	
}

#buyersRegister a:hover 
{
	background-image: url('image/buyerRegisterHereBg.png');
	background-repeat:repeat-x;
	color:Olive;
	
}
#buyersRegister a {
	
	font-size:small;
	color:White;
}

#buyersRegister {
	background-image: url('image/buyerRegisterHereBg.png');
	background-repeat:repeat-x;
	width: 15%;
	float:left;
	font-size:small;
	color:White;
	padding:0 3px 0 1px;
}
#search {
	width: 34%;
	float:left;
}
#welcome {
	width: 50%;
	font-size:smaller;
	color:#A4E4F5;
	float:right;
}
#contentDiv
{
	clear:both;
	background-color: #FFFFFF;
}
#leftContentDiv{
	width: 170px;
	background-color: #FFFFFF;
	float:left;
	padding:2px 2px 0 2px; 
	
	text-align:left;
	vertical-align:top;
	display:inline-block;
	border-right: ridge 1px Gray;
	

}

#centerContentDiv{
	width: 62%;
	float:left;
	background-color: #FFFFFF;
	text-align:left;
	vertical-align:top;
	display:inline-block;
	padding::2px 2px 0 2px; 

	
}

#rightContentDiv {
	width: 160px;
	height:100%;
	vertical-align:top;
	float:right;
	text-align:left;
	background-color: #FFFFFF;
	display:inline-block;
	padding:2px 2px 0 2px; 
	border-left:ridge 1px Gray;

}

#navDiv {
	clear: both;
	width: 100%;
	background: #000000;
	background-image: url('image/cssImage/navBg.jpg');
	background-repeat: repeat-x;
	height: 42px;
	
	
}
#navDiv a {
	float: right;
	width: 100px;
	height: 42px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;

	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	color: #ffffff;
}

#navDiv li {
	display: inline;
	
	
}
#navDiv ul {
	margin: 0;
	list-style: none;

}

#navDiv a:hover {
	background-image: url('image/cssImage/navHoverBg.png');
	background-repeat: repeat-x;
	color: Lime;

}
#buyersDiv {
	clear: both;
}
#dateTimeDiv {
	width: 30%;
	float: left;
}

#footerDiv {
	width: 100%;
	height:60px;
	clear: both;
	background-image: url('image/cssImage/header.jpg');
	background-repeat: repeat-x;
	text-align:center;
}
#inFooterDiv {
	width: 100%;
	height:22px;
	clear: both;
	background-image: url('image/cssImage/navBg.jpg');
	background-repeat: repeat-x;
	font-size:smaller;
}
#inFooterDiv a 
{
padding-top:5px;
font-size:smaller;
color:Blue;
text-decoration:none;
	
}
#inFooterDiv a:hover
{
color:Yellow;
}
.dateTimeStr
{
	float:right;
	color: White;
	padding-right:5px;
	
	
}

.leftTextAlign
{
	text-align:left;
}

.rightTextAlign
{
	text-align:right;
}
.centerTextAlign
{
	text-align:center;
}

hr 
{
	color:#C0C0C0;
	height: 1px;
}
#defaultWelcome 
{
	font-family: verdana, arial, sans-serif;
	font-size:small;
	text-align:justify;
	vertical-align:top;	
	clear:both;
	padding-left:4px;
	padding-right:4px;
}

#defaultCenterImgAd
{
	clear:both;
	vertical-align:top;
	
	
}
.rightFloat
{
	float:right;
	margin:0 5px 0 0;
}
.leftFloat
{
	float:left;
	margin:0 0 0 5px;
}


#defaultCenter
{
	width:100%;
}
#defaultCategoryListing
{
	width:100%;
	clear:both;
}
.cellBg
{
	height:25px;
	background-image:url("image/cssImage/cellbg.gif");
}
