/* * Copyright (c) 2014 Sailthru, Inc. | Revision:53a5c2eaa9e5400367fec322b94695662d038fab | Generated:Fri Aug 15 17:05:30 EDT 2014 * */
.recommendation {
	position: fixed;
	/*
	right: -300px;
	width: 300px;
	*/
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 2px solid #c00;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	display: none;
	/*
	text-align: left;
	padding-bottom: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	*/
	box-shadow: 5px 5px 5px rgb(0, 0, 0, .5);
	-moz-box-shadow: -2px 2px 5px rgb(102, 102, 102, .5);
	-webkit-box-shadow: -2px 2px 5px rgb(102, 102, 102, .5);

	/* NEW */
	right: -350px;
	width: 350px;
}
.recommendationWrapper {
	/* padding: 10px; */
	/* float: left; */
	width: 260px;
	margin-left: 5px;
}
span.row {
	display: block;
}
.recommendation a {
	color: #c00;
	font-size: 11px;

	/* NEW */
	text-decoration: none;
}
span.recommendationCategory {
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 2px;

	/* NEW */
	color: #D62828;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}
span.recommendationTitle {
	margin-bottom: 5px;
}
span.recommendationTitle a {
	/* font-size: 14px; */

	/* NEW */
	font-size: 18px;
	font-weight: 800;
	margin-right: 48px;
	font-family: Open Sans;
	line-height: 1.2;
	color: #222222;
}
span.recommendationTitle a:hover {
	text-decoration: underline;
}
.imgReplace {
	display: block;
}
.imgReplace span {
	display: none;
}
div.openWrapper {
	width: 20px;
	float: left;
	display: none;
}
a.openRecommendation {
	width: 13px;
	height: 13px;
	background: url(http://cdn.sailthru.com/assets/images/icons/open.gif) 0 0 no-repeat;
	margin-top: 36px;
	margin-left: 5px;
}
a.openRecommendation:hover {
	background: url(http://cdn.sailthru.com/assets/images/icons/open.gif) 0 -13px no-repeat;
}
a.closeRecommendation {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 13px;
	height: 13px;
	background: url(http://cdn.sailthru.com/assets/images/icons/close.gif) no-repeat;
}
.recommendationThumb {
	display: none;
	/*
	float: left;
	width: 50px;
	height: 50px;
	background: #ccc;
	*/
}
.recommendationDetails {
	width: 270px;
	/*
	margin-left: 5px;
	*/

	/* NEW */
	padding: 25px;
}

span.row.recommendationDescription {
	display: none;
}

.recommendationFooter {
	display: none;
	/*
	font-size: 11px;
	text-align: right;
	clear: both;
	padding-right: 5px;
	*/
}
.recommendation.ie {
	padding-right: 20px;
}
.recommendation.ie .closeRecommendation {
	right: 25px !important;
}
