/* CSS Document for cross-sell banners with 3 adverts */

.xsell {
	color: #003260;
	width: 450px;
	margin: 0 auto;
	border: 0;
	background-color:#fff;
}

.thumb  {
	border-left: 6px dashed #CC3333;
	border-right: 6px dashed #CC3333;
	border-bottom: 6px dashed #CC3333;
	border-top: 0;
	padding: 10px;
}

.box-header {
	width: 440px;
	background-color: #CC3333;
	padding: 8px 5px 0 5px;
	text-align: center;
	color:#fff;
	font-family: verdana;
	font-size:12px;
	margin: 0 auto;
	font-weight: bold;
}

.xsell p {
	width: 440px;
	background-color: #CC3333;
	padding: 8px 5px;
	text-align: center;
	color:#fff;
	font-family: verdana;
	font-size:11px;
	margin: 0 auto;
}

.xsell div img {
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}

.xsell ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px 2px 5px 30px;
	width: 406px;
}
.xsell ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 124px;
	height: 126px;
}
.xsell ul.thumb li img {
	width: 100px; height: 116px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #bbb;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
.xsell ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none;  /* Get rid of border on hover */
}
