/*
Theme Name: comparisonpress
Theme URI: http://www.comparisonpress.com
Description: comparisonpress Theme Developed By <a href='http://www.markfail.com'>Mark Fail</a>.
Version: 7.1.4
Author: PremiumPress
Author URI: http://www.premiumpress.com
License: 
License URI: http://www.premiumpress.com/terms/
*/


/* Style category ad logos*/
.textwidget .sponsorLogo li {
	margin-bottom: 10px;
	text-align: center;
}

.textwidget .sponsorLogo li:last-of-type {
	margin-bottom: 0;
}

/* Resize images to 120x60 */
.textwidget .sponsorLogo img {
	max-width: 120px;
	height: auto;
}

/* Add gradient backgound to category ads */
.featuredCatAds {
	background: transparent url(http://www.shopper.com/wp-content/themes/comparison/themes/comparisonpress-default/images/greybg.png) bottom left repeat-x;
}

/* Remove padding for our faux-title (.catAdsTitle) */
#sidebar-left .featuredCatAds .textwidget,
.featuredCatAds .itemboxinner {
	padding: 0;
}

/* Hide title for Wordpress purposes */
.featuredCatAds .title {
	display: none;
}

/* Show "Featured Advertisers" only */
.featuredCatAds .catAdsTitle {
	display: inherit !important;
}

/* Homepage "Featured Advertisers" rotating random ads */
.homepageAds .adLogos li {
	display: inline-block;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 30px;
}

.homepageAds .adLogos img {
	max-width: 120px;
	max-height: 90px;
	width: auto;
	height: auto;
}

/* <IE7 inline-block fix */
.ie8 #PPTHomePage #homeCategories ul.sponsorLogo li,
.ie8 .homepageAds .adLogos li {
	float: left;
}

.ie8 #homeCategories,
.ie8 .homepageAds {
	overflow: auto;
}