body {
	height: 100%;
	background: #ddd;
	font: 12px/140% 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #111;
	margin: 20px;
}

a {
	color: #03c;
}

a:hover {
	color: #36c;
}

p {
	margin: 15px 0;
}

img {
	border: 0;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #bbb;
	margin: 15px 0;
}

#wrapper {
	width: 900px;
	margin: auto;
	background: #fff;
	padding: 0 0 1px 0;
	border-bottom: 10px solid #000;
}

#top {
	background: #000;
	padding: 10px 0 0 0;
	height: 70px;
}
#top h1 {
	margin: 10px 20px;
	font: normal 27px Georgia, Times, serif;
	float: left;
}
#top h1 a {
	color: #fff;
	text-decoration: none;
}
#top form {
	float: right;
	margin: 12px 20px 8px 0;
}
#menu {
	background: #bbb;
	padding: 5px 20px;
	font-weight: bold;
	color: #222;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#menu ul li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
#left_side {
	width: 620px;
	padding: 10px 15px 10px 20px;
	float: left;
}

#right_side {
	width: 200px;
	padding: 10px 20px;
	float: left;
}

#footer {
	border-top: 1px solid #ccc;
	font-size: 11px;
	text-align: center;
	padding: 10px 0 5px 0;
	margin: 20px 20px 0px 20px;
}

h2 {
	font-size: 18px;
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	text-transform: capitalize;
}
h2#youtube {
	background: url('youtube.gif') right no-repeat;
}
h2#ebay {
	background: url('ebay.gif') right no-repeat;
}
h2#amazon {
	background: url('amazon.gif') right no-repeat;
}

.adsense {
	margin: 20px 0;
}

dl {
	margin: 0 0 40px 0;
}
dt {
	font: bold 14px/140% 'Lucida Grande', Arial, Helvetica, sans-serif;
	margin: 20px 0 5px 0;
}
dd {
	margin: 0;
}

dl#youtube_items dd {
	background: #eee;
	padding: 10px 0;
	text-align: center;
}


dl#amazon_items dt {
	margin: 0px 0 15px 0;
}
dl#amazon_items dd.image {
	float: left;
	margin: 0 15px 5px 0;
	border: 1px solid #ddd;
	background: #fff;
	padding: 5px 10px;
}
dl#amazon_items dd.review {
	margin: 0 0 35px 0;
}


dl#ebay_items dt {
	float: left;
	height: 48px;
	width: 48px;
	overflow: hidden;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
	text-align: center;
}
dl#ebay_items dt img {
	width: 50px;
}

dl#ebay_items dd {
	font: bold 12px/140% 'Lucida Grande', Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
dl#ebay_items dd.clear {
	clear: both;
	height: 10px;
}

/* left navigation area */
#content_left {
	width:145px;
	line-height:135%;
	padding:5px;
	margin:0 0 10px 0;
	text-align:left;
	font-size:100%;
}
#content_left p {
	padding:0;
	margin:8px 0 0 8px;
}
#content_left ul { /* starts left navigation */
	margin:8px 0 0 8px;
	padding:0;
	text-align:left;
}
#content_left li { /* main navigation list item */
	display:block;
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	font-weight:normal;
}

#content_left li.sub { /* sub navigation list item */
	display:block;
	list-style:none;
	width:100%;
	padding:0;
	margin:0 0 0 10px;
	font-weight:normal;
}

#content_left a, #content_left a:visited { /* mouse out navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#333333;
	border-bottom:1px solid #FFFFFF;
	font-weight:normal;
}
#content_left a:hover, #content_left a:visited:hover { /* mouse over navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	color:#2a56d6;
	text-decoration:underline;
	border-bottom:1px solid #FFFFFF;
	font-weight:normal;
}

/*********************************************************/
/*-------- eBay & Amazon RSS listings style rules -------*/
/*********************************************************/
/*-- RSS images size --*/
.gallery img
{
	/*height: 80px;*/
	/*width:  80px;*/
	border: 0px;
	border-style: Solid;
	border-color: Black;
}
/*-- Row hover highlighting for RSS listings --*/
.hlt td {
   background-color: #CCFFFF;
   color: black;
}

/*-- Alternating row colors for RSS template 2 --*/
.altrow1 
{
	background-color: #FFFFCC;
	border-collapse: collapse;
}
/*-- Alternating row colors for RSS template 2 --*/
.altrow2 
{
	background-color: #FFFF99;	
	border-collapse: collapse;
}

/*-- table class for RSS template 1 --*/
table.tabclear 
{
	border-collapse: collapse;
}

/*-- table class for outer RSS listings table --*/
table.rsstable 
{
	border-collapse: collapse;
	border-top-width: 3px;
	border-bottom-width: 15px;
	border-style: solid;
	border-color: #999999 #000000;
}

/*-- Related searches heading in sidebar --*/
#linksheader
{
	font-size:medium;
	color:red;
	font-weight:bold;
}

/*--  Border size and color of the text area in the link partners page  --*/
.TA {
border:1px solid #000000;
}

/*-- Related Search Links in sidebar --*/
#related a
{
	color:blue;
	text-decoration:none;
	font-weight:normal;
	font-size:small;
}
#related a:hover 
{
	color:blue;
	text-decoration:underline;
	font-weight:normal;
	font-size:small;	
}

-->