.titlefield{ /*CSS for RSS title link in general*/
	color: #FFFFFF;
	font-size: 18px;
	overflow:visible;
	text-decoration:none;
	list-style:none;
	background-repeat: no-repeat;
	background-position: left center;
}
#content-wrapper #left-col #Offers .innerDiv li a.titlefield{
	color: #00344E;
	font-size: 18px;
	overflow:visible;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left center;
}

.titlefield a:hover{
color: #eeba14;
}
.labelfield{ /*CSS for label field in general*/
color:brown;
}

.datefield{ /*CSS for date field in general*/
color:gray;
}

#example3{ /*Demo 3 main container*/
width: 270px;
height: 190px;
border: none;
}
#Offers{ /*Demo 3 main container*/
width: 643px;
height: 3600px;
border: none;
}
#content-wrapper #right-col #example3 .innerDiv li p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
color:#eeba14;
font-size: 11Px;
font-style:normal;
font-weight:normal;
}
#content-wrapper #right-col #example3 .innerDiv li p a{
	color:#FFF;
}
#content-wrapper #right-col #example3 .innerDiv li li a{
	color:#FFF;
} 
#content-wrapper #right-col #example3 .innerDiv li li a:hover{
color: #990000;
} 
#content-wrapper #left-col #Offers .innerDiv li p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
color:#990000;
font-size: 11px;
font-style:normal;
font-weight:normal;
}
#content-wrapper #right-col #example3 .innerDiv li { /*Demo 3 P element that separates each entry*/
margin-top: 0;
color:#00344E;
font-size: 11px;
font-style:normal;
list-style:none;
}
#content-wrapper #left-col #Offers .innerDiv li { /*Demo 3 P element that separates each entry*/
margin-top: 0;
color:#eeba14;
font-size: 11px;
font-style:normal;
}
code{ /*CSS for insructions*/
color: #efbb14;
}
