body {
	background: #FFF url(images/bg-white.jpg) repeat-x;		
}

.portal_search {
	width: 100%;
	background: url(images/p-search.gif) no-repeat top;
	height: 40px;
	margin-bottom: 10px;
}

.portal_search form {
	text-align: center;
	padding-top: 5px;
}

.pad100 {
	padding-left: 100px;
	padding-right: 10px;
}

#right {
	float: right;
	width: 215px;
	margin: 0 0 10px 0;
}
	.boxtop { height: 15px; background: #fff url(images/p-boxtop.gif) no-repeat; color: #000; }
	.boxbtm { height: 10px; background: #fff url(images/p-box-btm.gif) no-repeat bottom left; color: #000; margin: 0 0 10px 0; }
	.box { background: #fff url(images/p-box-mid.gif) repeat-y; color: #5b5b5b; padding: 0 10px 15px 10px; }

.postboxtop { height: 10px; background: #fff url(images/p-post-top.gif) no-repeat; color: #000; }
.postboxbtm { height: 10px; background: #fff url(images/p-post-btm.gif) no-repeat bottom left; color: #000; margin: 0 0 10px 0; }
.postbox { background: #fff url(images/p-post-mid.gif) repeat-y; color: #5b5b5b; padding: 0 10px 15px 10px; }

	.box p, .postbox p { padding: 0; margin: 0;}
	.image { float: left; margin: 0 9px 3px 0; }

.amazon {
	font-size: 75%;
}

.amazon strong {
	font-weight: bold;
	color: #ff0000;
}
	
/* grey subheader */
.gboxtop {
	clear: both;
	height: 8px;
	background: #dedede url(images/p-full-boxtop.gif) no-repeat;
	color: #000;
}

.gbox {
	background: #dedede url(images/p-full-box.gif) no-repeat bottom left;
	color: #444;
	padding: 1px 13px 7px 13px;
	margin: 0 0 20px 0;
}

.gbox p {
	padding: 7px 0;
	margin: 0;
	color: #000;
}

.gbox-blob {
	margin-top: 5px;
	float: right;
	width: 170px;
	height: 30px;
	background: url(images/p-full-blob.gif) no-repeat;
}

.gbox-blob a {
	padding: 0 0 0 35px;
}

.gbox-blob p {
	padding: 7px 0 0 0;
}

/* Half Boxes */
.halves { float: left; width: 262px; background: #fff; margin: 0 0 10px 0; color: #5d5d5d; }
	.smallboxtop { height: 14px; background: #fff url(images/smallboxtop.gif) no-repeat; color: #000; }
	.smallbox { background: #fff url(images/smallbox.gif) no-repeat bottom left; color: #444; padding: 1px 10px 10px 10px;  }
	.smallbox p, .box p { padding: 0; margin: 0; }

.halve-gap { float: left; width: 11px; }

/* Third Boxes */
.thirds { float: left; width: 171px; background: #fff; margin: 0 0 0 0; color: #5d5d5d; }

.third-gap { float: left; width: 10px; }

.smallbox h2, .box h2 {
	padding: 0;
	margin: 0 0 5px 0;
	color: #006699;
}

/* Directory Specific */
.category {
	background: url(images/cat.gif) no-repeat;
	padding-left: 25px;
}

.sponsored {
	background-color: #FFF2E6;
}

.visit {
	background: url(images/globe.gif) no-repeat;
	padding-left: 22px;
}

.logo-img {
	padding: 5px;
	float: left;
}

.detail-img {
	padding: 5px;
	float: right;
}

.hit-item {
  margin-left: 4.5em;
}

.hit-item span {
	margin-left: 2.5em;
}

.also_list {
	font-size: 9px;
	list-style-image: none;
}

/* Content override */
a { text-decoration: underline;	}

.post {
	float: left;
	width: 535px;
}

img {
	margin: 0;
	padding: 0;
}

#main {
	float: left;
	width: 535px;	
}

.post {
	margin: 0;
	padding: 0;
	background: #fff;
	margin-bottom: 5px;
}

code {
   display:block;
   font: 1em 'Courier New', Courier, Fixed, monospace;
   font-size : 100%;
   color: #000;
   overflow : auto;
   text-align:left;
   border : 1px solid #5581C0;
   padding : 0px 20px 0 30px;
   margin:1em 0 1em 0;
   line-height:17px;
   font-weight:normal!important;
}

/* Forms */
label {
  width: 5em;
  float: left;
  text-align: right;
	font-weight: bold;
  margin-right: 0.6em;
  display: block
}

.submit input {
  margin-left: 5.5em;
}
