body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
/*	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;	*/
	background-color: #cad7ca; 
	
 }
/* ------------------------------------------------------------ */
h1 {
/*  margin-top:-10px;
  margin-bottom:-15px; */
  font-size: 2.0em;
  font-weight: normal;
  font-family: Georgia, Times, Serif;
  color: #000000;
  margin: 0px 0 3px 0;
  padding: 0 0 0 0;
 }
h2 {
/*  margin-top:-10px;
  margin-bottom:-15px; */
  font-size: 1.3em;
  font-weight: normal;
  font-family: Georgia, Times, Serif;
  color: #000000;
  margin: -5px 0 14px 0;
  padding: 0 0 0 0;
 }
h3 {
/*  margin-top:-10px;
  margin-bottom:-15px; */
  font-size: 1.2em;
  font-weight: normal;
  font-family: Georgia, Times, Serif;
  color: black;
  margin: 0 0 8px 0;
  padding: 0 0 0 0;
 }
h4 {
  font-size: 1.2em;
  color: green;
  font-family: Georgia, Times, Serif;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
 }
 
h5 {
  font-size: 1.2em;
  color: #000000;
  font-family: Georgia, Times, Serif;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
 }
 
h6 {
  float: left;
  font-size: 0.85em;
  margin: 0 0 0 0;
  padding: 0 0 0 0; 
  text-align: left; 
  font-weight: bold; 
  border:0px solid green;  
 }
 
hr {
   background-color: #efefef;
   border: 0;
   height: 1px;
}
#sep {
 }
#sep hr {
   border: 0;
   color: #efefef;
   background-color: #efefef;
   height: 2px;
}

b {
  font-size: 0.95em;
}
 
a {
	text-decoration: none; 	
	color: #000000;
 }
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
   text-decoration: none;
   background-color: green;
   color: white; 
 }
a:visited {

 }
/* ------------------------------------------------------------ */
#header {
	width: 964px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
    background-color: #ffffff;

/*	background-image: url(../images/bg-header3.png);
	background-repeat: repeat-x;  */
}
#header-box {
	background-color: #ffffff;
    border:0px solid green;	
}
#logo-box {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border:0px solid blue;	
}

/* ------------------------------------------------------------ */
#menu {
    clear: both;
	width: 964px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;	
/*	background-image: url(../images/bg-navbar2.png);
	background-repeat: repeat-x;  */
/*	border-top-style: none; */
	background-color: #aaaa99; 
	border:0px solid blue; 
}
#menu-box {
    padding-left: 15px;
	line-height: 33px;
}
#menu-box li {
	display: inline;
	color: #ffffff;
	font-weight: normal;
    font-size: 0.9em;	
/*	text-transform: uppercase; */
}
#menu-box a {
	color: #ffffff;
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 7px;	
	text-decoration: none;
    border-left-color: green; 
    border-left-width: 15px; 
    border-right: 0px solid green;	
}
#menu-box a:hover {
    color: white; 
    text-decoration: none;
    background-color: green;
/*    border-right: 1px solid #0000ff;	*/
}
#menu-box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu-datetime {
	float: right;
	color: #ffffff;
	text-decoration: none;
	padding-right: 5px;
	font-weight: normal;	
    font-size: 0.9em;	

}
/* ------------------------------------------------------------ */
#nav-box {
	width: 260px !important;
	width: 270px;
	margin: 0px 0 0 0px;
}

#nav-box-content {
    padding-top: 5px;			
    padding-left: 18px;	
    padding-right: 5px;	
  /*border:1px solid blue; */  
}

#nav-box-content ul {
	list-style-type: disc; 
	list-style-position: outside; 	
	margin: 0px;
	padding: 0px;  
}

#nav-line {
	text-indent: 10px;
	color: #999999;	
	background: #ffffff;
    font-size: 0.75em;
	font-weight: normal;
	padding-top: 8px;
    padding-left: 10px;	
	padding-bottom: 7px;
	text-align: left;	
    border-bottom: 1px solid #ffffff;
}
#nav-box-content a {
	color: #000000;
    text-decoration: underline;
}
#nav-box-content a:hover {
	color: green;
	padding-top: 8px;
	padding-bottom: 7px;
}

