body {
	background-color: #000;
	background: url("body_bg.gif") top left #000 repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

#leftBorder { background: url("table_left.gif") top right #000 repeat-y; width: 25px; font-size: .1em; }
#rightBorder { background: url("table_right.gif") top left #000 repeat-y; width: 25px; font-size: .1em; }
#main { background-color: #fff; width: 750px; text-align: left; }
#main td { text-align: left; }

#nav {
	float:left;
	line-height:normal;
	border-bottom: 1px solid #0033cc;
	width: 750px;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 135px;
	list-style: none;
}
#nav ul li {
	display:inline;
	margin:0;
	padding:0;
}
#nav ul li a {
	float:left;
	background:url("tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#nav ul li a span {
	float:left;
	display:block;
	background:url("tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav ul li a span {float:none;}
/* End IE5-Mac hack */
#nav ul li a:hover span {
color:#FFF;
}
#nav ul li a:hover {
	background-position:0% -42px;
}
#nav ul li a:hover span {
	background-position:100% -42px;
}

#nav #current a {
	background-position:0% -42px;
}
#nav #current a span {
	background-position:100% -42px;
}

#mainContent tr td.content { border-right: 1px solid #c4c4c4; }

h5 { margin: 0; padding: 0; font-weight: bold; font-size: 1.1em; }
/*
form { margin: 2px; padding: 2px; width: 60%; background: url("form-bg.gif") 100% 100% #000 no-repeat; color: #fff; }
form .nostyle { background-image: none; width: auto; color: #000; background-color: #fff; }
*/

h3 { margin: 0; }

input { font-size: 1em; border: 1px solid #666; background: url("input_bg.gif") top left #fff repeat-x; }
hr { border-width: 1px; }

.BCBlue { color: #0033cc; }
.BCYellow { color: #cc0000; }
.white { color: #fff; }
.required { color: #FF0000; font-weight: bold; }

.bundle1 { background-color: #4dcc00; color: #000; padding: 3px; margin: 0; }
.bundle2 { background-color: #cc0000; color: #000; padding: 3px; margin: 0; }
.bundle3 { background-color: #0033cc; color: #fff; padding: 3px; margin: 0; }
.bundle4 { /*background-color: #cc9933;*/ background-color: #fff; color: #000; padding: 3px; margin: 0; }

.greenbundle { 
	background: url("greenbox.gif") 50% 50% #fff no-repeat;
	height: 200px;
	color: #000;
	padding: 40px 2px 2px 25px;
}

.greenbundle_top {
	background: url("greenbox_top.gif") 100% 0 #fff repeat-x;
	font-size: .1em;
}
.greenbundle_bot {
	background: url("greenbox_bot.gif") 0 0 #fff repeat-x;
	font-size: .1em;
}
.greenbundle_left {
	background: url("greenbox_left.gif") 0 100% #fff repeat-y;
	font-size: .1em;
}
.greenbundle_right {
	background: url("greenbox_right.gif") 0 0 #fff repeat-y;
	font-size: .1em;
}
.greenbundle_contect {
	background: url("greenbox_content.gif") 0 0 #4dcc00 no-repeat;
	color: #000;
	padding: 2px;
}

.bluebundle_top {
	background: url("bluebox_top.gif") 100% 0 #fff repeat-x;
	font-size: .1em;
}
.bluebundle_bot {
	background: url("bluebox_bot.gif") 0 0 #fff repeat-x;
	font-size: .1em;
}
.bluebundle_left {
	background: url("bluebox_left.gif") 0 100% #fff repeat-y;
	font-size: .1em;
}
.bluebundle_right {
	background: url("bluebox_right.gif") 0 0 #fff repeat-y;
	font-size: .1em;
}
.bluebundle_contect {
	background-color: #738AE7;
	color: #fff;
	padding: 2px;
}
.bluebundle_content a { color: #fff; }
.bluebundle_header {
	background: url("bluebox_header.gif") 0 0 #0030ce no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 4px solid #0030ce;
	padding: 3px;
}

.posting { border: 1px solid #000; }

.bundle1 a { color: #00f; }
.bundle3 a { color: #cc9933; }
.bundle4 a { color: #0033cc; }


dl {
  position: relative;
  width: 350px;
}

dt {
  clear: both;
  float:left;
  width: 130px;
  padding: 4px 0 2px 0;
  text-align: left;
}

dd {
  float: left;
  width: 200px;
  margin: 0 0 8px 0;
  padding-left: 6px;
}

.hint {
  display:none;
  position: absolute;
  right: -200px;
  width: 260px;
  margin-top: -4px;
  border: 1px solid #000e3c;
  padding: 10px 12px;
  background: #0030ce url("pointer.gif") no-repeat -100px -100px;
  color: #fff;
}

.hint .hint-pointer {
    display:none;
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url("pointer.gif") left top no-repeat;
}

.small { font-size: .8em; font-style: italic; }

textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

#copyright {
	width: 750px;
	background-color: #000;
	color: #fff;
	padding: 3px;
	margin: 0;
	font-size: .9em;
	text-align: center;
}

#copyright a, copyright a:visited { color: blue; }

th { text-align: center; background-color: #0033cc; color: #fff; }

.btn {
	font-weight: bold;
	background: url("btn_bg.gif") #0030ce 0 0 repeat-x;
	color: #fff;
	padding: 1px;
	background-image: none;
	border: 1px solid #000;
}

#classifiedsnav a {
	display: inline;
	margin: 2px;
	background: url("bluebox_header-1.gif") 0 0 #0030ce repeat;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

#sites img { border: 2px solid #0030ce; }
#sites td { border-bottom: 4px solid #0030ce; padding: 4px; }