/*
Description: Resources Styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Resources Page

*/


/* 1. Resources Page
--------------------------------------------------*/

#ContentLeft ul.ResourceLinks
{
	list-style: none;
	margin-top: 30px;
	overflow: hidden;
}

	#ContentLeft ul.ResourceLinks li
	{
		float: left;
	}
	
	#ContentLeft a.Whitepapers
	{
		background: no-repeat left url(../images/btn_whitepapers.jpg);
		display: block;
		height: 255px;
		text-indent: -5000px;
		width: 153px;
	}
	
	#ContentLeft a:hover.Whitepapers
	{
		background: no-repeat right url(../images/btn_whitepapers.jpg);
	}
	
	#ContentLeft a.Webinars
	{
		background: no-repeat left url(../images/btn_webinars.jpg);
		display: block;
		height: 255px;
		text-indent: -5000px;
		width: 153px;
	}
	
	#ContentLeft a:hover.Webinars
	{
		background: no-repeat right url(../images/btn_webinars.jpg);
	}
	
	#ContentLeft a.Podcasts
	{
		background: no-repeat left url(../images/btn_podcasts.jpg);
		display: block;
		height: 255px;
		text-indent: -5000px;
		width: 153px;
	}
	
	#ContentLeft a:hover.Podcasts
	{
		background: no-repeat right url(../images/btn_podcasts.jpg);
	}
	
	#ContentLeft a.Blogs
	{
		background: no-repeat left url(../images/btn_blogs.jpg);
		display: block;
		height: 255px;
		text-indent: -5000px;
		width: 153px;
	}
	
	#ContentLeft a:hover.Blogs
	{
		background: no-repeat right url(../images/btn_blogs.jpg);
	}
	
	
/* Infographic */
#InfographicContent h2.Infographic
{
background: no-repeat url(../images/infographic.gif);
display: block;
height: 31px;
margin-bottom: 18px;
text-indent: -5000px;
width: 426px;
border-bottom: 1px solid #E7E7E7;
}

#InfographicContent ul.Infographic
{
list-style: none;
margin-bottom: 32px;
overflow: hidden;
}
	
#InfographicContent ul.Infographic li
{
font-size: 14px;
line-height: 18px;
margin-bottom: 12px;
}
	
#InfographicContent ul.Infographic a
{
color: #252525;
display: block;
height: 99px;
padding: 10px 0 0 95px;
text-decoration: none;
width: 518px;
}
	
#InfographicContent ul.Infographic a:hover
{
color: #C22000;
}
#InfographicContent ul.Infographic a.howto-grow-ecom-revenue-with-sca { background: no-repeat top left url('/Infographic/How-To-Grow-Ecommerce-Revenue-with-Shopping-Cart-Abandonment-thumb.jpg'); }