#nav-box-content img  {
	margin-top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ------------------------------------------------------------ */
#wrap {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
    background-color: #fff;
	border:0px solid black;  
    font-size: 0.9em;	
}

#content-container {
	clear: both;
}

#side-bar {
	width: 216px;	
	border:0px solid red
}

#side-bar-content {
    margin: 10px 5px 5px 8px;	
	padding: 5px 8px 0 15px;
    background-color: #eeeeee;  
}
#side-bar-content h5 {
	margin-left: -10px; 
}

#side-bar-content img  {
    margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border:0px solid black;	
}
/* ------------------------------------------------------------ */

#copy-box {
	width: 488px !important;
	width: 478px;	
	margin: 8px 0 0 0px;
	border:0px solid blue;
}

#copy-box-content {			
	padding-left: 5px;
	padding-right: 5px;	
    margin-right: 8px;	
	/*border:1px solid red*/
/*	border-left: 4px solid #eeeeee;
	border-right: 4px solid #eeeeee; */
}

#copy-box-content img  {
    margin: 0px 0px 0px 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border:0px solid red;	
}

#copy-box-content a:hover {
   text-decoration: none;
   background-color: #ffffff;
   color: green; 
 }
#copy-box-content a:visited {

 }
 /* ------------------------------------------------------------ */

#wide-box {
	width: 748px !important;	
	margin: 8px 0 0 0px;
	border:0px solid blue;
}

#wide-box-content {			
	padding-left: 5px;
	padding-right: 5px;	
    margin-right: 8px;	
	/*border:1px solid red*/

}
/* ------------------------------------------------------------ */
#ad-box {
	float: left;
    margin: 3px 0px 0px 0px;
	margin-right: 10px;	
	margin-bottom: 0px;	
	border:0px solid black;	
}

#ad-leaderboard {
	width: 728px;
/*	height: 250px;  */
	margin-top: 7px;	
	margin-bottom: 0px;	
	border:0px solid black;	
}

#ad-gallery {
	float: left;
	width: 120px;
/*	height: 250px;  */
	margin-top: 0px;
	margin-right: 10px;	
	margin-bottom: 0px;	
	border:0px solid black;	
}

#inline-pic {
	float: left;
	margin-top: 0px;
	margin-right: 10px;	
	margin-bottom: 0px;	
	border:0px solid black;	
}

#feature-ad {
    float: right;
	margin: 3px 0px 3px 0px;	
	border:0px solid black;	
}


#ad-inline {
	width: 580px;
	margin-top: 10px;
	margin-right: 10px;	
	margin-bottom: 10px;	
	border:0px solid black;	
}

#ad-epn-hdr {
  color: white;
  background: #0000ff;
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 8px;  
  padding-bottom: 3px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.0em;  
}

#ad-cell {
	margin: 5px 5px 5px 5px;
    text-align: center; 
    font-weight: bold;	
    font-size: 0.8em;
    background: #ffffff;	
	border: 0px solid black;	
}
/* ------------------------------------------------------------ */
#footer {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
/*	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x; */
	clear: both;
}
#footer-container {
	font-size: .8em;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px solid black;
}
#footer-container a {
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
/* ------------------------------------------------------------ */
.clearingElement {
	clear: both;
}

#box-right {
	float: right;
}
#clr {
	clear: both;
}

#clr-left {
	clear: left;
}

#clr-right {
	clear: right;
}

#price {
	color: #FF0000;
}
#new-listing {
    background: #00ff00;
	color: #ffffff;
}

#server-id {
  text-align: right;
  font-size: 0.9em;
}
/* ------------------------------------------------------------ */
table.ebay {
	border-spacing: 5px;
}

table.ebay td {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: #cccccc;
	background-color: white;
}

