#crossSellHorizontal {
	width: 100%;
	margin: 10px 0;
}
#crossSellHorizontal .crossSellItem {
	vertical-align: top;
	padding: 5px 5px 0 0;
}
.crossSellTitle {
	background-color: #49a7de;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 4px;
}






.crossSell {
	width: 130px;
	text-align: left;
	font-size: 10px;
	color: #000;
}
.crossSellImage {
	text-align: left;
        min-height: 120px;
}
.crossSellNameRow {
        min-height: 30px;
}
h2.crossSellName {
	font-size : 11px;
	line-height: 13px;
	font-weight : bold;
	letter-spacing: 0.01em;
	color : #e1001a;
	padding: 0;
	margin: 0 0 4px 0;
}
h2.crossSellName a:link, h2.crossSellName a:visited {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
h2.crossSellName a:hover, h2.crossSellName a:active {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #e1001a;
	text-decoration: underline;
}
.crossSellPrice {
	font-weight: bold;
	color: #666;
}
.crossSellSalePrice {
	font-weight: bold;
	color: #e1001a;
}
.crossSellSalePrice .value {
	font-weight: normal;
}
.crossSellLinks a:link, .crossSellLinks a:visited {
	font-size: 9px;
	color: #000;
	text-decoration: underline;
}
.crossSellLinks a:hover, .crossSellLinks a:active {
	font-size: 9px;
	color: #e1001a;
	text-decoration: underline;
}
.crossSellOutOfStockMessage {
	font-size: 9px;
	color: #000;
}