.podPodLinksWidget {
width: ;  /* To change the overall size of the widget, add a new width here */
background-color: ; /* you may need to add !important just before the semicolon */ 
font-family: ;   	/* you may need to add !important just before the semicolon */ 
}

/*
BOTTOM MARGIN (To change the amount of space between the bottom of the Related Links widget and whatever is beneath it)
*/

.podPublisherRelatedLinks, .podPublisherRelatedLinks ul, .podPublisherRelatedLinks li  { 
margin-bottom: 100px;
	color: #0000cc;
	text-decoration: underline;
}



/*
TITLE FONTS ("Sponsored Links" and "Related Articles")
*/

.podSectionTitle {	/* you may need to add !important just before the semicolon for each */
font-family: ;		 
color: ;
font-size: ;
font-weight: ;  
}

/*
FONTS FOR THE AD & PUBLISHER LINKS
*/

a.podRelatedAdWord, a.podHeadline {  /* you may need to add !important just before the semicolon for each */
	color: #0000cc;
	text-decoration: underline;	
	display: run-in;
	font-size: 12px;
	font-weight: none;
	margin-bottom: -42px;
}


/*                                   RESULTS PAGE WIDGET

BASICS
- GENERAL FONTS
- BACKGROUND COLOR
- BORDERS
- PADDING AND MARGIN
*/

.podRelatedAdLinksWidget {
font-family: ;
color: ;
font-size: ;
font-weight: ;
background-color: ;
border-color: ;
border-style: ; 
border-width: ;
padding: ;
margin: ;
}


/* 
PAGE TITLE AND SECTION TITLE
*/

.podPageTitle {                          /* "top results >>> Banjos" */
font-family: ;
color: ;
font-size: ;
font-weight: ;
}

.podSectionTitle {                       /* "sponsored listings" - you may need to add !important just before the semicolon for each */
font-family: ;
color: ;
font-size: ;
font-weight: ;
}

/*
RELATED AD TITLE
*/
.podRelatedAdTitle {                 /* "Banjorama banjos -- we're the best."  - you may need to add !important just before the semicolon for each */
font-family: ;
color: ;
font-size: ;
font-weight: ;
}

/*
RELATED AD TEXT
*/

.podRelatedAdText {          /* "Are you looking for the best banjo?" */
font-family: ;
color: ;
font-size: ;
font-weight: ;
}


/*
RELATED AD LINK TEXT
*/

.podRelatedAdUrl {                       /* "banjo-is-the-best.com" */
font-family: ;
color: ;
font-size: ;
font-weight: ;
}

/* 
"RELATED SEARCHES" SECTION TITLE
*/

.podRight .podSectionTitle {                       /* "Related Searches" */
font-family: ;
color: ;
font-size: ;
font-weight: ;
}


/* 
"RELATED SEARCHES" SECTION BASICS
- FONTS
- BACKGROUND COLOR
- BORDERS
- PADDING AND MARGIN
*/

.podRight {                       
font-family: ;
color: red !important;
font-size: ;
font-weight: ;
background-color: ;
border-color: ;
border-style: ; 
border-width: ;
padding: ;
margin: ;
}


/* 
"RELATED SEARCHES" SECTION RELATED AD LINKS
*/

.podRelatedAdWord {				/* you may need to add !important just before the semicolon for each */
	color: #0000cc;
	text-decoration: underline;
font-family: ;
color: ;
font-size: ;
font-weight: ;
}

a {
	color: #0000cc;
	text-decoration: underline;
}

